body {
    width: 100%;
    min-width: 940px;
    overflow-x: auto;
    height: 100%;
    min-height: 588px;
    overflow-y: auto;
}

body, h1, h2, h3, h4, h5, h6, span {
    font-family: "Microsoft YaHei", SimSun, sans-serif !important;
}

/*非在用span样式*/
.label-notinuse {
    background-color: #666666;
}

/*图片加小手*/
.fa {
    cursor: pointer;
}

/*问号右对齐*/
.fa-2x {
    float: right;
}

/*表格加复选框时，添加margin-right*/
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th{
    text-align: center;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

/*批量删除和添加部分的定位*/
.batch {
    float: right;
    padding-right: 10px;
}

/*批量删除和添加图片的大小*/
.batch .fa {
    font-size: 18px;
}

/*panel-body加背景颜色，给查询框使用*/
.panel-default {
    border-color: #F1F0F0;
}

/*查询背景框样式*/
.pbgcolor {
    background-color: #EFEFEF;
    padding: 7px;
}

#searchCondButton {
    font-size: 18px;
    padding-top: 8px;
}

/*查询条件label*/
.form-horizontal .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4 {
    text-align: right;
}

.form-horizontal .control-label {
    padding-right: 10px;
}

/*thead和tfoot居中*/
table thead tr th,
table tfoot tr th {
    text-align: center;
}

/*表格label右对齐*/
.control-label {
    padding: 6px 20px 0 0;
    text-align: right;
}

/*日期控件z-index变高*/
.birZ {
    z-index: 9999;
}

/*checkbox选中样式修改*/
table.dataTable tr.selected td.select-checkbox:after {
    text-shadow: 1px 1px rgba(0, 0, 0, 0), -1px -1px rgba(0, 0, 0, 0), 1px -1px rgba(0, 0, 0, 0), -1px 1px rgba(0, 0, 0, 0);
}

/*显示列居中*/
.dt-button-collection {
    text-align: center;
}

/*buttons右对齐*/
.btn-group {
    float: right;
    margin-bottom: 10px;
}

/*modal框body滚动条*/
.modal-body {
    overflow-x: hidden;
}

/*modal遮罩*/
#mask {
    display: none;
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.52);
    z-index: 20001;
}

/*modal loading*/
.loading {
    display: none;
    position: absolute;
    top: 38%;
    left: 31%;
}

.tooltip-inner {
    background-color: #ff4949;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #ff4949;
}

.upload {

}

/*默认的头像大小定义*/
.avatar-large {
    width: 90px;
    height: 90px;
}

.avatar-middle {
    width: 45px;
    height: 45px;
}

.avatar-small {
    width: 25px;
    height: 25px;
}

.popup-container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 350px;
    /*background: rgba(0, 0, 0, 0.8);*/
    background: white;
    color: #333333;;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}

.popup-title {
    /* 	margin-left:80px; */
    width: 100%;
    min-height: 30px;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    text-indent: 15px;
    color: #333333;
    cursor: default;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.popup-content {
    background: transparent;
    color: #333333;;
    height: auto;
    width: 95%;
    margin: 0 auto;
}

.popup-icon {
    float: left;
    width: 50px;
    height: 100px;
}

.popup-icon img {
    width: 50px;
}

.popup-message {
    min-height: 100px;
    padding: 10px 15px 15px 15px;
    font-size: 14px;
    width: 100%;
}

.popup-buttons {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cccccc;
    text-align: center;
}

.popup-buttons .btn {
    font-size: 12px;
    /*border: 1px solid rgba(255, 255, 255, 0.31);*/
    padding: 2px 10px 3px;
    background: none;
    background: #008cff;
    border: 1px solid #008cff;
    color: white;
}

.popup-buttons .btn:hover {
    background: rgba(0, 0, 0, 0.4);
    background: #008cff;
}

.popup-buttons #btn-cancel {
    margin-left: 20px;
}

.popup-buttons #btn-cancel1 {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.popup-buttons #btn-cancel1:hover {
    background: #ddd;
}
/*增加国产统一化UI样式*/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #008cff;
    border-color: #008cff;
}
.operateCss{
    color: #008cff;
    font-style:normal;
}
.operateCss:hover{
    color: #3cabff;
    font-style:normal;
}
.fa-search{
    color: #008cff;
}

.layui-layer-btn .layui-layer-btn0,.layui-layer-btn1 {
    border-color: #008cff !important;
    background-color: #008cff !important;
    color: #ffffff !important;
    border-radius: 4px !important;
}
.button_t{
    border-color: #008cff !important;
    background-color: #008cff !important;
    color: #ffffff !important;
    border-radius: 4px !important;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #3cabff;
    background-color: #eee;
    border-color: #ddd;
}
.sa-button-container >.sa-confirm-button-container >.confirm{
    background-color: #008cff !important;
    box-shadow:none !important;
}
/*.sa-confirm-button-container{*/
/*    background-color: rgb(204, 0, 0) !important;*/
/*}*/