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