/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container-fluid {
  padding: 60px 0px 0;
}
.modal-body {
	padding:1px;
}
.footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.modal-header {
	padding: .3em;
}
.nav-link {
	
	padding: .3em;
}

 .nav-tabs .nav-link {
	
	border-left:1px solid #4c4c4c;
}

code {
  font-size: 80%;
}
.kapija_bg {
	background:url(img/kapija_bg.png) center no-repeat;
	background-size:100% 100%;
	min-height:430px;
}
.rotateimg180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bg_prolaz_zelena {
	background:url(img/strelica_zelena.png) center no-repeat;
	min-height:80px;
	background-size:auto 100%;
}
.bg_prolaz_crvena {
	background:url(img/strelica_crvena.png) center no-repeat;
	min-height:80px;
	background-size:auto 100%;
}
.form-group {
	margin-bottom:3px;
}
.custom-checkbox {
	margin-left:15px;
}

.stranice { 
	width:100%;
}
.err {
	color:red;
	font-weight:bold;
}
.dataTable td, .dataTable button {
	line-height: 1em !important;
	vertical-align:middle;
}
.bg_slider_1 {
	background-color:#d5d5d5;
}
.bg_slider_2 {
	background-color:#b2edeb;
}
.bg_slider_3 {
	background-color:#ede0b2;
}
.bg_slider_4 {
	background-color:#a9f9ba;
}