﻿.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.form-control {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

label {
    color: #333;
    font-weight: 500;
    margin-bottom: 1px;
}

.table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

#TOPtblCashFlow thead th, #tblGroupBrowseMIS thead tr:first-child th:first-child {
    position: sticky;
    top: 0px;
    z-index: 99;
}

.lastCol {
    position: sticky !important;
    overflow: visible !important;
}

    .lastCol:after {
        position: absolute;
        top: 0;
        bottom: -1px;
        right: -14px;
        width: 13px;
        transform: translate(-100%);
        transition: box-shadow .3s;
        content: "";
        pointer-events: none;
        box-shadow: inset -10px 0 8px -8px #00000026;
    }

#tblGroupBrowseMIS tbody tr td {
    white-space: nowrap;
}

.grpFixed {
    color: #913ccd;
    cursor: pointer;
    font-weight: normal;
}

.grpUserDefined {
    color: #f76d3c;
    cursor: pointer;
    font-weight: normal;
}
/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 8px 8px;
    /* border: solid thin #ccc; */
    border-radius: 5px;
    margin-bottom: 7px;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 13px;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel a i {
        display: contents;
        line-height: 18px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-size: 11px;
        line-height: 19px;
        font-weight: bold;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/
th.sticky-col {
    position: sticky;
    background: #fff;
    z-index: 999 !important;
}

td.sticky-col {
    position: sticky;
    background: #fbfbfb;
    z-index: 9 !important;
}

#offcanvasLedgerBrowse {
    width: 90%;
}

.grpLedger {
    color: #006400;
    color: #017cfd;
    cursor: pointer;
}

.offcanvas-header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.offcanvas-footer {
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #f4f4f4;
}

.offcanvas-title {
    font-size: 15px;
}

.ViewVoucher {
    color: #017cfd;
    font-weight: bold;
    cursor: pointer;
}

#tblLedgerBrowse {
    background: #fff;
}

.btnView {
    width: 24px;
    height: 24px;
    background: #c2e0ff;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    color: #017cfd;
    line-height: 22px;
}

    .btnView:hover {
        background: #017cfd;
        color: #fff;
    }

#tblLedgerBrowse tfoot tr td {
    background: #ededef;
    color: #474559;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 2px;
}

#tblLedgerBrowse.table-bordered > tbody > tr > td {
    padding: 5px 5px;
    vertical-align: top;
}

#tblLedgerBrowse.table thead tr:first-child th {
    padding: 6px 3px;
    font-size: 13px;
    vertical-align: top;
}

.fl-scrolls:not([data-orientation]), .fl-scrolls[data-orientation=horizontal] {
    bottom: 38px;
    min-height: 17px;
    z-index: 99;
}


.pageFooterFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

#tblGroupBrowseMIS tbody tr td:first-child {
    min-width: 150px;
    max-width: 150px;
    left: 0px !important;
}

#tblGroupBrowseMIS tbody tr td:nth-child(2) {
    min-width: 150px;
    max-width: 150px;
    left: 149px !important;
}

#tblGroupBrowseMIS tbody tr td:nth-child(3) {
    min-width: 150px;
    max-width: 150px;
    left: 298px !important;
}

#tblGroupBrowseMIS tbody tr td:nth-child(4) {
    min-width: 150px;
    max-width: 150px;
    left: 447px !important;
    overflow: hidden !important;
}


#tblGroupBrowseMIS thead tr th:first-child {
    min-width: 150px;
    max-width: 150px;
    left: 0px !important;
    position: sticky !important;
}

#tblGroupBrowseMIS thead tr th:nth-child(2) {
    min-width: 150px;
    max-width: 150px;
    left: 149px !important;
    position: sticky !important;
}

#tblGroupBrowseMIS thead tr th:nth-child(3) {
    min-width: 150px;
    max-width: 150px;
    left: 298px !important;
    position: sticky !important;
}

#tblGroupBrowseMIS thead tr th:nth-child(4) {
    min-width: 150px;
    max-width: 150px;
    left: 447px !important;
}

.mt8n {
    margin-top: -11px !important;
    height: 48px !important;
}

/*#aAccyear {
    display:none!important;
}*/