body {
	font-size: 15px;
	color: #333;
	background: white;
}

h1 {
	color: #3484D2;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: #FFFFFF;
	background-color: #00a65a !important;
	border-radius: 3px;
	margin: 0 0 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #00733e;
	border-radius: 3px;
}

.div.flash h4 {
	margin-top: 0;
	font-weight: 600;
}

div.flash.error {
	background-color: #dd4b39 !important;
	color: white;
	border-color: #c23321;
	border-left: 5px solid #eee;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

.foto-padding {
	padding-top: 7px;
}

.empty-message {
	text-align: center;
	font-size: 14pt;
}

.filter-off {
	float: left;
	padding-top: 5px;
}

.select-search {
	text-align: center;
	margin: 20px 0;
}

.select-search label {
	cursor: pointer;
}

.select-search input[type='radio'] {
	margin-right: 10px;
}

#formSurname {
	display: none;
}

.custom-azuro {
	background-color: #00a7d0 !important;
	color: #FFF;
}

.box.azuro{
	border: 1px solid #00a7d0;
}

.azuro .box-body {
	border-top: 1px solid #f4f4f4;
}

.azuro .box-body.first{
	border-top: 0 !important;
}

.azuro .box-body {
	padding-bottom: 8px !important;
}

.custom-mar-top {
	margin-top: 12px;
}

.small-box.box-homepage-custom h3{
	font-size: 24px !important;
}

.small-box.box-homepage-custom > .inner {
	min-height: 106px !important;
}

.custom-text-center{
	text-align: center !important;
}

.custom-box {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 3px;
	border-top: 3px solid #d2d6de;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.custom-hre.left{
	display: block;
	overflow: hidden;
	display: inline;
	z-index: 200;
	position: absolute;
	top:10px;
	left: 10px;
}

.custom-hre.right{
	display: block;
	overflow: hidden;
	display: inline;
	z-index: 200;
	position: absolute;
	right: 10px;
	top: 10px;
}

.custom-control a {
	display: block;
}

.login-box-body .formSignIn .errors{
	list-style-position: outside;
	margin-bottom: 20px;
	padding: 0px;
	color: red;
}
.login-box-body .formSignIn .errors li {
	list-style: outside none none;
	border-radius: 10px;
	background-color: #d2d6de;
	padding: 10px;
	text-align: center;
    margin-bottom: 8px;
}

.login-box-body .formSignIn .errors li:last-child {
    margin-bottom: 0px !important;
}

.company-logo-instruction {
	text-align: center;
	display: block;
}

.company-logo-instruction img {
	width: 100px;
}

.instruction-title {
	margin-bottom: 20px;
}

.instruction-title h2 {
	font-size: 13pt;
	font-weight: bold;
	font-family: Arial;
	margin-top: 2px;
}
.instruction-title h3 {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
	margin-top: 0px;
	color: #888;
}

@media (max-width: 990px) {
	.mar-top {
		margin-top:10px;
	}

	.instruction-title h2, h3 {
		text-align: center;
	}

	.instruction-title {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.instruction-table {
		font-size: 10pt;
	}
}