﻿*|*:link {
    color: rgb(51, 122, 183)
}

*|*:visited {
    color: rgb(51, 122, 183)
}

/*  dark mode !? */
/*@media (prefers-color-scheme: dark) {
    html {
        filter: invert(100%);
    }

    img {
        filter: invert(100%);
    }
}*/



body {
    padding-top: 4.2em;
    padding-bottom: 4em;
    margin: 0 0.5em;
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
}

@media (max-width: 639px) and (orientation: portrait) {
    body {
        font-size: 12.25px;
        /*        padding-top: 43.75px;
        padding-bottom: 17.5px;
        margin: 0 17.5px;
*/
    }
}

@media (max-width: 559px) and (orientation: portrait) {
    body {
        font-size: 10.5px;
        /*        padding-top: 37.5px;
        padding-bottom: 15px;
        margin: 0 15px;*/
    }
}

@media (max-width: 479px) and (orientation: portrait) {
    body {
        font-size: 8.75px;
        /*        padding-top: 31.25px;
        padding-bottom: 12.5px;
        margin: 0 12.5px;*/
    }
}

@media (max-width: 399px) and (orientation: portrait) {
    body {
        font-size: 7px;
        /*        padding-top: 25px;
        padding-bottom: 10px;
        margin: 0 10px;*/
    }
}

@media (max-height: 639px) and (orientation: landscape) {
    body {
        font-size: 12.25px;
        /*        padding-top: 43.75px;
        padding-bottom: 17.5px;
        margin: 0 17.5px;*/
    }
}

@media (max-height: 559px) and (orientation: landscape) {
    body {
        font-size: 10.5px;
        /*        padding-top: 37.5px;
        padding-bottom: 15px;
        margin: 0 15px;*/
    }
}

@media (max-height: 479px) and (orientation: landscape) {
    body {
        font-size: 8.75px;
        /*        padding-top: 31.25px;
        padding-bottom: 12.5px;
        margin: 0 12.5px;*/
    }
}

@media (max-height: 399px) and (orientation: landscape) {
    body {
        font-size: 7px;
        /*        padding-top: 25px;
        padding-bottom: 10px;
        margin: 0 10px;*/
    }
}



#main-container {
    /*    float: none;*/
    /*margin: 15px auto;*/
    /*margin: 15px;*/
    /*    margin: 0;*/
    background: #EFF2F4;
    width: 100%;
    /*height: 100%;  height is set via javascript !*/
    /*    padding-left: 20px;
    padding-right: 20px;*/

    padding: 0;
    /*    border: 3px solid blue;*/
}

#main-content {
    margin: 0;
    height: 100%;
    width: 100%;
    /*overflow: auto;*/
    /*border: 1px solid red;*/
}
/* Set padding to keep content start hitting the edges */
.body-content {
    /*STRANGE: needs a border to prevent overflow !?!?*/
    border: 1px solid #EFF2F4;
    /*border: 1px solid red;*/
    width: 100%;
    height: 100%;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

@media (max-width: 639px) {
    input,
    select,
    textarea {
        max-width: 245px;
    }
}

@media (max-width: 559px) {
    input,
    select,
    textarea {
        max-width: 210px;
    }
}

@media (max-width: 479px) {
    input,
    select,
    textarea {
        max-width: 175px;
    }
}

@media (max-width: 399px) {
    input,
    select,
    textarea {
        max-width: 140px;
    }
}
/*.text-box  {
    width: 100% !important;
}*/
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.5em;
}
/* Make Header Sticky */
#header-container {
    height: 4em;
    left: 0;
    position: fixed;
    display: inline-block;
    width: 100%;
    top: 0;
    z-index: 1000;
    /*border: #C0C000 1px solid;*/
}

#header-content {
    /*line-height: 4em;*/
    margin: 0 auto;
    /*width:940;*/
    /*text-align:center;*/
    /*background: #0E2B4A;*/
}

.navbar {
    margin: 0.5em !important;
    height: 3.8em !important;
}

.navbar-inverse {
    background-color: #0E2B4A;
    /*margin: 5px 15px;*/
    margin: 0.5em 1.5em;
}

.vm-navbar-label {
    display: inline-block;
    height: 2em;
    /*border: 1px solid white;*/
    /*height: 20px;*/
}

.navbar-brand {
    display: inline;
    /*height: 50px;*/
    font-size: 1.25em;
    padding-top: 0;
    margin-top: 0;
    /*height: 90%;*/
    margin-right: 0 !important;
    padding-right: 0;
    color: #9d9d9d;
    /*border: 1px solid yellow;*/
}

.trademark {
    line-height: 2em;
    padding-top: 0.25em;
    vertical-align: top;
    float: right;
    color: #9d9d9d;
    display: inline;
    font-size: 0.5em;
}


.navbar-toggle .icon-bar {
    width: 2.5em;
    height: 0.3em;
}


#content-data {
    border: #EFF2F4 1px solid;
    overflow: visible !important;
}




/* Make Footer Sticky */
#footer-container {
    display: inline-block;
    bottom: 0;
    /*min-height: 4em;*/
    position: fixed;
    width: 100%;
    /* background: #0A1D34;*/
    /*   left: 0.5em;*/
    left: 0;
    padding: 0 0.5em;
    /*    margin: 0.5em !important;*/
}


#footer-box {
    display: inline-block;
    /*    margin-left: 0.5em;
    margin-right: 0.5em;*/
    width: 100%;
    min-height: 4em;
    background: #0A1D34;
}

#footer-content {
    display: table;
    width: 100%;
    margin: 0 auto;
    /*    padding: 0 40px;*/
    z-index: 999;
    /*font-size: 10;*/
    /*width:940;*/
    /*text-align:center;*/
    /*border: #C000C0;
    border-style: solid;
    border-width: 1px;*/
}


.footer-update-status {
    display: table-cell;
    font-size: 0.6em;
    padding-left: 1em;
    padding-top: 0.5em;
    /*color: #505050;*/
    color: #ffffff;
    /*margin-left: 0;
    margin-right: auto;*/
    text-align: left;
    /*float:left;*/
    /*border: #00C0C0;
    border-style: solid;
    border-width: 1px;
    min-width: 100;*/
}


.footer-copyright {
    display: table-cell;
    font-size: 0.5em;
    padding-right: 0.5em;
    top: 0;
    /*color: #505050;*/
    color: #C1C1C1;
    /*margin-left: auto;
    margin-right: 0;*/
    /*border: #C0C0C0;
    border-style: solid;
    border-width: 1px;*/
    text-align: right;
    /*float:right;*/
}

.iw-logo {
    position: absolute;
    width: 20em;
    padding-right: 0;
    right: 2em;
    top: 1em;
}

.dia-time-span-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*border: 1px solid green;*/
}

.dia-time-span-element {
    display: inline-block;
    /*border: 1px solid blue;*/
}

.footer-update-error {
    display: table-cell;
    /*float:left;*/
    font-size: 0.8em;
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    /*border: #00C0C0;
    border-style: solid;
    border-width: 1px;
    min-width: 100;*/
}


.footer-time-nav-container {
    /*border: 1px solid green;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-time-nav {
    color: #ffffff;
    display: inline-block;
    /*border: 1px solid yellow;*/
}

.vm-form-border {
    border: 1px #A0A0A0 solid;
}

.vm-form-table {
    min-width: 80%;
}

    .vm-form-table, .vm-form-table TBODY, .vm-form-table TR, .vm-form-table TD, .vm-form-table TH {
        margin: 0 auto;
        text-align: left;
        padding: 1px 4px;
        /*border-spacing: 1px;*/
        border: 1px #A0A0A0 solid;
        /*padding:0;*/
        /*border-spacing:0;*/
        /* or border-collapse:collapse */
    }

.box-with-shadow {
    -webkit-box-shadow: 0 0 15px #000000;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 5px;
}


.box-with-border {
    border: 1px #A0A0A0 solid;
}



.vm-gauge {
    float: left;
    min-width: 175px;
    width: 175px;
    height: 250px;
    margin: 5px;
    font-size: 6px !important;
}

@media (max-width: 639px) {
    .vm-gauge {
        -moz-min-width: 153.125px;
        -ms-min-width: 153.125px;
        -o-min-width: 153.125px;
        -webkit-min-width: 153.125px;
        min-width: 153.125px;
        width: 153.125px;
        height: 218.75px;
        margin: 4.375px;
        font-size: 5.25px !important;
    }
}

@media (max-width: 559px) {
    .vm-gauge {
        -moz-min-width: 131.25px;
        -ms-min-width: 131.25px;
        -o-min-width: 131.25px;
        -webkit-min-width: 131.25px;
        min-width: 131.25px;
        width: 131.25px;
        height: 187.5px;
        margin: 3.75px;
        font-size: 4.5px !important;
    }
}

@media (max-width: 479px) {
    .vm-gauge {
        -moz-min-width: 109.375px;
        -ms-min-width: 109.375px;
        -o-min-width: 109.375px;
        -webkit-min-width: 109.375px;
        min-width: 109.375px;
        width: 109.375px;
        height: 156.25px;
        margin: 3.125px;
        font-size: 3.75px !important;
    }
}

@media (max-width: 399px) {
    .vm-gauge {
        -moz-min-width: 87.5px;
        -ms-min-width: 87.5px;
        -o-min-width: 87.5px;
        -webkit-min-width: 87.5px;
        min-width: 87.5px;
        width: 87.5px;
        height: 125px;
        margin: 2.5px;
        font-size: 3px !important;
    }
}



.actual-data-table-section {
    clear: both;
    display: table;
    width: 100%;
    padding-top: 2em;
    /*border: gray 1px solid;*/
}

.actual-data-table {
    /*width: 100%;*/
    max-width: 100%;
    margin-bottom: 1em;
    /*border-spacing: 2px;*/
    /*background-color: transparent;*/
    /*border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;*/
}

    .actual-data-table tr {
        border: 1px solid gray;
        border-spacing: 2px;
    }

    .actual-data-table td {
        border: 1px solid gray;
        padding: .3em;
    }

.table-section-label {
    font-weight: bold;
    font-size: 1.3em;
}

.diagram-section-label {
    font-weight: bold;
    font-size: 1.3em;
}

.station-group-label {
    display: inline-block;
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 0.7em;
    /*padding-top: 1.5em;*/
    /*border: 1px solid blue;*/
}

#gauge-section {
    /*display: table;*/
    /*max-width: 800;*/
    /*margin: 10 auto;*/
}
/* NOTE: scrollable gauge section is re-sized via javascript on StationPage.cshtml !*/
#scrollable-gauge-section {
    /*display: table;*/
    display: inline-block;
    /*float: left;*/
    width: 210px;
    overflow: auto;
    /*border: red 1px solid;*/
    /*max-width: 800;*/
    /*margin: 10 auto;*/
}

@media (max-width: 639px) {
    #scrollable-gauge-section {
        width: 183.75px;
    }
}

@media (max-width: 559px) {
    #scrollable-gauge-section {
        width: 157.5px;
    }
}

@media (max-width: 479px) {
    #scrollable-gauge-section {
        width: 131.25px;
    }
}

@media (max-width: 399px) {
    #scrollable-gauge-section {
        width: 105px;
    }
}

#diagram-section {
    /*    border: 1px solid blue;
    width: 99%;
    margin: 0 auto;*/
    /*display: inline-block;*/
    /*margin: 20 auto;*/
    /*border: #00C0C0;
    border-style: solid;
    border-width: 1px;*/
    /*border: red 1px solid;*/
    /*overflow: auto;*/
}

#table-section {
    padding-top: 32px;
    /*border: blue 1px solid;*/
    /*overflow: auto;*/
    margin: 0 auto;
}

@media (max-width: 639px) {
    #table-section {
        padding-top: 28px;
    }
}

@media (max-width: 559px) {
    #table-section {
        padding-top: 24px;
    }
}

@media (max-width: 479px) {
    #table-section {
        padding-top: 20px;
    }
}

@media (max-width: 399px) {
    #table-section {
        padding-top: 16px;
    }
}



.vm-line-diagram {
    /*display:flex;*/
    /*width: 98% !important;*/
    /*font-size: 1.5em !important;*/
}

.vm-hbar-diagram {
    /*border: 1px solid greenyellow;*/
    /* font-size: 1.5em !important;*/
}




.user-role-table {
    margin: 10px;
    border: 1px solid black;
}

@media (max-width: 639px) {
    .user-role-table {
        margin: 8.75px;
    }
}

@media (max-width: 559px) {
    .user-role-table {
        margin: 7.5px;
    }
}

@media (max-width: 479px) {
    .user-role-table {
        margin: 6.25px;
    }
}

@media (max-width: 399px) {
    .user-role-table {
        margin: 5px;
    }
}

#map-container {
    display: inline-block;
    /*overflow: visible !important;*/
    /*width: 100%;*/
    /*min-width: 1200;*/
    /*overflow: auto;*/
    /*border: #00FF00;
    border-style: solid;
    border-width: 1px;*/
}

#map-content {
    display: inline-block;
    /*overflow: visible !important;*/
    /*overflow: auto;*/
    /*border: #00FFFF;
    border-style: solid;
    border-width: 1px;*/
    float: left;
    margin-bottom: 0; /* margin for navigation elements */
    padding: 0;
}

#station-map-content {
    display: inline-block;
    /*overflow: visible !important;*/
    /*overflow: auto;*/
    /*border: #00FFFF;
    border-style: solid;
    border-width: 1px;*/
    float: left;
    margin-bottom: 80px; /* margin for navigation elements */
    padding: 0;
}

@media (max-width: 639px) {
    #station-map-content {
        margin-bottom: 70px; /* margin for navigation elements */
    }
}

@media (max-width: 559px) {
    #station-map-content {
        margin-bottom: 60px; /* margin for navigation elements */
    }
}

@media (max-width: 479px) {
    #station-map-content {
        margin-bottom: 50px; /* margin for navigation elements */
    }
}

@media (max-width: 399px) {
    #station-map-content {
        margin-bottom: 40px; /* margin for navigation elements */
    }
}

.map-trail-selector {
    /*display: inline-block;*/
    /*overflow: auto;*/
    /*display: block;*/
    /*float: left;
    margin-top: 200;
    margin-left: 10;*/
    display: inline;
    /*border: 1px solid red;*/
    color: #129FDD;
    position: absolute;
    right: 6px;
    top: 6px;
}

@media (max-width: 639px) {
    .map-trail-selector {
        right: 5.25px;
        top: 5.25px;
    }
}

@media (max-width: 559px) {
    .map-trail-selector {
        right: 4.5px;
        top: 4.5px;
    }
}

@media (max-width: 479px) {
    .map-trail-selector {
        right: 3.75px;
        top: 3.75px;
    }
}

@media (max-width: 399px) {
    .map_trail_selector {
        right: 3px;
        top: 3px;
    }
}

.map_selector {
    padding-left: 6px;
    /*display: inline;*/
    /*vertical-align: middle;*/
    /*display: table-cell;*/
    /*margin-left: 10;
    right: 0;*/
    /*border: #0000FF;
    border-style: solid;
    border-width: 1px;*/
}

@media (max-width: 639px) {
    .map_selector {
        padding-left: 5.25px;
    }
}

@media (max-width: 559px) {
    .map_selector {
        padding-left: 4.5px;
    }
}

@media (max-width: 479px) {
    .map_selector {
        padding-left: 3.75px;
    }
}

@media (max-width: 399px) {
    .map_selector {
        padding-left: 3px;
    }
}

.map-manage-trails-link {
    float: right;
}

#map-legend-content {
    display: inline-block;
    overflow: auto;
    position: absolute;
    right: 6px;
    top: 6px;
    /*border: #FF0000 1px solid;*/
    background: white;
    z-index: 1; /* above opacity of map !?!?*/
    border: 3px solid #ffffff;
    border: 3px solid rgba(255, 255, 255, .3);
    background-clip: padding-box;
}

@media (max-width: 639px) {
    #map-legend-content {
        right: 5.25px;
        top: 5.25px;
        border: 2.625px solid #ffffff;
        border: 2.625px solid rgba(255, 255, 255, .3);
    }
}

@media (max-width: 559px) {
    #map-legend-content {
        right: 4.5px;
        top: 4.5px;
        border: 2.25px solid #ffffff;
        border: 2.25px solid rgba(255, 255, 255, .3);
    }
}

@media (max-width: 479px) {
    #map-legend-content {
        right: 3.75px;
        top: 3.75px;
        border: 1.875px solid #ffffff;
        border: 1.875px solid rgba(255, 255, 255, .3);
    }
}

@media (max-width: 399px) {
    #map-legend-content {
        right: 3px;
        top: 3px;
        border: 1.5px solid #ffffff;
        border: 1.5px solid rgba(255, 255, 255, .3);
    }
}
/*#map1 {
    position: relative;
}*/
.legend-table {
    border: 0 none;
    border-collapse: collapse;
    padding: 0;
    /*color: #129FDD;*/
    font-size: 10px;
}

@media (max-width: 639px) {
    .legend-table {
        font-size: 8.75px;
    }
}

@media (max-width: 559px) {
    .legend-table {
        font-size: 7.5px;
    }
}

@media (max-width: 479px) {
    .legend-table {
        font-size: 6.25px;
    }
}

@media (max-width: 399px) {
    .legend-table {
        font-size: 5px;
    }
}

.legend-color {
    width: 40px;
    height: 16px;
}

@media (max-width: 639px) {
    .legend-color {
        width: 35px;
        height: 14px;
    }
}

@media (max-width: 559px) {
    .legend-color {
        width: 30px;
        height: 12px;
    }
}

@media (max-width: 479px) {
    .legend-color {
        width: 25px;
        height: 10px;
    }
}

@media (max-width: 399px) {
    .legend-color {
        width: 20px;
        height: 8px;
    }
}

select {
    background-color: #129FDD; /* fallback color if gradients are not supported */
    border: 1px solid #129FDD;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 16px #000000;
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.1);
    box-shadow: 0 0 16px #000000;
    box-shadow: 0 0 16px rgba(0,0,0,.1);
    color: #FFFFFF;
    overflow: hidden;
}

@media (max-width: 639px) {
    select {
        border-radius: 1.75px;
        -webkit-box-shadow: 0 0 14px #000000;
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
        box-shadow: 0 0 14px #000000;
        box-shadow: 0 0 14px rgba(0,0,0,.1);
    }
}

@media (max-width: 559px) {
    select {
        border-radius: 1.5px;
        -webkit-box-shadow: 0 0 12px #000000;
        -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
        box-shadow: 0 0 12px #000000;
        box-shadow: 0 0 12px rgba(0,0,0,.1);
    }
}

@media (max-width: 479px) {
    select {
        border-radius: 1.25px;
        -webkit-box-shadow: 0 0 10px #000000;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
        box-shadow: 0 0 10px #000000;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
    }
}

@media (max-width: 399px) {
    select {
        border-radius: 1px;
        -webkit-box-shadow: 0 0 8px #000000;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
        box-shadow: 0 0 8px #000000;
        box-shadow: 0 0 8px rgba(0,0,0,.1);
    }
}

div.olPopupContent h2 {
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 639px) {
    div.olPopupContent h2 {
        font-size: 12.25px;
    }
}

@media (max-width: 559px) {
    div.olPopupContent h2 {
        font-size: 10.5px;
    }
}

@media (max-width: 479px) {
    div.olPopupContent h2 {
        font-size: 8.75px;
    }
}

@media (max-width: 399px) {
    div.olPopupContent h2 {
        font-size: 7px;
    }
}

div.iw-popup {
    font-size: 11px;
    /*position: relative;*/
    /*display: inline-flex;*/
    z-index: 2;
}

@media (max-width: 639px) {
    div.iw-popup {
        font-size: 9.625px;
    }
}

@media (max-width: 559px) {
    div.iw-popup {
        font-size: 8.25px;
    }
}

@media (max-width: 479px) {
    div.iw-popup {
        font-size: 6.875px;
    }
}

@media (max-width: 399px) {
    div.iw-popup {
        font-size: 5.5px;
    }
}

#map_params {
    width: 100%;
    height: 80px;
    position: relative;
}

@media (max-width: 639px) {
    #map_params {
        height: 70px;
    }
}

@media (max-width: 559px) {
    #map_params {
        height: 60px;
    }
}

@media (max-width: 479px) {
    #map_params {
        height: 50px;
    }
}

@media (max-width: 399px) {
    #map_params {
        height: 40px;
    }
}

#map-checkboxes {
    margin-top: 5px;
    overflow: auto;
    /*position: absolute;*/
    /*display: inline-block;*/
    /*margin: 0 auto;*/
    /*float: left;*/
    /*width: 100%;*/
    /*border: #00FF00;
    border-style: solid;
    border-width: 1px;*/
}

@media (max-width: 639px) {
    #map-checkboxes {
        margin-top: 4.375px;
    }
}

@media (max-width: 559px) {
    #map-checkboxes {
        margin-top: 3.75px;
    }
}

@media (max-width: 479px) {
    #map-checkboxes {
        margin-top: 3.125px;
    }
}

@media (max-width: 399px) {
    #map-checkboxes {
        margin-top: 2.5px;
    }
}

#map-checkboxes-inner {
    /*margin: 0 auto !important;*/
    /*border: #0000FF;
    border-style: solid;
    border-width: 1px;*/
    position: absolute;
    top: 5px;
    left: 5px;
    /*border: 1px solid yellow;*/
    color: #129fdd;
}

@media (max-width: 639px) {
    #map-checkboxes-inner {
        top: 4.325px;
        left: 4.325px;
    }
}

@media (max-width: 559px) {
    #map-checkboxes-inner {
        top: 3.75px;
        left: 3.75px;
    }
}

@media (max-width: 479px) {
    #map-checkboxes-inner {
        top: 3.125px;
        left: 3.125px;
    }
}

@media (max-width: 399px) {
    #map-checkboxes-inner {
        top: 2.5px;
        left: 2.5px;
    }
}

#combo_sel_meas_drive {
    display: inline-block;
    margin: 0;
    text-align: center;
}


#measdrive-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*border: 1px solid green;*/
}

@media (max-width: 639px) {
    #measdrive-controls {
        bottom: 4.375px;
    }
}

@media (max-width: 559px) {
    #measdrive-controls {
        bottom: 3.75px;
    }
}

@media (max-width: 479px) {
    #measdrive-controls {
        bottom: 3.125px;
    }
}

@media (max-width: 399px) {
    #measdrive-controls {
        bottom: 2.5px;
    }
}


/*#measdrive-controls-inner {
    position: relative;
    display: inline-block;

    width: 100%;
    border: 1px solid red;
    margin: 0 auto;
}*/

#measdrive-controls-inner {
    position: relative;
    width: 560px;
    /*border: 1px solid red;*/
    margin: 0 auto;
}

@media (max-width: 639px) {
    #measdrive-controls-inner {
        width: 490px;
    }
}

@media (max-width: 559px) {
    #measdrive-controls-inner {
        width: 420px;
    }
}

@media (max-width: 479px) {
    #measdrive-controls-inner {
        width: 350px;
    }
}

@media (max-width: 399px) {
    #measdrive-controls-inner {
        width: 280px;
    }
}

#measdrive-controls-table {
    width: 100%;
    /*border: 1px solid green;*/
}

.kml-locinfo {
    font-size: 8px;
}

@media (max-width: 639px) {
    .kml-locinfo {
        font-size: 7px;
    }
}

@media (max-width: 559px) {
    .kml-locinfo {
        font-size: 6px;
    }
}

@media (max-width: 479px) {
    .kml-locinfo {
        font-size: 5px;
    }
}

@media (max-width: 399px) {
    .kml-locinfo {
        font-size: 4px;
    }
}

.mplayer_icon {
    width: 1.25em;
    height: 1.25em;
    margin: auto 0;
    /*margin-left: 0.1em;
    margin-right: 0.1em;*/
}


#select-stations-form {
    max-height: 200px;
    overflow: auto;
    padding-left: 50px;
}

@media (max-width: 639px) {
    #select-stations-form {
        max-height: 175px;
        padding-left: 43.75px;
    }
}

@media (max-width: 559px) {
    #select-stations-form {
        max-height: 150px;
        padding-left: 37.5px;
    }
}

@media (max-width: 479px) {
    #select-stations-form {
        max-height: 125px;
        padding-left: 31.25px;
    }
}

@media (max-width: 399px) {
    #select-stations-form {
        max-height: 100px;
        padding-left: 25px;
    }
}

#select-stations-form label {
    margin-left: 10px;
}

@media (max-width: 639px) {
    #select-stations-form label {
        margin-left: 8.75px;
    }
}

@media (max-width: 559px) {
    #select-stations-form label {
        margin-left: 7.5px;
    }
}

@media (max-width: 479px) {
    #select-stations-form label {
        margin-left: 6.25px;
    }
}

@media (max-width: 399px) {
    #select-stations-form label {
        margin-left: 5px;
    }
}

#list-users-form {
    max-height: 200px;
    max-width: 400px;
    /*float: none;*/
    overflow: auto;
    /*border: red 1px solid;*/
}

@media (max-width: 639px) {
    #list-users-form {
        max-height: 175px;
        max-width: 350px;
    }
}

@media (max-width: 559px) {
    #list-users-form {
        max-height: 150px;
        max-width: 300px;
    }
}

@media (max-width: 479px) {
    #list-users-form {
        max-height: 125px;
        max-width: 250px;
    }
}

@media (max-width: 399px) {
    #list-users-form {
        max-height: 100px;
        max-width: 200px;
    }
}


#station-camera-form {
    border: #aaaaaa 1px solid;
    padding-left: 2em;
}

#select-cam-station-list {
    max-height: 18em;
    /*max-width: 400px;*/
    max-width: calc(100% - 2em);
    margin-left: 0.5em;
    padding-left: 0.5em;
    /* calc(100% - xxem) ?? */
    overflow: auto;
    border: #f0f0f0 1px solid;
}


    #select-cam-station-list label {
        margin-left: 1em;
    }




.settings-form {
    border: #aaaaaa 1px solid;
    padding-left: 1em;
}

/* TEMP FIX PROBLEM RCAM/RwyCC*/
#scroll-display-rcam {
    height: 100%;
    min-width: 800px;
    overflow: auto;
    /*margin: 0 0 0 10px;*/
    border: 1px solid #EFF2F4;
    text-align: center;
}

#scroll-display {
    /*border: red 1px solid;*/

    overflow: auto;
    /*    overflow: visible !important;*/
    /*    margin: 0 0 0 10px;*/
    /*   margin: 0 ;*/
    /* strange - needs border to show under some circumstances !*/
    /*border: 1px solid #EFF2F4;*/
    /*    border: 2px solid green;*/
}


/*#diagrams_container {
    display: inline-block;
    width: 100%;
    padding: 20 50;
}*/
.table-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    /*border: #EFF2F4 1px solid;*/
    /*padding: 20 50 0 50;*/
    /*border: blue 1px solid;*/
}

.vm-group-table-container {
    display: inline-block;
    /*    overflow: auto;
    position: relative;
    width: 800px;*/
}

.group-table-content {
    width: 100%;
    height: 100%;
    /*border: red 1px solid;*/
    /*overflow: auto;*/
}
/*#group_table {
    padding: 20 50;
}*/
.centered-content {
    margin: 0 auto;
    /*border: 1px red solid;*/
}

.todo {
    /*border: red 1px solid;*/
    font-size: 12px;
    color: #b94a48;
}

#combo_sel_map_sensor {
    width: 200px;
}

@media (max-width: 639px) {
    #combo_sel_map_sensor {
        width: 175px;
    }
}

@media (max-width: 559px) {
    #combo_sel_map_sensor {
        width: 150px;
    }
}

@media (max-width: 479px) {
    #combo_sel_map_sensor {
        width: 125px;
    }
}

@media (max-width: 399px) {
    #combo_sel_map_sensor {
        width: 100px;
    }
}

.ol-attribution.ol-uncollapsible {
    max-width: calc(100% - 3em);
    bottom: 0;
}



@media (max-width: 479px) {
    .ol-attribution.ol-uncollapsible {
        bottom: 0.2em;
    }
}




.ol-attribution ul {
    font-size: 0.5em;
}

@media (max-width: 479px) {
    .ol-attribution ul {
        bottom: 0.2em;
    }
}




.ol-control button, .ol-attribution, .ol-scale-line-inner {
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
}

.ol-popup {
    position: absolute;
    /*    display: flow-root;*/
    /*    position: static;*/
    /*position: relative;*/
    background-color: white;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    z-index: 1500 !important;
    min-width: 240px;
}


@media (max-width: 639px) {
    .ol-popup {
        filter: drop-shadow(0 1px 3.5px rgba(0,0,0,0.2));
        padding: 13.125px;
        border-radius: 8.75px;
        border: 1px solid #cccccc;
        bottom: 10.5px;
        left: -43.75px;
        min-width: 210px;
    }
}

@media (max-width: 559px) {
    .ol-popup {
        filter: drop-shadow(0 1px 3px rgba(0,0,0,0.2));
        padding: 11.25px;
        border-radius: 7.5px;
        border: 1px solid #cccccc;
        bottom: 9px;
        left: -37.5px;
        min-width: 180px;
    }
}

@media (max-width: 479px) {
    .ol-popup {
        filter: drop-shadow(0 1px 2.5px rgba(0,0,0,0.2));
        padding: 9.37px;
        border-radius: 6.25px;
        border: 1px solid #cccccc;
        bottom: 7.5px;
        left: -31.25px;
        min-width: 150px;
    }
}

@media (max-width: 399px) {
    .ol-popup {
        filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
        padding: 7.5px;
        border-radius: 5px;
        border: 1px solid #cccccc;
        bottom: 6px;
        left: -25px;
        min-width: 120px;
    }
}



.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

@media (max-width: 639px) {
    .ol-popup:after, .ol-popup:before {
        border-width: 8.75px;
        left: 42px;
        margin-left: -8.75px;
    }
}

@media (max-width: 559px) {
    .ol-popup:after, .ol-popup:before {
        border-width: 7.5px;
        left: 36px;
        margin-left: -7.5px;
    }
}

@media (max-width: 479px) {
    .ol-popup:after, .ol-popup:before {
        border-width: 6.25px;
        left: 30px;
        margin-left: -6.25px;
    }
}

@media (max-width: 399px) {
    .ol-popup:after, .ol-popup:before {
        border-width: 5px;
        left: 24px;
        margin-left: -5px;
    }
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

@media (max-width: 639px) {
    .ol-popup-closer {
        top: 1.75px;
        right: 7px;
    }
}

@media (max-width: 559px) {
    .ol-popup-closer {
        top: 1.5px;
        right: 6px;
    }
}

@media (max-width: 479px) {
    .ol-popup-closer {
        top: 1.25px;
        right: 5px;
    }
}

@media (max-width: 399px) {
    .ol-popup-closer {
        top: 1px;
        right: 4px;
    }
}

.ol-popup-closer:after {
    content: "✖";
}



#tags {
    display: none;
}

.ol-kml-label {
    width: 200px;
    border: 1px solid red;
    color: #000000;
}


#select-treeview {
    /*position: absolute;*/
    float: left;
    height: 100%;
    max-height: 100%;
    /*left: 15px;*/
    width: 0;
    background: #275381;
    visibility: hidden;
    overflow: auto;
    color: #c1c1c1;
    padding-top: 15px;
    padding-left: 5px;
    width: 300px;
}

    #select-treeview a {
        color: #c1c1c1;
    }

@media (max-width: 639px) {
    #select-treeview {
        padding-top: 13.125px;
        padding-left: 4.375px;
        width: 262.5px;
    }
}

@media (max-width: 559px) {
    #select-treeview {
        padding-top: 11.25px;
        padding-left: 3.75px;
        width: 225px;
    }
}

@media (max-width: 479px) {
    #select-treeview {
        padding-top: 9.475px;
        padding-left: 3.125px;
        width: 187px;
    }
}

@media (max-width: 399px) {
    #select-treeview {
        padding-top: 7.5px;
        padding-left: 2.5px;
        width: 150px;
    }
}

.page-title {
    display: inline-block;
    margin: 5px 0;
    /*border: 1px solid red;*/
    font-size: 18px;
    /*color: #129fdd;*/
    color: #0E2B4A;
    /*text-transform: uppercase;*/
}

@media (max-width: 639px) {
    .page-title {
        margin: 4.375px 0;
        font-size: 15.75px;
    }
}

@media (max-width: 559px) {
    .page-title {
        margin: 3.75px 0;
        font-size: 13.5px;
    }
}

@media (max-width: 479px) {
    .page-title {
        margin: 3.125px 0;
        font-size: 11.25px;
    }
}

@media (max-width: 399px) {
    .page-title {
        margin: 2.5px 0;
        font-size: 9px;
    }
}

#tree {
    padding-left: 40px;
}

@media (max-width: 639px) {
    #tree {
        padding-left: 35px;
    }
}

@media (max-width: 559px) {
    #tree {
        padding-left: 30px;
    }
}

@media (max-width: 479px) {
    #tree {
        padding-left: 25px;
    }
}

@media (max-width: 399px) {
    #tree {
        padding-left: 20px;
    }
}

#page-header {
    /*STRANGE: needs a border to prevent 50 offset top !??*/
    border: 1px solid #EFF2F4;
    /*    padding-left: 2em;*/

    margin: 0;
    text-align: center;
    width: 100%;
    /*    border: 2px solid pink;*/
}



#page-content {
    /*  height: 100%;*/
    /*    margin-bottom: 10em;*/
    /*display: inline-block;*/
    overflow: hidden;
    /*    width: 100%;
    height: 100%;*/
    /*    margin-left: 1em;*/
    /*    border: 1px solid blueviolet;*/
}

#page-menu {
    float: left;
    width: 100%;
    /*border: 1px solid blue;*/
    text-align: center;
    background: #FFFFFF;
    height: 2.5em;
    margin: 0;
}


.page-menu-entry {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 1.2em;
    /*border: 1px solid #0E2B4A;*/
}

.page-menu-entry-selected {
    /*color: #129fDD;*/
    color: #5A5A5A;
    font-weight: bold;
    /*text-decoration: underline;*/
}

.page-menu-entry-available {
    color: #C1C1C1;
}

    .page-menu-entry-available:hover {
        color: #C1C1C1;
        text-decoration: underline;
        font-weight: bold;
    }

#button-show-treeview, #button-hide-treeview {
    display: inline;
    background-color: #0E2B4A;
    background-color: rgba(14,43,74, 0.5);
    border: medium none;
    /*  border-radius: 2px;*/
    border-radius: 0.2em;
    color: #fff;
    display: block;
    font-size: 1.14em;
    font-weight: 700;
    /*height: 1.375em;*/
    height: 5em;
    line-height: 0.4em;
    margin: 1px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 1.375em;
    position: absolute;
    /*    top: 64px;
    left: 16px;
*/
    top: 4.0em;
    left: 0.5em;
    z-index: 999;
}

.collapsibleList li {
    list-style-image: url('/Content/images/button.png');
    cursor: auto;
}

li.collapsibleListOpen {
    list-style-image: url('/Content/images/button-open.png');
    cursor: pointer;
}

li.collapsibleListClosed {
    list-style-image: url('/Content/images/button-closed.png');
    cursor: pointer;
}

.smallmap {
    background: white;
}


.vm-gt-gauge {
    height: 100%;
    /*border: blue 1px dotted;*/
    margin: 0;
    padding: 0;
}

.vm-gt-container {
    background: #ffffff;
    height: 100%;
    padding: 5px 10px 5px 10px;
    text-align: center;
    /*margin: 0 7px 0 2px;*/
    /*border: red 1px solid;*/
}

.gt-lights-container {
    position: relative;
    margin-top: 1em;
    width: 100%;
    /*height: 120px;
    border: green 1px solid;*/
}

.lights {
    display: table;
    background: #0a1d34;
    /*float: left;*/
    font-size: 120px;
    height: 120px;
    margin: 0 auto;
    padding: 4px 0 4px 0;
    width: 60px;
}

    .lights span {
        color: #C1C1C1;
        display: block;
        line-height: 40px;
        text-align: center;
        width: 60px;
    }

    .lights.green .bottom {
        color: lime;
    }

    .lights.yellow .middle {
        color: yellow;
    }

    .lights.red .top {
        color: red;
    }

.vm-gt-title {
    font-size: 12px !important;
    color: #0E2B4A !important;
    font-family: 'Lucida Grande','Lucida Sans Unicode',Arial,Helvetica, sans-serif !important;
    text-transform: uppercase;
    margin-bottom: .5em;
    padding-top: .5em;
}

@media (max-width: 639px) {
    .vm-gt-title {
        font-size: 10.5px !important;
    }
}

@media (max-width: 559px) {
    .vm-gt-title {
        font-size: 9px !important;
    }
}

@media (max-width: 479px) {
    .vm-gt-title {
        font-size: 7.5px !important;
    }
}

@media (max-width: 399px) {
    .vm-gt-title {
        font-size: 6px !important;
    }
}

.vm-gt-datetime {
    font-size: 8px !important;
    font-family: 'Lucida Grande','Lucida Sans Unicode',Arial,Helvetica, sans-serif !important;
    color: #275381 !important;
}

.vm-gt-subtitle {
    font-size: 8px !important;
    color: #129FDD !important;
    white-space: nowrap !important;
    overflow-x: hidden !important;
    width: 100% !important;
    margin-bottom: .5em;
}

@media (max-width: 639px) {
    .vm-gt-subtitle {
        font-size: 7px !important;
    }
}

@media (max-width: 559px) {
    .vm-gt-subtitle {
        font-size: 6px !important;
    }
}

@media (max-width: 479px) {
    .vm-gt-subtitle {
        font-size: 5px !important;
    }
}

@media (max-width: 399px) {
    .vm-gt-subtitle {
        font-size: 4px !important;
    }
}

.vm-gt-detail-text {
    font-size: 12px !important;
    color: #275381 !important;
    /*text-transform: uppercase;*/
    margin-top: .5em;
}

@media (max-width: 639px) {
    .vm-gt-detail-text {
        font-size: 10.5px !important;
    }
}

@media (max-width: 559px) {
    .vm-gt-detail-text {
        font-size: 9px !important;
    }
}

@media (max-width: 479px) {
    .vm-gt-detail-text {
        font-size: 7.5px !important;
    }
}

@media (max-width: 399px) {
    .vm-gt-detail-text {
        font-size: 6px !important;
    }
}

#nav-time {
    background: #0A1D34;
    text-align: center;
    color: white;
}

#runway {
    /*border: 1px solid red;*/
    float: left;
}

#runway-image {
    /*height: 900px;
    width: 110px;*/
    height: 450px;
    width: 55px;
}

.rcam-container {
    display: inline-block;
    /*width: 100%;*/
    width: 800px;
    text-align: center;
    padding-top: 24px;
    /*border: red 1px solid;*/
}

.rcam-content {
    background: white;
    /*border: #C1C1C1 solid 1px;*/
    display: inline-block;
    padding: 24px;
    margin: 0 auto;
}

#rcam-marwis-data {
    display: inline-block;
    width: 100%;
}

.rcam-value-table {
    border-collapse: collapse;
    width: 100%;
}

    .rcam-value-table, .rcam-value-table th, .rcam-value-table td {
        border: 1px solid #A0A0A0;
        padding: 0 4px;
    }

        .rcam-value-table th, .rcam-value-table td {
            height: 40px;
        }

.table-data-centered {
    text-align: center !important;
}

.button-apply-data {
    border: 1px solid #A0A0A0;
    padding: 0.2em 0.4em;
}

.rcam-result-field {
    background: #E1E1E1;
    border: black solid 1px;
    padding: 2px 8px;
}

.rcam-rwycc-result-field {
    background: yellow;
    border: black solid 1px;
    padding: 2px 8px;
}

#rcam-step1-table-container {
    float: left;
    padding-left: 40px;
    padding-top: 0;
}

#rcam-step1-table {
}

#rcam-step1-table-header {
    height: 40px;
    text-align: center;
}

.rcam-table-col-fixedwidth {
    min-width: 40px;
}

#rcam-step2-table-container {
    width: 100%;
    /*border: 1px solid red;*/
}

#rcam-step2-table {
    width: 100%;
    border-spacing: 1px;
    border: 1px solid #C1C1C1;
}

#rcam-step2-table-header {
}

#rcam-step1-table-header {
}

.rcam-table-align-center {
    text-align: center;
}

.rcam-table-step2-surfacestatus-inner {
    width: 100%;
    /*border: 1px solid green;*/
    display: inline-block;
    /*display: table-cell;*/
    vertical-align: middle;
    /*padding-left: 0.3em;*/
    /*padding-right: 0.3em;*/
}

.float-left {
    float: left;
    padding-left: 0.8em;
}

.float-right {
    float: right;
    padding-right: 0.8em;
}

.rcam-error {
    width: 100%;
    margin: 0 auto;
    /*border: 1px red solid;*/
}

.span-italics {
    font-style: italic;
}

.friction-input {
    width: 50px;
    border: 1px solid black;
    background: white;
}

#rcam-report-footer-container {
    /*width: 100%;*/
    /*border: 1px solid blue;*/
}

#rcam-report-footer {
    display: table;
    margin: 0 auto;
    /*border: 1px solid red;*/
}

#rcam-report-user {
    display: inline-block;
}

#rcam-report-time {
    display: inline-block;
}

#rcam-report-result {
    display: inline-block;
    border: 2px solid green;
}


.status-color {
    padding: 0.3em 0.6em;
    width: 100%;
    /*text-align: center;*/
}

.popup-value-color {
    padding: 0.3em 0.6em;
    display: inline-block;
}

.main-menu-btn {
    background: none !important;
    color: #c1c1c1;
    font-size: 1.2em;
    height: 1.2em;
    /*border: white solid 1px;*/
    /*background-color: #0E2B4A;*/
}

    .main-menu-btn:hover, .main-menu-btn:focus, .main-menu-btn.focus {
        color: white;
    }

.navbar-right {
    position: absolute;
    right: 1em;
    /*border: 1px solid white;*/
    top: 0;
    padding-top: 0.5em;
    margin-top: 0;
    /*top: 0;
    padding-top: 0em;
    line-height: 2em;*/
    /*float: right !important;*/
    /*margin-right: -15px !important;*/
}

.dropdown-menu {
    position: relative;
    top: 2em;
    margin-right: -3em;
    /*line-height: 1em;*/
    font-size: 12px;
    line-height: 14px;
    /*    max-height: max-content;
    max-width: max-content;
*/
}

/*.dropdown-menu.show {
    width: 100%;
}
*/ @media (max-width: 639px) {
    .dropdown-menu {
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width: 559px) {
    .dropdown-menu {
        font-size: 9px;
        line-height: 11px;
    }
}

@media (max-width: 479px) {
    .dropdown-menu {
        font-size: 8px;
        line-height: 10px;
    }
}

@media (max-width: 399px) {
    .dropdown-menu {
        font-size: 7px;
        line-height: 9px;
    }
}




.dropdown-header {
    font-size: 0.9em;
    /*color: #129fDD;*/
}

.dropdown-item {
    /*    font-size: 0.8em;
    line-height: 1em;*/
    font-size: 12px;
    line-height: 14px;
    /*    width: max-content !important;*/
}

@media (max-width: 639px) {
    .dropdown-item {
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width: 559px) {
    .dropdown-item {
        font-size: 9px;
        line-height: 11px;
    }
}

@media (max-width: 479px) {
    .dropdown-item {
        font-size: 8px;
        line-height: 10px;
    }
}

@media (max-width: 399px) {
    .dropdown-item {
        font-size: 7px;
        line-height: 9px;
    }
}


#main-form-container {
    display: inline-block;
    overflow: visible !important;
}

.vm-form-container {
    overflow: visible !important;
    display: inline-block;
    width: 100%;
    min-height: 100%;
    text-align: center;
    /*   padding-top: 24px;*/
    padding-top: 2em;
    /* border: red 1px solid;*/
    /*border: 2px solid red;*/
}

.vm-form-content {
    overflow: visible !important;
    background: white;
    /*border: #C1C1C1 solid 1px;*/

    display: inline-block;
    padding: 2em;
    margin: 0 auto;
    text-align: left;
    min-width: 98%;
    min-height: 98%;
    /* calc(100% - xxem) ?? */
    margin-bottom: 4.5em;
}

.vm-no-break {
    white-space: nowrap;
}

.vm-info-text-small {
    font-size: 0.5em;
    margin: 0.2em 0 0 0;
}

.vm-select-station-list {
    text-align: left;
    white-space: nowrap;
}

.vm-select-cam-list {
    text-align: left;
    white-space: nowrap;
    display: inline-block;
}


.vm-invisible {
    display: none;
}

@media (max-width: 639px) {
    .main-menu-btn {
    }
}
/* --------------- */
.iw-modal-content-div {
    position: relative;
    display: table;
    vertical-align: middle;
    height: 100%;
    /*text-align: center;*/
    margin: auto auto;
    width: 85%;
    /*border: #ff0000;
    border-width: 1px;
    border-style: solid;*/
}

.iw-modal-content-span {
    display: table-cell;
    vertical-align: middle;
}

.iw-modal-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    filter: alpha(opacity=50);
    opacity: .50;
    z-index: 1001;
}

.iw-modal-overlay-dark {
    background: #000000;
}

.iw-modal-overlay-bright {
    background: #FFFFFF;
}

.iw-modal-overlay-red {
    background: #FFFFFF;
}

.iw-modal-window {
    position: absolute;
    top: 64px;
    margin: 0 auto;
    padding: 0;
    z-index: 102;
    opacity: 0.8;
    border: #878787;
    border-width: 2px;
    border-style: solid;
    border-radius: .4em;
    overflow: auto;
}

.iw-modal-window-dark {
    background: #000000;
    color: #ffffff;
}

.iw-modal-window-bright {
    background: #FFFFFF;
    color: #000000;
}

.iw-modal-window-red {
    background: #E20020;
    color: #ffffff;
}

@media (max-width: 639px) {
    .iw-modal-window {
        top: 42px;
        border-width: 1.75px;
    }
}

@media (max-width: 559px) {
    .iw-modal-window {
        top: 36px;
        border-width: 1.5px;
    }
}

@media (max-width: 479px) {
    .iw-modal-window {
        top: 30px;
        border-width: 1.25px;
    }
}

@media (max-width: 399px) {
    .iw-modal-window {
        top: 24px;
        border-width: 1px;
    }
}

#iw-modal-overlay-footer {
    position: relative;
    height: 80px;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    /*border: #0000ff;
    border-style: solid;
    border-width: 1px;*/
}

@media (max-width: 639px) {
    #iw-modal-overlay-footer {
        height: 70px;
    }
}

@media (max-width: 559px) {
    #iw-modal-overlay-footer {
        height: 60px;
    }
}

@media (max-width: 479px) {
    #iw-modal-overlay-footer {
        height: 50px;
    }
}

@media (max-width: 399px) {
    #iw-modal-overlay-footer {
        height: 40px;
    }
}

.iw-modal-close-window {
    position: absolute;
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
    top: -72px;
    background: url('/Content/images/btn_close_window.png') no-repeat right bottom;
    text-indent: -99999px;
    /*overflow:hidden;*/
    cursor: pointer;
    z-index: 1100;
    /*filter: alpha(opacity=50);  
        -moz-opacity: 0.5;  
        opacity:.5;*/
    background-size: 58px auto;
}

@media (max-width: 639px) {
    .iw-modal-close-window {
        min-width: 50.75px;
        background-size: 50.75px auto;
        min-height: 50.75px;
        right: 14px;
        bottom: 14px;
        top: -63px;
    }
}

@media (max-width: 559px) {
    .iw-modal-close-window {
        min-width: 43.5px;
        background-size: 43.5px auto;
        min-height: 43.5px;
        right: 12px;
        bottom: 12px;
        top: -54px;
    }
}

@media (max-width: 479px) {
    .iw-modal-close-window {
        min-width: 36.25px;
        background-size: 36.25px auto;
        min-height: 36.25px;
        right: 10px;
        bottom: 10px;
        top: -45px;
    }
}

@media (max-width: 399px) {
    .iw-modal-close-window {
        min-width: 29px;
        background-size: 29px auto;
        min-height: 29px;
        right: 8px;
        bottom: 8px;
        top: -36px;
    }
}

.iw-modal-close-window:hover {
    filter: alpha(opacity=99);
    opacity: .99;
}

.iw-modal-header {
    position: relative;
    font-family: 'futura-lt-book', Arial, Helvetica, sans-serif !important;
    font-size: 48px;
    width: 100%;
    margin: 0 auto;
    /*border: red;
    border-width: 1px;
    border-style: solid;*/
}

@media (max-width: 639px) {
    .iw-modal-header {
        font-size: 42px;
    }
}

@media (max-width: 559px) {
    .iw-modal-header {
        font-size: 36px;
    }
}

@media (max-width: 479px) {
    .iw-modal-header {
        font-size: 30px;
    }
}

@media (max-width: 399px) {
    .iw-modal-header {
        font-size: 24px;
    }
}

.iw-modal-text {
    font-family: 'futura-lt-light', Arial, Helvetica, sans-serif !important;
    font-size: 36px;
}

.label-unassigned-mapping-entry {
    color: #b94a48;
    font-weight: bold;
    text-decoration: underline;
}

.label-assigned-mapping-entry {
}

@media (max-width: 639px) {
    .iw-modal-text {
        font-size: 31.5px;
    }
}

@media (max-width: 559px) {
    .iw-modal-text {
        font-size: 27px;
    }
}

@media (max-width: 479px) {
    .iw-modal-text {
        font-size: 22.5px;
    }
}

@media (max-width: 399px) {
    .iw-modal-text {
        font-size: 18px;
    }
}

.inactive-sensor-channel {
    color: #9d9d9d;
}

.active-sensor-channel {
}

#cam-section {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*display: inline;*/
    /*float: left;*/
    /*width: 210px;
    overflow: auto;*/
    /*border: red 1px solid;*/
    overflow: auto;
    /*max-width: 800;*/
    /*margin: 10 auto;*/
}

.cam-picture {
    /*width: 320px;*/
    /* ONLY SPECIFY WIDTH OR HEIGHT TO MAINTAIN ASPECT RATIO */
    height: 240px;
}

.cam-picture-container {
    display: inline-block;
    /*border: rosybrown 1px solid;*/
}

.cam-meta-data {
    font-size: 0.75em;
    text-align: center;
}

.cam-meta-hidden {
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 559px) {
}

@media (max-width: 479px) {
}

@media (max-width: 399px) {
}

@media (max-width: 639px) {
}



.checkbox {
}

.check-box {
    margin-top: 0.75em;
}

.export-trigger-timer-params {
}

.export-data-start-fixed-attribute {
}

.export-data-start-offset-attribute {
}

.export-ftp-params {
}

.export-run-params {
}

.measure-value-params {
}

.alert-darkcolumn-format-string {
}

.sensor-type-params {
}

.basic-type-params {
}

.section_read_config {
}

.section_reset_station {
}

.section_keep_connection_open {
}

.section_ip_port {
}

.section_user_and_pw {
}

.section_poll_data_start {
}

.section_protocol_station_id {
}

.section_clock_sync {
}

.section_protocol_station_subid {
}

.section_remote_filename {
}

.section_ntcip_params {
}

.section_provider_credit {
}

.min-max-params {
}

.rcam-print-status {
}

.btn {
    height: 2.5em;
    margin: 0.1em;
    font-size: 1em;
    /*background-color: #b94a48;*/
    /*-webkit-box-shadow: 0 0 15px #000000;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px rgba(0,0,0,.1);*/
    border: #aaaaaa solid 1px;
}

.text-box {
    font-size: 1em;
    min-width: 7em;
}

.form-control {
    font-size: 1em;
    /*background-color: #c1c1c1;*/
    /*height: 1.5em;*/
    min-width: 100%;
    /*border: 1px solid green;*/
}

.form-select {
    font-size: 1em;
    min-width: 100%;
}

.alarm-status-alarm {
    background-color: #FF0000;
    color: #00FF00;
}

.alarm-status-warning {
    background-color: #FFFF00;
    color: #0000FF;
}

.alarm-status-error {
    background-color: #9ACD32;
    color: #6532CD;
}

.vm-station-reports-table {
    width: 99%;
    overflow: auto;
}



.footer-imprint {
    float: right;
    /*width: 100%;*/
    position: absolute;
    display: inline-block;
    font-size: 0.6em;
    bottom: 0.6em;
    right: 0.25em;
    padding-right: 1em;
}

    .footer-imprint a {
        display: inline;
        float: right;
        margin: 0 0.3em;
        color: white;
    }



.privacy-policy {
    text-align: left;
    font-size: 75%;
    margin: 0 3em 0;
}

    .privacy-policy h1 {
        font-size: 2em;
    }

    .privacy-policy h2 {
        font-size: 1.5em;
    }

    .privacy-policy h3 {
        font-size: 1.3em;
    }

    .privacy-policy h4 {
        font-size: 1.1em;
    }

.imprint {
    text-align: left;
    margin: 0 3em 0;
}

.general-info {
    text-align: left;
    margin: 0 3em 0;
}


.terms-of-use {
    text-align: left;
    font-size: 75%;
    margin: 0 3em 0;
}

    .terms-of-use h1 {
        font-size: 2em;
    }

    .terms-of-use h2 {
        font-size: 1.5em;
    }

    .terms-of-use h3 {
        font-size: 1.3em;
    }

    .terms-of-use h4 {
        font-size: 1.1em;
    }

.kml-name {
    font-size: 8px;
    background-color: white;
    border: 1px solid black;
    padding: 0.5em;
}

.vm-select-sensor-list {
    text-align: left;
    display: inline;
    white-space: nowrap;
    /*height: 3em;*/
    overflow: auto;
}

#select-other-sensor-list {
    overflow: auto;
}

.cc-status-no-val {
    /*background-color: #C0C0C0;*/
    /*background-color: white;*/
    color: #878787;
    padding: 0.5em;
    align-content: center;
}

.cc-status-ok {
    /*background-color: lightgreen;*/
    /*background-color: white;*/
    color: green;
    padding: 0.5em;
}

.cc-status-warning {
    background-color: white;
    color: darkorange;
    padding: 0.5em;
    border: 1px solid darkorange;
}

.cc-status-caution {
    background-color: white;
    color: lightblue;
    padding: 0.5em;
    border: 1px solid lightblue;
}

.fancyTable tbody tr.cc-row-caution td {
    background-color: lightblue;
    background-image: -moz-linear-gradient( top, rgba(255,255,255,0.4) 0, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0.0) 100%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0,rgba(255,255,255,0.4)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(51%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0.0)));
}

.fancyTable tbody tr.cc-row-warning td {
    background-color: darkorange;
    background-image: -moz-linear-gradient( top, rgba(255,255,255,0.4) 0, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0.0) 100%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0,rgba(255,255,255,0.4)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(51%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0.0)));
}

.subItem {
}

.marwis-id {
}

.ol-overlaycontainer {
}

.ol-overlaycontainer-stopevent {
}

.ol-rotate-reset {
}

.ol-viewport {
    overflow: visible !important;
}


.video-container {
    display: inline-block;
    width: 320px;
    height: 240px;
    resize: both;
    /*border: 1px solid black;*/
    overflow: hidden;
    position: relative;
}

.video-js {
    width: 100%;
    height: 100%;
}


.group-cam-pictures-container {
    /*border: 1px solid green;*/
}

.station-group-cam-container {
}

.station-cam-station-name {
    padding-top: 1em;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    /*vertical-align: top;*/
}

.station-cam-cam-name {
    text-align: center;
    font-weight: bold;
    display: table;
    margin: 0 auto;
}




.station-cam-container {
    display: inline-grid;
    /*border: 1px solid #0E2B4A;*/
    -webkit-box-shadow: 0 0 15px #000000;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 5px;
    /*margin: 0 auto;*/
    /*border-top: 1px solid blue;
    border-right: 1px solid blue;
    border-left: 1px solid blue;*/
}

    .station-cam-container .actual-data-table {
        display: table;
        vertical-align: top;
    }


.group-cam-data-section {
    /*border: 1px solid red;*/
    /*display: inline-block;*/
    display: table;
    margin: 0 auto;
    vertical-align: top;
    /*vertical-align: top;*/
}

.group-cam-section {
    display: table;
    margin: 0 auto;
    /*border: 1px solid magenta;*/
    /*vertical-align: top;*/
}

.rcam-sel-val {
    background-color: darkolivegreen !important;
    color: white !important;
    font-weight: bold;
    /*font-size: larger !important;
    border: 2px solid green !important;*/
}





.resizable {
    display: flex;
    flex-wrap: wrap;
    resize: both;
    overflow: auto;
}


.vm-gauge-background {
    float: left;
    /*display: block;*/
    background: white;
    /*border: 1px solid gray;*/
    width: 100%;
    height: 100%;
    /*width: 175px;
    height: 250px;*/
    margin: 0 auto !important;
    /*align-content: center;*/
}

.vm-gauge-title {
    /*border: 1px solid red;*/
    /*display: inline-block;*/
    display: block !important;
    line-height: 12px !important;
    font-size: 1.6em;
    width: 100%;
    height: 4em;
    padding: 1em;
    margin: 0 auto !important;
    text-align: center !important;
    word-wrap: normal;
    line-height: 2em;
}

.vm-gauge-value {
    display: inline-block;
    /*border: 1px solid blue;*/
    width: 100% !important;
    font-size: 1.2em;
    /*padding-top: 0.5em;*/
    /*padding: 1em;*/
    margin: 0 auto;
    text-align: center;
    word-wrap: normal;
    overflow: hidden;
}

.vm-gauge-img-container {
    display: inline-block;
    width: 100%;
    /*margin-top: 3em;*/
    /*border: 1px solid blue;*/
    /*align-content: center;*/
}

.vm-gauge-numeric-value-container {
    display: inline-block;
    width: 100%;
    height: 70%;
    /*margin-top: 3em;*/
    /*border: 1px solid blue;*/
    align-content: center;
}

.vm-gauge-numeric-display {
    font-size: 4em;
    margin: auto;
    text-align: center;
    /*border: 1px solid green;*/
}

.vm-gauge-image {
    padding: 1em;
    width: 100%;
    /*border: 1px solid red;*/
}

.vm-gauge-color-code {
    display: block;
    /*    width: 15em; */
    height: 20em;
    width: 90%;
    /*padding-top: 3em;*/
    margin: 2em auto 0;
    /*border: darkgrey 1px solid;*/
    -webkit-box-shadow: 0 0 15px #000000;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 5px;
}




.vm-forecast-row {
    /*border: 1px solid green;*/
    /*margin: 1em auto;*/
    width: 98%;
    /* margin: 0.25em;*/
    text-align: center;
}

.vm-forecast-col {
    background: lightgrey;
}

.vm-forecast-date {
    font-weight: bold;
}

.vm-forecast-status-text {
}

.vm-forecast-pictogram-image {
    width: 1.5em;
}

.vm-forecast-air-temp {
    font-size: larger;
    font-weight: bold;
}

.vm-forecast-apparent-temp {
    font-size: smaller;
    margin-top: 1em;
}

.vm-forecast-apparent-temp-solo {
    font-size: larger;
    font-weight: bold;
}

.vm-forecast-relhum {
    font-size: larger;
    font-weight: bold;
}

.vm-forecast-dewpoint {
    font-size: smaller;
    padding-top: 1em;
}

.vm-forecast-dewpoint-solo {
    font-size: larger;
    font-weight: bold;
}

.vm-forecast-precip-prob {
    font-size: larger;
    font-weight: bold;
}

.vm-forecast-atm-pressure {
}

.vm-forecast-windspeed {
}

vm-forecast-winddir {
}

vm-forecast-winddir-solo {
}



.scrollable {
    overflow: auto !important;
}

/********************* V 2.18.2 ***********/

.vm-diagram-title {
    /* font-size: 0.8em ;*/
    font-size: 14px;
    line-height: 16px;
}

@media (max-width: 559px) {
    .vm-diagram-title {
        /*font-size: 0.7em;*/
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width: 479px) {
    .vm-diagram-title {
        /*font-size: 0.6em ;*/
        font-size: 7px;
        line-height: 10px;
    }
}

@media (max-width: 399px) {
    .vm-diagram-title {
        /*font-size: 0.25em;*/
        font-size: 5px;
        line-height: 8px;
    }
}




.vm-diagram-tooltip {
    /*    font-size: 0.8em;
    line-height: 1.2em;
*/ font-size: 10px;
    line-height: 12px;
    /*   z-index: 99999 ;*/
    background: transparent !important;
}

@media (max-width: 559px) {
    .vm-diagram-tooltip {
        /*        font-size: 0.6em ;*/
        font-size: 8px;
        line-height: 10px;
    }
}

@media (max-width: 479px) {
    .vm-diagram-tooltip {
        /*font-size: 0.5em;*/
        font-size: 6px;
        line-height: 8px;
    }
}

@media (max-width: 399px) {
    .vm-diagram-tooltip {
        /*font-size: 0.4em;*/
        font-size: 5px;
        line-height: 6px;
    }
}




.highcharts-legend-item {
    /*line-height: 1em;*/
    line-height: 12px;
}

    .highcharts-legend-item .highcharts-point {
        /*        width: 1em;
        height: 1em;
*/
        width: 10px;
        height: 10px;
    }


@media (max-width: 559px) {
    .highcharts-legend-item {
        /*        line-height: 0.85em;*/
        line-height: 10px;
    }

        .highcharts-legend-item .highcharts-point {
            /*        width: 0.5em;
        height: 0.5em;*/
            width: 8px;
            height: 8px;
        }
}

@media (max-width: 479px) {
    .highcharts-legend-item {
        /*line-height: 0.7em;*/
        line-height: 8px;
    }

        .highcharts-legend-item .highcharts-point {
            /*        width: 0.4em;
        height: 0.4em;*/
            width: 6px;
            height: 6px;
        }
}

@media (max-width: 399px) {
    .highcharts-legend-item {
        /* line-height: 0.5em;*/
        line-height: 5px;
    }

        .highcharts-legend-item .highcharts-point {
            /*        width: 0.3em;
        height: 0.3em;*/
            width: 3px;
            height: 3px;
        }
}



.vm-diagram-legend-label {
    /*font-size: 1em ;*/
    font-size: 10px;
}

@media (max-width: 559px) {
    .vm-diagram-legend-label {
        /*font-size: 0.7em ;*/
        font-size: 8px;
    }
}

@media (max-width: 479px) {
    .vm-diagram-legend-label {
        /*font-size: 0.45em ;*/
        font-size: 6px;
    }
}

@media (max-width: 399px) {
    .vm-diagram-legend-label {
        /*font-size: 0.4em ;*/
        font-size: 5px;
    }
}


.vm-diagram-y-axis-label {
    /*font-size: 0.8em ;*/
    font-size: 10px;
}

@media (max-width: 559px) {
    .vm-diagram-y-axis-label {
        /*font-size: 0.6em ;*/
        font-size: 8px;
    }
}

@media (max-width: 479px) {
    .vm-diagram-y-axis-label {
        /*font-size: 0.4em ;*/
        font-size: 6px;
    }
}

@media (max-width: 399px) {
    .vm-diagram-y-axis-label {
        /*font-size: 0.25em ;*/
        font-size: 4px;
    }
}

.vm-diagram-x-axis-label {
    /*font-size: 0.8em ;*/
    font-size: 10px;
}

@media (max-width: 559px) {
    .vm-diagram-x-axis-label {
        /*font-size: 0.7em ;*/
        font-size: 8px;
    }
}

@media (max-width: 479px) {
    .vm-diagram-x-axis-label {
        /*font-size: 0.6em ;*/
        font-size: 6px;
    }
}

@media (max-width: 399px) {
    .vm-diagram-x-axis-label {
        /*font-size: 0.6em ;*/
        font-size: 4px;
    }
}


/********************************* HighCharts ! *****/
.highcharts-container {
    -webkit-box-shadow: 0 0 1.25em #000000;
    -webkit-box-shadow: 0 0 1.25em rgba(0,0,0,.1);
    box-shadow: 0 0 1.25em #000000;
    box-shadow: 0 0 1.25em rgba(0,0,0,.1);
    border-radius: 0.4em;
    line-height: 1.2;
    /*overflow: visible !important;*/
    min-width: 200px;
    min-height: 50px;
    position: relative;
    overflow: hidden;
    /*    width: 100% !important;
    height: 100% !important;*/
    /*    width: 100%;
    height: 100%;
*/ text-align: left;
    line-height: normal;
    z-index: 0;
    background-color: white;
    /* #1072 */
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
    user-select: none;


    /*margin: 0 !important;
    padding: 0 !important;*/
    /*width: 175px !important;
    height: 200 !important;*/
}
/*.highcharts-title {
    font-size: 1em !important;
    color: #0E2B4A !important;
    text-transform: uppercase;
}*/

.highcharts-root {
    /*overflow: visible !important;*/
}




.highcharts-title {
    /*font-size: .8em !important ;*/
    fill: #333333;
    line-height: 1em;
    color: #0E2B4A !important;
    text-transform: uppercase;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    /*margin: 0 !important;
    padding: 0 !important;*/
}



.highcharts-subtitle {
    /*font-size: .6em !important;*/
    line-height: 1.2em;
    fill: #666666;
    /*margin: 0 !important;
    padding: 0 !important;*/
    /*color: #129FDD !important;*/
    color: #275381 !important;
    white-space: nowrap !important;
    overflow-x: hidden !important;
    width: 100% !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

.highcharts-label {
    font-size: .65em;
}




.toggle-password {
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}


.station-statistics-table-section {
    /*clear: both;*/
    /*display: block;*/
    /*    width: 100%;*/
    /*padding-top: 2em;*/
    /*border: gray 1px solid;*/
}

.station-statistics-table {
    /*width: 100%;*/
    max-width: 100%;
    margin-bottom: 1em;
    /*border-spacing: 2px;*/
    /*background-color: transparent;*/
    /*border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;*/
}

    .station-statistics-table tr {
        border: 1px solid gray;
        border-spacing: 2px;
    }

    .station-statistics-table td {
        border: 1px solid gray;
        padding: .3em;
    }

    .station-statistics-table th {
        border: 1px solid gray;
        padding: .3em;
    }


.device-token {
    font-size: 0.5em !important;
    max-width: 30em !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
}

.td-centered {
    text-align: center !important;
}

.vm-station-status-table {
    width: 100%;
    margin: 0;
    padding: 0;
}

.vm-station-status {
    text-align: center;
    margin: auto;
}

.vm-station-status-label {
    display: inline-block;
}

.vm-station-status-text {
    display: inline-block;
}


.vm-station-info-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.vm-station-info {
    text-align: center;
    margin: auto;
}

.vm-station-info-text {
    display: inline-block;
    color: #5E5E5E;
}

.notam-report-label-italics {
    font-size: 0.75em;
    font-style: italic;
}

.notam-report-label {
    font-size: 0.75em;
}

.notam-report-label-small {
    font-size: 0.5em;
}

.notam-report-value {
    font-size: 1em;
    font-weight: bold;
}



.notam-row {
    display: -ms-flexbox;
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 0;
    margin-bottom: 0;
}

.notam-report-element {
    display: block;
    /*border: 1px solid red;*/
}



.notam-input-medium {
    display: inline-block;
    width: 12em;
    max-width: 12em;
    font-size: 0.8em;
}

.notam-input-small {
    display: inline-block;
    width: 2em;
    max-width: 2em;
    font-size: 0.7em;
}

.notam-input-xsmall {
    display: inline-block;
    width: 1em;
    font-size: 0.6em;
    max-width: 1em;
}

.notam-input-large {
    /*    display: inline-block;*/
}

.notam-label-vertical {
    writing-mode: vertical-lr;
    text-orientation: upright;
    width: 1.5em;
}


.notam-table {
    width: 100%;
    table-layout: fixed;
}

.notam-third-table {
    width: 100%;
}

    .notam-third-table td {
        text-align: center;
        vertical-align: middle;
    }

.notam-rcam-third-table {
}


.notam-detail-table {
    width: 100%;
}



    .notam-detail-table td {
        text-align: left;
        vertical-align: middle;
    }

    .notam-detail-table table, th, td {
        border: thin solid gainsboro;
    }

.notam-dropdown-small {
    width: 10em;
    display: inline-block;
}

.notam-rcc-dropdown {
    width: 6em;
    height: 2em;
    display: inline-block;
}

    .notam-rcc-dropdown:disabled {
        background-color: gainsboro;
    }

.nc-form-control {
    background-color: transparent;
    color: #000000;
    border: thin solid gainsboro;
    border-radius: 0.2em;
}

    .nc-form-control:disabled {
        background-color: gainsboro;
    }

    .nc-form-control .select {
        background-color: transparent;
        border: thin solid gainsboro;
    }


.notam-td-row {
    display: -ms-flexbox;
    position: relative;
    display: inline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.notam-td-row-left {
    display: -ms-flexbox;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    text-align: left !important;
    width: 100%;
}

.notam-label-small {
    font-size: 0.6em;
    text-align: center;
    vertical-align: middle;
}

.notam-section-header {
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.notam-transmission-error {
    font-weight: bold;
    color: crimson;
}

.notam-transmission-result {
    font-weight: bold;
}

.settings-topic {
    padding: 1em 0;
    margin-right: 1em;
    background-color: #EFF2F4;
}

.settings-topic-label {
    margin-left: 1em;
    font-size: large;
    text-decoration: underline;
}

.w-90 {
    width: 90% !important;
}


.rcr-surface-desc-result {
    font-weight: bold;
    /*font-size: 1.3em;*/
    background: #f9f9f9;
}


/* TABLE with sticky header  */


table {
    /*table-layout: fixed;*/
}

thead,
tr > th {
    position: sticky;
    background: #fff;
}

thead {
    top: 0;
    z-index: 2;
}

tr > th {
    left: 0;
    z-index: 1;
}

/*thead tr > th:first-child {
    z-index: 3;
}*/
