/*首页中进度条宽度*/
div.progress {
    height: 10px;
    box-shadow: none;
}
/*阴影*/
.card-box {
    border: 0;
    box-shadow: 1px 2px 11px 5px rgb(213 213 213 / 50%);
}
/*按钮块*/
/*搜索，确认，查看*/
.btn-success,.btn-success:hover,.btn-success:active,.btn-success:focus,.btn-success:active:focus {
    background: #498BFC;
    border: 1px solid #498BFC;
}
/*新增*/
.btn-default,.btn-default:hover,.btn-default:active,.btn-default:focus,.btn-default:active:focus {
    background: #51B2A7;
    border: 1px solid #51B2A7;
    color: white;
}
/*取消，导出按钮*/
.btn-warning,.btn-warning:hover,.btn-warning:active,.btn-warning:focus,.btn-warning:active:focus {
    background: #F2B948;
    border: 1px solid #F2B948;
}
/*删除按钮*/
.btn-danger,.btn-danger:hover,.btn-danger:active,.btn-danger:focus,.btn-danger:active:focus {
    background: #EB6768;
    border: 1px solid #EB6768;
}
/*关闭，取消按钮，一般先关闭，然后确认按钮*/
.btn-close,.btn-close:hover,.btn-close:active,.btn-close:focus,.btn-close:active:focus {
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
}

/*主要按钮，去打印*/
.btn-primary,.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:active:focus {
    background: #5974D9;
    border: 1px solid #5974D9;
}
/*table 表格部分*/
.table {
    border: 1px solid #E8E7E8;
    text-align: center;
}
.table>thead>tr.warning>th {
    background: #FBFBFB;
    line-height: 40px;
}
.table>thead>tr>th {
    border: 1px solid #E8E7E8;
    text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: #F9FAFF;

}
.table>tbody>tr>td, .table>tbody>tr>th {
    vertical-align: unset;
    border: 0;
    border: 1px solid #E8E7E8;
}
/*表格头部按钮，全选不全选部分样式优化*/
.table thead tr.warning th button {
    line-height: 26px;
    background: white;
    border: 1px solid #ddd;
}
/*分页部分*/
#page_show {
    line-height: 28px !important;
    font-weight: 500 !important;
    color: #636e7b !important;
}
#pN {
    width: 40px !important;
    padding: 0 10px !important;
    border: 1px solid #ddd !important;
}
#goClick {
    margin-left: 5px !important;
    padding: 0 10px !important;
    background: white !important;
    border: 1px solid #ddd !important;
}
/*时间方面 。。。。to/至 。。。。*/
.bg-primary {
    background-color: #dedede !important;
}
/* 多选，下拉筛选插件功能重写 */
.multiselect-native-select>div>button>span.multiselect-selected-text {
    color: #333333;
}
span.multiselect-native-select {
    position: relative;
    height: 0;
}
span.multiselect-native-select>select {
    position: absolute;
    height: 0;
    z-index: -1;
}
.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px;
}
/* ===========
   Portlets
 =============*/
.portlet {
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: all 0.4s;
}
.portlet .portlet-heading {
    border-radius: 3px;
    color: #ffffff;
    padding: 12px 20px;
}
.portlet .portlet-heading .portlet-title {
    color: #ffffff;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.portlet .portlet-heading .portlet-widgets {
    display: inline-block;
    float: right;
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
    text-align: right;
}
.portlet .portlet-heading .portlet-widgets .divider {
    margin: 0 5px;
}
.portlet .portlet-heading a {
    color: #999999;
}
.portlet .portlet-body {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
}
.portlet-default .portlet-title {
    color: #797979 !important;
}
.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
    content: "\f217" !important;
}
.portlet .portlet-heading.bg-purple a,
.portlet .portlet-heading.bg-info a,
.portlet .portlet-heading.bg-success a,
.portlet .portlet-heading.bg-primary a,
.portlet .portlet-heading.bg-danger a,
.portlet .portlet-heading.bg-warning a,
.portlet .portlet-heading.bg-inverse a,
.portlet .portlet-heading.bg-pink a {
    color: #ffffff;
}
.panel-disabled {
    background: rgba(243, 242, 241, 0.5);
    cursor: progress;
    bottom: 15px;
    left: 0px;
    position: absolute;
    right: -5px;
    top: 0;
}
.loader-1 {
    -moz-animation: loaderAnimate 1000ms linear infinite;
    -o-animation: loaderAnimate 1000ms linear infinite;
    -webkit-animation: loaderAnimate 1000ms linear infinite;
    animation: loaderAnimate 1000ms linear infinite;
    clip: rect(0, 30px, 30px, 15px);
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}
.loader-1:after {
    -moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
    -o-animation: loaderAnimate2 1000ms ease-in-out infinite;
    -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
    animation: loaderAnimate2 1000ms ease-in-out infinite;
    border-radius: 50%;
    clip: rect(0, 30px, 30px, 15px);
    content: '';
    height: 30px;
    position: absolute;
    width: 30px;
}
/*自定义表格，左侧，一行四列问题。*/
#customTable>.custom-table {
    display: flex;
}