#OS_Map {
    padding: 0;
    margin: 0;
    height: 450pt;
    width:auto;
}

.opr_h3,
.os_h3{
    color:#FFF !important;
    margin: 0.5em 0 0.8em 0 !important;
    font-size:1.55em !important;
}

.opr_h3{
 border-bottom: 1px solid #FFF;
}

.opr_p,
.os_p{
    font-weight: 600;
}

.os_table {
    border-collapse: collapse;
}

.os_table_header,
.os_table_body{
    border:1px solid #FFF;
    padding:0.5em
}

.os_table_header{
    font-size:0.8em;
}

.os_table_body{
    font-size:0.8em;
}

 
/* .dot-theme .esri-widget, */
.esri-feature__main-container,
.dot-theme .esri-widget--button,
.dot-theme .esri-menu,
.dot-theme .esri-popup__main-container,
.dot-theme .esri-popup .esri-popup__pointer-direction,
.dot-theme .esri-popup .esri-popup__button,
.dot-theme .esri-button,
.dot-theme .esri-input,
.dot-theme .esri-widget a,
.esri-search-result-renderer__more-results-item {
    background-color: #004466;   
    color: #fff;
}

.esri-legend__service{
    background: #FFF;
    color:#000
}

.dot-theme .esri-widget--button:focus,
.dot-theme .esri-widget--button:hover,
.dot-theme .esri-menu li:focus,
.dot-theme .esri-menu li:hover {
    background-color: #699;
    color: #fff;
}

.dot-theme .esri-button:focus,
.dot-theme .esri-button:hover {
    color: #fff;
}

.dot-theme .esri-search__input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.dot-theme .esri-search__input:-ms-input-placeholder {
    color: #ccc;
}

.dot-theme .esri-search__input::-webkit-input-placeholder {
    color: #ccc;
}

.esri-widget__table {
    color: #323232;
}

.esri-expand__content {
    background-color: #FFF;
}

.esri-expand__content--expanded{
    background-color: #FFF;
}
 
.esri-popup__navigation,
.esri-attribution__sources,
.esri-interactive,
.esri-attribution{
    background-color: #004466;
    color:#FFF;
}

.esri-popup__header-title,
.esri-popup__header-title:hover,
.esri-popup__header-container--button:hover{
    background-color: #004466;
    color:#FFF;
}

.esri-input, 
.esri-search__input{
    margin-bottom: 0em !important;
    border: 1px !important;
}

 
.esri-search__form{
    background-color: #004466;
}
