/*body.body-dataset {
    padding-top: 110px;
}*/

.pt-110 {
    padding-top: 110px;
}

#map {
    width: 100%;
    height: 569px;
    /* height: calc(100vh - 300px); */
}
/* .dropdown-toggle::after {
    display:none;
} */
.scale {
    width: 100%;
    height: 20px;
    padding-right: 0;
    padding-left: 0;
}

.dataSet-picker {
    cursor: pointer;
}

.showRefCode {
    visibility: visible;
}

.hideRefCode {
    visibility: hidden;
}

.scale-label {
    font-size: 9px;
}

.scale-1 { background-color: #CCCCCC; border: 1px solid #c9c9c9;; /*background-color: #FF3D50;*/ }
.scale-2 { background-color: #BCFBFF; }
.scale-3 { background-color: #6DCFEC; }
.scale-4 { background-color: #6192FE }
.scale-5 { background-color: #7565C1; }
.scale-6 { background-color: #802A94; }


.bg-gradient {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid transparent;

    background: -moz-linear-gradient(-45deg,  rgba(236,244,250,1) 0%, rgba(236,244,250,0.96) 25%, rgba(246,242,248,0.89) 68%, rgba(250,237,240,0.83) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(236,244,250,1) 0%,rgba(236,244,250,0.96) 25%,rgba(246,242,248,0.89) 68%,rgba(250,237,240,0.83) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(236,244,250,1) 0%,rgba(236,244,250,0.96) 25%,rgba(246,242,248,0.89) 68%,rgba(250,237,240,0.83) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf4fa', endColorstr='#d4faedf0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    height: 100%;
    min-height: 360px;
    
}

.table-top-bottom-style {
    font-size: 0.8125rem;
}
.fs-13 {
    font-size: 0.8125rem;
}
.active-label {
    color: #545454;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.btn-filter {
    border: 2px solid #4996D2;
    border-radius: 0;
    color: #4996D2;
    font-size: 0.875rem;
    font-weight: 500;
}
.btn-filter:hover {
    border: 2px solid #4996D2;
    background-color: #4996D2;
    color: #fff;

}

.fixed-dataset-picker {
    position: fixed;
    left: 0;
    right: 0;
    top: 54px;
    background-color: #fff;
    z-index: 1010;
    border-bottom: 1px solid #f0f0f0;
}

/* Custom checkbox */
.vis-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.custom-checkbox input:checked+label {
    background: #4996D2;
    color: #fff;
}
.custom-checkbox-label:hover {
    background-color: transparent;
    color: #4996D2;
}

/* modal style */
.modal-style {
  max-width: 640px;
}
.modal-style .modal-content,
.modal-style .modal-header {
  border-radius: 0;
}
.modal-style .modal-header {
  background: #4996D2;
  color: white;
}

.map-tables-loader {
    position: relative;
    margin: auto;
    min-height: 360px;
    width: 100%;
}
.map-tables-loader .loader {
    position: relative;
    top: auto;
    left: auto;
}

#bsTimeSlider {
    width: calc(100% - 18px) !important;
    margin: 15px 0;
}

.slider-tick-label {
    font-size: 12px;
    transform: rotate(-90deg);
    margin-top: 15px;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) { 
    .fixed-dataset-picker {
        position: relative;
    }
 }

.slider.slider-horizontal .slider-tick-label-container {
    margin-top: 45px !important;
}
