html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-select:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--bs-notify);
}

html {
    position: relative;
    min-height: 100%;
}



body {
    padding: 0px;
    margin: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 10px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.clearBoth {
    clear: both;
}

.clearHeight {
    clear: both;
    height: 10px;
}


/* Page content */
.content {
    padding: 16px;
}

#StickyContainer {
    background-color: white;
    border-bottom: 1px solid #e9ecef;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .content {
        padding-top: 60px;
    }


/* Override Panel Width */
.offcanvas-end {
    width: 40%;
    min-width: 400px;
}


.border-none {
    border: none;
}

.hiddenGridRowInformation {
    display: none;
}

/*.displayGridRowInformation {
    display: table-row;
    background-color: #EEE8CD;
}*/


.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand {
    padding-left: 10px;
}

.modal-backdrop.show {
    opacity: 0.15;
}

.nav-link {
    display: block;
    padding: 0.25rem 1rem;
    color: #373737;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}



.section-nav-link {
    display: block;
    padding: 0.25rem 1rem;
    color: #373737;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


    .section-nav-link:hover, .section-nav-link:focus {
        color: #373737 !important;
    }


        .section-nav-link:hover::marker {
            color: #373737; /* Forces the bullet to stay this color */
        }
    .section-nav-link::marker {
        color: #373737; /* Forces the bullet to stay this color */
    }


.display-none {
    display: none;
}

.actionButton {
    float: right;
    clear: both;
    margin-top: 4px;
}



.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    /*overflow-x: hidden;*/
}

#content {
    width: 100%;
    padding-left: 10px;
    padding-top: 15px;
    /*min-height: 100vh;*/
    padding-right: 15px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    /*min-height: 80%;*/
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 2px;
    border-right: 2px solid #f8f9fa;
}

    #sidebar.active {
        margin-left: -250px;
    }


    #sidebar.activeMenu {
        margin-left: -200px;
    }



@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}

.modal-header {
    padding-top: 0.4rem;
    padding-right: 1rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
}


.alertModalHeader {
    padding: 0.5rem 1rem;
}

.modal-body {
    padding: 0.25rem;
    padding-right: 0rem;
}

.min-width-4 {
    min-width: 100px
}

.min-width-5 {
    min-width: 125px
}

.min-width-6 {
    min-width: 150px
}


.offcanvas-header {
    padding-top: 0.4rem;
    padding-right: 1rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.offcanvas-body {
    padding: 0.25rem;
    padding-right: 0rem;
}


.rfs-grid-action-button {
    padding: 0rem 0.5rem !important;
    line-height: 1.25 !important;
}

.CustomerInformationDisplay {
    color: black;
    font-weight: bold;
}

.CustomerInformationDisplayCardBody {
    padding: 5px !important;
}



.tableRowActionDisplayed {
    overflow: inherit;
    padding-bottom: 0px !important;
}

.tableRowActionHidden {
    overflow: auto;
    padding-bottom: 0px !important;
}


.bd-red-200 {
    color: #000;
    background-color: #f1aeb5 !important;
}

.bd-green-200 {
    color: #000;
    background-color: #a3cfbb !important;
}

.form-select {
    min-width: 125px
}

.container-fluid > .navbar-light {
    border: unset !important;
    background-color: unset !important;
    display: flex;
}

.nav-link.active {
    color: rgba(0, 0, 0, 0.9);
    border-bottom: solid 2px rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}




#ActionButton:hover {
    color: #fff;
    background-color: #1967d2;
    border-color: #1967d2;
}

#ActionButton:active, #ActionButton.active, #ActionButton.dropdown-toggle.show {
    color: #fff;
    background-color: #1967d2;
    border-color: #1967d2;
}