/*
    primary     = #55d5e5 - rgb 85, 213, 229 - hover #239ba8
    secondary   = #373837 - rgb 55, 56, 55
 */

/* NAV & SIDEBAR*/
.navigation-left a{
    color: #fff !important;
}

.sidebar-left-secondary a{
    color: #000 !important;
}

.nav-item a.open{
    color: #55d5e5 !important;
}

.main-header .menu-toggle div {
    background: #55d5e5 !important;
}

/* PRIMARY */

.text-primary{
    color: #55d5e5 !important
}

a{
    color: #55d5e5 !important
}

a:hover{
    color: #373837 !important;
}

.bg-primary, .btn-primary{
    background-color: #55d5e5 !important;
    border-color: #373837 !important;
    color: #fff !important;
}

.border-primary{
    border-color:  #373837 !important;
}

.btn-primary:hover{
    box-shadow: 0 8px 25px -8px #373837 !important;
}

.text-bg-primary{
    background-color: #55d5e5 !important;
}

.active a{
    background-color: #55d5e5 !important;
    border-color: #373837 !important;
    color: #fff !important;
}

/* FORM */
.form-control:focus {
    border-color: #373837 !important;
    box-shadow: 0 0 0 0.25rem rgba(85, 213, 229, 0.25) !important;
}

/* FOOTER */
.sidebar-dark-purple .sidebar-left {
    background: #55d5e5 !important;
}

/* AGGIUSTAMENTI */
/* datatables*/
#table_filter label{
    width: 100% !important;
}