﻿body {
    overflow-y: scroll;
    letter-spacing: 0;
    touch-action: manipulation;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" 0;
    position: relative;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-header > h1 {
    margin: 0;
    font-size: 20px;
    color: #444;
    font-weight: 500;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(98,105,118,.16);
    border-radius: 4px;
}
#drillPagination {
    float: right;
}
.card {
    box-shadow: rgb(30 41 59 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(98,105,118,.16);
    background: #fff;
    border-radius: 4px;
    transition: transform .3s ease-out,opacity .3s ease-out,box-shadow .3s ease-out;
    margin-bottom: 15px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1.25rem;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.subheader {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.6;
    color: #2295f4;
}

.ms-auto {
    margin-left: auto !important;
}

.lh-1 {
    line-height: 1 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.h1, h1 {
    font-size: 20px;
    margin: 6px 8px 6px 0px;
    font-weight: 900;
}

.d-inline-flex {
    display: inline-flex !important;
}


.chart-sm {
    height: 50px;
    width: 100%;
}

.card-title {
    display: block;
    margin: 0 0 1rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5rem;
    color: #2e53c3;
}

.card-header {
    background: #d6f0fb;
    padding: 8px 0px 1px 8px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.card-body {
    flex: 1 1 auto;
    padding: 10px;
    position: relative;
}

.nav-tabs li.active a {
    color: #334155;
    background-color: #f5f7fb;
    border-color: #cbd5e1 #cbd5e1 #f5f7fb;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-muted {
    color: #626976 !important;
}

.d-block {
    display: block !important;
}

.text-truncate a {
    color: #333;
    font-weight: bold;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px;
    color: #0f172a;
    background-color: inherit;
    border: 1px solid #e6e7e9;
}

.badge {
    justify-content: center;
    align-items: center;
    background: #64748b;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    min-width: 1.3571428571em;
    font-weight: 600;
    letter-spacing: .04em;
    vertical-align: bottom;
    padding: 10px;
}

    .badge:empty {
        display: inline-block;
        width: 10px;
        height: 10px;
        min-width: 0;
        min-height: auto;
        padding: 0;
        border-radius: 100rem;
        vertical-align: baseline;
    }

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.minwidth170 {
    min-width: 170px;
}

.btn-info {
    height: 34px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d55d8), to(#3d55d8)) !important;
    border-radius: 0px;
}



.nav-tabs li.active a {
    color: #334155;
    background-color: #f5f7fb;
    border-color: #cbd5e1 #cbd5e1 #f5f7fb;
}

.nav-tabs > li > a {
    font-weight: bold;
    color: #7a7a7a;
}

.markdown > table thead th, .table thead th {
    color: #626976;
    background: #f2f3f4 !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.6;
    color: #626976 !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    white-space: nowrap;
    text-shadow: none !important;
}

table.table thead tr th {
    text-shadow: none !important;
}

.divIocns {
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 4px;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    right: 16px;
    top: 20px;
    color: #fff;
}

.bg1 {
    background: #206bc4;
}

.bg2 {
    background: #2fb344;
}

.bg3 {
    background: #d63939;
}

.topSupplierBG, .topSupplierBG .card-header {
    background: #ffb800;
}

.topMaterialCategory, .topMaterialCategory .card-header {
    background: #667acd;
    color: #fff;
}

.metaData {
    position: absolute;
    bottom: 8px;
    right: 80px;
}

    .metaData p {
        font-weight: bold;
        margin: 0px 10px 4px 0px;
    }

.topSupplierBG .card-title {
    color: #333;
}

.topMaterialCategory .card-title {
    color: #fff;
}

.iconSet {
    max-width: 35px;
    background: #e9e9e9;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-left: 5px;
    cursor: pointer;
}

    .iconSet:hover {
        border: solid thin #4e4b4b;
    }

.iconActive {
    border: solid thin #4e4b4b;
    background: #ddd;
    box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 56px;
}

.calendaricon {
    top: 6px !important;
    right: 9px !important;
}
/*switch start*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2F327D;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

#table-report {
    display: none;
}

#table-report1 {
    display: none;
}

#table-report2 {
    display: none;
}

#table-report3 {
    display: none;
}

#table-report_MonthlyPOCost {
    display: none;
}
/*switch end*/


#tblTopContractor tbody td {
    background: #ffb800 !important;
}

#tblTopMaterial tbody td {
    background: #667acd !important;
    color: #fff !important;
}

#chart-report1 select {
    margin-bottom: 10px;
}

#chart-report2 select {
    margin-bottom: 10px;
}

.metaData1 {
    position: absolute;
    bottom: 7px;
    right: 185px;
}

    .metaData1 p {
        font-weight: bold;
        margin: 0px 10px 4px 0px;
    }

.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%);
    border-radius:0;
}

.modal-title {
    color: #fff;
}

#mdlDrilDownPopUp .close {
    outline:none;
    border:none;
    background:none;
    font-size: 28px;
    font-weight: 200;
    top: 23px;
    color:#fff !important;
}

#mdlDrilDownPopUp .modal-dialog {
    min-width: 85%;
}



#mdlDrilDownPopUp h5 {
    margin-top: 0px;
    border: solid thin #2387b0;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 4px;
}

.modal-backdrop {
    background: #000;
}

#mdlDrilDownPopUp .table > thead:first-child > tr:first-child > th {
    background: #18AACC !important;
    color: #fff !important;
}

#drillPagination {
    float: right;
}

#mdlDrilDownPopUp .modal-footer {
    position: sticky;
}

.modal-footer {
    border-top-color: #f4f4f4;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 10px;
    bottom: 0px;
}

#TOPDrildownData {
    height: 68vh;
}