/* Body */
body {
    overflow-y: scroll;
    background-color: #f1efef;
}

.text-middle {
    vertical-align: middle !important;
}

.alert-danger {
    background-color: red !important;
}


.list-striped li:nth-of-type(odd) {
    background: #f7f8fa;
}

.list-striped li:nth-of-type(even) {
    background: #f1efef;
}

/* Navbar */
.nav-link {
    padding: 0px;
}

nav .active > a {
    background-color: #f1efef;
    color: #4f555a;

    padding-left: 10px;
    border-left: 10px solid var(--brand);

}

nav .active > a:hover {
    background-color: #4f555a;
    color: #f1efef;
}

.nav-link > a {
    color: #f1efef;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #343a40;
    width: 100%;
    height: 100%;

    display: block;
}

.nav-link > a:hover {
    text-decoration: none;
    background-color: #4f555a;
    cursor: pointer;
}

.btn-outline-secondary {


}

.app-bg {
    background-color: #f1efef !important;
}

nav {
    border-top: solid;
    border-color: var(--brand);
}

.navbar {
    padding: 0px !important;
}

.nav-lg a {
    color: #000000;
    background-color: #f1efef !important;
    display: block;

    text-decoration: none;
    font-weight: bold;

    height: 62px !important;
    padding: 18px;
}

.nav-lg a:hover {
    color: #fff;
    background-color: var(--brand) !important;
    text-decoration: none;
    font-weight: bold;
}

.text-center {
    text-align: center;

}

.btn-outline-brand {
    color: var(--brand);
    background-color: transparent;
    background-image: none;
    border-color: var(--brand);
}

.btn-outline-brand:hover {
    color: #fff;
    background-color: var(--brand);
    border-color: var(--brand);
}

.btn:hover {
    background-color: #afafaf !important;
}

/* Side bar */
body {
    font-size: .875rem;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.text-secondary {
    color: #6c757d !important;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333 !important;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
}

/*
 * Navbar
 */
.menu-title {
    color: #eaeaea !important;
}

.menu-link.active {
    background-color: transparent !important;
    border: 2px solid #FD9700FF !important;
}

.menu-link.active:hover {
    background-color: #FD9700FF !important;
    border: 2px solid #000000 !important;
    color: #ffffff !important;
}

.menu-link:hover {
    background-color: #FD9700FF !important;
    border: 0px solid #000000 !important;
    color: #ffffff !important;
}

.menu-sub .menu-item .menu-title {
    color: #171717 !important;
}

.menu-sub .menu-link:hover {
    background-color: #dfdfdf !important;
    color: #171717FF !important;
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/* Branding */
.text-brand {
    color: var(--brand);
}

.btn-brand {
    background-color: var(--brand);
    color: #ffffff;
}

.bg-brand {
    background-color: var(--brand) !important;
    color: #ffffff !important;
}

.nav-lg li > .bg-brand {
    background-color: var(--brand) !important;
    color: #ffffff !important;
}

.form-readonly {
    background-color: #f7f8fa !important;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Reports */
.btn-report > p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-report {
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    border-radius: 5px;
    border: solid;
    border-color: var(--brand);
}

.btn-report:hover {
    background-color: var(--brand);
    color: #fff;
    cursor: pointer;
}

/* Stars */
.rating {
    color: var(--yellow);
    font-size: 1.25rem;
}

.filterClient:hover {
    cursor: pointer;
}

.user-profile-icon {
    font-size: 36px;
    color: #f3f3f3;
    cursor: pointer;
}

.btn-outline-primary {
    border: 1px solid #007bff !important;
    border-radius: 4px !important;
}
.btn-outline-warning {
    border: 1px solid #ffc700 !important;
    border-radius: 4px !important;
}