@charset "UTF-8";
:root{
	--mainColor:#39f;
	--mainAltColor:#FFFFFF;
	--shadeColor:#FFFFFF;
	--altColor:#ec197a;
	--altAltColor:#FFFFFF;
	--clientLogo:url('../images/default-banner.png');
	--clientColor:rgb(0, 68, 124);
	--disableOpacity:0.75;
	--textColor:#000000
}
body.emtel{height:100vh;height:100svh;width:100vw;margin:0;overflow:hidden;font-family:"Segoe UI", "Helvetica Neue", "Droid Sans", Helvetica, Arial, sans-serif;color:#002752!important;font-size:.8em;line-height:1.2em;}
.choices{position:relative;margin-bottom:24px;font-size:16px;}
.choices:focus{outline:0;}
.choices [hidden]{display:none!important;}
.choices[data-type*=select-one]{cursor:pointer;}
.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0;}
.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5;}
.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1;}
.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4;}
.choices[data-type*=select-one]:after{content:'';height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none;}
.choices__list{margin:0;padding-left:0;list-style:none;}
.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%;}
.choices__list--single .choices__item{width:100%;}
.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility;}
.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position;}
.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px;}
@media (min-width:640px){
.choices__list--dropdown .choices__item--selectable{padding-right:100px;}
.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);}
}
.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2;}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5;}
.choices__item{cursor:default;}
.choices__item--selectable{cursor:pointer;}
.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer;}
.choices__button:focus,.choices__input:focus{outline:0;}
.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px;}
.formio-form{position:relative;min-height:80px;}
.has-feedback .form-control{padding-right:10px;}
.field-required:after{content:" *";color:#eb0000;}
.field-required:after{position:relative;z-index:10;}
.choices__list--dropdown .choices__item--selectable{padding-right:0;}
.choices__list--dropdown{z-index:100;}
.choices__list--single{padding:0;}
.choices__item.choices__item--selectable{white-space:nowrap;overflow:hidden;padding-right:25px;text-overflow:ellipsis;}
.choices__input{padding:2px;}
.formio-component-label-hidden{position:relative;}
.formio-hidden{margin:0;}
.formio-choices.form-group{margin-bottom:0;}
.formio-select-autocomplete-input{opacity:0;position:relative;z-index:-1;display:block;height:0;border:none;}
.help-block{margin:0;}
.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent;}
.table td,.table th{padding:.25rem;vertical-align:top;}
.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6;}
.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}
.form-control::placeholder{color:#6c757d;opacity:1;}
.form-control:disabled{background-color:#e9ecef;opacity:1;}
select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px);}
.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5;}
.form-group{margin-bottom:1rem;}
.form-text{display:block;margin-top:.25rem;}
.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545;}
.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.btn:focus,.btn:hover{text-decoration:none;}
.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}
.btn:disabled{opacity:.65;}
.btn:not(:disabled):not(.disabled){cursor:pointer;}
.btn:not(:disabled):not(.disabled):active{background-image:none;}
.btn-success{color:#fff;background-color:#28a745;border-color:#28a745;}
.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34;}
.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5);}
.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745;}
.btn-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#1e7e34;border-color:#1c7430;}
.btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5);}
.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d;}
.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d;}
.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5);}
.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent;}
.btn-outline-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#6c757d;border-color:#6c757d;}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5);}
.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem;}
.dropdown{position:relative;}
.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;}
.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem;}
.bg-light{background-color:#f8f9fa!important;}
.mb-2{margin-bottom:.5rem!important;}
.mb-3{margin-bottom:1rem!important;}
.text-muted{color:#6c757d!important;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
thead{display:table-header-group;}
img,tr{page-break-inside:avoid;}
h2,h3,p{orphans:3;widows:3;}
h2,h3{page-break-after:avoid;}
.container{min-width:992px!important;}
.table{border-collapse:collapse!important;}
.table td,.table th{background-color:#fff!important;}
}
*,:after,:before{box-sizing:inherit;}
footer,header,section{display:block;}
[hidden]{display:none;}
a{background-color:transparent;-webkit-text-decoration-skip:objects;}
a:active,a:hover{outline-width:0;}
img{border-style:none;}
svg:not(:root){overflow:hidden;}
hr{box-sizing:content-box;height:0;overflow:visible;}
button,input,select,textarea{font:inherit;margin:0;}
button,input{overflow:visible;}
button,select{text-transform:none;}
[type=submit],button,html [type=button]{-webkit-appearance:button;}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}
textarea{overflow:auto;}
[type=checkbox],[type=radio]{padding:0;}
h1{font-size:32px;}
h2{font-size:26px;}
h3{font-size:20px;}
h4{font-size:18px;}
h5 {font-size: 16px;}
h1,h2,h3,h4,h5{font-weight:400;margin:10px 0;}
hr{border:0;border-top:1px solid #eee;margin:20px 0;}
img{margin-bottom:-5px;}
a{color:inherit;}
.em-table{border-collapse:collapse;border-spacing:0;width:100%;display:table;}
.em-bordered tr{border-bottom:1px solid #ddd;}
.em-striped tbody tr:nth-child(2n){background-color:#f1f1f1;}
.em-table td,.em-table th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top;}
.em-table td:first-child,.em-table th:first-child{padding-left:16px;}
.em-display-container{position:relative;}
.em-input{padding:8px;display:block;border:none;border-bottom:1px solid #cdddf5;width:100%;}
.em-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #cdddf5;}
.em-check,.em-radio{width:24px;height:24px;position:relative;top:6px;}
.em-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4);}
.em-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px;}
.em-bar{width:100%;list-style-type:none!important;margin:0!important;overflow:hidden!important;padding:0!important;}
.em-bar .em-bar-item{padding:8px 16px;float:left;width:auto;border:none;outline:0;display:block;}
.em-bar .em-button{white-space:normal;}
.em-block{display:block;width:100%;}
.em-bar:after,.em-bar:before,.em-container:after,.em-container:before,.em-row:after,.em-row:before{content:"";display:table;clear:both;}
.em-col{float:left;width:100%;}
@media (max-width:600px){
.em-modal-content{margin:0 10px;width:auto!important;}
.em-modal{padding-top:30px;}
}
@media (max-width:768px){
.em-modal-content{width:500px;}
.em-modal{padding-top:50px;}
}
@media (min-width:993px){
.em-modal-content{width:900px;}
}
.em-container{padding:0;}
.em-small{font-size:12px!important;}
.em-left-align{text-align:left!important;}
.em-center{text-align:center!important;}
.em-border{border:1px solid #cdddf5!important;}
.em-border-bottom{border-bottom:1px solid #cdddf5!important;}
.em-right{float:right!important;}
.em-blue{color:#fff!important;background-color:#2196f3!important;}
.em-green{color:#fff!important;background-color:#4caf50!important;}
.em-hover-pink:hover{color:#fff!important;background-color:#e91e63!important;}
.em-yellow{color:#000!important;background-color:#ffeb3b!important;}
.em-white{color:#000!important;background-color:#fff!important;}
.em-tool-label,.em-toolbar-label{cursor:pointer;display:block;text-align:center;}
.legendLabel{display:inline-block;font-size:small;margin-left:.5em;}
.em-modal{z-index:3000!important;}
input[type="range"]:focus{outline:0;}
.em-border-bottom{border-bottom:1px solid #eee;}
.em-select{background-color:inherit;}
.leaflet-control-scale{display:inline-block!important;float:none!important;}
input::selection{background:var(--mainColor)!important;color:#fff;}
.em-bar{list-style-type:none!important;margin:0!important;overflow:hidden!important;padding:0!important;}
.em-bar-item{padding:8px!important;}
.hidden{display:none!important;}
input[type=range]:focus{outline:0;}
.em-border-bottom{border-bottom:1px solid #eee;}
.em-check{margin-right:1rem;}
.em-container{display:grid;height:100%;width:100%;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;overflow:auto;}
.em-container>*{min-width:0;}
.em-container-header{grid-row:1;}
.em-container-content{grid-row:2;overflow:auto;}
.em-container-content .mapservices{overflow:hidden;}
.em-container-footer{grid-row:3;}
.em-svg-icon{height:30px;width:30px;}
.em-svg-icon{fill:var(--mainColor);}
.em-svg-icon:hover{fill:var(--altColor);}
.leaflet-control-scale{display:inline-block!important;float:none!important;}
input::selection{background:var(--mainColor)!important;color:#fff;}
.layerLegendItem{padding:0;line-height:initial;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;}
.layerIcon{cursor:none;pointer-events:none;}
.layerIcon>span{display:flex;margin-left:0;}
.layerIcon>span.line:not(.veiled)::before{content:url('../images/line.png')}
.layerIcon>span.point:not(.veiled)::before{content:url('../images/point.png')}
.layerIcon>span.polygon:not(.veiled)::before,.layerIcon>span.unknown::before{content:url('../images/poly.png')}
.layerIcon.zip::before{content:url('../images/zip.png')}
.layerLabel{display:inline-block;margin-left:.5em;}
.layerLegendItems,.layerIcon{background-size:contain;background-repeat:no-repeat;display:inline-block;}
.veiled::after,.veiled::before,.layerIcon .veiled,.layerLegendItems.veiled{display:none!important;}
.closed,.layer.group[expanded="0"]>.layerContent,.layer[expanded="0"]>.layerContent{display:none;}
.layerLabel{display:inline-block;font-size:small;}
.layerExpand,.layerIcon,.layerToggle,.layerToggleReview{display:inline-flex;}
.layer{white-space:nowrap;}
.layerReview{white-space:nowrap;margin-left:1.6em;}
.layer>.layerActions,.reviewActions{display:block;float:right;width:fit-content;white-space:nowrap;}
.layerActions::after,.reviewActions::after{position:relative;font-size:large;color:var(--mainColor);top:0.3REM;margin-left:.5em;font:var(--fa-font-solid);cursor:pointer;}
.layerActions::after,.reviewActions::after{content:'\f0c9';}
.layerActions.style::after{content:'\f03a'!important;}
.layer[basemap="1"]>.layerActions::after{content:''!important;}
.layer.group[visibilitychecked="1"]>.layerToggle::before,.layerReview[visibilitychecked="1"]>.layerToggleReview::before,.layer[visibilitychecked="1"]>.layerToggle::before,.simpleToggle[status="1"]>i::before,.simpleToggle2[data-status="1"]>i::before{font:var(--fa-font-regular);content:'\f14a';font-size:large;color:var(--mainColor);}
.layer.group[visibilitychecked="0"]>.layerToggle::before,.layer[visibilitychecked="0"]>.layerToggle::before,.simpleToggle[status="0"]>i::before,.simpleToggle[data-status="0"]>i::before,.simpleToggle2[data-status="0"]>i::before{font:var(--fa-font-regular);content:'\f0c8'!important;font-size:large;color:var(--mainColor);}
.layer.group[mutuallyexclusive="1"]  >.layerContent > .layer[visibilitychecked="1"]  > .layerToggle::before{font:var(--fa-font-regular);content:'\f058'!important;font-size:large;color:var(--mainColor);}
.layer.group[mutuallyexclusive="1"]  >.layerContent > .layer[visibilitychecked="0"]  > .layerToggle::before{font:var(--fa-font-regular);content:'\f111'!important;font-size:large;color:var(--mainColor);}
.layer.group[expanded="0"] > .layerExpand:not(.veiled)::before,.layer[expanded="0"] > .layerExpand:not(.veiled)::before{font:var(--fa-font-solid);content:'\f0da';font-size:large;color:var(--mainColor);}
.layer.group[expanded="1"]>.layerExpand:not(.veiled)::before,.layer[expanded="1"]>.layerExpand:not(.veiled)::before{font:var(--fa-font-solid);content:'\f0d7';font-size:large;color:var(--mainColor);}
.layer.group[visibilitychecked="0"],.layer[visibilitychecked="0"]{opacity:var(--disableOpacity);font-variant-numeric:ordinal;font-style:italic;}
.layer.group[expanded="1"]>.layerContent,.layer[expanded="1"]>.layerContent{display:block;}
.layer.group[expanded="0"]>.layerContent,.layer[expanded="0"]>.layerContent{display:none;}
.layer:not(.group)[inscalerange="0"]>.layerActions::after,.layer:not(.group)[inscalerange="0"]>.layerLabel,.layer:not(.group)[inscalerange="0"]>.layerToggle::before{opacity:var(--disableOpacity);}
.layer:not(.group)[inscalerange="0"]>.layerLabel{font-style:italic;font-variant-numeric:ordinal;}
.simpleToggle>i,.simpleToggle2>i{margin-right:1em;}
.qlayer.simpleToggle{cursor:pointer;}
.em-list,.slist{list-style:none;padding:0;margin:0;}
.slist li{margin:10px;}
*{box-sizing:border-box;}
header{background:#fff;height:50px;}
.map{flex:3;background:#fff;z-index:1;}
footer{background:#fff;height:30px;}
.map{border:1px solid #d9d9d9;}
.em-client{background-color:var(--clientColor);}
.em-client-logo>img{content:var(--clientLogo);height:50px;}
.em-toolbar-wrapper{background:#fff;}
.em-button:hover{color:var(--altColor);}
.em-toolbar-tab{border:none;display:block;float:left;outline:0;padding:8px 16px;width:auto;}
.em-toolbar-tab.active{border-bottom:none;border-bottom-color:var(--mainColor);border-bottom-style:solid;border-bottom-width:2px;}
.em-toolstrip{background-color:rgba(255,255,255,.7);}
.em-wrapper{display:grid;grid-template-rows:fit-content(70px) fit-content(70px) 35px 1fr 25px;grid-template-columns:0px 0px 1fr;grid-gap:0px;width:100vw;height:100vh;background-color:#fff;}
.em-client,.em-toolbar{grid-column:1/4;}
.em-client{grid-row:1;display:inline-flex;}
.em-toolbar{grid-row:2;background-color:rgba(255,255,255,.7);}
.em-fullContainer{grid-column:1/4;grid-row:3/5;z-index:2;pointer-events:none;}
.em-mapContainer{grid-column:3/4;grid-row:3/5;border:1px solid #b5bcc7;}
.em-mapFooter{grid-row:5;grid-column:1/4;border:1px solid #b5bcc7;}
.em-client-wrapper{display:grid;grid-template-columns:fit-content(200px) 1fr;grid-template-rows:fit-content(70px);grid-gap:0px;width:100%;}
.em-client-logo{grid-row:1;grid-column:1;}
.em-client-header{grid-row:1;grid-column:2;color:#fff;font-size:x-large;cursor:none;pointer-events:none;margin-top:1rem;text-align:center;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;align-items: center; }.em-client-search{grid-row:1;grid-column:3;justify-self:end;}
.em-toolbar-wrapper{display:grid;grid-template-columns:1fr fit-content(200px);grid-template-rows:fit-content(200px);grid-gap:0px;width:100%;}
.em-print{display:grid;grid-template-columns:8EM 1fr;grid-gap:0px;width:100%;}
.em-print>.label{padding-top:5px;}
.em-print>.hint{grid-column:1/-1;font-size:xx-small;padding:.5em;}
.em-toolbar-content{grid-row:1;grid-column:1;}
.em-toolbar-options{grid-row:1;grid-column:2;}
.em-search-wrapper{display:flex;float:right!important;}
.ui-corner-all,.ui-corner-br{border-radius:0;}
.ui-dialog .ui-dialog-buttonpane{background:rgba(0,0,0,0)!important;}
.ui-dialog .ui-dialog-content{padding:.5em!important;}
.ui-dialog .ui-dialog-titlebar{background:var(--mainColor);}
.ui-dialog .ui-resizable-se{bottom:0!important;height:16px!important;right:0!important;width:16px!important;}
.ui-dialog-title{color:#fff!important;width:auto!important;}
.ui-resizable-se{background-color:rgba(233,233,233,0);}
.ui-widget-header{background:rgba(233,233,233,0);border:0;border-bottom:1px solid #ddd;}
.em-btn,.em-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;display:inline-block;outline:0;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;text-align:center;cursor:pointer;white-space:nowrap;}
.em-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);}
.em-dialog{overflow:hidden!important;}
.disabled{opacity:var(--disableOpacity);cursor:not-allowed!important;}
.disabled>svg{opacity:var(--disableOpacity);}
.disabled:active{pointer-events:none;}
.em-colour-picker{width:3em;height:1.5em;margin-bottom:1.5em;position:absolute;}
.em-svg-icon.active{fill:var(--altColor);}
header.em-container{color:#fff;background-color:var(--mainColor);}
.em-winHandler{position:relative;cursor:pointer;top:50%;}
.em-dia-tools{color:#fff;float:right;font-size:1.5em;}
.em-dia-close::before,.em-dia-dock::before,.em-dia-max::before,.em-dia-min::before,.em-dia-restore::before,.em-dia-undock::before{font-size:large;color:#fff;margin-left:.25EM;}
.em-dia-close::before,.em-dia-max::before,.em-dia-min::before,.em-dia-restore::before,.em-layer-selection::before,.em-layer-show-selection::before{font:var(--fa-font-regular);font-size:larger;vertical-align:middle;cursor:pointer;margin-left:.5rem;}
.em-dia-dock::before,.em-dia-undock::before{font:var(--fa-font-regular);}
.em-layer-show-selection::before{content:'\f15c';}
.em-layer-selection::before{content:'\f2ed';}
.em-dia-close::before{content:'\f410';}
.em-dia-min::before{content:'\f2d1';}
.em-dia-max::before{content:'\f2d0';}
.em-dia-restore::before{content:'\f2d2';}
.em-dia-dock::before{content:'\f247';}
.em-dia-undock::before{content:'\f248';}
.mapitem{display:flex;margin-top:1rem;cursor:alias;}
.mapitem .mapinfo{margin-left:.5rem;}
.clear_input{color:var(--mainColor)!important;font-size:x-large!important;}
.em-datatable{table-layout:auto;width:max-content;text-align:left;border-collapse:separate;border-spacing:0;}
.em-datatable th{border-top:1px solid #bbb;border-bottom:1px solid #bbb;border-right:1px solid #bbb;position:sticky;top:0;background-color:#eee;z-index:1;}
.em-datatable .ui-resizable-e{cursor:col-resize!important;}
.em-datatable .ui-resizable-e:hover{background-color:var(--mainColor);width:.25REM;}
.em-datatable td{border-bottom:1px solid #eee;border-right:1px solid #eee;}
.em-datatable td:first-child,.em-datatable th:first-child{border-left:1px solid #eee;}
.em-datatable td,.em-datatable th,.em-datatable thead span{padding:0!important;overflow:hidden;vertical-align:top;text-overflow:ellipsis;}
.em-datatable tbody tr td div,.em-datatable thead tr th span{display:block;max-height:80px;overflow:hidden;text-overflow:ellipsis;margin-right:.5rem;white-space:nowrap;}
.em-datatable tbody tr td div{display:inline-block;position:relative;margin-right:-1000px;overflow:hidden;text-overflow:ellipsis;}
.em-dia-docked{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;display:inline-block;outline:0;padding:2px 2px;vertical-align:middle;overflow:hidden;text-decoration:none;text-align:center;cursor:pointer;white-space:nowrap;background-color:grey;color:#fff;margin-right:.25em}
.em-dia-docked.active{background-color:var(--mainColor)}
.em-dia-docked:hover{color:var(--altColor)!important}
.em-dockHeader,.em-dockMain{grid-column:1/3}
.em-dockFooter{grid-column:1/4}
.em-dockHandle{grid-column:2;grid-row:3/5;width:1em;display:none}
.em-dockHandle:hover{background-color:var(--mainColor);cursor:ew-resize}
.em-dockHeader{grid-row:3;background-color:var(--mainColor);color:#fff}
.em-dockHeader .em-close::after{font:var(--fa-font-regular);content:'\f410';position:relative;font-size:large;color:var(--mainColor);float:right;cursor:context-menu;margin-right:.25em}
.em-dockMain{grid-row:4}
.em-dockFooter{grid-row:5}
.ui-dialog.em-minimised{height:42px!important}
.ui-dialog.em-maximised{top:0!important;left:0!important;width:100%!important;height:100%!important}
.ui-dialog .em-dia-restore{display:none}
.ui-dialog.em-minimised .ui-dialog-content{display:none!important}
/* .ui-dialog.em-minimised .ui-dialog-buttons{display:none!important} */
.ui-dialog.em-minimised .ui-widget-content{display:none!important}
.ui-dialog.em-maximised .em-dia-restore,.ui-dialog.em-minimised .em-dia-restore{display:inline!important}
.ui-dialog.em-maximised .em-dia-max,.ui-dialog.em-minimised .em-dia-min{display:none!important}
:root{--dockHeight:100%}
.em-dockHeader{grid-row:3;grid-column:1/3;background-color:var(--altColor);color:#fff}
.em-dockHandle:hover{background-color:var(--altColor);cursor:ew-resize;opacity:.5}
.em-dockHeader .em-title{top:.4em;left:.4em;position:relative}
.em-dockHeader .em-close::after{font:var(--fa-font-regular);content:'\f410';position:relative;font-size:large;color:var(--mainColor);float:right;cursor:context-menu;margin-right:.25em}
input[type="range" i]{accent-color:var(--mainColor);}
.em-tool[group=draw],.em-tool[group=tools]{display:none;}
.leaflet-top .leaflet-control{margin-top:0.25REM;}
.leaflet-bottom .leaflet-control{margin-bottom:0.25REM;}
.leaflet-left .leaflet-control{margin-left:0.25REM;}
.leaflet-right .leaflet-control{margin-right:0.25REM;}
.loaderBar{overflow:hidden;position:relative;top:-5px;left:0;right:0;height:4px;z-index:1;}
.loaderBar:after{content:"";height:5px;top:0px;left:0;width:100%;margin-left:0;background:var(--mainColor);position:absolute;animation:loader 2s;-webkit-animation:loader 2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;transition-timing-function:linear;-webkit-transition-timing-function:linear;}
.datalinkgroup .em-button,.em-button.dataheader{padding:8px 8px;margin-top:0.25rem;background-color:var(--mainColor)!important;color:var(--mainAltColor)!important;}
.datalinkgroup .em-button::before,.em-button.dataheader::before{font:var(--fa-font-solid);font-size:large;margin-right:0.5rem;}
.datalinkgroup .em-button::before,.em-button.dataheader.open::before{content:'\f0d7';}
.datalinkgroup .em-button.closed::before{content:'\f0da';}
.em-button.printtemplate::before{font:var(--fa-font-solid);font-size:large;margin-right:0.5rem;content:'\f02f';}
.em-striped tbody tr:nth-child(2n){background-color:#f1f1f1;}
.em-table.single th{width:30%;max-width:30%;}
.datalinkgroup .em-container{overflow:visible;}
.layerExpand,.layerIcon,.layerToggle,.layerToggleReview{width:0.75rem;}
.layerExpand,.layerToggle,.layerToggleReview,.layerLegendItems,.layerLegendItem{margin-left:0.5rem;}
.layerIcon{margin-left:0.75rem;}
.layerContent{margin-left:1.5rem;}
.maplegend .layerIcon.zip,.maplegend .layerActions,.maplegend .layer.hiddenInMapLegend{display:none;}
.maplegend .layerIcon,.maplegend .layerLegendItems{width:var(--width)!important;height:var(--height)!important;}
.maplegend .layerContent,.maplegend .layerLegendItem{margin-left:1.5rem!important;display:block!important;overflow:hidden;white-space:nowrap;}
.maplegend .layerLabel{font-size:medium!important;font-style:normal!important;color:#002752!important;opacity:1!important;line-height:1.5rem;font-weight:600;}
.maplegend .legendLabel{font-size:0.8rem!important;font-style:normal!important;color:#002752!important;opacity:1!important;vertical-align:top;margin-top:0.25rem;}
.maplegend .layer.group > .layerLabel{font-weight:600;}
.maplegend .layer{opacity:1!important;border-top:1px solid #EEEEEE;}
.maplegend .layer[basemap="1"]{display:none;}
.maplegend .layer.group[mutuallyexclusive="1"] > .layerContent > .layer[visibilitychecked="0"]{display:none;}
.maplegend .layerLegendItems.point,.maplegend .layerLegendItems.line,.maplegend .layerLegendItems.polygon{display:none;}
.ui-button{background-color:var(--mainColor)!important;color:white!important;}
.ui-button-icon{color:white!important;}
.ui-widget-header{font-weight:400!important;}
ul.simpleSelector li::before{font:var(--fa-font-regular);font-size:large;color:var(--mainColor);content:"\f111";}
ul.simpleSelector li.checked::before{content:"\f058"!important;}
::selection{color:var(--altColor);background:inherit;}
.clear_input_div{position:relative;}
.card,.list-group{-webkit-box-orient:vertical;-webkit-box-direction:normal}
.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}
.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}
.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}
.card-title{margin-bottom:.75rem}
.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}
.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}
.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}
.highlight{background-color:#ff0!important;color:red}
.em-anno-item.active, .em-tool.active, .em-tool.active .em-svg-icon {color: var(--altColor);fill: var(--altColor);background-color: #f0f8ff;}
.styleSelector div::before, ul.simpleSelector li::before{
	font: var(--fa-font-regular);
	font-size:large;
	color:var(--mainColor);
	content:"\f111";
}
.styleSelector div.checked::before,ul.simpleSelector li.checked::before  {
	content: "\f058"!important;
}


@-webkit-keyframes loader{0%{transform:translateX(-100%);}100%{transform:translateX(100%);}}