﻿.ANGDSLTEXTAREA .field-label, .ANGDSLQ .field-label {
    width: 400px !important;
}

.ANGDSLQ .x-form-trigger-wrap {
    width: 100px;
}

.ANGDSLCHKBOX .x-form-cb-wrap-inner {
    position: relative;
    left: -360px;
}

.ANGDSLCHKBOX .field-label {
    text-align: left;
    width: 360px !important;
    left: 20px;
    top: -2px;
}

/* Personalizzazioni per SLA Angelini codici semaforici */
.list-cell-icon-angelini .circle {
   width: 20px;
   height: 20px;
   min-width: 20px;
}
.sla-summary .sla-indicator::before {
   width: 20px;
   height: 20px;
   min-width: 20px;
}
.sla-summary .is-sla-yellow .sla-indicator::before {
    border-color: orange;
}
div.ServiceLevelYellow {
    background-color: orange;
    color: white;
} 
div.ServiceLevelGreen {
    background-color: green;
    color: white;
}   