/* 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;
}

/*
za upload

*/
#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}