﻿.content-header > h1 {
    margin: 0;
    font-size: 16px;
    color: #444;
    font-weight: bold;
}

.box-header .box-title {
    font-size: 14px;
    color: #1f384c;
    font-weight: 600;
}

.downIcon {
    font-size: 18px;
}

.box {
    margin-bottom: 8px;
    border-bottom: 2px solid #7ddde3;
    border-radius: 6px;
}

.calendaricon {
    top: 3px !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;
}

.box .box-title, .box label {
    margin-bottom: 1px;
}

.skin-blue .content-header {
    padding: 12px 15px 12px 15px;
}

.table.LevelTable2 > caption + thead > tr > td, .table.LevelTable2 > caption + thead > tr > th, .table.LevelTable2 > colgroup + thead > tr > td, .table.LevelTable2 > colgroup + thead > tr > th, .table.LevelTable2 > thead > tr > td, .table.LevelTable2 > thead > tr > th {
    background: #18AACC;
    color: #fff;
    padding: 4px 6px;
}

.btnCostCenterSel {
    top: 3px;
    width: 22px;
    height: 22px;
    background: #ddd;
    padding: 4px 3px;
    font-size: 13px;
    text-align: center;
    border-radius: 6px;
    right: 3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

    .btnCostCenterSel:hover {
        background: #18AACC;
        color: #fff;
    }

.calSet {
    top: 6px;
}

.reqFilterBG {
    margin: 5px;
    background: #eef5ff;
    padding: 28px 10px 15px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 3px, rgba(0, 0, 0, 0.23) 0px 3px 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

.user-input-wrp {
    position: relative;
}

    .user-input-wrp .form-control {
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        border: 1px solid #dbdde0;
        border-radius: 4px;
        outline: 0;
        color: #3e3939;
        height: 36px;
    }

    .user-input-wrp textarea.form-control {
        height: 100px;
    }

    .user-input-wrp .floating-label {
        position: absolute;
        pointer-events: none;
        top: 8px;
        left: 9px;
        color: #a0a4a8;
        transition: .2s;
        font-size: 12px;
    }

    .user-input-wrp input:focus ~ .floating-label,
    .user-input-wrp input:not(:focus):valid ~ .floating-label {
        top: -16px;
        left: 1px;
        font-size: 12px;
        color: #52575c;
        font-weight: 600;
        opacity: 1;
        margin-bottom: 5px;
        background-color: #fff;
        padding: 0 5px;
        font-size: 13px;
    }

    .user-input-wrp select:focus ~ .floating-label,
    .user-input-wrp select:not(:focus):valid ~ .floating-label {
        top: -16px;
        left: 1px;
        font-size: 12px;
        color: #52575c;
        font-weight: 600;
        opacity: 1;
        margin-bottom: 5px;
        background-color: #fff;
        padding: 0 5px;
        font-size: 13px;
        /*z-index: 9999999;*/
    }

.btn-info {
    background: #24426b !important;
    background: #ccdbed !important;
    color: #24426b;
    text-shadow: none;
    font-weight: 800;
}

.pa5 {
    padding: 5px;
}

.btnViewBalance {
    background: #0e1e3f;
    padding: 6px 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    margin-top: -3px;
    cursor: pointer;
}

.modal-backdrop {
    background: #000;
}

.modal {
    background: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.modal-header {
    border-bottom-color: #f4f4f4;
    padding: 10px 15px;
    background: #09545d;
    background: #2d83b4;
    background: -moz-linear-gradient(-45deg,#0093a0 0,#2d83b4 100%);
    background: -webkit-linear-gradient(-45deg,#0093a0 0,#2d83b4 100%);
    background: linear-gradient(135deg,#0093a0 0,#2d83b4 100%);
}

.modal-title {
    color: #fff;
}

#mdlViewCurrentBalance .modal-dialog {
    width: 70%;
}

#mdlViewCurrentBalance .close {
    font-size: 37px;
    font-weight: 200;
    top: 4px;
    color: #fff;
    outline: none;
    border: none;
    background: no-repeat;
    margin-top: 0px;
}

#tblCurrentBalance {
    max-height: 85vh;
}

#mdlOutstandingBillDetails .modal-dialog {
    min-width: 95%;
}

#mdlOutstandingBillDetails .close {
    font-size: 37px;
    font-weight: 200;
    top: 4px;
    color: #fff;
}

.modal-footer {
    border-top-color: #f4f4f4;
    position: sticky;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 10px;
    bottom: 0px;
}

.nowrap tbody td {
    white-space: nowrap;
}

.statusSet {
    padding: 6px 8px;
    border-radius: 6px;
    font-weight: 600;
    margin-right: 8px;
    float: left;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.blueBG {
    background: #e9f0f9;
    color: #206bc4;
}

.redBG {
    background: #fbebeb;
    color: #d63939;
}

.greenBG {
    background: #eaf7ec;
    color: #2fb344;
}

.lblPartySet {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 8px;
    border-radius: 6px;
    margin: 0 0 10px 0;
    font-weight: 800;
    background: #1a8aac;
    color: #fff;
    font-size: 13px;
}

.table tbody tr td.devider {
    border-right: solid 5px #ccc !important;
}

.table thead tr th.devider {
    border-right: solid 5px #1a8aac !important;
}

.f14 {
    font-size: 14px;
}

.modal-header svg {
    vertical-align: -6px;
}

.btnViewOutstandingDetails {
    color: #005af0;
    border: solid thin #005af0;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

    .btnViewOutstandingDetails:hover {
        background: #005af0;
        color: #fff;
    }

.table tbody tr td.tdCol1 {
    background: rgb(24 170 204 / 10%);
}

.table tbody tr td.tdCol2 {
    background: rgb(24 170 204 / 15%);
}

.table tbody tr td.tdCol3 {
    background: rgb(24 170 204 / 20%);
}

.table tbody tr td.tdCol4 {
    background: rgb(24 170 204 / 25%);
}

.table tbody tr td.tdCol5 {
    background: rgb(24 170 204 / 30%);
}

.dateSelect {
    position: absolute;
    left: 72px;
    top: -18px;
    float: left;
    font-size: 13px;
    border: solid thin #cacaca;
    border-radius: 4px;
    font-weight: bold;
    padding: 1px 4px;
    background: #cae6ed;
    color: #3a3e3f;
}

.msmeSet {
    margin-top: -27px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

.supplierInfoPanel {
    padding: 2px 15px 8px;
    border-radius: 10px;
    background: #f8f8f8;
    color: #333;
    background: #fff;
}

    .supplierInfoPanel h6 {
        margin-bottom: 0px;
        color: #24426b;
        font-weight: 600;
    }

    .supplierInfoPanel p {
        margin-bottom: -1px;
    }

.tooltip-inner {
    background: #fff;
    text-align: inherit;
    max-width: 300px;
    min-width: 250px;
    -webkit-box-shadow: 0 1px 2px #0000001a, 0 1px 2px #0000000f, 0 2px 4px #00000008;
    box-shadow: 0 1px 2px #0000001a, 0 1px 2px #0000000f, 0 2px 4px #00000008;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.svgSet {
    vertical-align: -5px;
    color: #0b956c;
}

.btn-info2 {
    color: #fff !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#18AACC), to(#0485A3)) !important;
    background: -moz-linear-gradient(top, #18AACC, #0485A3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18AACC', endColorstr='#0485A3') !important;
}

.pageFooterFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

.printDropDown {
    left: -92px;
}
#mdlOutstandingBillDetails .close {
    outline:none;
    border:none;
    background:none;
    margin-top:0;
}

#TOPtblAllowBillDetails {
    height:450px;
}

.WorkflowStatus {
    background: #02adb8;
    color: #fff;
    padding: 4px 4px;
    border-radius: 4px;
    margin-top: 2px;
    margin-left: 5px;
    font-size: 12px;
}