﻿


/* @charset "utf-8";*/
/* CSS Document */
#maindiv{width:auto;}
/* #rightdiv, #leftdiv{ width:calc((100%-auto)/2); } */

#grad1 {height:200px; background: linear-gradient(to bottom right, rgba(227, 240, 227, 0.1), rgba(108, 180, 108) ); }
.grad1 {height:200px; background: linear-gradient(to bottom right, rgba(227, 240, 227, 0.1), rgba(108, 180, 108) ); }


body {
  

	/*background-image: url("/backgroundimage/gorice_ludbreske_manja2.jpg");*/
   

	
	/*linear gradijent ćemo kasnije uključiti*/
	/* background-image: url("gorice_ludbreske.jpg"), -moz-linear-gradient(top,rgb(8,138,8,0.2), rgb(8,138,8)); 
	background-image: linear-gradient(to bottom right, rgba(8,138,8,0.05) 70%, rgba(150,207,150,1.00)), url("gorice_ludbreske.jpg") ;   */
	 
	background-size: cover;
	background-repeat: no-repeat; 
	background-position:top;
	background-attachment: fixed;
    background-color: transparent;
	line-height:0;
	
	}

 
	

img
{max-width:100%;height: auto; width:auto\9; }
 
.menu {width:100%; color:rgba(249,249,249,1.00) ; background-color:#4CAF50; 
       padding-bottom: 10px;
       padding-top: 10px ;
	   padding-left: 50px;
	   height:50px  }
	   
.menumobilni {
	   width:100%;
	   color:rgba(249,249,249,1.00) ; 
	   background-color:#4CAF50; 
       padding-bottom: 10px;
       padding-top: 10px ;
	   /*padding-left: 0px;*/
	   height:58px;  
	   max-width:430px;   }	  
 
.menu-item1{ padding-left: 10px; padding-right: 10px; padding-bottom: 2px;}

li a { display:block; width:100px; background-color:rgba(228,201,17,1.00) }

.dropbtn{
background-color:#4CAF50;
color:white;
font-size:14px;
box-shadow: none;
border:none;
}
.dropdown{ position:relative; display:inline-block;}
.dropdown-content{ display:none; position:absolute;
 background-color:#1ac558;
border:none;
cursor:pointer;
min-width:160px;
box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1; }

.dropdown-content a {
	color:black;
	padding: 10px 16px; 	
	text-decoration:none; 
	display:block;}
.dropdown-content a:hover {background-color:#f1f1f1;}	
.dropdown:hover .dropdown-content {display:block;}
.dropdown:hover .dropbtn { background-color: #3e8e41;}

.dropdown-content-normal { position:absolute;
 background-color:#1ac558;
border:none;
cursor:pointer;
min-width:160px;
box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1; }
.dropdown-content-normal a:hover {
	/*background-color:#f1f1f1;*/
     background-color:#E8D3D3;
	 }	

 
.dropdown-content-normal a {
	color:black;
	padding: 10px 16px; 	
	text-decoration:none;
	display:block;}


#rcornersadmin {
	border-radius:25px;	
	background: #73AD21;
	background:rgba(67,199,56,0.50);
	font-family: Arial, Geneva, sans-serif; 
	}

.admin {
	display: inline-block;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;	
	width:350px;
	height: 200px;
	margin:auto;
	border:2px solid;}	
	
label.field4 {
text-align: right;
width: 110px;
float:left;
}	
input.textbox-xx {
float:left;
}

.dugme_da {
 font-family: Arial, Geneva, sans-serif; 
background-color:#BAEFC5;
/* font-weight: bold; */
}

.dugme_ne {
font-family: Arial, Geneva, sans-serif; 
background-color:#FFCBC4;
/* font-weight: bold; */
}

.formamenu {
margin-bottom:0px;
}

.dugme_trazi_1 {
/* podmeni za programski dio, za na galvnom menio lijevi dio */
/* font-family: Arial, Geneva, sans-serif; */
border-top: 2px solid #96d1f8;
border-left: 2px solid #96d1f8;
background-color:#BCF5A9;
/*
background: -webkit-gradient(linear, left top, left bottom, from(#3e779d),
    to(#65a9d7) );
background: -moz-linear-gradient(top, #C9E5F3, #9ACEF0);	
*/
padding: 3px 3px; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 6px;
width:80px; 
text-align:center;
-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
box-shadow: rgba(0, 0, 0, 1) 1px 1px 1px;
/* text-shadow: rgba(0, 0, 0, .4) 0 1px 0; */
/*font-family: Segoe; */
/* font-weight: bold; */
/* font-size: 7px; */
vertical-align: middle;
margin-bottom: 3px;
}
.tekst1
{ font-family: Arial, Geneva, sans-serif; }
.elementizlet
{ 
/*width:400px;*/
max-width:400px;
height:180px;
overflow:hidden;
float:left;
margin-top:20px;
font-size:12px;
background-color:rgba(168,209,172,0.80);
background: linear-gradient(to bottom right, rgba(24, 163, 27, 0.80), rgba(168, 209, 172, 0.6) ); 
/*rgba rgba(24,163,27,1.00)*/
}
.elementizletplavkasto
{ 
/*width:400px;*/
max-width:400px;
height:180px;
overflow:hidden;
float:left;
margin-top:20px;
font-size:12px;
background-color:rgba(168,209,172,0.80);
background: linear-gradient(to bottom right, rgba(0, 183, 255, 0.8), rgba(102, 255, 204, 0.6));
/*background: linear-gradient(to bottom right, rgba(24, 163, 27, 0.80), rgba(168, 209, 172, 0.6) ); */

/*rgba rgba(24,163,27,1.00)*/
}



.elementobavijest
{ 
/*width:400px;*/
max-width:400px;
height:180px;
overflow:hidden;
float:left;
margin-top:20px;
font-size:12px;
background-color:rgba(168,209,172,0.80);
/*background: linear-gradient(to bottom right, rgba(24, 163, 27, 0.80), rgba(168, 209, 172, 0.6) ); */
background: linear-gradient(to bottom right, rgba(231, 237, 188, 0.8), rgba(168, 209, 172, 0.6) );
/*rgba rgba(24,163,27,1.00)*/
}


.nazivelement { 
height:auto;
max-width:400px;
text-align: left; 
font-weight:700;
font-size:14px; 
border-bottom:solid;
float:left;
;
	}
.opiselement { 
overflow:hidden; 
font-size:12px;  
float:left;
max-width:400px;

	}	
.fotka { 
background-color: #14D1B7;   
float:left;
width:80px;
height:80px;
margin:5px;
}
.kratkiopis {
	 /*float:right;*/
	 max-width:390px;
	 margin-left:90px;
	 }
.datumi {
	/*width:400px;*/
	max-width:400px;
	text-height:14px;	
	font-weight:bold;
	color:#F5F5F5;
	float:left;
	}
.vrsta {width:200px;float:left;}
	
.vidivise
{ float:right;
/*width:80px; */
/*background-color:#D98B1B;*/
}

.otkazan
{
/*width:400px;*/
max-width:400px;
float:left;
color: #a40d1d;
font-weight: bold;
line-height: 1.0;
	}
#mceu_53 { margin-left:116px;}	
#mceu_145 { margin-left:116px;}	

.dugmesaznajvise {
background:    #ffe599;
background:    -webkit-linear-gradient(#ffe599, #e69138);
background:    linear-gradient(#ffe599, #e69138);
border:        2px solid #725130;
border-radius: 11px;
padding:       3px 18px;
color:         #38761d;
display:       inline-block;
font:          normal 700 17px/1 "Open Sans", sans-serif;
text-align:    center;
text-shadow:   1px 1px #999999;
}

.myfile {
position:relative; overflow: hidden;  clear: left;}
.myfile input[type="file"] {
}
#fotkaizlet1 { 
	width:250px;
	height:250px;	
	margin-left:116px;
	border: 2px solid #999;
	}
.kratkeinfolijevo
{
width:260px;	
border:        2px solid #725130;
float:left;
font:normal  12px "Open Sans", sans-serif;
background:    -webkit-linear-gradient(#379B1A, #BCD0BB);
background:    linear-gradient(#379B1A, #BCD0BB); 

/*background:    -webkit-linear-gradient(#D7ECD1, #EEF2EE);
background:    linear-gradient(#D7ECD1, #EEF2EE);*/

 
	}	
	
#veceinfodesno
{
width:600px;	
float:right;
font-size:13px;
border:        2px solid #725130; 
/*background:    -webkit-linear-gradient(#379B1A, #BCD0BB);
background:    linear-gradient(#379B1A, #BCD0BB);*/

background:    -webkit-linear-gradient(#D7ECD1, #EEF2EE);
background:    linear-gradient(top, #D7ECD1, #EEF2EE);



	}	

#veceinfodesnomobile
{
width:350px;	
float:right;
font-size:13px;
border:        2px solid #725130; 
/*background:    -webkit-linear-gradient(#379B1A, #BCD0BB);
background:    linear-gradient(#379B1A, #BCD0BB);*/

background:    -webkit-linear-gradient(#D7ECD1, #EEF2EE);
 background-image: -webkit-linear-gradient(top, #D7ECD1 , #EEF2EE ); 
 background:    linear-gradient(top, #D7ECD1, #EEF2EE); 


margin-right:250px;
	}	


	
.prikazikona
{ width:31px;/*height:31px;*/float:left; margin-left:4px; margin-bottom:3px;}	
.prikazkratkainfo
{float:right;padding-left:2px; text-align: left; width:215px}	
.prikazelement
{ overflow:auto; margin-top:5px;}
.linea1 { width: 130px; margin-right: auto; margin-left: auto;}
.linea3 { width: 130px; margin-right: auto; margin-left: auto;margin-top:0px;}
.prikazdugainfo
{float:right;padding-left:2px; text-align: left; width:560px; padding-right:2px; }	
.prikazdugainfomobile
{float:right;padding-left:2px; text-align: left; width:310px}	


.pdugainfo { margin-top:0px; margin-bottom:0px;}
.linea2 { width: 130px; margin-right: auto; margin-left: auto; margin-top:5px; margin-bottom:0px; border-top: 1px solid #B9C0D7;}
.lpoprikaz
{
/*width:700px;	*/
left-margin:auto;
right-margin:auto;
font-size:13px;
border:        2px solid #725130; 
background:    -webkit-linear-gradient(#379B1A -80%, #BCD0BB 50%);
background:    linear-gradient(#379B1A -80%, #BCD0BB 50%);
	}	
.manjistatusgore
{ max-width:870px; 
color: #000000;
background:    -webkit-linear-gradient(#379B1A, #BCD0BB);
background:    linear-gradient(#379B1A, #BCD0BB);
font-size:9px;
text-align:right;
padding-right:3px;
}

.informacijeispred
{ max-width:870px; 
color: #000000;
background:    -webkit-linear-gradient(#379B1A -80%, #BCD0BB 50%);
background:    linear-gradient(#379B1A -80%, #BCD0BB 50%);
font-size:12px;
text-align: center;
padding-right:3px;
}

.informacijeiza
{ 
margin-top: 0px;
margin-bottom:100px; 
color: #000000;
background:    -webkit-linear-gradient(#379B1A -80%, #BCD0BB 50%);
background:    linear-gradient(#379B1A -80%, #BCD0BB 50%);
font-size:12px;
text-align: center;
padding-right:3px;
}

.informacijestranica
{ 
margin-top: 20px;
margin-bottom:0px; 
color: #000000;
/*
background:    -webkit-linear-gradient(#379B1A -80%, #BCD0BB 50%);
background:    linear-gradient(#379B1A -80%, #BCD0BB 50%);
*/
font-size:12px;
text-align: center;
padding-right:3px;
}

.brojacposjeta
{ max-width:870px; 
color: #000000;
background:    -webkit-linear-gradient(#379B1A, #BCD0BB);
background:    linear-gradient(#379B1A, #BCD0BB);
font-size:9px;
text-align:right;
padding-right:3px;

}
 
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}


.podijelifbgore
{float:right;  
  background-color:#1571E0;
  color:rgba(251,249,249,1.00);
  font-weight:700;
  border-radius:5px;
  height:35px;
  padding-top:5px;
  margin-right:3px;    
}

.podijelifbdolje
{float:left;  
  background-color:#1571E0;
  color:rgba(251,249,249,1.00);
  font-weight:700;
  border-radius:5px;
  height:35px;
  padding-top:5px;
  margin-bottom:50px;
  margin-left:3px;
}
.kontaktnaslov {
	 margin-top:6px; font-size:16px; 
	 text-decoration: underline; 
	 margin-left:3px;
	 padding-top:0px;}
.izmedjuracunalo {
	width:70px;float:left;margin-top:50px;
}
.izmedjumobile {
	width:0px;float:left;margin-top:20px;
}
.odlomakodmak {margin-left:30px;} 
label.prijavaizletlab {
	 text-align: right;
     width: 100px;
     float:left;}

label.field3 {
text-align: right;
width: 100px;
float:left;
}	
input.prijaviizlet {   
float:left; 
}

.prijavaizletveliki {
    /*display:inline-block;
	position:fixed;*/
	left:0;
	right:0;	
	margin:auto;
	border:2px solid;
	border-radius:25px;
	background:rgba(67,199,56,0.5);
	font-family: Arial, Geneva, sans-serif;
	font-size:12px;
	height:525px;
	max-width:310px; 	
	/*top:60px;*/
	bottom: auto;
	margin-top: 10px;
	
	}
	
.prijavaizletmobile {
    display:inline-block;
	/*position:fixed;*/
	left:0;
	right:0;	
	margin:auto;
	border:2px solid;
	border-radius:25px;
	background:rgba(67,199,56,0.5);
	font-family: Arial, Geneva, sans-serif;
	font-size:12px;
	height:auto;
	max-width:310px; 	
	top:60px;
	bottom: auto;
	
	}	
/*	
#rcorners1 {
	border-radius:25px;	
	background: #73AD21;
	background:rgba(67,199,56,0.50);
	font-family: Arial, Geneva, sans-serif; 
	}	
*/	

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}
a.dugmenoviizlet { 
background: #073763;
background:    -webkit-linear-gradient(#073763, #3d85c6);
background:    linear-gradient(#073763, #3d85c6);
border-radius: 10px;
padding:       8px 20px;
color:         #ffff00;
display:       inline-block;
font:          normal 700 24px/1 "Calibri", sans-serif;
text-align:    center;
text-shadow:   2px 2px #000000;
}

#dugmenoviizlet { 
background: #073763;
background:    -webkit-linear-gradient(#073763, #3d85c6);
background:    linear-gradient(#073763, #3d85c6);
border-radius: 10px;
padding:       8px 20px;
color:         #ffff00;
display:       inline-block;
font:          normal 700 24px/1 "Calibri", sans-serif;
text-align:    center;
text-shadow:   2px 2px #000000;
}
