﻿body {
    text-shadow: 0 0 1px rgb(241 245 250 / 10%);
}

.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: 8px 6px !important;
}

.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

textarea.form-control {
    height: auto !important;
}

.form-group {
    margin-bottom: 8px !important;
    /* min-height: 45px;*/
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 3px 3px !important;
    height: 28px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 41% !important;
    }

.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;
}

.calendaricon {
    position: absolute;
    right: 22px !important;
    font-size: 16px;
    color: #333;
    z-index: 1;
    top: 24px !important;
    cursor: pointer;
}

.calendariconSet {
    position: absolute;
    right: 22px !important;
    top:26px !important;
    font-size: 16px;
    color: #333;
    z-index: 1;
    cursor: pointer;
}


.box-header {
    cursor: pointer;
    padding: 6px 8px;
}

.content-header > h1 {
    font-size: 17px;
    font-weight: bold;
}

.box-header .box-title {
    font-size: 14px;
    color: #1f384c;
    font-weight: 600;
}

.box {
    margin-bottom: 8px;
    /*border-bottom: 2px solid #7ddde3;*/
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgb(33 33 33 / 14%), 0 0 1px 0 rgb(0 0 0 / 14%);
    border: none;
}

    .box .btn-info {
        background: #02adb8 !important;
    }

    .box .box-title, .box label {
        color: #02adb8;
        margin-bottom: 1px;
    }

.box-body {
    padding: 6px;
}

.mt17 {
    margin-top: 17px;
}

.checkbox {
    margin-bottom: 3px;
    margin-top: 0px;
    padding-left: 0;
}

.searchSet {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 6px;
}

.table-hover tbody tr:hover {
    border-radius: 0.25rem;
    border-width: 0;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    position: relative;
    z-index: 20;
}

.firstCol:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    width: 30px;
    transform: translate(100%);
    transition: box-shadow .3s;
    content: "";
    pointer-events: none;
    box-shadow: inset 10px 0 8px -8px #00000026;
}

.firstCol {
    left: 0px;
    position: sticky !important;
}

.table tbody tr td {
    text-overflow: ellipsis;
    overflow: initial;
}

#mdlOutstandingBillsDetails .modal-dialog {
    width: 95%;
}

#mdlOutstandingBillsDetails .modal-header {
    padding: 10px 15px;
    background: #54c5cb;
    color: #fff;
}

    #mdlOutstandingBillsDetails .modal-header span {
        color: #06595d;
    }

#mdlOutstandingBillsDetails .close {
    font-size: 28px;
    padding: 10px;
}

#mdlOutstandingBillsDetails .modal-content, #mdlOutstandingBillsDetails .modal-body {
    background-color: #f4f6fa !important;
}

.modalBGSet {
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101,109,119,.16);
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
    box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
    border: solid thin rgba(0,0,0,.1);
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    background: #55597a;
    color: #fff;
}

.firstCol b {
    color: #0485a3;
}

.boxshadow {
    -webkit-box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
    box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
    border: solid thin rgba(0,0,0,.1);
}

.btnBG {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 10px;
    border-top: solid 3px #55597a;
}

.selectCashBG {
    padding: 8px;
}

.minwid300 {
    width: 300px;
}

.mt5 {
    margin-top: 5px;
}

.mr4 {
    margin-right: 4px;
}

.lblBalance {
    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px;
    margin-left: 10px;
    display: inline-block;
    border: solid thin #d2d2d2;
    border-radius: 6px;
    color: black;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.lblBalancedr {
    color: #f24242 !important;
}

.lblBalancecr {
    color: green !important;
}


a .btnViewAll {
    color: #55597a;
    font-weight: bold;
    padding: 5px 8px;
    border: solid 1px #55597a;
    border-radius: 5px;
    margin-left: 8px;
}

    a.btnViewAll:hover {
        background: #55597a;
        color: #fff;
    }

#mdlViewCash .modal-dialog {
    width: 60%;
}

#mdlViewCash .modal-header {
    padding: 10px 15px;
    background: #54c5cb;
    color: #fff;
}

#mdlViewCash .close {
    font-size: 28px;
    padding: 10px;
}

.calBG {
    border: solid thin #bfbfbf;
    border-radius: 6px;
    padding: 10px;
    -webkit-box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
    box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
    border: solid thin rgba(0,0,0,.1);
    background: #fff;
    margin-top: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    margin-bottom: 15px;
}

    .calBG h4 {
        font-size: 16px;
        margin: 0px;
        color: #5c5c5c;
        margin-bottom: 4px;
    }

    .calBG h5 {
        font-weight: bold;
        font-size: 24px;
        margin: 0px;
        color: #55597a;
    }

.footerFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 8px 10px;
    border-top: solid thin rgba(0,0,0,.1);
    box-shadow: 0px 0 5px rgb(0 0 0 / 20%);
}


#mdlMakePayment .modal-dialog {
    width: 95% !important;
}

#mdlMakePayment .modal-header {
    padding: 10px 15px;
    background: #54c5cb;
    color: #fff;
}

#mdlMakePayment .close {
    font-size: 28px;
    padding: 10px;
    top: 15px !important;
    outline: none;
    border: none;
    background: none;
}

#mdlMakePayment .modal-content, #mdlMakePayment .modal-body {
    background-color: #f4f6fa !important;
}

.pnlTotalBG {
    background: #55597a;
    min-height: 400px;
    border-radius: 10px;
    padding: 15px;
}

    .pnlTotalBG h4 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        border-bottom: solid thin #898989;
        padding-bottom: 10px;
    }

    .pnlTotalBG label {
        color: #fff;
    }

    .pnlTotalBG h5 {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin: 0px;
    }

.summBG {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid thin #898989;
}

#mdlMakePayment .modalBGSet label {
    color: #55597a;
    margin-top: 8px;
}

#mdlMakePayment .form-control, #mdlMakePayment .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 3px !important;
    height: 36px !important;
}

    #mdlMakePayment .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 34px;
    }

#mdlMakePayment textarea.form-control {
    height: 100px !important;
}

#mdlMakePayment .modalBGSet .btn-info {
    padding: 14px !important;
    height: auto;
    font-size: 14px;
    background: #55597a !important;
}






/* Tabs menu */
.tabs {
    margin: 0;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-radius: 2px 2px 0px 0px;
    margin-top: 20px;
}

@media screen and (max-width: 512px) {
    .tabs {
        height: 40px;
    }
}

/* Tab Links */
.tablinks {
    background: transparent;
    background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
    border: none;
    outline: none;
    cursor: pointer;
    width: 50%;
    /*change depending on the number of tabs*/
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "IBM Plex Sans", sans-serif;
    overflow: hidden;
    transition: 0.3s ease;
}

@media screen and (max-width: 512px) {
    .tablinks {
        height: 40px;
        font-size: 12px;
    }
}

.tablinks:before {
    background-image: linear-gradient(135deg, #55597a 0%, #55597a 100%);
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
}

/*tab buttons hover*/
.tablinks:hover::before {
    height: 100%;
    z-index: 2;
    bottom: 0;
}

@media screen and (max-width: 512px) {
    .tablinks:hover::before {
        height: 0;
    }
}

/* Tab active */
.tablinks.active {
    background-color: white;
    z-index: 0;
    border-right: 0px;
    border-left: 0px;
    height: 66px;
    bottom: 0px;
    overflow: hidden;
}

@media screen and (max-width: 512px) {
    .tablinks.active {
        height: 60px;
    }
}

.tablinks.active:before {
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
}

/* Tabs text */
.tablinks.active p,
.tablinks.active:hover p {
    opacity: 1;
    background: -webkit-linear-gradient(135deg, #55597a 0%, #55597a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tablinks p {
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.5s ease;
    padding: 0;
    margin: 0;
    color: #686868;
    backface-visibility: hidden;
    font-weight: bold;
}

.tablinks:hover p {
    color: white;
    opacity: 1;
}

@media screen and (max-width: 512px) {
    .tablinks:hover p {
        color: #686868;
        opacity: 0.6;
    }
}

/* Tabs text bigger */
.tablinks p:before {
    content: attr(data-title);
    position: absolute;
    height: auto;
    width: auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
    font-size: 40px;
    transition: 1s ease-out;
    z-index: -1;
    font-weight: 600;
    top: 110%;
}

@media screen and (max-width: 512px) {
    .tablinks p:before {
        display: none;
    }
}

.tablinks:hover p:before {
    opacity: 0.1;
    font-size: 40px;
    top: -80%;
}

/* tab content */
.wrapper_tabcontent {
    background-color: white;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    opacity: 1;
    padding: 10px;
    overflow: hidden;
    transition: all 1s ease;
    top: 0;
    margin-bottom: 15px;
    box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
}

.tabcontent {
    display: none;
    min-height: 180px;
}

@keyframes tabEffect {
    from {
        top: -40px;
    }

    to {
        top: 0px;
    }
}

.tabcontent.active {
    transition: all 1s ease;
    display: block;
}

/* Tab content line */
.wrapper_tabcontent:after {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(135deg, #55597a 0%, #55597a 100%);
    left: 0;
    bottom: 0;
    z-index: -2;
    transition: all 1s ease;
}

/* Title */
.tabcontent h3 {
    font-size: 40px;
    top: 75px;
    transform: rotate(90deg);
    position: absolute;
    left: -90px;
    opacity: 0.1;
    width: 200px;
    height: 60px;
    background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    animation: city 1s ease;
}

@media screen and (max-width: 512px) {
    .tabcontent h3 {
        top: 65px;
    }
}

@keyframes city {
    from {
        left: -150px;
    }

    to {
        left: -90px;
    }
}



@keyframes fadeEffect {
    from {
        opacity: 0;
        margin-left: 30px;
    }

    to {
        opacity: 1;
        margin-left: 0;
    }
}



.addEditElemntPanel {
    position: fixed;
    display: none;
    width: 40%;
    height: 435px;
    background: #fff;
    z-index: 99999;
    right: 20px;
    bottom: 5px;
    border: solid thin #ccc;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
}

    .addEditElemntPanel h4 {
        background: #55597a;
        color: #fff;
        font-size: 14px;
        padding: 15px 10px;
        margin: 0px;
    }

    .addEditElemntPanel .form-control {
        height: 27px;
        border-radius: 6px;
        padding: 2px;
        border: solid thin #ccc;
        font-size: 13px;
    }

    .addEditElemntPanel textarea.form-control {
        min-height: 60px;
    }

/*#addDashBoardPanel .form-group {
    padding: 15px 0px;
}*/

#addDashBoardPanel label {
    color: #55597a;
}

#addDashBoardPanel .btn-info {
    display: block;
    background: #55597a !important;
    padding: 13px !important;
    height: auto;
    font-size: 14px;
    font-weight: bold;
}

.mode1, .mode2, .mode3, .mode4 {
    display: none;
}

.min-width200 {
    min-width: 200px;
}

.mb5 {
    margin-bottom: 5px;
}

tr.clsVouchererrorinfo td {
    background: #ffb4b4 !important;
}

.calendaricon {
    top: 30px !important;
}

.autocomplete-suggestions {
    width: 59% !important;
}

#TOPtblMarkPaymentbills {
    max-height: 300px;
}

#TOPtblCashbankledger {
    max-height: 525px;
}

#TOPtblMarkPaymentbillsDetails {
    max-height: 394px;
}

#mdlUpdateBankTranStatus {
    height: 240px;
}

#pnlMakeVoucherPosting label {
    color: #55597a;
}

#pnlMakeVoucherPosting .btn-info {
    background: #55597a !important;
    padding: 8px !important;
    height: auto;
    font-size: 14px;
    font-weight: bold;
}

.WorkflowStatus {
    background: #02adb8;
    color: #fff;
    padding: 0px 4px;
    border-radius: 6px;
    margin-top: 2px;
    margin-right: 4px;
    font-size: 12px;
}

.main-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#mdlViewCash .close {
    outline: none;
    border: none;
    background: no-repeat;
    color: #fff;
    margin-top: 0px;
}

#mdlOutstandingBillsDetails .close {
    outline: none;
    border: none;
    background: no-repeat;
    color: #fff;
    margin-top: 0px;
}

#mdlOTP .close {
    outline:none;
    border:none;
    background:none;
    top:23px !important;
    margin-top:0 !important;
}

#mdlOTP .modal-body {
    overflow-y:inherit !important;
}