html{
    font-size: 14px;
}
body{
    margin:0px;    overflow: hidden;
}
.bottom-copyright{
    position: absolute;
    bottom: 0px;
    padding: 4px;
    font-size: 10px;
    left:10px;
}
.leaflet-container.crosshair-cursor-enabled {
    cursor: crosshair;
}
.header-section{
    position: absolute;
    width: 100%;
    height: 70px;
}
.logo-section{
    padding: 9px;
}
.logo{
    vertical-align: middle;
    padding: 8px;
}
.logout-button-icon{
    color: red !important;
    vertical-align: text-bottom;
}
.site-name{

    font-size: 90%;
    vertical-align: middle;
    font-weight: bold;
    width: 370px;
    display: inline-block;
    padding-left: 10px;
}
.site-name > span{
    font-size: 0.9em;
    color:#ffab25;
    display: block;
    font-weight: normal;
}
.header-menu-section{
    padding: 15px 10px 10px;
}

.map-shadow-layer{
    background: url('/img/shadow-map.png');
    width: 601px;
    height: 601px;
    position: absolute;
    top: 0px;
    left:0px;
    z-index: 1000;
    pointer-events: none;
}
.content-section{
    position: absolute;
    top:70px;
    bottom:0px;
    left:0px;
    right:0px;
}
.main-section{
    top:80px;
    bottom:0px;
    left:0px;
    right:0px;
    position: absolute;
}
.right-menu-items-point{
    width: 8px;
    height: 8px;
    background: red;
    position: absolute;
    bottom: 10px;
    border-radius: 50%;
    left: 0px;
}
.layer-section-left{
    min-width: 290px;
    position: relative;
    padding: 15px 15px 15px 10px;
    z-index: 500;
}

.layer-section-left .icon-layers{
    padding-right:10px;
}
.layer-section-content{
    padding-left: 0px;
}
.layer-section-content-base{
    padding: 20px 0px 30px 10px;
}
.layer-section-content-base h5{
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}
.map-section{
    width: 100%;
    position: relative;
}
.map{
    width: 100%;  
    top:0px;
    bottom:40px;
    position: absolute;
}
.map-bottom-section{
    padding-bottom: 5px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    font-size: 13px;
}

.bl-blank{
    display: inline-block;
    width: 30px;height: 30px;
    border:1px solid #ddd;
    vertical-align: middle;
    margin: 1px;
}

.menu-section-right{
    width: 70px;
}
.menu-section-right a{
    color: #111;
    font-weight: bold;
    padding: 13px 5px;
    font-size: 1.5em;
    text-decoration: none;
}
.menu-section-right a:hover{
    color: #666;
}

.menu-section-right-content{
    width:400px;
    padding-top: 20px;
}
.section-right-content{
    padding: 0px 15px;
}
.section-right-content h4 span {
    padding-right: 5px;
}

.available-theme-element:hover{
    background: #e5e5e538;
}
.theme-title-img{
    cursor: pointer;
    border: 1px solid #121212;
    padding: 10px;
    background: #e5e5e538;
    font-weight: bold;
    min-height: 30px;
}

.rdlp-layer-section{height: 100%}
.rdlp-layer-section li label{ cursor: pointer}
.rdlp-layer-section li span{padding:0px 6px;}
.change-layer-container{
    width: 290px;
}
hr.black{    border-top: 1px solid #111; margin-bottom: 10px;}
.list-container-ul{
    font-size: 90%;
    display: flex;
    justify-content: space-around;
    padding-right: 30%;
    margin-top: 15px;
}
.bg-map-selected{
    border:2px solid #ff0000;
}
.list-container-ul li{
    margin-top: 0px;
}
.list-container-ul li img{
    margin:1px;
}
.list-layer-legend{
    font-size: .675rem;
    background: #ccc;
}
.left-section-toggle{
    background: #fff;
    padding: 8px 10px;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    color: #000;
    cursor:pointer;
}
.left-section-hidden{
    width: 5px !important;
    visibility: hidden;
    min-width: 0px;
}

.zoom-button{
    cursor:pointer
}
.zoom-button .uk-icon{}

.scale-info{
    border: 2px solid #ddd;
    border-top: none;
    margin-left: 20px;
    width: 100px;
    display: inline-block;
    text-align: center;
    font-size: 0.83em;
}

.base-layer-section label{ cursor: pointer;}

.measure-icon{
    padding: 5px 8px;
    margin: 0px 3px;
}
.measure-icon:hover  {
    background: #efefef;
}
.measure-icon:active{
    background: #efefef;
}
.measure-icon img{
    width: 15px;       
    vertical-align: baseline;
}

.seek-div-icon{
    background: none !important;
    border: none !important;
}
.leaflet-editing-icon{
    width: 10px !important;
    height:10px !important;
    border-radius: 50%;
    border : 1px solid;
    margin-left: -5px !important;
    margin-top: -5px !important;
}

/* Override */

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #719e62;
    border-color: transparent;
}
.leaflet-tooltip{
    border-radius: 0px !important;
}
.measure-layer-list-container .uk-accordion-title {    
    font-size: 0.9rem;
    padding: 6px;
}
.measure-layer-list-container .uk-open{
    background: #f9f9f9;
    border: 1px solid;
}
#layer-accordion .uk-open{
    border: none !important;
}
.measure-layer-list-container .uk-accordion-content {
    margin: 10px;   
}
.measure-layer-list-container.uk-accordion>:nth-child(n+2) {
    margin-top: 0px !important;
    margin: 3px 0px;
}
.measure-layer-list-container img{
    /* width: 15px;*/      
    margin-right: 4px;
}
.measure-layer-list-container .uk-accordion-content{
    font-size: 14px
}
.leaflet-areaselect-shade {
    position: absolute;
    background: rgba(0,0,0, 0.0);
}
.leaflet-areaselect-handle {
    position: absolute;
    background: #fff;
    border: 1px solid #666;
    -moz-box-shadow: 1px 1px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 1px 1px rgba(0,0,0, 0.2);
    box-shadow: 1px 1px rgba(0,0,0, 0.2);
    width: 14px;
    height: 14px;
    cursor: move;
}

.uk-button-rdlp-green:hover, .uk-button-rdlp-green:focus {
    background-color: #89bd78;
    color: #fff;
}

.uk-button-rdlp-green {
    background-color: #719e62;
    color: #fff;
    border: 1px solid transparent;
}
.historyLinkDisabled{
    color: #ddd;
    cursor: default !important;
}
.historyLinkDisabled:hover{
    color: #ddd;
    cursor: default !important;
}
/**
Range slider
*/

input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;

    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;

    /*required for proper track sizing in FF*/
    width: 300px;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #000;
    margin-top: -4px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #000;
}


input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #000;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

/*MEASURE*/
.measure-elements-menu-container{
    text-align: center; 
    padding: 15px; 
    background: #e5e5e538;
    border-bottom: 1px solid #e5e5e5
}

.accordion-element{
    padding: 5px 0px;
    background: #f8f8f8;
    margin-bottom: 3px;
}
/*SURVEY*/
.survey-email-container{
    padding: 10px; 
    background: #e5e5e538;
    border-bottom: 1px solid #e5e5e5
}
.survey-item-container{
    padding-right: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
@keyframes fade { 
  from { opacity: 0.4; } 
}
.blinking {
  animation: fade 0.5s infinite alternate;
}

/*SEARCH*/
#search-results{
    font-size: 0.9em;
}
#search-results .uk-accordion-title{
    font-size: 0.9em !important;
}
.king-table tr td, .king-table tr th {
    font-size: 12px;
    padding: 5px;
}
.legend-popover-img-container{
    position: absolute; 
    z-index: 900;
    overflow-y: auto;
    overflow-x: hidden;
    top: 90px;
    bottom: 15px;
    right: 5px;
    left: 25px;
    z-index: 900;
}
.legend-popover{
    width:400px; 
    max-height: 500px;
    min-height: 250px;
    position: absolute;
    box-sizing: border-box;
    min-width: 250px;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
}
.wms-icon-small{
    vertical-align: bottom;
    margin-right: 10px;
}
.wms-text-small{
    position: absolute;
    left: 5px;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555;
    font-size: 9px;
    font-weight: bold;
    top: 10px;
}
.wms-text-menu{
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555;
    font-size: 12px;
    position: absolute;
    top: 26px;
    left: 3px;
    height: 10px;
    z-index: 100;

}
#rdlp-box-zoom.leaflet-control-boxzoom-active .ico-search{
    color:#000;
}

#rdlp-box-zoom .ico-plus{
    position: absolute;
    left: 5px;
    top: 1px;
    padding: 2px 1px;

    border-radius: 50%;
}

#rdlp-box-zoom.leaflet-control-boxzoom-active .ico-plus{
    position: absolute;
    left: 5px;
    top: 1px;
    padding: 2px 1px;

    border-radius: 50%;   
}
.context-menu-list{
    border-radius: 0 !important;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5) !important;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) !important;
}
.context-menu-item.context-menu-hover {
    background-color: #739e63;
}
/* SEARCH */
.serch-result-element{
    font-size: 85%;
    padding: 4px 6px;
    background: #f8f8f8;
    cursor: pointer;
    border:1px solid #f8f8f8;
    margin-left: 10px;
}
.serch-result-element:hover{
    background: #ddd;
    border: 1px solid #739e63;

}
.bdl-link{
    border: 1px solid #e5e5e5;
    padding: 4px 26px;
    display: inline-block;
    color: #78abd7;
    font-size: 12px;
    font-weight: bold;
}
.bdl-link img{
    height: 30px;
}
.bdl-link:hover{
    border-color: #b2b2b2;
    text-decoration: none;
}
.search-view-options{
    font-size: 12px;    padding-left: 10px;
}
.search-view-options label{
    padding: 4px 0px;
    display: inline-block;
}
.search-container{
    background: #e5e5e538;
    padding: 10px;
    position: relative;
    top: -20px;
    border-bottom: 1px solid #e5e5e5;
}
.expand-plus,.collapse-minus{
    margin-right: 3px;
    border: 1px solid #999;
    padding: 2px;
    position: relative;
    top: -2px;
    border-radius: 50%;
}
.noexpandcolapse{
    width:6px;
    display: inline-block;
}
#cursor-hint{
    position: absolute;
    font-size: 10px;
    width: 100px;
    float: left;
    z-index: 1002;
    padding: 5px;
    background: #eee;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}


.action{
    padding: 0px !important;
}
.action .ui.header{
    background: #ddd; 
    padding: 0em !important;
    margin: 0px !important;
    margin-top: 0rem !important;

    display: flex;
    align-items: center;
    height: 65px;
}
.action .ui.top.attached.label:first-child + :not(.attached),
.action .ui.top.attached.label + [class*="right floated"] + * {
    margin-top: 0rem !important;
}

.action > div{
    padding: 1em 1em;
}
.action .street{
    margin-bottom:0px !important;
}
.action .city{
    font-weight: normal !important;
    font-size: 1rem;
}
.threat-to-live .threat-to-live-icon{
    /*display:inline-block !important;*/
    display: inline-flex !important;
}
.threat-to-live-icon-empty{
    visibility: hidden;
}
.threat-to-live-icon{
    /*padding: 0.4em 0.55em !important;*/
    padding:2px !important;
    display: none  ;
    height: 65px;  
    background: #ff0000;
    border-top-left-radius: 3px;   
    align-items: center;
}
.threat-to-live-icon .material-icons{
    font-size: 15px !important;
    font-weight: bold !important;
    border: 2px solid #fff;
    border-radius: 50%;
    color:#fff
}
.action.fire .ui.header{
    background: #e51c23;
    color:#fff;
}
.action.fire {
    border: 1px solid #e51c23;
}
.action.local-danger .ui.header{
    background: #03a9f4;
    color:#fff;
}
.action.local-danger{
    border: 1px solid #03a9f4;
}
.action.other{
    border: 1px solid #ddd;
}
.action-show-similar{
    background-color: #bcbdbd;
    color: black;
    padding: 1px 10px;
    font-size: 13px;
    position: absolute;
    top: -7px;
    right: -7px;
    border-radius: 2px;
}

.threat-to-live.fire .threat-to-live-icon,
.threat-to-live.local-danger .threat-to-live-icon{
    background: #ff020b;
    color: #fff;
}
.action.threat-to-live .ui.header {

    padding-left: 0px !important;
}
.action-draw-item-container{
    background: #fafafa;
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 10px 25px !important;
    border-top: 1px solid #ddd;

}