#mainContent {
   padding-left: 0px !important;
   margin-top: 60px;
   padding-top:0px !important;
   height: calc(100% - 60px) !important;
}

#dateSelector {
    height: 60px;
    width: 100%;
    color: #222;
    background: rgba(255,255,255,1);
    padding: 15px;
}

#panelRight {
    height: calc(100% - 60px);
    position: fixed;
    right: 0px;
    width: 400px;
    top: 60px;
    background: rgba(255,255,255,1);
    bottom:0px;
    z-index:900;
    color: #222;
    overflow: hidden;
    
}


#territorySelector {
    background: white;
    width: 100%;
    overflow-y: auto;
}

#territoryPlanner {
    height: calc(100% - 60px);
    position: fixed;
    right: 0px;
    width: calc(100% - 650px);
    left: 250px;
    
    bottom:0px;
    z-index:5000;
    color: #222;
    overflow: auto;
    top: 60px;
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
    
}

@media (max-width: 1365px) {
    #territoryPlanner {
        left: 0;
        width: calc(100% - 400px);
    }
}

#territoryPlanner.active {
    top: 60px;  
}

#areaList .card-header {
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 0px;
    background: white;
}

#areaList .card-header a {
    line-height: 35px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    font-size: 12px;
}

#areaList .card-header i {
    color: #3ec0e9;
}

#areaList .card {
    background: rgba(255,255,255,1);
    border-radius: 0px;
    font-size: 12px;
}

.treadListItem {
    line-height: 25px;
    cursor: pointer;
}

.treadListItem.active {
    font-weight: bold;
    background: rgba(0,0,0,0.3);
}

.monospace {
    font-family: monospace;
}

input[type=radio]{
    width: 20px;
    height: 20px;
     margin-top: -1px;
    vertical-align: middle;
}


.datepicker.dropdown-menu {
    font-size: 12px !important;
}


.datepicker-dropdown, .dropdown-menu {
    z-index: 100000 !important;
}

.select2-container--default .select2-selection--single {
    border-color: #ccc !important;
}

.fordaItem {
    padding: 5px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: move
}

.fordaItemPlaceholder {
    border: 1px dashed #ccc;
    height: 30px;
    border-radius: 4px;
    background: #e8f0fe;
    margin-bottom: 15px;
    margin-right: -15px;
    margin-left: -15px;
}

.planDets {
    display: none;
}

.ctrlUnit {
    border-radius: 4px;
    background: #f9f9f9;
    border: 2px dotted #ddd;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-bottom: 3px;
}

.ctrlUnit:hover {
    background: #82b3dc;
}

.ctrlUnit.active {
    border: 2px dashed #0abb87;
}


.select2-container .select2-selection--single {
    height: 33px !important;
    background: #e8f0fe !important;
    border: 1px solid transparent  !important;
}

#contentDef {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 15000;
    display: none;
}

#contentDef2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 99000;
    display: none;
}


#searchMaster {
    position: fixed;
    z-index: 16000;
    height: 100%;
    right: -500px;
    width: 90%;
    max-width: 500px; 
    background: #fff;
    transition: all 0.2s ease-in-out;
    box-shadow: 3px 3px 15px 2px rgba(0,0,0,0.75);
}

#searchMaster.active {
    right: 0px;
}

#smResults {
    height: calc(100% - 150px);
    overflow: auto;
}

.smItem {
    margin: 0;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    transition: all 0.1s ease-in-out
}

.smItem:hover {
    background: #e8f0fe
}


.alert-info.faded {
    background-color: #f9f9f9;
    border-color: #eee;
}

.swal-text {
 text-align: center;
}

.content-block {
    overflow: auto;
}

.resStatus-1 { background: #f7a2a2; }
.resStatus0  { background: #f9f9f9; }
.resStatus10 { background: #a1a8c3; color: #fff; }
.resStatus50 { background: #f1eea5 }
.resStatus75 { background: #f7a2a2; color: #fff; }
.resStatus88 { background: #3ec0e9; color: #fff; }
.resStatus95 { background: #0abb87; color: #fff; }

.statCol-1 { color: #f7a2a2; }
.statCol0  { color: #f9f9f9; }
.statCol10 { color: #a1a8c3;  }
.statCol50 { color: #f1eea5 }
.statCol75 { color: #f7a2a2 }
.statCol88 { color: #3ec0e9;}
.statCol95 { color: #0abb87;}

.calRes-1 { border: 1px solid #f7a2a2 !important; background: rgba(247,162,162,0.3) !important; }
.calRes0  { border: 1px solid #f9f9f9 !important; background: rgba(255,255,255,0.3) !important;}
.calRes10 { border: 1px solid #a1a8c3 !important; background: rgba(161,168,195,0.3) !important;}
.calRes50 { border: 1px solid #e3e09c !important; background: rgba(241,238,165,0.3) !important;}
.calRes75 { border: 1px solid #3ec0e9 !important; background: rgba(247,162,162,0.3) !important;}
.calRes88 { border: 1px solid #3ec0e9 !important; background: rgba(62,192,233,0.3) !important; }
.calRes95 { border: 1px solid #0abb87 !important; background: rgba(10,187,135,0.3) !important;  }


.statBadge {
    border-radius: 3px;
    padding: 5px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

#moneyPart {
    overflow-y: auto;
    top: 0px;
    position: fixed;
    z-index: 16000;
    height: 100%;
    right: -800px;
    width: 90%;
    max-width: 800px; 
    background: #fff;
    transition: all 0.2s ease-in-out;
    box-shadow: 3px 3px 15px 2px rgba(0,0,0,0.75);
    
}

#moneyPart.active {
    right: 0px;
}

#billMonitor {
    top: 0px;
    position: fixed;
    z-index: 16500;
    height: 100%;
    left: -700px;
    width: 90%;
    max-width: 700px; 
    background: #fff;
    transition: all 0.2s ease-in-out;
    box-shadow: 3px 3px 15px 2px rgba(0,0,0,0.75);
    
}

#billMonitor.active {
    left: 0px;
}

#billDef {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 16250;
    display: none;
}

.ntakmenu {
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 4px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 30px;
}

#scheduleCover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 16000;
    padding-top: 5%;
    display: none;
}

#scheduleDetails {
    width: 90%;
    max-width: 1300px;
    height: 90%;
    overflow: auto;
    background: #fff;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 3px 3px 15px 2px rgba(0,0,0,0.75);
}

.ntakRepHead {
    background: #ccc;
    padding: 5px;
}

.taskItem {
    border-radius: 2px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    background: #f9f9f9;
    padding: 5px;
    
    
}

#resForm {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    display: none;
    background: rgba(0,0,0,0.75);
    
}

#resFormCont {
    
    margin: auto;
    margin-top: 2%;
    background: #fff;
    box-shadow: 3px 3px 15px 2px rgba(0,0,0,0.75);
    border-radius: 3px;
    width: 95%;
    height: 85%;
    overflow-y: auto;
    
}


.select2-dropdown {
    z-index: 999999999 !important;
}

.injectHead {
    padding-bottom: 5px;

}

.injectCont {
    display: inline-block;
    margin-bottom: 15px;
    width: 98%;
    padding: 10px;
    border: 1px dashed #ccc;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    height: 90px;
    overflow: hidden;
}

.injectCont.vr {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    height: 50px;
    overflow: hidden;
}

.injectCont:hover {
    
    border: 1px solid orange;
    
}

.injectCont.active {
    height: initial !important;
}

.navbar-collapse {
    background: #fff;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    
}

@media (max-width: 992px) {
    .navbar-collapse {
        margin-right: -15px;
        padding-bottom: 15px;
    }
}

.nav-link {
    color: #000 !important;
}

.answerBox {
    border: 1px dotted #eee;
    padding:5px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.answerBox:hover {
    background: #f9f9f9 !important
    
}

.cb-title {
    padding-top: 20px;
    height: 80px;
}

p {
    margin-bottom: 0px !important;
}

.ex-feedback {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}

#footerlogo {
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    max-height:35px;
    margin: auto;
    z-index: -1;
}