
html, body{
    background: url(../../../assets/images/background.jpg) rgba(255, 0, 150, 0.3) !important;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #333336ba !important;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    font: normal 87.5%/1.4 Arial,sans-serif;
    margin: 0;
}

#mapid { 
    height: 100vh;
    border-left: 5px solid white;
    margin-left: 210px;
 }

#leftContainer{
    display: block;
    width: 210px;
    float: left;
}

 #mapnav {
     width: 100%;
     border-top: 2px solid #666;
     margin: 10px 5px;
 }

 #mapKey{
     display: block;
     position: fixed;
     left: 225px;
     bottom: 10px;
     z-index: 1200;
     transition: opacity 1s linear;
 }

 .leaflet-dragging #mapKey{
     opacity: .4;
     transition: visibility 0s 1s, opacity 1s linear;
 }

 .leaflet-container{
     background: none !important;
 }

 /* Define our Legend styles to match the wiki's for consistency */
 #mapnav ul{
     display:block;
     margin-inline-start:0px;
     margin-inline-end: 0px;
     padding-inline-start: 10px;
     font-size: .875em;
     word-wrap: break-word;
     text-shadow: 1px 1px #292929;
     list-style: square outside;
 }

#mapnav ul li{
    color: #f3f3f3;
    padding: 0;
    margin: .2em 0 0 1em;
    display: list-item;
    text-align: -webkit-match-parent;
    cursor: pointer;
    font-size: 14px;
    color: #f3f3f3;
    font-weight: normal;
}

#mapnav ul li#navHeader{
    font-size: 1.714em;
    font-weight: bold;
    color: #f3f3f3;
    padding: 0;
    margin: 0 0 1em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    clear: left;
    text-shadow: 1px 1px #292929;
    list-style: none;
}

#mapnav ul li li li{
    color: #aab3cc;
}

#mapcontrols{
    display: none !important;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #f3f3f3;
    bottom: 20px;
    left: 20px;
    width: 130px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ccc;
    color: black;
    padding: 7px 18px;
}

#mapcontrols .mc_container{
    display: inline-block;
    margin-left: 5px;
}

#mapcontrols #gridCoords, #mapcontrols #gridSubCoords{
    display: inline-block;
    text-align: center;
}

#sitenav{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #f3f3f3;
    top: 10px;
    width: 200px;
    text-decoration: none;
}

#sitenav #logo{
    position: relative;
    margin: 8px auto;
    max-width: 190px;
    display: block;
}

#sitenav h1{
    font-size: 1.3em;
    font-style: italic;
    margin-bottom: 2px;
}

#sitenav i{
    margin: 0 8px;
}
#sitenav i:last{
    margin-left: 10px;
}

#sitenav a{
    color: white;
    text-decoration: none;
    margin: 0 5px 0 15px;
    font-size: 14px;
}


/* Map Left Menu Styling */

.mapLeftMenu {
    position: absolute;
    z-index: 1000;
    border-radius: 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    list-style-type: none;
    box-shadow: 0 1px 5px rgb(0 0 0 / 65%);
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    top: 82px;
    left: 227px;
    /* pointer-events: none; */
}

.mapLeftMenu.active {
    pointer-events: auto;
}

.mapLeftMenu li {
    border: none;
    /* width: 32px; */
    height: 30px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
    font-size: 20px;
}

.mapLeftMenu li:first-child a{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.mapLeftMenu li:last-child a{
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.mapLeftMenu ul{               /* Sub menus */
    background-color: #fff;
    z-index: 1001;
    position: fixed;
    height: 31px;
    width: 30px;
    list-style: none;
    overflow: hidden;
    padding:0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.mapLeftMenu.active ul:hover{
    overflow: visible;
    width: auto;
}

.mapLeftMenu ul:hover > li{
    width: auto;
}

.mapLeftMenu ul li:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.mapLeftMenu ul > li:not(:first-child){
    border-left: 1px solid #ccc;
}

.mapLeftMenu a, .mapLeftMenu a.visited{
    padding-left: 0px;
    background-color: #fff;
    color: black;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
}

.mapLeftMenu a:hover{
    background-color: #ccc;
}

.mapLeftMenu.active {
    cursor: pointer;
}

.mapLeftMenu.active #courseColorPicker{
    color: rgb(71, 85, 166);
}

.mapLeftMenu a.disabled{
    color: rgb(194, 194, 194);
}

.mapLeftMenu a.erase.disabled{
    color: rgb(230, 230, 230);
}

.mapLeftMenu a.erase.disabled:hover{
    cursor: default;
    background-color: #fff;
}

.mapLeftMenu .selectable{
    color: black;
    cursor: pointer;
}

.mapLeftMenu a.selected{
    color: white;
    background-color: #4848ca;
    cursor: default;
}

.mapLeftMenu a.selected:hover{
    color: white;
    background-color: #6262e9;
}

.mapLeftMenu i{
    margin-top: 5px;
}

#mapid.editMapActive{
    cursor: crosshair;
}

#mapid.editMapActive .extra-marker{
    cursor: crosshair !important;
    pointer-events: none;
}

#plotColorPicker{
    position: absolute;
    /* top: 161px;
    left: 258px; */
    z-index: 1000;
}

.colorPicker{
    display: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

/* Popup styling */
.markerPopupWrapper{
    position: relative;
}

.markerPopupIconWrapper{
    position: relative;
    float: left;
    left: -10px;
    font-size: 38px;
}

.markerPopupWrapper .markerPopupTextWrapper{
    margin-left: 40px;
}

.markerPopupWrapper .popupTitle{
    font-weight: bold;
    font-size: 14px;
}

.markerPopupWrapper a.popupLink{
    text-decoration: none;
}

.permanentTooltip{
    background: #333;
    color: white;
}

.leaflet-control-layers{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#editor_wrapper{
    display: none;
    width: 470px;
    min-height:200px;
    border: 1px solid Black;
    border-radius: 4px;
    text-align: left;
    position: absolute;
    top: calc(50vh - (/* height */700px / 2));
    left: calc(50vw - (/* width */470px / 2)); 
    background-color: white;
    z-index: 1200;
    font-size: 16px;
    padding: 8px;
}

#editor_wrapper #editor_buttons{
    margin: 10px 0;
}

#editor_wrapper span.editor_commands{

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    border-radius: 3px;
    position: relative;
    left: 125px;
    color: white;
    background-color: #4848ca;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 14px;
    margin: 0 8px 0 5px;
}
#editor_wrapper span.editor_commands:hover{
    background-color: #5f5fe2;
}

#editor_wrapper span.editor_commands.disabled{
    color: white;
    background-color: #b1b1b1;
    cursor: default;
}

#editor_wrapper #editor_layer_selector{
    margin: 0 5px;
}

#editor_wrapper #editor_layer_selector label{
    font-weight: 600;
}

/* 
#editor_wrapper span#editor_submit{
} */

/* Label Styles */

.mapLabel{
    width: auto;
    white-space: nowrap;
    /* transform: translate(-50%, -50%); */
    top: 24px;
    left: -23px;
}

.mapLabel.hideTooltipStyling::before {
    position: relative;
    font-size: larger;
    content: "•";
    top: 3px;
    left: -3px;
}

.mapLabel.hideLabelDot::before {
    content: " ";
}

.mapLabel.hideTooltipStyling {
    background: none;
    border: none;
    background-color: none;
    border-color: none;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0px;
    cursor: none;
    direction: 'center';
    fill: false;
}

.mapLabel.hideTooltipStyling.leaflet-popup-tip-container {
    display: none;
} 

.mapLabel.hideTooltipStyling.leaflet-tooltip-top:before,
.mapLabel.hideTooltipStyling.leaflet-tooltip-bottom:before,
.mapLabel.hideTooltipStyling.leaflet-tooltip-left:before,
.mapLabel.hideTooltipStyling.leaflet-tooltip-right:before {
    all: revert;
}

.labelColorBlack{
    color: black;
}
.labelColorWhite{
    color: white;
}
.labelColorDarkGray{
    color: rgb(90, 90, 90);
}
.labelColorRed{
    color: rgb(253, 8, 8);
}
.labelColorBlue{
    color: rgb(65, 68, 250);
}
.labelColorGreen{
    color: rgb(9, 190, 18);
}

.labelBold{
    text-decoration: bold;
}
.labelItalic{
    text-decoration: italic;
}
.labelUnderscore{
    text-decoration: underline;
}
.labelLargeBold{
    font-size: 16px;
    text-decoration: bold;
}
.labelLargeItalic{
    font-size: 16px;
    text-decoration:italic;
}
.labelLargeUnderscore{
    font-size: 16px;
    text-decoration: underline;
}
.labelExtraLargeBold{
    font-size: 24px;
    text-decoration: bold;
}

.labelFontVerdana{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.labelFontIncosolata{
    font-family: 'Inconsolata', serif;
}
.labelFontPoppins{
    font-family: 'Poppins', serif;
}
.labelFontDancingScript{
    font-family: 'Dancing Script', serif;
}
.labelFontSairaCondensed{
    font-family: 'Saira Condensed', serif;
}

.labelShadowBlack{
    text-shadow: 2px 2px #414141;
}
.labelShadowWhite{
    text-shadow: 2px 2px #e9e9e9;
}