﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


.sfondoDisattivo {
    position: fixed;
    z-index: 50000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f0f2f5;
    margin: 0;
    padding-top: 100px;
    opacity: 0.50;
    visibility: hidden;
}

#iconaWait {
    font-size: 5em !important;
    color: #b20135;
    margin-left: 45% !important;
    margin-top: 200px !important;
}

#iconaClose {
    font-size: 2em !important;
    color: #F00;
    position: absolute;
    right: 1.5em;
    top: 2em;
    cursor: pointer;
}
#iconaClose:hover {
    color:#F66;
    font-weight:bold;
}
.navbar {
    display:none !important;
}
.e-menu-wrapper {
    background-color: #FFF !important;
}
.h2, h2 {
    color: #b20135 !important;
}
.e-toast-container .e-toast {
    background-color: #dcdcdc !important;
    border-radius: 20px !important;
}

/* Cambia il colore del campo di ricerca */
.e-filtertext {
    background-color: #ffeeee !important; /* Sfondo del campo */
    color: #b20135 !important; /* Colore del testo */
    border-radius: 10px !important;
    margin-bottom: 6px !important;
    margin-top: 6px !important;
}
.e-grid .e-rowcell {
    font-size: 12px;
    line-height: 15px;
    padding: 4px 5px;
}

.e-filterbarcell, .e-headercell {
    padding: 0 5px !important;
    line-height: 15px;
}

.e-summarycell {
    padding: 0 5px 0 !important;
    line-height: 2.5em !important;
}

.messaggioToast {
    color: green;
    font-size: 1.5em;
}

/*personalizzazione degli switch */
.e-switch-wrapper .e-switch-on {
    background-color: lightgreen !important;
}

.e-switch-wrapper .e-switch-handle.e-switch-active {
    background-color: forestgreen !important;
}

.e-switch-wrapper:hover .e-switch-handle.e-switch-active {
    background-color: lightgreen !important;
}

.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: forestgreen !important;
}

/*fine personalizzazione degli switch */

