/* Map Zoom style */ #value_map_zoom{ position: relative; left: 410px; top: -65px; font-size: 1.2em; } #p_map_zoom{ width: 250px; } #map_zoom{ position: relative; top: -30px; left: 155px; } #map_zoom[type=range] { height: 27px; -webkit-appearance: none; margin: 10px 0; width: 100%; } #map_zoom[type=range]:focus { outline: none; } #map_zoom[type=range]::-webkit-slider-runnable-track { width: 100%; height: 7px; cursor: pointer; animate: 0.2s; box-shadow: 0px 0px 0px #000000; background: #2497E3; border-radius: 0px; border: 0px solid #000000; } #map_zoom[type=range]::-webkit-slider-thumb { box-shadow: 0px 0px 0px #000000; border: 1px solid #2497E3; height: 20px; width: 20px; border-radius: 14px; background: #A1D0FF; cursor: pointer; -webkit-appearance: none; margin-top: -7px; } #map_zoom[type=range]:focus::-webkit-slider-runnable-track { background: #2497E3; } #map_zoom[type=range]::-moz-range-track { width: 100%; height: 7px; cursor: pointer; animate: 0.2s; box-shadow: 0px 0px 0px #000000; background: #2497E3; border-radius: 0px; border: 0px solid #000000; } #map_zoom[type=range]::-moz-range-thumb { box-shadow: 0px 0px 0px #000000; border: 1px solid #2497E3; height: 20px; width: 20px; border-radius: 14px; background: #A1D0FF; cursor: pointer; } #map_zoom[type=range]::-ms-track { width: 100%; height: 7px; cursor: pointer; animate: 0.2s; background: transparent; border-color: transparent; color: transparent; } #map_zoom[type=range]::-ms-fill-lower { background: #2497E3; border: 0px solid #000000; border-radius: 0px; box-shadow: 0px 0px 0px #000000; } #map_zoom[type=range]::-ms-fill-upper { background: #2497E3; border: 0px solid #000000; border-radius: 0px; box-shadow: 0px 0px 0px #000000; } #map_zoom[type=range]::-ms-thumb { margin-top: 1px; box-shadow: 0px 0px 0px #000000; border: 1px solid #2497E3; height: 20px; width: 20px; border-radius: 14px; background: #A1D0FF; cursor: pointer; } #map_zoom[type=range]:focus::-ms-fill-lower { background: #2497E3; } #map_zoom[type=range]:focus::-ms-fill-upper { background: #2497E3; } /* end of map zoom style */ #wrap_form > p > label, #wrap_form > p > select{ display: inline-block; width: 150px; } #map_address, #map_key, #map_custom_pin_url{ width: 500px; } #clear_custom_url{ visibility: hidden; } #p_map_pin_img{ position: relative; top: 18px; } #p_map_width{ margin-top: -63px !important; } #p_map_pin{ margin-top: -23px; } #p_map_custom_pin{ margin-top: -13px; } #clear_custom_url{ position: relative; top: 11px; } #clear_custom_url:hover{ cursor: pointer; } #map_key{ width: 500px; }