* {
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-o-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.normal-typeface-css {
    font-family: 'Source Sans Pro', sans-serif;
    Font-weight: 400;
}

.Allow_Select, input, textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: black;
    overflow: hidden;
    position: relative;
}

.persistent-zoom-float {
    visibility: visible !important;
    opacity: 1 !important;
    margin-left: 11px !important;
}

.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    top: 50% !important;
    margin-top: -11px !important;
    left: -60px !important;
}

img {
    -ms-interpolation-mode: bicubic
}

input::-ms-clear {
    display: none
}

.normal-typeface-css {
    font-family: 'Source Sans Pro', sans-serif;
    Font-weight: 400;
}

.GAM_Window {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 16px;
    min-height: 16px;
}

.GAM_MapViewport {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

#Window_1_Content {
    display: block;
    position: absolute;
    height: auto;
    width: auto;
    bottom: 0;
    top: 61px;
    left: 0;
    right: 0;
    margin: 0;
}

@media only screen and (max-width: 720px) {
    #Window_1_Content {
        top: 46px;
    }
}

#Window_1_Content.expand,
#Window_1_Content.fly-through {
    top: 0;
}

.Basic_Btn {
    display: inline-block;
}

.Basic_Btn:hover {
    background-color: #00aeef;
    cursor: pointer;
}

.Basic_Btn.printSelectorButton:hover,
.Basic_Btn.abRouteResultsButton:hover,
#previewCancelButton:hover {
    background-color: #ebebeb;
    cursor: pointer;
}

.Basic_Btn_Selected {
    color: rgb(0, 174, 239);
}

.Basic_Btn_Selected:hover {
    background-color: rgba(0, 174, 239, 1.0);
}

.Basic_Btn_Disabled {
    background-color: rgba(150, 150, 150, 0.5)
}

.cesium-viewer-bottom {
    display: none !important;
}

.emergencyDialogBox {
    padding-top: 45px;
    max-width: 600px;
    position: relative;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
    background: #ffffff url(../images/alert-icon.png) no-repeat center 20px / 40px;
}

@media only screen and (max-width: 720px) {
    .emergencyDialogBox {
        width: 100%;
        position: relative;
        background-color: rgb(255, 255, 255);
        padding-bottom: 20px;
        font-size: 15px;
        text-align: center;
        overflow: scroll;
    }
}

.emergencyDialogBox .dialogText {
    width: 90%;
    padding-top: 35px;
    display: inline-block;
    overflow: hidden;
}

#emergency-message-checkbox {
    display: inline-block;
}