#page{
	text-align: right;
}

.heading {
	color: #EF7B10;
}

label {
	margin-bottom: auto;
	font-weight: normal;
}

.error {
	color: red;
	font-weight: bold;
}
input.error {
	border: 1px solid red;
}
label.error {
	/*display: none !important;*/
	font-weight: normal;
}



.container {
    width: 1500px;
}

div.container {
    max-width: 1500px;
}



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;
}


.float-left {
	float: left;
}



#mainerror {
	text-align: center;
}

#header-wrap {
	padding-bottom: 0;
}

table {
	border: 1px;
}
table td {
	padding: 3px;
}
th {
	text-align: center;
	padding: 5px;
}


.table-wrapper {
  overflow: auto;
}


.numeric {
	text-align: right;
}

label.error {
	color: red;
	margin-left: 5px;
}

.row-header {
	font-weight: bold;
}

h3 {
	font-weight: bold;
    line-height: 1.5em;
    margin: 0;
}


.btn {
	padding: 0;
}

table .btn {
	font-size: 0.9em;
	padding: 2px 4px;
}


.sub-subtitle {
	color: #EF7B10;
	margin: 0;
	font-size: 11px;
}

.sub-sub-subtitle {
	color: #000;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
}


.center {
	text-align: center;
}


.text-short {
	width: 80px;
}

.text-large {
	width: 280px;
}


.number-large {
	width: 78px;
}

.number-medium {
	width: 65px;
}

.number-small {
	width: 50px;
}

.number-xsmall {
	width: 35px;
}



.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;
}

.valore_error {
	color: red;
}
	input.valore_error {
		border-color: red;
	}
.valore_ok {
	color: green;
}
	input.valore_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;
}
*/

.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}



.nowrap {
	white-space: nowrap;
}



.festivo {
	background-color: #ff7e7e;
}
.sabato-domenica {
	background-color: #fac423;
}
.assente {
	background-color: #ddd;
}
.totale {
	background-color: #17a2b8;
}
span.festivo, span.sabato-domenica, span.assente {
	border: 1px solid #999;
}




.clacolo-credito td{
	border: 1px solid #e4e4e4;
/*
	border: 1px solid #fff;
	background-color: #eee;
*/
}

.no-border {
	border: 0 !important;
/*	background-color: #fff; */
}

td.no-border {
	border: 0 !important;
/*	background-color: #fff; */
}



.font-weight-bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}



@media print {
	.hide-print {
		display: none;
	}

	input, textarea {
		border: 0 !important;
	}
}




.group-timesheet input:focus {
    outline: none !important;
    /* border:1px solid red; */
    box-shadow: 0 0 15px #719ECE;
    border-width: 3px;
}



input[type='radio'], input[type='radio'] + label {
	cursor: pointer;
}




