
.x-panel-header-green-custom{
    background-image: #fcf8e3;
    background-color: #fcf8e3;
}


.x-container-readonly-custom{
    background-color:#e4e4e4;

}

.x-field-readonly-custom{
    background-color:#e4e4e4;
    font-size:12px;
    color:gray;
    font-style:italic;
}

.x-field-readonly-custom-70{
    background-color:#e4e4e4;
    color:gray;
    font-style:italic;
    font-size:70%;
}

.x-form-display-custom-70{
    background-color:#e4e4e4;
    color:gray;
    font-style:italic;
    font-size:70%;
}


.x-form-item-label-custom{
    color:gray;
    font-style:italic;
}

.x-form-item-Strong-custom{
    font-weight: bold;
}


.x-grid-red-row{
    color:red;
}
.x-grid-yellow-row{
    color:#FF9D00;
}
.x-grid-gray-row{
    background-color: #909090;
    color: grey;
}
.x-grid-bggray-row{
    background-color: lightgrey;
}
.x-a-application-mode{
    color: #000;
}


.x-boundlist-item-disabled{
    color: #909090;
}

.icon-pratica-alert-letto{
    background-image: url(../resource/images/tick.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.icon-pratica-alert-non-letto{
    background-image: url(../resource/images/notifica.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.x-btn-default-small-icon-white{
	background-color: white;
}

.x-form-display-field-numero-pratica{
    font-size: 17px;
    font-weight: bold!important;
}

.x-form-field-sede-esercizio{
    font-size: 17px;
    font-weight: bold!important;
    color: #E81919;
    
}

.x-form-display-field-dati-assistito-header{
    font-size: 16px;
    font-weight: bold!important;
    color:#0079d2;
    border: 0.5px solid #15428B;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #e4e4e4;
}

.x-form-display-field-pratica-aperta{    
    font-weight: bold!important;    
    border: 0.5px solid #15428B;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    background-color: #e4e4e4;
}


.x-label-whait-report{
    font-size: 20px;
    font-weight: bold!important;
    color:#0079d2;        
    background-color: white;    
    display: flex;
    justify-content: center;
}

.badge {
  font-size: 10px;
  position: absolute;
  top: -10px;
  right: 2px;
  display: inline-block;  
  background-color: red;  
  color: white;
  padding: 4px 8px;
  text-align: center;
  border-radius: 40px;
  z-index: 300;
}