 @CHARSET "UTF-8";

.background {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: black;
    width: 100%;
    height: 100%;
}

.round {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 25px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 25px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 25px; 
}

.limitWidth {
    max-width: 210px;
}

.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.selectable {
   -moz-user-select: text;
   -khtml-user-select: text;
   -webkit-user-select: text;
   -ms-user-select: text;
   user-select: text;
}

.usinfowindow {
    width: 225px;
    min-height: 220px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 220px;
}

.usinfowindow h3 {
    padding: 2.5px;
    max-width: 185px;
}

.mobileusinfowindow {
    width: 200px;
    height: 150px;
    border: 1px solid black;
    background-color: white;
    position: absolute;
    display: none;
    padding: 10px;
}

.usinfowindow h1, mobileusinfowindow h1 {
    font-size: 15px;
}

.usinfowindow .titlename, mobileusinfowindow .titlename {
    font-size: 15px;
    padding: 5px;
    font-weight: bold;




}

.usinfowindow img, mobileusinfowindow img {
    width: 100px;
    height: 100px;
    margin: 0px 5px 0px 5px;
    float: left;
    overflow: none;
}

.globalinfowindow {
    width: 100px;
    height: auto;
}

.text {
    cursor: text;
    
}

#BaseLocations {
    cursor: default;
}

#map-wrapper {
    width: 550px;
    height: 500px;
    position: relative;
    overflow: hidden;
    border: 10px solid #bdbdb1;
    font-family:Arial, Arial Bold, Verdana, Helvetica, sans-serif;
} 

.expandingMenu {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: black;
    position: absolute;
    width: auto;
    height: auto;
    max-height: 339px;
    right: 10px;
    top: 43px;
    border: 1px solid white;
}

#map-loading-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #E5E3DF;
    z-index: 99;
}

#map-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: black;
}

#hover_menu {
    position: absolute;
    top: 49px;
    left: 25px;
    margin-left: 0px;
    width: 150px;
    height: 80%;
    border: 1px solid white;
}

.close {

}


#hover_menu_tab {
    position: absolute;
    left: -20px;
    top: -17px;
    width: 25px;
    height: 25px;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 25px;
    border: 1px solid white;
    
    cursor: pointer;
}
#hover_menu_tab:hover {
    color:yellow;
    border: 1px solid yellow;
}

#mobileInfoWindowClose {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 25px;
    height: 25px;
    background-color: white;
    color: black;
    text-align: center;
    line-height: 25px;
    border: 1px solid black;
    cursor: pointer
}

#mobileInfoWindowClose:hover {
    color: blue;
    border: 1px solid blue;
}

#hover_background {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
}

#marker_wrapper {
    width: 95%;
    position: relative;
    left: 5%;
    height: 100%;
    font-size: 1.05em;
}

.HWA {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.hover_marker {
    min-height: 25px;
    margin-bottom: 8px;
    color: white;
}

.hover_marker:hover {
    color: yellow;
    cursor: pointer;
}

.hover_marker_name {
    font-size: 12px;
    
}

.hover_marker_citystate {
    font-size: 10px;
}

#hover_key {
    color: white;
    padding: 5px;
    font-size:12px;
}

.key_title { 
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    text-decoration: underline;
}

.KeyItemWrapper {
    position: relative;
}   
.KeyItemWrapper div {
    display: inline-block;
    position: relative;
}
.KeyItemWrapper div img{
    display: inline-block;
    position: relative;
}
.key_pic {
    position: absolute;
    float: right;
    clear: right;
}

.key_item {
    float: left;
    clear:left;
     white-space:nowrap;
     height: 40px;
     vertical-align: middle;
     line-height: 40px;
}

#hover_space {
    color: white;
}

#key {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: large;
    color: white;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid white;
    padding: 5px;
    background-color: black;
}

#key:hover {
    border: 1px solid yellow;
    color: yellow;
}

.fullScreenButton {
    position: absolute;
    top: 10px;
    left: 25px;
    width: 100px;
    height: 18px;
    border: 1px solid white;
    background-color: black;
    text-align: center;    
    color: white;
}