﻿.content-header > h1 {
    margin: 0;
    font-size: 15px;
    color: #444;
    font-weight: 600;
}
label {
    color: #0485a3;
    margin-bottom: 0px;
}
hr {
    margin-top: 0px;
    margin-bottom: 11px;
    border: 0;
    border-top: 1px solid #e3e3e3;
}
.activityCount {
    display: inline-block;
    float: right;
    color: #979797;
    font-size:12px;
    font-weight:500;
}
.lblDataNotAvl {
    font-size: 12px;
    font-weight: 500;
    color: #979797;
}
.table tr td .progress {
    margin-top: 0px;
}

.reqFilterBG {
   
    /*background: #eefcff;
    padding: 10px 10px 0px;
    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;
    margin-bottom: 4px;*/
}
.box {
    border-radius: 8px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    border: solid thin #F1F1F4;
    padding: 10px;
}
.box-body {
    padding: 4px;
   
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 3px 2px;
    height: 28px;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: -4px;
    }
.mt11 {
    margin-top:11px;
}
.table > tbody > tr > td {
    padding: 6px;
    font-weight: 500;
}
.progress, .progress > .progress-bar, .progress .progress-bar, .progress > .progress-bar .progress-bar {
    border-radius: 4px;
    color:red;
}
.progress {
    height: 17px;
    background-color: #e4faff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}
.progress-bar {
    color: #fff;
    text-align: left;
    font-size: 11px;
    padding-left: 10px;
    font-weight: bold;
    background-color: #17a9ca;
    line-height: 19px;
}
.activityRow {
    background: #f5f5f5;
}
.table-bordered > tbody > tr > td {
    border-right: solid thin rgba(230, 230, 230, 1) !important;
    border-bottom: solid thin rgba(230, 230, 230, 1) !important;
    color: #515151;
}
.box-heading {
    color: #252F4A;
    font-size: 17px;
    font-weight: 800;
    margin-top:0px;
}
.StatusSet {
   
    padding: 4px 10px;
    border-radius: 5px;
   font-size:12px;
   font-weight:bold;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 24px -10px inset;
}
.statusDelayed {
    background: #FFEEF3;
    color: #d11f1f;
}
.statusTarck {
    background: #effff4;
    color: #1c813e;
}

.statusPending {
    background: #FFF8DD;
    color: #9b7e19;
}
.statusRisk {
    background: #E9F3FF;
    color: #1B84FF;
}

.table.tblSetBorderRadious > thead:first-child > tr:first-child > th {
    background: #e4faff;
    color: #047791;
    text-shadow: 0 0 0 0 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0) !important;
}
.table.tblSetBorderRadious thead th:first-child {
    border-top-left-radius:8px;
}
.table.tblSetBorderRadious thead th:last-child {
    border-top-right-radius: 8px;
}

.table.tblSetBorderRadious tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.table.tblSetBorderRadious tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}
#btnExportToExcel {
    margin-bottom:5px;
}
a.btnViewMapping, a.btnTemplateDetails {
    background: #0fc8c1;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 5px;
    color: #fff !important;
    margin-top: 1px;
    font-weight: 600;
    transition: all 1s ease;
    float: right;
}

    a.btnViewMapping:hover, a.btnTemplateDetails:hover {
        background: #24426b;
    }
#mdlUnitmapping {
}

.modal .modal-header {
    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%);
    padding: 10px;
}
.modal-title {
    color: #fff;
    font-weight: 800;
}
.modal-content {
    padding: 0px;
}

.close {
    font-size: 37px;
    font-weight: 200;
    top: 4px;
    color: #fff;
}
/*.modal-footer {
    border-top-color: #f4f4f4;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 10px;
    bottom: 0px;
}
*/
 .filterData {
    padding: 5px;
    background: #f4f4f4;
    border: solid thin #e4e4e4;
}

#mdlTemplateDetails .modal-body {
    padding: 0px !important;
    background: #f4f6fa;
}
.highriseDualListLeftSide, .HighriseDualListRightPanel {
    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-top: 6px;
}

#mdlTemplateDetails .modal-content {
    padding: 0px;
    background: #f4f6fa;
}
.highriseDualListLeftSide h5, .HighriseDualListRightPanel h5 {
    font-size:14px;
    margin-top: 3px;
    margin-bottom: 6px;
}

#mdlTemplateDetails .modal-dialog {
    min-width:90%;
}

#ultemplatePanel {
    max-height: 300px !important;
    overflow: auto;
}
.templatePanel {
    min-height: 350px;
    background: #fff;
    border: dashed thin #afafaf;
    border-radius: 8px;
    margin: 5px 0px;
    position: relative;
    max-height: 60vh;
    overflow: auto;
}
    .templatePanel ul {
       list-style-type:none;
       margin:0px;
       padding:0px;
       
    }
    .templatePanel li {
        /*padding:5px 8px;*/
        margin:5px 10px 5px 20px;
       
    }

    .gDLIst {
        border: solid thin #ccc;
        border-radius: 4px;
        padding: 3px 5px;
        margin: 2px 5px !important;

    }
a.btnAddActivity {
    float: right;
    /*background: #ccc;*/
    color: green;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 4px;
    /*margin-right:4px;*/
}
a.btnDeleteGroup {
    float: right;
    /*background: #ccc;*/
    color: red;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 4px;
}
.activeLI {
    background: rgba(247,103,7,.1) !important;
}

.activityPanel ul {
    list-style-type:none;
    margin:0px;padding:0px;
}
.activityPanel {
    min-height: 350px;
}
.activityPanel li {
    display: block;
    border: solid thin #ccc;
    margin: 2px 0px;
    border-radius: 4px;
    padding: 3px 5px;
}
#btnRemoveActivity {
    position:absolute;
    bottom:5px;
    right:5px;
}

.ModalSumarryBG {
    background: #eef5ff;
    padding: 14px 10px 1px;
    border-radius: 8px;
    margin-bottom:15px;
}

.ViewSupplierDetails {
    font-size: 12px;
    padding: 0px 7px;
    border-radius: 3px;
    color: #2c7fbd !important;
    margin-top: 1px;
    font-weight: 600;
    position: absolute;
    right: 9px;
    top: 28px;
    border: solid thin #ccc;
    line-height: 18px;
}

.pos-rel {
    position: relative !important;
    overflow: visible !important;
}
.supplierInfoPanel {
    padding: 2px 15px 8px;
    border-radius: 10px;
    background: #f8f8f8;
    color: #333;
    background: #fff;
}

    .supplierInfoPanel h5 {
        margin-bottom: 0px;
        color: #24426b;
        font-size: 13px;
        font-weight: 600;
    }

    .supplierInfoPanel h6 {
        margin-bottom: 0px;
        color: #24426b;
        font-size:12px;
        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;
    z-index: 9999999;
}

#ViewUnitDetails {
    float: right;
    font-size: 9px;
    padding: 3px 5px;
    border-radius: 5px;
    color: #f1a614 !important;
    margin-top: 1px;
    font-weight: 600;
    margin-right: 42px;
}

/*.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;
    z-index:9999999;
}

#ViewUnitDetails {
    float: right;
    font-size: 9px;
    padding: 3px 5px;
    border-radius: 5px;
    color: #f1a614 !important;
    margin-top: 1px;
    font-weight: 600;
    margin-right: 42px;
}*/
/*.modal.fade.slide-right .modal-dialog .modal-body {
    background-color: #fff;
    max-height: 85vh;
}*/
#TOPtblUnitMapping {
    max-height: 63vh;
}
.activityPanel {
    max-height: 60vh;
    overflow: auto;
    border: solid thin #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #f2fbff;
}
#txtSearchActivity {
    height: 24px !important;
    margin-bottom: 4px;
}

#mdlUnitmapping .modal-content {
    width: 850px;
}

#mdlTemplateDetails .close,
#mdlUnitmapping .close {
    outline: none;
    border: none;
    background: none;
    margin-top: 0;
}

.note {
    background: #ff000040;
    color: #f30a0a;
    padding: 5px 10px;
    border-radius: 4px;
}