@import url('./theme/flat/flat.css'); /* dojo's flat theme */
@import url('./cmv.css'); /* the start of cmv theme */

.appHeader {
    /*    background: url("../images/linen.jpg") repeat-x scroll left top transparent;*/
    /*    background-color: #639BBC;*/
    background-color: #abb6bb;
    height: 60px;
    margin: 0;
    padding: 0;
    width: 100%;
    /*
        font-family: "Avenir Next W00", "Avenir Next", Avenir;
        -webkit-font-smoothing: subpixel-antialiased
    */
}


/*
@font-face {
    font-family: "Avenir Next W00";
    src: url(../fonts/avenir-next/Avenir_Next_W00_400.eot?#iefix);
    src: url(../fonts/avenir-next/Avenir_Next_W00_400.eot?#iefix) format("eot"), url(../fonts/avenir-next/Avenir_Next_W00_400.woff2) format("woff2"), url(../fonts/avenir-next/Avenir_Next_W00_400.woff) format("woff"), url(../fonts/avenir-next/Avenir_Next_W00_400.ttf) format("truetype"), url(../fonts/avenir-next/Avenir_Next_W00_400.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Avenir Next W00";
    src: url(../fonts/avenir-next/Avenir_Next_W00_Italic_400.eot?#iefix);
    src: url(../fonts/avenir-next/Avenir_Next_W00_Italic_400.eot?#iefix) format("eot"), url(../fonts/avenir-next/Avenir_Next_W00_Italic_400.woff2) format("woff2"), url(../fonts/avenir-next/Avenir_Next_W00_Italic_400.woff) format("woff"), url(../fonts/avenir-next/Avenir_Next_W00_Italic_400.ttf) format("truetype"), url(../fonts/avenir-next/Avenir_Next_W00_Italic_400.svg) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Avenir Next W00";
    src: url(../fonts/avenir-next/Avenir_Next_W00_600.eot?#iefix);
    src: url(../fonts/avenir-next/Avenir_Next_W00_600.eot?#iefix) format("eot"), url(../fonts/avenir-next/Avenir_Next_W00_600.woff2) format("woff2"), url(../fonts/avenir-next/Avenir_Next_W00_600.woff) format("woff"), url(../fonts/avenir-next/Avenir_Next_W00_600.ttf) format("truetype"), url(../fonts/avenir-next/Avenir_Next_W00_600.svg) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Avenir Next W00";
    src: url(../fonts/avenir-next/Avenir_Next_W00_Italic_600.eot?#iefix);
    src: url(../fonts/avenir-next/Avenir_Next_W00_Italic_600.eot?#iefix) format("eot"), url(../fonts/avenir-next/Avenir_Next_W00_Italic_600.woff2) format("woff2"), url(../fonts/avenir-next/Avenir_Next_W00_Italic_600.woff) format("woff"), url(../fonts/avenir-next/Avenir_Next_W00_Italic_600.ttf) format("truetype"), url(../fonts/avenir-next/Avenir_Next_W00_Italic_600.svg) format("svg");
    font-weight: 600;
    font-style: italic
}
*/
@font-face {
    font-family: 'CalciteWebCoreIcons';
    src:
            url('https://raw.githubusercontent.com/Esri/arcgis-js-api/master/themes/calcite/icons/fonts/CalciteWebCoreIcons.ttf?erniwi') format('truetype'),
            url('https://raw.githubusercontent.com/Esri/arcgis-js-api/master/themes/calcite/icons/fonts/CalciteWebCoreIcons.woff?erniwi') format('woff'),
            url('https://raw.githubusercontent.com/Esri/arcgis-js-api/master/themes/calcite/icons/fonts/CalciteWebCoreIcons.svg?erniwi#CalciteWebCoreIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="esri-icon-"], [class*=" esri-icon-"], [class^="titleButton"], [class*=" titleButton"]  {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'CalciteWebCoreIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.appHeader .headerLogo {
    height: calc(100% - 10px);
    left: 15px;
}

.appHeader .headerTitle {
    color: #FFFFFF;
    font-size: 16pt;
    font-weight: bold;
    left: 30px;
}

.appHeader .subHeaderTitle {
    color: #CFCFCF;
    font-size: small;
    padding-left: 20px;
}

.appHeader .search {
    left: 60px;
}

.appHeader .headerLinks {
    color: #FFFFFF;
    float: right;
    right: 15px;
    text-align: right;
}

.appHeader .headerLinks a {
    color: #FFFFFF;
}

.appHeader .headerLogo,
.appHeader .headerTitle,
.appHeader .search {
    float: left;
}

.appHeader .headerLogo,
.appHeader .headerTitle,
.appHeader .search,
.appHeader .headerLinks {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#sidebarLeft {
    width: 334px;
}

#sidebarRight {
    width: 300px;
}

#sidebarBottom {
    height: 100px;
}

#sidebarTop {
    height: 50px;
}


/*
    media queries bootstrap style
    https://getbootstrap.com/css/#grid-media-queries
*/
@media screen and (max-width: 768px) {
    /* no search widget in app header */
    .appHeader .search {
        display: none;
    }
    /* no logo in app header */
    .appHeader .headerLogo {
        display: none;
    }
    /* move the title when no logo */
    .appHeader .headerTitle {
        left: 10px;
    }
}
/* end media queries bootstrap style */

.fa-lg {
    color: #646464;
    cursor: pointer;
}

.fa-th-large {
    color: #646464;
}

.fa-fw {
    width: auto;
}

.icon-container {
    float: left;
    width: 14%;
    text-align: center;
    padding-top: 5px;
}

/*.dijitReset .dijitInline .dijitButtonNode {*/
#mapCenter > span > span {
    background: white;
    cursor: pointer;
    border-radius: 0;
    box-shadow: 0 0 2px #a6a6a6;
    border: none;
}

/*Loading page*/
#loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}


.layerControlIcon {
    display: inline;
    padding-right: 4px;
}

/*Help Modal and Menu*/


.modal {
    top: 20%;
}

.btn-link {
    color: #fff;
    margin-right: 12px;
}

.btn-link:hover {
    color: #fff;
    cursor: pointer;
}

/*
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

.nav>li>a {
    color: #bbb;
}
*/

.navbar-default {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.modal-header {
    /*
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 2px;
    */
    padding: 0;
}

#help .nav-pills {
    margin-top: 7px;
    margin-bottom: 7px;
}

#helpNav .nav-pills>li.active>a, #helpNav .nav-pills>li.active>a:focus, #helpNav .nav-pills>li.active>a:hover {
    background-color: #666;
    color: #CFCFCF;
    /*    margin-left: 10px;*/
}

.nav-pills>li>a {
    color: #aaa;
    margin-left: 10px;
}

.navbar {
    /*    background-color: #639BBC;*/
    background-color: #9da8ad;
}

.modal-body {
    padding-top: 10px;
    padding-bottom: 10px;
    /*    overflow-y: scroll;*/
}

.tab-pane > h4 {
    font-weight: bold;
    padding-bottom: 10px;
}

.container-fluid {
    padding-left: 0;
}

#helpLogo {
    color: white;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 3px;
}

.modal-dialog {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}


/*
Loading Page
*/


#disclaimer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10001;
    margin: 0;
    color: white;
    /*    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/AlamoOak.jpg) no-repeat center center fixed;*/
    background: url(../images/AlamoOakNew.jpg) no-repeat center center fixed;
    background-size: cover;
    overflow-y: scroll;
}

.btn-new {
    display: inline-block;
    width: 30%!important;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
}

.buttonsContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

#accept, #decline{
    display: none;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    margin-right: 10px;
    font-variant: small-caps;
}

#accept:hover, #accept:focus, #accept:active {
    background-color: white;
    border: none;
    color: #2f4c54;
    font-weight: 800!important;
}

#decline:hover, #decline:focus, #decline:active {
    /*    background-color: #333;*/
    background-color: #2f4c54;
    border: none;
    color: #fff;
    font-weight: 800!important;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background-color: white;
    border: none;
    /*    color: #639bbc;*/
    color: #2f4c54;
    font-weight: 800!important;
}

#disclaimer-content {
    width: 40%;
    float: right;
    height: 120%;
    padding: 30px;
    background-color: #969fa4;
}

@media (max-width: 768px) {
    #disclaimer-content {
        width: 100%;
        float: right;
        height: 120%;
        padding: 15px;
        overflow-y: scroll;
        background-color: #969fa4;
        background: linear-gradient(to top, rgba(150,159,164, 0.75), rgba(150,159,164, 1));
    }

}



.panel-title {
    font-weight: bold;
}

.panel-heading {
    background: transparent;
}

#loading-image {
    /*
        border: 8px solid transparent;
        border-radius: 50%;
        border-top: 8px solid #fff;
        width: 45px;
        height: 45px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    */
    position: relative;
    left: 45%;
}

#wave {
    padding-top: 10px;
    padding-bottom: 11px;
}

.dot {
    display:inline-block;
    width:12px;
    height:12px;
    border-radius:50%;
    margin-right:3px;
    background:white;
    animation: wave 1.3s linear infinite;
}

.dot:nth-child(2) {
    animation-delay: -1.1s;
}

.dot:nth-child(3) {
    animation-delay: -0.9s;
}

@keyframes wave {
    0%, 60%, 100% {
        transform: initial;
        -webkit-transform: initial;
        -o-transform: initial;
    }

    30% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }
}
/*
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
*/

.hidden {
    display: none;
}

.panel, .panel-default, .panel-heading, .panel-body, .panel-footer  {
    /*    background-color: rgba(255, 255, 255, 0.6);*/
    /*    background-color: transparent;*/
    /*    opacity: 0.5;*/
    border: none;
    color: black;
}

.panel-body {
    padding-bottom: 0px;
    overflow-y: auto;
    max-height: 300px;
    margin-top: 0;
    padding-top: 0;
}

@media screen and (max-width: 500px) {
    .panel-body {
        max-height: 200px;
    }
}

.panel {
    box-shadow: 0 0 30px #222;
}

#splash-title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #splash-title {
        font-size: 20px;
        margin-top: 0;
    }

    .disclaimer-body h4 {
        font-size: 14px;
        font-weight: 600;
        text-align: center
    }

    .disclaimer-body p {
        font-size: 12px;
    }
}

.dijitIcon .button .open {
    margin-left: 3px;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin: 0;
    }

    .navbar {
        z-index: 1;
        width: 100%;
        background-color: #969fa4;
        box-shadow: 0 0 10px #aaa;
    }
}

/*Tweak navbar*/
.navbar-brand {
    font-size: 18pt;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    border-radius: 7px;
    padding:10%;
}

.navbar-toggle:focus {
    background-color: transparent
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    #helpButton {
        position: absolute;
        right: 20px;
        top: 15px;
        font-size:16px;
        cursor: pointer;
    }
}

#help-icon {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 0.75;
}

#help-icon:hover {
    opacity: 1;
}

.navbar-brand {
    padding: 15px;
    margin: 0;
}

@media (max-width: 767px) {
    .navbar-brand {
        padding: 0 0 0 5px;
        float: left;
    }

    #navbar {
        padding-left: 0;
    }

    #cosageocoder {
        margin-left: 0;
    }

    #helpButton {
        font-size: 16px;
        position: absolute;
        left: 175px;
        top: 18px;
        padding-left: 15px;
    }

    #contact-us-link-nav-div {
        position: absolute;
        left: 5px;
        top: 60px;
    }

    #contact-us-nav {
        font-size:10pt;
    }

}

.sidebar-pane-title {
    padding-bottom: 30px!important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

#helpNav .nav-pills>li.active>a, #helpNav .nav-pills>li.active>a:focus, #helpNav .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: transparent;
}

#helpNav .nav-pills>li>a {
    color: #345263;
    margin-left: 10px;
}

.cmv .esriMobileNavigationBar, .cmv .esriPopupMobile .titlePane {
    background: none;
    /*    color: #FFFFFF;*/
    color: #2f4c54;
    /*    background-color: #639BBC;*/
    background-color: #abb6bb;

}

.appHeader .subHeaderTitle {
    color: #fff;
}

.panel-footer {
    background-color: transparent;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border: none;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

#basemaps_widget > span > span {
    border-radius: 0;
    box-shadow: 0 0 2px #a6a6a6;
    border: none;
}

#mapCenter_zoom_slider {
    border-radius: 0;
    box-shadow: 0 0 2px #a6a6a6;
    border: none;
}

#homeButton_widget > div > div {
    border-radius: 0;
    box-shadow: 0 0 2px #a6a6a6;
    border: none;
}

#locateButton_widget > div > div {
    border-radius: 0;
    box-shadow: 0 0 2px #a6a6a6;
    border: none;
}

#searchButton {
    border-radius: 0;
    /*    box-shadow: 0 0 2px #a6a6a6;*/
    border: none;
    background-color: transparent;
}


#cosageocoder > span > span > div.searchGroup > span > input.twitter-typeahead.tt-hint {
    /*    border-radius: 0;*/
    /* box-shadow: 0 0 2px #a6a6a6; */
    /*    border: none;*/
}

#input-form-box {
    /*    border-radius: 0;*/
    /* box-shadow: 0 0 2px #a6a6a6; */
    /*    border: none;*/
}

.cmv .esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
    border-color: #ccc;
}

.navbar-toggle {
    border-radius: 0;
}

#metadata_widget > div.dijitDialogPaneContent.dijitAlignCenter {
    background-color: transparent;
}

.layerControlDijit .layerControlTableCheck .fa-border {
    border-color: #666!important;
    border-radius: 0!important;
}

.flat .dijitTitlePane .dijitClosed {
    -webkit-border-radius: 0;
    border-radius: 0;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
}

.flat .dijitTitlePane .dijitClosed:hover {
    background-color: #93a3a8;
    color: white!important;
}

.modal-content {
    border-radius: 0;
}

#helpNav .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: white;
}

.contact-us-logo {
    color:white;
    font-size:20px;
    opacity: 0.7;
}

.contact-us-link {
    color:white;
    font-size: 16px;
    opacity: 0.7;
}

.contact-us-link:hover {
    color:white;
}

#contact-us-link-help {
    color:#969fa4;
    font-size:20px;
    opacity: 0.7;
    position: absolute;
    bottom: 20px;
    left: 25px;
}

.loading-divs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    margin-top: 10px;
}

#disclaimerLogo {
    max-height: 100%;
    margin-top: 20px;
}

#chrome-logo-div {
    margin: 0;
    height: 5%;
}

#chrome-logo {
    width: 40px;
    padding: 5px;
    margin-bottom: 10px;
}


.esriPopup .esriPopupWrapper {
    border-radius: 0;
}

.esriPopup .contentPane {
    font-weight: 400;
    background-color: #FFF;
}


.esriPopup .titlePane {
    background-color: transparent;
    color: #323232;
    font-weight: 600;
    /*    padding-bottom: 5px;*/
    color: #333;
    opacity: 0.7;
    font-size:large;
}

.esriPopup, .esriPopupMobile {
    font-family: "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.esriPopupMobile .titlePane {
    background-color: #fff;
    color: #323232;
    font-weight: 600;
}

.esriPopup a {
    color: #6e6e6e;
}

.esriPopup .actionsPane {
    background-color: #fff;
    font-weight: 400;
}

.mainSection {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 400;
    margin: 0 15px 12px;
    overflow: auto;
    overflow-x: hidden;
    font-family: "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.cmv .dijitTitlePaneTitle {
    background-color: transparent;
    /*    color: white;*/
    color: #2f4c54!important;
    border-top: none;
    border-right: none;
    border-left: none;
    /*    border-bottom: 2px solid white;*/
    border-bottom: none;
    border-radius: 0;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
}

.cmv .dijitTitlePane {
    background-color: transparent!important;
    margin-bottom: 2px;
    border-radius: 0;
    font-size: 16px;
}

#sidebarLeft {
    /*    background-color: #639BBC;*/
    /*    background-color: #6f6f6f;*/
    /*    background-color: #d4dfe4;*/
    background-color: #edf2f5;
    border:none!important;
    padding-top: 10px!important;
}

#borderContainerOuter {
    /*    background-color: #6f6f6f!important;*/
    /*    background-color: #d4dfe4;!important;*/
    background-color: #edf2f5!important;
}

#sidebarBottom {
    /*    background-color: #6f6f6f;*/
    /*    background-color: #d4dfe4;*/
    background-color: #edf2f5;
    border: none!important;
}

.flat .dijitTitlePaneContentOuter {
    border: 1px solid #fff;
    border-top: none;
    border-radius: 0;
}

.cmv .dijitTitlePaneTitleOpen {
    /*    background-color: #333333;*/
    /*    background-color: #4f4f4f;*/
    background-color: #2f4c54;
    color: white!important;
}

@media screen and (min-width: 768px) {
    #navbar {
        padding: 0;
        color: white;
        max-height: 50px;
        padding-top: 0;
    }

    #help-icon {
        padding-top: 8px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-default {
        padding-left: 5px;
    }

    #app-title {
        font-size: 25px;
    }

    #disclaimerLogo {
        margin-top: 5px;
    }

}

@media screen and (max-width: 1140px) {
    /* Did not display correctly on ipad res */
    #app-subtitle {
        display: none;
    }
}

@media screen and (max-width: 908px) {
    /* Did not display correctly on ipad res */
    #app-subtitle {
        display: none;
    }

    #dsd-logo-div {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    /* Did not display correctly on ipad res */
    #dsd-logo-div {
        display: none;
    }
}

#dsd-logo-div {
    padding:10px 0 0 0;
}

.navbar-text {
    /*    color: white;*/
    color: #2f4c54;
}

#app-subtitle {
    font-variant: all-petite-caps;
    opacity: 0.75;
    margin-top: 1em;
    letter-spacing: 3px;
}

#dsd-logo {
    max-height: 50px;
}

#dsd-logo:hover {
    /*
        -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
         filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
        -webkit-transition : -webkit-filter 500ms linear;
        transition : filter 0.3s;
        -webkit-transition: -webkit-filter 0.3s;
    */
    cursor: pointer;
}

#bookmarks_widget_esri {
    font-family: "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.esriBookmarkLabel {
    font-size: 10pt;
}

.esriBookmarkItem.esriAddBookmark {
    padding-top: 5px;
    text-align: center;
}

.flat .dijitTitlePaneContentInner {
    font-weight: 600;
}

.cmv .sidebarleftCollapseButton, .cmv .sidebarbottomCollapseButton {
    border-radius: 0;
    background-color: #edf2f5;
    border: none;
}

.cmv .sidebarleftCollapseButton {
    display: none!important;
}

@media screen and (max-width: 767px) {
    .cmv .sidebarleftCollapseButton {
        display: block!important;
        border-right: 1px solid rgba(166, 166, 166, 0.5);
        border-top: 1px solid rgba(166, 166, 166, 0.5);
        border-bottom: 1px solid rgba(166, 166, 166, 0.5);
    }
}

.cmv .sidebarbottomCollapseButton {
    width: 100%;
    box-shadow: 0 -5px 5px -5px #a6a6a6;
}

.cmv .sidebarCollapseButtonVert {
    left: 334px;
    border-bottom: 1px solid #d0d0d0;
}


.sidebarbottomCollapseButton >.close, .sidebarbottomCollapseButton >.open {
    text-shadow: none;
    width: calc(100vw - 334px);
    max-width: calc(100vw - 25px);
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.close:focus, .close:hover, .open:focus, .open:hover {
    color: #92a3a9;
    text-shadow: none;
    opacity: 1;
}

.sidebarbottomCollapseButton > .dijitIcon.button.close {
    float:unset!important;
}

@media screen and (max-width: 768px) {

    .cmv .sidebarCollapseButtonVert {
        left: 40px;
    }

    .close, .open {
        width: 100%;
    }

}

.esriPopup .contentPane {
    /*    padding: 0;*/
    padding: 0 10px;
}

.esriPopup .titleButton {
    font-size: 14px;
    color: #2f4c54;
    opacity: 0.7;
    top: 5px;
    padding-top: 1px;
}

.esriPopup .titleButton.restore {
    margin-right: 10px;
}

.esriPopup .titleButton.restore::before {
    content: "\f2d2";
    font-family: 'FontAwesome';
}

.esriPopup .titleButton.prev::before {
    content: "\f100";
    font-family: 'FontAwesome';
}

.esriPopup .titleButton.next::before {
    content: "\f101";
    font-family: 'FontAwesome';
}

.esriPopup .titleButton.maximize::before {
    content: "\f2d0";
    font-family: 'FontAwesome';
}

.esriPopup .titleButton.close::before {
    content: "\f057";
    font-family: 'FontAwesome';
}

.actionList > a::before {
    content: "\f002";
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.cmv .sidebar-tabs {
    background-color: #6f6f6f;
    color: white;
}

.esriPopup .titleButton.close {
    right: 10px;
    top: 5px;
}

.esriPopup .titleButton.maximize {
    right: 30px;
}

.flat .dijitTitlePane .dijitClosed .dijitArrowNode:before {
    display: none;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-nav {
    float: right;
}

.esriPopupWrapper .title {
    padding: 5px;
}

#customPopup .nav-pills>li.active>a, #customPopup .nav-pills>li.active>a:focus, #customPopup .nav-pills>li.active>a:hover {
    background-color: #dee2e3;
    color: black;
    font-weight: 600;
}

#customPopup {
    padding-right: 0;
}

.custom-popup-title {
    font-weight: 600;
}

.col-sm-5 {
    padding-right: 0;
}

.table {
    table-layout: fixed;
    word-wrap: initial;
}

#summaryTab {
    /*    border-top: 3px double #aaa;*/
    /*    border-bottom: 2px solid #aaa;*/
    color:black;
    font-weight: 600;
    /*    padding-top: 4px;*/
    font-size:12px;
}

.identify-no-results {
    font-weight: 600;
}

#custom-popup-nav {
    padding: 10px 0 30px 0;
    border-left: 1.5px solid rgba(150, 150, 150, 0.2);
}

#navTitle {
    text-align: center;
    font-size: 14px;
    color: #aaa;
}

#zoning-codes-link {
    color: #969fa4;
    padding-left: 10px;
}

@media screen and (max-width: 768px) {

    .esriPopup.esriPopupVisible {
        left: unset!important;
        top: unset!important;
        bottom: 0;
        right: 0;
        /*max-height: 40vh;*/
    }

    .cmv .esriPopup .esriPopupWrapper {
        position:unset!important;
        width: calc(100vw - 40px);
    }

    .cmv .esriPopup .sizer {
        width: calc(100vw - 40px);
    }

}

.cmv .sidebar-tabs {
    background-color: #edf2f5!important;
    color: #2f4c54!important;
}

.cmv .sidebar-pane-title {
    background-color: #2f4c54!important;
    color: white!important;
}

.cmv .sidebar-tabs > li.active {
    background-color: #2f4c54!important;
    color: #fff!important;
}

/*
#tabs-content {
    padding: 0px 10px 30px 0px;
}
*/

#summary-icon::before {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
    padding-right: 3px;
}

#summary-span {
    float: right;
    padding-top: 0;
    margin-right: 40px;
    font-weight: bold;
    color: #2f4c54;
}

#mdlHelp .tab-pane span.fa {
    opacity: 0.7;
}

#summary-table thead {
    background-color: #2f4c54;
    color: white;
    border: none;
    font-size: 13px;
}

#summary-table>tbody>tr {
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
}

#summary-table>tbody>tr:hover {
    background-color: #bdc7cb;
}

#summary-span {
    padding: 0 1px 0 5px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
}

#summary-span:hover {
    background-color: #bdc7cb;
    opacity: 1;
}

#summary-table>tbody>tr:hover a {
    color: black;
}

#summary-nav-list-icon {
    padding-left: 5px;
}

#summary-table>thead>tr>th {
    border: none;
}

.layer-table thead {
    background-color: #c5cccf;
    font-size: 13px;
}

.esriPopup .pointer, .esriPopup .outerPointer {
    display: none!important;
}

#growler_widget {
    z-index: 10000;
    width: auto;
}

#mapCenter > div.scalebar_bottom-left.esriScalebar {
    margin-bottom: 38px;
}

.cmv-ui-bottom-left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

#mapInfo_widget {
    /*    width: 30%;*/
}

#mapInfo_widget > span:nth-child(1) {
    margin-right: 20px;
}

#mapInfo_widget > span:nth-child(2) {
    margin-right: 10px;
}

.custom-popup-title-container h5 {
    margin: 0 0 3px 0;
}

.custom-popup-title-container p {
    margin-bottom: 3px;
    font-style: italic;
    font-size: 9pt;
    opacity: 0.7;
}

#contact-us-nav {
    margin-top: 5px;
    font-weight: normal;
    color: white;
}


/*Updated June 2018 to match Esri 4.x JS API Search Widget Look/Feel from Calcite Template*/
.esri-widget {
    box-sizing: border-box;
    font-family: "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.esri-search {
    width: 240px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.calcite-maps .esri-search, .calcite-maps .esri-search .esri-search__input {
    line-height: 1.5;
    font-weight: 400;
}

.calcite-navbar-search.calcite-search-expander .esri-search {
    -webkit-transition: width .5s ease-out;
    -moz-transition: width .5s ease-out;
    -o-transition: width .5s ease-out;
    -ms-transition: width .5s ease-out;
    transition: width .5s ease-out;
    width: 32px;
}

.calcite-navbar-search.calcite-search-expander .esri-search {
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
}

.calcite-search-expander .esri-widget-button {
    /*    color: #f8f8f8;*/
    color:white;
}

.calcite-search-expander .esri-widget.esri-search {
    background-color: transparent!important;
    border: 1px solid rgba(255,255,255,0);
}

.esri-search .esri-search__container {
    position: relative;
    align-items: stretch;
    flex: 1 0 100%;
}

.calcite-navbar-search.calcite-search-expander .esri-search, .calcite-navbar-search.calcite-search-expander .esri-search {
    width: 240px;
}

@media screen and (max-width: 908px) {
    .calcite-navbar-search.calcite-search-expander .esri-search:focus, .calcite-navbar-search.calcite-search-expander .esri-search:hover {
        width: 150px;
    }
    .calcite-navbar-search.calcite-search-expander .esri-search, .calcite-navbar-search.calcite-search-expander .esri-search {
        width: 150px;
    }
    .esri-search {
        width: 150px;
    }
}

.calcite-search-expander .esri-widget.esri-search{
    border:1px solid rgba(255,255,255,.7)
}

.esri-search__input-container input::placeholder {
    visibility: visible;
}

@media screen and (max-width: 768px) {
    .cosageocoder {
        position: unset;
        margin-top: 9px;
    }
}

@media screen and (min-width: 768px) {
    .calcite-navbar-search {
        margin-top: 0;
    }
}

.calcite-navbar-search {
    display:inline-block;
    margin-right: 30px;
}

#input-form-box {
    background-color: transparent!important;
}

.calcite-search-expander .esri-widget.esri-search:hover{
    border:1px solid rgba(255,255,255,.7)
}

/*no hover*/
.calcite-search-expander .esri-widget.esri-search{
    border:1px solid rgba(255,255,255,.7)
}

#searchClear:hover, #searchButton:hover {
    background-color: rgba(255,255,255,.15);
    color: #fff;
    cursor: pointer;
}

#searchClear:hover {
    border-left:1px solid rgba(255,255,255,.7);
    border-right:1px solid rgba(255,255,255,.7);
}

#searchButton:hover {
    border-left:1px solid rgba(255,255,255,.7);
}

.calcite-search-expander .esri-menu li{
    background-color:#fff;
    color:#4c4c4c
}

.calcite-search-expander .esri-menu li:focus, .calcite-search-expander .esri-menu li:hover{
    background-color:#f4f4f4;
    color:#323232
}

.esri-widget .esri-menu, .esri-search__suggestions-menu .esri-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 16px;
    background-clip: padding-box;
    overflow: hidden;
    width: 100%;
    visibility: hidden;
    max-height: 0;
}

.esri-search .esri-search__suggestions-menu, .esri-search .esri-search--sources .esri-search__sources-menu {
    overflow: auto;
    visibility: visible;
    max-height: 300px;
    animation: esri-fade-in 250ms ease-out;
}

.esri-search .esri-search__warning-menu {
    z-index: 1;
    font-size: 14px;
    opacity: 0;
}

.esri-search .esri-search--warning .esri-search__warning-menu {
    transition: opacity 125ms ease-in-out;
    visibility: visible;
    opacity: 1;
    max-height: inherit;
}

.esri-search .esri-search__warning-menu {
    color:black;
    z-index: 1;
    font-size: 14px;
    transition: opacity 125ms ease-in-out;
    visibility: visible;
    opacity: 1;
    max-height: inherit;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 5px 0 0 0;
    line-height: 16px;
    background-clip: padding-box;
    overflow: hidden;
    width: 100%;
}

.esri-search .esri-search__warning-body {
    padding: 0.8em 1em;
}

.esri-search .esri-search__warning-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.esri-search__input-container input::placeholder {
    font-weight:600!important;
}

#input-form-box {
    font-weight: bold;
    color: #2f4c54;
}

.calcite-navbar-search.calcite-search-expander .esri-search:focus, .calcite-navbar-search.calcite-search-expander .esri-search:hover {
    width: 240px;
}

.calcite-navbar-search.calcite-search-expander .esri-search, .calcite-navbar-search.calcite-search-expander .esri-search {
    width: 240px;
}

.calcite-navbar-search.calcite-search-expander .esri-search .esri-search__warning-menu {
    visibility:collapse
}

.calcite-navbar-search.calcite-search-expander .esri-search:focus .esri-search__warning-menu,.calcite-navbar-search.calcite-search-expander .esri-search:focus .esri-search__container .esri-search__warning-menu ,.calcite-navbar-search.calcite-search-expander .esri-search:hover .esri-search__warning-menu,.calcite-navbar-search.calcite-search-expander .esri-search:hover .esri-search__container .esri-search__warning-menu {
    visibility:visible
}

@media screen and (max-width: 950px) {
    .calcite-navbar-search.calcite-search-expander .esri-search:focus, .calcite-navbar-search.calcite-search-expander .esri-search:hover {
        width: 200px;
    }
    .calcite-navbar-search.calcite-search-expander .esri-search, .calcite-navbar-search.calcite-search-expander .esri-search {
        width: 200px;
    }
    .esri-search {
        width: 200px;
    }

}

@media screen and (max-width: 768px) {
    #cosageocoder {
        margin-right:0;
    }
}


.calcite-navbar-search.calcite-search-expander .esri-search .esri-search__container .esri-search__form {
    visibility: visible;
}

/* Style search bar*/
.esri-search{
    width:240px;
    display:flex;
    flex-flow:row nowrap;
    justify-content:center;
    align-items:center;
    overflow:visible
}
.esri-search .esri-widget--button{
    box-shadow:none
}
.esri-search .esri-icon-notice-triangle{
    font-size:16px;
    line-height:16px;
    margin:0 5px 0 0;
    vertical-align:text-bottom
}
.esri-search .esri-widget__loader{
    align-items:center;
    display:flex;
    justify-content:center;
    min-height:32px
}
.esri-search .esri-widget__loader-text{
    margin:0 5px
}
.esri-search__container,.esri-search__input-container,.esri-search__form{
    display:flex;
    flex-flow:row nowrap
}
.esri-search__container{
    position:relative;
    align-items:stretch;
    flex:1 0 100%
}
.esri-search__container .esri-search__input,.esri-search__container .esri-widget--button{
    z-index:0
}
.esri-search__container .esri-search__input:focus,.esri-search__container .esri-widget--button:focus{
    z-index:1
}
.esri-search--searching:before,.esri-search--searching:after{
    content:"";
    position:absolute;
    height:2px;
    top:0
}
.esri-search--searching:before{
    background-color:rgba(50,50,50,0.25);
    width:100%;
    z-index:1
}
.esri-search--searching:after{
    background-color:#6e6e6e;
    width:20%;
    z-index:2;
    animation:looping-progresss-bar-ani 1500ms linear infinite
}
.esri-search__input-container{
    align-items:stretch;
    flex:2 0
}
.esri-search__form{
    padding:0;
    margin:0;
    align-items:stretch;
    flex:1 0
}
.esri-search__input{
    display:block;
    width:100%;
    margin:0;
    border:none
}
.esri-search__input::-ms-clear{
    display:none
}
.esri-search__input::-moz-placeholder{
    color:rgba(50,50,50,0.4);
    opacity:1
}
.esri-search__input:-ms-input-placeholder{
    color:rgba(50,50,50,0.4)
}
.esri-search__input::-webkit-input-placeholder{
    color:rgba(50,50,50,0.4)
}
.esri-search__submit-button,.esri-search__sources-button{
    cursor:pointer;
    align-self:flex-end
}
.esri-search__submit-button{
    border-left:solid 1px rgba(50,50,50,0.25)
}
.esri-search__sources-button{
    border-right:solid 1px rgba(50,50,50,0.25)
}
.esri-search__sources-button--up{
    display:none
}
.esri-search__clear-button{
    align-self:flex-end;
    display:flex
}
.esri-search__source-name{
    clip:rect(0 0 0 0);
    overflow:hidden;
    position:absolute;
    height:1px;
    width:1px
}
.esri-search__suggestions-menu [class^="esri-icon"]{
    vertical-align:middle
}
.esri-search__suggestions-menu .esri-header:first-child,.esri-search__suggestions-menu ul:first-child{
    border:none
}
.esri-search--show-suggestions .esri-search__suggestions-menu,.esri-search--sources .esri-search__sources-menu{
    overflow:auto;
    visibility:visible;
    max-height:300px;
    animation:esri-fade-in 250ms ease-out
}
.esri-search__source--active{
    background-color:#ededed;
    color:#4c4b4b
}
.esri-search--warning .esri-search__warning-menu{
    transition:opacity 125ms ease-in-out;
    visibility:visible;
    opacity:1;
    max-height:inherit
}
.esri-search__sources-button{
    display:flex
}
.esri-search--multiple-sources .esri-search__input{
    border-left:0
}
.esri-search__warning-menu{
    z-index:1;
    font-size:14px;
    opacity:0
}
.esri-search__warning-body{
    padding:0.8em 1em
}
.esri-search__warning-header{
    font-weight:bold;
    margin-bottom:5px
}
.esri-ui-bottom-left .esri-search__sources-button--up,.esri-ui-bottom-right .esri-search__sources-button--up{
    display:flex
}
.esri-ui-bottom-left .esri-search__sources-button--down,.esri-ui-bottom-right .esri-search__sources-button--down{
    display:none
}
html[dir="rtl"] .esri-search__submit-button{
    border-left:none;
    border-right:solid 1px rgba(50,50,50,0.25)
}
html[dir="rtl"] .esri-search__sources-button{
    border-right:none;
    border-left:solid 1px rgba(50,50,50,0.25)
}
html[dir="rtl"] .esri-search__container:after{
    animation:looping-progresss-bar-ani 1500ms linear infinite reverse
}
.esri-search-result-renderer .esri-search-result-renderer__more-results-header{
    font-weight:bold;
    margin-bottom:2px
}
.esri-search-result-renderer .esri-search-result-renderer__more-results-item{
    margin-bottom:10px
}
.esri-search-result-renderer .esri-search-result-renderer__more-results-list{
    display:none
}
.esri-search-result-renderer .esri-search-result-renderer__more-results-list ul{
    list-style:none;
    margin:0 0 10px 0;
    padding:0
}
.esri-search-result-renderer .esri-search-result-renderer__more-results-list li{
    padding:2px 0
}
.esri-search-result-renderer .esri-search-result-renderer__more-results--show-more-results .esri-search-result-renderer__more-results-list{
    display:block;
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #ccc
}

#zoning-collapse-menu {
    display: inline;
    padding: 0 0 0 10px;
    margin: 0;
    float: none;
}
#zoning-collapse-menu .navbar-collapse.collapse {
    display: none!important;
}

#zoning-collapse-menu > span.icon-bar {
    background-color: #abb1b4;
    margin-top: 2px;
    width: 12px;
}

#zoning-collapse > ul {
    float: none;
}

.bcad-link {
    text-decoration: underline;
}

.popup-icon::before {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
    padding-right: 5px;
}

.esri-search__sources-button {
    padding: 7px;
}

.arcgisSearch .searchBtn {
    border-radius: 0;
    border: none;
}

.arcgisSearch .searchGroup .searchInput {
    border-bottom: 1px solid #959ea3;
    border-top: none;
    font-family: "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*width: 95%;*/
}

.arcgisSearch .searchToggle, .arcgisSearch .searchSubmit {
    padding: 6px;
}

.arcgisSearch .searchSubmit {
    position: absolute;
    right: 0;
    padding: 6px 0;
}

.arcgisSearch .searchMenu {
    position: relative;
    top: auto;
    border: none;
}

.arcgisSearch .searchMenu li.active {
    background-color: #2f4c54;
    font-weight: bold;
}

.arcgisSearch .searchMenu li {
    font-weight: 500;
    font-family: "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.arcgisSearch .searchClear {
    opacity: 0.7;
}

/*Feature tour checkbox*/

#feature-tour-checkbox {
    display: none;
    font-size: 16px;
    padding-top: 20px;
}

.bigcheck {
    cursor: pointer;
    margin-bottom: 0;
}

.bigcheck.btn-info {
    /*background-color: #0393A4;*/
    box-shadow: 0 0 5px #d7d7d7;
    padding: 5px 10px;
}

span.bigcheck-target {
    font-family: FontAwesome; /* use an icon font for the checkbox */
    font-size: 20px;
    vertical-align: middle;
    font-weight: 500;
}
input[type='checkbox'].bigcheck {
    position: relative;
    left: -999em; /* hide the real checkbox */
}

input[type='checkbox'].bigcheck + span.bigcheck-target:after {
    content: "\f096"; /* In fontawesome, is an open square (fa-square-o) */
    cursor: pointer;
}
input[type='checkbox'].bigcheck:checked + span.bigcheck-target:after {
    content: "\f046"; /* fontawesome checked box (fa-check-square-o) */
    /*color: #551900;*/
    cursor: pointer;
}

span.bigcheck {
    display: block;
    padding: 0.5em;;
}

.introjs-arrow.top-right {
    display: none!important;
}

#contact-us-link-nav-div {
    margin: 0;
    padding-right: 20px;
}

.fa.fa-envelope {
    padding-left: 10px;
    cursor: pointer;
}

.modal-dialog {
    overflow-y: visible;
}

.modal-open{
    margin-right:0px !important;
}

.messages > .alert-success {
    padding: 0 10px;
    margin-bottom: 10px;
}

/*hide Open Attribute Table of CoSA Parcels*/
#dijit_MenuItem_17{
    display:none!important
}
/*hide Open Attribute Table of CoSA Parcels*/
/*hide Open Attribute Table of Zoning*/
#dijit_MenuItem_73{
    display:none!important
}
/*hide Open Attribute Table of Zoning*/