/** Helper classes */
.pd-90 {
    padding: 90px 0 0 0;
}
.pd-40 {
    padding: 40px 0 0 0;
}
.pd-30 {
    padding: 30px 0 0 0;
}
.pd-25 {
    padding: 25px 0 0 0;
}
.pd-15 {
    padding: 15px 0 0 0;
}
.pd-10 {
    padding: 10px 0 0 0;
}

html, body {
    font-family: "Roboto Slab", sans-serif;
}

.body-his {
    margin-top: 52px;
}

/** Login screen */
.login-body {
    background: #ECEDEE;
}

.login-logo {
    width: 190px;
    height: 50px;
    margin-right: 15px;
    vertical-align: -14px;
}

.login-title {
    font-size: 29px;
}

.login-row {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.login-box {
    background-color: #95A1A0;
    padding: 30px !important;
    border-radius: 7px;
    color: #FFF;
}

@media (max-width: 1199.98px) {
    .login-logo {
        width: 165px;
        margin-right: 10px;
    }
    .login-title {
        font-size: 25px;
    }
}

@media (max-width: 991.98px) {
    .login-logo {
        width: 190px;
        display: block;
    }
    .login-title {
        font-size: 22px;
        display: block;
    }
}

/** Navbar */
.navbar-his {
    background-color: #95A1A0;
    padding: 0 16px 0 16px;
}

.navbar-his .navbar-brand {
    font-size: 19px;
}

.navbar-his .hummel-logo {
    width: 157px;
    height: 30px;
    margin-right: 10px;
}

.navbar-his .nav-item {
    padding: 6px 10px 6px 10px;
}

.navbar-his .nav-item > .nav-link:focus {
    outline: none;
}

.navbar-his .nav-item:hover,
.navbar-his .nav-item.active,
.navbar-his .nav-item:active,
.navbar-his .nav-item.dropdown.show {
    background-color: #ECEDEE;
}

.navbar-his .nav-item:hover > .nav-link,
.navbar-his .nav-item.active > .nav-link,
.navbar-his .nav-item.dropdown.show > .nav-link {
    color: #1D1D1D;
}

.navbar-his .nav-item > .nav-link {
    color: #FFFFFF;
}

.navbar-his .nav-item.disabled {
    cursor: not-allowed;
}

.navbar-his .nav-item.disabled:hover {
    background-color: transparent;
}

.navbar-his .nav-item > .nav-link.disabled,
.navbar-his .nav-item:hover > .nav-link.disabled {
    color: #DDD;
}

.navbar-his .dropdown-item:hover,
.navbar-his .dropdown-item.active,
.navbar-his .dropdown-item:active {
    background-color: #95A1A0;
    color: #FFF;
}

.navbar-his .dropdown-item.disabled {
    color: #95A1A0;
}

.navbar-his .navbar-right {
    color: #FFFFFF;
}

.navbar-his .nav-icon {
    width: 16px;
    margin-right: 3px;
}

.navbar-his .dropdown-text {
    pointer-events: none;
}

.navbar-his .user-photo {
    width: 21px;
    height: 21px;
    margin-right: 3px;
    vertical-align: -5px;
    border-radius: 999px;
}

@media (max-width: 1199.98px) {
    .navbar-his .hummel-logo {
        width: 120px;
        margin-right: 6px;
    }
    .navbar-his .nav-item {
        padding: 6px 6px 6px 6px;
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .navbar-his {
        padding: 6px 0 6px 0;
    }
    .navbar-his .navbar-brand {
        padding-left: 16px;
    }
    .navbar-his .hummel-logo {
        width: 140px;
        margin-right: 10px;
    }
    .navbar-his .navbar-collapse {
        margin-top: 6px;
    }
    .toggler-his {
        margin-right: 16px;
    }
    .toggler-his .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .toggler-his.navbar-toggler {
        border-color: rgb(255,255,255);
    }
    .navbar-his .nav-item {
        padding: 6px 16px 6px 16px;
    }
    .inm-row {
        padding: 15px;
    }
    .inm-row-grey {
        padding: 15px;
    }
    .navbar-right {
        padding: 10px 10px 5px 10px;
    }
    .navbar-his .user-photo {
        width: 1.25em;
        height: 1.25em;
        margin-right: 0;
    }
}

/** Navlist */
.list-group-nav-his .list-group-item {
    color: #212529;
}

.list-group-nav-his .list-group-item:focus,
.list-group-nav-his .list-group-item:hover {
    background-color: #ECEDEE;
    text-decoration: none;
}

.list-group-nav-his .list-group-item.active {
    background-color: #95A1A0;
    color: #FFFFFF;
    border: inherit;
}

/** Breadcrumbs */
.breadcrumb-his {
    background-color: #ECEDEE;
}

/** Buttons */
.btn-his {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1d1d1d;
}
.btn-his:hover {
    color: #fff;
    background-color: #3F3F3F;
    border-color: #3F3F3F;
}
.btn-his.focus, .btn-his:focus {
    box-shadow: 0 0 0 .2rem rgba(29, 29, 29, .5);
}
.btn-his.disabled, .btn-his:disabled {
    color: #fff;
    background-color: #95A1A0;
    border-color: #95A1A0;
}
.btn-his:not(:disabled):not(.disabled).active, .btn-his:not(:disabled):not(.disabled):active, .show>.btn-his.dropdown-toggle {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #363636;
}
.btn-his:not(:disabled):not(.disabled).active:focus, .btn-his:not(:disabled):not(.disabled):active:focus, .show>.btn-his.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(29, 29, 29, .5);
}

/** Tables */
.table-his thead {
    background-color: #ECEDEE;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0;
        margin-bottom: 0.25em;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: flex-start;
        margin-top: 0.75em;
    }
}

/* User table */
.table-users tbody tr {
    cursor: pointer;
}

.table-users .user-photo {
    width: 35px;
    height: 35px;
    border-radius: 999px;
}

/** Cards */
.card-his .card-header {
    background: #ECEDEE;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .card-his .card-header .card-header-tabs {
        font-size: 0.95rem;
    }

    .card-his .card-header .card-header-tabs .nav-link {
        padding: .5rem .7rem;
    }
}

.card-his .card-footer {
    background: #ECEDEE;
}

.card-his .card-footer-link {
    font-size: 1rem;
    line-height: 1;
}

/*.card-his .card-footer-link:hover {
    background: #E6E7E8;
}*/

.card-stretched-link:hover {
    background: #F7F7F7;
}

/* User page */
.card-user-info .user-photo {
    width: 90%;
    border-radius: 999px;
}

/* Dashboard */
.card-dashboard .list-group {
    max-height: 250px;
    overflow: scroll;
}

@media (max-width: 767.98px) {
    .card-dashboard .list-group {
        max-height: none;
        overflow: visible;
    }
}

/* Relevant */
.card-relevant .list-group {
    height: 300px;
    overflow: scroll;
}

@media (max-width: 767.98px) {
    .card-relevant .list-group {
        height: auto;
        overflow: visible;
    }
}

/** Icons */
.xs-align {
    vertical-align: 0.125em;
}
.sm-align {
    vertical-align: 0.0625em;
}

/** Forms */
.label-required::after {
    content: "*";
    color: red;
    font-size: 0.75em;
    vertical-align: top;
}

.form-his label {
    font-weight: bold;
}

.bootstrap-select > .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #ced4da;
    color: #495057;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #ECEDEE;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #95A1A0;
}

.input-group-append .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/** Badges */
/* Actions */
.badge-status-wrapper {
    line-height: 0;
}

/** Tools */
/* GSM */

/* Accounts table */
.table-gsuite-accounts tbody tr {
    cursor: pointer;
}

/* Signatures table */
.table-signatures tbody tr {
    cursor: pointer;
}

/* Account details */
.sig-need-update {
    background: #fff3cd !important;
}
.sig-need-update a{
    color: rgb(33, 37, 41) !important;;
}