#form 
{
	position: absolute;
	left: 50%;
	top: 110px;
	margin-left: -150px;
	padding-top:200px;
	width:300px !important;
	height:300px !important;
	text-align:center;
}

.form-error
{
	color: #c00000;
	font: 13px/30px Arial,sans-serif;
}

.form_label
{
	float: left;
	width: 90px;
	height: 30px;
    font: 12px/30px Arial,sans-serif;
    margin-right: 5px;
    text-align: right;
    color: #666
}
	
.input
{
	float: left;
	width: 200px;
	height: 30px;
}

.button
{
    text-align:center;	
}

.referenteRow .x-grid-cell {
    background-color: #cee0fa;
}

.strutturaRow .x-grid-cell {
    background-color: #cee0fa;
}

.fornitoreRow .x-grid-cell {
    background-color: #acf3a9;
}

.iconeGrid
{
	margin-right:5px;
	margin-left:5px;	
}

.titolo
{
    font-size:20px;
    color:#008aff;
}

.legenda_persone_referenti, .legenda_aziende_strutture
{
	background:url("/img/legenda_persone_referenti.png") top left no-repeat;
	padding-left:25px;
	height:20px;
	padding-top:2px;
	color:#333333;
	font-style:italic;
}

.legenda_aziende_fornitori
{
	background:url("/img/legenda_aziende_fornitori.png") top left no-repeat;
	padding-left:25px;
	height:20px;
	padding-top:2px;
	color:#333333;
	font-style:italic;
}

.legenda_dati_incompleti
{
	background: #ff5e76;/* rossi */
	padding-left:4px;
	padding-right:4px;
	color:#333333;
}

.legenda_incompleti_ieri
{
	background: #ffaf71;/* arancione */
	padding-left:4px;
	padding-right:4px;
	color:#333333;
}

.legenda_incompleti_oggi
{
	background: #fff6b4;/* giallo */
	padding-left:4px;
	padding-right:4px;
	color:#333333;
}

.legenda_no_occupazione_strutture{
	background: #e6e6e6;/* grigio */
	padding-left:4px;
	padding-right:4px;
	color:#333333;
}

.legenda_dati_editabili
{
	background: #9EFFC2;
	padding-left:4px;
	padding-right:4px;
	color:#333333;
}

.verticalAlignTop { vertical-align:top }

.ricerca_avanzata{
	background: #84d2f7 !important;
    border: 1px none #84d2f7;
}

.green{
	background-color:#9EFFC2;
}

.red{
	background-color:#FAC691;
}
.alert{
	background-color:#FF0000;
}

.segnalazioneRed .space {
	background-color: #ffffff!important;
}
.segnalazioneOrange .space {
	background-color: #ffaf71!important;
}

.segnalazioneYellow .space {
	background-color: #fff6b4!important;
}
.segnalazioneGrey1 .x-grid-cell {
	background-color: #ffe85e;
}
.report-occ-space {
	background-color: #B9EBC0!important;
}
.segnalazioneYellow .x-grid-cell {
	background-color: #fff6b4;
}
.segnalazioneOrange .x-grid-cell {
	background-color: #ffaf71;
}
.segnalazioneRed .x-grid-cell {
	background-color: #ff5e76;/*#E67070*/
}
.segnalazioneGrey .x-grid-cell {
	background-color: #e6e6e6;
}
.segnalazioneGrey .space {
	background-color: #e6e6e6;
}
.redcell .x-grid-cell {
    background-color: #F6CECE;
}

.orangecell .x-grid-cell {
    background-color: #F6E3CE;
}

.yellowcell .x-grid-cell {
    background-color: #F5F6CE;
}

.hide-row{
	display:none;
}

.occupazione .x-grid-cell{
	border-right:1px solid #e6e6e6;
}

.occupazione .edit{
	background:#9EFFC2!important;
}

.occupazione-strutture{
	background:#A8C6F0;
}
.occupazione-strutture .x-window-header{
	background:#A8C6F0;
}

.piano-row .x-grid-cell { 
     background-color: #ffa !important; 
     color: #090; 
}