/* Evolution IHM */
 
.category {
    background: #e8f6ff!important;
    font-weight: 600!important;
    font-size: 0.9em!important;
    color: #326EAF!important;
}
 
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eceff5!important;
}
 
.skin-3 .sidebar {
    background-color: #326EAF!important;
    border-style: solid!important;
    border-width: 0 1px 0 0!important;
    border-color:  #326EAF!important;
}
.skin-3 .sidebar-toggle {
    background-color: #404040!important;
}
.skin-3 .sidebar-toggle>.ace-icon {
    background-color: #404040!important;
    border-color: #fff!important;
    color: white!important;
}
.widget-color-blue2 {
    box-shadow: aliceblue!important;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.18)!important;
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.18)!important;
}
 
.nav-recent {
    line-height: 14px!important;
    position: absolute!important;
    right: 150px!important;
    top: 13px!important;
    font-size: small!important;
}
 
a.resolved {
    background: white!important;
    border-radius: 20pc!important;
    padding: 2px 5px!important;
}
.widget-header {
    background: #326EAF!important;
    border-color: #326EAF!important;
}
