.theme_area .clsTitSideClr{
    background-color: #43991a !important;
}

.theme_area .clsSrcItemClr{
    background-color: #43991a !important;
}

#tab_area.active, #tab_area:hover{
  color: #fff;
  background-color: #43991a;
  background: linear-gradient( #43991a 40%, rgba(103,183,55,1) 100% );
}

#tab_area{
  color: #43991a;
  background-color: #fff;
  border: 1px solid #3c8917;
}

#area_route_tab.area{
    border-bottom:3px solid #43991a !important;
}

#tab_area.active a, #tab_area:hover a{
    color: #fff;
}

#tab_area a{
    color: #43991a;
}