@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");

body {
    margin: 0;
    padding: 0;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11pt;
    background-color: whitesmoke;
}

:root {
    --mdc-theme-primary: #1F4283;
    --mdc-theme-secondary: #D72E2A;
}

#map {
    position: relative;
    width: 100%;
    height: calc(100% - 120px);
    z-index: 0;
}

#map-legend {
    position: relative;
    min-height: 75px;
    width: calc(100% - 20px);
}

#legend-gradient {
    border-width: 1px;
    border-style: solid;
    border-color: #555;
    border-radius: 5px;
    color: #555;
    max-height: 17px;
}

.title-block {
    width: auto;
    height: auto;
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    position: fixed;
    left: 50px;
    top: 2px;
}

.title-block h4 {
    display: inline-block;
    margin: 0 0 5px;
    color: #777;
}

.leaflet-sidebar .close {
    z-index: 800;
}

.leaflet-control-layers {
    z-index: 9999999;
}

.info {
    padding: 6px 8px;
    font: 13px/13px Arial, Helvetica, sans-serif;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.hover-info h4 {
    font-size: 11pt;
    display: inline-block;
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 15px;
    color: #555;
}

.legend i {
    width: 15px;
    height: 9px;
    float: left;
    margin-right: 8px;
    opacity: 1;
}

.hover-info {
    width: auto;
    height: auto;
    padding: 6px 8px;
    font: 10pt Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    pointer-events: none;
}

.hover-info h4 {
    font-size: 11pt;
    display: inline-block;
    margin: 0 0 5px;
    color: #777;
}

.hover-info h6 {
    display: inline-block;
    margin: 0 0 5px;
    color: #777;
    font-style: italic;
}

.hover-info-collapse {
    width: 25px;
    height: 25px;
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.modal-overlay-content {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
}

.modal-overlay {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    transition: visibility .3s, opacity .3s ease-in-out;
    -moz-transition: visibility .3s, opacity .3s ease-in-out;
    -webkit-transition: visibility .3s, opacity .3s ease-in-out;
}

.modal-overlay .center-button {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.modal-overlay .button-bar {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
}

.dashboardbutton {
    display: inline;
    border-radius: 4px;
    background-color: #002244;
    border: 2px solid rgba(0, 0, 0, 0.2);
    /*border: 1px solid rgba(0, 0, 0, .15);*/
    color: #e8f2fc;
}

.dashboardbutton:hover{
    border-radius: 4px;
    background-color: #e8f2fc;
    border: 2px solid rgba(0, 0, 0, 0.2);
    /*border: 1px solid rgba(0, 0, 0, .15);*/
    color: #002244;
}

.overlay-close-x {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    /*font-weight: bold;*/
    background: transparent;
    cursor: pointer;
}
.mdc-icon-button:disabled {
    color: rgba(0,0,0, 0.38) !important;
}
.info-button .mdc-button {
    min-width: 0 !important;
    /*max-width: 30px !important;*/
    /*padding: 0;*/
}
.info-button .mdc-button__icon {
    margin: 0;
    /*max-width: 30px !important;*/
    /*padding: 0;*/
}

.app-drawer-layout {
    display: flex;
    flex: 1;
}
.app-drawer-layout  .mdc-drawer--dismissible {
    top: 64px;
    height: calc(100% - 64px);
    z-index: 0;
    /*background-color: lightgray;!*#2f2f31;*!*/
}

.app-drawer-layout .mdc-list-item {
    /*color: lightgray;*/
}

.app-drawer-layout .mdc-list-item .mdc-list-item__graphic {
    /*color: lightgray;*/
}

.app-drawer-layout .mdc-list-item--activated, .mdc-list-item--selected {
    --mdc-theme-primary: #D72E2A;
    color: #D72E2A
}
.app-drawer-layout .mdc-list-item--activated .mdc-list-item__graphic {
    color: #D72E2A /*#1F4283*/
}

.info-card {
    /*font-family: Roboto;*/
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: lightgrey;
    width: 344px;
}

.card-center {
    /*margin: 0;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-center-sidenav {
    /*margin: 0;*/
    position: absolute;
    top: 50%;
    left: calc(50% + 128px);
    transform: translate(-50%, -50%);
}

.info-card-mdc {
    /*height: 350px;*/
    width: 350px;
}

.info-card-mdc-content {
    padding: 16px;
}

.login-card-mdc {
    /*height: 350px;*/
    width: 800px;
}

.login-card-mdc-content {
    padding: 16px;
}

.dashboard {
    position: absolute;
    top: 64px;
    bottom: 0;
    right: 0;
    left: 256px;
    display: block;
    /*height: 100%;*/
    /*width: 100%;*/
    background-color: whitesmoke;
}

.custom-title-icon {
    margin-right: 0;
    color: white;
}

.custom-material-card {
    background-color: white;
    border-style: solid;
    border-color: lightgrey;
    border-radius: 5px;
    border-width: 1px;
    margin: 5px;
    display: inline-block;
    padding: 5px;
}

#demo-data-table tbody tr.even:hover,
#demo-data-table tbody tr.even:hover td.sorting_1,
#demo-data-table tbody tr.even:hover td.sorting_2,
#demo-data-table tbody tr.even:hover td.sorting_3,
#demo-data-table tbody tr.odd:hover,
#demo-data-table tbody tr.odd:hover td.sorting_1,
#demo-data-table tbody tr.odd:hover td.sorting_2,
#demo-data-table tbody tr.odd:hover td.sorting_3 {
    background-color: #1F4283;
    color: white;
}

.filter-wrapper {
    /*display: -ms-inline-flexbox;*/
    /*display: inline-block;*/
}

.filter-slider {
    width: 75%;
    margin-left: 30px;
    margin-top:8px;
    margin-bottom: 40px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    /*display: inline-block;*/
}

.filter-check {
    vertical-align: text-top;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    --mdc-theme-secondary: #1F4283;
}

.noUi-horizontal {
    height: 5px !important;
}
.noUi-target {
    border: none !important;
    /*margin: 0px 0 0 0;*/
}
/*@media screen and (max-width: 767px) {*/
/*    .noUi-target {*/
/*        margin: 40px 0 50px 0;*/
/*    }*/
/*}*/
.noUi-target .noUi-base {
    background: lightgray;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    height: 5px;
}
.noUi-connects{
    border-style: none;
}
.noUi-target .noUi-base .noUi-connect {
    background: #1F4283;
}

[disabled] .noUi-connect {
    background: #B8B8B8 !important;
}

.noUi-handle {
    height:18px !important;
    width: 25px !important;
    /*background: goldenrod !important;*/
    background: #1F4283 !important;
    border-radius: 20px !important;
    outline: none !important;
    right: -12px !important;
    /*top: -9px !important;*/
    box-shadow: none !important;
    /*border: 3px solid lightgrey !important;*/
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

[disabled] .noUi-handle {
    background: #B8B8B8 !important;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: auto !important;;
}

.noUi-handle.noUi-active{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.noUi-handle::before, .noUi-handle::after {
    display: none !important;
}

.filter-slider .noUi-tooltip {
    display: none;
}
.filter-slider .noUi-active .noUi-tooltip {
    display: block;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 5px !important;
}

.noUi-value-horizontal {
    font-size: 9pt;
}

.legend {
    width: 100px;
    border-style: solid;
    border-color: darkgray;
    border-width: 1px;
    display: inline-block;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

.form__field::placeholder {
    color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
    font-size: 16px;
    cursor: text;
    top: 20px;
}

.float-label,
.form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: #9b9b9b;
}

.form__field:focus ~ .form__label {
    color: #1F4283;
}

.form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #1F4283;
}

#tab-button-bike {
 --mdc-theme-primary: #D72E2A;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    overflow: auto;
    min-height: 350px;
    height:calc(100% - 100px);
}

.pdf-container {display: flex; position: absolute; left: 256px; width: calc(100% - 256px); height: 100%; flex-direction: column; background-color: blue; overflow: hidden;}
.pdf-box { flex-grow: 1; border: none; margin: 0; padding: 0; }

.tooltip-left {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; !* If you want dots under the hoverable text *!*/
}

/* Tooltip text */
.tooltip-left .tooltiptext {
    visibility: hidden;
    width: 450px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-style: normal;
    /*text-align: center;*/
    padding: 10px;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 100;
    opacity: 0;
    transition: opacity 1s;
    top: -5px;
    right: 105%;
}

.tooltip-left .tooltiptext h4 {
    margin-top: 5px;
    margin-bottom: 5px
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-left:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-right {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; !* If you want dots under the hoverable text *!*/
}

/* Tooltip text */
.tooltip-right .tooltiptext {
    visibility: hidden;
    width: 450px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-style: normal;
    /*text-align: center;*/
    padding: 10px;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 100;
    opacity: 0;
    transition: opacity 1s;
    top: -5px;
    left: 105%;
}

.tooltip-right .tooltiptext h4 {
    margin-top: 5px;
    margin-bottom: 5px
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-right:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #1F4283;

}

.row-legend {
    display: inline-flex;
    width: 100%;
}

.col-legend {
    display: inline-flex;
    padding-left: 5px;
    padding-right: 5px;
    width: 33%;
}

.legend-icon-two-tone-circle {
    height: 20px;
    width: 30px;
}

.legend-icon-two-tone-circle .top,
.legend-icon-two-tone-circle .bottom {
    height: 10px;
    width:20px;
}
.legend-icon-two-tone-circle .top {
    background: #62bb46;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.legend-icon-two-tone-circle .bottom {
    background: #f78f1e;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.map-icon-two-tone-circle {
    height: 10px;
    width: 10px;
}

.map-icon-two-tone-circle .top,
.map-icon-two-tone-circle .bottom {
    height: 5px;
    width:10px;
}
.map-icon-two-tone-circle .top {
    background: #62bb46;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.map-icon-two-tone-circle .bottom {
    background: #f78f1e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#pdf-bp-needs-handbook {
    width: 100%;
}