#page{
	text-align: right;
}

.heading {
	color: #e9700e;
}

.error {
	color: red;
	font-weight: bold;
}
input.error {
	border: 1px solid red;
}
label.error {
	/*display: none !important;*/
	font-weight: normal;
}



div.tiptext {
	padding: 0;
	cursor: pointer;
}
.tiptext img.info {
	float: right;
}
.description {
	display:none;
	position:absolute;
	margin-left: 30px;
	border:1px solid #000;
	padding: 10px;
	background: #222;
	color: #fff;
	border-radius: 10px;
	line-height: 18px;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    cursor: default;
}




#mainerror {
	text-align: center;
}

#header-wrap {
	padding-bottom: 0;
}

table {
	border: 1px;
}
table td {
	padding: 3px;
}

.numeric {
	text-align: right;
}

label.error {
	color: red;
	margin-left: 5px;
}

.row-header {
	font-weight: bold;
}

h3 {
	font-weight: bold;
    line-height: 1.5em;
}

.sub-subtitle {
	color: #e9700e;
	margin: 0;
	font-size: 11px;
}

.sub-sub-subtitle {
	color: #000;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
}


.center {
	text-align: center;
}


.text-large {
	width: 280px;
}


.number-large {
	width: 78px;
}

.number-medium {
	width: 65px;
}

.number-small {
	width: 50px;
}



.font-medium {
	font-size: 13px;
}


.font-mini, .font-mini th, .font-mini em, span.expected, span.expected span.numeric {
	font-size: 9px;
}

.font-nobold {
	font-weight: normal;
}


.no-border {
	border: 0;
}


span.expected {
	font-weight: bold;
}

.fatturato_error {
	color: red;
}
	input.fatturato_error {
		border-color: red;
	}
.fatturato_ok {
	color: green;
}
	input.fatturato_ok {
		border-color: green;
	}

.group-container {
	page-break-inside: avoid;
}



.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}
	.alert strong {
		font-size: 14px;
	}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}




@media print {
	.hide-print {
		display: none;
	}

	input, textarea {
		border: 0 !important;
	}
}


