.moreMedia {
    float: right;
    margin-top: 120px;
}

.mediaName {
    font-weight: 500;
    font-size: 20px;
}

div#newMediaUploader {
    width: 100%;
    height: 100%;
}

button.selectMedia {
    width: 150px;
}

.ac-header {
    height: 3.7rem;
}

    .ac-header > .businessLogo {
        height: 2.5rem;
        margin: 0;
        position: absolute;
        right: 200px;
        width: 200px;
        top: 3px;
        display: none;
    }

    .ac-header > img.businessLogo.noLocations {
        right: 60px !important;
        display: block;
    }

@media only screen and (min-width: 640px) {
    .ac-header > .businessLogo {
        height: 2.5rem;
        margin: 0;
        position: absolute;
        right: 200px;
        width: 200px;
        top: 3px;
        display: block;
    }

    .ac-header > img.businessLogo.noLocations {
        right: 60px !important;
        display: block;
    }
}

.warning-header {
    background: red;
    height: 40px;
    position: relative;
    width: 100%;
}

    .warning-header p {
        text-align: center;
        color: white;
        line-height: 40px;
        font-weight: bold;
    }

div.profile {
    width: auto;
    padding: 3px;
}

    div.profile a {
        float: left;
        margin-left: 13px;
    }

    div.profile img {
        float: left;
    }

    div.profile form {
        float: right;
        margin-left: 13px;
    }

        div.profile form .button {
            background: var(--branding-color);
        }

.validation-summary-errors {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #f04124;
    display: block;
    color: white;
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.validation-summary-valid {
    display: none;
}

div.appVersion {
    color: white;
}

/**
 * Table Order Status
 * --------------------------------------------------------------------------- */
/* line 727, ../scss/admin-core.scss */
.ac-status-1,
table tr:nth-of-type(even).ac-status-1 {
    background-color: #e9e3b3;
}

/* line 736, ../scss/admin-core.scss */
.ac-status-2,
table tr:nth-of-type(even).ac-status-2 {
    background-color: #a3bfd6d9;
}

/* line 743, ../scss/admin-core.scss */
.ac-status-3,
table tr:nth-of-type(even).ac-status-3 {
    background-color: #e6b2b7;
}

/* line 752, ../scss/admin-core.scss */
.ac-status-4,
table tr:nth-of-type(even).ac-status-4 {
    background-color: #e1ebb7;
}

.ajax-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(77, 84, 88, 0.7);
    z-index: 9999999;
    text-align: center;
    display: none;
}

    .ajax-loader i {
        font-size: 6.25rem;
        position: absolute;
        width: 6.25rem;
        height: 6.25rem;
        left: 50%;
        margin-left: -3.125rem;
        top: 50%;
        margin-top: -3.125rem;
        z-index: 99999999;
    }

    .ajax-loader span {
        font-size: 0.875rem;
        line-height: 0.875rem;
        position: absolute;
        height: 0.875rem;
        display: block;
        color: white;
        text-align: center;
        top: 50%;
        margin-top: -0.4375rem;
        z-index: 999999999;
        width: 100%;
    }

    .ajax-loader.show {
        display: block;
    }

a.clickable {
    text-decoration: underline;
    color: blue;
}

.ac-information-toggle p {
    margin-bottom: 0rem;
}

.businessLogo {
    width: 350px;
    height: auto;
    margin: 20px auto;
    display: block;
}

.majesticLogo {
    width: 200px;
    height: auto;
    margin: 40px auto;
    display: block;
}

.loggedLogos .businessLogo {
    margin: 3px 20px 0px 5px;
    width: auto;
    float: left;
    height: 40px;
}

.loggedLogos .majesticLogo {
    margin: 3px 0 0 0;
    width: 130px;
    float: left;
}

.ac-login {
    top: 25%;
}

.ac-login label {
    color: white;
    font-weight: 300;
}

.twofactor-login-setup {
    color: white;
}

@media screen and (max-width: 768px) {
    .ac-login {
        top: 0%;
        margin-top: 0px;
        position: absolute;
        left:65%;
        width: 22rem;
    }

    .ac-login img {
        margin-top: 0px;
     }

    .twofactor-login-setup img {
        width:100px;
        height:100px;
    }
}

.alertText {
    color: red;
}

.warningText {
    color: goldenrod;
}

@-webkit-keyframes flashing {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

@-moz-keyframes flashing {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

@-o-keyframes flashing {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

@keyframes flashing {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

.flashing {
    -webkit-animation: flashing 1s infinite; /* Safari 4+ */
    -moz-animation: flashing 1s infinite; /* Fx 5+ */
    -o-animation: flashing 1s infinite; /* Opera 12+ */
    animation: flashing 1s infinite; /* IE 10+ */
}

input[type]:focus, textarea:focus, select:focus {
    border: 3px solid rgba(81, 203, 238, 1);
}

.disableAll {
    pointer-events: none;
    opacity: 0.8;
}

.pageSize {
    width: 70px;
    height: 35px;
    float: right;
}

.pageSizeText {
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    font-weight: 500;
}

.filterMedia {
    padding-left: 0;
    padding-right: 0;
    width: 30%;
    float: right;
    margin-bottom: 0;
}

/* New Header CSS - Peter */

/* Small Screens */
@media only screen and (max-width: 640px) {
    .loggedLogos, .profile img, .profile span a {
        display: none;
    }

    .profile {
        left: 0;
    }

        .profile .message {
            display: none;
        }
}

/* Medium Screens */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .loggedLogos span {
        display: none;
    }
}

.busy-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(77, 84, 88, 0.7);
    z-index: 9999999;
    text-align: center;
    display: none;
}

    .busy-loader i {
        font-size: 6.25rem;
        position: absolute;
        width: 6.25rem;
        height: 6.25rem;
        left: 50%;
        margin-left: -3.125rem;
        top: 50%;
        margin-top: -3.125rem;
        z-index: 99999999;
    }

    .busy-loader span {
        font-size: 0.875rem;
        line-height: 0.875rem;
        position: absolute;
        height: 0.875rem;
        display: block;
        color: white;
        text-align: center;
        top: 50%;
        margin-top: -0.4375rem;
        z-index: 999999999;
        width: 100%;
    }

    .busy-loader.show {
        display: block;
    }

/* New Header CSS - Peter */

/* Small Screens */
@media only screen and (max-width: 640px) {
    .loggedLogos, .profile img, .profile span a {
        display: none;
    }

    .profile {
        left: 0;
    }

        .profile .message {
            display: none;
        }
}

/* Medium Screens */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .loggedLogos span {
        display: none;
    }
}

/* Layout Adjustments */
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body.kiosk {
    padding-top: 0px;
    background-color: #e9ebeb;
}

.ac-primary-nav {
    position: fixed;
    width: 50px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 99;
    top: 3.7rem;
}

.ac-container.kiosk {
    margin-left:0rem;
    left:0;
    padding-left:8rem;
    padding-right:8rem;
}

.ac-primary-nav::-webkit-scrollbar {
    display: none;
}

.ac-primary-nav a:focus {
    outline: 0 !important;
}

.ac-primary-nav ul, .ac-primary-nav.active.slim ul {
    position: absolute;
    width: 50px;
    top: 50px;
    left: 0px;
    bottom: 0px;
    background-color: #5d666a;
}

    .ac-primary-nav ul i, .ac-primary-nav.active.slim i {
        width: 50px;
        min-height: 50px;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        line-height: 50px;
        text-align: center;
        color: var(--branding-color);
        background-color: #5d666a;
    }

.ac-primary-nav a, .ac-primary-nav.active.slim a {
    text-decoration: none;
}

.ac-primary-nav span, .ac-primary-nav.active.slim span {
    color: white;
}

.ac-primary-nav ul, .ac-primary-nav.active.slim ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
}

.ac-primary-nav li, .ac-primary-nav.active.slim li {
    background-color: #5d666a;
    width: 100%;
}

.ac-primary-nav.active.slim > ul > li a::before {
    width: 0px;
}

.ac-primary-nav.active.slim > ul > li.active > a > i {
    background-color: #353a3d;
}

.ac-primary-nav.active.slim > ul > li > a:hover + i {
    background-color: #353a3d;
}

.ac-primary-nav > ul > li, .ac-primary-nav.active.slim > ul > li {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
}

    .ac-primary-nav > ul > li > a, .ac-primary-nav.active.slim > ul > li > a {
        position: absolute;
        height: 50px;
        width: 50px;
    }

.ac-primary-nav ul ul {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 12.5rem;
    display: none;
}

.ac-primary-nav.active.slim ul ul {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 9.5rem;
    display: none;
}

.ac-primary-nav li.active ul {
    display: block;
}

.ac-primary-nav.active.slim li.active ul {
    display: none;
}

.ac-primary-nav > ul > li.active a i {
    background-color: #353a3d;
}

.ac-primary-nav > ul ul > li.active, .ac-primary-nav.active.slim > ul ul > li.active {
    width: 100%;
    min-height: 50px;
    display: block;
    background-color: #353a3d;
    border: none;
}

.ac-primary-nav > ul ul > li > a, .ac-primary-nav.active.slim > ul ul > li {
    display: table;
    position: relative;
    height: auto;
    min-height: 50px;
}

    .ac-primary-nav > ul ul > li > a span, .ac-primary-nav.active.slim > ul ul > li > a span {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 10px 10px 20px;
    }

.ac-primary-nav > ul > li > a > span, .ac-primary-nav.active.slim > ul > li > a > span,
.ac-primary-nav ul ul i, .ac-primary-nav.active.slim ul ul i {
    display: none;
}

.ac-primary-nav.active.slim #ext-links li:first-of-type {
    display: none;
}

.ac-primary-nav.active.slim #ext-links .controls {
    display: none;
}

.ac-primary-nav.active.slim #main-links .add-to-custom {
    display: none;
}

.ac-secondary-nav {
    position: absolute;
    left: 12.5rem;
    width: 12.5rem;
    z-index: 1;
    height: 100%;
    background-color: #888;
    display: none;
    transition: 1s ease-out;
    overflow: scroll;
}

    .ac-secondary-nav::-webkit-scrollbar {
        display: none;
    }

    .ac-secondary-nav.active {
        display: block;
    }

.ac-primary-nav #main-links a .add-to-custom {
    position: absolute;
    padding-left: 0px;
    color: white;
    font-size: 70%;
}

.add-to-custom:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .ac-primary-nav .active {
        width: 3.125rem;
    }

        .ac-primary-nav.active.slim {
            width: 12.5rem;
        }
}

.ac-primary-nav > ul > li > ul > li:hover, .ac-primary-nav.active.slim > ul > li > ul > li:hover {
    background-color: #666;
}

.ac-primary-nav > ul > li > a:hover *, .ac-primary-nav.active.slim > ul > li > a:hover * {
    background-color: #353a3d;
}

@media screen and (min-width: 768px) {
    .ac-primary-nav.active.slim {
        width: 3.125rem;
    }

    .ac-primary-nav {
        width: 12.5rem;
    }

        .ac-primary-nav ul ul {
            width: 12.5rem;
        }

        .ac-primary-nav a {
            text-decoration: none;
        }

        .ac-primary-nav span {
            color: white;
        }

        .ac-primary-nav ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            display: block;
            width: 12.5rem;
            background-color: #5d666a;
            top: 50px;
        }

        .ac-primary-nav li:hover {
            background-color: #666;
        }

        .ac-primary-nav > ul > li {
            width: 12.5rem;
            height: auto;
            min-height: 50px;
            position: relative;
            display: block;
        }

            .ac-primary-nav > ul > li > a {
                position: relative;
                min-height: 50px;
                width: 100%;
                display: table;
            }

                .ac-primary-nav > ul > li > a > span {
                    min-height: 50px;
                    display: table-cell;
                    vertical-align: middle;
                    padding: 10px 10px 10px 60px;
                }

        .ac-primary-nav ul ul {
            position: static;
            top: 0px;
            left: 0px;
            display: none;
        }

        .ac-primary-nav > ul ul > li {
            width: 100%;
            min-height: 50px;
            display: block;
        }

        .ac-primary-nav > ul > li.active, .ac-primary-nav > ul > li.active > a > i {
            background-color: #353a3d;
        }

            .ac-primary-nav > ul > li.active > ul > li {
                background-color: #717475;
            }

                .ac-primary-nav > ul > li.active > ul > li.active {
                    background-color: #505152;
                }

                .ac-primary-nav > ul > li.active > ul > li:hover {
                    background-color: #626667;
                }

                .ac-primary-nav > ul > li.active > ul > li > a::before {
                    background-color: #353a3d;
                }

                .ac-primary-nav > ul > li.active > ul > li:hover > a::before {
                    background-color: var(--branding-color);
                }

                .ac-primary-nav > ul > li.active > ul > li.active > a::before {
                    background-color: var(--branding-color);
                }

        .ac-primary-nav > ul ul > li > a::before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0px;
            width: 5px;
            background-color: #5d666a;
        }

        .ac-primary-nav > ul ul > li > a {
            display: table;
            position: relative;
            height: auto;
            min-height: 50px;
        }

            .ac-primary-nav > ul ul > li > a span {
                display: table-cell;
                vertical-align: middle;
                padding: 10px 10px 10px 20px;
            }

    .ac-container {
        height: 100%;
        left: 12.5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        overflow-y: scroll;
        position: relative;
        top:20px;
    }

    .ac-content {
        width:90%;
    }
}

@media screen and (max-width: 768px) {

    .menu-options {
        background-color: #a8a8a8;
        width: 3.125rem;
        height: 50px;
    }

        .menu-options i {
            display: none;
        }

        .menu-options i {
            border-bottom: 2px solid #a8a8a8;
        }

    .menu-option-block.ext-links > i {
        display: block;
        height: 50px;
        width: 50px;
        background-color: #555;
        color: #fff !important;
        text-align: center;
        line-height: 48px;
    }

    .menu-option-block.ext-links.active > i {
        display: block;
        min-height: 52px;
        width: 50px;
        line-height: 52px;
    }

    .ac-primary-nav > #ext-links > li:first-of-type, .ac-primary-nav.active.slim > #ext-links > li:first-of-type {
        display: none;
    }

    .ac-primary-nav .edit-menu-item, .ac-primary-nav.active.slim > .edit-menu-item {
        display: none;
    }
}

@media screen and (min-width: 768px) {

    .menu-options.has-warning-header {
        top: 80px;
    }

    .menu-options {
        width: 12.5rem;
        position: fixed;
        height: 50px;
        z-index: 10;
    }

        .menu-options.slim {
            width: 3.125rem;
        }

    .slim-i {
        background-color: #555 !important;
        color: #fff !important;
    }

        .slim-i:hover {
            background-color: #353a3d;
        }

    .menu-options .menu-option-block {
        float: left;
    }

    .menu-options > .menu-option-block > i:hover {
        background-color: #353a3d;
    }

    .menu-options > .menu-option-block > i {
        height: 50px;
        width: 50px;
        background-color: #555;
        color: #fff;
        text-align: center;
        line-height: 50px;
        border-bottom: 2px solid #a8a8a8;
    }

    .ac-primary-nav.active.slim .add-menu-item {
        display: none;
    }
}

.ac-container.slim {
    margin-left: 3.125rem !important;
}

/* Menu Column Styles */
#main-links, #ext-links, #menu-order, #menu-settings {
    display: none;
}

    #main-links.active, #ext-links.active, #menu-order.active, #menu-settings.active {
        display: block;
    }

#menu-settings {
    background-color: #777;
}

#ext-links {
    background-color: #777;
    height: calc(100% + 100px);
}

    #ext-links li > .controls {
        position: absolute;
        bottom: -3px;
        left: 15px;
        font-size: 70%;
    }

        #ext-links li > .controls:hover {
            text-decoration: underline;
        }

    #ext-links hr {
        padding: 0;
        margin: 0 0 0px 0;
    }

.new-menu-item {
    padding: 10px;
}

    .new-menu-item input[type="text"] {
        margin: 0 0 5px 0;
    }

    .new-menu-item input[type="button"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .new-menu-item input {
    }

    .new-menu-item label, .new-menu-item .new-menu-item-title {
        color: #fff;
    }

#new-menu-item .active {
    position: absolute;
    width: 12.5rem;
}

#new-menu-item {
    display: none;
}

    #new-menu-item .new-menu-item-title {
        color: #fff;
    }

.menu-settings-item {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 10px;
}

#menu-settings h5 {
    color: white;
    padding: 10px;
}

.menu-settings-item label {
    color: white;
}

.menu-settings-item input:checked + label {
    background: var(--branding-color);
}

#updateMenuSettings {
    margin-bottom: 10px;
}

#customImageUrl, #customImageUrlLabel {
    display: none;
}

@media screen and (max-width: 768px) {
    #ext-links li a {
        width: 50px;
        height: 50px;
        border-bottom: 1px solid white;
    }

        #ext-links li a:hover {
            background-color: #353a3d;
        }

    #ext-links img {
        width: 100%;
        height: auto;
        padding: 0.75rem;
    }
}

@media screen and (min-width: 768px) {
    #ext-links a img {
        width: 50px;
        height: 50px;
        padding: 0.75rem;
        position: absolute;
    }
}

/* Dashboard styles */
/* Small Screens */

.dashboard-edit, .dashboard-save {
    margin-bottom: 20px;
    float: right;
}

.dashboard-add-panel {
    margin-right: 20px;
    float: right;
}

.e-control.e-dashboardlayout .e-panel .e-panel-container .e-panel-content {
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    overflow:auto;
}

.e-control.e-dashboardlayout .e-panel .e-panel-container .e-panel-header {
    color: rgba(0, 0, 0, 0.61);
    font-size: 15px;
    font-weight: 500;
    height: 37px;
    vertical-align: middle;
    border-bottom: 0.5px solid rgba(0, 0, 0, .125);
    padding: 10px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
}

.e-control.e-dashboardlayout .e-panel .e-template-icon {
    padding: 10px;
    float: right;
    display:none;
}

.e-control.e-dashboardlayout .e-panel .e-clear-icon::before {
    content: "\e100";
    font-size: 12px;
    font-family: 'ej-icon';
}

@font-face {
    font-family: 'ej-icon';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjdtQ/IAAAEoAAAAVmNtYXDhEOFVAAABiAAAADZnbHlmq8jV4gAAAcgAAAFQaGVhZBSREIsAAADQAAAANmhoZWEIUAQDAAAArAAAACRobXR4CAAAAAAAAYAAAAAIbG9jYQCoAAAAAAHAAAAABm1heHABDQCUAAABCAAAACBuYW1lWD3y/QAAAxgAAAIlcG9zdMl9cHoAAAVAAAAALwABAAAEAAAAAFwEAAAAAAAD8wABAAAAAAAAAAAAAAAAAAAAAgABAAAAAQAAjGeuW18PPPUACwQAAAAAANi/5c0AAAAA2L/lzQAAAAAD8wP0AAAACAACAAAAAAAAAAEAAAACAIgAAQAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4QDhAAQAAAAAXAQAAAAAAAABAAAAAAAABAAAAAQAAAAAAAACAAAAAwAAABQAAwABAAAAFAAEACIAAAAEAAQAAQAA4QD//wAA4QD//wAAAAEABAAAAAEAAAAAAAAAqAAAAAEAAAAAA/MD9ACHAAAJAi8GKwEPDR0BHwYJAQ8GHQEfDTsBPwYJAR8GOwE/Di8HCQE/Bj0BLw0rAQ8FA3T+jP6MBQYHBgcHCAcHBwcHBwYGBgUFAwMDAgEBAgMDAwUFAXT+jAUFAwMDAgEBAgMDAwUFBgYGBwcHBwcHBwgGBwYHBQF0AXQFBgcGBwcIBwcHBwcHBgYGBQQEAwMBAQEBAQEDAwQEBf6MAXQFBQMDAwIBAQIDAwMFBQYGBgcHBwcHBwgHBwYHBgPe/owBdAUFAwMDAgEBAgMDAwUFBgYGBwcHBwcHCAcGBwYHBf6M/owFBwYHBgcIBwcHBwcHBgYGBQUDBAICAQECAgQDBQUBdP6MBQUDBAICAQECAgQDBQUGBgYHBwcHBwcIBwYHBgcFAXQBdAYGBgcHBwcHBwcHBwcGBgYFBQMEAgIBAQIDAwMFAAAAEgDeAAEAAAAAAAAAAQAAAAEAAAAAAAEABwABAAEAAAAAAAIABwAIAAEAAAAAAAMABwAPAAEAAAAAAAQABwAWAAEAAAAAAAUACwAdAAEAAAAAAAYABwAoAAEAAAAAAAoALAAvAAEAAAAAAAsAEgBbAAMAAQQJAAAAAgBtAAMAAQQJAAEADgBvAAMAAQQJAAIADgB9AAMAAQQJAAMADgCLAAMAAQQJAAQADgCZAAMAAQQJAAUAFgCnAAMAAQQJAAYADgC9AAMAAQQJAAoAWADLAAMAAQQJAAsAJAEjIGVqLWljb25SZWd1bGFyZWotaWNvbmVqLWljb25WZXJzaW9uIDEuMGVqLWljb25Gb250IGdlbmVyYXRlZCB1c2luZyBTeW5jZnVzaW9uIE1ldHJvIFN0dWRpb3d3dy5zeW5jZnVzaW9uLmNvbQAgAGUAagAtAGkAYwBvAG4AUgBlAGcAdQBsAGEAcgBlAGoALQBpAGMAbwBuAGUAagAtAGkAYwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGUAagAtAGkAYwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAdQBzAGkAbgBnACAAUwB5AG4AYwBmAHUAcwBpAG8AbgAgAE0AZQB0AHIAbwAgAFMAdAB1AGQAaQBvAHcAdwB3AC4AcwB5AG4AYwBmAHUAcwBpAG8AbgAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgECAQMABWNsb3NlAAAA) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.e-control.e-dashboardlayout .e-panel .e-clear-icon {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.widget-title
{
  font-weight: 900;
  margin-bottom: 5px;
}

.plugin-group-container {
    width: 100%;
    height: 100%;
}

.plugin-group {
    height: auto;
    width: 100%;
}

.plugin-group-title {
    background: #777;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #fff;
    margin-bottom: 10px;
}

.widget-placeholder {
    height: 300px;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    background: #a8a8a8;
    border-radius: 3px;
    color: #fff;
}

    .widget-placeholder img {
        position: absolute;
        top: 10px;
        right: 30px;
    }

#widget-modal {
    margin-bottom: 200px;
}

.dashboard-header input {
    position: relative;
    left: -7px;
    top: 2px;
    border-radius: 0;
    width: 400px;
    margin: 0;
}

.save-dashboard {
    display: none;
}

.remove-dashboard-item {
    display: none;
}

.block {
    padding: 10px;
    height: auto;
    width: 100%;
    background: #fff;
    border-radius: 3px;
}

.widget-container {
    height: 100%;
    overflow: scroll;
}

.layout-row-container {
    margin-bottom: 10px;
    display: none;
}

.layout-row {
    height: 300px;
    padding: 10px;
    border: 1px dashed #5d666a;
    box-sizing: border-box;
    text-align: center;
}

    .layout-row .title {
        margin-bottom: 10px;
    }

.layout-option {
    width: 100%;
    margin-top: calc(50% - 10px);
    height: auto;
    float: left;
    background: gray;
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
}

    .layout-option:hover {
        background-color: var(--branding-color);
        box-shadow: 1px 1px 5px #888888;
    }

    .layout-option p {
        color: white;
        margin: 0px;
    }

    .layout-option > .row.collapse {
        padding-right: 0.123rem;
    }

        .layout-option > .row.collapse > .columns {
            padding-left: 0.123rem;
        }

.dashboard-row-container {
    margin-bottom: 0.235rem;
}

.dashboard-row {
    height: 300px;
    width: 100%;
}

    .dashboard-row > .row.collapse {
        padding-right: 0.123rem;
    }

        .dashboard-row > .row.collapse > .columns {
            padding-left: 0.123rem;
        }

    .dashboard-row .placeholder {
        /*padding:10px;*/
        height: 300px;
        width: 100%;
        background: #a8a8a8;
        border-radius: 3px;
        line-height: 300px;
        text-align: center;
        color: #fff;
        transition: 0.2s ease-in-out;
    }

        .dashboard-row .placeholder.edit:hover {
            background: #afafaf;
        }

        .dashboard-row .placeholder i:hover {
            color: var(--branding-color);
        }

        .dashboard-row .placeholder.loading {
            background: #fff;
        }

    .dashboard-row.edit {
        height: 320px;
        border-style: dashed;
        border-color: gray;
        border-width: 0px 1px 1px 1px;
        border-radius: 0px 3px 3px 3px;
    }

    .dashboard-row .delete-row {
        width: 100%;
        height: 20px;
        padding: 0.235rem;
        font-size: 0.835rem;
        border-style: dashed;
        border-color: gray;
        border-width: 1px 0px 1px 0px;
        border-radius: 3px 0px 3px 0px;
        text-align: center;
        display: none;
    }

        .dashboard-row .delete-row:hover, .dashboard-row .delete-row:hover i {
            color: red;
        }

.dashboard-loader {
    position: absolute;
    width: 100%;
    top: 120px;
    text-align: center;
    z-index: 200000;
}

.remove-widget-container {
    width: 100%;
    height: 300px;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    display: none;
}

.dashboard-item:hover .remove-widget-container.edit {
    opacity: 1;
}

.remove-widget-container .remove-widget {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 200px;
    background: #fff;
    border-radius: 3px;
}

.preview, .test {
    height: 2.9rem;
}

.clearSearchFilter {
    float: right;
    position: relative;
    top: -30px;
    cursor: pointer;
}

    .clearSearchFilter .tooltiptext {
        display: none;
        width: 120px;
        background-color: transparent;
        color: black;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        right: 20px;
    }


    .clearSearchFilter:hover .tooltiptext {
        display: block;
    }

.closeRevealModal {
    margin-top: 60px;
    float: right;
    width: 50%;
    color: white !important;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
}

.reveal-modal {
    overflow-y: auto;
}

.userLocations {
    width: auto;
    position: absolute;
    top: 5px;
    right: 50px;
    color: white;
}

select#UserCompanyLocations {
    height: 2.6rem;
    width: 150px;
    position: absolute;
    top: -3px;
    right: 0;
    border-radius: 0px;
}

div#itemsWaypoint {
    height: 10px;
    margin-bottom: 100px;
}

.currentLocation {
    position: absolute;
    top: 5px;
    right: 50px;
    color: white;
    width: auto;
    height: 2.75rem;
    padding-left: 10px;
    padding-right: 10px;
    background: #908484;
    line-height: 2.5rem;
}

.app-switch-menu {
    position: absolute;
    top: 0px;
    width: 12.5rem;
    margin-left: 0px;
    z-index: 100;
}

.app-switch-title {
    display: none;
    text-align: center;
    color: #fff;
    margin-left: 10px !important;
    margin-top: 10px;
}

.app-switch-menu > li {
    list-style-type: none;
    height: 45px;
    padding-top: 0px;
}

.app-switch-menu li img {
    width: 130px;
    margin-left: 10px;
    /*margin-top: 10px;*/
}

@media screen and (min-width: 768px) {
    .app-switch-menu li img {
        width: 150px;
        margin-left: 22px;
    }
}

.app-switch-menu li:nth-child(2) {
    display: block;
}

.app-switch-menu .app-link {
    display: none;
}

.app-switch-menu .terms {
    display: none;
}

.app-switch-menu .privacy {
    display: none;
}

.app-switch-menu .version {
    display: none;
}

.app-switch-menu.active {
    background-color: #353a3d;
    height: 100vh;
}

.app-switch-menu.active .app-link {
    display: block;
    margin-bottom: 50px;
}

.app-switch-menu.active .app-link:first-of-type {
    display: block;
}

.app-switch-menu.active .app-link:hover {
    background-color: #5d666a;
}

.app-switch-menu.active .terms {
    display: block;
    position: absolute;
    bottom: 40px;
    color: white;
    text-align: center;
    margin-left: 10px !important;
}

.app-switch-menu.active .privacy {
    display: block;
    position: absolute;
    bottom: 20px;
    color: white;
    text-align: center;
    margin-left: 10px !important;
}

.app-switch-menu.active a {
    color: skyblue;
    text-decoration: underline;
    cursor: pointer;
}

.app-switch-menu.active .version {
    display: block;
    position: absolute;
    bottom: 0px;
    color: white;
    text-align: center;
    margin-left: 10px !important;
}

.app-switch-menu *:focus {
    outline: none !important;
}

span.currency {
    font-weight: 900;
    color: var(--branding-color);
    font-size: larger;
}

.multicurrency, .ac-order-cost > .multicurrency > ul > li {
    background-color: papayawhip !important;
}

.ac-order-cost > div.multicurrency, .ac-order-cost > div.multicurrency + div {
    left: 0;
}

.user-info-circle {
    position: absolute;
    right: 5px;
    top: 3px;
    background: var(--branding-color);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    line-height: 2.5rem;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 20px;
}

.user-drawer.active {
    width: 300px;
    height: calc(100% - 2.9rem);
    background: #a8a8a8;
    position: absolute;
    right: 0px;
    top: 3.7rem;
    display: block;
    z-index: 10000;
}

.user-drawer::-webkit-scrollbar {
    display: none;
}

.user-drawer {
    display: none;
}

    .user-drawer .user-drawer-menu {
        width: 50px;
        height: calc(100% - 89px);
        background: #555;
        float: left;
        clear: both;
    }

        .user-drawer .user-drawer-menu ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .user-drawer .user-drawer-menu li {
            height: 50px;
            width: 50px;
            background: #333;
        }

            .user-drawer .user-drawer-menu li i {
                line-height: 50px;
                color: white;
                width: 50px;
                height: 50px;
                text-align: center;
            }

    .user-drawer .container {
        margin-bottom: 45px;
        height: calc(100% - 2.9rem);
        width: calc(100%);
        overflow-y: auto;
        float: right;
    }

        .user-drawer .container .info-container {
            height: auto;
            margin: 15px;
            background: #dad8d8;
            border-radius: 5px;
            margin: 10px;
        }

    .user-drawer .info-container .info-header {
        height: 30px;
        border-radius: 5px 5px 0 0;
        text-align: center;
        line-height: 30px;
        background: var(--branding-color);
    }

        .user-drawer .info-container .info-header a {
            color: white;
            text-decoration: dashed;
        }

            .user-drawer .info-container .info-header a:hover {
                text-decoration: underline;
            }

    .user-drawer .info-container .info-content {
        height: auto;
        padding: 10px;
        text-align: center;
    }

    .user-drawer .footer-bar {
        position: absolute;
        bottom: 0;
        height: 45px;
        width: 100%;
        background: #353a3d;
    }

        .user-drawer .footer-bar input {
            position: relative;
            top: 4px;
            width: 97%;
            margin: 0 5px 0 5px;
        }

    .user-drawer .user-profile {
        height: 45px;
        background: #353a3d;
        width: 100%;
        line-height: 40px;
        text-align: center;
    }

        .user-drawer .user-profile .display-name {
            color: white;
        }

        .user-drawer .user-profile .message {
            color: var(--branding-color);
            text-align: center;
        }

.infoModal,.infoTooltip {
    cursor: pointer;
}

.dynamic-tooltip {
    position: absolute;
    padding: 15px;
    border-radius: 5px;
    background-color: #e7f8c3;
    z-index: 1000;
    display: none;
}


i.downloadFile {
    cursor: pointer;
}

.progress-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(77, 84, 88, 0.7);
    z-index: 9999999;
    text-align: center;
    display: none;
}

.ui-progressbar {
    position: relative;
    background: #555d61 !important;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    top: 60%;
    z-index: 9999;
}

.ui-progressbar-value {
    background: var(--branding-color) !important;
    margin: 0px !important;
}

.progress-label {
    position: static;
    color: white;
    margin-top: 4px;
    text-align: center;
}

/*.ui-widget-header {
  border: 1px solid #E8D1CF;
  background: #C3AEE0 url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 80% 20% repeat-x!important;
  font-weight: bold;
  margin-left:-40px; 
}*/

.progress-loader.show {
    display: block;
}

.commandIcons > button, .commandIcons > button:hover {
    background-color: transparent;
    float: right;
}

div.ac-block a:not([class="button"]) 
{
    text-decoration: underline;
    color: blue;
}

div.ac-block .tab-title > a {
    text-decoration: none;
    color: white;
}

.userImageHeader
{
    cursor: pointer;
}

.sticky-table-header {
    position: sticky;
    top: 0;
    z-index: 1;
}

#assistantOpenButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--branding-color);
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 34px;
    font-weight: 900;
    cursor: pointer;
}

#assistantSpeechBubble {
    background-color: var(--branding-color);
    border-radius: 36px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 90%;
    margin-left: -200px;
    font-size: small;
    width: 200px;
}

#assistantSpeechBubble::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 55px;
    border-width: 10px;
    border-style: solid;
    border-color: var(--branding-color) transparent transparent transparent;
}

#assistantCloseButton {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--branding-color);
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

#assistantPanel {
    position: fixed;
    right: -400px !important; /* Increased width when open */
    top: 0;
    width: 400px; /* Increased width when open */
    height: 100%;
    background-color: #f4f4f4;
    transition: right 0.3s ease-in-out;
    /*border-left: 3px solid black;*/ /* Added border */
}

#assistantPanel.open {
     right: 0 !important;
 }

#assitantIFrame {
    width: 100%;
    height: 100%;
    border: none;
}

.terms-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.terms-content {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    width: 450px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.terms-content h2 {
    margin-bottom: 15px;
}

.terms-content p {
    font-size: 14px;
    margin-bottom: 15px;
}

.terms-content label {
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-weight:600;
    font-size: 14px;
    margin-bottom: 15px;
}

.terms-content input {
    margin-right: 8px;
}

.environment-banner {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    color: white;
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 9999;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}