html,
body {
    height: 100%;
}

table {
    display: table !important;
}

table tbody tr:first-child:hover th, table tbody tr:first-child th {
    background: #eee;
    border: 1px solid #fff;
}

table tbody tr:first-child:hover th, table tbody tr:first-child th {
    background: #eee !important;
    border: 1px solid #fff !important;
}

.sidebar-dark .nav-link.active {
    color: #fff;
}

.sidebar .nav-link.active {
    font-weight: 700;
}

.sidebar-dark .nav-link.active i {
    color: #fff;
}

a.asc:after {
    content: /*"\e113"*/ "\2191";
}

a.desc:after {
    content: /*"\e114"*/ "\2193";
}

.gallery .image {
    float: left;
    margin: 0 10px 10px 0;
}

.kv-container-from.form-control, .kv-container-to.form-control {
    padding: 0;
}

.kv-form-horizontal .kv-field-range {
    padding: 0 0.7rem;
}