﻿body {
    overflow: hidden;
}

.esriControlsBR {
    left: 5px !important;
    right: auto;
}

.esriSimpleSliderTL {
    top: 60px;
}

.esriLegendServiceLabel {
    font-weight:normal !important;
}

#page-container {
    height: 100%;
}

#mapDiv {
    min-height: 100%;
    max-height: 100%;
    position: relative;
}

.header {
    padding: 5px 3px 5px 3px;
    background-color: #3981bf;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1001;
}

.header-btn {
    color: #3981bf;
}

.header-btn:hover {
    color: #3981bf;
}

.hud-logo {
    height: 100px;
}

.hud-logo-small {
    height: 90px;
}

#logo {
    position: absolute;
    box-shadow: rgba(0, 85, 153, 0.75) 0 0 2em 0;
    border-radius: 100%;
    background-color: #fff;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-position: center center;
    bottom: 30px;
    left: 20px;
    height: 6em;
    width: 6em;
    opacity: 1;
    z-index: 2;
}

#logo-small {
    position: absolute;
    box-shadow: rgba(0, 85, 153, 0.75) 0 0 2em 0;
    border-radius: 100%;
    background-color: #fff;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-position: center center;
    bottom: 30px;
    left: 15px;
    height: 4em;
    width: 4em;
    opacity: 1;
    z-index: 2;
}

.mapLoadingBox {
    z-index: 999;
    position: absolute;
    font-size: 8pt;
    font-family: Verdana, Arial;
    color: white;
    width: 115px;
    height: 35px;
    padding-left: 10px;
    padding-top: 5px;
    background-color: #292929;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.mapLoadingBoxText {
    padding-top: 5px;
    font-family: Verdana;
}

.mapLoadingBoxGraphic {
    height: 25px;
    width: 25px;
    float: left;
    background-image: url(../images/loader-reverse.gif);
    background-size: 25px;
}

/* MAP BUTTONS */
#map-buttons-container {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 1000;
}

.map-button-large {
    font-size: 28pt;
    height: 60px;
    padding: 8px 8px 8px 8px;
}

.map-button-small {
    font-size: 18pt;
    height: 44px;
    padding: 8px 8px 8px 8px;
}

.navbar-form {
    margin: 0;
    padding: 0;
}

#location-search-container {
    padding-right: 0;
}

@media ( min-width : 768px ) {
    #txt-search-input {
        width: 300px;
    }
}

.map-sidebar-main {
    padding: 55px 25px 10px 25px;
}

.div-map-button {
    display: inline;
}

.hrl-property-body {
    max-height: 70vh;
    overflow-y: auto;
}

.dialog-buttons {
    font-size: 14pt;
    padding-top: 8px;
}

.dialog-button-container {
    padding: 2px;
}

.dialog-spacer {
    height: 10px;
}

.dialog-title {
    padding: 2px 2px 2px 0;
    font-weight: bold;
    border-bottom: solid 2px;
    margin-bottom: 5px;
}

.dialog-subtitle {
    font-size: 9pt;
}

.address-block {
    padding-bottom: 15px;
}

.pha-dialog-symbol {
    height: 45px;
    width: 45px;
}

.coc-icon {
    height: 100px;
    width: 100px;
}

.div-inline {
    display: inline;
}

.search-list-icon-container {
    position: absolute;
    height: 100%;
}

.search-list-icon-large {
    padding-top: 10px;
    width: 80px;
}

.search-list-icon-small {
    padding-top: 10px;
    width: 60px;
}

.hrl-search-item {
    cursor: pointer;
    background-color: #3981bf;
    color: white;
    border-color: #09518C;
}

.hrl-search-item:hover {
    background-color: #5A9AD0;
}

.hrl-search-body {
    max-height: 70vh;
    overflow-y: auto;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:0;
    padding-right:0;
}

#hrl-search-body {
    padding-left:15px;
    padding-right:15px;
}

.hrl-export-btn {
    width: 150px;
}

#search-export-status {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

.export-status {
    padding: 5px;
}

.white-circle-icon {
    background-color: white;
    padding: 5px;
    border-radius:100px;
}

.basemap-thumbnail a > img {
    width: 100% !important;
}

#basemap-dialog-body {
    max-height: 70vh;
    overflow-y: auto;
}

.geoloco-dialog-body {
    max-height: 50vh;
    overflow-y: auto;
}

.geoloco-dialog-body h3 {
    margin-top: 5px !important;
}

.highlight-text {
    color: #777777;
    font-weight: bold;
}

.no-padding {
    padding: 0;
}

.info-image {
    padding-top: 5px;
}

/* LEFT and RIGHT PANEL CSS */
.panel-button {
    position: relative;
    width: 200px;
    height: 80px;
    background-color: #337ab7;
    border:1px solid #094C83;
    border-radius: 5px;
    color: white;
    margin-bottom: 10px;
}

    .panel-button:hover {
        background-color: #75A5D0;
        box-shadow: 0px 0px 10px 0px rgba(49,167,75,1);
        cursor: pointer;
    }

div.panel-button-icon,
img.panel-button-icon {
    height: 78px;
    display: inline-block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: white;
}

.panel-button-image {
    padding: 10px;

}

div.panel-button-icon {
    padding: 15px;
    float: left;
}

span.panel-button-icon {
    font-size:36pt;
    color: #337ab7;
}

.panel-button-content {
    display: inline;
}

div.panel-button-content {
    position: absolute;
    top: 18px;
    padding-left: 8px;
}

.btn-text-lg {
    font-size: 1.5rem;
}
.btn-text-sm {
    font-size: 1.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#toc-panel-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1010;
    padding: 50px 8px 8px 8px;
    background-color: white;
}

.map-toc-check {
    width: 20px;
    height: 20px;
}

.toc-table TH {
    padding: 5px;
    font-size: 9pt;
}

.toc-label-cell {
    padding-left: 3px;
    padding-top: 3px;
    vertical-align: middle;
}

​#hrl-help-body {
    padding: 10px;
    max-height: 60vh;
    overflow-y: auto;
}

#hrl-help-body a {
    text-decoration: none;
}

#hrl-help-body img {
    height: 50px;
    background-color: white;
    padding: 4px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

#hrl-help-body ul {
    padding: 0;
    margin:0;
}

#hrl-help-body li {
    padding: 0 0 15px 0;
    list-style-type: none;
}

.header-color {
    background-color: #337ab7;
    border-radius: 5px;
    color: white;
}

    .header-color .close {
        color: white;
        opacity: 1;
    }

.lipadding {
    padding: 10px;
}

.linopadding {
    padding: 0;
}

.help-p {
    padding: 10px 20px 0px 20px;
}

.help-title {
    color: white;
    border: solid 1px #2e6da4;
    border-radius: 5px;
    background-color: #377ab7;
}

@media ( max-width : 768px ) {
    .help-title {
        padding: 10px 15px;
    }
}