.theme_area .clsTitSideClr{
    background-color: #09c !important;
}

.theme_area .clsSrcItemClr{
    background-color: #09c !important;
}

#tab_area.active, #tab_area:hover{
  color: #fff;
  background-color: #09c;
  background: linear-gradient( #09c 40%, rgba(12,181,226,1) 100% );
}

#tab_area{
  color: #09c;
  background-color: #fff;
  border: 1px solid #0089b7;
}

#area_route_tab.area{
    border-bottom:3px solid #09c !important;
}

#tab_area.active a, #tab_area:hover a{
    color: #fff;
}

#tab_area a{
    color: #09c;
}