/* File:cars/layout.css */
html,body{min-height:640px;}
html,body{height:100%;}
html{scroll-behavior:smooth;}
img{max-width:100%}
.bg-ez{background:#001f3f;}
.text-ez{color:#001f3f;}
.color-ez{color:#001f3f;}
.bg-ez a{color:#fff;}
.bg-ez a:hover{color:#fff;}
.bg-light-contrast{background-color:#f4f6f9;}
.navbar-toggler{background-color:rgba(255,255,255,0.2) !important;color:#fff;cursor:pointer;}
.nav-item:hover{color:#f8f9fa;background-color:rgba(255,255,255,0.1);}
.dropdown-menu{border:0px;box-shadow:0px 0px 0px 0px;}
.display-5 {
font-size:2.5rem;
line-height:1.2;
}
.display-6 {
font-size:2rem;
line-height:1.2;
}
.display-7 {
font-size:1.75rem;
line-height:1.2;
}
.display-8 {
font-size:1.5rem;
line-height:1.2;
}
.display-9 {
font-size:1.25rem;
line-height:1.2;
}
.display-10 {
font-size:1rem;
line-height:1.2;
}

.h1_hp{font-size:8vw;}
.h2_hp{font-size:4vw;}

@media (min-width:992px) {/*lg*/
.nav-item .active{background-color:rgba(255,255,255,0.2);}
.nav-item:hover{background-color:rgba(255,255,255,0.2);}
.navbar .nav-item .dropdown-menu{ display:none;}
.navbar .nav-item:hover .nav-link{}
.navbar .nav-item:hover .dropdown-menu{display:block;}
.navbar .nav-item .dropdown-menu{margin-top:0;}
}
.no-underline,.alert a.no-underline{text-decoration:none;}
.badge-md{font-size:1em;}
.badge-lg{font-size:1.2em;}
.badge-xl{font-size:1.3em;}
.badge-xxl{font-size:1.4em;}
ul.dropdown-submenu{list-style-type:circle !important;color:#fff !important;}

.dropdown-menu.bg-navy .dropdown-item{
	color:#fff;
	transition:all 0.2s ease;
}
.dropdown-menu.bg-navy .dropdown-item:hover{
	background-color:rgba(255,255,255,0.15);
	color:#ffc107;
}
.dropdown-menu.bg-navy .dropdown-item.active{
	background-color:rgba(255,255,255,0.25);
	color:#ffc107;
}

.cursor-pointer{cursor:pointer;}
.cursor-move{cursor:move;}
.cursor-ban{cursor:ban;}
/* Calendar */
#dac_rows_wrap .dac_gantt_row{height:40px;border-bottom:1px solid #dee2e6;position:relative;}
#dac_rows_wrap .dac_gantt_row:hover{background:rgba(0,0,0,.02);}
.dac_grid_cell{position:absolute;top:0;height:40px;border-right:1px solid #dee2e6;z-index:1;box-sizing:border-box;}
.dac_res_bar{position:absolute;top:4px;height:32px;border-radius:3px;overflow:hidden;cursor:pointer;display:flex;align-items:center;padding:0 6px;font-size:11px;font-weight:600;color:#fff;white-space:nowrap;z-index:2;opacity:.85;}
.dac_res_bar .dac_bar_label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;}
.dac_res_bar .dac_resize_handle{width:8px;height:100%;cursor:ew-resize;flex-shrink:0;opacity:.6;display:flex;align-items:center;justify-content:center;}
.dac_res_bar .dac_resize_handle:hover{opacity:1;}
.dac_new_bar{position:absolute;top:4px;height:32px;border-radius:3px;background:#6c757d;opacity:.7;border:2px dashed #343a40;z-index:3;display:flex;align-items:center;padding:0 6px;font-size:11px;color:#fff;pointer-events:none;}
/* wmo */
.wmo_it{background:#f8f8f8;padding:3px;padding-right:10px;margin-bottom:0;border-bottom:1px solid #e0e0e0;line-height:29px;}
.wmo_it:hover{background:#e8ecf6;}
.wmo_it .handle{cursor:move !important;background:#fff;}
.wmo_edit{display:none;}
.wmo_it:hover .wmo_edit{display:inline-block;float:right;}
.hf_li .wmo_it{background:#f0f0f0;}
.wmo_li ul{min-height:5px;}
.menu-highlight{background:#ffc;}
.sortable-children{min-height:8px;padding-left:40px;}
.sortable-children:empty{border:2px dashed #e0e0e0;margin:2px 0 2px 40px;}
/*badge_group*/
.badge-group{display:inline-flex;align-items:center;overflow:hidden;border-radius:0.25rem;vertical-align:middle;}
.badge-group > .badge{border-radius:0;margin:0;line-height:18px;}
.badge-group > .badge:first-child{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;}
.badge-group > .badge:last-child{border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;}