/* SIDEBAR SINISTRA */
.left_col{
    background: #03093C;
}
.nav.child_menu li:hover,
.nav.child_menu li.active {
    background-color: rgba(255, 255, 255, 0.06)
}
.nav.side-menu>li.active>a {
    text-shadow: #31008c;
    background: linear-gradient(#20005c, #2f0087), #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:#AADCF8;
    border-bottom:1px solid #428AC9;
}
.sidebar-footer a{
    background: #AADCF8;
}

.sidebar-footer a:hover {
    background: #428ac9
}

.panel-dark {
    background:#03093C;
}

.panel-primary{
    border-color: #f9d284;
}

