@media screen {
    .container {
        margin: 5% 3%;
    }

    .responsive-table {
        width: 100%;
        margin-bottom: 0px; /*1.5em; */
    }

    .responsive-table thead {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table th,
    .responsive-table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }

    .responsive-table th,
    .responsive-table td {
        padding: .5em;
        vertical-align: middle;
    }

    .responsive-table caption {
        margin-bottom: 1em;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
    }

    .responsive-table tfoot {
        font-size: .8em;
        font-style: italic;
    }

    .responsive-table tbody tr {
        margin-bottom: 1em;
        border: 2px solid #ddd;
    }

    .responsive-table tbody tr:last-of-type {
        margin-bottom: 0;
    }

    .responsive-table tbody td {
        text-align: right;
    }

    .responsive-table tbody td.currency {
        text-align: right;
    }

    .responsive-table tbody td[data-type=currency] {
        text-align: right;
    }

    .responsive-table tbody td[data-title]:before {
        content: attr(data-title);
        float: left;
        font-size: 1.0em;
        color: rgba(94, 93, 82, 0.75);
        padding-right: 4%!important;
    }

    /*-----EXTRA STYLING---------*/


    /* Creates empty column, which is only visible on mobile*/
    .column-empty {
        color: #323275;
        margin: -20px 0 0 0!important;
        padding-top: 7px;
        background-color: #e4e4e4;
        padding-bottom: 7px;
        border: 1px solid #F4F4F4;
    }

    /* Mobile header styling*/
    .head{
        background-color: #FFCCA0;
    }

    /* Module text styling */
    .modules-text {
        background: #e4e4e4!important;
        border: none!important;
        color: #323275;
        margin:0;

    }

    /* Module (laisvas pasirinkimas)*/
    .modules-text td{
        border: none!important;
    }

    /*Table padding - overwriting Bootstrap*/
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 10px!important;
    }

    /*Minimal row height*/
    .minHeight{
        min-height: 42px!important;
    }

    .proc5{
        width:5%;
    }

    .proc10{
        width:10%;
    }

    .proc35{
        width:35%;
    }

    .txtCnt{
        text-align: center!important;
    }

    .txtLeft{
        text-align: left!important;
    }

    /*Removes multiple border from main table, and inner table*/
    .panel-default{
        border:none!important;
    }

    .table-responsive {
        border:none!important;
        margin-bottom: 0!important;
    }
}

@media screen and (min-width: 992px){
    .responsive-table tbody td[data-title]:before {
        font-size: 1.1em;
    }
}

/*Hides mobile table rows, which are unused*/
@media screen and (max-width: 761px) {
    td.hideRow{
        display: none!important;
    }
}


@media screen and (min-width: 75em) {
    .container {
        margin: 2em auto;
        max-width: 90em;
    }

    .responsive-table th,
    .responsive-table td {
        padding: .75em;
    }
}

@media screen and (min-width: 62em) {
    .responsive-table {
        font-size: 1em;
    }

    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }

    .responsive-table tfoot {
        font-size: .9em;
    }
}

@media screen and (min-width: 48em) {
    /*.container {
        margin: 2%;
    }*/

    .responsive-table {
        font-size: .9em;
    }

    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }

    .responsive-table tr {
        display: table-row;
    }

    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: .5em;
    }

    .responsive-table caption {
        font-size: 1.5em;
    }

    .responsive-table tbody {
        display: table-row-group;
    }

    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;
    }

    .responsive-table tbody td {
        text-align: center;
    }

    .proc35{
        text-align: left!important;
    }

    .responsive-table tbody td[data-title]:before {
        content: none;
        font-size: 0.9em;
    }
}

@media screen and (min-width: 30em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }

    .responsive-table tbody td {
        border-bottom: 1px solid #ddd;
    }

    .responsive-table tbody td[data-title]:before {
        font-size: 1.1em;
    }
}

.flow-y {
    overflow-y: auto;
}
.kv-expanded-row {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .inner-table-header {
        display: none !important;
    }
}
.border-red {
    border: solid #dd4b39 1px !important;
}

#group-validator {
    margin-top: 5px;
    display: none;
}

/* Custom style */

.datatable-column-left {
    text-align: left;
}

@media screen and (min-width: 48em) {
    .datatable-column-left {
        text-align: left !important;
    }
}