/****************************
bootstrap overrides
**************************/
html,body {
	height: 100%;
	padding: 0;
	margin: 0;
}
/*.glyphicon {
	margin-right: 4px;
}
*/
.alert {
	margin: 5px 0px;
	padding: 7px;
}
a:hover, a:active, a:focus {
	outline: 0;
}

/***************************
lightbox
*******************************/
.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;padding-top:45%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1;outline:0;}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}

/***************************
accordion 
****************************/
.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.accordion li {
    list-style: none;
}
.accordion li > a {
    display: block;
    position: relative;
   /* min-width: 110px;*/
    padding: 0 10px 0 10px;
 
    color: #fdfdfd;
    font: bold 14px/32px Arial, sans-serif;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);
 
    background: #6c6e74;
    background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
    background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
 
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}
.accordion li > a span {
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    padding: 0 10px;
    margin-right: 10px;
 
    font: normal bold 12px/18px Arial, sans-serif;
    background: #404247;
 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
 
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
    box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
}
.accordion > li > a:hover,
.accordion > li > a.active {
    color: #5bc0de;
    text-shadow: 1px 1px 1px rgba(255,255,255, .2);
 
    background: #2b5ba5;
    background: -moz-linear-gradient(top,  #457bce 0%, #2b5ba5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#457bce), color-stop(100%,#2b5ba5));
    background: -webkit-linear-gradient(top,  #457bce 0%,#2b5ba5 100%);
    background: -o-linear-gradient(top,  #457bce 0%,#2b5ba5 100%);
    background: -ms-linear-gradient(top,  #457bce 0%,#2b5ba5 100%);
    background: linear-gradient(top,  #457bce 0%,#2b5ba5 100%);
}
 
.accordion > li > a:hover span,
.accordion > li > a.active span {
    color: #fdfdfd;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);
    background: #2b5ba5;
}


/******************************
own styles
******************************/
#map-page-container {
	height: 100%;
	overflow: auto;
}

#map-box, #map-menu {
	height: 100%;
}
#map-box {
	float: left;
	width: 70%;
}
#map-menu {
	overflow: auto;
	border-left: solid 1px #999;
}
#map-menu-title {
	background-color: #777;
	color: #fff;
	font-weight: bold;
	padding: 1px 5px 1px 10px;
}
#menu-footer {
	position: absolute;
	bottom: 0;
	padding: 0px 10px;
	font-size: 10px;
	background-color: #fff;
	color: #888;
	border-top: solid 1px #888;
	border-right: solid 1px #888;
}
.brand-map {
	color: #e74710;
}
.brand-artisan {
	color: #000;
}
.brand-artisan-reverse {
	color: #fff;
}
.brand-artisan-version {
	font-size: 10px;
}
#mapartisanbrand {
	/*-webkit-box-shadow: rgb(187, 187, 187) 0px 0px 5px 0px;*/
	background-color: rgba(255, 255, 255, 0.701961);
	/*box-shadow: rgb(187, 187, 187) 0px 0px 5px 0px;*/
	color: rgb(51, 51, 51);
	cursor: auto;
	display: block;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	margin-bottom: 5px;
}
#mapartisanbrand a {
	color: #555;
}
#mapartisanbrand .brand-artisan, #mapartisanbrand .brand-map {
	font-weight: bold;
	font-size: 12px;
}
#menu-tree {
	padding: 10px;
}

.menuel-content {
	margin-left: 25px;
}
.menuel-name {
	cursor: pointer;
}
.menuel-title {
	display: table;
}
.menuel-cell {
	display: table-cell;
	vertical-align: middle;
	padding-right: 2px;
}
img.menuel-icon {
	cursor: pointer;
}
.infocontent-description {
	max-height: 400px;
	overflow: auto;
	overflow-x: hidden;
}
.infocontent-title {
	background-color: #777;
	color: #fff;
	font-weight: bold !important;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 3px;
	/*border-bottom: solid 1px #aaa;*/
}
.infocontent-img {
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 3px;
	border: solid 1px #aaa;
	cursor: pointer;
}
#menu-toggle-container {
	padding-top: 40px;
}
#menu-toggle {
	/*writing-mode:lr-tb;
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
	white-space:nowrap;
	display:block;
	bottom:0;*/
	background-color: #fff;
	border: 1px solid #888;
	border-right: none;
	padding: 13px 3px 13px 2px;
	font-size: 12px;
	color: #555;
	cursor: pointer;
}
.noradius {
	border-radius: 0px;
}
.menu-tab-content {
	padding: 10px;
	overflow: auto;
}
.margin-top {
	margin-top: 10px;
}
.infocontent-tools {
	border-top: solid 1px #999;
}
.infocontent-tools {
	border-top: solid 1px #999;
}
.infocontent-tools-link {
	padding-right: 5px;
}
.infocontent-tools-add {
	display: none;
}
#infocontent-tools-route-add td {
	border: none;
	vertical-align:middle;
}
#routeinfo-oper-buttons {
	display: none;
}
.tooltip {
	text-align: center;
	opacity: .70;
	white-space: nowrap;
	margin: 0;
	padding: 2px 0.5ex;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #fff;
}
.wynik {
	font-weight: bold;
	margin-bottom: 16px;
}
#geolokalizacja a {
	display: block;
	padding: 2px;
    width: 30px;
    height: 30px;
    background-color: #666;
    background-color: rgba(102,102,102,0.80);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../lay/locate.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 12px;
}
#geolokalizacja.active a {
	background-image: url(../lay/stop.png);
}
#pomiar-ctrl a {
	display: block;
	padding: 2px;
    width: 30px;
    height: 30px;
    background-image: url(../lay/draw_on.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-left: 10px;
}
#pomiar-ctrl2 a {
	display: block;
	padding: 2px;
    width: 30px;
    height: 30px;
    background-image: url(../lay/draw_on.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-left: 30px;
}
#pomiar-ctrl2.active a {
	background-image: url(../lay/draw_pause.png);
}
#pomiar-ctrl.active a {
	background-image: url(../lay/draw_pause.png);
}
#latlon-ctrl a {
	display: block;
	padding: 2px;
    width: 30px;
    height: 30px;
    background-image: url(../lay/latlong_on.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-left: 10px;
}
#latlon-ctrl.active a {
	background-image: url(../lay/latlong_pause.png);
}




/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
    z-index:99999999;
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}
	


	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 0px 0px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}
	
.modal-backdrop {
  display: none !important;
}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

