html,
body {
    margin: 0;
    padding: 0;
    background: black;
    font: 12px/14px monospace;
}
div,label,input,select,option,span,header,footer,section {
    font: 12px/14px monospace;
}
a {text-decoration:none;}
a:hover {text-decoration:underline}

#mls 
{
    position:fixed;
    right:25px;
    bottom: 20px;
    height: 20px;
    width: 20px;
}

#map {
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}
#map img
{
    filter: invert(1);
}
#profile {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: auto;
    height: 200px;
    z-index: 10000;
    padding: 0px;
    background-color: black;
}

.noUi-handle {
    background: #cacaca00;
    cursor: pointer;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #ffffff00;
    width: 18px !important;
    left: -17px;
    height: 20px;
    bottom: -10px;
    right: 0;
}

.noUi-vertical .noUi-handle:before,

.noUi-vertical .noUi-handle:after {
    height: 1px;
    left: 1px;
    background: white;
}

.noUi-base {
    background: #ffffff36;
}

.noUi-target {
    border-radius: 2px;
    border: 1px solid #ffffff;
    background: transparent;
    box-shadow: none;
}

.leaflet-right .leaflet-control {
    margin-top: 0 !important;
}

.noUi-value-vertical {
    padding-left: 10px;
}

.leaflet-control-scale {
    display: none;
}

.slider_control {
    height: 70px;
    margin-top: 15px;
    margin-left: 5px;
}

.slider_container input[type="radio"] {
    margin-top: 10px
}

.slider_container input[type="checkbox"] {
    padding-bottom: 5px
}

.noUi-value {
    color: white;
}

.noUi-connects {
    border-radius: 0px;
}

.leaflet-touch .leaflet-control-layers {
    background: transparent;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 0
}

.leaflet-control-layers-expanded {
    padding: 0;
}

.leaflet-right * {
    font-size: 10px;
}

.leaflet-control * {
    color: white;
}

.leaflet-control-layers-list input[type='range'] {
    width: 36px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px !important;
    top: 3px !important;
    margin-left: 0;
}

.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
    font-size: 10px !important;
}

.leaflet-top.leaflet-left .leaflet-control-layers.leaflet-control {
    position: fixed;
    top: 240px;
    right: 30px;
    background: #ffffff4a;
}

.noUi-marker-vertical.noUi-marker {
    height: 1px;
}

.leaflet-control-layers-overlays .leaflet-control-layers-expanded {
    color: white
}

.leaflet-bottom.leaflet-left {
    left: 15px;
    bottom: 15px;
}

.leaflet-bottom {
    bottom: 20px
}

.leaflet-top {
    top: 20px
}

.leaflet-left {
    left: 20px
}

.leaflet-right {
    right: 20px
}

.leaflet-top.leaflet-left {
    left: 10px;
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px
}

.marker-cluster div {
    color: #368dffaf;
    border: 0;
    width: 30px;
    font-weight: bold;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    border: 0;
    text-align: center;
    border-radius: 15px;
    background: transparent;
}

.marker-cluster span {
    font-size: 11px;
    line-height: 30px;
}

.leaflet-control-layers-separator,
.leaflet-control-attribution {
    display: none !important
}

.marker-cluster-small,
.marker-cluster-small div,
.marker-cluster-medium,
.marker-cluster-medium div,
.marker-cluster-large,
.marker-cluster-large div,
.leaflet-oldie .marker-cluster-small,
.leaflet-oldie .marker-cluster-small div,
.leaflet-oldie .marker-cluster-medium,
.leaflet-oldie .marker-cluster-medium div,
.leaflet-oldie .marker-cluster-large,
.leaflet-oldie .marker-cluster-large div {
    background-color: transparent
}

.leaflet-top.leaflet-left,
.leaflet-top.leaflet-right {
    padding: 0!important;
    margin: 0!important;
}
.leaflet-control-layers-overlays {
    display: none;
}
.leaflet-control-container {
	z-index: 1000000;
	position: relative;
}

.noUi-pips-vertical
{
    padding: 0 2px!important;
}
input[type="radio"]  {
    opacity: 0!important;
}
input[type="radio"] + span {
	position: relative;
	top: -2px;
    opacity: 0!important;
}
.leaflet-right .leaflet-control {
	margin-right: 0px;
}

.noUi-value-vertical {
	padding-left: 20px;
}

/*#bottom.pullup
{
    position: relative!important;
    overflow: initial!important;
    bottom: 0!important;
}*/