/* 公共UI配色修改 0920 yangyating */

body {color:rgba(36, 36, 36, 1) !important;}
.navbar-header .navbar-minimalize{
  background-color: #00caab;
  border-color: #00caab;
}
.navbar-header .navbar-minimalize:hover{
  background-color: #24b7a1;
  border-color: #24b7a1;
}
.nav>li.active{
  border-color: #00caab !important;
}
.page-tabs a.active{
  background-color: #00caab !important;
  color: #fff !important;  
  font-weight:bold;
}
.page-tabs a:hover,.page-tabs a.active:hover{
  background-color: #24b7a1 !important;
  color: #fff !important;
}
.content-tabs,.content-tabs .roll-nav, .page-tabs-list{
  color: #00caab !important;
}
/*table隔行换色及鼠标移上换色*/
.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#eee}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#eee}
.table tr:nth-child(odd){background-color:#F5F5F6}
/*所有按钮颜色*/
/*绿色 #51b342*/
.btn-primary{
  background-color: #00caab;   
  border-color: #00caab;
}
.btn-primary:hover,.btn-primary.active:active,.btn-primary.active{
  background-color: #00b89c;   
  border-color: #00b89c;  
}
/*蓝色 #3d9ee4*/
.btn-success{
  background-color: #1fb8e9;  
  border-color: #1fc8e6; 
}
.btn-success:hover,.btn-success:active,.btn-success.active{
  background-color: #1daedc;  
  border-color: #1daedc; 
}
/*红色*/
.btn-danger{
  background-color: #ec4758;    
  border-color: #ec4758; 
}
/*浅蓝色*/
.btn-info{
  background-color: #99CCFF;    
  border-color: #99CCFF; 
}
.btn-info:hover,.btn-info:active,.btn-info.active{
  background-color: #8fbfef;    
  border-color: #8fbfef; 
}
/*左侧导航*/
.navbar-default .nav>li>a:hover{
  color: #fff !important;
} 
.navbar-default .nav ul>li>a:hover{
  background: rgba(70, 95, 119, 1) !important;
  color: #00ffd9 !important;
}
.navbar-default .nav>li>a:active{ 
  background-color: rgba(70, 95, 119, 1) !important;
}
.navbar-default .nav ul>li>a:active{
  background-color: rgba(70, 95, 119, .6) !important;
} 
.nav>li>a{
    color: #ddd !important; 
}
.nav-header .text-muted{ color: #ccc !important; }
.nav-header a{ color: #fff !important; }
.nav-header{ padding: 15px 25px !important; }
/*上导航*/
.navbar-fixed-top, .navbar-static-top, .content-tabs{
  background: #fff !important;
}
.border-bottom{
  border-bottom: 1px solid #eee !important;
}
.content-tabs{ border-color: #00caab !important; }
/*右侧*/
.wrapper-content{ padding: 15px 5px !important; }
/*左侧头像区域高度*/
.nav-header{
  height: 93px;
}
/*jqgrid表格边框样式修改*/
.ui-jqgrid, .ui-jqgrid .ui-jqgrid-bdiv{
	border-top: 0 !important;
}
.ui-jqgrid .ui-jqgrid-labels, .ui-jqgrid .ui-jqgrid-hdiv{
	border-left: 0 !important;
}
.ui-jqgrid .ui-jqgrid-htable thead th div{
	padding: 0 !important;
	line-height: 21px;
	color: #333;
}
.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize{
	height: 20px !important;
}
/*按钮边框*/
.btn{
	border: 0 !important;
	padding: 7px 13px !important;
}
.btn-xs{
	padding: 2px 6px !important;	
}
/*表格箭头*/
.glyphicon-triangle-top:before{
	content:"\f0d8" !important;
}
.glyphicon-triangle-bottom:before{
	content:"\f0d7" !important;
}
.ui-jqgrid .ui-grid-ico-sort{ 
	margin-left: 0 !important;
	right: 0 !important;
}
.table thead tr th [class*="icon-"]:first-child{
	margin-right: 0 !important;
}
.ui-jqgrid .ui-icon-desc{
	margin-top: 3px !important;
}
.ui-jqgrid .ui-icon-asc{
	margin-top: -5px !important;
}
.ui-grid-ico-sort:before{
	font-size: 20px !important;
}
.ui-jqgrid .ui-pg-button:hover{
	padding: 0 6px !important;
}
.icon-search{
	background: none !important;
}

/*新建活动界面tab切换样式*/
.tabs-model .nav>li>a{
    color: #333 !important;
}
.tabs-model .nav>li.active{
    border-color: #00caab !important;
    background: #00caab !important;
}
.tabs-model .nav-tabs>li.active>a, .tabs-model .nav-tabs>li.active>a:focus, .tabs-model .nav-tabs>li.active>a:hover{
    color: #fff !important;
    border-color: #00caab !important;
    background: none !important;
}

/*公共data的modal*/
.dataUllist,.dataUllist li{
    list-style: none;
}
.dataUllist{
    border: 1px solid #ddd;
    border-bottom: 0;
    margin: 0;
    max-height: 320px;
    overflow-y: auto;
}
.dataUllist li{
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}