/* Sticky footer */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

/* Navbar */
nav {
    background-color: #00355B !important;
}

nav .nav-title-custom {
    display: inline-block;
    font-size: 32px;
}

.breadcrumb {
    display: inline-block;
    padding: 0;
}

a.breadcrumb {
    background-color: rgba(0,0,0,0) !important; /* Remove hover effect */
}

nav .user-menu {
    min-width: 200px;
}


/* Sidenav */
.sidenav li {
    line-height: 44px;
}

.user_title{
    display: block;
    line-height: 20px;
    padding-top: 12px;
    width: 100%;
}

.operator_subtitle{
    display: block;
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    padding-bottom: 10px;
}
/* Sidenav - Open list father */
/* .sidenav .nav-list {
    background-color: rgb(248, 124, 124);
} */

/* Sidenav - Open list background */
/* .sidenav .nav-list .collapsible-body {
    background-color:#ffebee;
} */


/* .sidenav li .active {
    background-color: #FFF;
} */

/* Sidenav - Active selected */
.sidenav .collapsible-body>ul:not(.collapsible)>li.active, .sidenav.sidenav-fixed .collapsible-body>ul:not(.collapsible)>li.active {
    background-color: #00355B;
}

/* Sidenav - Active icon */
.sidenav > li.nav-list.no-padding > ul > li.active > div > ul > li.active > a > i {
    color: #fff;
}

.sidenav li>a {
    font-size: 13px;
    line-height: 44px;
    height: 44px;
}

.sidenav .collapsible-body li>a {
    font-weight: 300;
}

.sidenav li>a>i.material-icons {
    line-height: 44px;
    height: 44px;
}

/* Tabs */
.tabs .tab a {
    color: #00355B;
}

.tabs .tab a:hover, .tabs .tab a.active {
    color: #00355B;
    background-color: #e1e5f2;
}

.tabs .indicator {
    background-color: #00355B;
}

/* Footer */
.page-footer {
    background-color: #00355B;
}

/* Landing pages */
.login-landing {
    background-image: url("../img/login-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.switch-label {
    margin: -17px 0 10px 0 !important;
}

.custom-icon {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    padding: 10px 0 10px 0;
    width: 24px;
    color: rgba(0,0,0,0.54);
}

.inline-icon {
    display: inline-flex;
    vertical-align: top;
    padding-right: 10px;
}

.wide {
    width: 100%;
}

.form-map {
    height: 400px;
}


/* Tables */

table th a {
    color: #000;
}


/* File uploader */
.box__uploading {
    display: none;
}

.upload_box {
    min-height: 100px;
}

.upload_box.is-dragover {
    background-color: grey;
}

.box__uploading_report {
    display: none;
}

.box__uploading_file {
    display: none;
}

.box__uploading_message {
    display: none;
}

.upload_box_report {
    min-height: 100px;
}

.upload_box_report.is-dragover {
    background-color: grey;
}

.upload_box_file {
    min-height: 100px;
}

.upload_box_file.is-dragover {
    background-color: grey;
}

/* Taxiway */
.txy_title{
    display: block !important;
    position: relative !important;
    left: 0px !important;
    font-size: .8rem !important;
}
.txy_label{
    position: relative !important;
}

.txy_input{
    opacity:1 !important;
    position: relative !important;
    pointer-events: auto !important
}

/*Change apperance to inputs type number for all web site*/
input[type="number"]
{
    -webkit-appearance: textfield !important;
    -moz-appearance:textfield !important;
    -o-appearance:textfield !important;
    -ms-appearance:textfield !important;
    appearance:textfield !important;
}
input[type="number"]:hover
{
    -webkit-appearance: textfield !important;
    -moz-appearance:textfield !important;
    -o-appearance:textfield !important;
    -ms-appearance:textfield !important;
    appearance:textfield !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]::-moz-inner-spin-button,
input[type=number]::-moz-outer-spin-button {
    -moz-appearance: none;
    margin: 0;
}
input[type=number]::-o-inner-spin-button,
input[type=number]::-o-outer-spin-button {
    -o-appearance: none;
    margin: 0;
}
input[type=number]::-ms-inner-spin-button,
input[type=number]::-ms-outer-spin-button {
    -ms-appearance: none;
    margin: 0;
}

/* Logo Footer*/
.ite-logo-footer {
    width: auto;
    height: 35px;
    float: right;
}

.ite-name-footer {
    line-height: 2.5em;
}

/* SLIDES TO STRETCHES */

/*NEW SLIDER STYLES FOR SCALE, ETC*/

/* slider widget */

.ui-slider {
    text-decoration: none !important;
}
.ui-slider .ui-slider-handle {
    overflow: visible !important;
}
.ui-slider .ui-slider-tooltip {
/*display: none;*/
    display: block;
}
a.ui-state-active{
    border: 3px solid #000000 !important;
}
.ui-slider .ui-slider-tooltip,
.ui-slider .ui-state-active .ui-slider-tooltip,
.ui-slider .ui-state-focus .ui-slider-tooltip,
.ui-slider .ui-state-hover .ui-slider-tooltip {
    display: block;
    position: absolute;
    bottom: 20px;
    text-align: center;
    padding: .2em;
    font-size: .9em;
    width: 5em;
    margin-left: -2em;
}
.ui-slider a {
    text-decoration: none;
}
.ui-slider ol,
.ui-slider li,
.ui-slider dl,
.ui-slider dd,
.ui-slider dt {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-slider ol,
.ui-slider dl {
    position: relative;
    top: 1.3em;
    width: 100%;
}
.ui-slider dt {
    top: 1.5em;
    position: absolute;
    padding-top: .2em;
    text-align: center;
    border-bottom: 1px dotted #ddd;
    height: .7em;
    color: #999;
}
.ui-slider dt span {
    background: #fff;
    padding: 0 .5em;
}
.ui-slider li,
.ui-slider dd {
    position: absolute;
    overflow: visible;
    color: #666;
}
.ui-slider li span.ui-slider-label,
.ui-slider dd span.ui-slider-label {
    display: none;
}
.ui-slider li span.ui-slider-label-show,
.ui-slider dd span.ui-slider-label-show {
    display: block;
}
.ui-slider span.ui-slider-tic {
    position: absolute;
    left: 0;
    height: .8em;
    top: -1.3em;
}
.ui-slider li span.ui-widget-content,
.ui-slider dd span.ui-widget-content {
    border-right: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-top: 0;
    border-bottom: 0;
}
.ui-slider .first .ui-slider-tic,
.ui-slider .last .ui-slider-tic {
    display: none;
}
.slider {
    margin-bottom: 40px;
    width: 100%;
    float: left;
}
.slider.sleep {
    background: hsl(0, 0%, 77%); /* Color slider */
}
.slider.runway {
    background: #00355B; /* Color slider */
}
.slider-controller {
    padding-top: 0;
}
.slider-controller select {
    width: 100px;
}
.ui-slider-handle.stretchRwy,
a[data-temperature="stretchRwy"],
.ui-slider-range.stretchRwy {
    background: #00355B; /* Color stretch slider */
}
a.ui-slider-handle.ui-state-default.ui-corner-all.stretchRwy {
    background: #0aa1b0 ;
}
.ui-slider-range.ui-widget-header.stretchv.disabled,
.ui-slider-range.ui-widget-header.stretchiv.disabled,
.ui-slider-range.ui-widget-header.stretchiii.disabled,
.ui-slider-range.ui-widget-header.stretchii.disabled{
    background: hsl(0, 0%, 77%);
}
.ui-slider-handle.stretchv,
a[data-temperature="stretchv"],
.ui-slider-range.stretchv {
    background: hsl(0, 61%, 50%);; /* Color stretch slider */
}
.ui-slider-handle.stretchiv,
a[data-temperature="stretchiv"],
.ui-slider-range.stretchiv {
    background: hsl(28, 91%, 55%); /* Color stretch slider */
}
.ui-slider-handle.stretchiii,
a[data-temperature="stretchiii"],
.ui-slider-range.stretchiii {
    background: hsl(194, 61%, 50%); /* Color stretch slider */
}
.ui-slider-handle.stretchii,
a[data-temperature="stretchii"],
.ui-slider-range.stretchii {
    background: hsl(103, 61%, 50%); /* Color stretch slider */
}
.ui-slider-range.ui-widget-header.E {
    background: hsl(0, 61%, 50%);
}
.collapsible-title{
    margin-top: 8px;
}
.slider-tick-mark-main {
    display: inline-block;
    width: 1px;
    background: #bbb;
    height: 7px;
    position: absolute;
    top: 15px;
    font-size: 11px;
}
.slider-tick-mark-main-text {
    display: inline-block;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 25px;
    font-size: 11px;
    text-align: center;
    margin-left: -9px;
}
.slider-tick-mark-side {
    display: inline-block;
    width: 1px;
    background: #ccc;
    height: 5px;
    position: absolute;
    top: 15px;
}
.slider-tick-mark-side-text {
    display: inline-block;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 25px;
    font-size: 9px;
    text-align: center;
    margin-left: -9px;
}


#stretch_form div input{
    display: none !important;
}
#stretch_form div svg{
    display: none !important;
}

.info_table{
    margin-bottom: 25px;
}
td input{
    width: 200px !important;
}
#info_details tr td{
    width: 20% !important;
    padding: 5px !important;
}
#info_details input{
    height: 15px;
}
.header_name{
    margin: -2px 0px 15px 0px;
    padding: 8px !important;
    text-align: center;
    border: 2px solid #6c6c6c;
    border-radius: 10px;
}
.header_name_loc{
    margin: -2px -10px 15px 10px !important;
    padding: 8px !important;
    text-align: center;
    border: 2px solid #6c6c6c;
    border-radius: 10px;
}
.ui-state-active .ui-slider-tooltip {
    border: 1px solid #0aa1b0 !important;
    box-shadow: 5px 5px 5px #6e6e6e;
}

/*Modal save passed maintenance*/
.modal_button {
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.modal-content .btn {
    height: 70px;
    text-align: center;
    font-size: 16px;
    /*padding-top:15px;*/
    /*padding-bottom: 15px;*/
}
.modal_button .btn {
    height: 70px;
    text-align: center;
    font-size: 16px;
    padding-top:15px;
}

.info {
    text-align: center;
    padding: 14px 0px 14px 0px !important;
    background: #e1e5f2;
    margin-top: 10px;
    font-size: 1.5em;
}

.infoairports {
    text-align: left;
    padding: 14px 0px 14px 0px !important;
    margin-top: 10px;
}

/* Airside Runways List */

.airsideTableTitle{
    font-weight: 600;
}

.collapsible-systems{
    padding-top: 0px;
}

.expand-icon{
    margin-left: auto;
}

.btnDrawing
{
    background-color: #0aa1b0;
    color: white;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 20px;
    box-shadow: 0 1px rgba(0, 0, 0.5, 0.2);
    transition: background-color 0.3s, transform 0.3s;
}


.blue{ background-color: #0aa1b0;}
.green{ background-color: green; }
.carousel-container {position: relative; overflow: hidden; width: 100%;   height: auto; }
.carousel-slide {display: flex; transition: transform 0.5s ease-in-out; width: 100%; }
.carousel-slide img {flex: 1 0 20%; object-fit: cover; height: 100%; width: 200px; margin: 4px; cursor: pointer; border-radius: 5px;}
.carousel-slide img:hover { box-shadow: 0 0 3px 2px #1b1d52;}
.carousel-nav { position: absolute; top: 50%; width: 100%; display: flex; justify-content: space-between; transform: translateY(-50%); }
.carousel-nav button {background-color: rgba(0, 0, 0, 0.5); border: none; color: white; font-size: 18px; cursor: pointer; padding: 4px;  }
.carousel-nav button:hover { background-color: rgba(0, 0, 0, 0.8) }
.image-index{position: absolute;bottom: 10px; right: 10px;background-color:#00355Bc7; color: white; padding: 5px;border-radius: 3px; z-index: 8;}
.tr_acMaint:hover{  background-color: #5b83a342;   cursor: pointer; }
.carousel-container {  position: relative; }
.carousel-slide img {   position: relative;  z-index: 1; }
.carousel-nav {  position: absolute;  top: 50%;  width: 100%;  display: flex;  justify-content: space-between;  z-index: 2;  pointer-events: none; }
.carousel-nav button {  pointer-events: auto;   z-index: 3; }
