
/***********************************************************************
/ Tabs (jquery ui)
************************************************************************/

#tabs {margin-bottom: 20px;}

.ui-tabs .ui-tabs-nav li {/*float: right !important;*/ }

.ui-tabs .ui-tabs-panel {   
    background: #fff; 
}



.ui-tabs .ui-tabs-nav {
   border-bottom:  1px solid #e6e6e6;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;  font-weight: normal;  color: #929ca7; background: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: none;  background: none;  font-weight: bold;  color: #929ca7;
}
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	 font-weight: bold;  color: #000;
	}
	.ui-state-hover a,
	.ui-state-hover a:hover,
	.ui-state-hover a:link,
	.ui-state-hover a:visited,
	.ui-state-focus a,
	.ui-state-focus a:hover,
	.ui-state-focus a:link,
	.ui-state-focus a:visited {
		color: #000;		
		text-decoration: none;
	}
	
	
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
       padding-bottom: 15px;   
   }
   
  .ui-tabs-active a {border-bottom: 2px solid #000;}
   
   .ui-widget-content a {
     color: #fff; 
   }
   
   .page_buttons .btn-outline-info {
      color: #17a2b8;
   }    
   .page_buttons .btn-outline-info:hover {
      color: #fff;
   }    
   
   .ui-widget-content {
     border: none; background: none;
   }
   
   
   
   
   
   
   
   
   
   
   
   