.btn-orange{
    background-color: #2679BE;
    border-color: #2679BE;
}
.btn-orange:hover{
    background-color: #01128A;
    border-color: #2679BE;
}


/* SIDEBAR SINISTRA */
.left_col.menu_fixed{
    background: rgb(83,170,223);
    background: linear-gradient(326deg, rgba(83,170,223,1) 0%, rgba(1,18,138,1) 74%);
}
.nav.child_menu li:hover,
.nav.child_menu li.active {
    background-color: #01128a;
    text-shadow: #01128A;
}
.nav.side-menu>li.active>a {
    text-shadow: #01128A;
    background: linear-gradient(#01128A, #53AADF), #000;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0
}

/* FOOTER SIDEBAR SINISTRA */
.sidebar-footer div{
    background-color:#01128A;
    border-bottom:1px solid #53AADF;
}
.sidebar-footer a{
    background: #01128A;
}

.sidebar-footer a:hover {
    background: #2679BE
}

.panel-dark {
    background: rgb(83,170,223);
    background: linear-gradient(326deg, rgba(83,170,223,1) 0%, rgba(1,18,138,1) 74%);
}

.panel-primary{
    border-color: #2679BE;
}

