﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.SearchBtn {
    vertical-align: middle;
}

.SearchLabel {
    display: inline-block;
}

.body-content {
    margin-right: unset;
    margin-left: unset;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: calc(100vh - 100px - 50px);
    overflow: auto;
}

.SearchGroup {
    display: inline-block;
    vertical-align: top;
}

.text-label {
    padding-left: 5px;
    font-size: 1rem;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightgray;
}

.text-label-inner-div {
    padding-top: 5px;
}

.usertable {
    height: calc(100% - 110px);
}

.LeftControls {
    display: inline-block;
    position: relative;
    float: left;
}

.RightControls {
    display: inline-block;
    position: relative;
    float: right;
}

.TallRow {
    height: 30px;
}

.HomepageAnnouncement {
    background: lightgray;
    border-top-color: black;
    border-top-style: solid;
    border-top-width: 6px;
    color: black;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
    margin-top: 20px;
    opacity: 75;
    padding: 60px;
    height: 368px;
}

.infocenter-page {
    background: lightgray;
    opacity: 75;
    padding: 60px;
    margin-top: 20px;
    color: black;
    border-top-color: black;
    border-top-style: solid;
    border-top-width: 6px;
    height: 368px;
}

.UserList {
    height: calc(100% - 170px);
}

.HeaderRowSearchFields {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: black;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: grey;
}

.HeaderRowLabels {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: grey;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: black;
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
    overflow: hidden;
}

.Selected {
    background-color: #ffd2d2;
}

.ParentMenu {
    display: inline-block;
    margin-top: 5px;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid darkkhaki;
    height: 51px;
}

.NavOptions {
    display: block;
    height: 100%;
    align-content: center;
    padding-right: 15px;
    padding-left: 15px;
}

/* 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: 300px;
}

.tablinks {
    background-color: #bab787;
    transition: none !important;
}

.Navigation {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    display: block;
    align-self: center;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.MenuButton0 {
    color: white;
    font-size: 18px;
    border: none;
    min-height: 20px;
}

.MenuButtonLabel0 {
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    min-height: 15px;
    min-width: 100px;
    max-width: 200px;
    text-align: left;
    border-radius: 15px;
    background-color: #222222;
}

    .MenuButtonLabel0:hover,
    .MenuButtonLabel0:focus {
        text-decoration: none;
        color: white;
    }

.MenuLevel-content0 {
    background-color: #222222;
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 0px;
    top: 25px;
    margin-bottom: 0.5em;
    border-width: 1px;
    border-style: inset;
}

.MenuLevel0 {
    position: relative;
    display: inline-block;
    min-height: 15px;
    cursor: pointer;
    text-align: left;
}

.MenuLevel-1 {
}

.ButtonLevel-2 {
    min-width: 100%;
    max-width: unset;
}

.MenuLevel-2 {
    position: relative;
    display: inline-block;
    min-width: 175px;
    min-height: 15px;
    cursor: pointer;
    padding-left: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    border-left: solid;
    border-left-color: darkgray;
}

.container {
    max-width: unset;
}

.TitleText {
    color: black;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    right: 40px;
    display: inline-block;
    width: calc(100% - 28px);
}

.SubTitleContainer {
    display: inline-block;
}

.TitleContainer {
    min-height: 0px;
}

.PageContainer {
    min-width: 1170px;
}

.TasksRolesContainer {
    border-style: none;
}

.PageTitleText {
    font-size: 18px;
    display: inline-block;
}

.InfoTable {
    width: 100%;
}

.SubcontainerTitle {
    width: 100%;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    border-bottom-color: black;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.form-Control-Grid {
    width: 100%;
    height: 32px;
    max-width: 100%;
    border: none;
    /*background-color: inherit;*/ /* CHRIS */
}

.DetailRecord {
    padding-left: 5px;
    font-size: 12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightgray;
}


.MultiSelect {
    position: absolute;
    z-index: 100;
    background-color: white;
    border-color: grey;
    border-style: solid;
    border-width: 1px;
    min-width: 250px;
    padding-left: 5px;
    padding-right: 5px;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 5px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.UserInfoField {
    min-width: 325px;
}

.Activebutton {
}

.ExternalEmployee {
    min-width: 250px;
}

.StaffRole {
    min-width: 250px;
}

.Location {
    min-width: 250px;
}

.Department {
    min-width: 250px;
}

.ProjectGroup {
    display: inline-block;
    padding-right: 15px;
}

.ProjectGrouAuth {
    text-align: left;
    align-items: center;
    align-content: center;
}

.deletebuttoncol {
    width: 25px;
}

.userconfig {
    vertical-align: top;
}

.SearchField {
    background-color: #fff;
    width: 100%;
}

.search-field {
    min-width: 200px;
    height: 37px;
    border-radius: 8PX;
    MARGIN-TOP: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px black solid;
    width: 100%;
    background-color: whitesmoke;
}

.DatePickerContainer {
    display: inline-block;
    max-width: 350px;
    position: relative;
    width: 100%;
}

.EditRecord {
    height: 20px;
}

.LocationRow {
    height: 27px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;
}

.GenBtn {
    width: 250px;
    height: 50px;
    margin: 5px;
}

.QuestionDiv {
    font-size: 16px;
    font-weight: bold;
}

.Selected {
    background-color: #ce2028;
    color: white;
    font-weight: bold;
}

    .Selected:focus {
        background-color: #ce2028;
        color: white;
        font-weight: bold;
    }

.ExSearchResult:hover {
    background-color: #ffecd0;
}

.LocationBoxInner:hover {
    background-color: lightyellow;
}

.LocationBox {
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    height: 119px;
    vertical-align: top;
    width: 275px;
    position: relative;
    overflow: hidden;
}

.LocationData {
    padding: 5px;
    border-bottom: solid;
    border-bottom-width: 1px;
    margin-left: 5px;
    margin-right: 5px;
    border-color: gray;
}

.LocationDataTile {
    max-width: 355px;
}

.TitleBar {
    padding: 2px;
    background-color: gray;
    color: whitesmoke;
    font-weight: bold;
    text-align: center;
}

.footerbar {
    padding: 2px;
    background-color: gray;
    color: whitesmoke;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 24px;
}

.footertext {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
}

.TrailerTextInfo {
    display: inline-block;
}

.TrailerStsImage {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.SearchFieldHeader {
    padding-left: 14px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: darkgrey;
    margin-bottom: 5px;
}

.StatusSearchField {
    display: inline-block;
    width: 300px;
    height: 30px;
    border-radius: 8PX;
    MARGIN-TOP: 5px;
    margin-bottom: 5px;
}

.GenericCol {
    display: inline-block;
}

.TextBold {
    font-weight: bold;
    width: 75px;
    text-align: right;
}

.ColLabel {
    width: 110px;
    text-align: right;
}

.LoadInfo {
    padding: 6px;
}

.outermodal {
    display: table;
    height: 400px;
    width: 400px;
    background-color: white;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: darkgrey;
    border-radius: 5px;
}

.OverLay {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #383838;
    opacity: .95;
}

.OverLayModal {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #383838;
    opacity: .95;
    z-index: 2000;
}

.leftmodal {
    left: 0px;
    height: 85%;
    top: 125px;
    z-index: 2001;
}

.CntrlBtn {
    display: inline-block;
    width: calc(100% - 10px);
    margin: 5px;
    /*    height: 30px;*/
    background-color: #ce2028;
    color: white;
    font-weight: bold;
}

    .CntrlBtn:focus {
        color: white;
    }

    .CntrlBtn:hover {
        color: white;
        background-color: #ce2028;
    }

.TitleClose {
    display: inline-block;
}


.BtnCloseModel {
    background-color: unset;
    border: none;
}


.centermodal {
    left: calc(50% - 290px);
    border-style: solid;
    border-width: 6px;
    padding-left: 10PX;
    padding-right: 10px;
    width: 580px;
    height: auto;
    max-height: calc(100vh - 200px);
    align-items: center;
    z-index: 3000;
    overflow-y: auto;
    top: 125px;
    display: block;
}

.PageNav {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: darkgray;
    margin-top: 5px;
}

.ButtonControls {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: darkgray;
    margin-top: 5px;
}

.WorkRow {
    height: 40px;
    font-size: 20px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.WorkRowFailValidation {
    height: 40px;
    font-size: 20px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.WorkColumnLabel {
    text-align: center;
}

.GenericColumnLabel {
    font-weight: bold;
    display: inline-block;
    text-align: left;
}

.GenericColumn {
    display: inline-block;
    text-align: left;
}

.WorkColumnHeaders {
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 2px;
}

.LocationBoxInner {
    height: 119px;
    overflow: hidden;
    border: solid;
    border-width: 1px;
    position: relative;
    background-color: white;
    border-radius: 5px;
}

.WorkExecRow {
    height: 35px;
    font-size: 20px;
}

.ErrorMessage {
    font-weight: bold;
    color: #ce2028;
}

.LeftMenus {
    display: inline-block;
}

.CustomerLabel {
    display: inline-block;
    color: white;
    font-weight: bold;
}

.ButtonLevel-1 {
    min-width: unset;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}


.QuestionRow {
    height: 27px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    padding: 10px;
}

.QuestionRowLabel {
    padding-right: 8px;
    padding-left: 8px;
}

.LocStsVale {
    max-width: 90px;
    white-space: nowrap;
}

.RequiredTag {
    display: inline-block;
    color: #ce2028;
    font-style: italic;
    margin-left: 5px;
    padding-top: 10px;
}

.ActualAwnser {
    display: inline-block;
}

.YdStsLabel {
    width: 120px;
    margin-right: 10px;
}

.SecondaryField {
    display: block;
}

.PrimaryRightField {
    display: block;
}

.PrimaryCenterBottomField {
    display: block;
}






.TablePageNav {
    display: inline-block;
    height: calc(100% - 20px);
    width: 300px;
    vertical-align: top;
    border-style: solid;
}

.TablePage {
    border-style: solid;
    border-color: black;
}

.TablePages {
    display: inline-block;
    height: calc(100% - 20px);
    width: calc(100% - 310px);
    vertical-align: top;
}

.TablePageSelect {
    padding: 12px;
    font-weight: bold;
    border-width: .5px;
}

.pageselected {
    background-color: #ce2028;
    color: white;
}

.TableFieldHeader {
    text-align: center;
    border-top-width: 1px;
    border-top-color: black;
    border-bottom: solid;
    background-color: whitesmoke;
    color: black;
}

.TableField {
}

.TableLine {
}

.TableLine {
    text-align: center;
}

.AddSheetRow {
    display: inline-block;
}

.DeleteSheetRow {
    display: inline-block;
}

.NavButtonsContainer {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.NavButtonsSections {
}

.Tablenavbutton {
    height: 50px;
    width: 200px;
    margin: 8px;
}

.ButtonNext {
}

.TableGroup {
    width: 100%;
}

.TableField {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 200px;
    text-align: left;
    border-top-style: solid; /* CHRIS */
    border-top-width: 1px; /* CHRIS */
    border-top-color: black; /* CHRIS */
    background-color: whitesmoke;
}

.FieldValue {
}

.TableFieldHeaderHorizantal {
    text-align: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black;
    background-color: whitesmoke;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 25px;
    padding-left: 25px;
    width: 290px;
    border-right: solid;
    color: black;
}

.TablePageTitle {
    text-align: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black;
    background-color: #ce2028;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: black;
    color: whitesmoke;
}

.NavButtonsSections {
    border-top-style: solid;
    border-top-width: 6px;
    border-top-color: grey;
}

.TableGroupDivider {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: black;
}

.TableFileField {
    display: inline-block;
}


.TableCenterModal {
    left: calc(50% - 35%);
    border-style: solid;
    border-width: 6px;
    padding-left: 10PX;
    padding-right: 10px;
    width: 70%;
    align-items: center;
    height: unset;
    z-index: 3000;
    top: 120px;
    min-height: 100px;
}


.CentralButtons {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #ce2028;
    padding: 8px;
    margin-top: 10px;
    border-top-style: solid;
    border-top-width: 1px;
}


.TableEditField {
    text-align: center;
    text-align-last: center;
}

.FieldHorizontal {
    text-align: left;
}

.SearchBar {
    min-height: 80px;
}

.SheetNav {
    margin: 5px;
}

.ilb {
    display: inline-block;
}

.Checkbox-Larger {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    padding: 10px;
}


.overlay {
    position: absolute;
    display: none;
    background-color: rgba(256,20,20,0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.popup {
    position: fixed;
    z-index: 99;
    display: none;
    margin-left: 30%;
    margin-bottom: 30%;
    color: black;
}

#btnOpenHelp {
    color: red;
    border-radius: 15px;
    margin: 5px;
}

#roundbtn {
    color: red;
    border-radius: 15px;
    margin: 5px;
}

:root {
    --red: #CE1126;
    --black: #000000;
    --darkGrey: #4A4A4A;
    --grey: #8C8C8C;
    --lightGrey: #D6D6D6;
    --lighterGray: #e3e3e3;
    --white: #FFFFFF;
}


body {
    background-color: #e3e3e3;
}

/* Buttons */

.MenuButtonLabel0 {
    border: 1px solid white;
    width: 160px;
    min-height: 30px;
    margin: 0 5px;
    background: white;
    border-radius: 4px;
    color: black;
    font-weight: 500;
    /*  max-width: 140px;*/
}

    .MenuButtonLabel0:hover,
    .MenuButtonLabel0:focus {
        text-decoration: none;
        color: red;
    }

.glyphicon-share {
    font-size: 25px;
    padding: 5px 5px 5px 5px;
    color: white;
}

.MenuLevel-content0 {
    background-color: whitesmoke;
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    left: 0px;
    top: 25px;
    margin-bottom: 0.5em;
    border-width: 1px;
    border-style: inset;
    min-width: 187px;
}

hr {
    border-color: black;
    margin-bottom: 0px;
}

i {
    margin: 8px;
}

#UserConfigColumn {
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    background-color: #CE1126;
    border-radius: 15px;
    width: fit-content;
    color: white;
    font-weight: bold;
    text-align: center;
}

.ExtOkta-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.Admin {
    color: red
}

.tab-content-user {
    padding-top: 10px;
}

#btn-reset-filters {
    margin-top: 21px;
    width: 120px;
}

#Admin_table {
    display: flex;
}

#Admin_img {
    max-width: 20%;
    height: 350px;
}

@media only screen and (min-width: 100px) and (max-width: 100px) {
    #Admin_table {
        flex-direction: column;
    }
}

.activebtnGroup {
    font-weight: bold;
    border-color: red;
    border-style: solid;
    border-width: 2.5px;
}

.read-only-input {
    background-color: #e9ecef;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 10px; /* Adjust the spacing as needed */
}

.AllignInRow {
    display: -webkit-box;
}

.timezone-text {
    font-weight: 500;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
}

#offcanvas {
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.fixedWidth-button {
    width: 275px;
}

.nav-link {
    color: black;
    border: none;
    text-align: left;
    width: 100%;
}

    .nav-link:focus {
        color: white;
    }

    .nav-link:hover {
        color: white;
    }

.offcanvas-header {
    background-image: url("/Content/Images/MENU_BK.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.offcanvas-body {
    background-image: url("/Content/Images/MENU_BK-18.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.pb-4 {
    background-image: url("/Content/Images/MENU_BK.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 1.5rem !important;
}

.table-container {
    height: 400px;
    overflow-x: auto;
}

.fixed-width-table {
    width: 100%;
    table-layout: fixed;
}

.label-checkbox-active-user {
    padding-top: 2.5px;
}

/*#region Icons*/

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*#endregion */

/*#region Bootstrap Override*/

.btn-danger:hover {
    background-color: lightcoral;
}

.btn-primary:hover {
    background-color: dodgerblue;
}

.btn-warning:hover {
    opacity: .75;
}

/*#endregion */

/*#region New CSS*/

.box {
    float: left;
    height: 20px;
    max-width: 20px;
    margin-bottom: 15px;
    border: 1px solid black;
    clear: both;
}

.br-large {
    height: 10px;
}

#btn-delete-row {
    background-color: #e9ecef;
    display: block;
    margin: auto;
    outline: .5px solid black;
    text-align: center;
    width: 5em;
}

.btn-left-padding {
    padding-left: 10px;
}

.btn-standard {
    align-items: center;
    border: 1px black solid;
    border-radius: 5px;
    display: ruby;
    font-size: 20px;
    height: 50px;
    margin: 5px 10px 5px 0px;
    width: 150px;
}

.btn-standard-sm {
    align-items: center;
    border: 1px black solid;
    border-radius: 5px;
    display: ruby;
}

.btn-text {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.checkbox-active-user {
    min-height: 1.5rem;
    min-width: 1.5rem;
}

.div-btn {
    display: inline-block;
    padding-bottom: 10px;
}

.div-btn-push {
    padding-left: 20px;
}

.div-nav {
    display: grid;
    grid-auto-flow: column;
}

.div-nav-btn {
    margin: auto;
    width: 100%;
}

.btn-form {
    white-space: nowrap;
}

.btn-nav {
    text-align: center;
    width: 100%;
}

.btn-space {
    padding-left: 5px;
    padding-right: 5px;
}

.div-order-btn {
    padding-left: 10px;
    padding-top: 10px;
}

.div-table {
    padding-right: 10px;
    padding-top: 10px;
    table-layout: fixed;
    text-align: center;
}

.div-title {
    color: black;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.div-title-lg {
    color: black;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.dropdown-checkbox {
    background: #fff;
    max-width: 158px;
    min-width: fit-content;
    width: 100%;
}

.header-config {
    padding-top: 2.5px;
}

.Homepage-Customer-logo {
    float: right;
    width: 500px;
    height: 250px;
    object-fit: contain;
}

.inline-controls {
    display: inline-flex;
}

input[readonly] {
    background-color: #e9ecef;
}

.leap-form-control {
    padding-top: 5px;
    padding-bottom: 5px;
}

.leap-order-control {
    align-content: start;
    border-color: black;
    font-size: 1rem;
}

.menu-scroll {
    max-height: 50vh;
    overflow-y: auto;
}

.multi-select-box {
    display: inline-block;
}

.multi-select-label {
    display: inline-block;
    position: relative;
    bottom: 7.5px;
}

.no-padding {
    padding: 0px;
}

#order-form {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

#order-page {
    padding-top: 10px;
}

#order-tab-div {
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.padded-list {
    padding-bottom: 5px;
    padding-top: 5px;
}

.page-action {
    display: inline;
    max-width: 200px !important;
    vertical-align: middle;
}

.page-action-sm {
    display: inline;
    max-width: 100px !important;
    vertical-align: middle;
}

.page-actions {
    display: block;
    padding-bottom: 10px;
    width: 100%;
}

.page-action-block {
    display: block;
    padding: 2.5px;
    vertical-align: middle;
    white-space: nowrap;
}

.page-action-block-label {
    display: inline-block;
    font-weight: bold;
    text-transform: capitalize;
    width: 150px;
}

.page-action-div {
    display: inline;
    padding: 2.5px;
    vertical-align: middle;
    white-space: nowrap;
}

.page-action-label {
    display: inline;
    font-weight: bold;
    text-transform: capitalize;
}

.page-body {
    background: lightgray;
    border-top-color: black;
    border-top-style: solid;
    border-top-width: 3px;
    padding: 10px;
    width: 100%;
}

.page-control {
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-color: black;
    border-radius: 0.375rem;
    color: #212529;
    display: inline;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    max-width: 150px;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.page-control-select {
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid;
    border-color: black;
    border-radius: 0.375rem;
    color: #212529;
    display: inline;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    max-width: 150px;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.page-heading {
    display: inline-flex;
    padding-top: 10px;
}

.page-title {
    color: black;
    font-size: 1.5rem;
    font-weight: bold;
    grid-column: 1/-1;
    grid-row: 1;
    text-align: center;
}

.report-navigation {
    height: 100%;
    overflow-y: auto;
}

.row-padding {
    display: inline-flex;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.site-action {
    background-color: black;
    color: whitesmoke;
    text-align: center;
}

.site-control {
    font-size: 1rem;
}

.site-datetime {
    border-color: black;
    border-radius: .375rem;
    border-width: thin;
    font-size: 16px;
    height: 2.35rem;
    padding-left: 10px;
    padding-right: 10px;
}

.site-footer {
    border-top-color: whitesmoke;
    border-top-style: solid;
    border-top-width: 2px;
    font-size: 16px;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 90%;
    text-shadow: 2px 2px 1px white;
}

.site-menu {
    color: black;
}

.site-menu-item {
    color: black;
}

.tab-active {
    background-color: #0d6efd;
    border-width: 1.5px !important;
}

.tab-button {
    border-radius: .375rem;
    border-width: 0px;
    color: white;
    font-size: 16px;
    margin-bottom: 2.5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2.5px;
}

#tab-content-section {
    padding-bottom: 5px;
    padding-top: 5px;
}

.tab-inactive {
    background-color: #0dcaf0;
}

.table-col-contents {
    vertical-align: middle;
}

.table-control {
    font-size: 12px;
    width: 12rem;
}

table-counter {
    counter-reset: rowNumber;
    padding-bottom: 10px;
    padding-top: 10px;
}

.table-counter tr:not(:first-child) {
    counter-increment: rowNumber;
}

.table-counter tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1rem;
    align-content: center;
    font-size: 16px;
}

.table-counter tr:last-child td {
    padding-bottom: 5px;
}

.table-counter tr td:first-child {
    text-align: center;
}

.table-header {
    border-bottom: 3px solid black;
    font-size: 22px;
    font-weight: 600;
}

.table-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
}

.table-title-config {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
}

#trailer-status-tiles {
    display: block;
    width: 100%;
}

.div-padding {
    padding-left: 20px;
    padding-right: 20px;
}

/*#endregion */

.timer-dock {
    float: right;
    left: -2px;
    position: relative;
    top: -2px;
}

.btn-close-modal {
    float: right;
    left: -2px;
    position: relative;
}

.nav-tabs .nav-link {
    width: 50%;
    border-color: white;
    border-radius: 0px;
}

.fixed-width-Cell {
    overflow: hidden;
}

.ExtendedWidth {
    width: 100%;
    max-width: 100%;
}

.BulkEditSelection {
    width: 20px;
    height: 20px;
}

ul, #myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}



.center-col {
    text-align: center;
}

@media (width < 576px) {
    .HomepageAnnouncement {
        align-items: start;
        border-top-color: black;
        border-top-style: solid;
        border-top-width: 6px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        margin-top: 20px;
        padding: 15px;
        height: 475px;
    }

    .homepage-announcement-text {
        width: 75%
    }

    .homepage-announcement-title {
        width: 75%
    }

    .Homepage-Customer-logo {
        height: 175px;
        padding-left: 100px;
        width: 400px;
    }

    .site-footer {
        align-items: center;
        border-top-width: 1px;
        display: grid;
        font-size: 10px;
        grid-template-columns: 6fr 4fr;
        height: 45px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (576px <= width < 768px) {
    .HomepageAnnouncement {
        align-items: start;
        border-top-color: black;
        border-top-style: solid;
        border-top-width: 6px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        margin-top: 20px;
        padding: 15px;
        height: 450px;
    }

    .homepage-announcement-text {
        width: 75%
    }

    .homepage-announcement-title {
        width: 75%
    }

    .Homepage-Customer-logo {
        height: 175px;
        padding-left: 100px;
        width: 700px;
    }

    .site-footer {
        align-items: center;
        border-top-width: 1px;
        display: grid;
        font-size: 10px;
        grid-template-columns: 6fr 4fr;
        height: 45px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (1200px <= width < 1400px) {
    .Homepage-Customer-logo {
        height: 175px;
        padding-right: 50px;
        width: 400px;
    }
}

@media (1400px <= width) {
    .Homepage-Customer-logo {
        width: 400px;
    }
}

.offcanvas-backdrop.show {
    background-color: #383838;
    opacity: .95;
}
