h1.urediTabelo{
	color:green !important;
}

.bootstrap-select .btn {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}




.bootstrap-select .dropdown-menu {
  margin: 15px 0 0;
}
select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px !important;
    height: auto !important;
}

.bg{
	background: url(slike/background.jpg) no-repeat;
	width: 100%;
	height: 100vh;
}

.bg1{
	background: url(slike/forest2.jpg) ;
	width: 100%;
	height: 100vh;	 
}

.bg2{
	background: url(slike/forest2.jpg) ;
	/*background-color:#1fc8db;
	background-image: linear-gradient(141deg,#ddebf9 0%, #1fc8db 51%, #2cb5e8 75%);*/
	
}



.cursor{ 
	cursor: pointer;
}



.datumfaze{
	width:160px;
	font-size:13px;
	color:red;
}



.form-container{
	border: 0px solid #fff;
	padding: 50px 60px;
	margin-top: 20vh;
	-webkit-box-shadow: 1px 4px 26px 10px rgba(129,203,227,1);
    -moz-box-shadow: 1px 4px 26px 10px rgba(129,203,227,1);
    box-shadow: 1px 4px 26px 10px rgba(129,203,227,1);
    color:black;
}

.form-container1{
	border: 0px solid #fff;
	padding: 50px 60px;
	margin-top: 20vh;
	-webkit-box-shadow: 1px 4px 24px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 4px 24px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 4px 24px 0px rgba(0,0,0,0.75);
    color:black;
    background-color:white;
    background:url(slike/background.jpg) no-repeat;

}


.form-group .row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}

.ime{
	color: white;
	padding: 25px;
	font-size: 50px;
	text-shadow: 2px 2px 2px black ;
}


.kolicina{

	width: 50px;
	font-size: 15px;
}

.naslov{
	color:white;
	padding: 10px;
	font-size: 4em;
	text-shadow:2px 2px 2px  #111111; 
	font-weight: bold;

	
}

.napacnogeslo{	
	color:red;
}

.neobracunano{
	background-color: #ff8080;
}



.obracunano{
	background-color: #b3ffb3;
}

.odjava{
	color:white !important;
	padding:3px !important;
}

.skupaj{
	background-color: #cce6ff;
	font-weight: bold;
}



.tabela{
	width:90%; 
    margin-left:5%; 
    margin-right:5%;
    background-color: white;
}

table {
	 background-color: rgba(0, 0, 0, 0.6) !important;
	 
}

.table td {
  padding: 0.30rem !important;
  vertical-align: middle !important;
  text-shadow: 2px 2px 3px black;
  font-size: 13px !important;
  border-bottom:  1px solid white !important;
  
}

.table th{
	font-weight: bold;
	font-size: 15px;

}


.tehnik th{	
	background-color:red;	
}



/*.wer{
	border:1px solid black !important;
}

.werr{
	border:1px solid black !important;
}*/

.zakljuceno{
	color: #85dd1b;
	font-weight: bold;
}







































