@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light.eot');
	src: url('../fonts/roboto-light.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype'), url('../fonts/roboto-light.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotomedium';
	src: url('../fonts/roboto-medium.eot');
	src: url('../fonts/roboto-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium.woff') format('woff'), url('../fonts/roboto-medium.ttf') format('truetype'), url('../fonts/roboto-medium.svg#robotomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotomedium_italic';
	src: url('../fonts/roboto-mediumitalic.eot');
	src: url('../fonts/roboto-mediumitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-mediumitalic.woff') format('woff'), url('../fonts/roboto-mediumitalic.ttf') format('truetype'), url('../fonts/roboto-mediumitalic.svg#robotomedium_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular.eot');
	src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype'), url('../fonts/roboto-regular.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 30px;
}
body, .box_modulo, .tabella .table tbody tr {
	background: url('../img/bg_noise.png') repeat 0 0 #fff;
}
body, .cont_login label, .logo_ente h3, .logo_ente h4 {
	font-family: 'robotolight';
	font-weight: 300;
}
a:hover, a:active, a:focus {
	outline: none;
}
.sep {
	border-width: 4px 0;
	margin: 0;
}
.bg_white {
	background: #fff;
	background-image: none;
}
.txt_white {
	color: #fff;
}
#logo_log {
	max-width: 460px;
	margin: 0 auto;
	padding: 10% 5px 20px;
}
.logo_ente img {
	max-height: 100px;
}
.logo_ente h3, .logo_ente h4 {
	padding-left: 15px;
}
.logo_ente > div {
	float: left;
}
.centrato {
	clear: both;
}
.centrato > div {
	float: none !important;
	text-align: center;
}
.centrato > div > img {
	display: inline-table;
	margin-top: 30px;
}
.round_shadow {
	-webkit-box-shadow: 0 0 4px #999;
	-moz-box-shadow: 0 0 4px #999;
	box-shadow: 0 0 4px #999;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.bordo {
	background: #c6c6c6;
	padding: 10px;
	max-width: 460px;
	margin: 5% auto;
}
.cont_login {
	background: url(../img/bg_banda_blu.png) repeat-x center bottom #e4e4e4;
	padding: 15px 15px 0 15px;
	border-radius: 8px;
	border: 1px solid #999;
}
.cont_login label {
	padding-right: 0;
}
h4, .btn-default, .navbar-inverse .navbar-brand, .breadcrumb, .box_modulo > h1 {
	font-family: 'robotomedium';
}
.cont_login .btn-default {
	margin: 15px 15px 0;
}
.btn-default {
	background: url(../img/bg_btn_invia.png) repeat 0 0 #fff;
	background-size: contain;
	border: 2px solid #fff;
	padding: 6px 20px 4px !important;
	-webkit-box-shadow: 1px 1px 2px #888;
	-moz-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	text-shadow: 1px 1px 1px #fff;
}
.btn-default:focus, .btn-default:hover {
	border: 2px solid #fff;
}
.ico {
	display: block;
	height: 34px;
	padding-top: 7px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 0;
	width: 37px;
	z-index: 2;
	background: url(../img/ico/bg_ico.png) no-repeat 0 0 transparent;
}
.list-inline {
	float: inherit;
	margin: 0;
}
.list-inline img {
	margin-right: 4px;
}
.list-inline > li {
	border-left: 1px dashed #dcdcdc;
	padding: 0 7px;
}
.list-inline > li:first-child {
	border-left: 0 none;
	padding-left: 0;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #222;
	color: #fff;
	font-size: small;
	line-height: 30px;
	color: #d5d5d5;
	font-family: arial;
}
.footer .container {
	background: #222;
}
/* PANNELLO DI CONTROLLO */
.navbar {
	min-height: 30px;
}
.navbar-inverse .navbar-nav > li > a, .navbar-brand {
	padding: 5px 15px;
}
.navbar-brand {
	font-size: 12px;
	height: 30px;
	line-height: 22px;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar-inverse .navbar-brand img {
	padding-right: 5px;
}
.navbar-header b {
	color: #b5b5b5;
	font-size: small;
	font-weight: 300;
	line-height: 32px;
}
.navbar-inverse .navbar-nav > li, .navbar-inverse .navbar-nav > li > a {
	color: #b5b5b5;
	font-size: small;
}
.navbar-inverse .navbar-nav > li:first-child {
	padding: 5px 15px;
}
.separatore {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
.ombra_sup {
	padding-top: 25px;
	background: url(../img/ombra_up.png) no-repeat center top transparent;
	background-size: 100%;
}
.breadcrumb {
	background: url(../img/bg_banda_blu.png) repeat 0 0 #fff;
	height: 30px;
	padding: 5px 15px;
}
.breadcrumb a {
	color: #333;
	font-size: small;
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	list-style: none outside none;
	margin-bottom: 20px;
	margin-bottom: 0;
}
.breadcrumb > li + li:before {
	color: #999;
}
.breadcrumb > a:first-child {
	padding-left: 0;
}
.breadcrumb > a:last-child {
	padding-right: 0;
	background: none transparent;
}
.box_modulo {
	width: 100%;
	display: inline-block;
	border-bottom: 5px solid #fff;
}
.box_modulo img {
	max-height: 40px !important;
	width: auto !important;
}
.box_modulo a {
	color: #333;
}
.box_modulo > .titolo_area {
	margin: 0;
	background: url(../img/bg_titolo_area.png) no-repeat left center transparent;
	text-transform: uppercase;
	font-size: larger;
	line-height: 54px;
	padding: 0 15px 15px;
}
.titolo_area > .ico {
	display: inline;
	height: 34px;
	line-height: 34px;
	position: static;
	text-align: left;
	top: inherit;
	width: 37px;
	background: none transparent;
	padding: 0 5px 0 30px;
}
.titolo_area .ico:first-child {
	padding-left: 10px;
}
.box_modulo > .icona {
	padding-left: 0;
}
.box_modulo > div {
	padding: 5px 5px 15px;
	text-align: center;
}
.search .navbar-form.navbar-right:last-child {
	margin-right: 0;
}
.box_modulo thead {
	background: #222;
	color: #fff;
}
.uppercase {
	text-transform: uppercase;
}
/*.table tbody td:nth-child(4), .tabella .table tbody td:last-child*/
.tabella .text-center {
	width: 30px;
}
.table {
	margin: 0;
}
.navbar-form {
	margin: 0;
	padding: 0;
}
.modifica_ID form {
	text-align: left;
}
.modifica_ID h4 {
	border-bottom: 2px solid #bdbdbd;
	padding-bottom: 7px;
	color: #aaaaaa;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #222;
	border-color: #222;
}
.pagination {
	margin: 10px 0;
}
.pagination > li > a, .pagination > li > span {
	color: #333;
}
.pagination:first-child li {
	line-height: 34px;
	padding-left: 10px;
}
#CMS_H4 .box_modulo {
	border-bottom: 0 none;
}
.tabella thead a {
	color: #fff;
}
#CMS_Dati > div:last-child {
	border-radius: 4px;
	margin-bottom: 15px;
	padding: 0 10px;
	text-align: left;
	margin-top: 20px;
}
#CMS_Dati input[type="checkbox"], input[type="radio"] {
	margin-bottom: 10px;
    margin-top: 36px !important;
}
#LoginInfo {
	color: red;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
fielset div {
	text-align: left !important;
}
.modifica_ID .btn-default, .modifica_ID input[type="file"] {
	margin-right: 15px;
	margin-top: 5px;
}
.modifica_ID input[type="checkbox"] {
	margin-right: 5px;
}
.help-block {
	border-bottom: 4px solid #eee;
	text-align: left;
	text-indent: 15px;
}
.modifica_ID fieldset > div, .modifica_ID > .form-group  {
	text-align: left;
}
.modifica_ID fieldset {
	margin-bottom: 15px;
}
.col-sm-3 .btn-default {
	background: none 0 0 #222;
	border: 1px solid #666;
	color: #fff;
	text-shadow: none !important;
	transition: background-color 0.5s ease;
}
.col-sm-3 .btn-default:hover, .col-sm-3 .btn-default:focus {
	background: none 0 0 #555;
}
@media (max-width: 991px) {
.logo_ente img {
	display: inline;
}
.logo_ente h3 {
	font-size: large;
}
.logo_ente h4 {
	font-size: medium;
}
}
@media(max-width: 767px) {
.navbar-inverse .navbar-nav > li > a, .navbar-brand {
	padding: 15px;
}
.navbar-brand {
	font-size: 11px;
}
.box_modulo {
	border-bottom: 4px solid #fff;
}
.btn-default {
	margin-bottom: 10px;
}
.tabella {
	padding: 15px 0 !important;
	font-size: 11px;
}
.search .navbar-form.navbar-right:last-child {
	margin: 0 auto;
}
#breadcrumb > a {
	font-size: 11px;
}
.box_modulo > .titolo_area {
	text-align: left;
}
.box_modulo > .titolo_area > .list-inline > li {
	font-size: 11px;
	line-height: -moz-block-height;
	padding: 0 7px;
}
.box_modulo > .titolo_area > .list-inline > li:first-child {
	padding-left: 0 !important;
}
.logo_ente > div {
	float: none;
	clear: both;
}
.logo_ente div:first-child {
	text-align: center;
}
.logo_ente h3, .logo_ente h4 {
	text-align: center;
	font-size: small;
	margin: 10px 0;
	font-weight: bold;
}
.logo_ente img {
	max-height: 70px;
}
.footer {
	font-size: 10px;
}
}
@media(max-width: 420px) {
.box_modulo > .titolo_area > .list-inline > li img {
	display: none;
}


/*@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}*/
