.map {
    height: 500px;
    width: 100%;
}

.mapsearch{
    height: 500px;
    width: 100%;
}

.single-panel-map {
    height: 300px;
    width: 300px;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
    
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
    
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
    
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
    
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
    
.ol-popup-closer:after {
    content: "x";
}

.ol-mycontrol {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    /*height: 101px;*/
    top: 5em;
    left: .5em;
    width: 35px;
    margin-top: 10px;
}


.ol-mycontrol .point-container {
    height: 24px;
}

.ol-mycontrol .radius-container {
    position: relative;
    top: -26px;
    left: 34px;
    width: 144px;
    background-color: rgba(255, 255, 255, 0.4);
    height: 28px;
    border-radius: 4px;
}

.ol-mycontrol .radius-container .radius-sub-container {
    background-color: rgba(0,60,136,.5);
    height: 23px;
    top: 3px;
    position: absolute;
    width: 138px;
    left: 3px;
    border-radius: 3px;
}

.ol-mycontrol .point {
    height: 23px;
    width: 29px;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 0 0 2px 2px;
    display: block;
    margin: 1px;
    color: white;
    padding-top: 3px;
    padding-left: 7px;
    text-align: center;
}

.ol-mycontrol input, .ol-mycontrol select {
    width: 30px;
    padding: 0;
    height: 20px;
    top: 1px;
    position: relative;
    margin-left: 3px;
}

.ol-mycontrol select {
    width: 100px;
}

.ol-mycontrol .map-tools {
    height: 23px;
    width: 29px;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 0 0 2px 2px;
    display: block;
    margin: 1px;
    color: white;
    padding-top: 3px;
    padding-left: 5px;
    text-align: center;
}

.ol-mycontrol .all {
    padding-left: 3px;
}


.ol-maptypecontrol {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    height: 27px;
    top: 8px;
    right: 10px;    
}

.ol-maptypecontrol .map-type-select {
    height: 21px;
    color: #FFFFFF;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 0 0 2px 2px;
    display: block;
    margin: 1px;
    /*-moz-appearance:none;*/
}

.ol-layertype-control {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    height: 46px;
    top: 8px;
    right: 10px; 
}

.ol-layertype-control .map-tools {
    height: 23px;
    width: 29px;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 0 0 2px 2px;
    display: block;
    margin: 1px;
    color: white;
    padding-top: 3px;
    padding-left: 5px;
    text-align: center;
}

.loader-container {
    width: 1140px; 
    height: 834px; 
    background-color: rgba(53, 50, 50, 0.58); 
    position: absolute; 
    top: 97px; 
    z-index: 1; 
    display: none;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #42a299;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: relative;
    left: 550px;
    top: 450px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.panel-no-location {
    background: url('/plugins/scrapTools/assets/images/mapping/no-location-map.png') no-repeat;
    height:300px;
    width:300px;
}

.panel-no-location h4 {
    text-align: center;
    padding-top: 140px;
}

.ol-zoom {
    width: 35px;
}

.ol-zoom .ol-zoom-in {
    border-radius: 0 0 2px 2px;
    width: 29px;
}

.ol-zoom .ol-zoom-out {
    border-radius: 0 0 2px 2px;
    width: 29px;
}