@charset "UTF-8";
@font-face {
	/*font-family: 'LW';
	src: url('fonts/LW.woff') format('woff'),  url('fonts/LW.ttf') format('truetype'),  url('fonts/LW.svg#LW') format('svg');
	font-weight: normal;
	font-style: normal;
	*/
}
@font-face {
	/*font-family: 'fonts/linowrite';
	src: url('fonts/linowrite.eot');
	src: url('fonts/linowrite.eot?#iefix') format('embedded-opentype'),  url('fonts/linowrite.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;*/
}
h1, h2 {
	/*font-family: 'fonts/linowrite';
	font-family: 'LW';*/
	font-family: 'linowrite';
    src: url('fonts/linowrite.eot');
    src: url('fonts/linowrite.eot') format('embedded-opentype'),
         url('fonts/linowrite.woff2') format('woff2'),
         url('fonts/linowrite.woff') format('woff'),
         url('fonts/linowrite.ttf') format('truetype'),
         url('fonts/linowrite.svg#linowrite') format('svg');

}
body {
	background:url(img/effect_2.png) repeat #f6dfd9;
	/*background: url('img/bkg.jpg') no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
* {
	font-family: 'Droid Sans', sans-serif;
}
.logo {
	border-bottom: 1px solid #d2c7c1;
	padding: 20px 0;
	margin-bottom: 20px;
}
.container-sfondo {
	background-color: #f6dfd9;
	/*background-color: rgba(0, 0, 0, 0);*/
	/*background:url(img/effect_2.png)*/
}
/*navbar*/
/*
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.nav li a {
	border-bottom: none;
}
.nav li a i {
	margin-right: 0px;
}
*/
/*navbar*/

a {
	text-decoration: none !important;
	color: #333333;
}
a:hover {
	text-decoration: none !important;
	color: #5d79bb;
}
.colore1 {
	color: #666;
}
.area-ricerca {
	background-color: #eee;
	min-height: 100% !important;
}
.scheda-reports img {
	/* ... */
	-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
 	filter: progid:DXImageTransform.Microsoft.Shadow(rgba(0, 0, 0, 0.1), Direction=135, Strength=10);
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.scheda-reports h1 {
	margin: 0;
	padding: 0 0 10px 0;
}
.scheda-reports h1::after {
	content: " »"
}
.fascia-download {
	background-color: rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin-bottom: 15px;
	overflow: auto;
}
.dashed {
	border-top: 1px dashed #333;
}
/*spaziatura verticale*/
.voff {
	margin-top: 2px;
}
.voff1 {
	margin-top: 5px;
}
.voff2 {
	margin-top: 10px;
}
.voff3 {
	margin-top: 15px;
}
.voff4 {
	margin-top: 30px;
}
.voff5 {
	margin-top: 40px;
}
.voff6 {
	margin-top: 60px;
}
.voff7 {
	margin-top: 80px;
}
.voff8 {
	margin-top: 100px;
}
.voff9 {
	margin-top: 150px;
}
/*.spaziatura verticale*/

/*formattazione form di ricerca e form login*/
.alert {
	border: none;
	border-radius: 0px;
}
.sidebar-offcanvas {/*menu laterale per inserimento credenziali*/
	padding: 0 15px;
}
.my-button-auto {
	/*background-color:#d9d0b9;*/
	background-color: rgba(0, 0, 0, 0.1);
}
.my-button {
	width: 100% !important;
	/*background-color:#d9d0b9;*/
	background-color: rgba(0, 0, 0, 0.1);
}
.my-button-reg {
	width: 100% !important;
	/*background-color:#d9d0b9;*/
	background-color: rgba(0, 0, 0, 0.1);
	padding-right: 45px;
}
.input-group-addon {
	/*background-color:#d9d0b9;*/
	background-color: rgba(0, 0, 0, 0.1);
	border: none;
	/*border-radius: 0px !important;*/
}
#custom-search-input input, #custom-search-input select {
	outline: none;
	border: none !important; /* bordo degli elementi */
	box-shadow: none;
	/*border-radius: 0px !important;*/
}
#custom-search-input button {
	/*background-color:#d9d0b9;*/
	background-color: rgba(0, 0, 0, 0.1);
}
#custom-search-input button:hover {
	outline: none;
}
input, input:focus, textarea:focus, select {
	outline: none;
	border: none !important; /* bordo degli elementi */
	box-shadow: none;
	color: #000;         /* colore del testo     */
}
input, select {
	padding: 5px 10px;
	width: 100%;
	background-color: #FFF;
	border: none;/*border-bottom:1px dashed #333;*/
}
input[type="checkbox"], input[type="submit"] {
	width: auto;
	vertical-align: middle;
	border-bottom: none;
}
@media (max-width: 370px) {/*per sistemare i btn di registrati e recupera password -> se necessario*/
.sidebar-offcanvas {
	width: 100%;
}
}
/*.formattazione form di ricerca*/

/*personalizzazione usercake*/
.close {
	margin-top: 3px;
	font-size: 14px;
}
.alert > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*.personalizzazione usercake*/

/*modal*/
.modal-content, .btn, imput {
	/*border-radius: 0px !important;*/
}
/*.modal*/
