﻿

@media only screen and (max-width: 800px) {
    #mobile_header {
        display: inline-block !important;
        position: fixed;
        top: 0;
        z-index: 1000;
    }

    #MobileMenuButtonArea {
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

        #MobileMenuButtonArea button {
            background: none;
            border: none;
        }

            #MobileMenuButtonArea button i {
                font-size: 30px;
            }

    .SunnkingTopNav {
        display: none;
    }

    #header_logo {
        margin-top: 4px;
    }

        #header_logo img {
            height: 45px !important;
        }

    #layout_search, #filtersubmit {
        display: none;
    }

    #div_layout_bell {
        float: right;
        margin-top: -27px;
        margin-right: 18px !important;
    }

    #log_in_screen {
        width: 100vh !important;
    }
}


#layoutMobile_search {
    background: transparent;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0px;
    color: white !important;
    width: 220px !important;
}

.MobileNavMenuItem:hover {
    cursor: pointer;
}

#MobileSearchBtn {
    display: inline-block;
    background: #f49a2a;
    border-radius: 90px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

#MobileSearchCameraBtn {
    display: inline-block;
    background: #f49a2a;
    border-radius: 90px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

    #MobileSearchBtn i, #MobileSearchCameraBtn i {
        color: white;
        font-size: 14px;
    }

#MobileSearchBtn:hover {
    cursor: pointer;
}

.PopupStyleMobile .dx-popup-draggable .dx-popup-title {
    background: #efeff9;
    border-bottom: 1px solid #3c434a;
    height: 60px;
}

.PopupStyleMobile .dx-popup-draggable .dx-toolbar-items-container {
    height: 50px !important;
    padding: 0px;
    margin: 0px;
}

.PopupStyleMobile .dx-popup-draggable {
    border-radius: 4px !important;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important;
}

    .PopupStyleMobile .dx-popup-draggable .dx-item-content {
        background: transparent;
        border: none;
        color: black;
        font-weight: 500;
        font-size: 18px;
        margin-top: 10px;
    }

.PopupStyleMobile .dx-toolbar-center {
    margin: 0px !important;
}

.PopupStyleMobile .dx-popup-draggable .dx-texteditor-container {
    border-radius: 4px !important;
}

.PopupStyleMobile .dx-list-item-content {
    color: grey !important;
}

.PopupStyleMobile .dx-popup-content {
    padding: 0px;
}

.PopupStyleMobile .dx-scrollable-content {
    background: white;
    height: 100% !important;
}

.FolderIconColor {
    border-radius: 11px !important;
    background: #af894a !important;
}

    .FolderIconColor i {
        color: #906837 !important;
        font-size: 35px !important;
        margin-top: 10px !important;
    }

.MobileNavCloseArea {
    text-align: center;
    bottom: 20px;
    position: fixed;
    text-align: center;
    left: 48%;
    transform: translate(-50%, 0);
}

    .MobileNavCloseArea button {
        height: 55px;
        width: 55px;
        border-radius: 99px;
        border: none;
        background: #333;
        color: white;
    }

.MobileMenuHome {
    margin: 5px;
    margin-top: 30px;
    height: 150px;
    border-radius: 18px;
    background-image: url(https://cdn.prod.website-files.com/5db71726fbe1d77646b34c15/5f7220f311c49f6ed3db9b69_Group%2044%20\(2\).jpg);
    background-size: contain;
}

    .MobileMenuHome h3 {
        font-size: 20px !important;
        font-weight: 500 !important;
        padding: 15px;
        padding-top: 10px;
        color: #333;
    }
/*MobileNavMenuItem     */
#MobileNav {
    min-height: 100vh;
    margin-top: 0px;
    background: white;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 70px;
    scroll-behavior: smooth;
}

.MobileNavMenuItem {
    height: 120px;
    margin-top: 30px;
    display: inline-block;
    text-align: center;
    width: 32%;
}

    .MobileNavMenuItem h3 {
        font-size: 14px !important;
        display: block;
        color: #a4a5a5;
        font-weight: 400 !important;
        margin-top: 10px;
    }

.MobileNavIcon {
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    background: #333;
    border-radius: 99px;
}

    .MobileNavIcon i {
        font-size: 25px;
        color: #ccc;
        margin-top: 15px;
    }

.MobileSearch {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .MobileSearch input {
        border-radius: 5px;
        height: 40px;
        width: 80%;
        border: 1px solid silver;
        padding-left: 8px;
        font-size: 15px;
    }

.MobileNavDropdown {
    display: none;
    text-align: center;
}

    .MobileNavDropdown i {
        font-size: 18px;
        color: white;
    }

.MobileNavDropdownMenu {
    background: #28282B;
    max-height: 100px;
    display: none;
    border-radius: 15px;
}

    .MobileNavDropdownMenu .MobileNavMenuItem {
        border: none;
    }


.VisibleMenu {
    width: 100%;
    opacity: 1;
    max-height: 100%;
    transition: max-height 0.3s ease-out, opacity .2s ease-out;
    overflow: hidden;
}

.HiddenMenu {
    width: 0px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}


































/*===============================================================================================================================================*/
#menu {
    position: absolute;
    top: 0;
}

#div_layout_search {
    position: absolute;
    right: 0;
    top: 40px;
}

#header_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

#mobile_header {
}

#header_logo a {
    flex: 1;
    text-align: center;
}

.ip_header {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #efeff9;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid lightgray;
    height: 60px;
}

#MainDashboard {
    padding-left: 250px !important;
}


/*Notifications*/
.Background_light {
    height: 100vh;
    width: 100%;
    background-color: #eef1f6;
}

#NoNotifications {
    width: 100%;
    height: 300px;
    padding-top: 80px;
    font-size: 20px;
}

    #NoNotifications p {
        padding-top: 20px;
    }

#Notifications_Title {
    font-size: 22px;
    font-weight: bold;
    padding-top: 25px;
    padding-left: 20px;
}

.NotificationsArea {
    background-color: white;
    margin: 20px;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 50px;
    border-radius: 2px;
}

.Notification_Body {
    display: inline-block;
    width: 80%;
}

.Notification_End {
    width: 10%;
    float: right;
}

.Notification_Body h3, .Notification_Body p {
    padding-left: 5px;
}

.Notification_End h3 {
    font-size: 10px;
    text-align: right;
    color: #dce1e5;
    font-weight: 400 !important;
    display: inline-block;
}

.Notification_End button {
    float: right;
    border: none;
    border-radius: 5px;
    background-color: #dde4ea;
    color: white;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 2px;
    display: inline-block;
}

    .Notification_End button:hover {
        background-color: red;
    }

.DateIcon {
    margin-top: 50px;
    text-align: right;
}

    .DateIcon i {
        text-align: right;
        color: #dce1e5;
        margin-right: 5px;
    }

.Notifications_Line {
    width: 100%;
    border-bottom: 1px solid #dce1e5;
}

.NotificationsArea table .MessageNotification {
    background-color: green;
}

.NotificationsArea table .URGENTNotification {
    background-color: red;
}

.NotificationsArea table .OVERDUENotification {
    background-color: red;
}

.NotificationsArea table .TaskNotification {
    background-color: #0491c7;
}

.NotificationsArea table .InspectionNotification {
    background-color: goldenrod;
}

.NotificationsArea table {
    width: 100%;
}

    .NotificationsArea table tr td {
        padding: 20px;
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .NotificationsArea table .NotificationHeader {
        color: white;
        width: 90px;
        border-radius: 3px;
        padding: 2px;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 13px;
        text-align: center;
    }

    .NotificationsArea table h3 {
        font-size: 15px;
        font-weight: bold;
    }

    .NotificationsArea table p {
    }










/*HIDE*/
#asset_hidden_emp, #asset_hidden_acc, #asset_hidden_date, #asset_hidden_load, #asset_hidden_pallet, #asset_hidden_from_location {
    display: none;
}
/*Process*/
#process_home h1 {
    font-size: 40px;
}

#process_home button {
    font-size: 16px;
    background-color: black;
    color: white;
    width: 140px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 2px 2px 4px gray;
    margin: 5px;
    border: 0px;
}

    #process_home button:hover {
        background-color: darkorange;
        cursor: pointer;
    }
/*new item*/
#process_new table td {
    width: 130px;
}

#process_new h2, #process_auditBox h2 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-left: 10px;
}

.AssetTable {
    padding: 10px;
    margin-left: 5px;
}

.AuditTable {
    padding: 20px;
    margin-left: 10px;
    width: 400px;
    height: 80px;
}

#send_to_border {
    padding: 5px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#processTable_Border {
    padding: 10px;
    border: 1px solid black;
    width: 500px;
    margin-left: 10px;
}

#auditTable_Border {
    border: 2px solid black;
    width: 400px;
    padding: 10px;
    margin-left: 10px;
}

#icon_add {
    border: none;
}

    #icon_add:hover {
        cursor: pointer;
    }

    #icon_add i {
        color: green;
    }

#wrapper {
    display: flex;
}

#icon_green i {
    color: green;
    text-align: left;
}

.ProcessCats {
    width: 500px;
    border: 1px solid black;
}

#process_cats {
    margin-left: 10px;
}

#process_cats_dropdown {
    float: left;
}

#process_auditBox {
    margin-left: 25px;
}

#process_cats_dropdown table {
    margin: 10px;
    width: 100%;
    text-align: left;
}

#process_cats table {
    font-size: 12px;
    margin: 10px;
    text-align: left;
    width: 490px;
}

    #process_cats table th {
        font-size: 14px;
    }

    #process_cats table td {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        vertical-align: top;
    }
/*Align col left*/
.AssetTable .left {
    text-align: left;
    width: 100px;
}

.dx-selection td {
    background: #f5f5f5 !important;
}

#process_send_to_td {
    font-weight: 600;
}

#send_to_border {
    padding: 5px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 500px;
    margin-left: 10px;
}

#table_send_to {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.LinearBackground {
    background-color: red;
    width: 90%;
    margin-left: 30px;
}

#ip_home h2 {
    font-size: 30px;
    font-weight: 400;
    margin-left: 20px;
    margin-bottom: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#ip_home h3 {
    font-size: 20px;
    font-weight: 300;
    margin-left: 20px;
    margin: 0px;
    margin-left: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#home_charts {
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
    justify-content: space-evenly;
}

#home_yearly_revenue {
    width: 700px;
    height: 400px;
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

#home_inventory {
    width: 500px;
    height: 400px;
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

@font-face {
    font-family: Bariol_Regular;
    src: url('../fonts/Bariol_Regular.otf');
    font-family: Bariol_Bold;
    src: url('../fonts/Bariol_Bold.otf');
    font-family: Bariol_Regular_Italic;
    src: url('../fonts/Bariol_Regular_Italic.otf');
    font-family: Bariol_Serif_Regular;
    src: url('../fonts/Bariol_Serif_Regular.otf');
}
/*Table headers*/
#table_header {
    margin: 0px;
    /*background: linear-gradient(0deg, rgba(139,75,27,1) 0%, rgba(241,147,23,1) 83%);*/
    margin-top: 20px;
}

    #table_header h3 {
        text-align: center;
        font-family: 'Rubik',sans-serif;
        font-size: 30px;
    }




.CreateAccountBox {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 0px !important;
}
/*Log In*/
.LogInBox {
    margin: 0;
    padding: 0;
    border-radius: 8px;
    margin-top: 15% !important;
    display: flex;
    justify-content: center;
    margin-right: 0px !important;
}

#log_in_screen {
    height: 370px;
    width: 330px;
    float: left;
    background-color: white;
    padding-top: 40px;
    padding-right: 0px;
    border-radius: 5px;
    border: 2px solid #E0E0E0;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

    #log_in_screen #Input_RememberMe:checked {
        background-color: #0b5ed7 !important;
    }

.PageBox {
    margin-top: 40px;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 20px;
    background-color: white;
}

    .PageBox .row {
        display: flex;
        justify-content: center;
    }

    .PageBox h1 {
        font-size: 28px !important;
    }

    .PageBox h2 {
        font-size: 22px !important;
    }

.WhiteHeader {
    background-color: white;
    margin-top: -20px;
    margin-bottom: -8px;
    padding: 10px;
}

#log_in_screen h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 300 !important;
    color: gray;
    margin-bottom: -3px;
    margin-left: -20px;
}

#log_in_screen input {
    width: 180px;
    height: 30px;
    margin-left: 70px;
    margin-bottom: -8px;
    background-color: white !important;
}

#log_in_screen .checkbox input {
    width: 15px;
    border-radius: 0px;
    height: 15px;
}

#log_in_screen #login-submit {
    width: 180px !important;
    height: 30px;
    padding-top: 4px !important;
    font-size: 12px;
    margin-left: 70px;
    margin-top: 22px;
    margin-bottom: 5px;
    border-radius: 3px;
}

#log_in_screen .checkbox {
    margin-top: 22px;
    margin-bottom: 2px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    text-align: center;
}

#Login {
    /*background-color: red !important;*/
    background: transparent url("/img/Portal_image.png") no-repeat !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;
}


#log_in_screen .checkbox input[type="checkbox"] {
    margin-left: -20px;
    float: right;
    cursor: pointer;
    vertical-align: middle !important;
    display: inline-block;
    vertical-align: middle;
}

#log_in_screen .checkbox label {
    padding-left: 20px;
    text-align: start !important;
    vertical-align: middle !important;
    display: inline-block;
    vertical-align: middle;
}

#log_in_screen #forgot-password {
    margin-left: 98px;
    font-size: 12px;
}

#log_in_screen label {
    margin-left: 70px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#LogoSide {
    background-color: black !important;
    width: 250px;
    height: 100%;
    float: left;
    background-color: red;
    background: transparent url("/img/Color- Vertical PNG.png") no-repeat center;
    background-size: cover;
    background-size: 190px;
    background-position-y: 85px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}




#register_screen h2 {
    font-size: 25px;
}

#register_screen {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}






#log_in_box_title, #register_box_title {
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.center {
    text-align: center;
}

.header_identity {
    font-size: 10px;
    font-weight: 300;
    font-family: sans-serif;
}

#mid_size_header {
    font-size: 40px;
    font-weight: 400;
}

#mid_size_text {
    font-size: 24px;
}

#home_sums {
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
    justify-content: space-evenly;
}

.home_sums_assets_today {
    font-weight: 500;
    background-color: white;
    margin-left: 5px;
    color: green;
    font-size: 20px;
}

#home_sum_assets, #home_sum_sold, #home_sum_listed, #home_sum_repair, #home_sum_processing {
    width: 210px;
    height: 100px;
    background-color: white;
    margin-top: 40px;
    margin-left: 50px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#home_sums p {
    font-weight: 500;
    padding-top: 5px;
    font-size: 19px;
    margin-left: 10px;
    margin-bottom: 4px;
}

.Green {
    color: green;
}

.Red {
    color: red;
    font-size: 20px;
    padding-left: 30px;
}

#home_sums h2 {
    display: inline-block;
    font-weight: 400;
    font-size: 25px;
    margin: 0px;
}

.divider {
    display: inline-block;
    color: orange;
    font-size: 50px;
    margin: 0px;
    margin-left: 5px;
    margin-top: -15px;
    font-weight: 200;
}

.home_sums_assets_today:hover {
    background-color: orange !important;
}

#home_sum_assets:hover, #home_sum_sold:hover, #home_sum_listed:hover, #home_sum_repair:hover, #home_sum_processing:hover {
    border: 2px solid orange;
    cursor: pointer;
    color: white;
}

#home_sum_assets, #home_sum_sold, #home_sum_listed, #home_sum_repair, #home_sum_processing {
    background: #373A36;
    color: white;
}

#ip_home_header2 h2 {
    margin-left: 40px;
    padding-top: 5px;
    font-family: 'Rubik',sans-serif;
    font-size: 40px;
}

#ip_home_header2 {
    height: 50px;
    color: black;
}

#clearFloat {
    clear: both;
}

#dashboard_table_assets, #dashboard_table_assets_listed {
    margin: 20px;
}

#home_sums a {
    color: white;
    text-decoration: none;
}

#scan_pallet_area {
    text-align: center;
}

#error2 {
    color: red;
    margin-top: -60px;
    padding-left: 100px;
    padding-bottom: 20px;
}

#Results_table table, #Results_table_full table {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
}

    #Results_table table td, #Results_table_full table td {
        padding: 3px;
        padding-left: 10px;
    }

    #Results_table table tr, #Results_table_full table tr {
        border-bottom: 1px solid #C0C0C0;
    }



/*Reports*/
#report_tech_box_1 {
    width: 45%;
    min-width: 510px;
    float: left;
}

#report_tech_box_1_body {
    border: 1px solid black;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

    #report_tech_box_1_body table {
        width: 100%;
    }

        #report_tech_box_1_body table td {
            padding-right: 8px;
        }

#report_tech_box_1 button {
    margin: 0px;
    margin-top: 10px;
    margin-left: 10px;
}

#report_tech_box_2_body {
    border: 2px solid black;
}

#report_tech_box_2 {
    width: 25%;
    min-width: 220px;
    float: left;
}

#Rubrik_H3 {
    font-family: 'Rubik',sans-serif;
    font-size: 20px;
    font-weight: bold;
}


/*DROPDOWN CHECKBOX*/
.multipleSelection {
    width: 150px;
    background-color: white;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkBoxes {
    display: none;
    border: 1px black solid;
}

    #checkBoxes label {
        display: block;
    }

        #checkBoxes label:hover {
            background-color: lightgray;
        }
/*======================================================*/

/*Box Layout ================================================================*/

#light-divider hr {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -5px;
}

#Title_header {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: -25px;
    margin-left: 30px;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Rubik',sans-serif;
    color: #585858;
}

    #Title_header i {
        color: #FF5733;
    }

#Info_box #Title_header {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: -25px;
    margin-left: 30px;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Rubik',sans-serif;
    color: #585858;
}

#Info_box_dark #Title_header {
    margin: 0px;
    padding-top: 12px;
    padding-bottom: 18px;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Rubik',sans-serif;
    color: white;
}

#inline_td {
    display: inline;
    width: 100%;
}

    #inline_td input {
        border: 1px solid gray;
        display: inline-block;
        float: left;
        border-radius: 5px;
        height: 30px;
    }

        #inline_td input a {
            display: inline-block;
        }

    #inline_td .iconBox {
        margin-top: 6px;
        margin-left: 2px;
        display: inline-block;
    }

        #inline_td .iconBox button {
            border: none;
            background-color: transparent;
        }

.TranferPopupArea {
    height: 500px;
}

#transfer_textbox {
    width: 90%;
    height: 290px;
}

#dismantle_textbox {
    width: 90%;
    height: 290px;
}

#Info_box h2 {
    font-size: 19px;
    padding: 30px;
    padding-bottom: 6px;
    font-weight: 500;
    color: #FF5733;
}

#Info_box_dark h2 {
    font-size: 19px;
    padding: 30px;
    padding-bottom: 6px;
    font-weight: 500;
    color: #FF5733;
}

#Info_box {
    margin: 20px;
    width: 50%;
    min-width: 400px;
    border: 1px solid #C0C0C0;
    background-color: #E8E8E8;
}

#Info_box_dark {
    margin: 20px;
    width: 50%;
    min-width: 640px;
    background-color: #2c3335;
    border-radius: 4px;
}

.InfoBoxDark {
    background-color: #2c3335;
}

.InfoBoxLight {
    background-color: #efeff9;
}


.Dark_Background {
    position: relative;
    background-color: #181d20;
    min-height: 100vh;
}

.Light_Background {
    position: relative;
    background-color: #f6f7f9;
    min-height: 100vh;
}

.ColorMode_btn {
    float: right;
    background-color: transparent;
    border: none;
    color: silver;
}

.Box_btn_submit_dark button {
    border: 3px solid #7cb957;
    background-color: transparent;
    color: #7cb957;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 30px;
}

.Box_btn_submit_dark img {
    margin: -5px;
    padding: 0px;
}

.Box_btn_submit_dark button:hover {
    background-color: #181d20;
    color: white;
}

.Box_btn_submit_dark {
    padding-bottom: 20px;
}

#btn_adjust {
    border: 3px solid #FF5733;
    color: #FF5733;
    margin-top: 20px;
}

    #btn_adjust:hover {
        background-color: #FF5733;
        color: #2c3335;
    }


#Info_box button:not(#validator_reset):not(#LocationValidator_update_btn) {
    margin-left: 45%;
}

#Info_box input, #Info_box_dark input:not(.dataGrid_Small_Dark input) {
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    width: 60%;
    height: 32px;
    border: 1px solid #C0C0C0;
    font-weight: 500;
}

#Info_box_dark input:not(.dataGrid_Small_Dark input) {
    border: 1px solid gray;
    display: inline-block;
    border-radius: 5px;
}

.dataGrid_Small_Dark {
    padding: 10px;
    margin-top: -10px;
    padding-bottom: 10px;
}

#VerifyHelpBox img {
    max-width: 100%;
    margin-bottom: 10px;
}

#VerifyHelpBox p {
    color: white;
}

#VerifyHelpBox a {
    color: cornflowerblue;
    margin-top: -5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

#VerifyFixSpace {
    margin-top: -10px;
    margin-bottom: 0px;
}

.table_inline_h3 h3 {
    display: inline-block;
    padding-left: 0px !important;
}

.table_inline_h3 button {
    float: left;
    background-color: transparent;
    color: white;
    border: none;
    margin-top: -2px;
}

#verify_SCIcon, #verify_LoadingIcon, #verify_AdjustIcon, #verify_LoadingIcon2 {
    display: inline-block;
}

#Info_box h3, #Info_box_dark h3 {
    padding-left: 30px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

#Info_box_dark h3 {
    color: white;
    font-weight: 500;
}

#results_total h2 {
    font-size: 20px;
    margin-left: 30px;
    font-weight: 500;
    color: #585858;
}

#Results_table {
    width: 50%;
    border: 2px solid #C0C0C0;
    margin-left: 20px;
    /*calc(100% - 18px);*/
    min-width: 400px;
    background-color: white;
}

#Results_table_full {
    width: 60%;
    border: 2px solid #C0C0C0;
    margin-left: 20px;
    /*calc(100% - 18px);*/
    min-width: 400px;
    background-color: white;
}

    #Results_table table button, #Results_table_full table button {
        background-color: white;
    }

#Info_box table, #Info_box_dark:not(.dataGrid_Small_Dark) table {
    font-size: 16px;
    font-weight: 500;
}
/*Transfer Assets Page ======================================================*/
#Box_btn_submit {
    padding: 10px;
    margin-top: -15px;
}

    #Box_btn_submit i {
        color: white;
    }

    #Box_btn_submit button:hover {
        background-color: #FF5733;
        cursor: pointer;
    }

    #Box_btn_submit button {
        background-color: #03c03c;
        color: white;
        width: 120px;
        height: 38px;
        border-radius: 20px;
        border: 1px solid gray;
        text-align: center;
    }
/*Reports ****************************************************************************/

/*Technician Report =========================================================*/
#Info_box table select, #Info_box_dark table select:not(.dataGrid_Small_Dark) {
    margin-left: 30px;
    padding-left: 10px;
    margin-bottom: 20px;
    width: 60%;
    height: 64px;
    border: 1px solid #C0C0C0;
    font-weight: 500;
}


/*Dashboard ****************************************************************************/

#dashboard_box {
    margin: 20px;
    width: 90%;
    min-width: 200px;
    padding-bottom: 40px;
}

#PartsBox h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: 400;
}

#PartsBox a {
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: 400;
    color: black;
    display: block;
}

#PartsBox p {
    margin: 0px;
    padding: 5px;
}

#PartsBanner {
    background-color: lightgreen;
}

    #PartsBanner h3 {
        text-align: center;
    }



/*Settings=================================*/
#Settings_head {
    border: 1px solid #C0C0C0;
    background-color: #E8E8E8;
}

    #Settings_head h3 {
        font-size: 28px;
        font-weight: 400;
        font-family: 'Rubik',sans-serif;
        margin: 0px;
        margin-left: 30px;
        padding: 5px;
    }

#Settings_body {
    margin-left: 20px;
    width: 80%;
    font-weight: 400;
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
}

    #Settings_body table {
        width: 100%;
    }

        #Settings_body table th {
            font-size: 15px;
            font-size: 17px;
        }

        #Settings_body table td, #Settings_body table th {
            padding-right: 20px;
            padding-left: 20px;
            padding-top: 8px;
            padding-bottom: 8px;
        }

        #Settings_body table tr {
            border-bottom: 1px solid lightgray;
        }

        #Settings_body table thead {
            background: white;
            border: 1px solid lightgray;
        }

    #Settings_body p {
        margin-top: 10px;
    }

    #Settings_body input {
        margin-bottom: 15px;
    }

#Users_Save button {
    background-color: #03c03c;
    color: white;
    width: 120px;
    height: 38px;
    border-radius: 20px;
    border: 1px solid gray;
}

#Users_Save {
    float: right;
    margin-top: -8px;
    padding-bottom: 10px;
}



/*Products*/
#process_product_div {
    margin: 0 auto;
    display: inline;
    background-color: red;
}

    #process_product_div .button {
        margin: 0 auto;
        display: inline;
        color: red;
    }
/*popup*/

/*Product Pop up*/
.product_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

    .product_overlay:target {
        visibility: visible;
        opacity: 1;
    }

.product_popup, .product_popup_long {
    margin: 10% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 400px;
    height: 300px;
    position: relative;
    transition: all 1s ease-in-out;
}

.product_popup_long {
    height: 600px;
}

    .product_popup h2, .product_popup_long h2 {
        margin-top: 0;
    }

    .product_popup .close, .product_popup_long .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .product_popup .close:hover, .product_popup_long .close:hover {
            color: red;
        }

    .product_popup .content, .product_popup_long .content {
        overflow: hidden;
    }

/*Template pop up*/
.template_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

    .template_overlay:target {
        visibility: visible;
        opacity: 1;
    }

.template_popup textarea {
}

.template_popup {
    margin: 10% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 400px;
    height: 300px;
    position: relative;
    transition: all 1s ease-in-out;
    border: 2px solid black;
}

    .template_popup h2 {
        margin-top: 0;
    }

    .template_popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .template_popup .close:hover {
            color: red;
        }

    .template_popup .content2 {
        overflow: auto;
    }

/*Template Wide*/
.template_popup_wide {
    margin: 10% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 550px;
    height: 400px;
    position: relative;
    transition: all 0s ease-in-out;
    border: 2px solid black;
}

    .template_popup_wide h2 {
        margin-top: 0;
    }

    .template_popup_wide .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .template_popup_wide .close:hover {
            color: red;
        }

    .template_popup_wide .content2 {
        overflow: auto;
    }


#RegisterKeyArea {
    background-color: white;
    padding-top: 18px;
    padding-bottom: 0px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

    #RegisterKeyArea input {
        height: 0px;
        padding: 0px;
    }

#RegisterKeyInputArea input {
    width: 35px;
    height: 50px;
    border: none;
    background-color: #2b323a;
    margin: 10px;
    margin-left: 3px;
    margin-right: 3px;
    color: white;
    font-size: 24px;
    text-align: center;
    border-radius: 4px;
}


/* Just change the values of border and border-right to resize 
    and/or change colour of the pacman */
.float_box:hover, .float_box_right:hover {
    border: 2px solid gray;
    cursor: pointer;
}

.PortalSideBtns p {
    display: inline;
    font-size: 12px !important;
    color: goldenrod !important;
}

.dx-viewport .navbar-brand img {
    width: 140px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: 7px;
}


#BottomAppBarContainer {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 10px;
    z-index: 999;
}

#BottomAppBarBackground {
    width: 800px;
    height: 60px;
    text-align: center;
    /*Glass Effect*/

    backdrop-filter: saturate(180%) blur(20px) !important;
    background-color: rgba(49,48,43, 0.8) !important;
    border-radius: 22px;
    border: 1px solid gray;
}

#Test_App_1 {
    z-index: 0;
}

.TestAppLayout {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 10px;
    border-radius: 11px;
    padding-top: 8px;
    border: 1px solid #505050 !important;
    margin-top: 7px;
}

    .TestAppLayout:hover {
        border: 1px solid #202020 !important;
    }

        .TestAppLayout:hover i:nth-child(2) {
            color: #202020 !important;
        }

        .TestAppLayout:hover i:nth-child(1) {
            color: red !important;
        }

    .TestAppLayout i {
        font-size: 28px;
        color: white;
    }

#TestAppBackground {
    height: 100vh;
    width: 100%;
    background-image: url("/img/blueroom_background_gray.jpg");
    background-size: cover;
}

.TestAppLayout button {
    position: absolute;
    background: transparent;
    border: none;
    margin-left: 22px;
    margin-top: -16px;
}

    .TestAppLayout button i {
        font-size: 20px;
        color: transparent;
    }

.Test_App_1 {
    backdrop-filter: saturate(180%) blur(20px) !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    height: 100px;
    width: 500px;
    height: 500px;
    border-radius: 12px;
    position: absolute !important;
    z-index: 998;
    border: 2px solid #414140;
}

.Test_App_Head {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    cursor: move;
    z-index: 10;
    border-top: none;
}

.Test_App_Head_Buttons {
    z-index: 999;
    position: absolute;
    width: 100%;
}

    .Test_App_Head_Buttons button {
        float: right;
        margin-right: 8px;
        margin-top: 5px;
        border: 1px solid #757372;
        border-radius: 79px;
        background-color: silver;
        padding-top: 3px;
        padding-bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

        .Test_App_Head_Buttons button i {
            color: white;
            font-size: 10px;
            padding: 0px;
            margin: 0px;
            padding: 2px;
            padding-bottom: 4px;
            margin-bottom: 4px;
        }

    .Test_App_Head_Buttons button {
        background: rgb(140,205,236);
        background: linear-gradient(176deg, rgba(140,205,236,1) 0%, rgba(0,161,224,1) 100%);
    }

        .Test_App_Head_Buttons button:nth-child(1) {
            background: rgb(242,74,61);
            background: linear-gradient(176deg, rgba(242,74,61,1) 0%, rgba(197,37,21,1) 100%);
        }

#TestImageA {
    height: 400px;
    width: 100%;
    background-image: url("/img/TestProcess.png");
    background-size: cover;
}


.DashboardInventoryBoxArea div {
    border: 1px solid lightgray;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    margin: 11px;
    text-align: center;
    background: #f5f5f5;
    padding: 5px;
}

    .DashboardInventoryBoxArea div:hover {
        border: 2px solid gray;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .DashboardInventoryBoxArea div h3 {
        color: #484848;
        font-size: 16px;
        font-weight: 500;
    }

    .DashboardInventoryBoxArea div h2 {
        font-weight: bold;
        font-size: 18px;
    }



.DashboardChartBoxArea #barChart {
    height: 340px !important;
    width: auto !important;
    margin-right: 10px !important;
}

.DashboardChartBoxArea #pie, .DashboardChartBoxArea #pie2, .DashboardChartBoxArea #gradepie {
    height: 340px !important;
    width: auto !important;
    margin-right: 10px !important;
}





.DashboardDark {
    background: #333 !important;
    backdrop-filter: saturate(180%) blur(20px) !important;
}

    .DashboardDark .DashboardQuicklookBox {
        background-image: url(https://cdn.prod.website-files.com/5db71726fbe1d77646b34c15/5f7220f311c49f6ed3db9b69_Group%2044%20\(2\).jpg);
        background-size: cover;
        background-repeat: no-repeat;
        border: 1px solid #333;
        border-radius: 10px;
    }

        .DashboardDark .DashboardQuicklookBox h2 {
            color: white;
        }

    .DashboardDark #Dashboard_LayoutArea p {
        color: white;
    }

    .DashboardDark .DashboardContentBox {
        background: rgba(255,255,255,.95) !important;
        backdrop-filter: saturate(180%) blur(20px) !important;
    }

    .DashboardDark .DashboardBox_Top p {
    }

    .DashboardDark .dx-datagrid {
        background-color: transparent;
    }

    .DashboardDark .dx-header-row, .DashboardDark .dx-datagrid-headers {
        background-color: transparent !important;
        background: transparent !important;
    }


.DashboardAuditInfoBox .DashboardAuditBoxCatBox {
    border: 1px solid lightgray;
    margin: 5px;
    padding: 2px;
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 6px;
    background: #f6f7f9;
}

.DashboardAuditCatIconArea {
    display: inline-block;
    float: right;
    width: 50px;
    text-align: center;
}

.DashboardAuditBoxCatBox i {
    font-size: 30px;
    margin-top: 6px;
}

.DashboardAuditCatTextArea {
    width: 300px;
    display: inline-block;
}

    .DashboardAuditCatTextArea h3 {
        font-size: 14px !important;
    }

    .DashboardAuditCatTextArea p {
        font-size: 20px;
        line-height: 0px;
        font-weight: 500;
    }

.DashboardAuditSelectArea {
    width: 100%;
    height: 22px;
    margin-top: -6px;
    margin-bottom: 12px;
}

    .DashboardAuditSelectArea select {
        float: right;
        margin-right: 5px;
        border: 1px solid silver;
        border-radius: 5px;
        height: 25px;
    }

        .DashboardAuditSelectArea select:hover {
            cursor: pointer;
        }


.DashboardDark .dx-datagrid-headers * {
    background-color: transparent !important;
    border-bottom: none !important;
}

.DashboardDark .dx-datagrid-headers {
    border: none !important;
}

.GridWhiteHeader {
    height: 100%;
}

    .GridWhiteHeader .dx-datagrid-headers {
        background-color: white !important;
        border-top: none !important;
        border-bottom-left-radius: 10px;
    }

    .GridWhiteHeader .dx-datagrid-header-panel {
    }


.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-field-item-content {
    min-height: auto !important;
    line-height: 4px !important;
}

.dx-field-item-content-location-bottom {
    padding-left: 15px;
}

.DefaultGridContainer {
    height: calc(100% - 55px);
}

.LeaderboardBackground {
    background: red;
    height: 100%;
    width: 100%;
}

.PopupStyleLeaderboard .dx-popup-draggable .dx-popup-title {
    background: black;
    border-bottom: 7px solid #faefd2;
    height: 60px;
    color: #faefd2;
    width: 100%;
    text-align: center;
}

.PopupStyleLeaderboard .dx-toolbar-label .dx-toolbar-item-content > div {
    font-size: 30px;
}

.PopupStyleLeaderboard .dx-popup-title.dx-toolbar .dx-toolbar-before {
    width: 100%;
}

.PopupStyleLeaderboard .dx-popup-content {
    padding: 0px !important;
}

.PopupStyleLeaderboard .dx-popup-draggable .dx-toolbar-items-container {
    height: 50px !important;
    padding: 0px;
    margin: 0px;
}

.PopupStyleLeaderboard .dx-popup-draggable {
    background: transparent;
    border: none;
    color: white;
    font-weight: 400;
    font-size: 18px;
}

    .PopupStyleLeaderboard .dx-popup-draggable .dx-texteditor-container {
        border-radius: 4px !important;
    }

.PopupStyleLeaderboard .dx-list-item-content {
    color: grey !important;
}


.PopupStyleLeaderboard .dx-scrollable-content {
    background: rgb(74,94,109);
    background: linear-gradient(180deg, rgba(74,94,109,1) 0%, rgba(46,52,75,1) 100%);
}


.LeaderboardHeader {
    margin-top: 40px;
}

    .LeaderboardHeader table {
        width: calc(100% - 40px);
        margin: 20px;
        margin-bottom: 15px;
        background: #faefd2;
        color: black;
        border-radius: 5px;
    }

        .LeaderboardHeader table tr td {
            padding: 10px;
            font-size: 15px;
            font-weight: 500;
            text-align: center;
            border-right: 2px solid #b7b7b1;
        }

            .LeaderboardHeader table tr td:nth-child(1) {
                width: 15%;
            }

            .LeaderboardHeader table tr td:nth-child(2) {
                width: 60%;
            }

            .LeaderboardHeader table tr td:nth-child(3) {
                width: 15%;
            }

            .LeaderboardHeader table tr td:nth-child(4) {
                width: 10%;
                border-right: none;
            }



.LeaderboardTable table {
    width: calc(100% - 40px);
    margin: 20px;
    margin-top: 0px;
    background: white;
    color: black;
    border-radius: 5px;
}

    .LeaderboardTable table tr td {
        border: 2px solid #b7b7b1;
        padding: 10px;
        font-weight: 600;
        text-align: center;
    }

        .LeaderboardTable table tr td:nth-child(1) {
            width: 15%;
            border-left: none;
        }

        .LeaderboardTable table tr td:nth-child(2) {
            width: 60%;
            text-align: left;
        }

        .LeaderboardTable table tr td:nth-child(3) {
            width: 15%;
        }

        .LeaderboardTable table tr td:nth-child(4) {
            width: 10%;
            border-right: none;
        }

    .LeaderboardTable table tr:first-child td {
        border-top: none;
    }

    .LeaderboardTable table tr:last-child td {
        border-bottom: none;
    }

.LeaderboardDesc {
    margin-top: 30px;
}

    .LeaderboardDesc h3 {
        font-size: 28px !important;
        text-align: center;
        color: #faefd2 !important;
        font-weight: bold !important;
    }

.GraphHoverText {
    z-index: 1000;
    background: red;
}
