html body {
    font-size: 14px;
}

.text-black {
    color: #000;
}

table td{
    white-space: nowrap;
}

.browser-tips{
    display: none;
    width: 300px;
    color: orange;
}
.browser-tips i{
    display: block;
    float: left;
    width: 50px;
    padding-top: 4px;
    font-size: 40px;
    text-align: center;
}

.card.left-menu{
    color: #000;
}

.card.left-menu a{
    color: #000;
    text-decoration: none;
}
.card.left-menu .list-group-item{
    border-radius: 0;
}
.card.left-menu .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

label.preview{
    width: 60px;
    height: 30px;
    line-height: 20px;
    text-align: center; 
    border: 1px dashed #ccc; 
    border-radius: 3px;
    font-size: 30px;
    color: #666;
    padding: 0;
    background-size: cover;
    background-position: center;
}
label.preview input{
    display: none;
}

.form-control label{
    margin-bottom: 0;
}

.form-control .custom-control {
    min-height: auto;
}

.custom-control-input {
    display: none;
}

.slider-pics{
    margin: 10px;
}

.slider-pics.dz-clickable{
    width: 200px;
    height: 100px;
}

.slider-thumb{
    width: 200px;
}
.slider-thumb .card-img-top{
    max-height: 6.3rem;
}
.slider-thumb .card-body{
    padding: 1rem;
}

/*修正bootstrap4 调用 datepicker 组件化使用的问题*/
.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span {
    width: auto;
    height: auto;
}

/*表头label样式重置*/
.table th label{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.page{
    padding-bottom: 100px;
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.nav {

}

.nav-pills .nav-link{
    color: #000;
}

.nav-tabs .nav-link{
    color: #000;
}

.nav-tabs .nav-link.active{
    background: #007bff;
    color: #fff;
}

