﻿

/* Toolbar */
.toolbar, #areamap-toolbar.toolbar
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;

	width: 272px;

	background: rgb(240,238,238);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  rgba(240,238,238,1) 0%, rgba(255,255,255,1) 58%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,238,238,1)), color-stop(58%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(240,238,238,1) 0%,rgba(255,255,255,1) 58%);
	background: -o-linear-gradient(left,  rgba(240,238,238,1) 0%,rgba(255,255,255,1) 58%);
	background: -ms-linear-gradient(left,  rgba(240,238,238,1) 0%,rgba(255,255,255,1) 58%);
	background: linear-gradient(to right,  rgba(240,238,238,1) 0%,rgba(255,255,255,1) 58%);
	
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);

	-webkit-user-select: none;

}

.toolbar.show
{
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
}

.toolbar.hide
{
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
	
	-webkit-transform: translate3d(272px, 0px, 0px);
	-moz-transform: translate(272px, 0px);
	-o-transform: translate(272px, 0px);
	-ms-transform: translate(272px, 0px);
	transform: translate(272px, 0px);
}

.toolbar.off
{
	display: none;
}

.toolbar.ontop
{
	z-index: 1000;
}

.toolbarControlTab
{
	position: absolute;
	left:0px;
	top:0px;

	height: 45px;
	width: 190px;
	line-height: 45px; /* should be same a tab height */

	-webkit-transform: rotate(-90deg);

	background: #eaeaea;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2YwZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #eaeaea 0%, #f0eeee 58%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(58%,#f0eeee));
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#f0eeee 58%);
	background: -o-linear-gradient(top,  #eaeaea 0%,#f0eeee 58%);
	background: -ms-linear-gradient(top,  #eaeaea 0%,#f0eeee 58%);
	background: linear-gradient(to bottom,  #eaeaea 0%,#f0eeee 58%);

	color: #145528;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;

	cursor: pointer;
}

#mainControlTab
{
	left: -117px;
	top: 125px;
}

.toolbarContentWrapper
{
	height: 100%;
}
