﻿/**** index排序 *****/
th.sorting {
    position: relative;
    cursor: pointer;
}

    th.sorting::before {
        content: '';
        border: 6px solid transparent;
        border-bottom-color: #ced4da;
        position: absolute;
        z-index: 10;
        top: .625rem;
        right: 1rem;
    }

    th.sorting::after {
        content: '';
        border: 6px solid transparent;
        border-top-color: #ced4da;
        position: absolute;
        z-index: 10;
        top: 1.5rem;
        right: 1rem;
    }

th.asc::before {
    border-bottom-color: #333;
}

th.desc::after {
    border-top-color: #333;
}


/*更改adminlte内容*/
.custom-control-label::before {
    left: -1.5rem;
}
.custom-control-label::after {
    left: -1.5rem;
}
.custom-control-label {
    font-weight: normal !important;
}
.card-body > .table > thead > tr > td, .card-body > .table > thead > tr > th {
    border-top-width: 1px;
}

/*bootstrap 加入内容*/
body {
    font-size: .875em;
}
.form-control {
    font-size: 14px;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.btn-xs {
    padding: 1px 5px;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

/**/
.input-border-bottom {
    border-top: none;
    border-right: none;
    border-left: none;
    border-width:1px;
    border-color:#333;
}
.input-hidden {
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
}
.ring {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #28a745;
    margin-bottom: 1rem;
    line-height: 40px;
    text-align: center;
    color: #28a745;
}

.bottom-item {
    width: 60px;
    height: 60px;
    background-color: #ff5951;
    color: #ffffff;
    font-size: 2rem;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    margin: 1px;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: .5em;
    border: 0;
    width: auto;
    margin-bottom: 0px;
}

.kv-upload-progress {
    display:none !important;
}