/*
    Document   : custom
    Created on : 13-ott-2014, 11.58.53
    Author     : Antimo
    Description:
        Purpose of the stylesheet follows.
*/


#divLoading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../resource/images/loading4.gif') 50% 60% no-repeat;
    text-align: center;
}
#divLoading.none
{
    display : none;
}
 
/*
test
.x-body{
    color:green;font-size:10px;font-family:helvetica,arial,verdana,sans-serif;background:#f5f5f5
}
*/

/*
    x-item-disabled-custom
    classe di disabiliatazione del fieldset in sostituzione di quella standard di ext (x-item-disabled)
    la modifica è stata fatta solo per i campi di form, altri componenti sono rimasti fuori
    da indicare nella proprietà 'disableCls' del componente
*/
.x-ie6 .x-item-disabled-custom{filter:none}
.x-item-disabled-custom,.x-item-disabled-custom *{cursor:default}
.x-item-disabled-custom .x-form-trigger{cursor:default}
.x-item-disabled-custom .x-form-item-label,.x-item-disabled-custom .x-form-field,.x-item-disabled-custom .x-form-display-field,.x-item-disabled-custom .x-form-cb-label,.x-item-disabled-custom .x-form-trigger
{filter:alpha(opacity=60);opacity:.6}

.x-container-readonly-custom{
    background-color:lightsteelblue;
    border: 1px solid steelblue;
}

.x-field-readonly-custom{
    background-color:white;
    border: 1px solid steelblue;
}
.x-field-readonly-custom-70{
    background-color:white;
    border: 1px solid steelblue;
    font-size:70%;
}

/* modifica la cella delle griglie per i testi lungi*/
.x-grid-cell-inner{
    /*white-space: normal!important;*/
    /*ho modificato la classe css per tagliare il contenuto della cella*/
    white-space: nowrap!important;
}

.x-grid-red-row{
    color:red;
}
.x-grid-green-row{
    color:green;
}
.x-grid-yellow-row{
    color:#FF9D00 ;
}

.x-btn-icon-el-custom{
    background-image: url(../resource/images/add5.png);
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    text-align: center;
}

.x-displayfield-anteprima-custom {
    font-family: arial;
    font-size: 12pt;
    text-align: center;
    margin-top: 4px;
    color: black;
}

.x-displayfield-prescrizione-custom {
    font-family: arial;
    font-size: 9pt;
    text-align: center;
    margin-top: 7px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-displayfield-promemoria-custom {
    font-family: arial;
    font-size: 10pt;
    text-align: left;
    margin-top: 6px;
    color: black;
}

.x-container-rcv-1-custom{
    background-color: #66CDAA;
}

.x-container-rcv-2-custom{
    background-color: #3CB371;
}

.x-container-rcv-3-custom{
    background-color: #F0E68C;
}

.x-container-rcv-4-custom{
    background-color: #F4A460;
}

.x-container-rcv-5-custom{
    background-color: #FF4500;
}

.x-container-rcv-6-custom{
    background-color: #BA55D3;
}

.x-container-rcv-0-custom{
    background-color: white;
}

.x-field-evidenza-custom .x-form-item-label{
    /*border: 2px solid red;*/
    color: red;
}

.select-custom .x-grid-cell {
    background-color: rgba(255,215,0, .6) !important;
}

.select-viewport-custom .x-grid-cell {
    background-color: #8abfe5 !important;
}

.x-grid-terapia-cronica-row{
    color: blue;
    font-style: italic;
}

.icon-esito-add{
    background-image: url(../resource/images/add5.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-esito{
    background-image: url(../resource/images/esiti.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-esito-val{
    background-image: url(../resource/images/edit.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.panel-dati-assistito .x-tool
{
    top: 0 !important;
    left: 0 !important;
}
.panel-dati-assistito .x-panel-header-text-container
{
    padding-left: 18px;
}

.icon-action-coniuge{
    background-image: url(../resource/images/coniuge.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-action-genitore{
    background-image: url(../resource/images/genitore.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-action-figlio{
    background-image: url(../resource/images/figlio.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-action-fratello{
    background-image: url(../resource/images/tuttipazienti.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.x-container-login-image-custom{
    background-image: url(../resource/images/caduceo.png); 
}

.my-x-btn-inner{
	color: red;
}

.x-btn.x-btn-my-pressed {
    border-color:#15428B;
    background: #FF0000;
}

.select-diario-custom-ricetta .x-grid-cell {
    background-color: navajowhite !important;
}