* {
		margin:0;
		padding:0;
	}

	html{
		height:100%;
		}

body {
	*background:red;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	*letter-spacing: 1px;	
}

.topnav {
  overflow: hidden;
  background-color: #000040;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 13px;
  text-decoration: none;
  font-size: 18px;
}

.active { 
  background-color: #000040;
  color: white;
  height:46px  
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
   background-color: #000040;	
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #004fff;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 1000px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


.icon-bar {
	float:left;
    width: 40px;
    background-color: #555;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
}

.icon-bar a:hover {
    background-color: #000;
}

	#omotac{
		*background:#ffff00;
		width:94%;
		padding:3%;	
		margin:0;
		overflow:auto;
	}
			
			#leftmenu{ 
				*background:yellow;				
				position: fixed;
				float:left;
				width:20%; 
				height:85%;		
				overflow:auto;	
			}
	
						#lmenu,
						#lmenu ul,
						#lmenu li,
						#lmenu a {						
						  margin:0;
						  padding: 0;
						  border: 0;
						  list-style: none;
						  text-decoration: none;
						  position: relativ;

						}
						#lmenu {
						  float:left;
						  width: 98%;
							-webkit-box-shadow: 1px 1px 15px #888;
							-moz-box-shadow: 1px 1px 15px #888;
							box-shadow: 1px 1px 15px #888;							  
						}
						#lmenu a {
						  font-size: 12px;							
						  line-height: 12px;
						}
						#lmenu > ul > li {
						  background: -moz-linear-gradient(#008fff 0%, #0000ff 100%);
						  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
						  background: -webkit-linear-gradient(#008fff 0%, #0000ff 100%);
						  background: linear-gradient(#008fff 0%, #0000ff 100%);
						}
						#lmenu > ul > li:hover {
						  background: -moz-linear-gradient(#0000ff 0%, #008fff 100%);
						  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
						  background: -webkit-linear-gradient(#0000ff 0%, #008fff 100%);
						  background: linear-gradient(#0000ff 0%, #008fff 100%);
						}
						#lmenu > ul > li > a {
						  font-size: 12px;
						  font-weight:bold;	
						  padding:10px 5px;  						  
						  display: block;
						  background: url(pattern.png) top left repeat; 
						  color: #ffffff;
						  border: 1px solid #000080;
						  border-top: none;						  
						  text-shadow: 0 -0.5px 0.5px #751d0c;
						}
						#lmenu > ul > li > a > span {
						  display: block;
						  padding: 12px 10px;
						}
						#cssmenu > ul > li > a:hover {
						  text-decoration: none;
						}
						#lmenu > ul > li.active {
						  border-bottom: none;
						}
						#lmenu > ul > li.has-sub > a span {
						  background: url(icon_plus.png) 98% center no-repeat;
						}
						#lmenu > ul > li.has-sub.active > a span {
						  background: url(icon_minus.png) 98% center no-repeat;
						}

						#lmenu ul ul {
						  display: none;
						  background: #fff;
						  border-right: 1px solid #a2a194;
						  border-left: 1px solid #a2a194;
						}
						#lmenu ul ul li {
						  padding: 0;
						  border-top: none;
						  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
						  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
						  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
						  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
						}
						#lmenu ul ul li:last-child {
						  border-bottom: none;
						}

						#lmenu ul ul a {
						  padding: 10px 10px 10px 15px;
						  display: block;
						  color: #000080;
						  font-size: 13px;
						  font-weight: normal;
						}

						#lmenu ul ul a:hover {
						  color: #006fff;
						  background: #ccc;						  
						}
						
	#printMe{
		width:94%;
		margin:0 3%
	}
						
												
	#desno{
		*background:#00ff00;
		position: fixed;		
		width:74%;
		height:86%;
		padding:0 3%;
		margin:0 0 0 20%;
		overflow:auto;
	}
		
				
			#upitnik{
				border-collapse: collapse;					 		
				}	

			#upitnik th {   
				font-size:13px;
				font-weight:600;
				padding:8px 0;	
				border: 1px solid #aaa;				
				}
				
			#upitnik tr, td, th {   
				font-size:13px;			
				padding:3px;	
				border: 1px solid #aaa;				
				}				

			#upitnik tr:nth-child(even) {
				background-color: #eee;		
				} 
				
			#upitnik tr:hover {
				background-color:  #07ffff;	
				} 	

	
			.customers {  							/* tablica*/
				  font-size:13px;
				  border-collapse: collapse;
				  width: 60%;
				  font-weight:400;
			}	
				
			.customers td, .customers th {
			  border: 1px solid #ddd;
			  padding: 6px;
			}

			.customers th {
				background:#000050;
				color:#fff;
}	

				input[type=text]{
					width: 100%;
					padding: 8px 20px;
					*margin: 8px 0;
					border: 1px solid #ccc;
					border-radius: 5px;
					box-sizing: border-box;
				}
				
				.button_prijava[type=submit] {
					width: 100%; 
					background-color:#00a000; 
					font-size:20px;	
					font-weight:bold;										
					color:#fff;
					padding:15px;
					margin: 18px 0;					
					border: none;					
					border-radius: 5px;
					-webkit-box-shadow: 0 0 30px #444;
					-moz-box-shadow:0 0 30px #444;
					box-shadow:3px 3px 15px #444;					
				}				

				.button_prijava[type=submit]:hover {					
					background-color:#00cd00;	  					
					-webkit-box-shadow: 0 0 -5px #333;
					-moz-box-shadow: 0 0 5-px #333;
					box-shadow:  0 0 5px #333;					
					transition: 0.3s ease-in-out;						
				}
				.button_odustani {
					float:right;
					min-width: 160px;	
					font-weight: bold;						
					line-height: 18px;	
					font-size:15px;		
					text-decoration: none;
					color: white;	
					text-align:center; 					
					padding: 5px 5px;
					margin:5px 1px;
					border: 1px solid #eee;	
					border-radius: 5px;					
					cursor: pointer;
						background: -webkit-linear-gradient(#ff4500, #cd0000); /* For Safari 5.1 to 6.0 */  
						background: -o-linear-gradient(#ff4500, #cd0000); /* For Opera 11.1 to 12.0 */
						background: -moz-linear-gradient(#ff4500, #cd0000); /* For Firefox 3.6 to 15 */
						background: linear-gradient(#ffa000, #cd0000); /* Standard syntax */ 	 						
				}				

				.button_odustani:hover {				
					cursor: pointer;
					background: #ff0000; 
				}		
				
				.button_upitnik {
					font-weight: bold;						
					line-height: 18px;	
					font-size:15px;		
					text-decoration: none;
					color: white;	
					text-align:center; 					
					padding: 5px 25px;
					border: 1px solid #eee;	
					border-radius: 5px;					
					cursor: pointer;
						background: -webkit-linear-gradient(#ff4500, #cd0000); /* For Safari 5.1 to 6.0 */  
						background: -o-linear-gradient(#ff4500, #cd0000); /* For Opera 11.1 to 12.0 */
						background: -moz-linear-gradient(#ff4500, #cd0000); /* For Firefox 3.6 to 15 */
						background: linear-gradient(#ffa000, #cd0000); /* Standard syntax */ 	 						
				}				

				.button_upitnik:hover {				
					cursor: pointer;
					background: #ff9900; 
				}					

		.error{
			color:red;
			font-weight:600;
		}
		
		h1, h2, h3, h4{
			color:#777;
		}
		
		.naslovni{
			padding:20px 0;
			*background:#eeefff;			
			float:left;
			box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
			width: 23%;
			min-height: 220px;
			margin: 1%;
			text-align: center;
		}
		
		.naslovni:hover{
			background:#fff;				
			box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		}

@media screen and (max-width:1000px) {
  .naslovni {
    width:48%; 
  }
}			

@media screen and (max-width:600px) {
  .naslovni {
    width:100%; 
  }
}	