﻿th.rotate {
    /*height: 150px;
    padding: 0px;
    font-weight: normal;*/
}

.rotate {
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    /*-moz-transform: rotate(-90.0deg); /* FF3.5+ */
    /*-ms-transform: rotate(-90.0deg); /* IE9+ */
    /*-o-transform: rotate(-90.0deg); /* Opera 10.5 */
    /*-webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
    /*transform: rotate(-90.0deg); /* Standard */
}

.main-model {
    background-color: rgba(42, 90, 99, 0.05);
}

.model-status {
    margin-top: 15px;
    margin-left: 30px;
    color: white;
    text-transform: uppercase;
}

.info-block {
    border-bottom: 2px solid #E6E9ED;
    margin-bottom: 10px;
}

.nobull {
    list-style-type: none;
}

.navbar-custom {
    background-color: #17a2b8;
}

    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: white;
    }

.navbar-top-links > li > a {
    color: white;
}

a {
    color: #31708f;
    text-decoration: none;
}

#compass_graph {
    height: 60vh;
    width: 100%;
    border: 0.5px solid #17a2b8;
    border-radius: 25px;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 320px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 1200px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.ld-label {
    width: 200px;
    display: inline-block;
}

.ld-url-input {
    width: 500px;
}

.ld-time-input {
    width: 40px;
}
.margin-left-10 {
    margin-left: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-10 {
    margin: 10px;
}

.margin-right-30 {
    margin-right: 30px;
}
#slider {
    width: 100%;
    padding: 0;
    height: 35px;
}
.box-shad {
    box-shadow: 0 1px 6px rgba(0,0,0,1), 0 1px 4px rgba(0,0,0,1) !important;
}
.font-big {
    font-size: 43px !important;
}
.nav-sm .nav.side-menu.big li a i {
    font-size: 40px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px;
}

.hidden {
    display: none !important;
}

.icon-color {
    color: #187e94;
}


.box-nav-item {
    width: -webkit-fill-available;
}

.symbology-panel {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 10px;
    max-height: 40vh;
    overflow-y: auto;
}

.symbology-panel.hidden {
    display: none;
}

/* Make AdminLTE nav-treeview look like a classic tree list in a white panel */
.nv-treeview.nav-sidebar .nav-link {
    color: #343a40;
    background: transparent;
}

    .nv-treeview.nav-sidebar .nav-link:hover {
        background: #f4f6f9; /* AdminLTE light hover */
        color: #111;
    }

.nv-treeview.nav-sidebar .nav-icon {
    width: 18px;
    text-align: center;
    margin-right: 6px;
    color: #6c757d;
}

.nv-treeview .nav-treeview {
    border-left: 1px solid #e5e7eb;
    margin-left: 10px;
    padding-left: 10px;
}

    .nv-treeview .nav-treeview .nav-link {
        padding-left: 0.5rem; /* tighten */
    }
/* one place to control both heights */
.nv-panel-height {
    height: 190px; /* set to whatever your right select uses */
    overflow: auto;
}

.layer-list-70 {
    height:auto;
    max-height:70vh;
}