@charset "utf-8";


/* --------------- END RESET --------------- */
/* CSS Document */
/***************************************************
  main
 ***************************************************/
*{font-family: Arial,Helvetica,sans-serif;
	font-size:1em;
	color:#FFF}
body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body{background:#383838}
form{
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}
p{
	color:#FFF;
	}
.report{
	padding:5%;
	width:90%;
	height:90%;
	}
 /***************************************************
 forma
 ***************************************************/
 #widget-docs{
	 width: auto;
	 height:auto;
	 padding: 0 .5em;
 }
 
 .naslov{
	padding:0;
	width: 100%;
	height: 1em;
	display: inline;
	float: left;	
	}
	.input{
	display: inline;
	float: left;
	height: 1em;
 	width: 100%;
 	}
 	.input input, .inputa input{
	background:#999;
	height: 1em;
	width:100%;
 	}
	.nap{
		padding:0;
		display:block;
		height:auto;
		width:100%;
		}
	.submit{
		clear:both;
		display:block;
		height:auto;
		width:100%;
		}
	.unos_nap textarea {
	width:100%;
	height:4.6em;
	overflow: auto;	
	padding:0;
}
.unos_nap_error textarea, .unos_nap_error textarea:hover {
	width:99.8%;
	height:4.6em;
	overflow: auto;	
	background:#FFF;
	border:#F00 0.1% solid;
	color:#333;
	padding: 0;
}

.unosi{
	width:100%
	}

.uno_naslov, .naslov_nap{
    width: 100%;
    padding: 0;
    height: 1em;
	}
.uno_input input, .uno_input select{
	width:100%;
	}
.uno_input, .unos_nap{
	width:100%;
	height:auto;
	padding:.2em 0 .3em 0;
	}
.uno_input_error input, .greska input{
	background:#933;
	color:#FFF;
	width:100%;
	}
.submit input{
	width:30%;
	height:1.6em;
	float:right;
    display: block;
    text-align: center;
	background: #F00;
    background: -moz-linear-gradient(center top , rgb(212, 34, 64), rgb(191, 13, 43)) repeat scroll 0% 0% rgb(196, 18, 51);
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
    border: .05em solid rgb(112, 1, 20);
    border-radius: 3px 3px 3px 3px;
    text-decoration: none;
    box-shadow: 0px 1px 0px rgb(245, 67, 97) inset;
	}
.submit input:hover,
.submit input:focus{
	background: -moz-linear-gradient(center top , rgb(185, 16, 44), rgb(206, 37, 65)) repeat scroll 0% 0% rgb(185, 16, 44);
    box-shadow: 0px -1px 0px rgb(245, 67, 97) inset;
}
	select, checkbox, input, textarea{
		border:0;
		color:#000;
		}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  color: #000;
}
.clr{
	clear: both;
	display: block;
	float: none;	
}