/* 字体样式 */
html {
    font-size: 14px;
}
body {
    font-size: 13px;
}
.nav-sidebar>.nav-item>.nav-treeview .nav-link p{
    font-size: 1rem;
}

/* 表单样式 */
.form-group{
    margin-bottom: 0.8rem;
}
.col-md-3,.col-md-9{
    padding-right: 10px;
    padding-left: 10px;
}
.vs-radio-con {
    margin-right: 5px;
}
.vs-radio-con .vs-radio {
    margin-right: .25rem;
}

/* 表格样式 */
.table.custom-data-table.dataTable tbody td, table.data-thumb-view.dataTable tbody td{
    height: 20px;
}
body:not(.dark-mode) .table-collapse .custom-data-table.dataTable tbody td{
    height: 20px;
}
body:not(.dark-mode) .table-collapse .custom-data-table tbody td {
    height: 40px;
}

.modal-open.page-overflow .modal-scrollable {
    overflow-y: scroll;
    background-color: rgba(0,0,0,.4);
}
.modal-scrollable {
    background-color: rgba(0,0,0,.4);
}

.modal {
    box-sizing: border-box  !important;
    border: none !important;
    border-radius: .3125em  !important;
    -webkit-box-shadow: none  !important;
}

.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.btn-sm{line-height:1rem}

.input-group-addon{
    padding: 10px 24px 10px 12px;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.content .content-wrapper {
    padding: 5rem 0.8rem 0;
}
.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: 4px !important;
}
body:not(.dark-mode) .table-collapse .custom-data-table tbody td{
    height:40px;
}
.main-menu .navbar-header .navbar-brand img {
    max-width: unset;
    max-height: unset;
}
.weixin a {
    top: -10px !important;
}
.main-sidebar .nav .nav-item .nav-link{padding:10px!important}
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active:hover{background-image: linear-gradient(
118deg,rgba(224,233,255,.95),rgba(109,139,230,.7));}
.header-navbar.fixed-top{left:220px}
.main-sidebar, .main-sidebar:before{width:220px;}
@media(min-width:768px){
body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header{margin-left:220px;}
}
.main-menu .navbar-header .navbar-brand img{max-width:200xp;}

.small-box h3 {
    color: #fff !important;
}
.bg-yellow, .bg-pink ,.box-header h3{
    color: #fff!important;
}
.box.box-solid.box-warning > .box-header {
    color: #fff;
    background: #f39c12;
    background-color: rgb(243, 156, 18);
    background-color: #f39c12;
}
.label-default {
    background-color: #d2d6de;
    color: #444;
}
.table-responsive {
    min-height: .01% ;
    overflow-x: auto;
}
