
#help {
  position: fixed; 
  top:70px; left: 
  calc(100% - 40px);
  cursor: pointer;
}

#hu {
  position: fixed; 
  top:67px; left: 
  calc(100% - 80px);
  cursor: pointer;
}

#ro {
  position: fixed; 
  top:67px; left: 
  calc(100% - 120px);
  cursor: pointer;
}

.ui-accordion .ui-accordion-content {
  background: white;
  color: black;
  margin:0px;
  margin-left:0px;
  padding:0px;   
  padding-top: 0px;
  padding-bottom: 8px; 
       
}

.ui-accordion .ui-accordion-header {
  background: white;
  border-color: white;
  font-size: 15px;
  font-weight: bold;
  color: #424141;
  border-bottom-color: #CECDCC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin:0px;
  padding:4px;
  padding-top:8px;
  padding-bottom:8px;  
  cursor: default;
}

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: auto;
  right: 0.5em;
}

.ui-icon.iconOpen {
    background:url("images/minus.png") no-repeat;
    background-size:20px;
    width:20px;
    height:20px;
}
.ui-icon.iconClosed {
    background:url("images/plus.png") no-repeat;
    background-size:20px;
    width:20px;
    height:20px;
}

.ui-slider .ui-slider-handle {
    height: 5px;
    width: 5px;
    margin-left: -2px;
    margin-top: 3px;	
	background: #9FCC47;
	border-color: #9FCC47; 
	cursor: pointer;
}

.ui-slider {
	height: 3px; 
	background: #424141;

}

.ui-slider-range.ui-widget-header {
    background:#9FCC47;
	border-color: #9FCC47; 	
}

div.rating-cancel,div.rating-cancel a{background:url(star.gif) no-repeat 0 0px} 

.star1 {
	margin-right:5px;
}

.star {
	margin-right:5px;
}


.ui-dialog .ui-dialog-content
{
     position: relative;
     border: 0;
     padding: 0;
     overflow:hidden;
}
.ui-widget-content
{
     padding:0;
     border:none;
}

.overlay
{
     background:rgba(0,0,0,0.3);
     display:none;
     width:100%;
     height:100%;
     position:fixed;
     top:0;
     left:0;
     z-index:100;
}

.loadVideo
{
     width: 30px;
     height: 27px;
}

.noselect {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}

img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Exo',sans-serif;	
        height:100%;
        overflow:hidden;
}

html {
	height:100%;	
}

p {
	margin: 0;
	padding: 0;
	color: #525152;
	font-family: 'Exo',sans-serif;
}

#titlebox {
	height: 60px;
	background: white;
	border-bottom-color: #9FCC47;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#title {

	font-weight: normal;
	font-size: 36px;
}

#dataline {
	width: 100%;
	height: 40px;
	background: #CECDCC;
}

#mapcontent {
	position: absolute;
	width: calc(100% - 310px);
	height: calc(100% - 130px);
	background: white;
}

#datacolumn {
	position: absolute;
	left: calc(100% - 310px);
	width: 350px;
	height: calc(100% - 78px);
	background: white;
}


#datacontent {
	position: absolute;
	left: calc(100% - 350px + 0px);
	width: 305px;
	top: 0px;
	height: calc(100% - 58px);
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #CECDCC;
	
	border-left-color: #9FCC47;
	border-left-width: 3px;
	border-left-style: solid;
	//overflow-y: scroll;	
}


#footerbox {
	position: absolute;
	bottom: 0px; 
	width: 100%;
	height: 30px;
	background: #CECDCC;
}

#footer {
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	font-weight: 200;
	white-space: nowrap;
}

#length-slider-range {
	float: right;
	width: 150px;
	margin-top:-10px;
	margin-right: 5px;
}

#time-slider-range {
	float: right;
	width: 150px;
	margin-top:-10px;
	margin-right: 5px;
}

h3 {
	margin: 0;
	color: white! important;
	background: #017A2A! important;
	font-family: 'Exo',sans-serif;
	line-height: 15px;
}


#length-label-values {
	float: right;
	margin-right:165px;
	margin-top:0px;
	color: #525152;
	font-size: 10px;	
	font-weight: lighter;
}

#time-label-values {
	float: right;
	margin-right:165px;
	margin-top:0px;
	color: #525152;	
	font-size: 10px;	
	font-weight: lighter;
}

.mcell {
	width: 120px;
	padding-left:10px;
	cursor: pointer;
}

#tracklist, #viptracklist {       

        display:block;
	font-family: 'Exo',sans-serif;
	font-size: 13px;
}

#viptracklist {
       height: 55px;
       overflow:hidden;
       background: #E0F2C9; 
}

#tracklist tr:nth-child(even) {
	background: #FFFFFF;	
} 


#tracklist tr:nth-child(odd) {
	background: #F5F9EA;	
} 


#filter-accordion {
        position:relative;

}

#track-accordion {
       height:calc(100% - 460px);
      background:white;

}

#profileimage {
    position: absolute;
    top: calc(100% - 190px);
    height: 200px;
    visibility: hidden;

}

#profile {
   cursor: pointer;
}

#data-accordion {

        height: 230px;
        background:white;

}

.listrow {
	cursor: pointer;
}


.labelsc {
	color: #424142;
	font-size: 13px;
	font-weight: bolder;
	padding-top: 6px;
	padding-left: 6px;
	line-height: 20px;
	letter-spacing:0.5px;
	background: #F5F9EA;
}

.labels {
	color: #424142;
	font-size: 13px;
	font-weight: bolder;
	padding-top: 6px;
	padding-left: 6px;
	line-height: 20px;
	letter-spacing:0.5px;
	background: #FFFFFF;
}
 
.datavalues {
	color: #424142;
	font-size: 11px;
	font-weight: bolder;
	padding-top: 6px;
	padding-left: 6px;
	line-height: 20px;
	letter-spacing:0.5px;	
}


hr {
	position: relative;
	margin-top:15px;
    height: 3px;
	border:0px;
	background: #9FCC47;
	color: #525152;
}

a {
	text-decoration: none;
	cursor: default;
}

.layer-switcher {
	font-size: 12px;
	cursor: pointer;
	top: 298px;
	left: 10px;
	float: left;
}

.layer-switcher button {
	width: 25px;
	height: 25px;
	background: url("images/layers.png") no-repeat !important;	
	background-position: center center !important;

}

.ol-zoom-extent button{

	background: url("images/home.png") no-repeat !important;
		cursor: pointer;
}

.ol-zoom-extent {
	top: 10px;
	left: 10px;
	cursor: pointer;
}

.ol-touch .ol-zoom-extent {
		top: 10px;
}

.ol-touch .ol-zoomslider{
		top: 70px;
}

.ol-zoom {
	left:10px;
	top: 45px;
	width: 25px;
	height: 245px;

}

.ol-zoom .ol-zoom-out {

  margin-top: 200px;
  margin-left:3px;
  margin-right:0px;
  margin-bottom: 0px;
  background: url("images/zoomout.png") no-repeat !important;  
		cursor: pointer;
}


.ol-zoom .ol-zoom-in {

  margin-top: 0px;
  margin-left:3px;
  margin-right:0px;
  background: url("images/zoomin.png") no-repeat !important;  
  		cursor: pointer;
}

.ol-zoomslider {

  background-color: transparent;
  top: 65px;
  left: 10px;
  		cursor: pointer;
}

.ol-zoomslider button {
	background-color: #2676BB;
	margin: 0px;
			cursor: pointer;
}

 .ol-touch .ol-zoom .ol-zoom-out { 

  margin-top: 212px;
}


