/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.bg-color-giallo{background-color:#ffd700!important}
.bg-color-rosa{background-color:#ff69b4!important}
.bg-color-viola{background-color:#4b0082!important}
.bg-color-arancio{background-color:#FF8100!important}
.bg-color-blu{background-color:#0080FF!important}
.bg-color-grigio{background-color:#808080!important}

.btn-is-disabled {
    pointer-events: none; /* Disables the button completely. Better than just cursor: default; */
}

.select2-hidden-accessible{
    display: none; !important;
}

.btn-header{
    min-width: 10px;!important;
}

.btn-run-risorse{
    font-size: 11px;!important;
    padding-right: 2px; !important;
    padding-left: 2px; !important;
}

.btn-warning{
    background-color: #FF8100;!important;
}

.btn-success{
    background-color: green;!important;
}

@media screen and (max-width: 979px) {
    .nascondi_piccolo {
        display: none !important;
    }
}

@media screen and (min-width: 979px) {
    .nascondi_grande {
        display: none !important;
    }
}