﻿
/***********************
    FOUNDATION RESETS
***********************/
.row {
    width: 100% !important;
    max-width: 100% !important;
}

    .row .row {
        margin: 0;
    }

        .row .row.collapse {
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
        }
/***********************
    DOJO RESETS
***********************/
#appLayout {
    height: 100%;
}
/*IMPORTANT - due to removing Claro.css link*/
.dijitLayoutContainer {
    position: relative;
    display: block;
    overflow: hidden;
}

.claro .dijitContentPane {
    padding: 0px !important;
}

/*Dojo Splitter*/
.claro .dijitSplitterH {
    display: none;
    /*background: #f16736;
    border: 0;
    cursor: row-resize;
    line-height: 1;
    font-size: smaller;*/
}

/*.claro .dijitSplitterH .dijitSplitterThumb {
        text-align: center;
        color: #fff;
        padding: 0;
    }

        .claro .dijitSplitterH .dijitSplitterThumb:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f52c";
        }

.claro .dijitSplitterHHover, .claro .dijitSplitterVHover {
    background-color: #D74F1D;
    box-shadow: 0 0 0 0.2rem rgba(228,104,57,.5);
}*/

/***********************
    DIJIT DIALOG
***********************/
.dijitDialog {
    position: absolute;
    z-index: 999;
    overflow: hidden;
}

.dijitDialogTitleBar {
    cursor: move;
}

.dijitDialogFixed .dijitDialogTitleBar {
    cursor: default;
}

.dijitDialogCloseIcon {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.dijitDialogPaneContent {
    -webkit-overflow-scrolling: touch;
}

.dijitDialogUnderlayWrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
    background: transparent !important;
}

.dijitDialogUnderlay {
    background: #666;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.dj_a11y .dijitDialog {
    opacity: 1 !important;
    background-color: white !important;
}

.dijitDialog .closeText {
    display: none;
    position: absolute;
}

.dj_a11y .dijitDialog .closeText {
    display: inline;
}

.claro .dijitDialog {
    padding: 5px;
    background: #333;
    box-shadow: 0 1px 20px rgba(0,0,0,.5);
    border-radius: 5px;
    color: #fff;
    font-family: inherit;
}

.claro .dijitDialogPaneContent {
    position: relative;
    padding: 10px;
    border-top: 1px solid #333333;
}

.claro .dijitDialogCloseIcon:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    color: #fff;
    position: absolute;
    right: 5px;
    height: 15px;
    width: 21px;
}

.claro .dijitDialogCloseIconHover:before {
    color: #4d4d4d;
}

/**************************
    GLOBAL RESETS
**************************/
* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    color: #3E5B5D;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 24px;
}

h5 {
    margin-top: 30px;
    font-weight: 600;
}

p {
    margin: 0 0 10px;
    font-size: 1em;
    line-height: 20px;
}

a, .esriPopup a {
    outline: none;
    border: none;
    text-decoration: none;
    color: #2770B9;
}

    a:hover, .esriPopup a:hover {
        color: #014A93;
        -webkit-transition: all ease .25s;
        transition: all ease .25s;
    }

*:focus {
    outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

table {
    width: 100%;
}

/*Buttons*/
button.small, .button.small {
    padding: 0.875rem;
}

.button:not(.postfix), button:not(.postfix) {
    padding: 10px 24px;
}

.button, button, #openMenuPanel, .right-off-canvas-toggle {
    background-color: #3E5B5D;
    border: 1px solid #7e7979;
    border-radius: 4px;
    color: #fff;
    font-size: 1.1em;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
}

    button.secondary, .button.secondary {
        color: #4d4d4d;
        border-color: #999;
        background: none;
    }

        .button:hover, button:hover, .button:focus, button:focus, #openMenuPanel:hover, #openMenuPanel:focus, .right-off-canvas-toggle:hover, .right-off-canvas-toggle:focus, button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            background-color: #3E5B5D;
            border-color: transparent;
            color: #fff;
            box-shadow: 0 0 0 0.2rem #A3C0C2;
        }
/*FORM*/
fieldset {
    padding: 0;
    border: 0;
}

    fieldset legend {
        display: block;
        margin-bottom: 5px;
        border: none;
        font-size: 1em;
        font-weight: normal;
    }

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px;
}

label.radio-inline input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

label.radio-inline:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    border: 1px solid #bbb;
    background: #fff;
    float: left;
    margin-right: 10px;
}

label.radio-inline.active:before {
    background: url(../img/circle_blue.svg) no-repeat center center;
    background-size: 100%;
}

label.radio-inline.active:before {
    border-color: #2770b9;
}

/*Bullets*/
.bullets {
    font-size: 90%;
}

    .bullets li:before {
        content: "\25C6 ";
        padding: 0 5px 0 0;
        color: #888;
    }

/*TOOLS*/
.vh-100 {
    height: 90vh;
}

.text-small {
    font-size: 80%;
    line-height: 1.2;
}

.hide {
    display: none;
}

.comment {
    margin: 5px 0 0 20px;
}

/**********************
    HEADER
**********************/
.top-bar {
    background-color: #3E5B5D;
    background-image: radial-gradient(circle at bottom left,#3E5B5D 25%,#3E5B5D 70%);
    background-image: radial-gradient(circle at center right,#3E5B5D,#3E5B5D);
    font-weight: 300;
    height: 100%;
}

    .top-bar .name img {
        float: left;
        display: block;
        padding: 2px 10px 2px 2px;
        font-size: 20px;
    }

    .top-bar .name h1 {
        margin: 0;
        padding-top: 5px;
        font-size: 20px;
        line-height: 1.2;
        color: #fff;
    }

    .top-bar .name em {
        display: block;
        font-size: 10px;
        font-style: normal;
        white-space: nowrap;
        text-transform: uppercase;
    }

/*Top Menu*/
.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
    background: transparent;
}

    .top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar .name a h1:hover {
        background: transparent;
        color: #e6e6e6;
    }

/***********************
    Main
***********************/
/*Index Page*/
#map-content {
    height: 100%;
    padding: 0;
    background: #fff;
}

#mapdiv_container {
    /*overflow-y:auto;
    margin-top: -130px;*/
}

/*Other Pages*/
#page-wrapper {
    padding: 30px;
}

.has-bottom-buttons {
    padding-bottom: 100px;
}

.button-container {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0 0 0;
    text-align: center;
    box-shadow: 0 -1px 15px rgba(0,0,0,.15);
}

.alert {
    text-align: center;
}

    .alert.alert-success {
        color: #438444;
    }

/***********************
    SIDE PANEL
***********************/
#map-control {
    position: relative;
    height: 100%;
    margin-top: 0 !important;
    padding: 5px;
    overflow: auto;
    background-color: #3E5B5D;
    background-image: radial-gradient(circle at bottom left,#3E5B5D 25%,#3E5B5D 70%);
    background-image: radial-gradient(circle at center right,#3E5B5D,#3E5B5D);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

    #map-control label:not(.check-list label), h6 {
        margin: 5px 0 2px 0;
        padding: 0 5px;
        font-size: small;
        color: #777;
        text-transform: uppercase;
    }

/*TABS*/
.tabs dd > a, .tabs .tab-title > a {
    margin: 0 2px 0 0;
    padding: 10px;
    border: 1px solid #bbb;
    border-bottom: none;
    color: #4d4d4d;
    word-wrap: normal;
    width:140px;
    height: 60px;
}

.tabs dd.active a, .tabs .tab-title.active a {
    color: #4d4d4d;
}

.tabs dd.active a, .tabs .tab-title.active a {
    background: #fff;
}

.tabs-content {
    background: #fff;
    border: 1px solid #bbb;
    border-top: none;
    padding: 0 10px;
}

/*OPEN/CLOSE SIDE PANEL*/
#closeMenuPanel, #openMenuPanel {
    float: right;
    padding: 8px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}

#openMenuPanel {
    display: none;
    position: absolute;
    left: 0%;
    top: .5%;
    z-index: 100;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    #closeMenuPanel:hover, #openMenuPanel:hover {
        background-color: #D74F1D;
        box-shadow: 0 0 0 0.2rem rgba(228,104,57,.5);
    }

/***********************
    ACCORDIONS
***********************/
.accordion {
    margin-left: 0;
}

    .accordion .accordion-navigation > a, .accordion .accordion-navigation.active > a {
        position: relative;
        display: block;
        padding: 0.5rem;
        background: #f5f5f5;
        border: 1px solid #bbb;
        font-family: inherit;
        font-size: inherit;
        color: #4d4d4d;
        text-align: center;
    }

    .accordion .accordion-navigation.active > a {
        border-bottom: 0;
    }

    .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #f5f5f5;
        border: 1px solid #bbb;
        border-top: 0;
    }

    .accordion .accordion-navigation > a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f077";
        float: right;
    }

    .accordion .accordion-navigation.active > a:after {
        content: "\f078 ";
    }

/*Search Tab*/
#panel-search h3 {
    margin-top: 20px;
}

#template-search-item, #template-search-button {
    margin-bottom: 0;
}

#search-message p {
    font-size: smaller;
    text-align: center;
}

.check-list input {
    margin: 0;
}

/*Reports Tab*/
#report-distance {
    padding: 8px 0 0 0;
}

#by-point {
    margin-bottom: 20px;
}

#driveTimeLegend {
    margin: 0 0 20px 20px;
}

    #driveTimeLegend li i {
        display: inline-block;
        height: 20px;
        width: 20px;
        border: black dashed 1px;
    }

.drivetimeLegendFiveMinutes i {
    background-color: rgba(0,255,0,0.25);
}

.drivetimeLegendTenMinutes i {
    background-color: rgba(0,0,255,0.25);
}

.drivetimeLegendFifteenMinutes i {
    background-color: rgba(255,0,0,0.25);
}

/*Layers Tab*/
#panel-layers ul {
    list-style: none;
}

/***********************
    MAP AREA
***********************/
#map {
    height: 100%;
}

    #map.columns {
        padding: 0 !important;
        margin-top: 0 !important;
        height: 100%;
    }

.esriControlsBR {
    right: 0;
    bottom: 10px;
}

/*MAP ZOOM CONTROL*/
#zoom-control {
    position: absolute;
    top: 33%;
    right: 0px;
}

    #zoom-control .button, #search-download .button {
        display: block;
        width: 35px;
        margin-bottom: 1px;
        padding: 10px;
    }

/*Off Canvas Legend*/
.right-off-canvas-toggle {
    position: absolute;
    top: .5%;
    right: 0;
    padding: 8px;
    line-height: 1;
    z-index: 100;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.right-off-canvas-menu {
    background: #fff;
}

ul.off-canvas-list li label {
    margin-bottom: 20px;
}

.right-off-canvas-menu h6 {
    margin-left: 10px;
}

.right-off-canvas-menu ul {
    list-style: none;
}

.legend li span {
    float: left;
}

/***********************
    SEARCH RESULTS
***********************/
.reveal-modal h3:first-of-type {
    margin-top: -20px;
    margin-bottom: 25px;
}

/*.speshy {
    position: relative;
    background: #fff;
    overflow: auto;
}

#btnSources {
    position: absolute;
    top: 4px;
    right: 40px;
    padding: 10px;
}



#navbarSources {
    overflow: auto;
    list-style-position: inside;
}

    #navbarSources li {
        float: left;
        width: 50%;
    }

#search-results {
    position: relative;
}

    #search-results .accordion .accordion-navigation > a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f077";
        float: left
    }

    #search-results .accordion .accordion-navigation.active > a:before {
        content: "\f078 ";
    }

#searchResultsPane {
    height: 100%;
    overflow: hidden;
}

#panel-results {
    padding-right: 50px;
}

#search-download {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 9999;
}*/

#resultsHeader th:nth-child(n + 3) {
    cursor: pointer;
}

    #resultsHeader th:nth-child(n + 3):after {
        float: right;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0dc";
    }

    #resultsHeader th:nth-child(n + 3)[sort="asc"]:after {
        content: "\f0de";
    }

    #resultsHeader th:nth-child(n + 3)[sort="desc"]:after {
        content: "\f0dd";
    }

/*Select All Column*/
#SearchSelector {
    margin: 0;
}

.results-select {
    width: 50px;
    text-align: center;
}

#panel-results table tr td:first-child {
    text-align: center;
}

/*Result # Column*/
.results-no {
    width: 50px;
    text-align: center;
}

a.prop-no {
    display: block;
    width: 27px;
    height: 30px;
    padding: 3px 0 0 0;
    background: url('../img/reportmarker_no.png') no-repeat center top;
    text-align: center;
    color: #000;
}

/*Price Column*/
.currencyResults {
    text-align: right;
}

/*Property Popup*/
.esriPopup {
    font-family: inherit;
}

.titleButton.maximize {
    display: none;
}

.summaryImage {
    border: 1px solid #3E5B5D;
}

/***********************
    LISTING DETAIL
***********************/
.detail table td:nth-child(2n+1) {
    max-width: 70px;
    font-weight: bold;
    background: #ccc;
}

.detail p {
    margin-bottom: 25px;
}

.orbit-container {
    padding-top: 20px;
    background-color: #3E5B5D;
    background-image: radial-gradient(circle at bottom left,#3E5B5D 25%,#3E5B5D 70%);
    background-image: radial-gradient(circle at center right,#3E5B5D,#3E5B5D);
}

    .orbit-container .orbit-slides-container img {
        max-height: 225px;
        margin: 0 auto;
    }

    .orbit-container .orbit-slide-number {
        color: #fff;
    }

.orbit-bullets li.active {
    background: #fff;
}

.orbit-bullets {
    margin-bottom: 20px;
}

.orbit-container .orbit-timer.paused > span {
    border-left-color: #fff;
}

.orbit-container .orbit-timer > span {
    border-color: #fff;
}

/**********************
    FOOTER
**********************/
#modules_CustomContentPane_0 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.mt-gov {
    position: relative;
    padding: 5px;
}

#footer .mt-logo {
    float: right;
}

    #footer .mt-logo img {
        display: block;
        width: 248px;
    }

#footer ul.footer-nav {
    margin-bottom: 0;
    text-align: center;
}

    #footer ul.footer-nav li {
        display: inline-block;
    }

        #footer ul.footer-nav li a {
            margin: 10px 3px 0 3px;
            padding: 5px;
            font-size: 12px;
            color: #4d4d4d;
            text-decoration: none;
            display: inline-block;
        }

            #footer ul.footer-nav li a:hover, #footer ul.footer-nav li a:active, #footer ul.footer-nav li a:focus {
                background: #eee;
            }

/**********************
    RESPONSIVE & PRINT
**********************/
@media print {
    #zoom-control, .button {
        display: none;
    }
}

/* X-Large */
@media only screen and (max-width: 1920px) {
}

/* Large */
@media only screen and (max-width: 1440px) {
    .tabs dd > a, .tabs .tab-title > a {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
        font-size: 11px;
    }
}

/* Medium */
@media only screen and (max-width: 1024px) {
    #mapdiv, #mapdiv_root {
        height: 100vh !important;
    }

    /*#mapdiv_container {
        margin-top: auto;
    }*/

    #footer ul.footer-nav li a {
        margin: 2px;
        padding: 2px;
        font-size: 11px;
    }

    #footer .mt-logo {
        float: none;
    }

        #footer .mt-logo img {
            margin: 0 auto;
        }
}

/* Small */
@media only screen and (max-width: 640px) {
}
