﻿.table>thead>tr {
    font-weight: normal;
    background: #EEF3FA;
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    color: #505464;
    letter-spacing: 0.34px;
    text-align: center;
    border: 1px solid #F2F4F6;
}

.ui-jqgrid tr.jqgrow {
    outline-style: none!important;
    border: 1px solid #F2F4F6;
    border-width:1px 0;
}
.ui-jqgrid .ui-jqgrid-hdiv, .ui-jqgrid .ui-jqgrid-bdiv{
	border-left:0;
}
.ui-jqgrid .ui-jqgrid-htable .ui-th-div{
	height: inherit;
    margin-top: 0;
}
.c2-button.btn-white{
	border:1px solid #e6e6e6 !important;
}

.form-control, select {
    color: #333 !important;
    border: 1px solid #e6e6e6!important;
}
.tab-content {
     border: none;
}
.cep-layout {
    background: rgba(238, 243, 250, 1)!important;
}
.cep-layout-sider {
    background: #ffffff!important;
}
.cep-menu-dark {
     background: #fff!important;
}
.cep-layout-content {
    margin: 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #576373;
    border: none;
    /* border-bottom-color: transparent; */
    background-color: #FFF;
    z-index: 1;
    line-height: 18px;
    margin-top: 0;
    border-bottom: 2px solid #4c8fbd;
    box-shadow: none;
}
.nav-tabs>li>a, .nav-tabs>li>a:focus {
    border: none;
}
.cep-layout.cep-layout-has-sider {
    flex-direction: row;
    padding-bottom: 42px;
}
.action-buttons-box {
	margin-bottom:15px;
}
.action-buttons-box button{
	margin-right:10px;
}
.search-form-box {
	margin-top:15px;
}
.search-form-box .form-group{
	padding-right:0;
}

.btn.btn-white {
    border-color: #ccc;
    color: #444 !important;
    text-shadow: none !important;
    background-color: #FFF !important;
}

.td-action span{
	color:#999;
}
.base-font-color{
	color:#393939;
}

/* 表格搜索表单方框样式
.search-form .form-group {
    margin-bottom: 15px;
    border: 1px solid #d8d8d8;
    margin-right: 10px;
}
.search-form .al-control-label {
    float: left;
    padding: 3px 0;
    margin: 5px 0;
    text-align: center;
    border-right: 1px solid #d8d8d8;
}
.search-form .form-group select.form-control, .search-form .form-group input.form-control {
	border:0 !important;
	margin-top:2px;
} */