/*这里存放修改的内容*/
/*页面的宽度*/
/*.table-responsive{
    overflow-x: scroll;
}*/
/*控制弹框的大小*/
.modal-xl{max-width: 95%}
.card-header.clearfix{
    padding: 10px 0!important;
}
/*列表项的高度*/
.vs-checkbox-con.vs-checkbox-primary{
    margin-top: 3px;
}
/*去除表单项前的标志*/
.fields-group .input-group-prepend{
    display: none;
}
/*搜索框的搜索按钮偏上*/
.filter-box .btn.btn-primary.btn-sm.btn-mini.submit{
    margin-top: 6px;
}
/*搜索框的搜索按钮偏上*/
.filter-box .reset.btn.btn-white.btn-sm {
    margin-top: 6px;
}
/*在线标识*/
.text-success{
    color: #21b978!important;
}
.content .content-wrapper{
    padding: 5rem 0.5rem 0!important;
}
/*左侧菜单栏宽度*/
.main-sidebar, .main-sidebar:before{
    width: 180px;
}

/*toast提示框的样式*/
.toast-center-center{
    top: 12%;
    left: 50%;
    margin-top: -30px;
    margin-left: -150px;
    z-index: 2147483647;
}
body{
    line-height: 1!important;
    font-size: 12px!important;
}
/*左侧菜单字体*/
p{
    font-size: 13px!important;
}
/*列表上按钮字体*/
button{
    font-size: 12px!important;
}
/*左侧菜单栏*/
body.sidebar-separate .main-sidebar{
    left: 0;
    top: 4.25rem;
}
.left_li{
    text-align: left!important;
}
.center_li{
    text-align: center!important;
}
.right_li{
    text-align: right!important;
}
/*列表的行高*/
table.custom-data-table.data-table tbody td{
    padding: 0.55rem!important;
}
/*左侧菜单栏的二级菜单打开按钮偏下*/
[class*=sidebar-light-] .nav-sidebar>.nav-item>.nav-link p i{
    margin-top: -2px;
}
/*搜索栏的每个的高度*/
.grid-filter-form .form-group{
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
/*列表的头部*/
.content-header{
    padding: 0px 1rem;
}
/*暗黑模式下的列表border*/
body.dark-mode .table tbody tr{
    border-bottom: 1px solid #544c4c85;
}
/*第一列id列居中*/
table.custom-data-table.data-table tbody td:first-of-type{
    padding-left: 20px!important;
}

/*列表div与左侧菜单的距离*/
.content-wrapper{
    margin-left: 180px!important;
}
/*上传图片失败时间 将提示放置于图片框的上顶部,防止影响删除按钮*/
.web-uploader .filelist li p.error{
    top: 0!important;
}
/*表单中分块时备注的格子比较大*/
textarea.form-control {
    line-height: 1.37rem!important;
    font-size: 1rem;
}
/*Fieldset 布局*/
.form-divider{
    border-bottom: 0px;
    text-align: left!important;
}
.mt-2{
    margin-top: -0.5rem!important;
}
