/* WIZARD STEPS */
.steps-block {
	margin-left: 10px;
	margin-right: 25px;
}

.steps-indicator {
	text-align: right;
}

.steps-indicator .current-step {
	font-weight: 400;
}

.steps {
	line-height: 42px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background-color: #eee;
	font-size: 13px;
}

.steps:before,.steps:after {
	content: " ";
	display: table;
}

.steps:after {
	clear: both;
}

.steps .step {
	float: left;
	position: relative;
	line-height: 42px;
	padding: 0 3px 0 33px;
	background-color: #eee;
	display: none;
}

.steps .step-done,.steps .step-active {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #fff;
}

.steps .step.step-active {
	display: block;
}

.steps .step:first-child {
	padding-left: 3px;
}

.steps .step .tria {
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 28px;
	position: absolute;
	right: -29px;
	border-color: transparent transparent transparent #ccc;
}

.steps .step .tria .trio {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 28px;
	border-color: transparent transparent transparent #eee;
	position: absolute;
	right: 1px;
	top: -21px;
}

.steps .step-done .tria .trio,.steps .step-active .tria .trio {
	border-color: transparent transparent transparent #fff;
}

/* STEP BODY (contenuto step attuale) */
.step-body {
	padding: 20px 10px;
	display: none;
}

.step-body.current {
	display: block;
}

/* PROFILE EDIT */
.profile-edit {
	margin-left: 10px;
	margin-right: 10px;
}

/* CONTENITORE */
.step-body .titolo-contenitore {
	font-size: 1em;
	margin: 10px 0 0px;
	line-height: 32px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding: 0 5px;
	text-transform: uppercase;
}

.hidden {
	display: none;
}

.btn-right {
	display: inline-block;
	float: right;
}

.btn-left {
	display: inline-block;
	float: left;
}

/* form input and label */
.gwt-CheckBox label,.gwt-RadioButton label {
	margin-left: 5px;
	margin-right: 30px;
}

.gwt-ListBox {
	background-position: right -10px;
	background-repeat: no-repeat;
	height: 30px;
	border-radius: 0;
}

.btn {
	text-shadow: none;
}

button:hover {
	background: none;
}

.apploading-blackout {
	position: fixed;
	overflow: auto;
	z-index: 1000; /* above everything else */
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	background-image: url('../images/transparent.png');
	background-repeat: repeat;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)";
}

@media screen and (min-width: 768px) {
	.apploading-blackout {
		overflow: initial;
	}
}

.apploading-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 100px;
	margin-left: -200px;
	margin-top: -40px;
	background: white;
}

.apploading-content-wait {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -60px;
	background: white
}

/* AGGIUNTE 7/12/2016 */
.btn,.btn:link,.btn:visited {
	margin: 0 5px;
}

.btn {
	margin-top: 5px;
}

.btn-righ {
	float: right;
}

.apploading-blackout .modal-content {
	margin: 30px auto;
	background: #fff;
	padding: 20px;
	width: 320px;
	border-top: 3px solid #830e22;
}

.apploading-blackout .modal-content:after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (min-width: 768px) {
	.apploading-blackout .modal-content {
		width: 600px;
	}
	.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		opacity: 0.85 !important;
	}
	.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		opacity: 0.85 !important;
	}
	.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
		opacity: 0.85 !important;
	}
	.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
		opacity: 0.85 !important;
	}
}

.contenitore .row {
	margin: 0 10px;
}

.contenitore .field {
	margin: 10px;
}

.step-body .field {
	margin: 10px 0 15px;
}

.field .field-label {
	color: #830e22;
	font-weight: 700;
	font-size: 1em;
}

.field .field-label label {
	font-size: 1em;
	font-weight: 700;
}

.field.LABEL .field-label label {
	color: #000;
	font-weight: 400;
}

.field.RADIO_BUTTON .field-content {
	margin-bottom: 13px;
}

.field.RADIO_BUTTON .form-control,.field.CHECKBOX_LIST .form-control {
	border: none;
	display: inline;
	box-shadow: none;
	margin-right: 50px;
}

.field.CHECKBOX_LIST .form-control {
	display: block;
	height: auto;
}

.field.RADIO_BUTTON label,.field.CHECKBOX_LIST label {
	padding-left: 5px;
}

.field.LABEL {
	margin: 10px 0 10px;
}

.step-body .field.ATTACHMENT,.step-body .field.UPLOAD {
	margin: 25px 0px 0px 0px;
}

.field.ATTACHMENT,.field.UPLOAD {
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
	min-height: 64px;
	padding-bottom: 15px;
}

.field.ATTACHMENT button.btn-default,.field.UPLOAD button.btn-default {
	display: block;
}

.UPLOAD input.form-control {
	max-width: 500px;
}

@media ( min-width : 992px) {
	.field.ATTACHMENT button.btn-default,.field.UPLOAD button.btn-default {
		float: right;
		margin-top: -24px;
	}
}

.field.ATTACHMENT label,.field.UPLOAD label {
	color: #000;
	font-weight: 400;
	width: 50%;
}

.field.ATTACHMENT .gwt-Label,.field.UPLOAD .gwt-Label {
	margin-bottom: 5px;
	margin-top: -3px;
	font-weight: 300;
	font-size: 12px;
}

.dateBoxPopup {
	border-radius: 4px;
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50%
		repeat-x;
	color: #222222;
	font-size: 1.1em;
	width: 17em;
	padding: .2em .2em .2em;
	margin: 0;
}

.dateBoxPopup table {
	width: 100%;
}

table.datePickerMonthSelector {
	position: relative;
	padding: .2em 0;
	border: none;
	color: #222222;
	font-weight: bold;
	background: transparent;
}
/* nuova versione */
table.datePickerMonthSelector {
	color: #fff;
	font-weight: bold;
	background: #830e22;
}

td.datePickerMonth {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	font-size: 17px;
	height: 36px;
	text-transform: uppercase;
}

.dateBoxPopup .html-face {
	width: 18px;
	height: 18px;
	background: transparent;
	margin-left: 2px;
	color: #830e22;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	border-radius: 2px;
	font-size: 29px;
	line-height: 14px;
}

/* nuova versione */
.dateBoxPopup .html-face {
	width: 18px;
	height: 18px;
	background: #fff;
	margin-left: 2px;
	color: #830e22;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	border-radius: 11px;
	font-size: 23px;
	line-height: 15px;
}

td.datePickerWeekdayLabel,td.datePickerWeekendLabel {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.datePickerDay {
	border: 1px solid #d3d3d3;
	background: none;
	font-weight: normal;
	color: #555555;
	margin: 1px;
	padding: 4px 5px;
	text-align: center;
	font-size: 14px;
}

.datePickerDay:hover {
	border: 1px solid #f44336;
}

.datePickerDay.datePickerDayIsToday {
	border: 1px solid #aaaaaa;
	color: #fff;
	background: #830e22;
	font-weight: normal;
}

.datePickerDay.datePickerDayIsValue {
	border: 1px solid #f44336;
	color: #f44336;
}

input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,button:hover
	{
	background: #b71c1c;
}

.panel .btn-primary:hover,.panel .btn-primary:focus {
	background: #830e22;
}

.field-error {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-top: 5px;
	border: 0;
	border-radius: 0;
	border-left: 5px solid #f00;
	border-right: 5px solid #f00;
	min-height: 30px;
	padding-left: 5px;
	background-color: #fbecec;
	font-weight: 700;
}

@media ( min-width : 992px) {
	.steps .step {
		display: block;
	}
}

@media ( max-width : 1200px) and (min-width: 992px) {
	.steps .step {
		padding: 0 3px 0 32px;
		font-size: 10px;
	}
}

.modal-content.bug h4 {
	display: block;
	width: 80%;
	margin-left: 56px;
}

.modal-content.bug button {
	margin-top: 20px;
	float: right;
}

.modal-content.bug .fa-bug {
	display: block;
	font-size: 42px;
	color: #f44336;
	vertical-align: bottom;
	float: left;
	position: absolute;
	height: 50px;
	margin-top: 0px;
	left: 25px;
}

/* MODIFICHE PER CONTENITORE INFO */
.contenitore-info {
	background: #eee;
	padding: 10px;
	margin-top: 5px;
}

.contenitore-info .titolo-contenitore {
	margin: 5px;
	font-size: 16px;
	text-transform: none;
	font-weight: 300;
	border-bottom: 0;
}

.contenitore-info .field {
	background: #fff;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	display: inline-block;
}

.field.CHECKBOX_LIST .field-content {
	min-height: 34px;
	padding-top: 5px;
}

.step-body .field {
	margin: 10px 0 15px;
}

.contenitore-info.right {
	float: none;
	/* clear: both; */
	width: 100%;
}

.contenitore-info.right:after {
	clear: both;
	content: "";
	display: block;
}

.contenitore-info.left {
	float: none;
	margin-right: 0px;
	width: 100%;
	margin-bottom: 10px;
}

@media ( min-width : 992px) {
	.contenitore-info.right {
		float: left;
		/* clear: both; */
		width: 49%;
	}
	.contenitore-info.left {
		float: left;
		/* clear: both; */
		margin-right: 5px;
		width: 49%;
	}
}

.contenitore-info .col-md-6 {
	float: none;
	width: auto;
	padding: 0 5px;
}

.contenitore-info .row {
	display: inline-block;
	/* overflow: hidden; */
	margin: 5px 0;
}

.contenitore-info .field {
	margin: 0px 0 0px;
}

.field-collection {
	clear: both;
}

.contenitore-info .row:before {
	display: none;
}

/* FASCICOLO FIX */
.main-container>div {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ffffff;
	padding-top: 0px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
}

/* suggest box */
.gwt-SuggestBoxPopup {
	background: #fff;
	width: 225px;
	padding: 10px;
	box-shadow: 1px 1px 4px 1px #ccc;
}

.gwt-SuggestBoxPopup .item {
	padding-bottom: 5px;
}

.contenuto-servizi-esterni {
	padding-top: 0px;
}

.contenuto-servizi-esterni-titolo {
	font-size: 1em;
	margin: 10px 0 0px;
	line-height: 32px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding: 0 5px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.messaggiSistema {
	border: 5px solid #f44336;
    padding: 10px;
    margin: 10px;
    margin-right: 25px;
    font-weight: bold;
}

@media screen and (min-width: 768px) and ( min-height : 650px) {
	.popup-lista {
		overflow: auto;
		max-height: 50vh;
	}
}

@media screen and (min-width: 768px) and ( max-height : 650px) {
	.popup-lista {
		overflow: auto;
		max-height: 25vh;
	}
}

/* dal theme del portale */ 
.main-container{background:none repeat scroll 0 0 #ffffff;padding-top:20px}
.main-container.container{padding:20px 0}






panel-title {
    border-bottom: 1px solid #dadada;
    color: #f44336;
    font-size: 2em;
    padding-bottom: 10px;
}