/********************************************
   HTML ELEMENTI
********************************************/ 

/* Glavni color: blue;*/

body   {  /*font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif; background-color: #fff*/ }


/* linkovi #f8f8f8  color: #21478f; background-color: #cdd1f4; */

a, a:link, a:active, a:visited   { text-decoration: none; cursor: pointer; }
a:hover       { text-decoration: none;}


/* headeri */


/* elementi forme */

form {
        width: 90%;
	padding: 5px; 
	margin: 0px 20px 0px 20px;
	/*border: 0px solid #f2f2f2;*/
	/*background-color: #FAFAFA;*/
}


label {
	display:block;
	font-weight:bold;
}

input {
	height: 30px;
	padding: 0px;
	border: 0px solid;
	/*color: black;*/
}

.btn-file {
    position: relative;
    overflow: hidden;
    color: black;
}

.btn-file input[type=file] {
  /*min-width: 100%;*/
  /*min-height: 100%;*/
  width: 500px;
  height: 25px;
  font-size: 16px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0.7;
  outline: none;
  background-color:rgba(255, 255, 255, 0.1);
  cursor: inherit;
  color: black;
}

.input_tekst_naziv, .input_tekst_naziv:active, .input_tekst_naziv:visited  { 
        font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

.input_tekst, .input_tekst:active, .input_tekst:visited  { 
	border-radius: 5px 5px 0px 0px;
	font-size: 13px;
	font: bolder 13px Arial, Sans-serif; 
	font-weight: bold;  
	height: 30px;
	width: 500px;
	margin-bottom: 20px; 
	padding: 0px 10px;
	border: 0px solid black;
	border-bottom: 1px solid black;
	background-color:rgba(255, 255, 255, 0.05);
	color: black;
}

.input_tekst:hover { 
	height: 30px;
	width: 500px;
	background-color:rgba(51, 153, 255, 0.2);
	color: black;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.input_tekstarea { 
	border-radius: 5px 5px 0px 0px;
	height: 200px;
	width: 500px;
	border: 0px solid black;
	background-color:rgba(255, 255, 255, 0.02);
	color: black;
}

.input_tekstarea:hover {
	border-radius: 5px 5px 0px 0px;
	background-color:rgba(51, 153, 255, 0.1);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.input_tekst_reg, .input_tekst_reg:active, .input_tekst_reg:visited  { 
	border-radius: 5px 5px 0px 0px;
	font-size: 13px;
	font: bolder 13px Arial, Sans-serif; 
	font-weight: bold;  
	height: 30px;
	width: 90%;
	max-width: 500px;
	margin-bottom: 20px; 
	padding: 0px 0px;
	border: 0px solid black;
	border-bottom: 1px solid black;
	background-color:rgba(255, 255, 255, 0.05);
	color: white;
}

.input_tekst_reg:hover { 
	height: 30px;
	width: 90%;
	max-width: 500px;
	background-color:rgba(51, 153, 255, 0.2);
	color: white;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.tipka_posalji { 
	height: 40px;
	width: 250px;
	padding-top: 0px;
	color: black;
	font: bolder 15px Arial, Sans-serif; 
	background-color:rgba(255, 255, 255, 0.1);
	border-bottom: 2px solid;
	margin-top: 0px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.01);
	border-radius: 0px 0px 0px 0px;
}

.tipka_posalji:hover { 
	cursor: pointer;
	color: black;
	background-color:rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.obrub_reg { 
	height: 400px;
	width: 600px;
	color: white;
	font: bolder 15px Arial, Sans-serif; 
	background-color:rgba(255, 255, 255, 0.01);
	border-bottom: 0px solid;
	margin-top: -10px;
	margin-bottom: -400px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.01);
	border-radius: 0px 0px 10px 10px;
}

.tipka_posalji_reg { 
	height: 40px;
	width: 250px;
	padding-top: 0px;
	color: white;
	font: bolder 15px Arial, Sans-serif; 
	background-color:rgba(255, 255, 255, 0.1);
	border-bottom: 2px solid;
	margin-top: 0px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.01);
	border-radius: 5px 0px 0px 5px;
}

.tipka_posalji_reg:hover { 
	cursor: pointer;
	color: black;
	background-color:rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.tipka_ponisti_reg { 
	height: 40px;
	width: 250px;
	padding-top: 0px;
	color: white;
	font: bolder 15px Arial, Sans-serif; 
	background-color:rgba(255, 255, 255, 0.1);
	border-bottom: 2px solid;
	margin-top: 0px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.01);
	border-radius: 0px 5px 5px 0px;
}

.tipka_ponisti_reg:hover { 
	cursor: pointer;
	color: black;
	background-color:rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.input_password {
	height: 40px;
	width: 250px;
	border-bottom: 2px solid;
	margin-top: 0px;
	padding: 0px;
	color: black;
	font-size: 25px;
	background-color:rgba(255, 255, 255, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
	border-radius: 5px 0px 0px 5px;
}

.input_prijava {
	height: 40px;
	width: 125px;
	padding-top: 7px;
	color: black;
	font-size: 17px;
	background-color:rgba(255, 255, 255, 0.6);
	border-bottom: 2px solid;
	margin-top: 0px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
	border-radius: 0px 5px 5px 0px;
}

.tabla  { 
    /*font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;*/
}



/********************************************
   Izgled 
********************************************/ 
.prijavljen_kao {
font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
text-shadow: 1px 1px 4px black; 
background-color:rgba(255, 255, 255, 0.4); 
border-bottom: 1px solid white;   
border-radius: 0px 0px 10px 10px;
color: white; 
font-size: 10; 
font-weight: bold;  
position: absolute; 
padding-left: 10; 
padding-right: 10; 
padding-top: 5; 
padding-bottom: 5; 
margin-top: 0; 
margin-bottom: -30; 
margin-left: 40; 
margin-right: 40;  
z-index: 2;
}

.naslov_glavni1 {
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
    color:   #ff1a1a;
    color:   white;
    font-size: 32px;  
    padding: 15px 0px 0px 35px;
    font-weight: 900;
    text-shadow:1px 2px 3px black;

}

.naslov_glavni2 {
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
    color: white;
    font-size: 22px;  
    padding: 0px 0px 0px 350px;
    font-weight: 200;
    text-shadow:1px 1px 2px black;

}

.naslov_glavni3 {
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
    color:   #ff1a1a;
    color:   white;
    font-size: 14px;  
    align: center;
    font-weight: 900;
    padding: 5px 0px 0px 35px;
    text-shadow:1px 1px 1px black;
    opacity: 0.8;
}

/*Naslovi - desno*/
.naslov_desno {
    font: 100%/1.0em Verdana, Tahoma, Verdana, sans-serif;
    font-size:12px;
    font-weight: bold;  
    color: white;
    text-shadow:1px 1px 10px black; 
    padding-left: 30px;
}

.face_fan {
    /*background-image:linear-gradient(to bottom, rgba(77, 169, 255,0.002), rgba(77, 169, 255,0.9));*/
    border-left: 0px solid #0066cc;
    border-right: 0px solid #0066cc;
    border-bottom: 0px solid #0066cc;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.6);
    background-color:rgba(255, 255, 255, 0.002);
    cursor: pointer;
    text-decoration: none;
    text-shadow: 1px 1px 4px black;
    text-align: center; 
    margin-top: 20px;
    margin-bottom: 0px;
    color: white;
    width: 50px;
    height: 30px;
    font-size:12px;
    display: block;
    padding: 10px 0px 10px 0px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    position: block;
}

.izbornik {
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
    border-left: 0px solid black;
    border-right: 0px solid black;
    border-bottom: 0px solid black;
    color: white;
    text-decoration: none;
    border-radius: 0px 0px 0px 0px;
    background-image:linear-gradient(to bottom, rgba(0,0,0, 0.001), rgba(0,0,0,0.001)); 
    background-color:rgba(255, 255, 255, 0.001);
    margin-top: 0px;
    margin-bottom: 50px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.001); 
    width: 150px;
    height: 60px;
    align: center;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    text-shadow: 1px 1px 4px black;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    z-index: -1;
    display: block;
}

.izbornik_tekst {
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
    color: white;
    font: bolder 12px Arial; 
}

.izbornik tekst {
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
    color: white;
    font: bolder 12px Arial; 
    font-size: 12px;
}


.izbornik_slika {
  height: 60px;
  width: 75px;
  align: absmiddle;
  padding: 10px 0px 0px 0px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.izbornik slika {
  opacity: 0.2;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.izbornik:hover slika {
  opacity: 0.99;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.izbornik_odabrano slika {
  opacity: 0.99;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.izbornik:hover, izbornik:active {
    background-color: #f44336;
    border-radius: 0px 0px 0px 0px;
    border-left: 0px solid black;
    border-right: 0px solid black;
    border-bottom: 0px solid black;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    background-image:linear-gradient(to bottom, rgba(0,0,0, 0.6), rgba(0,0,0,0.001)); 
    background-color:rgba(255, 255, 255, 0.001);
    cursor: pointer;
    text-decoration: none;
    text-shadow: 1px 1px 2px black;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    height: 110px;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.izbornik_odabrano {
    background-image:linear-gradient(to bottom, rgba(77, 169, 255,0.9), rgba(77, 169, 255,0.002));
    border-radius: 0px 0px 0px 0px;
    border-left: 0px solid #0066cc;
    border-right: 0px solid #0066cc;
    border-bottom: 0px solid #0066cc;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    background-color:rgba(255, 255, 255, 0.002);
    cursor: pointer;
    text-decoration: none;
    text-shadow: 1px 1px 4px black;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    width: 150px;
    height: 110px;
    font-size: 12px;
    display: block;
    padding: 0px 0px 0px 0px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;

}

.izbornik_odabrano:hover {
    background-image:linear-gradient(to bottom, rgba(77, 169, 255,0.9), rgba(77, 169, 255,0.0));
    border-radius: 0px 0px 0px 0px;
    border-left: 0px solid #0066cc;
    border-right: 0px solid #0066cc;
    border-bottom: 0px solid #0066cc;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color:rgba(255, 255, 255, 0.1);
    cursor: pointer;
    text-decoration: none;
    text-shadow: 1px 1px 4px black;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    height: 110px;
    font-size:12px;
    display: block;
    padding: 0px 0px 0px 0px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.izbornik:link, izbornik:visited {
    background-color: #f44336;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    color: white;
    text-align: center; 
    text-decoration: none;
    border-radius: 0px 0px 0px 0px;
    background-image:linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(0,0,0,0)); 
    background-color:rgba(255, 255, 255, 0.2);
    margin-top: 0px;
    align: center;
    text-shadow:1px 1px 8px black;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.popis, .popis:link, popis:visited  {
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	font-size: 15px;
        text-decoration: none; 
	color: black; 
	margin: 5px 5px; 
	padding: 5px 5px; 
	border: 0px none; 
	cursor: pointer;
}

.popis:hover {
	text-decoration: none; 
	color: #ce0a0a; 
	margin: 5px 5px; 
	padding: 5px 5px; 
	border: 0px none; 
	cursor: pointer;
}

.novostitipka, .novostitipka:link, .novostitipka:visited, a.novostitipka{
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
 	cursor: pointer;
	font: 14px Arial; 
        background-image:linear-gradient(to bottom, rgba(255,255,255, 0.4), rgba(255,255,255,0.4)); 
	/*background-color: #f2f2f2;*/
	padding: 20px 20px 10px 20px;
	margin: 10px 10px 10px 10px;
	border: 1px solid transparent;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        color: black; 
	white-space: nowrap;
}

.novostitipka:hover {
	cursor: pointer;
        background-image:linear-gradient(to bottom, rgba(255,255,255, 0.6), rgba(255,255,255,0.6)); 
	/*background-color: #cdd1f4;*/
        text-decoration: none; 
	border: 1px solid #f2f2f2;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
}

.tabladokumenti, .tabladokumenti:link, .tabladokumenti:visited {
    font: 11px/1em Verdana, Tahoma, Verdana, sans-serif;
	font-weight: bold;  
 	cursor: pointer;
    background-image:linear-gradient(to bottom, rgba(255,255,255, 0.4), rgba(255,255,255,0.3)); 
	/*background-color: #f2f2f2;*/
	padding: 0px;
	margin: -1px 3px 0px 3px;
	border-top: 1px solid transparent;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: black; 
	/*height: 45px;*/
}

.tabladokumenti:hover {
	cursor: pointer;
    background-image:linear-gradient(to bottom, rgba(255,255,255, 0.6), rgba(255,255,255,0.6)); 
	/*background-color: #cdd1f4;*/
	border: 1px solid #f2f2f2;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
}


.tablanovosti, .tablanovosti:link .tablanovosti:visited {
    /*font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;*/
	font-family: Helvetica;
	font-weight: bold;  
 	cursor: pointer;
	padding: 4px;
	margin: 5px 2px 5px 2px;
	border: 0px solid #f2f2f2;
    color: black; 
	font-size: 11px;
	border: 0px solid red;
}

.tablanovosti:hover {
	cursor: pointer;
	border: 0px solid #f2f2f2;

}

.tablanovosti_naslov, .tablanovosti_naslov:link .tablanovosti_naslov:visited {
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	font-weight: bold;  
 	cursor: pointer;
	/*padding: 4px;*/
	border: 0px solid #f2f2f2;
    color: black; 
	font-size: 11px;
    overflow: hidden;
	text-overflow:ellipsis;
}

.aopcije, .aopcije:link, .aopcije:visited  {
	text-decoration: none; 
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	font-weight: bold;  
	cursor: pointer;
	font-size: 11px; 
	color: black;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width:auto;
	height:auto;
	border: 0px solid black;
	position: relative;
}

.aopcije_novosti, .aopcije_novosti:link, .aopcije_novosti:visited  {
	text-decoration: none; 
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	font-weight: bold;  
	cursor: pointer;
	font-size: 12px; 
	color: black;
	text-align: center;
	/*padding: 0px 0px 0px 5px;*/
	text-decoration: none;
	height: 45px;
    background-image:linear-gradient(to bottom, rgba(220,220,220, 1), rgba(220,220,225,0.98)); 
}

.opcije_novosti a {
    	float: left;
    	font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	font-weight: bold;  
	cursor: pointer;
	color: black;
	font-size: 12px; 
	text-align: center;
	padding: 11px 10px 9px 10px;
	border-radius: 0px 0px 0px 0px;
	/*background-image:linear-gradient(to bottom, rgba(0, 0, 0,0.1), rgba(0, 0, 0,0.1));*/
        background-image:linear-gradient(to bottom, rgba(220,220,220, 0.5), rgba(220,220,225,0.3)); 
	border-top: 0px solid #f2f2f2;
	border-bottom: 0px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	white-space: nowrap;
	box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.4);
        position: relative;
}

.opcije_novosti a:hover, .active {
	color: white;
	box-shadow: 0 -5px 4px 0 rgba(0, 0, 0, 0.2);
	background-image:linear-gradient(to bottom, rgba(20, 20, 20,0.9), rgba(20, 20, 20,0.8));
}

.opcije a {
    /*font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	font-weight: bold;  
	cursor: pointer;
	color: black;
	/*font-size: 12px;*/
	/*text-align: center;
	padding: 5px;
	border-radius: 2px;*/
	/*background-image:linear-gradient(to bottom, rgba(0, 0, 0,0.1), rgba(0, 0, 0,0.1));*/
    /*background-image:linear-gradient(to bottom, rgba(220,220,220, 0.5), rgba(220,220,225,0.3)); 
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	white-space: nowrap;
	box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.4);
    position: relative;*/
}

.aopcije a:hover, .active {
	color: white;
	box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.2);
	background-image:linear-gradient(to bottom, rgba(20, 20, 20,0.5), rgba(20, 20, 20,0.01));
}


.opcije, .opcije:link, .opcije:visited  {
	border-radius: 2px;
	text-decoration: none;
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	text-decoration: none; 
	font-weight: bold;  
	cursor: pointer;
	color: black;	
	padding: 3px 3px 0px 3px;
	font-size: 11px; 
	border: 0px solid transparent;
	text-align: center;
    position: relative;
	white-space: nowrap;
}


.opcije:hover  {
	cursor: pointer;	
	color: black; 
	border: 0px solid transparent;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.8);
	background-image:linear-gradient(to bottom, rgba(77, 169, 255,0.1), rgba(77, 169, 255,0.3));
}

.sveopcije {
    position: absolute;
	height: 42px;
	width: 260px;
	margin-left: -260px;
	border: 0px solid red;
}


.bopcije, .bopcije:link, .bopcije:visited  {
	display: none;
    font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	font-weight: bold;  
	cursor: pointer;
	color: black;
	font-size: 10px; 
	text-align: center;
	height: 30px;
	padding: 0px 0px 0px 5px;
	text-decoration: none; 
}

.bopcije:hover {
	cursor: pointer;	
	color: white; 
	border: 0px solid white;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.00);
	background-image:linear-gradient(to bottom, rgba(77, 169, 255,0.1), rgba(77, 169, 255,0.3));
	padding: 3px 3px 3px 3px;
    text-shadow:1px 1px 8px black;
}

/*tipka izbornik*/
.tipka_izbornik {
	font: 100%/1.5em Verdana; 
	font-size:20px; color:white; 
	padding-top: 20px; 
	cursor:pointer;
}


/*Popis dokumenata - Desno*/
.menu2 {
    width: 100%;
    display: block;
}

.menu2 a {
    color: #1f1f7a;
    font-family: Helvetica;
    font-size: 9pt; 
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    display: block;
    height: 100%;
    padding-left: 7px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #dfdfdf;
    text-decoration: none; 
    background: none;
}

.menu2 a:hover {
    background: #737373;
    transition-duration: 0.3s;
    color: white;
}

.menu2 a.active {
    background: #dfdfdf;
    color: blue;
    border-top: 0px solid #bdd3ff; 
    border-right: 0 none; 
    border-bottom: 0px solid #bdd3ff; 
    border-left: 0px solid #bdd3ff;
}



.prava_container {
  font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 5px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.prava_container input {
  font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.prava_checkmark {
  font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.prava_container:hover input ~ .prava_checkmark {
  background-color: #ccc;
}

.prava_container input:checked ~ .prava_checkmark {
  background-color: #2196F3;
}

.prava_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.prava_container input:checked ~ .prava_checkmark:after {
  display: block;
}

.prava_container .prava_checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/********************************************
  Izbornik - administrator
********************************************/ 

.sidenav {
  font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0,0.97);
  background-image:linear-gradient(to bottom, rgba(77, 169, 255,0.5), rgba(77, 169, 255,0.1));
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 5px;
  color: white;
}

.sidenav a {
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  font-size: 14px;
  color: white;
  display: block;
  transition: 0.2s;
}

.sidenav a:hover {
  color: white;
}

.sidenav .closebtn, .sidenav .closebtn:hover {
  color: transparent;
  position: relative;
  text-align: right;
  top: 10px;
  right: 5px;
  font-size: 36px;
  margin-left: 0px;
  text-decoration: none; 
  line-height: 0px;
}

#main {
  transition: margin-left .5s;
}

@media screen and (max-height: 500px) {
  .sidenav {padding-top: 0px;}
  .sidenav a {font-size: 9px;}
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.0s;
  animation-name: fade;
  animation-duration: 2.0s;
}

@-webkit-keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}

.uredivanje_dodaj_sliku_tipka {
	cursor: pointer;
}

.uredivanje_dodaj_sliku {
	font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	font-size: 12; 
	color: white; 
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.7);
	background-color:rgba(0, 0, 0, 0.6); 
	border-bottom: 0px solid white;   
	border-radius: 0px 0px 1px 1px;
	width: auto;
	padding-left: 15; 
	padding-right: 15; 
	padding-top: 5; 
	padding-bottom: 5; 
	position: absolute; 
	margin-bottom: 0; 
	margin-left: 20;
	margin-right: 0;  
	z-index: 7;
	white-space: nowrap;
	cursor: pointer;
}

.uredivanje_dodaj_sliku:hover {
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.7);
	background-color:rgba(0, 0, 0, 0.4); 
	color: white; 
	text-shadow: 1px 1px 2px black; 
}

.myImg {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    width: auto;
    min-width: 80px;
    border-radius: 5px;
    border: 1px solid white;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);
}

.novosti2 {
    width: 100%;
    color: black;
    font-weight: normal;
    text-align: left;
    display: block;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid white;
    background-image:linear-gradient(to bottom, rgba(0,0,0, 0.05), rgba(0,0,0,0.05)); 
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    text-decoration: none; 
    position: relative;
    overflow: hidden;
    border: 0px solid red;
}

.novosti_naslov2 {
    width: 100%;
    color: black;
    font-family: Helvetica;
    font-size: 11pt; 
    font-weight: bold;
    text-align: left;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px solid black; 
    text-shadow:1px 1px 8px white;
    background-image:linear-gradient(to bottom, rgba(0,0,0, 0.1), rgba(0,0,0,0.1));     
    text-decoration: none; 
    position: relative;
    border: 0px solid black;
}

.novosti_tekst2 {
    width: auto;
    color: black;
    font-family: Helvetica;
    font-size: 10pt; 
    font-weight: normal;
    text-align: left;
    /*display: block;*/
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    text-decoration: none; 
    position: relative;
    border: 0px solid green;
}

/*Kontakti admin*/
.kontakti {
    float: left;
    overflow: hidden;
    color: black;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid white;
    /*background-image:linear-gradient(to bottom, rgba(0,0,0, 0.1), rgba(0,0,0,0.1)); */
    background-image:linear-gradient(to bottom, rgba(255,255,255,1.0), rgba(245,245,245,1.0));
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none; 
    min-width: 210px;
	max-width: 250px;
    height: 170px;
}

@media screen and (max-width:500px) {
  .kontakti {
    width:90%;
  }
}


.kontakti_naslov {
    width:auto;
    color: white;
    font-family: Helvetica;
    font-size: 11pt; 
    font-weight: bold;
    text-align: left;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 13px;
    border-bottom: 0px solid black; 
    text-shadow:1px 1px 8px black;
    /*background-image:linear-gradient(to bottom, rgba(0,0,0, 0.05), rgba(0,0,0,0.05)); */ 
    background-image:linear-gradient(to bottom, rgba(25,68,102,1.0), rgba(25,68,102,1.0));   
    text-decoration: none;
    position: relative;
}

.kontakti_imeprezime {
    color: black;
    font-family: Helvetica;
    font-size: 10pt; 
    font-weight: bold;
    text-align: left;
    display: block;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none; 
    position: relative;
}


.kontakti_ostalo {
    color: black;
    font-family: Helvetica;
    font-size: 9pt; 
    font-weight: normal;
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none; 
    position: relative;
}

/*Poslovi admin*/
.poslovi_admin {
  display: block;
  white-space: nowrap; 
  text-overflow: ellipsis;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  float: left;
  width: 200px;
  height: 200px;
  align: center;
  margin-top: 40px; 
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.poslovi_admin:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  /*margin-top: 30px; */
}

@media screen and (max-width:500px) {
  .poslovi_admin {
    width:90%;
  }
}


.poslovi_admin_naslov {
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: gray; 
  background-image:linear-gradient(to bottom, rgba(25,68,102,1.0), rgba(25,68,102,1.0));   
  color: white;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
  text-shadow:1px 1px 8px black;
  transition: 0.3s;
  float: left;
  width: 100%;
  height: auto;
  font-family: Helvetica;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.poslovi_admin_imeprezime {
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
	height: 30px;
    color: black;
    font-family: Helvetica;
    font-size: 10pt; 
    font-weight: bold;
    text-align: left;
    display: block;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none; 
    position: relative;
}


.poslovi_admin_ostalo {
	height: auto;
    color: black;
    font-family: Helvetica;
    font-size: 9pt; 
    font-weight: normal;
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0x;
    text-decoration: none; 
    position: relative;
}

.poslovi_admin_ostalo c {
	display: block;
	padding-left: 5px;
    padding-right: 0px;
	padding-top: 1px;
    padding-bottom: 1px;
	margin-top: -5px;
    margin-bottom: 0px;
}