#header #logout {
    border-radius: 20px;
    background-color: #eee;
}

.file-uploader {
    background-color: gray;
    padding-top: 100%;
    /* 1:1 Aspect Ratio */
    position: relative;
    /* If you want text inside of it */
}

    .file-uploader .create-photo, .file-uploader .image-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
    }

    .file-uploader .image-wrapper {
        height: 100%;
        width: 100%;
    }

        .file-uploader .image-wrapper img {
            /*zoom: 10;*/
            /*display: block;
  margin: auto;*/
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .file-uploader .edit-photo-wrapper {
        /*z-index: 1000;*/
        display: none;
    }

        .file-uploader .edit-photo-wrapper .edit-photo {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 1;
        }

            .file-uploader .edit-photo-wrapper .edit-photo:hover + .update-delete-wrapper {
                display: block;
            }

    .file-uploader .update-delete-wrapper {
        display: none;
        z-index: 1;
        position: absolute;
        top: 44px;
        right: 10px;
        width: 120px;
        background-color: white;
        opacity: 0.8;
        text-align: center;
    }

        .file-uploader .update-delete-wrapper:hover {
            display: block;
        }

        .file-uploader .update-delete-wrapper .update-photo, .file-uploader .update-delete-wrapper .delete-photo {
            display: block;
            text-decoration: none;
            color: #000;
        }

            .file-uploader .update-delete-wrapper .update-photo:hover, .file-uploader .update-delete-wrapper .delete-photo:hover {
                background-color: #cccccc;
            }

body {
    max-width: 1448px;
    margin: auto;
}

    body.lg-width {
        max-width: 100%;
    }

/* Bootstrap Modal */
.modal-header .close {
    margin-left: 0;
}

.dtt-table {
    width: 100%;
    margin: 0;
}

    .dtt-table thead {
        background-color: #f9b526;
        color: white;
    }

    .dtt-table tr {
        height: 75px;
        line-height: 75px;
        text-align: center;
    }

        .dtt-table tr img {
            height: 75px;
            vertical-align: top;
        }

    .dtt-table th {
        padding: 0;
    }

    .dtt-table td {
        padding: 0px 8px;
        vertical-align: middle;
        white-space: nowrap;
    }

        .dtt-table td:first-child {
            text-align: left;
        }

        .dtt-table td .pagination {
            margin-bottom: 0;
            margin-left: 2rem;
            /*display: inline-block;*/
        }

    .dtt-table .edit-wrapper {
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        height: 36px;
        line-height: 36px;
    }

        .dtt-table .edit-wrapper img {
            height: initial;
        }

        .dtt-table .edit-wrapper .edit-panel {
            z-index: 1;
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            width: 200px;
            background-color: #cccccc;
        }

            .dtt-table .edit-wrapper .edit-panel a {
                display: block;
                color: black;
                text-decoration: none;
                height: 30px;
                line-height: 30px;
            }

                .dtt-table .edit-wrapper .edit-panel a:hover {
                    background: gray;
                }

        .dtt-table .edit-wrapper:hover .edit-panel {
            display: block;
        }

.create-item {
    display: block;
    height: 75px;
    line-height: 75px;
    background-color: #cccccc;
    color: black;
    text-decoration: none !important;
    font-weight: bold;
}

.pagination li.active span {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.pagination li:hover a {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination a, .pagination span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}

.feature-icon {
    height: 40px;
    margin: auto;
    margin-bottom: 0.5rem;
    display: block;
}

#dashboard .img-wrapper {
    position: relative;
    top: 0;
    left: 0;
}

    #dashboard .img-wrapper #update-photo {
        position: absolute;
        bottom: 2rem;
        right: 2rem;
        padding: 0.5rem 1rem;
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.6);
        font-size: 1.5rem;
    }

        #dashboard .img-wrapper #update-photo .camera {
            width: 35px;
            height: 30px;
        }

    #dashboard .img-wrapper #update-video {
        position: absolute;
        bottom: 2rem;
        right: 17rem;
        padding: 0.5rem 1rem;
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.6);
        font-size: 1.5rem;
    }

        #dashboard .img-wrapper #update-video .camera {
            width: 35px;
            height: 30px;
        }

#dashboard .item-box-wrapper .item-box {
    display: inline-block;
    width: 100%;
    padding-top: 75%;
    position: relative;
    box-shadow: -3px 2px 17.46px 0.54px rgba(0, 0, 0, 0.1);
}

    #dashboard .item-box-wrapper .item-box .item-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: 0;
        right: 0;
        height: 65px;
        transform: translate(-50%, -50%);
    }

        #dashboard .item-box-wrapper .item-box .item-icon.normal {
            height: 80px;
        }

        #dashboard .item-box-wrapper .item-box .item-icon.large {
            height: 120px;
        }

#dashboard .command-bar-2 .item-box {
    padding-top: 33% !important;
    background: #f9b526;
}

#dashboard .the-menu-box-wrapper {
    height: 100%;
}

    #dashboard .the-menu-box-wrapper .the-menu-box {
        display: inline-block;
        height: 100%;
        width: 100%;
        background: #f9b526;
        position: relative;
        top: 0;
        left: 0;
        padding: 33.333333% !important;
    }

        #dashboard .the-menu-box-wrapper .the-menu-box img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

#dashboard .command-bar-1, #dashboard .command-bar-2 {
    margin-top: 4rem;
}

#add-user .tab-content {
    margin-top: 2rem;
}

    #add-user .tab-content input[type=submit] {
        width: 125px;
    }

.fa-sort-up {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 5px;
    height: 10px;
    cursor: pointer;
}

.fa-sort-down {
    display: inline-block;
    position: relative;
    top: 5px;
    left: -5px;
    height: 10px;
    line-height: 4px;
    cursor: pointer;
    overflow: hidden;
}

.current-sort {
    color: #000;
}

#login .image-wrapper {
    position: relative;
    top: 0;
    left: 0;
}

    #login .image-wrapper .image-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        color: white;
        padding: 2rem;
    }

        #login .image-wrapper .image-text .title {
            font-weight: bold;
            font-size: 3rem;
        }

        #login .image-wrapper .image-text .sub-title {
            font-size: 1.3rem;
        }

    #login .image-wrapper .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

#login .login-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #login .login-wrapper form {
        width: 80%;
        margin-top: 4rem;
    }

#slider-listing .file-uploader {
    padding-top: 56.25%;
}

#desktop-video .file-uploader {
    padding-top: 75%;
}

#mobile-video .file-uploader {
    padding-top: 200%;
}

#add-user .tab-content {
    margin-top: 2rem;
}

    #add-user .tab-content input[type=submit] {
        width: 125px;
    }

#add-user .tab-content {
    margin-top: 2rem;
}

    #add-user .tab-content input[type=submit] {
        width: 125px;
    }

#order-listing-page .just-vertical-center {
    display: flex;
    justify-self: center;
}

.order-tbl td {
    padding: 0px 8px;
    vertical-align: middle;
    white-space: normal;
    line-height: 35px;
}

.w-100 {
    width: 100%;
}

#dimsum-listing-wrapper .file-uploader {
    padding-top: 56.25%;
}

#dimsum-listing-wrapper .dimsum-wrapper .text-wrapper {
    padding-top: 0.5rem;
    border: 1px solid #ccc;
    /*padding: 1rem;*/
}

    #dimsum-listing-wrapper .dimsum-wrapper .text-wrapper .food-name {
        padding-left: 0.75rem;
    }

    #dimsum-listing-wrapper .dimsum-wrapper .text-wrapper .food-price-wrapper {
        padding-left: 0.75rem;
    }

        #dimsum-listing-wrapper .dimsum-wrapper .text-wrapper .food-price-wrapper input {
            border: none;
        }

    #dimsum-listing-wrapper .dimsum-wrapper .text-wrapper input {
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: initial;
        box-shadow: none;
    }

#monthly-special-listing-wrapper .file-uploader {
    padding-top: 56.25%;
}

#monthly-special-listing-wrapper .monthly-special-wrapper .text-wrapper {
    padding-top: 0.5rem;
    border: 1px solid #ccc;
    /*padding: 1rem;*/
}

    #monthly-special-listing-wrapper .monthly-special-wrapper .text-wrapper .food-name {
        padding-left: 0.75rem;
    }

    #monthly-special-listing-wrapper .monthly-special-wrapper .text-wrapper .food-price-wrapper {
        padding-left: 0.75rem;
    }

        #monthly-special-listing-wrapper .monthly-special-wrapper .text-wrapper .food-price-wrapper input {
            border: none;
        }

    #monthly-special-listing-wrapper .monthly-special-wrapper .text-wrapper input {
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: initial;
        box-shadow: none;
    }

#menu-item-listing-wrapper .file-uploader {
    padding-top: 56.25%;
}

#menu-item-listing-wrapper .menu-item-wrapper .text-wrapper {
    padding-top: 0.5rem;
    border: 1px solid #ccc;
    /*padding: 1rem;*/
}

    #menu-item-listing-wrapper .menu-item-wrapper .text-wrapper .food-name {
        padding-left: 0.75rem;
    }

    #menu-item-listing-wrapper .menu-item-wrapper .text-wrapper .food-price-wrapper {
        padding-left: 0.75rem;
    }

        #menu-item-listing-wrapper .menu-item-wrapper .text-wrapper .food-price-wrapper input {
            border: none;
        }

    #menu-item-listing-wrapper .menu-item-wrapper .text-wrapper input {
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: initial;
        box-shadow: none;
    }

#offer-editing .SumoSelect {
    width: 100%;
}

    #offer-editing .SumoSelect .SelectBox {
        border-radius: 0.25rem;
        border: 1px solid #ced4da;
    }

    #offer-editing .SumoSelect select:disabled + .SelectBox {
        background-color: #e9ecef;
    }

    #offer-editing .SumoSelect .select-all {
        height: unset;
    }

#offer-editing .bootstrap-tagsinput .tag {
    background-color: gray;
}

#offer-editing .bootstrap-tagsinput {
    width: 100%;
}

#code-check .nav-link {
    /*padding: 0.5rem 3rem;*/
    width: 200px;
    margin: 0 1rem;
    text-align: center;
    background: #e9ecef;
    color: black;
    font-weight: 600;
}

    #code-check .nav-link.active {
        background: #f9b526;
    }

.code-check-label {
    font-weight: 600;
}

/*.swal2-popup {
    font-size: 14px;
}*/

/*# sourceMappingURL=main.css.map */
