@charset 'utf-8';

.delbutton {
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.5
}


[leaflet-browser-print-pages] {
    display: none;
}

.pages-print-container [leaflet-browser-print-pages] {
    display: block;
}

.leaflet-control-browser-print {
    position:absolute;
    left:0px;
    top: 70px
}

@media screen and (orientation:landscape) {
html.ipad.ios7 > body {
    position: fixed;
    bottom: 0;
    width:100%;
    height: 672px !important;
}
}

* { box-sizing: border-box; }

body {
    font: 16px Arial;
}
.autocomplete {
/*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}
input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}
input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
}
input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
}

#frost {
    background-color: white; 
    opacity:0.5;
    z-index: 401;
    width:500px; 
    height: 500px; 
    position:absolute;
    top:0; 
    left:0
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
padding: 10px;
cursor: pointer;
background-color: #fff;
border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
/*when hovering an item:*/
background-color: #e9e9e9;
}
.autocomplete-active {
/*when navigating through the items using the arrow keys:*/
background-color: DodgerBlue !important;
color: #ffffff;
}

#layercontrol {
    position:absolute;
    top: 10px;
    left: 50px;
    z-index: 1000;
}

#locateMeBtnx {
    top: 10px;
    margin-left:10px;
    z-index: 1000;
    float:left;
}

.input-group input.input-ol {
border-radius: 50px;
}

button.rounded {
border-radius: 10px 50px 50px 10px;
}

#locInputDIV {
position:absolute;
top: 45px;
left: 50px;
vertical-align:middle;
line-height: 1;
z-index: 1000;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, .33);
box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, .33);
}

#clearSearchIMG {
position:absolute;
top: 5px;
left: 240px;
vertical-align:middle;
line-height: 1;
z-index: 1001;
cursor:pointer;
}

#mapDIV {

border:1px solid rgb(82, 111, 139);
background-color: white;
cursor:pointer;
}

/* .leaflet-container.crosshair-cursor-enabled {
    cursor:crosshair;
} */

.addrList { 
position: relative;
width: 260px;
height: 0px;
font-size: 12px;
font-weight: normal;
left: 0;
top: 3;
border: 1px solid #bbb;
line-height: 1.6;
background-color: #F5F2EB;
opacity: 1.0;
z-index: 100;
filter: alpha(opacity=92);
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, .5);
box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, .5);
text-align: left;
margin-top:5px;
}

.result {
cursor:pointer;
}

.resultBlue {
cursor:pointer;
color:blue;
font-weight:bold;
}

.happyTable {
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, .5);
box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, .5);
}

.addrClass {
position: absolute;
padding-top: 50px;
background-color: rgba(255, 255, 255, 0) !important;
border-color: white;
border: none !important;
color: rgb(173,61,61);
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: none !important;
font-family: Roboto,Arial;
font-size: 14px;
font-weight: bold;
text-align: center;
text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;  text-align: center;
}

.leaflet-container.help-cursor-enabled {
cursor:crosshair;
}

.right-menu {
display: none;
z-index: 1000;
position: absolute;
overflow: hidden;
border: 1px solid #CCC;
white-space: nowrap;
font-family: sans-serif;
color: #333;
background: white;
border-radius: 5px;
-moz-box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.4);
box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.4);
}

.right-menu li {
    cursor: pointer;
}

.right-menu li:hover {
    background-color: #DEF;
}

.contextLine {
    font-size: 13px;
    font-family: "Rubik",verdana;
}

.contextLineDisabled {
    font-size: 13px;
    font-family: "Rubik",verdana;
    color: grey;
    pointer-events:none;
}

.drillTitle {
    background-color:white;
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 13px; 
    padding-top: 8px;
    padding-bottom: 12px;
    border-style: none;
    text-align: center;
    cursor:default;
  }
  
  .drillBox {
    font-family: verdana,helvetica,arial,sans-serif; 
    font-size: 11px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    border-width: 1px; 
    border-style: solid; 
    border-color: green; 
    text-align: center; 
    cursor:default
  }

  .drillContainer {
    height: 200px;
    overflow-y: scroll;
    border-width: 2px; 
    border-style: solid;
  }

  #LDCControls {
    text-align:right;
    position:absolute;
    top: 0px;
    right: 0px;
    height:300px;
    width:200px;
    vertical-align:middle;
    line-height: 1;
    z-index: 1000;
}

#AVLButtons {
    text-align:right;
    position:absolute;
    top: 10px;
    right: 10px;
    height:30px;
    width:380px;
    vertical-align:middle;
    line-height: 1;
    z-index: 1000;
}

#AVLSearch {
    font-size:14px;
    text-align:right;
    vertical-align: middle;
    position:absolute;
    top: 15px;
    right: 385px;
    height:0px;
    width:0px;
    vertical-align:middle;
    line-height: 1;
    z-index: 1000;
}

#AVLTimeWindow {
    text-align:right;
    vertical-align: middle;
    position:absolute;
    top: 50px;
    right: 10px;
    height:0px;
    width:0px;
    vertical-align:middle;
    line-height: 1;
    z-index: 1000;
    border-color: black;
}

#AVLActionPane {
    text-align:right;
    vertical-align: middle;
    position:absolute;
    top: 90px;
    right: 10px;
    height:0px;
    width:0px;
    vertical-align:middle;
    line-height: 1;
    z-index: 1000;
    border-radius: 5px;
}

#AVLLegendPane {
    text-align:center;
    vertical-align: middle;
    line-height: 1;
    z-index: 1000;
    border-radius: 5px;
}

#frostDIV {
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    z-index: 401;
}

.vCen {
    vertical-align:middle;
    border-radius: 3px;
}


.Label16 {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 16px;
}

.Label14 {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 14px;
}

.Label12 {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
}

.Label11 {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
}

.Label10 {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
}

.Label9 {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 9px;
}

.Label8 {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 8px;
}

.leaflet-container.crosshair-cursor-enabled {
    cursor: crosshair;
}