.index_body {
    background-image: url('../images/login.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0px;
    background-size: cover;
    background-color: #FDFDFD;
}

.new_request_body {
    background: url('../images/login.jpg') no-repeat;
    background-size: cover;
}

.error_label {
    display: block;
    color: red;
    margin-bottom: 10px;
}

@supports (-ms-ime-align:auto) {
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 0px;
}
}

@-moz-document url-prefix() {
	input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
		line-height: 15px;
	}
}

#dnevnicaP, #dnevnicaD {
    color: gray;
}

.popupforma {
	border-radius: 8px; 
	padding: 42px;
	margin: 120px auto; 
	display: block; 
	width: 50%; 
	background-color: white; 
	height: 300px;
}

.upload{
	width: 140px;
    margin-top: 30px;
    margin-left: -15px;
	/*color:transparent;*/
}

p.linkovi {	
	margin-left: 10%;
    font-size: 23px;
    font-style: italic;	
}
.dugmici{
	    background-color: rgba(167, 169, 172, 0.53);
    box-shadow: 2px 2px 5px #888888;
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
}
.dugmici a{
	text-decoration: none;
    color: black;
	cursor:pointer;
}
.dugmici a:hover{
	text-decoration: none;
    color: #fff;
	cursor:pointer;
}
.potpis_wrapper{
	margin-top:30px
}
.potpis{
	text-align:center;
}
.potpis_wrapper_big{
	margin-top:100px
}
.potpis_child{
	border-bottom:1px solid #333;
	height:20px;
}	 
.dataTables_filter {
   width: 50%;
   float: right;
   text-align: right;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}