@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url('font/RobotoCondensed-Regular.ttf') format('ttf');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('font/RobotoCondensed-Bold.ttf') format('ttf');
}

body {
	background-color: #231f20;
	color: white;
	font-size: 12px;
	font-family: Arial;
	margin: 0;
	padding: 0;
	padding-top: 88px;
}

.gradient-sivi {
	background: #383838;
	background: -moz-linear-gradient(top,  #383838 0%, #272727 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#272727));
	background: -webkit-linear-gradient(top,  #383838 0%,#272727 100%);
	background: -o-linear-gradient(top,  #383838 0%,#272727 100%);
	background: -ms-linear-gradient(top,  #383838 0%,#272727 100%);
	background: linear-gradient(to bottom,  #383838 0%,#272727 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#272727',GradientType=0 );
}

.gradient-sivi1 {
	background: #444444;
	background: -moz-linear-gradient(top, #444444 0%, #2a2a2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#2a2a2a));
	background: -webkit-linear-gradient(top, #444444 0%,#2a2a2a 100%);
	background: -o-linear-gradient(top, #444444 0%,#2a2a2a 100%);
	background: -ms-linear-gradient(top, #444444 0%,#2a2a2a 100%);
	background: linear-gradient(to bottom, #444444 0%,#2a2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#2a2a2a',GradientType=0 );
}

.gradient-plavi {
	background: #1c85b2;
	background: -moz-linear-gradient(top,  #1c85b2 1%, #0e679a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1c85b2), color-stop(100%,#0e679a));
	background: -webkit-linear-gradient(top,  #1c85b2 1%,#0e679a 100%);
	background: -o-linear-gradient(top,  #1c85b2 1%,#0e679a 100%);
	background: -ms-linear-gradient(top,  #1c85b2 1%,#0e679a 100%);
	background: linear-gradient(to bottom,  #1c85b2 1%,#0e679a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c85b2', endColorstr='#0e679a',GradientType=0 );
}

.gradient-plavi1 {
	background: #2677a4;
	background: -moz-linear-gradient(top,  #2677a4 0%, #156693 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2677a4), color-stop(100%,#156693));
	background: -webkit-linear-gradient(top,  #2677a4 0%,#156693 100%);
	background: -o-linear-gradient(top,  #2677a4 0%,#156693 100%);
	background: -ms-linear-gradient(top,  #2677a4 0%,#156693 100%);
	background: linear-gradient(to bottom,  #2677a4 0%,#156693 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2677a4', endColorstr='#156693',GradientType=0 );
}

.header {
	display: block;
	clear: both;
	height: 48px;
	text-align: center;
	padding: 20px 0 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}

.menu-left {
	position: fixed;
	top: 0px;
	left: -400px;
	width: 400px;
	background-color: #1d1d1e;
	height: 100%;
	z-index: 1000;
}

.menu-left ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.menu-left ul li {
	border-top: 1px solid #545454;
}
.menu-left ul li a {
	color: white;
	text-decoration: none;
	display: block;
	clear: both;
	padding: 22px;
	font-size: 26px;
	height: 43px;
}
.menu-left ul li img {
	display: inline-block;
	padding-right: 10px;
}
.menu-right {
	position: fixed;
	top: 0px;
	right: -520px;
	width: 520px;
	background-color: #1d1d1e;
	height: 100%;
	z-index: 1000;
}

.menu-right ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.menu-right ul li {
	display: block;
	clear: both;
	padding: 22px;
	border-top: 1px solid #545454;
}
.menu-right ul li a {
	color: white;
	text-decoration: none;
}
.dugme-lijevo {
	width: 51px;
	height:45px;
	background: url('/image/dugme-neaktivno.png') top left no-repeat;
	position: fixed;
	top: 20px;
	left: 20px;
}
.dugme-desno {
	width: 51px;
	height: 45px;
	background: url('/image/dugme-neaktivno.png') top left no-repeat;
	position: fixed;
	top: 20px;
	right: 20px;
}
.centralni-meni {
	position: fixed;
	top: 20px;
	height: 96px;
	width: 240px;
	left: 50%;
	margin-left: -115px;
	z-index: 500;
}
#map {

}
.mapTypeChange {
	opacity: .5;
}

.mainTable table {
	margin: auto;
}

.mainTable th.first {
	border-left: 1px solid #458ab1;
}

.mainTable th.last {
	border-right: 1px solid #030c12;
}

.mainTable table th {
	text-align: center;
	background: -moz-linear-gradient(top,  #2677a4 0%, #156693 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2677a4), color-stop(100%,#156693));
	background: -webkit-linear-gradient(top,  #2677a4 0%,#156693 100%);
	background: -o-linear-gradient(top,  #2677a4 0%,#156693 100%);
	background: -ms-linear-gradient(top,  #2677a4 0%,#156693 100%);
	background: linear-gradient(to bottom,  #2677a4 0%,#156693 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2677a4', endColorstr='#156693',GradientType=0 );
	font-size: 150%;
	border-top: 1px solid #458ab1;
	border-bottom: 1px solid #030c12;
	padding: 10px 5px 10px 5px;
}
.mainTable table td {
	font-size: 150%;
	color: #efefef;
	padding: 10px 5px 10px 5px;
}
.mainTable table tr:nth-child(2n) td {
	background-color: #2d2c2b;
}
.center-page-login {
	position: fixed;
	width: 262px;
	background: url('/image/brtr.png');
	padding: 15px;
	bottom: 30px;
	left: 50%;
	margin-left: -146px;
	border-radius: 15px;
}
.inputText {
	background-color: #222;
	border: 1px double #2d2d2e;
	color: white;
	font-size: 16px;
	padding: 10px;
	width: 240px;
	border-radius: 5px;
}
.inputButton {
	border-radius: 5px;
	border: 1px solid black;
	text-align: center;
	font-weight: bold;
	color: black;
	padding: 10px;
}
.zelenoDugme {
	background: #b1d79f;
	background: -moz-linear-gradient(top,  #b1d79f 0%, #7bb661 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1d79f), color-stop(100%,#7bb661));
	background: -webkit-linear-gradient(top,  #b1d79f 0%,#7bb661 100%);
	background: -o-linear-gradient(top,  #b1d79f 0%,#7bb661 100%);
	background: -ms-linear-gradient(top,  #b1d79f 0%,#7bb661 100%);
	background: linear-gradient(to bottom,  #b1d79f 0%,#7bb661 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1d79f', endColorstr='#7bb661',GradientType=0 );
	border: 1px solid #121212;
}
.login-map {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.login-target-image {
	display: block;
	margin-left:60px;
	margin-top: -140px;
	margin-bottom: 20px;
	z-index: 1000;
	position: relative;
}
.grupa1, .grupa1 td, .imeGrupe:nth-child(1) td {
	background-color: #800000 !important;
	color: #FF0000 !important;
}
.grupa2, .grupa2 td, .imeGrupe:nth-child(2) td {
	background-color: #008000 !important;
	color: lime !important;
}
.grupa3, .grupa3 td, .imeGrupe:nth-child(3) td {
	background-color: #000080 !important;
	color: blue !important;
}
.locirajVozilo:hover td {
	background: -moz-linear-gradient(top,  #2677a4 0%, #156693 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2677a4), color-stop(100%,#156693));
	background: -webkit-linear-gradient(top,  #2677a4 0%,#156693 100%);
	background: -o-linear-gradient(top,  #2677a4 0%,#156693 100%);
	background: -ms-linear-gradient(top,  #2677a4 0%,#156693 100%);
	background: linear-gradient(to bottom,  #2677a4 0%,#156693 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2677a4', endColorstr='#156693',GradientType=0 );
}
.overlay-meni-close {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index:999;
	background-color: black;
	opacity: .5;
	display: none;
}
.rightTable {
	margin-left: 35px;
}
.rightTable th {
	background: #383838;
	background: -moz-linear-gradient(top,  #383838 0%, #272727 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#272727));
	background: -webkit-linear-gradient(top,  #383838 0%,#272727 100%);
	background: -o-linear-gradient(top,  #383838 0%,#272727 100%);
	background: -ms-linear-gradient(top,  #383838 0%,#272727 100%);
	background: linear-gradient(to bottom,  #383838 0%,#272727 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#272727',GradientType=0 );
	border-top: 1px solid #555555;
	border-bottom: 1px solid #050505;
	color: white;
	font-size: 14px;
	padding: 10px;
}
.rightTable td {
	color: #868686;
	padding: 10px;
	font-size: 14px;
	background-color: #222222;
}
.rightTable tr:nth-child(2n+1) td {
	background-color: #2d2c2b;
}

tr.selected td {
	background: -moz-linear-gradient(top,  #2677a4 0%, #156693 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2677a4), color-stop(100%,#156693));
	background: -webkit-linear-gradient(top,  #2677a4 0%,#156693 100%);
	background: -o-linear-gradient(top,  #2677a4 0%,#156693 100%);
	background: -ms-linear-gradient(top,  #2677a4 0%,#156693 100%);
	background: linear-gradient(to bottom,  #2677a4 0%,#156693 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2677a4', endColorstr='#156693',GradientType=0 );
	color: white;
}

#vozilaSearch {
	border: 1px solid #868686;
	background-color: #1e1e20;
	margin: 10px 0 10px 38px;
	font-weight: bold;
	font-size: 16px;
	padding: 20px;
	width: 444px;
	color: white;
}