.main-header .logo img {
    padding: 0;
}

.img-logo-sidebar {
    height: 200px !important;
    width: 100% !important;
}

.stage-indicator {
    font-size: 10px !important;
    line-height: 10px;
    text-align: center;
    margin: 0 !important;
    padding-top: 4px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto !important;
}

li.user-header > h4 {
    font-size: 2rem !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    font-size: 1.25rem !important;
}

/* For very narrow screens */
@media only screen and (min-width: 333px) {
    .login-box {
        width: auto !important;
    }

    .login-box-body {
        padding: 0 24px !important;
    }
}
/* For Standard HD Laptops */
@media only screen and (min-width: 768px) {
    .login-box {
        width: 360px !important;
    }

    .login-box-body {
        padding: 0 60px !important;
    }

    .preventative-maintenance-row {
        height: auto;
    }
}

/* For Full HD and above Laptops */
@media only screen and (min-width: 1080px) {
    .preventative-maintenance-row {
        height: 650px;
    }
}

body > div.wrapper > aside > section > ul > li:nth-child(7) :hover,
body > div.wrapper > aside > section > ul > li:nth-child(8) :hover {
    background: transparent;
    cursor: default;
    color: #b8c7ce;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: pointer !important;
}

body > div.introjs-tooltipReferenceLayer > div > div.introjs-tooltip-header > h1 {
    text-align: center !important;
}

body > div.introjs-tooltipReferenceLayer > div > div.introjs-tooltiptext > ul  {
    padding-left: 24px;
}


/* Override AdminLTE sidebar toggle icons */
.main-header .sidebar-toggle:before {
    content: "\f053";
}

.main-header .sidebar-toggle.fa5:before {
    content: "\f053";
    font-weight: 900;
}

body.sidebar-collapse .main-header .sidebar-toggle:before {
    content: "\f054";
}

body.sidebar-collapse .main-header .sidebar-toggle.fa5:before {
    content: "\f054";
    font-weight: 900;
}

body > div > aside > section > ul > li > a.no-hover-effects:hover{
    color: #b8c7ce !important;
    background: transparent !important;
    cursor: default !important;
}

.sidebar-bottom-item-header {
    margin-top: 100px !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.invoice-tdbs {
    border: none !important;
    border-bottom: 2px solid #adaaaa !important
}

 .invoice-tdb {
     border: none !important;
 }

 /* Splash Screen CSS */
.splash-screen-customer-logo {
    max-width: 28rem;
    height: auto;
}

.splash-screen-novis-logo {
    height: 24px;
}

.splash-screen-footer {
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 8rem;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    color: white;
    background-color: #435059;
}

.splash-screen-panel-text {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: #67bac6 !important;
    border-top: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.splash-screen-panel:hover {
    box-shadow: 0 0 22px rgba(0, 0, 0, .2);
}

.splash-screen-panel-container {
    justify-content: center;
}

.splash-screen-panel {
    text-align: center;
    cursor: pointer;
    color: white;
    background-color: #67bac6 !important;
    aspect-ratio: 1/1;
    margin: 1rem 1rem;
    display: inline-block;
    width: 11rem;
}

.splash-screen-panel-icon {
    text-align: center;
    color: white;
    margin: auto;
    align-self: center;
    font-size: 4rem;
}

.splash-screen-page-header h2 {
    font-weight: bold !important;
    color: #57575a;
}


@media only screen and (min-width: 326px) {
    .splash-screen-page-header h2 {
        font-size: 20px;
    }

    .splash-screen-panel-row div {
        padding-left: 2px;
        padding-right: 2px;
    }

    .splash-screen-panel-text {
        font-size: 1.1rem;
    }

    .splash-screen-panel-icon {
        font-size: 6rem;
    }

    .splash-screen-panel {
        width: 13rem !important;
    }
}

@media only screen and (min-width: 576px) {
    .splash-screen-panel-icon {
        font-size: 8rem;
    }

    .splash-screen-page-header h2 {
        font-size: 33px;
    }

    .splash-screen-panel-text {
        font-size: 1.6rem;
    }

    .splash-screen-panel {
        width: 220px !important;
    }
}

@media only screen and (min-width: 1440px) {
    .splash-screen-panel-icon {
        font-size: 8rem;
    }

    .splash-screen-page-header h2 {
        font-size: 33px;
    }

    .splash-screen-panel-text {
        font-size: 1.6rem;
    }

    .splash-screen-panel {
        width: 220px !important;
    }

    .splash-screen-panel-container {
        margin-bottom: 24px;
    }
}

/* Global Fixes */
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Utilities */
.d-flex {
    display: flex;
}

.d-flex-column {
    flex-direction: column;
}

.justify-space-between {
    justify-content: space-between;
}

.flex-grow-1 {
    flex-grow: 1;
}

/* Partials */
.btn-helper {
    margin: 4px 0;
    min-width: 48px;
}
