.nadpis {
	color: grey;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.zagolovok{
	width: 100%;
	height: 40px;
}
.zagolovok:hover{
	cursor: pointer;
}

.zagol:hover{
	cursor: pointer;
}

.nazvanie {
	float: left;
	margin-right: 10px;
}
.blokRouti {
	font-size: 18px;
	color: white;
	height: 40px;
	padding: 5px;
	margin: 10px 10px 20px 10px;
	border-radius: 5px 0 5px 0;
	background-color: rgba(40, 147, 255, 0.59);
	
}

.blokclose {
	float: right;
	
}
.bloksdannimi {
	overflow : auto;
	padding-bottom: 10px;
}

.blokDati {
	font-size: 18px;
	color: white;
	height: 40px;
	padding: 5px;
	margin: 10px;
	float: left;
	border-radius: 5px 0 5px 0;
	background-color: rgba(035, 076, 117, 0.3);
	box-shadow: 2px 2px 5px rgba(221, 221, 221, 1);
}

.blokDati:hover {
	margin: 5px 10px 15px 10px;
}


.vibor {
	height: 40px;
}

#vibortip {
	height: 40px;
    width: 100%;
}

#blockverh {
	padding-top: 70px;
	height: 90%;
	overflow : auto;
}

#tablica1{
	color:white;   
	margin-left: 50px; 
	font-size:18px;
}

#tablica1 th {
	text-align: center;
	padding: 10px; 
	border: 2px solid grey;
}

#tablica1 td  {
	text-align: center;
	padding: 10px; 
	border: 2px solid grey; 
}

#tablica1 caption  {
	color:white; 
}

#itog {
	font-size: 24px;
	background-color: rgba(0, 120, 201, 1);
}


/*-- карта --*/
#map { 
height: 100%;
}
html, body {
width:100%;	
height: 100%;
margin: 0;
padding: 0;
}
body {
background-image:url(../images/dark-trans.png),url(../images/fon2.jpg);
background-repeat: repeat, no-repeat;
}
a:hover {
	cursor:pointer;
}
.blockrout{

	height:90px; 
	margin:10px;
	float:left; 
	box-shadow: 0 0 5px 5px rgba(221, 221, 221, 1); 
	border-radius: 5px;  
	cursor:pointer; 
	padding:5px; 
	background:white;

}

.blockrout:hover{
	box-shadow: 0 0 5px 5px rgba(200, 200, 200, 1);
}

.blockrout b{
	color:blue;
}

.but{
	z-index: 12;
	width:75px; 
	margin-left:10px;  
	float:left; 
	background: #36353D; 
	color: white;
	text-align:  center;
	box-shadow: 0 -3px rgba(45,44,50, 1) inset;
}
.but1{
	z-index: 12;
	width:75px;
	margin-left:10px; 
	float:left; 
	background: #247b2f; 
	color: white;
	text-align:  center;
	box-shadow: 0 -3px rgba(45,44,50, 1) inset;
}
.but:hover{
	background: #6F6C7D;
	}
.but1:hover{
	background: #6F6C7D;
	}

.col-md-4{
	
	Display: block;
	position: fixed;
	z-index: 11;
	top: 5%;
    left: 20%;
}
.nadp{
	color: #ffffff66;
	float:none;
}
.podpis {
	text-align:center;
}
.nonviz {
	display: none;
}
.modal-dialog {
	top: 5%;	
}

.header {
	background: url(../images/GPSgo.png) no-repeat center center, rgba(0, 0, 0, 0.54);
	background-size: auto 65%;
}

.content, .footer {
	background: rgba(0, 0, 0, 0.54);
}
.title, .permissions-list > li > ul {
	color: white;
}