﻿//MENU
#menu ul a:hover i:first-child {
    color: @colore_sfondo!important;
}
#menu ul a:hover,
#menu ul a.active {
  border-left-color: @colore_sfondo!important;
  color: @colore_sfondo!important;
}

//TABELLE
.bg-Giusto, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: @colore_sfondo!important;
    color: @colore_testo!important;
    border-color: @colore_sfondo!important;
}

//CERCHIO NUMERO DOCUMENTI
.DocAlert {
    background: @colore_sfondo!important;
    width: 20px;
    padding: 10px;
    border-radius: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: @colore_testo!important;
}

//BUTTON GROUP
.button:active,
    .button.is-checked,
    .button.active,
    .button.is-selected {
        background-color: @colore_sfondo!important;
    }

//BOTTONI
.BottoneGiusto {
    padding: .5em;
    color: @colore_testo!important;
    text-shadow: 1px 1px 1px #000;
    /*border: solid thin #882d13;*/
    border: solid thin #000000;
    -webkit-border-radius: .7em;
    -moz-border-radius: .7em;
    border-radius: .7em;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 2px #bbb;
    background-color: #000000; /*#f97000;*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(@colore_sfondo), to(@colore_sfondo),color-stop(0.4, @colore_sfondo));
    text-decoration: none;
}

//DROPZONE
.dropzone {
    border: 2px dashed @colore_sfondo;
}

//SIDEBAR 
.sidebarGiusto > li.active > a, .sidebarGiusto > li.active > a:focus, .sidebarGiusto > li.active > a:hover {
    background-color: @colore_sfondo!important;
}

//JUMBOTRON
.jumbotron >
h1, .jumbotron > h2, .jumbotron > h3, .jumbotron > h4 {
    color: @colore_testo!important;
    
}
.jumbotron {
    background-color: @colore_sfondo!important;
}

//TREEVIEW
.node-selected {
    color: @colore_testo!important;
    background-color: @colore_sfondo!important;
}