#mainContent {
   padding-left: 0px !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;
}
.dropdown-item {
    font-size:12px;
}

.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;
}

.swal-modal {
    z-index: 1500000000;
}

.swal-overlay {
    z-index: 99999999999999;
}

.content-block {
    overflow: auto;
}

.resStatus-1 { background: #f7a2a2; }
.resStatus0  { background: #ddd; }
.resStatus10 { background: #a1a8c3; color: #fff; }
.resStatus50 { background: #f1eea5 }
.resStatus75 { background: blueviolet; 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   { min-width: 10px}
.calRes-1 { border: 1px solid #f7a2a2 !important; background: rgba(247,162,162,0.3) !important;}
.calRes0  { border: 1px solid #f9f9f9 !important; background: #ddd !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.5) !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.4)  !important;}
.calRes95 { border: 1px solid #0abb87 !important; background: rgba(10,187,135,0.5)  !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: -1300px;
    width: 98%;
    max-width: 1000px; 
    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;
}
#reservation2 {
    overflow-y: auto;
    top: 0px;
    position: fixed;
    z-index: 16000;
    height: 100%;
    right: 0%;
    width: 98%;
    max-width: 98%; 
    background: #fff;
    transition: all 0.2s ease-in-out;
    box-shadow: 3px 3px 15px 2px rgba(0,0,0,0.75);
    display: none;
}


#reservation2.active {
    display: block;
}
#billMonitor {
    top: 0px;
    position: fixed;
    z-index: 16500;
    height: 100%;
    left: -1600px;
    width: 99%;
    max-width: 1600px; 
    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;
}

.navbar-light {
    background: #fff !important;
    border-bottom: 0px;
    box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.15);
    
}

.navbar-collapse {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-link {
    color: #000 !important;
    font-size: 11px;
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
}

@media (max-width: 1200px) {
    .nav-link { font-size: 10px;}
}

.list-header {
    box-shadow: initial !important;
}

.compField {
    border-bottom-color: red !important;
}

#guests .select2-container .select2-selection--single,#doquRead .select2-container .select2-selection--single {
    font-size: 11px;
    height: 25px !important;
    background: #e8f0fe !important;
    border: 1px solid transparent !important;
    /* padding-left: 8px; */
    line-height: 25px;
}

#guests .select2-container--default .select2-selection--single .select2-selection__rendered,
#doquRead .select2-container--default .select2-selection--single .select2-selection__rendered{ line-height: 25px !important; }
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 11px;
    line-height: 16px;
}

.guestCont {
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    padding: 5px;
}

.guestCont:hover {
    border: 2px dashed #ddd;
    background: #f9f9f9;
}
.badge-success {
    background: #0abb87;
}

#sidePanel {
    width: 90%;
    max-width: 450px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -470px;
    background: #fff;
    z-index: 999999;
    box-shadow: 1px 0px 5px 0px rgba(130,130,130,1);
    transition: all 0.3s ease-in-out;    
        
}

#sidePanel.active {
    left: 0;
}

#sidePanelProt {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    background: rgba(0,0,0,0.5);
    z-index: 999998;
    display: none;
}

.tab-danger { background: rgba(255,0,0,0.05) !important; }
.tab-danger.active { background: rgba(255,0,0,0.2) !important; }

.tab-blue { background: rgba(164,195,238,0.1) !important; }
.tab-blue.active { background: rgba(164,195,238,0.8) !important; }

.tab-yellow { background: rgba(229,235,126,0.1) !important; }
.tab-yellow.active { background: rgba(229,235,126,0.8) !important; }

.select2-selection--single.smallpicker {
    font-size: 11px !important;
    height: 27px !important;
    background: rgba(10,187,135,.1) !important;
}

#middleContent {
    position: fixed;
    width: 90%;
    max-width: 800px;
    height: 90%;
    max-height: 500px;
    z-index: 98000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    box-shadow: 3px 3px 15px 2px rgba(0,0,0,0.75);
    border-radius: 5px;
    display: none;
}

#middleContent.active {
    display: block;
}