﻿body {
    padding-top: 54px;
    margin: 0;
    height: 100% !important;
    width: 100% !important;
    overflow: hidden;
    background-color: #F9FAFD;
}

@media (min-width: 992px) {
    #right-panel {
        float: right;
    }
}

@media (max-width: 991px) {
    body {
        overflow-y: auto;
    }
}

.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;
}

.spacer {
    height: 10px;
}

#input-container {
    width: 275px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.padded-top {
    margin-top: 7px;
}

.padded-bottom {
    margin-bottom: 7px;
}

.dgrid-grid {
    width: 100%;
    overflow: auto;
}


.dgrid-cell {
    width: 150px;
}

.dgrid {
    height: 260px !important;
    overflow: auto;
}

.esriSimpleSlider {
    top: 50px;
    left: 10px;
}

#HomeButton {
    position: absolute;
    top: 125px;
    left: 12px;
    z-index: 50;
}

#mapDiv {
    position: relative;
    width: auto;
    max-height: 90vh;
    max-height: calc(100vh - 210px);
    border-radius: 5px;
}

#mapDiv_root {
    border-style: solid;
    border-width: 1px !important;
    border-color: #e3e3e3;
}

#map-loading-container {
    text-align: center;
    padding-top: 40px;
    height: 380px;
}

#left-panel {
    padding-left: 15px;
    padding-right: 15px;
}

#geography-label {
    font-size: 12pt;
    font-weight: bold;
}

#breadcrumb-container {
    padding-top: 8px;
}

#txtMapName {
    width: 50%;
}

.btn-map-nav {
    position: absolute;
    top: 10px;
    z-index: 1000;
    width: 100px;
    opacity: .45;
}

    .btn-map-nav:hover {
        opacity: 1;
    }

.btn-map-nav-left {
    left: 10px;
}

.btn-map-nav-right {
    right: 10px;
}

#legend-panel {
    max-height: 80%;
    height: inherit;
    overflow-y: auto;
    padding-top: 20px;
    padding-left: 10px;
}

#toc-panel {
    display: inline-block;
    padding: 8px;
    padding-bottom: 20px;
    height: inherit;
    max-height: 400px;
}

#divTab {
    position: relative;
    margin: 0 auto 0 0;
    overflow: hidden;
    height: 45px;
}

#report-panel {
    height: 100vh;
    overflow: auto;
}
#report-container {
    /* FF: padding-bottom ignored if in outer 'overflow' container*/
    padding-bottom: 190px;
}

.list {
    left: 0px;
    top: 0px;
    white-space: nowrap;
    margin-left: 5px;
    margin-top: 0px;
    position: absolute;
}
 /*
.list li {
    display: table-cell;
    display:inline;
    position: relative;
    text-align: center;
    cursor: pointer;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}*/

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 11px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f9fafd;
}

.scroller-right {
    float: right;
}

.scroller-left {
    float: left;
}

legend a {
    float: right;
    font-size: .65em;
}

.detail-selected {
    background-color: beige !important;
}

.previous, .next {
    cursor: pointer;
}

.grayed {
    color: gray;
    cursor: none;
}

.tab-panel-scroll {
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 150px;
}

.header-logo {
    height: 48px;
    border-radius: 3px;
    margin-top: 4px;
    padding: 5px;
    float: left;
}


@media ( max-width : 768px ) {
    .header-logo {
        margin-left: 15px;
    }
}

.footer-logo {
    float: left;
    height: 48px;
    background-color: white;
    border-radius: 50%;
    padding: 2px 1px 1px 1px;
    margin-top: 2px;
    margin-right: 10px;
}

.cart-footer {
    /*
    border-top-color:#b5b5b5;
    */
    background-color: #232323;
}

.dgrid-footer {
    display: none;
}

.footer-text-container {
    margin-top: 8px;
    color: #d5d5d5 !important;
    font-size: small;
    font-family: 'Raleway', sans-serif !important;
}

.navbar {
    height: 54px;
}

.navbar-brand {
    position: relative;
}

    .navbar-brand img {
        width: 100px;
        background-color: white;
        margin: 0px;
        border-radius: 50%;
        border: solid 1px #e0e0e0;
        box-shadow: #bebdbd 0 0 1.5em 0;
        padding: 5px;
        float: left;
    }

    .navbar-brand h1 {
        margin: 0;
        padding: 0;
        font-size: 1.3em;
        width: 600px;
        float: left;
        left: 30px;
        position: absolute;
        top: 15px;
    }


@media ( max-width : 767px ) {
    .navbar-brand h1 {
        left: inherit;
    }
}

#community-area {
    padding: 5px 15px;
}

#style-picker-container {
    margin-bottom: 5px;
}

#disclaimer-text {
    font-size: .85em;
}

#Disclaimer h5 {
    font-weight: bold;
}

/*#div-custommaptable {
    display: none;
    height: 200px;
}*/

.dev-control {
    display: none;
}

.dev-show {
    display: block !important;
}

.detail-selected {
    background-color: beige !important;
}

#data-card-title {
    margin: 0;
    font-size: 1.25em;
}

#data-panel {
    margin-top: 15px;
}


.footnote {
    font-size: .75em;
    /*
        Keeping this around in case they change their mind about the bootstrap wells.
        border-bottom: solid 2px #e0e0e0;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
    */
}

#user-guide {
    margin-top: 10px;
}

#export-buttons {
    margin-top: 10px;
    padding-right: 10px;
}

#cancel-report-button {
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}

.btn-cancel {
    background-image: url(../images/loader-small.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 25px;
}

.map-toc-check {
    margin-right: 3px !important;
    height: 15px;
    width: 15px;
}

.disclaimer-header {
    padding: 5px;
}

.disclaimer-logo {
    width: 15%;
    height: auto;
    padding-right: 5px;
}

.disclaimer-title {
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: bold;
    color: #7f7e7e;
}

.disclaimer-dialog-body {
    max-height: 50vh;
    overflow-y: auto;
}

    .disclaimer-dialog-body h3 {
        margin-top: 5px !important;
    }

#btn-map-info {
    position: absolute;
    left: 12px;
    top: 160px;
    z-index: 1001;
    height: 30px;
    width: 30px;
    padding: 3px;
    font-size: 14pt;
}

.HomeButton .home {
    background-color: #094B83;
    border: solid 1px #032D50;
    border-radius: 3px;
}

    .HomeButton .home:hover {
        background-color: #063D6B;
        border: solid 1px #032D50;
        box-shadow: 0px 0px 10px 0px rgba(9,75,131,1); /* Default */
    }

.map-sidebar-content {
    display: none;
}

#cart-sidebar-legend {
    padding: 8px;
}

.toc-container {
    padding: 5px;
}

.map-sidebar-right {
    border-top: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media ( max-width : 768px ) {
     #mapDiv {
         min-height: 250px;
     }
 }

@media ( max-width : 320px ) {
    .esriSimpleSlider {
        top: 37px;
    }
    #mapDiv {
        margin-bottom: 55px;
    }
    #HomeButton {
        top: 106px;
    }
    #btn-map-info {
        top: 142px;
    }
}

#map-builder-panel {
    padding-bottom: 210px;
}