.left-panel-slider{
	position:fixed;
	left:0;
	width:329px;
	top:51px;
	bottom:52px;
	z-index:1040;
	transition-duration:.5s;
	-webkit-transition-duration:.5s;
	-moz-transition-duration:.5s;
	-o-transition-duration:.5s
	}
	
.left-panel-slider-open{
	left:0
	}
.left-panel-slider-close{
	left:-293px
	}
	.left-panel-slider-fixed{
		left:0
		}
.left-panel-slider-head{
	position:absolute;
	right:0;
	top:46%;
	bottom:0;
	width:36px;
	height: 60px
	}
.left-panel-slider-button{
	width:36px;
	height:48px;
	background-color:#11ffee90;
	border-top-right-radius:16px;
	border-bottom-right-radius:16px;
	border-top:.5px solid #000;
	border-bottom:.5px solid #000;
	border-right:.5px solid #000;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0
	}
.left-panel-slider-open 
.left-panel-slider-button{
	background-image:url(img/left-slider.svg);
	background-size: 32px 32px;
	background-repeat:no-repeat;
	background-position:center
	}
.left-panel-slider-close 
.left-panel-slider-button{
	background-image:url(img/right-slider.svg);
	background-size: 32px 32px;
	background-repeat:no-repeat;
	background-position:center
	}
.left-panel-slider-fixed 
.left-panel-slider-button{
	display:none!important
	}
.left-panel-slider-body{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:293px;
	overflow:auto;
	background-color:#fff;
	}
.right-panel-slider{
	position:fixed;
	right:0;
	width:329px;
	top:51px;
	bottom:52px;
	z-index:1000;
	transition-duration:.5s;
	-webkit-transition-duration:.5s;
	-moz-transition-duration:.5s;
	-o-transition-duration:.5s
	}
.right-panel-slider-open{
	right:0
	}
.right-panel-slider-close{
	right:-293px
	}
.right-panel-slider-fixed{
	right:0
	}
.right-panel-slider-head{
	position:absolute;
	left:0;
	top:46%;
	bottom:0;
	width:36px;
	height:60px
	}
.right-panel-slider-button{
	width:36px;
	height:48px;
	background-color:#11ffee90;
	border-top-left-radius:16px;
	border-bottom-left-radius:16px;
	border-top:.5px solid #000;
	border-bottom:.5px solid #000;
	border-left:.5px solid #000;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0
	}
.right-panel-slider-open 
.right-panel-slider-button{
	background-image:url(img/right-slider.svg);
	background-size: 32px 32px;
	background-repeat:no-repeat;
	background-position:center
	}
.right-panel-slider-close 
.right-panel-slider-button{
	background-image:url(img/left-slider.svg);
	background-size: 32px 32px;
	background-repeat:no-repeat;
	background-position:center
	}
.right-panel-slider-fixed 
.right-panel-slider-button{
	display:none!important
	}
.right-panel-slider-body{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:293px;
	overflow:auto;
	background-color:#fff;
	}
body,html{
	width:100%;
	height:100%
	}
.centerColumn-map{
	position:fixed;
	top:51px;
	right:1px;
	bottom:51px;
	left:1px
	}
.centerColumn-rasp{
	position:fixed;
	top:60px;
	right:335px;
	bottom:60px;
	left:335px;
	overflow:auto
	}
.footer{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	height:50px;
	background-image:url(img/footer.svg);
	background-size: 139px 50px;
	background-repeat:repeat;
	line-height:50px;
	border:0px solid #ddd;
	border-radius:4px
	}
.footer p{
	margin:5px
	}
label{
	font-size:16px!important
	}
.label-type-1{
	background:#0C0!important
	}
.label-type-2{
	background:#f60!important
	}
.label-type-3{
	background:#06c!important
	}
.label-type-4{
	background:#c90!important
	}
.label-type-5{
	background:#90c!important
	}
.panel{
	margin-bottom:10px
	}
.panel-heading{
	padding:5px 7px
	}
.panel-body{
	padding:10px
	}
.full-height{
	height:100%
	}
.vert-padding{
	padding-bottom:10px
	}
.bold-text,.boldRed{
	font-weight:700!important
	}
.boldRed{
	color:red!important
	}
.boldBlue{
	color:blue!important;
	font-weight:700!important
	}
#map{
	position:absolute;
	border:1px solid #d9d9d9;
	border-radius:5px;
	height:100%;
	width:100%
	}
.moveToCurrent,.moveToCurrent button{
	height:32px;
	width:32px
	}
.moveToCurrent button{
	background-image:url(img/cur.svg);
	background-size: 32px 32px
	}
.stop-balloon 
.panel{
	clear:left
	}
.scrollable-ballon{
	width:100%;
	height:290px;
	overflow:auto;
	padding-bottom:10px;
	padding-top:10px
	}
.stop-balloon-header{
	font-size:14px;
	text-align:center;
	padding:5px;
	font-weight:700;
	height:60px
	}
.stop-balloon-header p{
	margin:1px
	}
.stop-balloon-header img{
	float:left;
	margin-top:auto;
	margin-bottom:auto
	}
.stop-balloon-table{
	font-size:12px;
	clear:left
	}
.stop-balloon-table 
.label{
	font-size:100%
	}
.stop-balloon-footer{
	width:100%;
	font-size:10px;
	height:30px;
	margin-bottom:10px;
	margin-top:10px
	}
.stop-balloon-footer button{
	padding-left:10px;
	padding-right:10px
	}
.first-point{
	background:#039d35;
	color:#fff
	}
.last-point{
	background:#267fca;
	color:#fff
	}
#stopQR img{
	width:280px;
	height:280px
	}
#stopQR p{
	margin-top:1px;
	margin-bottom:4px
	}
.unit-balloon-header{
	font-size:18px;
	font-weight:700;
	text-align:center;
	padding:5px;
	color:#fff
	}
.unit-balloon-header img{
	margin:0 1px
	}
.unit-balloon 
.leaflet-popup-content-wrapper{
	border-radius:5px;
	width:330px;
	padding-bottom:5px
	}
.unit-balloon-info{
	border:none;
	text-align:center;
	font-size:12px;
	padding:8px
	}
.unit-balloon-info p{
	margin:5px
	}
.unit-balloon-info table{
	margin:1px
	}
.unit-balloon-info td{
	text-align:left;
	height:14px!important;
	padding:1px!important;
	border:none!important
	}
.unit-balloon-table{
	font-size:12px
	}
.unit-balloon-footer{
	width:100%;
	font-size:10px
	}
.unit-balloon-footer span{
	display:inline-block;
	vertical-align:middle;
	line-height:normal
	}
.unit-balloon-footer button{
	float:right
	}
.unit-icon-big{
	background:url(img/unitsbig.svg);
	background-size: 1440px 660px;
	width:60px;
	height:60px;
	font-size:11px;
	text-align:center
	}
.unit-icon-big.inv{
	background:url(img/unitsbig_inv.svg)
	}
.unit-icon-big b{
	display:block;
	padding-top:22px
	}
.unit-icon-small{
	background:url(img/unitssmall.svg);
	background-size: 960px 440px;
	width:40px;
	height:40px;
	font-size:8px;
	text-align:center
	}
.unit-icon-small span{
	display:block;
	padding-top:14px
	}
.unit-icon-small.inv{
	background:url(img/unitssmall_inv.svg)
	}
.errorPanel{
	position:fixed;
	right:10px;
	bottom:0;
	width:315px;
	overflow:auto;
	z-index:3000
	}
.modal{
	text-align:center
	}
@media screen and (min-width:768px){
.modal:before{
	display:inline-block;
	vertical-align:middle;
	content:" ";
	height:100%
	}
	}
.modal-dialog{
	display:inline-block;
	text-align:left;
	vertical-align:middle
	}
#help{
	position:relative;
	height:80%
	}
#help-body{
	height:600px;
	padding:15px;
	overflow:auto
	}
.help-back{
	font-size:16px;
	color:#86c7f2
	}
#feedbackModal input
.ng-invalid
.ng-dirty,
#feedbackModal textarea
.ng-invalid
.ng-dirty{
	background-color:#ffb6c1
	}
#feedbackModal input
.ng-valid,
#feedbackModal textarea
.ng-valid{
	background-color:#90ee90
	}
#raspPanel{
	width:100%
	}
#raspPanel 
.panel-heading th{
	padding:0 5px
	}
#raspPanel 
.raspItem{
	padding:20px;
	display:inline-block
	}
#raspPanel 
.raspItem th{
	font-family:Arial;
	font-size:42pt;
	font-weight:700;
	text-align:right;
	color:#777
	}
#raspPanel 
.raspItem td div{
	font-family:monospace;
	font-size:9pt;
	margin-right:2px;
	text-align:left;
	color:#777;
	line-height:10px
	}
#raspPanel 
.raspItem td,
#raspPanel 
.raspItem th{
	height:250px;
	vertical-align:middle;
	padding:0 5px
	}
#raspPanel 
.note td{
	padding:0 5px
	}
.printer-panel{
	float:right
	}
#notediv td{
	padding:5px
	}
.hourBlock{
	white-space:nowrap;
	display:inline-block;
	width:210px;
	height:90px;
	border:1px dotted #000;
	margin:0 0 2px 2px;
	padding:3px
	}
.hour{
	font-size:42pt;
	font-weight:700;
	text-align:right;
	vertical-align:top
	}
.hour,.minutes{
	font-family:monospace;
	color:#000;
	display:inline-block
	}
.minutes{
	font-size:9pt;
	margin-right:2px;
	text-align:left;
	line-height:10px
	}
.minutes table{
	border-spacing:2px 2px;
	border-collapse:collapse
	}
.stop{
	page-break-after:always
	}
.stop-title{
	font-family:serif;
	font-size:18px;
	font-weight:700
	}
.racetype{
	color:red
	}
.race-panel table{
	border-spacing:5px 5px
	}
.error-title,.race-panel p{
	font-family:serif;
	font-size:18px;
	font-weight:700
	}
.error-title{
	color:red
	}
.printer-panel{
	float:right
	}
#trackPanelResultHeader p{
	text-align:left;
	font-weight:700;
	font-size:12px;
	margin:1px;
	vertical-align:middle
	}
#trackPanelResultTable p{
	text-align:center;
	font-weight:700;
	font-size:12px;
	margin:1px
	}
#trackPanelResult table{
	width:100%;
	table-layout:fixed
	}
#trackPanelResult 
.imgCell{
	width:34px
	}
	#trackPanelResult 
.oddCell{
	background:#f9f9f9
	}
#trackPanelResult div{
	padding:5px
	}
#track_item_section{
	margin-top:10px;
	font-size:11px
	}
#track_item_section a{
	color:#000;
	text-decoration:none
	}
.float-right-button{
	float:right;
	padding:0;
	cursor:pointer;
	background:transparent;
	border:0
	}
.trackLineDown{
	height:64px;
	background-image:url(img/trackends.svg);
	background-position-y:0
	}
.trackLine,.trackLineDown{
	margin:0;
	padding:0;
	width:34px
	}
.trackLine{
	background-image:url(img/tracklines.svg);
	background-size: 374px 64px;
	background-repeat:repeat-y
	}
.trackLineUp{
	background-image:url(img/trackends.svg);
	background-size: 374px 128px;
	background-position-y:-64px
	}
.trackLineUp,.trackWalk{
	margin:0;
	padding:0;
	width:34px;
	height:64px
	}
.trackWalk{
	background-image:url(img/trackwalk.svg);
	background-size: 34px 64px;
	}
.trackA{
	background-image:url(img/tracka.svg);
	background-size: 34px 64px;
	}
.trackA,.trackB{
	margin:0;
	padding:0;
	width:34px;
	height:64px
	}
.trackB{
	background-image:url(img/trackb.svg);
	background-size: 34px 64px;
	} 

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 3000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.closepopup {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.closepopup:before {
    color: rgba(255, 0, 0, 1);
    content: "Х";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}