﻿/* header */
.nav-user {
    padding-left: 20px !important;
}

/* loading bar */
#modalLoading .spinner-border {
    width: 3.5rem;
    height: 3.5rem;
    border: .75em solid currentColor;
    border-right-color: transparent;
    -webkit-animation: 1.4s linear infinite spinner-border;
    animation: 1.4s linear infinite spinner-border;
}

.required:after {
    content: " *\00a0";
    color: #db0e37;
}

/* table-sm */
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 3px !important;
    right: 0.5em !important;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 9px !important;
}

/* button */
.btn.btn-card-body-title {
    padding: 0.28rem 0.5rem;
    font-size: .875rem;
    line-height: .6;
    border-radius: 0.2rem;
}

/* dropdown */
.dropdown.dropdown-card-body-title button {
    padding: 0.31rem 0.5rem;
    font-size: .875rem;
    line-height: .6;
    border-radius: 0.2rem;
    margin-bottom: 0.375rem !important;
    margin-top: -0.17rem !important;
}


