/* ========================================================================
   empr tab search tab
 ==========================================================================  */
 .search_tabs>li+li,
 .empr_tabs>li+li{
   margin-left:10px;
 }
 
 .uk-navbar-nav.ui-navbar-ex a{
     background-color: #ccc;
     color: #595959!important;  
 }
#current.uk-active>a{
     background-color: #ea7f49;
     color: #ffffff!important;  
 }
#current.uk-active>a:hover,
 .uk-navbar-nav.ui-navbar-ex a:hover{
     background-color: #f58d59;
     color: #ffffff!important;  
 }
#current.uk-active>a:focus,
 .uk-navbar-nav.ui-navbar-ex a:focus{
     background-color: #ea6f36;
     color: #ffffff!important;  
 }

.empr_tabs>li.uk-active>a{
     background-color: #795c96;
     color: #ffffff!important;  
 }
.empr_tabs>li.uk-active>a:hover,
.empr_tabs.uk-navbar-nav.ui-navbar-ex a:hover{
     background-color: #8866aa;
     color: #ffffff!important;  
 }

.empr_tabs>li.uk-active>a:focus,
.empr_tabs.uk-navbar-nav.ui-navbar-ex a:focus{
     background-color: #715092;
     color: #ffffff!important;  
 }