﻿.nav-link {
    color: white;
}

.customerTabs .nav-link {
    color:inherit;
}

@media (max-width: 1200px) {
    .footer {
        width: 76vw !important;
    }
}

@media (max-width: 576px) {
    .footer {
        width: 100vw !important;
        padding-right: 25px !important;
    }
}

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
}

.FormFooter {
    position: absolute;
    bottom: 25px;
    width: 82vw;
    z-index: 1050;
}

body::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

div::-webkit-scrollbar {
    width: 5px;
}

div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.divJobView a {
    text-decoration: none;
}

    .divJobView a:hover {
        color: #ffffff;
    }

    .divJobView a.bg-primary:hover {
        background-color: #0b5ed7!important;
        border-color: #0a58ca;
    }

#workordersIndex .divJobView a:hover {
    color:inherit;
}

#jobs .list-group {
    max-height:366px;
    overflow:auto;
}

    #jobs .list-group table thead {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #ececec;
    }