@CHARSET "ISO-8859-1";


.tileButtonContainer {
	background-repeat: no-repeat;
    border-radius: 2px;
    height: 50px;
    margin: 0 7px 7px 0;
    position: relative;
    width: 50px;
    background: white;
    background-size: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    cursor:pointer;
}

.left-center>.tileButtonContainer {
    margin: 0 0 7px 7px;
}

.tileButtonContainer:hover, .tileButtonContainer.hover {
    box-shadow:0 0 5px rgba(0,0,0,0.4);
}

.tileButtonContainer>.tileButton {

	width: 32px;
    height: 32px;
    margin-top: 9px;

	background-size: 100% auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	display:inline-block;
}


.TileButtonsFullscreen {
	background-image: url(../images/maximizeScreen.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	left: 9px;
	top: 9px;
	position: absolute;
}

.TileButtonsFullscreen.maximized {
	background-image: url(../images/minimizeScreen.png);
}

.TileButtonsSearch {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	position: absolute;
}

.GeoliveSearchArea {
	background-color: #E7E7FF;
	border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5x;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 3px black, 0 0 3px white inset;
	-webkit-box-shadow: 0 0 3px black, 0 0 3px white inset;
	-moz-box-shadow: 0 0 3px black, 0 0 3px white inset;
	left: 60px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 3px;
	vertical-align: middle;
}

.tileOptionContainer{
	height: 50px;
    position: absolute;
    top: 0;
    width: 40px;
    display:none;

}

.tileOptionContainer{
	right: 40px;
}
.tileOptionContainer.sub-1{
	right: 80px;
}
.tileOptionContainer.sub-2{
	right: 120px;
}
.tileOptionContainer.sub-3{
	right: 160px;
}
.tileOptionContainer.sub-4{
	right: 200px;
}


.ltr .tileOptionContainer {
    right: unset;
    left: 40px;
}

.ltr .tileOptionContainer>.tileButton {
    right: unset;
    left: 15px;
}

.ltr .tileOptionContainer.sub-1 {
    left: 80px;
}
.ltr .tileOptionContainer.sub-2 {
    left: 120px;
}
.ltr .tileOptionContainer.sub-3 {
    left: 160px;
}
.ltr .tileOptionContainer.sub-4 {
    left: 200px;
}




.GeoliveProfileOptionsContainer.left,  .GeoliveHomeOptionsContainer.left{
	left: 40px;
}

.GeoliveProfileOptionsContainer.up,  .GeoliveHomeOptionsContainer.up{
	left: 5px;
    bottom: 40px;
}
.GeoliveProfileOptionsContainer.down,  .GeoliveHomeOptionsContainer.down{
	left: 5px;
    top: 40px;
}




.tileOptionContainer>.tileButton {
	
	padding: 5px;
    position: absolute;
    right: 15px;
    top: 9px;
    background-size: 100% auto;
    background-position: center;
    width: 22px;
    height: 22px;
    background-color: white;
    border-radius: 1px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}


.GeoliveProfileOptionsContainer.left .GeoliveProfileOptions, .GeoliveHomeOptionsContainer.left .GeoliveHomeOptions{
	left: 15px;
	width:22px;
}
.GeoliveProfileOptionsContainer.up .GeoliveProfileOptions, .GeoliveHomeOptionsContainer.up .GeoliveHomeOptions{
	left: 3px;
   bottom: 15px;
   width: 22px;
}
.GeoliveProfileOptionsContainer.down .GeoliveProfileOptions, .GeoliveHomeOptionsContainer.down .GeoliveHomeOptions{
   left: 3px;
   top: 15px;
   width: 22px;
}

.GeoliveHomeOptions img{
	cursor:pointer;
}

div.tileButtonContainer:hover .tileOptionContainer, div.tileButtonContainer:hover .tileOptionContainer>.tileButton{
	display: inline-block;
}

.GeoliveHomeOptionsContainer.searching, .searching .GeoliveHomeOptions, .GeoliveHomeOptionsContainer.found, .found .GeoliveHomeOptions, .GeoliveHomeOptionsContainer.notfound, .notfound .GeoliveHomeOptions{
	display: inline-block;
	cursor: auto;
}

.GeoliveProfileOptionsContainer{
	height: 50px;
    position: absolute;
    right: 40px;
    top: 0;
    width: 40px;
    display:none;

}
.GeoliveProfileOptions{
	border: 1px solid black;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 3px black, 0 0 3px white inset;
    display: none;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 10px;
}




.GeoliveDragButton {
	cursor: pointer;
    float: right;
    opacity: 0.6;
    padding: 0;
    position: relative;
}

.GeoliveDragButton img{
	background: -moz-linear-gradient(center top , #666666, #333333) #666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
	background: -o-linear-gradient(top , #666666, #333333);
   	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    bottom: -10px;
    box-shadow: 0 0 4px black;
    height: auto;
    padding: 15px 1px 16px;
    position: absolute;
    right: -2px;
    width: 16px;
}

.GeoliveCoordsButton {
	cursor: pointer;
    float: right;
    opacity: 0.6;
    padding: 0;
    position: relative;
}

.GeoliveCoordsButton img {
	border-left: 1px solid black;
    position: absolute;
    right: 3px;
    top: 6px;
    top: 6.5px;
	
}

.GeoliveSearchClose {
	background: -moz-linear-gradient(center top, red, #AA0000) red;
	background: -webkit-gradient(linear, left top, left bottom, from(red), to(#AA0000));
	background: -o-linear-gradient(top , red, #AA0000);
	border: 1px solid black;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	font-size: 17px;
	padding: 0;
	float: right;
	cursor: pointer;
	opacity: 0.6;
}

.GeoliveSearchClose:hover,.GeoliveSearchButton:hover, .GeoliveCoordsButton:hover, .GeoliveDragButton:hover{
	opacity: 1.0;
}

.TileButtonsLogin {
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	position: absolute;
}

.TileButtonsLogout {
	background-image: url(../images/logout.png);
	background-repeat: no-repeat;
	position: absolute;
}

.TileButtonsHome {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	left: 9px;
	top: 9px;
	position: absolute;
}

.TileButtonsDraw {
	background-image: url(../images/colorLine-32.png);
	background-repeat: no-repeat;
	position: absolute;
}

.TileButtonsProfile {
	background-image: url(../images/stock_people.png);
	background-repeat: no-repeat;
	position: absolute;
}

.TileButtonsFunctionsSection {
	max-width: 62px;
	text-align:right;
}

.Marker_ActiveLayer>div {
	background-color: #FFFFEE;
	border: 5px solid #8FA7BF;
	border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	bottom: -9px;
	box-shadow: 0 0 9px #8FA7BF inset;
	-webkit-box-shadow: 0 0 9px #8FA7BF inset;
	-moz-box-shadow: 0 0 9px #8FA7BF inset;
	height: 20px;
	left: 0;
	line-height: 20px;
	padding: 5px;
	position: absolute;
}

.WSelectParent{
	float: right;
}
.WSelect{
	border: 1px solid #8FA7BF;
    border-radius: 3px 3px 3px 3px;
    height: 26px;
    line-height: 26px;
    margin-right: 60px;
    padding: 2px;
    color: #002F59;
}
.WSelect option{}

.WSelectLabel{
	color: #002F59;
    font-weight: normal;
    margin-right: 5px;
}


.UserDetailsAvatar{
	background-color: white;
    border: 1px solid #8FA7BF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #777777;
    float: left;
    height: 64px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 10px;
    width: auto;
}





.GeoliveSearchResultsContainer{
	visibility: hidden;
}
.GeoliveSearchResultsContainer:hover{
	visibility: visible;
}
.GeoliveSearchArea .option-list{
	background-color: white;
    border: 1px solid black;
    border-radius: 5px 5px 5px 5px;
    bottom: 45px;
    box-shadow: 0 0 8px #8FA7BF inset;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;

}
.GeoliveSearchArea .option-item{
    border-top: 1px solid #CCCCCC;
    line-height: 30px;
    list-style: none outside none;
    padding: 0 10px;
    white-space: nowrap;
    cursor: pointer;

}
.GeoliveSearchArea .option-item:hover{
	background: -moz-linear-gradient(top, white, #E2E2E2);
    box-shadow: 0 0 8px #8fa7bf;

}

.TileButtonsImageContainer .dragging{
	background-image: url("../images/dragMark.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0 10px 20px;

}

.TileButtonsImageContainer.dragging .draggableIndicator{
	visibility: hidden;
	
	
}
.tileButtonContainer .draggableIndicator {
	position:absolute;
	z-index: 0;
	top:0;
	left:0;
	opacity:0.5;
}
.tileButtonContainer:hover .draggableIndicator {
    -webkit-transform: rotate(-15deg);
    opacity:1;
    
}
.tileButtonContainer .draggable{
	position:relative;
	cursor: -webkit-grab;
	z-index: 1;
	
	vertical-align: middle;
	text-align:center;
}

.tileOptionContainer>.tileButton>img{

	height: 22px;
    width: auto;
}

@media screen and (max-width: 767px), screen and (max-height: 600px) {
	.tileButtonContainer {
		width:32px;
		height:32px;
	}
	.tileButtonContainer>.tileButton {
		margin-top: 4px;
	 	width:24px;
	 	height:24px;
	}



	.tileOptionContainer {
	    right: 30px;
	}

	.tileOptionContainer {
	    right: 30px;
	}

	.tileOptionContainer.sub-1 {
	    right: 60px;
	}
	.tileOptionContainer.sub-2 {
	    right: 90px;
	}
	.tileOptionContainer.sub-3 {
	    right: 120px;
	}
	.tileOptionContainer.sub-4 {
	    right: 150px;
	}


	.ltr .tileOptionContainer>.tileButton {
	    left: 8px;
	}
	.ltr .tileOptionContainer {
	    left: 30px;
	}

	.ltr .tileOptionContainer.sub-1 {
	    left: 60px;
	}
	.ltr .tileOptionContainer.sub-2 {
	    left: 90px;
	}
	.ltr .tileOptionContainer.sub-3 {
	    left: 120px;
	}
	.ltr .tileOptionContainer.sub-4 {
	    left: 150px;
	}

	.tileOptionContainer>.tileButton {
 
	    right: 8px;
	    top: 3px;
	    
	    width: 16px;
	    height: 16px;
	}

	.tileOptionContainer>.tileButton>img {
	    height: 17px;
	    width: auto;
	}


}


