/**
Av mapper default styles
 */
.avmapper-container {
	height:100%;
	width:100%;
}

.avmapper-map {
	height:100%;
	width:100%;
}

.avmapper-sv {
	/*position:absolute;*/
	height:40%;
	width:49%;
	z-index:300;
	margin:0;
	padding:0;
	float:left;
}
.avmapper-info {
	/*position:absolute;*/
	height:40%;
	width:50%;
	z-index:300;
	margin:0;
	padding:0;
	padding-top:10px;
	float:right;
}

.ol-legend {
	left:1em;
	bottom:1em;
	width:200px;
}
.ol-legend div{
	background-color:#fff;
	padding:10px;
}

.ol-legend div .legend_tst {
	height:4px;
	width:20px;
	background-color:blue;
	float:right;
	margin-right:10px;
	margin-top:5px;
	padding:0;
}

.ol-legend div .legend_krv {
	height:1px;
	width:20px;
	background-color:red;
	float:right;
	margin-right:10px;
	margin-top:5px;
	padding:0;
}

.ol-legend div .legend_ala {
	height:2px;
	width:20px;
	background-color:green;
	float:right;
	margin-right:10px;
	margin-top:5px;
	padding:0;
}


#info {
	position:absolute;
	bottom:0;
	right:0;
	z-index:100;
	background-color: #fff;
}

footer {
	display:none;
}
#map {
	width:100%;
	height:100%;
	z-index:100;
}
.fullscreen #map {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
}

/*#access {
	position:absolute;
	top:0;
	margin-left:auto;
	z-index:110;
	height:40px;
}*/

#likewrap {
	z-index:110;
	position:fixed;
	bottom:10px;
	width:500px;
	right:10px;
}


#lang {
	display:none;
}

#data-controls {
	position:absolute;
	width:400px;
	background-color:#fff;
	border:1px solid #AAA;
	min-height:100px;
	z-index:500;
	top:50px;
	left:250px;
	padding:5px;
}

.map-legend {
	position:absolute;
	width:175px;
	background-color:#fff;
	border:1px solid #AAA;
	min-height:100px;
	z-index:500;
	user-select:none;
}
#map-legend1 {
	top:50px;
	left:50px;
}
#map-legend2 {
	top:310px;
	left:50px;
}
.map-legend ul {
	list-style:none;
	margin:0;
	padding:0;
}
.map-legend ul li{
	margin:0;
	padding:3px;
	display:block;
	height:22px;
}

.map-legend ul li img{
	float:left;
	height:20px;
}

.map-legend ul li span.t_id{
	display:none;
}

.map-legend div.row{
	padding:5px;
	border:0;
	width:100%;
	clear:both;
}

.map-legend div.box{
	float:left;
	margin:0 15px;
	width:30px;
	height:15px;
	border:1px solid #555;
}

.map-legend ul li div.t_icon{
	height:10px;
	width:20px;
	float:left;
	margin-right:10px;
}
#time-controls {
	left:100px;
	top:80px;
	width:550px;
	position:absolute;
	z-index:200;
	background-color:transparent;
}

#time-slider {
	width:500px;
}

#opt-select {
	left: 60px;
	top: 30px;
	width: 500px;
	position: absolute;
	z-index: 200;
	background-color: transparent;
}

#map hr {
	height:1px;
	border:0;/*1px solid #eee;*/
	background-color:#eee;
	width:100%;
}

#map h3 {
	margin:0;
	cursor:pointer;
}

#monument-ui{
	position:relative;
	top:-25px;
	margin:auto;
	width:800px;
	border:1px solid #ccc;
	display:none;
	z-index:509;
	background-color:#fff;
	padding:20px;
	overflow-y:auto;
	max-height:100%;
}

#close-monuments {
	float:right;
	height:13px;
	width:13px;
	background-image:url(img/close.png);
}

.row-fluid {
width: 100%;
}
.row-fluid>[class*="span"] {
float: left;
margin-left: 2.127659574%;
}

.control-group {
margin-bottom: 9px;
position:relative;
}

.span4 {
width: 28%;
}

.span6 {
width: 45%;
}

.span12 {
    width: 98%;
}
label {
    display: block;
    margin-top: 4px;
    margin-bottom: 5px;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
#monument_data .span12 span {
	width: 682px;
}
#monument_data .span6 span {
	width: 310px;
}
#monument_data span {
    display: inline-block;
    width: 210px;
    /*height: 18px;*/
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.dropDownControl{
    direction: ltr;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    position: relative;
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 13px;
    padding-top: 1px;
    padding-right: 6px;
    padding-bottom: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(113, 123, 135);
    border-right-color: rgb(113, 123, 135);
    border-bottom-color: rgb(113, 123, 135);
    border-left-color: rgb(113, 123, 135);
    border-image: initial;
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
    color: rgb(0, 0, 0);
    padding-left: 6px;
    font-weight: bold;
    background-image: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    background-position: initial initial;
    background-repeat: initial initial;
    z-index: 2;
}

.dropDownArrow{
    -webkit-user-select: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -2px;
    width: 7px;
    height: 4px;
}

.dropDownOptionsDiv{
    background-color: white;
    z-index: 0;
    padding-top: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(113, 123, 135);
    border-bottom-color: rgb(113, 123, 135);
    border-left-color: rgb(113, 123, 135);
    border-image: initial;
    border-top-width: 0px;
    border-top-style: initial;
    border-top-color: initial;
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
    position: relative;
    text-align: left;
    display: none;
}

.dropDownItemDiv{
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 13px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    background-color: rgb(255, 255, 255);
    color: black;
}
.dropDownItemDiv:hover, .checkboxContainer:hover{
    background-color: rgb(235, 235, 235);

}
.dropDownControl:hover{
    background: -webkit-linear-gradient(top,rgb(255,255,255),rgb(230,230,230));
}
.separatorDiv{
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(235, 235, 235);
}
.checkboxContainer{
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 5px;
    direction: ltr;
    text-align: left;
    background-color: rgb(255, 255, 255);
    white-space: nowrap;
    padding-right: 8px;
    color: rgb(0, 0, 0);
}
.checkboxSpan{
    box-sizing: border-box;
    position: relative;
    line-height: 0;
    font-size: 0px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgb(198, 198, 198);
}


.blankDiv{
    position: absolute;
    left: 1px;
    top: -2px;
    width: 13px;
    height: 11px;
    overflow-x: hidden;
    overflow-y: hidden;
    display: none; /*when = block -> this is the "check" symbol*/
}

.blankImg{
    position: absolute;
    left: -52px;
    top: -44px;
    -webkit-user-select: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    margin: 0px;
    -webkit-user-drag: none;
    width: 68px;
    height: 67px;
}

.checkboxLabel{
    vertical-align: middle;
    cursor: pointer;
}

#map div.ol-zoom {
	top:60px;
}

.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;
}
.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: "✖";
}
#popup-content {
    min-width:200px;
    min-height:100px;
}

.legend-panel {
	top: 8rem;
	background: transparent;
}
.legend-panel.ol-control button {
	border-radius: 0
}
.legend-panel .panel {
    padding: 0;
    margin: 0;
    background-color: white;
    display: none;
    height: 100%;
		max-width: 400px;
    overflow-y: auto;
}
.legend-panel.shown {
    bottom: 3em;
}
.legend-panel.shown .panel {
    display: block;
}
.legend-panel.shown > button {
    display: none;
}
.legend-panel button.legend-close {
	position: absolute;
	right: 0
}
.legend-panel .panel ul {
	margin: 0;
	padding: 40px 14px 6px 6px;
	list-style-type: none;
}
.legend-panel .panel ul li {
	margin: 0;
	padding: 0;
}
.legend-panel.touch ::-webkit-scrollbar {
    width: 4px;
}
.legend-panel.touch ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.legend-panel.touch ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
