﻿body, html {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

@media(max-width: 375px) { /*phone x*/

}

@media(max-width: 700px) { /*ipad x*/
    #sidebar {
        display: none;
        transform: scale(0.85);
        margin-left: -20px;
    }

    #sidebarToggler {
        display: none;
    }

    #sidebarToggler2 {
        display: block !important;
    }

    #btnShowMap {
        display: block !important;
    }

    .progress {
        margin-left: -80px !important;
    }

    .overlaybusy-icon-label {
        margin-left: -130px !important;
    }

    #overlay_container .busy-icon-container {
        top: 15% !important;
    }

    .tab-header.w3-padding {
        width: 20% !important;
    }

    #btnAddStopPoint {
        display: none !important;
    }

    #btnAddStopPoint2 {
        display: block !important;
    }

    .modal-content {
        transform: scale(0.7) !important;
        left: unset !important;
    }

    .myPopup .modal-content {
        left: -170px !important;
        transform: scale(0.5) !important;
    }
}


.body-content {
    padding-top: 70px;
}

.header {
    z-index: 100;
    overflow: visible;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f7f7f7
}

.header-in {
    line-height: 70px;
    padding: 0 50px;
    text-align: left;
    color: #105e78;
    color: rgba(16, 94, 120, 0.9);
    font-size: 1.5em;
}

.footer {
    height: 50px;
    width: 100%;
    background: #105e78;
    background: rgba(16, 94, 120, 0.9);
}

.footer-in {
    line-height: 50px;
    margin: auto 0;
    color: #fff;
}

#map_container {
    min-height: calc(100% - 120px);
    min-height: calc(100vh - 120px);
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

    .container-fluid.out-wrapper {
        margin-bottom: -15px;
        padding-left: 0;
        padding-right: 0;
        min-height: calc(100% - 130px);
        min-height: calc(100vh - 130px);
    }

#toolbar_header {
    height: 40px;
    background: rgb(20,123,177);
    overflow: hidden;
}

.esri-widget-button, .esri-zoom {
    background: rgb(20,123,177);
    color: #ffffff !important;
}

.w3-container, .w3-panel {
    padding: 0 !important;
}

.w3-border-red, .w3-hover-border-red:hover {
    border-color: rgb(20,123,177) !important;
    border-bottom: 2px !important;
}

.tab-header.w3-padding {
    padding: 5px !important;
    background: rgb(20,123,177);
    color: #fff;
    border: 1px solid #fff !important;
    width: 25%;
}

.tab-header {
    border: thin #fff !important;
    text-align: center !important;
    font-size: 0.8em;
}

    .tab-header .icon {
        display: block;
    }

    .tab-header:hover {
        opacity: 0.6;
    }

.tab-item-selected {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.w3-teal {
    background-color: rgb(20,123,177) !important;
}

.tabitem {
    padding-top: 10px 20px !important;
    color: black;
    clear: both;
}

#sidebarToggler, #featuresearch {
    cursor: pointer;
}

label {
    font-weight: normal;
}

#help_note {
    width: 300px;
    height: 50px;
    padding: 10px;
    position: absolute;
    top: 50px;
    left: 20%;
    background: #61c6fa;
    color: #01528f
}

.esri-widget-button, input:focus {
    outline: none;
}

.esri.esri-widget-button {
    color: #fff !important;
}

.esri-widget-button .esri-widget .esri-disabled {
    color: #fff !important;
}

#widgetSearch .esri-widget-button {
    color: #000 !important;
}

.esri-attribution__powered-by {
    margin-right: 15px;
}

#btnResolve {
    margin-top: 20px;
    width: 150px;
}

#routingapp {
    border: 1px solid lightgrey;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5em;
    width: 100%;
    z-index: 1029;
}

#maincontent {
    /*height:96vh;*/
    border: 1px solid lightgrey;
    position: absolute;
    width: 100%;
    padding: 0;
}

#sidebar {
    border: 1px solid rgb(235, 235, 235);
    -webkit-box-shadow: inset -1px 2px 5px 0 rgba(150,150,150,0.6);
    -moz-box-shadow: inset -1px 2px 5px 0 rgba(150,150,150,0.6);
    box-shadow: inset -1px 2px 5px 0 rgba(150,150,150,0.6);
    padding: 0 1px 0 0;
    float: left;
    margin-right: 2px;
    width: 420px;
}

#mapView {
    height: 95vh;
}

.tab-item-header {
    cursor: pointer;
}

.hide {
    display: none;
}

.panel-group .panel-heading {
    border-bottom: 1px;
    display: block !important;
}

#widgetLegend {
    width: 100% !important;
}

.esri-layer-list__list {
    line-height: 1.4em !important;
}

.stop-container {
    border: 1px solid lightgrey;
    border-radius: 3px;
    height: 2px;
    padding: 2px;
    width: 100%;
    opacity: 0.8;
    margin-bottom: 5px;
}

    .stop-container:hover {
        background: rgb(235, 235, 235);
    }

        .stop-container:hover .stop-delete {
            display: block;
        }

.start, .end {
    margin-top: 4px !important;
    color: white !important;
}

.start {
    background: green !important;
}

.end {
    background: black !important;
}

.stop-delete {
    color: #f55a38;
    margin-top: 4px;
    cursor: pointer;
    display: none;
}


.badge {
    width: 22px;
    height: 22px;
    font-size: 14px;
    margin: auto 0;
    margin-left: 2px;
    background: rgb(106, 90, 205);
    padding: 3px 2px;
    margin-top: -3px;
}

#btnAddStop {
    min-width: 110px;
    width: 110px;
}

#btnAddStopPoint {
    min-width: 110px;
    width: 110px;
}

.custom-btn {
    padding: 5px;
    border: 1px solid lightgrey;
    border-radius: 3px;
    cursor: pointer;
    color: gray;
    margin-bottom: 10px;
}

    .custom-btn:hover {
        background: rgb(235, 235, 235);
    }

.add-stop-by-point {
    color: grey;
    float: right;
    margin-top: -20px;
    cursor: pointer;
}

.active {
    background-color: #f56a0f !important;
    color: #fff !important;
}

#my-accordion .panel-heading,
#result_accordion .panel-heading {
    cursor: pointer;
    color: rgb(20,123,177);
    font-size: 1.1em;
}

#search-accordion .panel-heading {
    color: rgb(20,123,177);
    font-size: 1.1em;
}

#my-accordion .panel-heading:hover,
#result_accordion .panel-heading:hover {
    background: lightgrey;
}

#route {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 860px;
}

#btnSolve, #btnSave, #btnReport {
    width: 45%;
    height: 60px;
    margin-left: 10px;
    margin-bottom: 10px;
}


#widgetSearch {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 300px;
    color: black;
}

#my-accordion .panel-default {
    min-width: 290px;
}


.route-input {
    float: left;
    width: 150px;
    height: 47px;
}

.modal-header {
    background: rgb(235, 235, 235);
    color: black;
}

.modal-content .close {
    display: none;
}

.modal-content {
    position: absolute;
    left: 20%;
    top: 20%;
    margin-top: 25%;
    width: 400px;
}

#cssmenuTop {
    z-index: 0;
}

.input-question {
    font-weight: bold;
    font-size: 1.1em;
    color: rgb(20,123,177)
}

.info {
    color: rgb(20,123,177);
    font-weight: bold;
}

.error {
    color: #ff0000 !important;
}

#resultTable {
    margin-left: 10px;
    font-size: 0.8em;
}

    #resultTable tr:hover {
        background: #969696;
        background: rgba(150,150,150,0.6);
    }

    #resultTable tr {
        cursor: pointer;
    }

#resultTabl tr {
    height: 40px;
}

    #resultTabl tr > div {
        margin-left: 10px;
    }

#resultTable td {
    line-height: 40px;
    vertical-align: middle;
}

.route-result-table {
    overflow-y: auto;
    overflow-x: hidden;
}

.show-footer {
    width: 100px;
    height: 40px;
    background: red;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 10px
}

.toggle-footer {
    background-color: #147BB1;
    display: block;
    float: right;
    font: normal normal 25px/40px Arial,Sans-Serif;
    color: #ffffff !important;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-right: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 10px;
    z-index: 1030;
}

.toggle-barrier {
    cursor: pointer;
}

    .toggle-barrier:hover {
        zoom: 120%;
    }

.btn-barrier {
    width: 200px;
    margin: 5px 10px;
    height: 35px;
}

.count-barrier {
    text-align: right;
}

#myQueryModal .modal-content {
    width: unset;
    margin-top: 20%;
}

#myQueryModal .modal-header {
    background: unset;
    color: unset;
}

#table_query .caret {
    float: right;
    margin-top: 8px
}

.query-fragment {
    text-align: center;
}

.attr, .val, .op {
    width: 140px;
    margin-bottom: 10px;
}

#btnAddQueryItem {
    margin-bottom: 10px;
}

.busy-icon {
    background: url(../images/loader.gif) center no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.5;
}

#barriersPanel .panel-body {
    position: relative;
    overflow-x: hidden;
}

hr {
    margin: 0;
}

/*.esri-legend__service-label{
    display:none;
}*/
.esri-legend__service {
    border: none;
}

.legend-checkbox {
    margin: 10px 10px 10px 0;
    width: 20px;
}

#widgetLegend table tr td {
    padding: unset;
    word-break: unset;
    vertical-align: unset;
    font-size: 12px;
    font-weight: unset;
    width: unset;
}

#widgetLegend .icon-hider, #widgetLegend .legend-checkbox {
    color: #565656;
    color: rgba(86, 86, 86, 0.60);
    cursor: pointer;
}

#widgetLegend .legend-label {
    vertical-align: middle;
    font-size: 1.1em;
    color: black
}

.legend_layer {
    padding-left: 55px;
}

.icon-hider-open {
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.legend-layer {
    margin: 10px 10px 0 10px;
}

.simple-legend-icon {
    width: 15px;
    height: 15px;
    border: 1px solid #5e5d5d;
    border-radius: 10px
}

#toggleAllLayersVis tr {
    cursor: pointer;
    color: #01528f
}

    #toggleAllLayersVis tr:hover {
        background: #f1f1f1;
    }

.modal-content-container {
    margin: -13px 10px 10px 0;
}

.tab_content {
    padding: 10px 0;
}

.modal-content-container .active {
    background-color: unset;
}

#btnActivateTS, #btnDeactivateTS {
    width: 150px;
    height: 40px;
}

.modal-content-container li {
    width: 50%;
}

#overlay_container, #overlay_container .overlay-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2000px;
    overflow: hidden;
    z-index: 10000;
}

    #overlay_container .overlay-shadow {
        background: #f2f9fe; /* Old browsers */
        background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f2f9fe 0%,#d6f0fd 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f2f9fe 0%,#d6f0fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */
    }

    #overlay_container .busy-icon-container {
        position: absolute;
        left: 45%;
        top: 20%;
        z-index: 99999;
        width: 200px;
        height: 40px;
    }

    #overlay_container .overlaybusy-icon {
        background: url(../images/paging-loading.gif) center no-repeat;
        width: 150px;
        height: 150px;
        color: white;
    }

    #overlay_container .overlaybusy-icon-label {
        color: #000;
        font-size: 1.5em;
        line-height: 30px;
        text-align: center;
        margin-left: -30px;
    }

.rotated {
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.horizontal-flip {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.esri-icons {
    vertical-align: middle;
    font-size: 2.5em;
    margin-right: 10px;
    color: #555454;
    color: rgba(85, 84, 84, 0.60);
    line-height: 80px;
}

.restriction-container {
    display: table;
    height: 50px;
    margin: 5px 0;
    width: 100%;
    min-width: 312px;
    position: relative;
}

.restriction-item {
    vertical-align: middle;
    margin-right: 5px;
    line-height: 50px;
}

    .restriction-item .btn {
        width: 200px
    }

.res-vis-toggler {
    width: 25px;
    display: inline-block;
    height: 25px;
}

.res-name-button {
    width: 165px;
    display: inline-block;
}

.res-features-count {
    width: 50px;
    display: inline-block;
    float: right;
}

.res-reset-button {
    width: 50px;
    display: inline-block;
}

.res-vis-toggler-container {
    margin-top: 4px;
    cursor: pointer;
}

.esri-icon-checkbox-unchecked.res,
.esri-icon-checkbox-checked.res {
    font-size: 1.5em;
    position: absolute;
}

.res-busy, .res-busy-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.res-busy-shadow {
    background: #b3b3b3;
    opacity: 0.5;
    border-radius: 5px;
}

.res-checkbox {
    font-size: 1.5em;
    color: #888;
}

#dialogTrafficStructuresConfig .modal-content {
    width: unset;
}


.my-checkbox {
    font-size: 1.5em;
    cursor: pointer;
}

.my-checkbox-label {
    font-size: 1.2em;
    margin-left: 2px;
}


#barriersPanel hr {
    margin: 10px 0;
}

.legend-busy-overlay {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
}

.legend-busy-icon {
    position: absolute;
    left: 30%;
    top: 30%;
    width: 50px;
    height: 20px;
    background: url("../images/loading-legend.gif") center no-repeat;
    z-index: 101;
}

.legend-busy-icon-label {
    position: absolute;
    left: 20%;
    top: 32%;
    z-index: 101;
    color: #000;
}

.note {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: red;
    width: 100px;
    height: 100px;
    z-index: 100
}

#grid {
    /*overflow-x: hidden;
    overflow-y: auto;*/
    font-size: 0.9em;
    height: 700px;
}

input#directions {
    margin: 0.5em auto;
    width: 8em;
    display: block;
}

.dgrid {
    border: unset;
}

.dgrid-row {
    padding: 5px;
    margin-bottom: 5px;
    min-height: 50px;
    border-bottom: solid 1px #C0C0C0;
    background: #fff !important;
}

    .dgrid-row:hover {
        background: #efefef;
    }
/*.dgrid-scroller{
    margin-top:0px;
    overflow-y:auto;
}*/
.dgrid-scroller {
    /* overflow-x: auto; */
    overflow-y: auto;
    position: absolute;
    top: 0px;
    margin-top: 25px;
    bottom: 0px;
    width: 100%;
}

.distance {
    float: right;
    color: #969696;
    font-style: italic;
}

.dir-icon {
    float: left;
    width: 25px;
    margin: 3px;
    height: 25px;
}

    .dir-icon img {
        opacity: 0.7;
    }

.detail {
    cursor: pointer;
    overflow: hidden;
}

.direction-selected {
    background: #efefef !important;
}

.attribute-editor {
    height: 16px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 40px;
}

p.attribute-value {
    display: inline-block;
    margin: unset;
}

.attribute-editor.edit {
    background: url(../images/edit.png) center no-repeat;
}

.min-search_result_item {
    cursor: pointer !important;
}

    .min-search_result_item:hover {
        text-decoration: none;
    }

.min-search-result-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9em;
    text-overflow: ellipsis;
    margin-right: 20px;
}

    .min-search-result-label span {
        display: block;
        color: #bbb;
    }

.min-search-result-date {
    display: inline-block;
    text-align: right;
    font-size: 0.7em;
    color: #bbb;
    float: right;
    margin: 10px;
}

.panel-body {
    padding: 10px;
}

.pop-out-pin {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -18px;
    cursor: pointer;
}

#max_search_resultsDialog .modal-content {
    width: 900px;
    left: -20%;
}

#max_search_resultsDialog .modal-body {
    overflow: auto;
    max-height: 600px;
}

#max_search_resultsDialog .close,
#max_searchDialog .close {
    display: block;
}

#max_search_resultsDialog thead {
    color: #373737;
}

.inner-detail-title {
    width: 100%;
    padding: 5px;
    background: #eee;
}

.inner-details {
    padding: 6px;
    margin: 10px;
}

    .inner-details table {
        font-size: 0.8em;
    }

    .inner-details th {
        color: #aaa;
    }

#max_searchDialog .modal-content {
    width: 800px;
    left: -20%;
}

.ui-widget-content {
    border: unset;
}

.progress {
    margin-left: -20px;
    width: 200px;
}

.busy-content .progress {
    margin-left: unset;
    width: unset;
}

.geometries {
    height: 40px;
    border: 0px;
    margin: auto;
    padding: 0;
    margin-left: 20px;
}

.geometry-checkbox {
    font-size: 1.5em;
    color: #686868;
    float: left;
}

.geometry-checkbox-label {
    font-size: 1.1em;
    float: left;
    margin-top: -2px;
    margin-left: 5px;
}

.geometry {
    display: inline-block;
    width: 32%;
    height: 60px;
    margin: 0;
    padding: 0;
}

.busy-content {
    margin: 0 auto;
    text-align: center;
}

#QpermitPanel .table {
    margin-bottom: 0;
}

#result {
    max-height: 860px;
    overflow-y: auto;
}

    #result .panel-default {
        margin-bottom: 0;
    }

#directionPanel .panel-body {
    max-height: unset;
}

#assetsTable .detail {
    color: steelblue;
}

.myPopup .bridge-view, .myPopup .inner-content {
    color: steelblue;
    cursor: pointer;
}

.myPopup .routedata-select, .myPopup .inner-content {
    color: steelblue;
    cursor: pointer;
}

.myPopup .modal-content {
    position: absolute;
    left: -120px;
    top: 40%;
    margin-top: 20%;
    width: unset;
}

.myPopup .modal-body {
    overflow: auto;
    padding: 10px;
    height: 300px;
    width: 700px;
    margin-bottom: 70px;
}

.myPopup .table td {
    max-height: 15px;
}

.myPopup .modal-content .table thead {
    background-color: #676767;
    color: #fff;
}

.myPopup .modal-footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: rgb(221, 221, 221);
    z-index: 1;
}

.modal-backdrop.in {
    filter: alpha(opacity=10);
    opacity: 0.1;
}

.search-label {
    width: 150px;
}

#innerAccordion1 .panel-body {
    overflow: auto;
}

#layers .legend-item {
    margin-bottom: 5px;
}

.legend-item .toggler {
    height: 20px;
    width: 20px;
    float: left;
}

.legend-item .layer-name {
    height: 20px;
    width: 250px;
    float: left;
    line-height: 17px;
}

.legend-item .icon {
    height: 0px;
    padding-left: 45px;
}

.legend-check-box, .toggler {
    font-size: 1.2em;
    cursor: pointer;
}

.legend-all {
    float: left;
    line-height: 15px;
    margin: 0 5px;
}

.legend-container {
    margin: 10px 0;
}

.legenditem-row {
    height: 20px;
}

.inner-icon {
    display: inline-block;
}

.legend-container img {
    margin-bottom: unset;
}

.job-container {
    height: 30px;
}

.job-title {
    line-height: 30px;
    float: left;
    color: lightgray;
}

.job-status {
    width: 18px;
    height: 18px;
    float: right;
    margin: 5px 0 0 0;
}

.job-running {
    background: url(../images/busy.gif) center no-repeat;
}

.job-done {
    background: url(../images/finish.png) center no-repeat;
}

.job-failed {
    background: url(../images/failed.png) center no-repeat;
}

.job-waiting {
    background: url(../images/waiting.png) center no-repeat;
}

.stop {
    width: 100%;
    height: 50px;
    border: 1px solid lightgrey;
    border-radius: 3px;
    padding: 3px;
    margin: 3px 0
}

    .stop:hover {
        background-color: lightgray;
    }

.stop-element {
    float: left;
}

.stop-icon-background, .stop-icon-span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.stop-label {
    font-size: 0.8em;
    width: 70%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.stop-delete2 {
    float: right;
    line-height: 40px;
    cursor: pointer;
    color: orangered;
}

.stop-icon {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
}

.stop-icon-background {
    border-radius: 20px;
    background: black;
    color: white;
}

.stop-icon-span {
    color: white;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 20px;
    text-align: center;
    font-size: 0.8em;
}

.route-stops {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 10px;
    border: 1px solid lightgrey;
}

#innerAccordion1 .panel-heading {
    cursor: pointer;
}

    #innerAccordion1 .panel-heading:hover {
        background: #ddd;
    }

#defaultText {
    color: gray;
    font-style: italic;
}
/*.ui-icon {
    display: none !important;
}*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .busy-content .progress {
        width: 100%;
        margin-left: 2px;
    }

    .myPopup .modal-content {
        width: 705px;
    }
}

.advanceLink {
    float: right;
    margin: 5px;
}

.range-text {
    width: 100% !important;
}
/*.range-side {
    float: left;
    width: 135px;
    font-weight:bold;
}*/
.range-sides {
    width: 250px;
}

.advanceLink a {
    color: steelblue;
    font-weight: normal;
}

.search-manager hr {
    margin-bottom: 20px;
}

.searches-node {
    height: 700px;
    overflow: auto;
    font-size: 0.8em;
}

.swap {
    float: right;
    margin-bottom: -10px;
    color: steelblue;
}

#vehicleInfoTable {
    font-size: 0.8em;
}

    #vehicleInfoTable .value {
        color: #909090
    }

/*.esri-popup__feature-buttons{
    display:none !important;
}*/
.text-query {
    float: right;
    width: 50%;
}

.field-query {
    margin-top: 15px;
    width: 50%;
    display: inline-block
}

.esri-search .esri-icon-down-arrow {
    color: #000000;
}

.esri-search .esri-icon-search {
    color: #000000;
}

#sketch_div {
    position: absolute;
    right: 15px;
    top: 180px;
}

.popup-info {
    color: red;
    font-weight: bold;
}

.print-container .progress {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    width: auto;
}

.esri-expand__content--expanded {
    height: 0;
}

div[title="Zoom to"] {
    display: none !important;
}

.esri-popup__action-text {
    width: 500px;
}

.btn-color {
    background-color: rgb(20,123,177) !important;
    color: #ffffff;
    float: right;
    clear: both;
}

#pFloatingPane .dojoxFloatingPaneTitle {
    font-size: 18px;
}

.navbar-default {
    background-color: #245194;
    border-top: 10px solid #245194;
    border-bottom: 1px solid #245194;
}

.navbar {
    margin-bottom: 0px;
    height: 60px;
}

.navbar-default .navbar-nav > li > a {
    color: floralwhite;
}

.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

    .small-box > .small-box-footer {
        background-color: rgba(0,0,0,.1);
        color: rgba(255,255,255,.8);
        display: block;
        padding: 3px 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        z-index: 10;
    }
    .small-box > .inner {
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .small-box h3, .small-box p {
        z-index: 5;
    }

    .small-box h3 {
        font-size: 2.2rem;
        font-weight: 700;
        margin: 0 0 10px;
        padding: 0;
        white-space: nowrap;
    }

   /* Green*/
/* Green*/
/*  danger =>  red: 'rgb(255, 99, 132)',
	warning=> orange: 'rgb(255, 159, 64)',
	yellow=>      yellow: 'rgb(255, 205, 86)',
	info => green: 'rgb(75, 192, 192)',
	suces => blue: 'rgb(54, 162, 235)',
	purple=> purple: 'rgb(153, 102, 255)',
	grey=> grey: 'rgb(231,233,237)'

*/
.bg-info, .bg-info > a {
    color: rgb(75, 192, 192) !important;
}

.bg-info {
    background-color: rgb(75, 192, 192,0.2) !important;
    border: solid;
    border-width: thin;
    border-color: rgb(75, 192, 192)
}

.bg-success, .bg-success > a {
    color: rgb(54, 162, 235) !important;
}

.bg-success {
    background-color: rgb(54, 162, 235,0.2) !important;
    border: solid;
    border-width: thin;
    border-color: rgb(54, 162, 235)
}


    .bg-success-nb, .bg-success-nb > a {
        color: rgb(54, 162, 235) !important;
    }

.bg-success-nb {
    background-color: rgb(54, 162, 235,0.01) !important;
  /*  border: solid;
    border-width: thin;
    border-color: rgb(54, 162, 235)*/
}

.bg-warning, .bg-warning > a {
    color: rgb(255, 159, 64) !important;
}

.bg-warning {
    background-color: rgb(255, 159, 64,0.2) !important;
    border: solid;
    border-width: thin;
    border-color: rgb(255, 159, 64)
}

.bg-danger, .bg-danger > a {
    color: rgb(255, 99, 132) !important;
}

.bg-danger {
    background-color: rgb(255, 99, 132,0.01) !important;
    border: solid;
    border-width: 0.1px;
    border-color: rgb(216 195 199);
}

.bg-purpal, .bg-purpal > a {
    color: rgb(153, 102, 255) !important;
}
.bg-danger-nb, .bg-danger-nb > a {
    color: rgb(255, 99, 132) !important;
}
.bg-danger-nb {
    background-color: rgb(255, 99, 132,0.01) !important;
    
}

.bg-purpal, .bg-purpal > a {
    color: rgb(153, 102, 255) !important;
}

.bg-purpal {
    background-color: rgb(153, 102, 255,0.2) !important;
    border: solid;
    border-width: thin;
    border-color: rgb(153, 102, 255)
}

.bg-grey, .bg-grey > a {
    color: black !important;
}

.bg-grey {
    background-color: rgb(231,233,237,0.2) !important;
    border: solid;
    border-width: thin;
    border-color: rgb(231,200,200)
}

.bg-yellow, .bg-yellow > a {
    color: rgb(255, 205, 86) !important;
}

.bg-yellow {
    background-color: rgb(255, 205, 86,0.2) !important;
    border: solid;
    border-width: thin;
    border-color: rgb(255, 205, 86)
}

.linkcolorBlue {
    font-size: 0.9em;
    color: #7376A7;
}

.formrow{
    margin-bottom:3px;
}
