﻿/* header */
.nav-user {
    padding-left: 20px !important;
}

.content-page > .content > .navbar-custom {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.leftside-menu .logo .logo-lg img {
    max-width: calc(var(--ct-leftbar-width) - 2rem);
    max-height: var(--ct-logo-lg-height);
    height: auto;
    width: auto;
}

.leftside-menu .logo .logo-sm img {
    max-width: calc(var(--ct-leftbar-width-sm) - 1rem);
    max-height: var(--ct-logo-sm-height);
    height: auto;
    width: auto;
}

body.authentication-bg input#id.form-control:not(:placeholder-shown),
body.authentication-bg input.form-control:-webkit-autofill,
body.authentication-bg input.form-control:-webkit-autofill:hover,
body.authentication-bg input.form-control:-webkit-autofill:focus {
    background-color: #E8F0FE !important;
    -webkit-box-shadow: 0 0 0 1000px #E8F0FE inset !important;
    box-shadow: 0 0 0 1000px #E8F0FE inset !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;
}


