﻿.content-header > h1 {
    font-size: 17px !important;
    font-weight: bold;
}

label {
    color: #000 !important;
    font-weight: 500;
    margin-bottom: 1px;
}



table td {
    overflow: initial !important;
}



textarea.form-control {
    height: auto !important;
}





.mb0 {
    margin-bottom: 0px !important;
}



select[multiple], select[size] {
    height: 28px !important;
}

.SumoSelect > .CaptionCont {
    line-height: 22px;
    border-radius: 6px;
}

.table .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}

.table .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 46% !important;
}
/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px;
    font-size: 14px;
    /*margin-top: 3px;*/
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        line-height: 16px;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff !important;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 1px 5px;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }

    .paginationPanel .fa {
        font-size: 10px;
    }
/******pagimnation*****/

.mr10 {
    right: 10px;
}

.footerFixed {
    position: fixed;
    /* width: 96%; */
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

.filterSet {
    border: solid thin #18AACC;
    padding: 3px 8px;
    margin: 5px;
    font-weight: 600;
    background: #18AACC;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.calendariconSet {
    top: 27px !important;
    right: 10px !important;
}

.minwid100 {
    min-width: 100px;
}

.modal-header {
    background: #18AACC;
    color: #fff !important;
    border-radius: 0;
    padding: 10px;
}

    .modal-header h4 {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0;
    }

        .modal-header h4 span {
            padding: 2px 5px;
            background: #24426bd1;
            color: #fff;
            font-size: 14px;
            border-radius: 5px;
        }

.modal-content {
    padding: 0 !important;
}


#mdlFilterModal .close {
    color: #fff !important;
    outline: none;
    border: none;
    background: none;
    top: 25px !important;
}

#mdlReceiptApprove .close {
    color: #fff !important;
    outline: none;
    border: none;
    background: none;
    top: 25px !important;
    margin-top: 0;
}

#mdlReceiptCancel .close {
    color: #fff !important;
    outline: none;
    border: none;
    background: none;
    top: 25px !important;
    margin-top: 0;
}

#ReceiptBrowseModal .modal-dialog {
    min-width: 70%;
}


#TDSCertificateModal .popupClose {
    color: #fff !important;
    font-size: 18px;
}

#TDSCertificateModal .modal-dialog {
    min-width: 70%;
}

#TDSCertificateModal label {
    font-size: 14px;
}

#TDSCertificateModal p {
    font-weight: 500;
}

#ReceiptBrowseModal .innerWrapper {
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101,109,119,.16);
    padding: 4px 8px;
    border-radius: 6px;
    margin-bottom: 4px;
}

#ReceiptBrowseModal .Topbg p {
    margin-bottom: 5px;
}

#ReceiptBrowseModal .header {
    margin: 0px;
    padding: 0px 0px 0px 12px;
}

#ReceiptBrowseModal .popupClose {
    color: #fff !important;
    font-size: 18px;
}

.Topbg {
    padding: 4px 10px;
    margin-bottom: 10px;
}

    .Topbg p {
        color: #222;
        margin-top: 2px;
    }

    .Topbg label {
        color: #666 !important;
        font-size: 12px;
    }

.receiptNo {
    background-color: rgba(0, 207, 232, .12);
    color: #148593;
    padding: 1px 6px;
    border-radius: 5px;
    border: dashed 1px #148593;
    font-weight: bold;
    display: inline-block;
    min-width: 84px;
    text-align: center;
}

#ReceiptBrowseModal .innerWrapper {
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101, 109, 119, .16);
    padding: 4px 8px;
    border-radius: 6px;
    margin-bottom: 4px;
}



#ReceiptBrowseModal h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

#ReceiptBrowseModal hr {
    margin: 10px 0 !important;
}

#ReceiptBrowseModal p {
    font-weight: 500;
}


.bgReceiptPanel {
    background: #e5f8e76b;
}

.bgReceiptAdjustPanel {
    background: rgb(0 207 232 / 11%);
}

.bgOfficialPanel {
    background: rgb(185 117 30 / 7%);
}

.box-header {
    border-bottom: solid thin #f0f0f0;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 5px 10px !important;
}

    .box-header h2 {
        color: #24426b;
        margin-top: 4px;
        margin-bottom: 0px;
        font-size: 14px !important;
        font-weight: 600 !important;
        display: inline-block;
    }

    .box-header a.btnAccording svg {
        float: right;
        display: inline-block;
        color: #444;
        cursor: pointer;
    }

.TotalRecords {
    background: #daeffd;
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    color: #066db3;
}

.statActive {
    background-color: #dfffed;
    color: #1ec91e;
    padding: 5px 6px;
    border-radius: 5px;
    /* border: 1px dashed green; */
    font-weight: bold;
    display: inline-block;
    min-width: 84px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    background-color: #D1FAEE !important;
    color: #15C190 !important;
}

.statCancel {
    background-color: #ffe3e3;
    color: #ec2226cc;
    padding: 5px 6px;
    border-radius: 5px;
    /* border: dashed 1px #ec2226cc; */
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    min-width: 84px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

.print {
    background-color: #ffff008a;
    color: #000;
    padding: 1px 6px;
    border-radius: 5px;
    border: 1px dashed #000;
    font-weight: bold;
    display: inline-block;
    min-width: 84px;
    text-align: center;
}

#tblReceiptBrowse tbody tr.active > td {
    background: #fef6dd;
}

#mdlSummaryModal .modal-dialog {
    min-width: 40%;
}

#mdlSummaryModal .close {
    color: #fff !important;
    outline: none;
    border: none;
    background: none;
    top: 25px !important;
}

.note {
    background-color: #ffe3e3;
    color: #ec2226cc;
    font-size: 14px;
    font-weight: 500;
    padding: 1px 6px;
    border-radius: 5px;
}

.btnReceiptDetails {
    color: #017cfd !important;
}

/*feedback_form_area*/

.feedback-form {
    position: fixed;
    top: 43%;
    right: 0;
    z-index: 100;
    min-height: 450px;
}

.feedback-form-show {
    right: 0 !important;
}

.feedback_form_area {
    position: relative;
    display: none;
    overflow: hidden;
    background: rgb(255 255 255 / 100%);
    box-shadow: 0 0 10px 2px #ccc;
    border: 1px solid rgba(0,0,0,.1);
}

.feedback_form_area_inner {
    width: 700px;
    /*min-height: 539px;*/
    padding: 15px;
}

.feedback_form_area h3 {
    margin: 0px 0px;
    font-size: 17px;
    font-weight: bold;
}

.custom-inp {
    width: 100%;
    height: 35px;
    padding-left: 5px;
    color: #fff;
    border: 1px #fff solid;
    background: transparent;
}

.custom-inp-txt {
    width: 100%;
    height: 100px;
    padding: 5px;
    color: #fff;
    border: 1px #fff solid;
    background: transparent;
}

.feedback-form-btn {
    position: absolute;
    left: -50px;
    color: #000;
    font-size: 13px;
    transform: rotate(90deg);
    top: 8%;
    border-radius: 0;
    padding-right: 10px;
    padding-top: 7px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #e3b200 !important;
}



@media only screen and (max-width: 320px) {
    .feedback_form_area_inner {
        width: 260px;
        min-height: 450px;
        color: #fff;
        padding: 15px;
    }
}

/*feedback_form_area_end*/

.pnlSet {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    overflow: hidden;
}

.receivableAmt {
    min-height: 40px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px;
    background: #ac65de;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 8px;
}

.totalreceivableAmt {
    min-height: 40px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px;
    background: #ef8a66;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 8px;
}

.balanceAmt {
    min-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px;
    background: #669ffb;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 8px;
}

.fa-id-card-o, .fa.fa-fax, .fa.fa-print, .fa.fa-file-text {
    font-size: 16px;
}

#mdlReceiptVailationMessage .close {
    outline: none;
    border: none;
    background: none;
    color: #fff !important;
    top: 23px !important;
    margin-top: 0 !important;
}

#mdlReceiptVailationMessage .modal-dialog {
    min-width: 60%;
}

.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;
}

.totAmountSet {
    font-size: 14px;
    font-weight: bold;
}

.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: 7px !important;
}

.btnHighriseVoucherView {
    color: #017cfd !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 4px !important;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none !important;
}

.form-control {
    border-radius: 4px !important;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none !important;
}

#btnFilter {
    color: #0d6efd;
    border-bottom: dashed 1px #0d6efd;
    font-weight: bold;
    margin-top: 24px;
    margin-right: 10px;
}

.table > thead > tr > th {
    padding: 4px 7px !important;
}

.TopFilterPanel .form-group {
    margin-bottom: 0px !important;
}

#tblReceiptSummary tbody tr td:last-child, #tblReceiptSummary thead tr th:last-child {
    text-align: right;
    font-weight: bold;
}

.mt8n {
    margin-top: -8px !important;
    height: 37px !important;
}

#tblReceiptSummary tbody tr td:first-child {
    color: #017cfd !important;
}
