/********************************************
   HTML ELEMENTI
********************************************/ 

/* Glavni color: blue;*/
* { margin: 0; padding: 0; }

body   {  font: 100%/1.5em Verdana, Tahoma, Verdana, sans-serif; background-color: #fff }


/* linkovi #f8f8f8  color: #21478f; background-color: #cdd1f4; */

a, a:link       { text-decoration: none;  /*margin: 5px 5px; padding: 5px 5px;*/ cursor: pointer;}
a:hover       { /*margin: 5px 5px; padding: 5px 5px; border: solid 0px blue;*/ cursor: pointer;}



/* headeri */
h1 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1  { font-size: 12pt }

h1, p {
	margin: 0;
	padding: 10px;		
}


/* elementi forme */

form {
	padding: 5px; 
	margin: 10px 20px 20px 10px;
	/*border: 0px solid #f2f2f2;*/
	/*background-color: #FAFAFA;*/
}


label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}



textarea   { font: 1em Verdana, sans-serif; padding: 2px; border: solid 0px #eee; width: 100%; height: 100%; display: block }
.textarea1    { font: 1em Verdana, sans-serif; padding: 2px; border: solid 0px #eee; width: 440px; height: 50px; display: block }
.textarea2   { font: 1em Verdana, sans-serif; padding: 2px; border: solid 0px #eee; width: 800px; height: 300px; display: block }

input {
	height: 30px;
	padding: 0px;
	border: 0px solid;
	/*font: normal 1em Verdana, sans-serif;*/
	color: black;
}

.btn-file {
    position: relative;
    overflow: hidden;
    color: black;
}

.btn-file input[type=file] {
  /*min-width: 100%;*/
  /*min-height: 100%;*/
  width: 500px;
  height: 30px;
  font-size: 20px;
  text-align: right;
  /*filter: alpha(opacity=0);*/
  opacity: 0.9;
  outline: none;
  background-color:rgba(255, 255, 255, 0.3);
  cursor: inherit;
  color: black;
}


.input_tekst { 
	height: 30px;
	width: 500px;
	margin: 0px; 
	font: bolder 12px Arial, Sans-serif; 
	padding: 0px 0px;
	border: 0px solid;
	background-color:rgba(255, 255, 255, 0.3);
	color: black;
}

.input_tekst:hover { 
	height: 30px;
	width: 500px;
	margin: 0px; 
	font: bolder 12px Arial, Sans-serif; 
	padding: 0px 0px;
	background-color:rgba(51, 153, 255, 0.3);
	color: black;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.tipka_posalji { 
	height: 35px;
	width: 250px;
	cursor: pointer;
	margin: 0px; 
	font: bolder 15px Arial, Sans-serif; 
	padding: 0px 0px;
	background-color:rgba(255, 255, 255, 0.3);
	color: #FFF;
}

.tipka_posalji:hover { 
	height: 35px;
	width: 250px;
	cursor: pointer;
	margin: 0px; 
	font: bolder 15px Arial, Sans-serif; 
	padding: 0px 0px;
	background-color:rgba(51, 153, 255, 0.3);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
	color: #FFF;
}

/*
input.button { 
	height: 30px;
	width: 200px;
	cursor: pointer;
	margin: 0px; 
	font: bolder 12px Arial, Sans-serif; 
	padding: 0px 0px;
	background: #275F6C;
	color: #FFF;
}
*/
/********************************************
   Izgled 
********************************************/ 
.naslov_glavni1 {
    color:   #ff1a1a;
    color:   white;
    font-size: 32px;  
    padding: 15px 0px 0px 35px;
    font-weight: 900;
    text-shadow:1px 2px 3px black;
}

.naslov_glavni2 {
    color: white;
    font-size: 22px;  
    padding: 0px 0px 0px 350px;
    font-weight: 200;
    text-shadow:1px 1px 2px black;
}

.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; 
    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 {
    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: 0px;
    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_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: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: 160px;
    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;
    position: relative;
}

.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;
    width: 160px;
    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;
}


#glavni  { float: left; margin: 0; padding: 0; width: 100% }
#glavni h1   { font-size: 12pt; margin: 10px 0 0; padding: 3px 0 3px 20px }

#glavni h2    { margin: 20px 0 0; padding: 10px 0 3px 30px }

.dno-posta  { font-size: 95%; background-color: #fafafa; margin: 15px 10px 0; padding-right: 5px; padding-left: 5px; border: solid 1px #f2f2f2 }

.dno-posta .datum  { font-size: 10pt; background: url(sat.gif) no-repeat left center; margin: 0 10px 0 5px; padding-left: 20px }
.dno-posta .autor  { font-size: 10pt; background: url(autor.gif) no-repeat left center; margin: 0 10px 0 5px; padding-left: 20px }
.dno-posta .opsirnije  { font-size: 10pt; background: url(ops.gif) no-repeat left center; margin: 0 10px 0 5px; padding-left: 20px }

.lijevo { text-align: right; }

/*.tabla {*/
        /*background-image:linear-gradient(to bottom, rgba(255,255,255, 0.4), rgba(255,255,255,0.4));*/ 
	/*background-color: #FAFAFA;*/
	/*padding: 5px; margin: 10px 20px 0 20px;*/
	/*border: 1px solid #f2f2f2;*/
	/*font-size: 95%;}*/

.popis, .popis:link, popis:visited  {
	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;
}

.tabladokumenti {
 	cursor: pointer;
        background-image:linear-gradient(to bottom, rgba(255,255,255, 0.4), rgba(255,255,255,0.4)); 
	/*background-color: #f2f2f2;*/
	padding: 5px; margin: 10px 20px 0 20px;
	border: 0px solid #f2f2f2;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 95%;	
}

.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;*/
	padding: 5px; margin: 10px 20px 0 20px;
	border: 0px solid #f2f2f2;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
	font-size: 95%;	
}
