﻿#pac-input
{
    background-color: #fff;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    text-overflow: ellipsis;
    width: 100% !important;
}

#google-search-control
{
    top: 0.5em;
    left: 4.5em;
    margin-left: 10px;
    width:500px;
}

.gis-base-layers-panel {
    display: block;
    position: relative;
}

/*.base-layers-control {
    position: absolute;
    bottom: 45px;
    right: 1.5em;
    z-index: 3;
    background-color: transparent;
    font-size: 12px;
}

.base-layers-control > button {
        outline:none!important;
        font-size: 1em;
        color: whitesmoke;
        background-color: rgb(0, 118, 191);
        margin: 0px;
        padding: 0px;
        height: 34px;
        opacity: 0.9;
        -webkit-box-shadow: 0px 0px 12px rgba(4, 4, 4, 0.3);
        -moz-box-shadow: 0px 0px 12px rgba(4, 4, 4, 0.3);
        box-shadow: 0px 0px 12px rgba(4, 4, 4, 0.3);
    }

.base-layers-control > button:first-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }
.base-layers-control > button:last-child {
 border-top-left-radius: 5px;
 border-bottom-left-radius: 5px;
} */


#marker {
        width: 20px;
        height: 20px;
        border: 1px solid #fb3803;
        border-radius: 10px;
        background-color: #fffa20;
        opacity: 0.5;
      }
.ol-zoom button
{
    background-color: #0076bf;
    color: #ffffff;
}
.fire-monitor-control
{
       top: 0.5em;
    right: 24em;
}

.tooltip {
        position: relative;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        color: white;
        padding: 4px 8px;
        opacity: 0.7;
        white-space: nowrap;
      }
      .tooltip-measure {
        opacity: 1;
        font-weight: bold;
      }
      .tooltip-static {
        background-color: #ffcc33;
        color: black;
        border: 1px solid white;
      }
      .tooltip-measure:before,
      .tooltip-static:before {
        border-top: 6px solid rgba(0, 0, 0, 0.5);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        content: "";
        position: absolute;
        bottom: -6px;
        margin-left: -7px;
        left: 50%;
      }
        .tooltip-static:before {
            border-top-color: #ffcc33;
        }

.gis-measure-info-popup {
    position: absolute;
    background-color: #768787;
    -webkit-filter: drop-shadow(0 1px 3px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 5px;
    /* border-radius: 10px; */
    border: 3px solid #fff;
    
}
.gis-ol-measure-info-closer, .gis-ol-measure-info-closer :hover
{
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 5px;
    color: white;
}
.gis-ol-measure-info-closer:after {
    content: "✖";
    color: #000;
}

.gis-measure-info {
    color: white;
    margin-right:15px;
}
.markholiday .ui-state-default {
    background: linear-gradient(to bottom left, #fff 0%, #fff 50%, #50afdc 50%, #50afdc 100%);
}
.ui-datepicker-calendar .ui-state-default:hover {
    background:#50afdc ;
}
.popover-content {
    min-width: 180px;
}

/* #mapTools {
    position: absolute;
    top: 11.5em;
    right: 1.72em;
    z-index: 3;
    background-color: rgb(0, 118, 191);
    color: white;
    font-size: 13.8px;
    height: 28px;
    border-radius: 2px;
    cursor:pointer;
} 
#editorToolsContainer {
    background-color: rgb(0, 118, 191);
    position: absolute;
    top: 13.5em;
    right: 3.5em;
    z-index: 3;
    height: 28px;
    margin-right:5px;
}
    #editorToolsContainer button {
        background-color: rgb(0, 118, 191);
    }
    #mapToolsContainer {
    background-color: rgb(0, 118, 191);
    position: absolute;
    top: 11.35em;
    right: 3.5em;
    z-index: 3;
    height: 28px;
    margin-right:5px;
} 
#mapToolsContainer .map-tool,#editorToolsContainer .editor-tool{
    border-right:1px solid white;
    color:white;
    height:100%;
}

#mapTools:hover,#mapToolsContainer .map-tool:hover,#editorToolsContainer .editor-tool:hover {
    background-color:blueviolet;
} */

.full-extent-control {
    top: 5.5em;
    right: 1.7em;

}
#btn-full-extent {
    position: absolute;
    padding: 0px;
    background-color: #0076bf;
    color: white;

}