﻿    .logo {
        background-image: url('/images/fib-logo.png');
        background-size: 300px;
        display: block;
        width: 300px;
        margin-top: -5px;
        margin-bottom: -10px;
    }

    .title-logo {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .faq-question-label {
        font-weight: 600;
    }

    .form-upload .orderTags {
        border: 1px solid #363F72;
        border-radius: 6px;
        background: #F8F9FC;
        padding: 6px 10px;
        font-size: 13px;
        color: #363F72;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .form-upload {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .form-upload #option-or-create-text {
            padding: 7px;
            font-size: 12px;
            font-weight: 600;
            color: #5F5F5F;
            text-align: center;
        }

        .form-upload .tags-dropdown-menu {
            padding: 14px 12px;
            min-width: 280px;
            max-width: 300px;
            max-height: 450px;
            overflow-y: auto;
        }

        .form-upload #autocomplete-results {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 6px;
            padding: 5px;
        }

        .form-upload .autocomplete-item {
            max-width: 160px;
            padding: 4px 8px;
            border: 1px solid #363F72;
            border-radius: 4px;
            background-color: #F8F9FC;
            color: #363F72;
            display: inline-block;
            cursor: pointer;
            font-weight: 600;
            font-size: 12px;
            line-height: 1.2;
            margin: 0;
        }

        .form-upload .autocomplete-search-container {
            padding: 12px;
        }

        .form-upload #tagSearchTerm {
            height: 36px;
            font-size: 14px;
            font-weight: 600;
        }

        .form-upload .autocomplete-item {
            padding: 6px 10px;
            font-size: 13px;
        }

            .form-upload .autocomplete-item:hover {
                background-color: #007bff;
                color: white;
            }

        .form-upload .dropdown-menu {
            bottom: 100%;
            top: auto;
            left: 100%;
            margin-bottom: 8px;
            margin-left: 8px;
        }

        .form-upload #create-new-btn {
            display: block;
            width: calc(100% - 16px);
            margin: 10px auto 5px auto;
            text-align: center;
        }

        .form-upload .delete-tag-icon {
            margin-left: 6px;
            cursor: pointer;
            font-size: 20px;
            line-height: 1;
        }

        .form-upload .add-tag-button {
            font-size: 20px;
            font-weight: bold;
            padding: 4px 10px;
            line-height: 1;
        }

    .faq-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 1em;
    }

        .faq-table th,
        .faq-table td {
            border: 1px solid #ccc;
            padding: 12px;
            text-align: left;
            vertical-align: top;
        }

        .faq-table th {
            background-color: #f2f2f2;
        }

        .faq-table em {
            color: #f9a65f
        }


    /*bmc.css*/

    .chat-background-color {
        background-color: #2DA4DE;
    }

    svg.chat-background-color path:first-child {
        fill: #2DA4DE;
    }

    #ArchiveOrderTable .approve-button {
        background-color: #0089DF;
        border-color: #0089DF;
        border-radius: 5px;
        width: fit-content;
        color: white;
    }

    #ArchiveOrderTable .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    #ArchiveOrderTable .bg-danger {
        background: #ef5350;
    }

    #ArchiveOrderTable .deleteDialogEntityType {
        font-weight: bold;
        padding-left: 2px;
        padding-right: 2px;
    }

    #ArchiveOrderTable .orders-page-product-title {
        font-weight: 700;
        font-size: 14px;
        color: #202020;
    }

    #ArchiveOrderTable .product-tooltip-orders-page {
        position: relative;
        font-weight: 600;
        color: #5F5F5F;
    }

        #ArchiveOrderTable .product-tooltip-orders-page > a:hover {
            color: #65b6eb;
        }

    #ModalArchiveItemDetails .detail-property > a:hover {
        color: #65b6eb;
    }

    #ArchiveOrderTable table tr {
        vertical-align: middle !important;
    }

        #ArchiveOrderTable table tr > th,
        #ArchiveOrderTable table tr > td {
            vertical-align: middle !important;
        }

    #ArchiveOrderTable table thead tr {
        background-color: transparent !important;
    }

    #ArchiveOrderTable .actions-popover .popover-item .icon {
        margin-right: 5px;
        opacity: 1;
    }

    #ArchiveOrderTable .actions-popover .popover-item {
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        letter-spacing: 0.4px;
        stroke: black;
        stroke-width: 0.5px;
        font-weight: 700;
    }

    #ArchiveOrderTable .actions-cell {
        text-align: center;
        vertical-align: middle;
    }

    #ArchiveOrderTable .actions-btn:focus {
        border: 2px solid #0089DF;
        border-radius: 5px;
    }

        #ArchiveOrderTable .actions-btn:focus .action-icon {
            stroke: #0089DF;
            fill: #0089DF;
            opacity: 1;
        }

    #ArchiveOrderTable .actions-btn {
        display: flex;
        width: 40px;
        height: 40px;
        border: 0;
        background-color: unset;
    }

    #ArchiveOrderTable .action-icon {
        opacity: 0;
        margin-top: 10px;
        margin-left: 12px;
    }

    #ArchiveOrderTable .grid-item:hover .action-icon {
        opacity: 1;
    }

    #ArchiveOrderTable .popover-item {
        cursor: pointer;
    }

        #ArchiveOrderTable .popover-item a[href] {
            display: block;
            padding: 10px;
            margin: -10px;
        }

    #ArchiveOrderTable .actions-popover {
        border: 1px solid #0089DF;
        box-shadow: none !important;
        width: 180px;
    }

        #ArchiveOrderTable .actions-popover .popover-item {
            padding: 10px 10px 10px 10px !important;
        }

            #ArchiveOrderTable .actions-popover .popover-item:hover {
                border: 1px solid #0089DF;
                border-radius: 5px;
            }

    #ArchiveOrderTable .delete-action {
        color: #c82333 !important;
    }

        #ArchiveOrderTable .delete-action .cross-icon {
            stroke: #c82333;
        }

    #ArchiveOrderHeader .download-csv-btn {
        display: inline-flex;
        align-items: center;
        background-color: #0089DF;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        cursor: pointer;
        text-align: center;
        float: right;
    }

        #ArchiveOrderHeader .download-csv-btn i {
            margin-right: 8px;
        }

    #ArchiveOrderHeader .order-title {
        color: #000;
        font-size: 30px;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
    }

    #ArchiveOrderHeader .filter-button {
        width: 100% !important;
        font-size: 14px !important;
        text-align: left !important;
        padding-left: 40px !important;
    }

    #Modal .modal-dialog {
        padding: 20px 40px;
        width: 85%;
        margin: auto;
        max-width: 1200px;
    }

    #deleteTagModal .modal-content {
        width: 555px;
        margin-left: auto;
        margin-right: auto
    }

    #deleteTagModal .modal-header {
        font-weight: 700;
        font-size: 20px;
        font-family: 'Open Sans';
        line-height: 24px;
        color: #202020;
        text-align: center;
        width: 100%;
    }

    .trash-icon {
        display: block;
        height: 16px;
        width: 16px;
        margin-right: 5px;
        fill: #d9534f;
        margin-left: auto;
        cursor: pointer;
    }

    .modal-tag {
        max-width: 600px !important;
    }

    #deleteTagModal .modal-body {
        color: #5F5F5F;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        font-family: 'Open Sans';
        text-align: center;
    }

    #deleteTagModal .btn-secondary {
        border-radius: 4px;
        padding: 12px 16px 12px 16px;
        background-color: #EDEDED;
        color: #202020;
        float: left;
        font-weight: 700;
        text-align: center;
    }

    #deleteTagModal .btn-danger {
        background-color: #AB2727;
        border-radius: 4px;
        padding: 12px 16px 12px 16px;
        color: white;
        font-weight: 700;
        text-align: center;
    }

    #ArchiveOrderHeader .filter-export-button {
        display: flex;
        flex-wrap: nowrap;
    }

    #ArchiveOrderTable .checkbox-selected {
        text-align: right;
    }

    #ModalArchiveItemDetails {
        overflow: scroll;
    }

    #Modal {
        overflow: scroll;
    }

    #ModalArchiveItemDetails .modal-content {
        padding: 20px 40px;
        width: 85%;
        margin: auto;
    }

    .order-info-icon {
        width: 14%;
        margin-left: -2%;
        margin-right: 4%;
    }

    table .orders-page-product-thumbnail {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
        border: 1px solid #ccc;
        border-radius: 3px;
        overflow: hidden;
        margin-right: 15px;
    }

    table .item-thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    table.approve-reject-button {
        position: relative
    }

    table .order-info {
        display: flex;
    }

    table .order-date {
        margin-right: 10px !important;
    }

    #ArchiveOrderHeader .download-csv-btn:hover {
        background-color: #0056b3;
    }

    #ArchiveOrderHeader .search-container {
        display: flex;
        flex-wrap: wrap;
    }

    #ArchiveOrderHeader .mnu-search-box-container-custom {
        position: relative;
        display: flex;
        flex-grow: 1;
    }

        #ArchiveOrderHeader .mnu-search-box-container-custom .fa-search,
        #ArchiveOrderHeader .mnu-search-box-container-custom .fa-calendar {
            position: absolute;
            left: 15px;
            margin-top: 14px;
        }

    #ArchiveOrderHeader .mnu-search-box-custom {
        font-size: 14px !important;
        text-align: left !important;
        padding-left: 40px !important;
    }

    #ArchiveOrderHeader #NewMnuSearchBox.mnu-search-box-custom.active,
    #ArchiveOrderHeader #OrderDateRangePicker.mnu-search-box-custom.active {
        color: #7E7E7E !important;
        font-weight: 600 !important;
    }

    #ArchiveOrderHeader .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
        border-radius: 0;
    }

    #ArchiveOrderHeader .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    #ArchiveOrderHeader .custom-btn {
        border: 1px solid #ccc;
        color: #000;
        background-color: #fff;
        border-radius: 5px;
        padding: 10px 20px;
        margin-right: -1px;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        min-width: 130px;
        line-height: 20px;
        text-align: center;
    }

        #ArchiveOrderHeader .custom-btn.active {
            color: #0089DF !important;
            font-weight: 700 !important;
            border: 1px solid #0089DF !important;
            border-radius: 3px !important;
        }

        #ArchiveOrderHeader .custom-btn:hover {
            background-color: #FBFBFB;
        }

    #ArchiveOrderHeader .header-row-conatiner {
        display: flex;
        margin: 20px;
        justify-content: space-between;
    }

    #ArchiveOrderHeader .tags-dropdown-container .filter-icon {
        position: absolute;
        width: 16px;
        left: 15px;
    }

    #ArchiveOrderHeader .dropbtn {
        display: flex;
        position: relative;
        align-items: center;
        width: 180px;
    }

    #ArchiveOrderHeader .dropdown-content {
        display: none;
        max-height: 350px;
        overflow-y: auto;
        position: absolute;
        background-color: #f9f9f9;
        width: 180px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 5px;
        border: 1px solid #0089DF;
        margin-top: 3px;
    }

        #ArchiveOrderHeader .dropdown-content .dropdown-item {
            border: 1px solid #363F72;
            border-radius: 4px;
            background: #F8F9FC;
            padding: 4px;
            font-size: 12px;
            color: #363F72;
            font-weight: 600;
            text-align: center;
            max-width: fit-content;
            margin-right: 5px;
            display: flex;
            align-items: center;
            margin-left: 10px;
            margin-top: 9px;
        }

    #ArchiveOrderHeader .dropdown:hover .dropdown-content {
        display: block;
    }


    #ArchiveOrderHeader .dropdown-content::-webkit-scrollbar {
        width: 8px;
    }

    #ArchiveOrderHeader .dropdown-content::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    #ArchiveOrderHeader .dropdown-content::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        #ArchiveOrderHeader .dropdown-content::-webkit-scrollbar-thumb:hover {
            background: #555;
        }


    #ArchiveOrderTable .checkBox {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        border-radius: 3px;
        position: absolute;
        left: -20px;
        cursor: pointer;
        margin-right: 3px;
        top: 50%;
        transform: translateY(-50%);
    }

        #ArchiveOrderTable .checkBox:checked {
            background-color: blue;
        }

    #ArchiveOrderHeader .arrow-down {
        position: absolute;
        right: 15px;
        border: solid #333;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    #ArchiveOrderHeader .clear-filters-btn {
        border: 1px solid #4093c7;
        border-radius: 4px;
        background: #4093c7;
        padding: 4px;
        font-size: 12px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        max-width: fit-content;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 13px;
        margin-bottom: 4px;
    }

    #ArchiveOrderHeader .multiple-checkBox {
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        border-radius: 3px;
        cursor: pointer;
        margin-right: 5px;
        margin-left: 2px;
        display: inline-block;
        vertical-align: middle;
    }

    #dropdownTagSearch {
    }

    .arrow-down {
        cursor: pointer;
    }


    #dropdownTagSearch.custom-btn.active {
        color: #7E7E7E !important;
        font-weight: 600 !important;
    }


    #ArchiveOrderTable .orderTags,
    #ModalArchiveItemDetails .orderTags {
        border: 1px solid #363F72;
        border-radius: 4px;
        background: #F8F9FC;
        padding: 4px 8px;
        font-size: 12px;
        color: #363F72;
        font-weight: 600;
        text-align: center;
        max-width: fit-content;
        margin-right: 5px;
        display: flex;
        align-items: center;
    }

    #ModalArchiveItemDetails .orderTags,
    #ModalArchiveItemDetails .add-tag-button {
        margin-bottom: 10px;
    }

    #ArchiveOrderHeader .menu-icon {
        display: inline-block;
        margin-left: 4px;
        margin-right: -15px;
    }

        #ArchiveOrderHeader .menu-icon span {
            display: block;
            background-color: #202020;
            height: 1.5px;
            margin-bottom: 2px;
        }

            #ArchiveOrderHeader .menu-icon span:nth-child(1) {
                width: 12px;
                margin-bottom: 2.5px;
            }

            #ArchiveOrderHeader.menu-icon span:nth-child(2) {
                width: 8px;
                margin-left: 1.5px;
            }

            #ArchiveOrderHeader .menu-icon span:nth-child(3) {
                width: 5px;
                margin-left: 3px;
                margin-top: 1.5px;
                margin-bottom: 0px;
            }

    #ArchiveOrderHeader .full-width-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #ArchiveOrderTable .tableHeadBtn {
        background-color: transparent;
        color: #0056b3;
        border: 0px;
        font-size: 14px;
        margin-right: 40px;
        padding: 0;
        opacity: 0.8;
    }

        #ArchiveOrderTable .tableHeadBtn:hover {
            background-color: transparent;
            opacity: 1;
        }

    #ModalArchiveItemDetails .modal-title-orders-page {
        font-size: 20px !important;
        letter-spacing: 0.7px;
        color: #34495e;
        font-weight: 700;
    }

    #ModalArchiveItemDetails .modal-details-close {
        box-shadow: none;
        margin: 0;
        text-align: center;
        z-index: 20;
        color: black;
        opacity: 1;
        float: right;
        font-size: 28px;
        top: -50px !important;
        position: relative;
        background-color: white;
        border: none;
    }

    #ModalArchiveItemDetails .wrapper-details {
        width: 100%;
        background-color: lightgrey;
        border-radius: 5px;
        overflow: hidden;
        height: 400px;
        padding-inline: 15%;
        padding-block: 1%;
        display: flex;
        position: relative;
    }

    #ModalArchiveItemDetails .order-linked {
        position: absolute;
        width: 100%;
        text-align: center;
        color: #ae4e4e;
    }

    #ModalArchiveItemDetails .item-thumbnail {
        margin: auto;
        display: block;
        object-fit: contain;
    }

    #ModalArchiveItemDetails .modal-body {
        font-size: 14px;
        font-weight: 600;
    }

    #ModalArchiveItemDetails .detail-label {
        font-weight: 700;
    }

    #ModalArchiveItemDetails .order-info > div {
        margin-bottom: 28px;
    }

    #reviewer-name .detail-property {
        margin-right: 7px;
    }

    #ModalArchiveItemDetails .detail-property-field {
        padding: 12px;
        border-radius: 4px;
        box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5);
        width: 100%;
        border: 1px solid gray;
    }

    #ModalArchiveItemDetails .modal-left-buttons {
        display: inline-flex;
    }

    #ModalArchiveItemDetails .tagsWrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    #ModalArchiveItemDetails .add-tag-button {
        background-color: #F4F4F4;
        border: none;
        border-radius: 4px;
        padding: 4px;
        width: 24px;
        height: 24px;
    }

    #ModalArchiveItemDetails .add-tag-button-icon {
        font-size: 24px;
        color: #000;
        font-weight: 400;
        line-height: 16px;
    }

    #ModalArchiveItemDetails .autocomplete-search-container {
        padding: 8px;
    }

    #option-or-create-text {
        padding: 7px;
        font-size: 12px;
        font-weight: 600;
        color: #5F5F5F;
        text-align: center;
        line-height: 16px;
        font-family: 'Open Sans', Verdana, sans-serif;
    }

    #autocomplete-results {
        text-align: center;
        margin: 0px 5px 5px 5px;
        max-height: 400px;
        overflow-y: auto;
    }

    #ModalArchiveItemDetails .status-text-icon {
        width: 24px;
        height: 24px;
    }

    #ModalArchiveItemDetails .status-icon {
        display: flex;
        margin-top: 2px;
        margin-right: -4px;
    }

    #ModalArchiveItemDetails .review-content {
        display: flex;
        flex-wrap: wrap;
    }

    #ModalArchiveItemDetails .modal-header {
        height: 50px;
    }

    #ModalArchiveItemDetails .download-dropdown {
        position: relative;
    }

    #ModalArchiveItemDetails .product-tooltip-orders-page {
        font-size: 12px;
    }

    #create-new-btn {
        width: 209px;
        height: 28px;
        border-radius: 4px;
        padding: 4px 8px;
        background-color: #0089DF;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        text-transform: none;
        margin-left: 8px;
    }

    #ModalArchiveItemDetails .tags-dropdown-menu {
        padding: 7px 1px;
        min-width: 230px;
        max-width: 100%;
        word-wrap: break-word;
    }

    #ModalArchiveItemDetails .reviewer-board {
        padding: 12px;
        border-radius: 4px;
        box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
        margin-bottom: 10px;
    }

    #ModalArchiveItemDetails .button {
        display: flex;
        align-items: center;
        padding: 10px 16px;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none;
        margin: 8px;
    }

        #ModalArchiveItemDetails .button svg.icon {
            width: 27px;
            height: 27px;
            margin-right: 8px;
        }

    #ModalArchiveItemDetails .button-delete {
        background-color: #f8d7da;
        color: #c82333;
    }

        #ModalArchiveItemDetails .button-delete svg.icon {
            fill: #c82333;
            stroke: #c82333;
            stroke-width: 0.5px;
            margin: 5px;
        }

    #ModalArchiveItemDetails .secondary-button {
        background-color: #EDEDED;
        color: #202020;
    }

    #ModalArchiveItemDetails .btn-default svg.icon {
        fill: #212529;
        margin: 5px;
        stroke-width: 0.5px;
    }

    #ModalArchiveItemDetails .primary-button {
        background-color: #0089DF;
        color: #ffffff;
    }

        #ModalArchiveItemDetails .primary-button svg.icon {
            fill: #0f5132;
            stroke: #0f5132;
            stroke-width: 0.5px;
            margin: 5px;
        }

    #ModalArchiveItemDetails .review-item {
        border: 0;
        padding: 10px 0;
        margin-right: 15px;
        color: #202020 !important;
        display: inline-flex;
    }

    #ModalArchiveItemDetails .review-content {
        font-size: 14px !important;
        color: #202020 !important;
    }

    #ModalArchiveItemDetails .add-tag {
        height: 30px;
        width: 30px;
        border: 1px solid #EDEDED;
        border-radius: 4px;
        background: #EDEDED;
    }

    #ModalArchiveItemDetails .delete-tag-icon {
        height: 16px;
        width: 16px;
    }

    #ModalArchiveItemDetails .autocomplete-item {
        max-width: 160px;
        padding: 4px;
        margin-inline: 2px;
        border: 1px solid #363F72;
        border-radius: 4px;
        background-color: #F8F9FC;
        font-family: 'Open Sans', Verdana, sans-serif;
        color: #363F72;
        display: inline-block;
        cursor: pointer;
        font-weight: 600;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        #ModalArchiveItemDetails .autocomplete-item:hover {
            background-color: #007bff;
            color: white;
        }

    #ModalArchiveItemDetails .icon-small {
        width: 20px;
    }

    #ArchiveOrderHeader .icon-medium {
        width: 24px;
        margin-right: 5px;
    }

    #ModalArchiveItemDetails .no-image {
        width: unset !important;
        height: 300px !important;
    }

    #ModalArchiveItemDetails .order-details {
        display: flex;
        justify-content: space-between;
    }

    @media only screen and (max-width: 1300px) {
        #ModalArchiveItemDetails .order-details {
            display: block;
        }
    }

    #ModalArchiveItemDetails .order-details > div {
        margin-right: 20px;
    }

    #ModalArchiveItemDetails .modal-footer {
        padding: 0;
        display: flex;
        margin-inline: -8px;
    }

        #ModalArchiveItemDetails .modal-footer > button:first-child {
            margin-right: auto;
        }


    #ArchiveOrderHeader .export-dropdown-toggle {
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        color: #7E7E7E;
        line-height: 20px;
        cursor: pointer;
        text-align: left;
        display: block;
    }

    .caret {
        border-top: 4px solid #7E7E7E;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        display: inline-block;
        margin-left: 10px;
        float: right;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: 11px;
        outline: none;
    }

    #ArchiveOrderHeader .export-dropdown-toggle:hover {
        background-color: #e0e0e0;
    }

    #ArchiveOrderHeader .export-dropdown {
        position: relative;
    }

    #ArchiveOrderHeader .export-dropdown-toggle:focus {
        outline: none !important;
        border: 1px solid #007BFF !important;
        background-color: #f5f5f5;
    }

    #ArchiveOrderHeader .export-dropdown-menu {
        width: 100%;
        border: 1px solid #007BFF;
        border-radius: 5px;
        padding: 2px;
        background-color: #f5f5f5;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    #ModalFooter .export-dropdown-menu {
        width: 175px;
        border: 2px solid #0089ff;
        border-radius: 5px;
        padding: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        top: -80px;
        left: 7px;
    }

    #ModalFooter .export-item {
        background-color: #ffffff;
        color: #454141;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        line-height: 20px;
        width: 100%;
        text-align: left;
        cursor: pointer;
        display: block;
        border: none;
        margin-right: -16px;
    }

        #ModalFooter .export-item:hover {
            background-color: #f9f9f9;
            color: #337ab7;
            text-decoration: none;
        }

    #ModalFooter .export-dropdown-toggle:focus {
        border: none !important;
        outline: none !important;
    }

    .export-item {
        background-color: #f5f5f5;
        color: #7E7E7E;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        line-height: 20px;
        width: 100%;
        text-align: left;
        cursor: pointer;
        display: block;
        border: none;
        margin-right: -16px;
    }

        .export-item:hover {
            background-color: #e0e0e0;
            color: #337ab7;
            text-decoration: none;
        }

        .export-item:focus {
            background-color: #f5f5f5;
            outline: none;
            color: #7E7E7E;
        }

    #ModalArchiveItemDetails .order-upload-container {
        width: 100%;
    }

    #ModalArchiveItemDetails .order-files {
        display: flex;
        flex-direction: column;
    }

    #ModalArchiveItemDetails .uploaded-file-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        border: 1px solid #e4e8ef;
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 20px;
    }

    #ModalArchiveItemDetails .uploaded-file-info {
        flex: 1;
    }

        #ModalArchiveItemDetails .uploaded-file-info > p:first-child {
            font-weight: 700;
            color: black;
        }

    #ModalArchiveItemDetails .uploaded-file-btn-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex: 0 1 auto;
    }

    #ModalArchiveItemDetails .uploaded-file-btn {
        padding: 10px;
        justify-content: center;
        align-items: center;
        color: #479fdd;
        background: transparent;
    }

        #ModalArchiveItemDetails .uploaded-file-btn .icon-small {
            width: 25px;
        }

    #ModalArchiveItemDetails .order-upload {
    }

    #ModalArchiveItemDetails .file-submit-btn {
        color: #0089DF;
        background: transparent;
        display: flex;
        align-items: center;
        font-weight: 600;
        cursor: pointer;
    }

        #ModalArchiveItemDetails .file-submit-btn:hover {
            color: #0089DF;
            text-decoration: none;
            opacity: 0.9;
        }

        #ModalArchiveItemDetails .file-submit-btn .icon-small {
            width: 17px;
        }

    #ArchiveOrderTable #TableHead {
        background-color: transparent;
    }


    #ArchiveOrderTable .download-link-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

        #ArchiveOrderTable .download-link-container a {
            height: 20px;
        }

    #ArchiveOrderTable .order-info div:nth-child(3) {
        flex: 0 1 100px
    }

    #ArchiveOrderTable .table.orders-items-table {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        border: solid #e4e4e4 1px;
        border-radius: 8px;
        border-collapse: separate;
        font-weight: 600;
        box-shadow: 0 15px 15px 5px rgb(0 0 0 / 4%);
        font-family: 'Open Sans', sans-serif;
    }

        #ArchiveOrderTable .table.orders-items-table thead {
            background-color: #fbfbfb;
        }

            #ArchiveOrderTable .table.orders-items-table thead tr th:first-child,
            #ArchiveOrderTable .table.orders-items-table tbody tr td:first-child {
                padding-left: 15px;
            }

            #ArchiveOrderTable .table.orders-items-table thead tr th,
            #ArchiveOrderTable .table.orders-items-table tbody tr td {
                padding-right: 15px;
            }

            #ArchiveOrderTable .table.orders-items-table thead tr th {
                color: black;
                font-size: 13px;
                letter-spacing: 0.4px;
                padding: 16px 0;
                font-weight: 600;
                border: none;
            }


                #ArchiveOrderTable .table.orders-items-table thead tr th a,
                #ArchiveOrderTable .table.orders-items-table tbody tr td.link a {
                    color: black;
                    cursor: pointer;
                }

                    #ArchiveOrderTable .table.orders-items-table thead tr th a:hover,
                    #ArchiveOrderTable .table.orders-items-table thead tr th a:active,
                    #ArchiveOrderTable.table.orders-items-table thead tr th a:focus,
                    #ArchiveOrderTable .table.orders-items-table tbody tr td.link a:hover,
                    #ArchiveOrderTable .table.orders-items-table tbody tr td.link a:active,
                    #ArchiveOrderTable .table.orders-items-table tbody tr td.link a:focus {
                        color: black;
                        text-decoration: none;
                    }

        #ArchiveOrderTable .table.orders-items-table tr:hover {
            background-color: #F3F8FA;
        }

        #ArchiveOrderTable .table.orders-items-table .actions-cell .actions-icon {
            display: none;
            font-size: 1rem;
        }

        #ArchiveOrderTable .table.orders-items-table tr:hover .actions-cell .actions-icon {
            display: inline;
            font-size: 1.5rem;
            fill: black;
        }

        #ArchiveOrderTable .table.orders-items-table tbody tr td {
            letter-spacing: 0.3px;
            text-align: left;
            font-size: 14px;
            padding: 16px 0 16px 0;
            border-bottom: 1px solid #e6e6e6;
        }

        #ArchiveOrderTable .table.orders-items-table tbody tr .actions-cell {
            width: 50px;
            max-width: 50px !important;
            min-width: 50px !important;
            padding: 0;
        }

        #ArchiveOrderTable .table.orders-items-table tbody tr td .fa-circle {
            font-size: 10px;
        }


        #ArchiveOrderTable .table.orders-items-table tr input[type="checkbox"]:not(.Orders) {
            -moz-appearance: none;
            -webkit-appearance: none;
            border: 2px solid #606060;
            width: 15px;
            height: 15px;
            position: relative;
            background-color: white;
            margin-right: 30px;
            border-radius: 3px;
        }

        #ArchiveOrderTable .table.orders-items-table tr input[type="checkbox"].removeCheckBox {
            -moz-appearance: none;
            -webkit-appearance: none;
            border: 1px solid #606060;
            width: 13px;
            height: 13px;
            position: relative;
            background-color: white;
            border-radius: 3px;
            transition: all .2s;
        }

            #ArchiveOrderTable .table.orders-items-table tr input[type="checkbox"].removeCheckBox:focus {
                outline: none;
            }

            #ArchiveOrderTable .table.orders-items-table tr input[type="checkbox"].removeCheckBox:checked {
                border: 1px solid #0089df;
                background-color: #0089df;
            }

                #ArchiveOrderTable .table.orders-items-table tr input[type="checkbox"].removeCheckBox:checked:hover {
                    background-color: #0056b3;
                    border: 1px solid #0056b3;
                }

                #ArchiveOrderTable .table.orders-items-table tr input[type="checkbox"].removeCheckBox:checked:after {
                    content: "\2212";
                    display: flex;
                    justify-content: center;
                    position: absolute;
                    top: 0;
                    left: 0;
                    font-weight: 900;
                    color: #ffffff;
                    width: 100%;
                    height: 100%;
                    transition: all .2s;
                }

        #ArchiveOrderTable .table.orders-items-table tr input[type="checkbox"]:checked:after {
            content: '✔';
            position: absolute;
            top: 0;
            left: 0;
            line-height: 0.8;
            color: #34495e;
            transition: all .2s;
        }

    #ArchiveOrderHeader .header-row-conatiner > div:nth-child(1) {
        margin-right: 20px;
    }

    #ArchiveOrderHeader .header-row-conatiner > div:nth-child(2) {
        margin-inline: 0px;
    }

    #ArchiveOrderHeader .header-row-conatiner > div:nth-child(3) {
        margin-left: 20px;
    }

    #ArchiveOrderHeader .header-row-conatiner > .search-container > div:first-child,
    #ArchiveOrderHeader .header-row-conatiner > .filter-export-button > div:first-child {
        margin-right: 20px;
    }

    @media only screen and (max-width: 1622px) {

        #ArchiveOrderHeader .header-row-conatiner {
            flex-wrap: wrap;
        }

            #ArchiveOrderHeader .header-row-conatiner > div:nth-child(1) {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }

            #ArchiveOrderHeader .header-row-conatiner > div:nth-child(2) {
                display: flex;
                justify-content: center;
                margin-bottom: auto;
            }

            #ArchiveOrderHeader .header-row-conatiner > div:nth-child(3) {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }

            #ArchiveOrderHeader .header-row-conatiner > .search-container > div:first-child,
            #ArchiveOrderHeader .header-row-conatiner > .filter-export-button > div:first-child {
                margin-right: 0px;
            }
    }

    @media only screen and (max-width: 600px) {
        #ModalArchiveItemDetails .modal-body {
            word-wrap: break-word;
        }
    }

    @media only screen and (max-width: 1164px) {
        #ArchiveOrderHeader .header-row-conatiner {
            justify-content: unset;
            flex-wrap: wrap;
        }

        #ModalArchiveItemDetails .modal-left-buttons {
            display: block;
        }

        #ModalArchiveItemDetails .order-details {
            display: block;
        }

        #ArchiveOrderHeader .header-row-conatiner > div:nth-child(1) {
            order: 2;
            margin-inline: 0px;
            margin-right: auto;
            flex-direction: row;
            gap: 10px;
        }

        #ArchiveOrderHeader .header-row-conatiner > div:nth-child(2) {
            order: 1;
            margin-inline: 0px;
            flex: 1 0 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 40px;
        }

        #ArchiveOrderHeader .header-row-conatiner > div:nth-child(3) {
            order: 3;
            margin-inline: 0px;
            flex-direction: row;
            gap: 10px;
        }
    }

    #ArchiveOrderTable tr.grid-item td:not(:first-child):not(:last-child):not(:nth-child(7)) {
        min-width: 100px;
        max-width: 300px;
    }

    #ArchiveOrderTable tr.grid-item td:nth-child(6) p span {
        text-wrap: nowrap;
    }

    #ArchiveOrderTable tr.grid-item td.approve-reject-button {
        width: 170px;
    }

    #ArchiveOrderTable tr.grid-item td.tags {
        min-width: 100px;
        max-width: 200px;
    }

        #ArchiveOrderTable tr.grid-item td.tags .tags-section {
            display: flex;
            flex-wrap: wrap;
        }

    #ModalArchiveItemDetails a.link-thumbnail {
        display: flex;
        position: absolute;
        height: 96%;
        width: 70%;
    }

    #ModalArchiveItemDetails .time-stamp {
        margin-top: -20px;
        margin-bottom: 9px;
        width: 100%;
        font-size: 13px;
        color: var(--secondary-color-1);
    }

    #ModalArchiveItemDetails .reviewer-comment {
        width: 100%;
    }
    /**** New Overrides TODO: bring only new changes */
    /*@import url('https://fonts.googleapis.com/css2?family=Hedvig+Letters+Serif:opsz,wght@12..24,400..700&family=Plus+Jakarta+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/


    /*@font-face {
        font-family: 'Open Sans';
        src: url('/Areas/NewBmc/app/fonts/OpenSans-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'Open Sans';
        src: url('/Areas/NewBmc/app/fonts/OpenSans-Bold.ttf') format('truetype');
        font-weight: 700;
        font-style: normal;
    }

    @font-face {
        font-family: 'Open Sans';
        src: url('/Areas/NewBmc/app/fonts/OpenSans-BoldItalic.ttf') format('truetype');
        font-weight: 700;
        font-style: italic;
    }

    @font-face {
        font-family: 'Open Sans';
        src: url('/Areas/NewBmc/app/fonts/OpenSans-Italic.ttf') format('truetype');
        font-weight: 400;
        font-style: italic;
    }

    @font-face {
        font-family: 'Open Sans';
        src: url('/Areas/NewBmc/app/fonts/OpenSans-Light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
    }

    @font-face {
        font-family: 'Open Sans';
        src: url('/Areas/NewBmc/app/fonts/OpenSans-LightItalic.ttf') format('truetype');
        font-weight: 300;
        font-style: italic;
    }

    @font-face {
        font-family: 'Open Sans';
        src: url('/Areas/NewBmc/app/fonts/OpenSans-SemiBold.ttf') format('truetype');
        font-weight: 600;
        font-style: normal;
    }

    @font-face {
        font-family: 'Open Sans';
        src: url('/Areas/NewBmc/app/fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
        font-weight: 600;
        font-style: italic;
    }*/


    /*----- Lato font -----*/

    /*@font-face {
        font-family: 'Lato';
        src: url('/Areas/NewBmc/app/fonts/Lato-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'Lato';
        src: url('/Areas/NewBmc/app/fonts/Lato-Bold.ttf') format('truetype');
        font-weight: 700;
        font-style: normal;
    }

    @font-face {
        font-family: 'Lato';
        src: url('/Areas/NewBmc/app/fonts/Lato-BoldItalic.ttf') format('truetype');
        font-weight: 700;
        font-style: italic;
    }

    @font-face {
        font-family: 'Lato';
        src: url('/Areas/NewBmc/app/fonts/Lato-Italic.ttf') format('truetype');
        font-weight: 400;
        font-style: italic;
    }

    @font-face {
        font-family: 'Lato';
        src: url('/Areas/NewBmc/app/fonts/Lato-Light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
    }

    @font-face {
        font-family: 'Lato';
        src: url('/Areas/NewBmc/app/fonts/Lato-LightItalic.ttf') format('truetype');
        font-weight: 300;
        font-style: italic;
    }

    @font-face {
        font-family: 'Lato';
        src: url('/Areas/NewBmc/app/fonts/Lato-Hairline.ttf') format('truetype');
        font-weight: 100;
        font-style: normal;
    }

    @font-face {
        font-family: 'Lato';
        src: url('/Areas/NewBmc/app/fonts/Lato-HairlineItalic.ttf') format('truetype');
        font-weight: 100;
        font-style: italic;
    }

    @font-face {
        font-family: 'Lato';
        src: url('/Areas/NewBmc/app/fonts/Lato-Black.ttf') format('truetype');
        font-weight: 900;
        font-style: normal;
    }

    @font-face {
        font-family: 'Lato';
        src: url('/Areas/NewBmc/app/fonts/Lato-BlackItalic.ttf') format('truetype');
        font-weight: 900;
        font-style: italic;
    }*/

    /*----- Bootstrap overrides -----*/

    /*----- Bootstrap overrides -----*/

    html, body {
        height: 100%;
        font-family: 'Plus Jakarta Sans';
    }

    * {
        font-family: 'Plus Jakarta Sans';
    }
    /* Apply Serif Font to Headings and Main Titles */
    h1, h2, h3, h4, h5, h6, .title-big, .title-small {
        font-family: 'Hedvig Letters Serif', serif;
    }

    /* target the container wrapping both logo and text */
    .navbar-header {
        display: flex;
        align-items: center; /* vertically centers logo and text */
    }

    /* ensure the logo doesn't misbehave inside flexbox */
    .navbar-brand.logo {
        float: none !important; /* overrides Bootstrap's float */
        display: inline-block;
    }

    /* your updated text class */
    .logo_text {
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
        background-color: transparent;
        display: inline-block;
        margin-left: 10px; /* creates breathing space between logo and text */
        white-space: nowrap; /* prevents text from wrapping to a second line */
        padding-bottom: 2px;
    }

    textarea {
        resize: none;
    }

    .navbar-default {
        background-color: #000000;
        box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.09);
        border-radius: 0;
        height: 110px;
    }

    .title-big {
        min-height: 100px;
        font-size: 50px;
    }

    .navbar-brand {
        background-repeat: no-repeat;
        background-size: contain;
        padding: 0;
        padding-top: 18px;
        background-origin: content-box;
    }
    /* Modern standard browsers (Chrome, Safari, Edge, Opera) */
    #SearchTerm::placeholder {
        color: #000000 !important;
        opacity: 1;
        font-size: 14px; /* Firefox defaults placeholder opacity to lower than 1 */
    }

    /* Internet Explorer 10-11 */
    #SearchTerm:-ms-input-placeholder {
        color: #000000 !important;
    }



    .navbar-default .container-fluid,
    .navbar-default .navbar-header,
    .navbar-default .navbar-header .navbar-brand,
    .navbar-default .navbar-brand > img {
        height: 100%;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:visited {
        color: white;
        letter-spacing: 0.3px;
    }
        /*,
		    .navbar-default .navbar-nav > li > a:hover,
		    .navbar-default .navbar-nav > li > a:focus*/
        .navbar-default .navbar-nav > li > a.active,
        .navbar-default .navbar-nav > li > a > i {
            color: white;
        }


        .navbar-default .navbar-nav > li > a > i {
            font-size: 25px;
        }

            .navbar-default .navbar-nav > li > a > i:hover,
            .navbar-default .navbar-nav > li > a > i:active,
            .navbar-default .navbar-nav > li > a > i:focus {
                color: white;
            }

    .navbar-default .container-fluid .nav {
        color: black;
        height: 100%;
        font-size: 16px;
        font-weight: bold;
    }

        .navbar-default .container-fluid .nav li {
            padding: 5% 15px;
            height: 100%;
        }

            .navbar-default .container-fluid .nav li a {
                padding: 0;
                margin: 0;
            }

        .navbar-default .container-fluid .nav .dropdown-menu > li {
            padding: 0;
        }

            .navbar-default .container-fluid .nav .dropdown-menu > li > a {
                padding: 3px 20px;
                color: black;
            }

                .navbar-default .container-fluid .nav .dropdown-menu > li > a:hover,
                .navbar-default .container-fluid .nav .dropdown-menu > li > a:focus,
                .navbar-default .container-fluid .nav .dropdown-menu > li > a:active {
                    color: #375270;
                    background-color: transparent;
                }


    html > /**/ body .col-xl-2-5,
    html > /**/ body .col-lg-2-5,
    html > /**/ body .col-md-2-5,
    html > /**/ body .col-sm-2-5,
    html > /**/ body .col-xs-2-5 {
        padding: 0 15px;
        float: left;
        position: relative;
        min-height: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .navbar-header {
        float: left;
        margin-top: 7px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding: 0 15px;
        float: left;
        position: relative;
        min-height: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .text-success {
        color: #00bda3;
    }

    .text-danger {
        color: #d11718;
    }

    .text-info {
        color: #358ed7;
    }
    /*----- END: Bootstrap overrides -----*/

    .navbar-default .container-fluid .nav li.user-icon {
        padding: 3.5% 15px;
    }

    li.user-icon > a {
        background-color: white;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 100%;
    }

    li.user-icon > a,
    div.user,
    span.user {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: table;
        vertical-align: middle;
    }

    .user-label-container {
        display: inline-block;
        vertical-align: top;
    }

    .navbar-default .navbar-nav > li.user-icon > a:hover,
    .navbar-default .navbar-nav > li.user-icon > a:focus,
    .navbar-default .navbar-nav > li.user-icon > a:active,
    .navbar-default .navbar-nav > .open > a {
        background-color: #545861;
        color: white;
    }

    .initials {
        display: table-cell;
        vertical-align: middle;
        color: black;
        text-transform: uppercase;
    }

    .navbar-default .navbar-nav > li > a.mnu-icon {
        color: white;
    }

        .navbar-default .navbar-nav > li > a.mnu-icon:hover {
            color: white;
        }

    .search-icon,
    .bell-icon,
    .actions-icon {
        width: 32px;
        height: 32px;
        fill: currentColor;
        vertical-align: bottom;
    }

    .add-icon {
        width: 24px;
        height: 24px;
        fill: currentColor;
    }

    .success-icon, .error-icon {
        width: 30px;
        height: 30px;
        fill: currentColor;
    }

    .edit-icon,
    .mail-icon,
    .download-icon {
        width: 18px;
        height: 18px;
        fill: currentColor;
        vertical-align: bottom;
    }

    .lock-icon,
    .unlock-icon {
        width: 20px;
        height: 18px;
        fill: currentColor;
        vertical-align: bottom;
    }

    .move-icon {
        width: 25px;
        height: 25px;
        fill: currentColor;
        vertical-align: bottom;
    }


    .cross-icon, .refresh-icon, .help-icon {
        width: 16px;
        height: 16px;
        fill: currentColor;
        vertical-align: bottom;
    }

    .btn .refresh-icon, .btn .help-icon {
        width: 18px;
        height: 20px;
    }

    /*.bell-icon {
	    width: 32px;
	    height: 32px;
	    fill: currentColor;
	    vertical-align: bottom;
    }

    .actions-icon {
	    width: 32px;
	    height: 32px;
	    fill: currentColor;
	    vertical-align: bottom;
    }*/


    #sidebar {
        width: 320px;
        float: none;
        height: 100%;
        background-color: #ffffff;
        box-sizing: border-box;
        padding-top: 20px;
        display: table-cell;
    }

    body {
        background-color: #edece6;
        letter-spacing: 0.3px;
    }

    .main-content {
        padding-left: 0;
        height: 100%;
        width: 100%;
        padding-top: 80px;
    }

    #EditorForm textarea {
        width: 100%;
    }

    #sidebar ul,
    ul.vertical-nav {
        list-style-type: none;
        padding: 0;
    }

        #sidebar ul li,
        ul.vertical-nav li {
            font-size: 14px;
            font-weight: normal;
            letter-spacing: 0.6px;
            padding: 5px 0;
        }

            ul.vertical-nav li:first-child {
                padding-top: 0;
            }

            ul.vertical-nav li:last-child {
                padding-bottom: 0;
            }

    .archive-statuses .btn.btn-primary.active {
        color: white;
        background-color: #f58220;
        border: 1px solid #f58220;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .archive-statuses {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .archive-statuses .title-xsmall {
            padding-right: 15px;
        }

        .archive-statuses button.btn.btn-primary {
            text-transform: none;
            background-color: #cccccc;
            border: 1px solid #cccccc;
            margin-left: 15px;
            font-size: 14px;
            letter-spacing: 0.4px;
            width: 140px;
            text-align: center;
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.09);
            color: #4c4c4c;
        }

    .title-xsmall {
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0.4px;
        color: #f58220;
    }

    .table.orders-table {
        width: 100%;
    }

        .table.orders-table thead {
            background-color: #fbfbfb;
            box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.09);
        }

            .table.orders-table thead tr th:first-child,
            .table.orders-table tbody tr td:first-child {
                padding-left: 15px;
            }

            .table.orders-table thead tr th,
            .table.orders-table tbody tr td {
                padding-right: 15px;
                vertical-align: middle;
            }

            .table.orders-table thead tr th {
                color: #0a5a8f;
                font-size: 14px;
                letter-spacing: 0.4px;
                padding: 25px 0;
                font-weight: normal;
                border: none;
            }

                .table.orders-table thead tr th a,
                .table.orders-table tbody tr td.link a {
                    color: #0a5a8f;
                    cursor: pointer;
                }

                    .table.orders-table thead tr th a:hover,
                    .table.orders-table thead tr th a:active,
                    .table.orders-table thead tr th a:focus,
                    .table.orders-table tbody tr td.link a:hover,
                    .table.orders-table tbody tr td.link a:active,
                    .table.orders-table tbody tr td.link a:focus {
                        color: #0a5a8f;
                        text-decoration: none;
                    }

    .table.schedules-table {
        width: 100%;
    }

        .table.schedules-table thead {
            background-color: #fbfbfb;
            box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.09);
        }

            .table.schedules-table thead tr th:first-child,
            .table.schedules-table tbody tr td:first-child {
                padding-left: 15px;
            }

            .table.schedules-table thead tr th,
            .table.schedules-table tbody tr td {
                padding-right: 15px;
                vertical-align: middle;
            }

            .table.schedules-table thead tr th {
                color: #f58220;
                font-size: 14px;
                letter-spacing: 0.4px;
                padding: 25px 0;
                font-weight: normal;
                border: none;
            }

                .table.schedules-table thead tr th a,
                .table.schedules-table tbody tr td.link a {
                    color: #f58220;
                    cursor: pointer;
                }

                    .table.schedules-table thead tr th a:hover,
                    .table.schedules-table thead tr th a:active,
                    .table.schedules-table thead tr th a:focus,
                    .table.schedules-table tbody tr td.link a:hover,
                    .table.schedules-table tbody tr td.link a:active,
                    .table.schedules-table tbody tr td.link a:focus {
                        color: #f58220;
                        text-decoration: none;
                    }

    a.sortable:after,
    .sort-asc:after,
    .sort-desc:after {
        font-family: FontAwesome;
        margin-left: 10px;
        font-size: 12px;
    }

    a.sortable:after {
        content: "\f0dc";
        color: #cccccc;
    }

    .sortable.asc:after {
        content: "\f0de";
        color: #333333;
    }

    .sortable.desc:after {
        content: "\f0dd";
        color: #333333;
    }

    .table.table-orders tbody {
        color: #222222;
    }

    .table.orders-table tbody tr td {
        letter-spacing: 0.3px;
        text-align: left;
        font-size: 14px;
        padding: 25px 0 20px 0;
        font-weight: normal;
        border-bottom: 1px solid #e6e6e6;
    }

    .table.orders-table tbody tr .actions-cell {
        padding-right: 40px;
    }

    .table.orders-table tbody tr td .fa-circle {
        font-size: 10px;
    }


    .table.orders-table tr input[type="checkbox"] {
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 2px solid #606060;
        width: 15px;
        height: 15px;
        position: relative;
        background-color: white;
        margin-right: 30px;
    }

        .table.orders-table tr input[type="checkbox"]:checked:after {
            content: '✔';
            position: absolute;
            top: 0;
            left: 0;
            line-height: 0.8;
            color: #34495e;
            transition: all .2s;
        }

    .actions-btn {
        color: #b2b2b2;
    }

        .actions-btn:hover,
        .actions-btn:active,
        .actions-btn:focus {
            color: #8c8c8c;
        }

    .actions-popover {
        border-radius: 8px;
        color: #fbfbfb;
        box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.19);
        width: 250px;
    }

        .actions-popover .popover-item {
            padding: 10px 50px 10px 0;
            font-size: 14px;
            letter-spacing: 0.4px;
        }

    .popover-item a {
        color: #4c4c4c;
    }


        .popover-item a:hover,
        .popover-item a:hover,
        .popover-item a:hover {
            text-decoration: none;
            color: #1c1c1c;
        }

    .actions-popover .popover-item .icon {
        margin-right: 10px;
        opacity: 0.5;
    }

    ul li a {
        color: black;
    }

        .navbar-default .navbar-nav > li > a:hover,
        ul li a.mnu-link:hover,
        ul li a.mnu-link:active,
        ul li a.mnu-link:focus,
        ul li a.mnu-link.active {
            color: #2ca3f0;
            text-decoration: none;
        }


    /*
            Waqas Css
        */
    /* 1. Force links to remain black by default, even on hover/focus */
    #sidebar .theiaStickySidebar ul li a.mnu-link,
    #sidebar .theiaStickySidebar ul li a.mnu-link:hover,
    #sidebar .theiaStickySidebar ul li a.mnu-link:focus {
        color: #000000 !important;
        text-decoration: none;
    }

        /* 2. Make the link blue only when it has the .active class */
        #sidebar .theiaStickySidebar ul li a.mnu-link.active,
        #sidebar .theiaStickySidebar ul li a.mnu-link.active:hover {
            color: #2ca3f0 !important;
            text-decoration: none;
        }
    /*
            End
        */



    #content {
        padding-top: 30px;
        overflow-y: auto;
        float: none;
    }

    .breadcrumb {
        margin: 0;
        padding-left: 0;
        background-color: transparent;
        border-radius: 0;
    }

        .breadcrumb a {
            color: #000000;
        }

    .title-small {
        margin: 20px 0;
        font-size: 18px;
        letter-spacing: 0.8px;
        font-weight: normal;
        color: #34495e;
    }

    #Details .title-small, #Copy .title-small {
        margin: 5px 0;
    }

    h4.title-small {
        font-size: 14px;
    }

    .no-left-padding {
        padding-left: 0;
    }

    .no-right-padding {
        padding-right: 0;
    }

    .SubmitText {
        width: 90px;
        height: 48px;
        font-family: OpenSans;
        font-size: 24px;
        font-weight: bold;
        line-height: 2;
        letter-spacing: 0.7px;
        text-align: left;
        color: #34495e;
    }

    .vendor {
        width: 242px;
        height: 17px;
        font-family: OpenSans;
        font-size: 14px;
        line-height: 1.36;
        letter-spacing: 0.3px;
        text-align: left;
        color: #34495e;
        margin: 2px;
    }

    .Add-Another {
        font-family: 'Open Sans';
        font-size: 14px;
        letter-spacing: 0.4px;
        text-align: left;
        color: #f58220;
    }

        .Add-Another > a {
            text-decoration: none;
            color: #f58220;
        }

    .right-image-submit {
        width: 100%;
        height: auto;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.09);
        margin-left: 10px;
        margin-top: 20px;
        margin-right: 10px;
    }


    .Order {
        width: 100%;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.09);
        margin-left: 10px;
        margin-top: 20px;
        margin-right: 15px;
        padding: 30px;
    }


    .Check_box_base {
        width: 16px;
        height: 16px;
        background-color: #ffffff;
        border: solid 1px #dddddd;
    }

    .Stroke-23 {
        width: 2.2px;
        height: 2.3px;
        border: solid 2px #555555;
    }

    .right-image-submit img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        min-width: 38%;
        max-width: 100%;
    }

    li.borderless {
        border: 0 none;
        margin-left: 0;
        padding-left: 0;
    }

        li.borderless > a {
            text-decoration: none;
            color: #f58220;
        }

    .Icon-thick-check {
        width: 7px;
        height: 5px;
        object-fit: contain;
    }

    .listDescription {
        width: 122px;
        height: 15px;
        font-family: sans-serif;
        font-size: 14px;
        font-weight: 100;
        letter-spacing: 0.8px;
        text-align: left;
        color: #34495e;
    }

    input.modal-style-input.form-control[type="text"],
    .send-to-frame input.modal-style-input.form-control,
    .send-to-frame select.modal-style-input.form-control {
        padding: 15px;
        height: auto;
        border-radius: 3px;
        font-family: 'Open Sans', FontAwesome, Verdana, sans-serif;
        font-size: 14px;
        box-shadow: none;
        border-color: rgb(224, 224, 224);
    }

    .modal .modal-postback-loading {
        left: 0;
        top: 0;
    }

    .modal #Colors {
        max-height: 70vh;
        overflow-y: auto;
    }

    .modal-style-input.form-control.input-medium {
        padding: 10px;
        line-height: 25px;
    }

    .Send-to-vendor {
        width: 122px;
        height: 19px;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.8px;
        text-align: left;
        color: #34495e;
    }

    input[type="text"].form-control {
        webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 4px;
        border: solid 1px #e0e0e0;
        font-family: 'Plus Jakarta Sans', FontAwesome, Verdana, sans-serif;
    }

    .search-container .search-input {
        padding-right: 10px;
    }

    .search-container {
        margin-bottom: 10px;
    }

    /*.search-container .search-input input {
            font-family: 'Open Sans', FontAwesome, Verdana, sans-serif;
        }*/

    .btn.btn-search {
        width: 100%;
        color: #000000;
        border: solid 1px #e1e1e1;
        border-radius: 4px;
        background-color: #fbfbfb;
    }

        .btn.btn-search:hover,
        .btn.btn-search:active {
            background-color: #e1e1e1;
        }

    .products {
        width: 100%;
        padding-top: 30px;
        margin: 0 -10px;
    }

    .product-container {
        height: 350px;
        padding: 0 10px;
        margin-bottom: 40px;
        /*margin-left: 10px;*/
    }

    div.product {
        border-radius: 2px;
        background-color: #ffffff;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.09);
        height: 345px;
    }

    .product .bottom-title {
        width: 70%;
        background-color: #000000;
        color: white;
        height: auto;
        min-height: 40px;
        margin: 0 auto;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
        border: solid 1px #000000;
        font-size: 12px;
        font-weight: 500;
        font-family: Lato;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        line-height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .product .bottom-title a,
        .product .bottom-title a:hover,
        .product .bottom-title a:visited,
        .product .bottom-title a:active,
        .product .bottom-title a:focus {
            color: white;
            text-decoration: none;
        }

    .size-banner {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
    }

    .title-banner {
        position: absolute;
        left: 0;
        width: 100%;
        top: 325px;
    }


    div.stack-1, div.stack-2 {
        background: white;
        border-radius: 2px;
        height: 350px;
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.09);
    }

    div.stack-1 {
        margin: 0 15px;
        top: -6px;
        position: absolute;
        webkit-width: calc(100% - 50px);
        moz-width: calc(100% - 50px);
        width: calc(100% - 50px);
        z-index: -1;
        /*Dirty IE8 hack*/
        height: 0px\9;
        width: 0px\9;
        border: none\9;
    }

    div.stack-2 {
        top: -12px;
        webkit-width: calc(100% - 80px);
        moz-width: calc(100% - 80px);
        width: calc(100% - 80px);
        margin: 0 30px;
        position: absolute;
        z-index: -1;
        /*Dirty IE8 hack*/
        height: 0px\9;
        width: 0px\9;
        border: none\9;
    }

    div.image-container {
        height: 280px;
        padding: 10px 20px 0 20px;
        width: 100%;
    }

        div.image-container img {
            max-height: 100%;
            max-width: 100%;
            box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.29);
        }

        div.image-container .no-shadow {
            box-shadow: none;
        }

    .size-container {
        height: auto;
        min-height: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.title-container {
        height: 70px;
        width: 100%;
        padding: 10px 20px;
    }

        div.title-container .title {
            font-size: 12px;
            letter-spacing: 0.5px;
            color: white;
            text-transform: uppercase;
        }

    .middle {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    div.promo {
        position: relative;
        border-radius: 0;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.09);
        margin-bottom: 0;
        margin-top: 20px;
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, 0.8) url('../images/promo-bg.jpg') no-repeat right center;
        background-size: cover;
        height: 60vh;
        min-height: 500px;
    }

    .promo .promo-footer {
        padding: 15px 20px;
        font-family: Lato;
        font-size: 18px;
        font-size: 1vw;
        font-weight: bold;
        letter-spacing: 0.7px;
        text-align: left;
        color: #fbfbfb;
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .promo-footer span {
        height: 100%;
        vertical-align: middle;
    }

    .btn {
        border-radius: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .btn.btn-default {
            color: black;
            background-color: #f3f3f3;
            border: 1px solid #f3f3f3;
            text-transform: uppercase;
        }

            .btn.btn-default:hover,
            .btn.btn-default:active,
            .btn.btn-default:focus {
                background-color: #e1e1e1;
                border: 1px solid #e1e1e1;
            }

        .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
            outline: none !important;
            border: none !important;
        }

        .btn.btn-default.text-primary {
            color: #375270;
        }

        .btn.btn-primary {
            /*border-radius: 40px;
        padding-left: 20px;
        padding-right: 20px;*/
            color: white;
            background-color: #f58220;
            border: 1px solid #f58220;
            text-transform: uppercase;
        }

            .btn.btn-primary:hover,
            .btn.btn-defaultprimary:active,
            .btn.btn-primary:focus {
                background-color: #f58220;
                border: 1px solid #f58220;
            }


    .notification {
        position: relative;
    }

    .notification-badge {
        background-color: #00bda3;
        border-radius: 4px;
        color: white;
        padding: 4px 4px;
        font-size: 10px;
        position: absolute; /* Position the badge within the relatively positioned button */
        top: -5px;
        right: 0;
        visibility: hidden;
    }

        .notification-badge.has-unread {
            visibility: visible;
        }

    .notification:hover .notification-badge.has-unread,
    .notification:active .notification-badge.has-unread,
    .notification:focus .notification-badge.has-unread:focus {
        background-color: #009985;
    }

    .notification .notification-panel.visible {
        visibility: visible;
    }

    .notification .notification-panel {
        width: 350px;
        background-color: #fbfbfb;
        border-radius: 4px;
        box-shadow: 0 1px 20px 6px rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 1;
        top: 80%;
        right: -90%;
        visibility: hidden;
    }

        .notification .notification-panel::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 74%;
            margin-left: -12px;
            border-width: 12px;
            border-style: solid;
            border-color: transparent transparent #fbfbfb transparent;
        }

    .notification-panel .notification-panel-header {
        padding: 10px 15px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font-size: 14px;
        background-color: #00bda3;
    }

        .notification-panel .notification-panel-header .notification-panel-title {
            text-transform: uppercase;
            letter-spacing: 0.4px;
            color: #fbfbfb;
        }

    .notification-panel-body div:last-child {
        margin-bottom: 10px;
    }

    .notification-panel-body {
        max-height: 80vh;
        overflow-y: auto;
    }

        .notification-panel-body .notification-body-item {
            border-bottom: 1px solid #e6e6e6;
            padding: 10px 15px 5px 15px;
            background-color: #fbfbfb;
            font-size: 14px;
        }

    .user {
        padding: 2px;
        border-radius: 50%;
        background-color: #00bda3;
        display: inline-block;
        font-size: 14px;
        width: 44px;
        text-align: center;
        vertical-align: top;
    }

    .notification-panel-body .notification-body-item-content {
        display: inline-block;
        color: #354a5f;
        max-width: 80%;
    }

    .help-block {
        letter-spacing: 0.4px;
        color: #cccccc;
    }

    .badge-default {
        background-color: white;
        color: #00bda3;
        font-weight: normal;
        padding: 3px 12px;
    }

    .review-item {
        font-size: 14px;
        letter-spacing: 0.8px;
        text-align: left;
        color: #34495e;
        padding: 15px 0;
        border-bottom: 1px solid #f3f3f3;
    }

        .review-item .review-content .review-item-header .help-block {
            margin-left: 15px;
            margin-bottom: 2px;
            margin-top: 0;
            display: inline-block;
        }

    .review-content {
        display: inline-block;
        margin-left: 10px;
        font-size: 0.85vw;
        letter-spacing: 0.8px;
        width: 80%;
        color: #34495e;
    }

    .review-item .review-content .review-item-status {
        margin-top: 7px;
    }

    .modal-body .image-container {
        padding: 10px 0;
    }

    .modal-dialog {
        width: 65vw;
    }

    .modal-add-frame {
        width: 45vw;
    }

    .modal-header {
        border-bottom: none;
        padding: 5px 5px 5px 5px;
    }

    .modal-body {
        padding-left: 5px;
        padding-right: 5px;
    }

    .modal-header .modal-title {
        font-size: 24px;
        letter-spacing: 0.7px;
        color: #34495e;
    }

    button.close {
        color: #375270;
        background-color: white;
        position: absolute;
        opacity: 1;
        border-radius: 12px;
        padding: 4px;
        top: 0px;
        right: 0px;
        font-size: 14px;
    }

    .modal-header button.close {
        font-size: 18px;
        text-align: center;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19);
        margin-top: -15px;
        z-index: 20;
        margin-right: -12px;
        right: 0;
    }

        .modal-header button.close:hover,
        .modal-header button.close:focus,
        .modal-header button.close:active {
            color: #f58220;
            opacity: 1;
        }

    .modal-footer {
        border-top: none;
    }

        .modal-footer .btn {
            margin-left: 10px;
            padding-left: 25px;
            padding-right: 25px;
        }


    .download-container {
        padding: 20px 20px 20px 0;
    }

    .list-group-item {
        padding: 3px 10px;
    }

    .file-format-text {
        text-transform: uppercase;
    }

    .checkbox-container {
        padding: 8px 20px 8px 0;
    }

        .checkbox-container label {
            display: inline-block;
            position: relative;
            padding-left: 5px;
        }

            .checkbox-container label::before {
                content: "";
                display: inline-block;
                position: absolute;
                width: 17px;
                height: 17px;
                left: 0;
                margin-left: -40px;
                border: 1px solid #cccccc;
                border-radius: 1px;
                background-color: #fff;
                -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
                -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
                transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            }

            .checkbox-container label::after {
                display: inline-block;
                position: absolute;
                width: 16px;
                height: 16px;
                left: 0;
                top: 0;
                margin-left: -40px;
                padding-left: 3px;
                padding-top: 1px;
                font-size: 11px;
                color: #f58220;
            }

        .checkbox-container input[type="checkbox"] {
            opacity: 0;
        }

    .checkbox input[type="checkbox"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .checkbox input[type="checkbox"]:checked + label::after {
        font-family: 'FontAwesome';
        content: "\f00c";
        color: blue;
    }

    .checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.65;
    }

        .checkbox input[type="checkbox"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }

    .checkbox.checkbox-circle label::before {
        border-radius: 30%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

    .checkLabel {
        width: 242px;
        height: 14px;
        font-family: OpenSans;
        font-size: 14px;
        line-height: 1.36;
        letter-spacing: 0.3px;
        text-align: left;
        color: #34495e;
    }

    .File-format {
        width: 91px;
        height: 19px;
        font-family: OpenSans;
        font-size: 14px;
        letter-spacing: 0.8px;
        text-align: left;
        color: #34495e;
    }

    .btnSubmit {
        width: 122px;
        height: 44px;
        border-radius: 100px;
        background-color: #375270;
        font-family: 'Open Sans', Verdana, sans-serif;
        font-size: 16px;
        letter-spacing: 0.5px;
        color: #ffffff;
        border: none;
        float: right;
    }

    .btnCancel {
        width: 122px;
        height: 44px;
        border-radius: 100px;
        background-color: #f3f3f3;
        font-family: 'Open Sans', Verdana, sans-serif;
        font-size: 16px;
        letter-spacing: 0.5px;
        color: black;
        border: none;
        float: left;
    }

    .Comment {
        font-family: 'Open Sans';
        font-size: 14px;
        padding: 10px;
        width: 100%;
        border-radius: 3px;
        background-color: #ffffff;
        border: solid 1px #dddddd;
    }

    #SearchImages {
        margin-bottom: 10px;
    }


    .ForComments {
        width: 192px;
        height: 19px;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.8px;
        text-align: left;
        color: #34495e;
    }

    .textStyle {
        font-family: sans-serif;
        font-weight: inherit;
        font-size: 16px;
        margin-bottom: 22px;
    }

    .rectangle {
        padding: 15px 20px;
    }

        .rectangle.background {
            border-radius: 8px;
            background-color: #00bda3;
            box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.09);
            margin-bottom: 25px;
        }

    #WysiwygButton {
        cursor: pointer;
    }

        #WysiwygButton .rectangle.dashed {
            transition: padding 0.15s ease-in-out, border-style 0.15s ease-in-out;
        }

    #buttons {
        padding: 0 5px 15px 5px;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.09);
        margin-top: 15px;
    }

        #buttons .btn {
            margin: 15px 0 0 0;
        }

    /*#EditorImage .no-slides {
        display:inline-block;
    }*/
    #EditorImage {
        /*height: calc(100vh - 176px);*/
        text-align: center;
        position: fixed;
        top: 156px;
        bottom: 0;
        right: 0;
    }

    .editor {
        padding: 20px 0;
    }

    .image-preview {
        height: calc(100vh - 300px);
        border-radius: 8px;
        box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.09);
    }

    .rectangle.dashed {
        border: dashed 1px #ffffff;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

        .rectangle.dashed button.close {
            top: 5px;
            right: 25px;
        }

            .rectangle.dashed button.close:hover {
                opacity: 1;
            }

            .rectangle.dashed button.close .cross-icon {
                width: 12px;
                height: 12px;
            }

    .rectangle-text {
        font-family: 'Open Sans', Verdana, sans-serif;
        font-size: 18px;
        letter-spacing: 0.8px;
        text-align: left;
        color: #ffffff;
    }


    div.editor-box {
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 25px;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.09);
        height: calc(100vh - 115px);
        width: 100%;
        overflow-y: hidden;
    }
        /*div.editor-box form {
            height: calc(100vh - 225px);
            width:100%;
        overflow-y:hidden;
        }*/
        /*div.editor-box form:hover {
            overflow:auto;
        }*/
        div.editor-box:hover {
            overflow: auto;
        }

        div.editor-box #Colors .row {
            display: flex;
            margin-bottom: 15px;
            align-items: center;
        }

    .fields-group {
        margin-top: 10px;
    }

    .inline {
        display: inline-block;
    }

    div.editor-box #fields {
        padding: 0 5px;
        height: 100%;
    }

    nav.editor-navigation-container {
        padding: 0 20px;
        border-bottom: 1px solid #d8d8d8;
        border-radius: 0px;
    }

    ul.editor-navigation {
        display: inline-block;
        list-style-type: none;
        padding: 0px;
        margin: 20px 0;
    }

    div ul.editor-navigation li {
        font-family: 'Open Sans', Verdana, sans-serif;
        line-height: 2;
        letter-spacing: 0.7px;
        font-size: 1.6vw;
        display: inline;
        padding-right: 5vw;
    }

    .nav.editor-navigation > li > a {
        padding: 0;
        display: inline;
    }

    div ul.editor-navigation li .mnu-link {
        color: #34495e;
    }

        div ul.editor-navigation li .mnu-link:hover,
        div ul.editor-navigation li .mnu-link:active,
        div ul.editor-navigation li .mnu-link:focus,
        div ul.editor-navigation li .mnu-link.active {
            /*color: #375270;*/
            text-decoration: none;
        }

    .sectionName {
        height: 24px;
        font-family: 'Open Sans', Verdana, sans-serif;
        font-size: 16px;
        letter-spacing: 0.5px;
        text-align: left;
        color: #34495e;
        padding-left: 55px;
    }

    .editor-title-container {
        padding: 10px 0;
    }

    div.inner-address-box {
        height: 120px;
        background-color: #ffffff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 20px;
    }

        div.inner-address-box.image-container img {
            box-shadow: none;
        }

    .btnAddAdress {
        width: 173px;
        height: 40px;
        border-radius: 100px;
        background-color: #f3f3f3;
        font-family: 'Open Sans', Verdana, sans-serif;
        font-size: 14px;
        letter-spacing: 0.5px;
        color: #000000;
        border: none;
    }

    .displayImages {
        padding-left: 20px;
        padding-top: 10px;
    }

    .rb {
        font-size: 14px;
        line-height: 1.36;
        letter-spacing: 0.3px;
        text-align: left;
        color: #34495e;
    }

    div .ddlColors {
        padding-left: 30px;
        margin-top: 40px;
    }

    .refreshIcon {
        width: 75px;
        height: 44px;
        border-radius: 100px;
        background-color: #f3f3f3;
        border: none;
    }
    /*i.kello*/
    .menu {
        font-family: sans-serif;
        font-size: 100%;
        font-weight: 500;
        line-height: 1.36;
        letter-spacing: 0.3px;
        text-align: left;
        color: #34495e;
        width: 117px;
        height: 19px;
    }

    .item {
        width: 192px;
        height: 19px;
        font-family: 'Open Sans';
        font-size: 14px;
        letter-spacing: 0.8px;
        text-align: left;
        color: #34495e;
    }

    .li-item {
        font-family: 'Open Sans';
        font-size: 14px;
        line-height: 1.0;
        letter-spacing: 0.8px;
        text-align: left;
        color: #34495e;
    }

    .submit-title {
        margin-top: 0px;
        font-family: 'Open Sans';
        color: #34495e;
        letter-spacing: 0.7px;
        text-align: left;
    }

    .padding-10 {
        padding: 0 10px;
    }

    .padding-children-10 {
        margin: 0 -10px;
    }


    .hoverable {
        transition: all ease 0.2s;
        cursor: pointer;
    }

        .hoverable.active,
        .hoverable.active {
            box-shadow: 0 0 5px 2px rgba(44, 163, 240, 0.8);
        }

        .hoverable:not(.active):hover,
        .hoverable:not(.active):active,
        .hoverable:not(.active):focus {
            box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.20);
        }

    .cke.cke_reset {
        padding: 3px;
        border-radius: 2px;
        border-color: #e6e6e6;
    }

    .cke .cke_top {
        background-color: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 2px;
    }

        /*.cke.cke_editor_copyArea .cke_top .cke_toolbar .cke_toolgroup .cke_toolbar_separator {
                display:none;
            }*/

        .cke .cke_top .cke_toolbar .cke_toolgroup .cke_button {
            border: 1px solid #e6e6e6;
            margin: 0 1px;
            border-radius: 2px;
        }

    .cke .cke_contents {
        margin-top: 3px;
        border: 1px solid #e6e6e6;
        border-radius: 2px;
    }

    .cke .cke_bottom {
        background-color: #fff;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }

    .cke .cke_top a.cke_button_off:hover,
    .cke .cke_top a.cke_button_off:focus,
    .cke .cke_top a.cke_button_off:active {
        padding: 4px 6px;
    }

    .modal-gray .modal-dialog .modal-content {
        background-color: #fbfbfb;
    }

    .modal-content {
        padding: 10px;
    }

    .colors-container {
        padding: 0 5px;
    }

    .color-item {
        color: white;
        width: 80px;
        height: 80px;
        border-radius: 8px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.29);
        padding: 10px;
        font-size: 22px;
        display: inline-block;
        margin: 3px;
    }

    /*.color-item-smaller {
        color: white;
        width: 80px;
        height: 80px;
        border-radius: 8px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.29);
        padding: 2px;
        font-size: 14px;
        display: inline-flex;
        margin: 3px;
    }*/

    .color-item-span {
        width: 60px;
        height: 50px;
        text-overflow: clip;
        display: inline-block;
        line-height: 13px;
        word-break: break-all;
    }

    .box {
        font-size: 1.25rem; /* 20 */
        background-color: transparent;
        position: relative;
        padding: 70px 20px;
        color: #42a4dd;
    }

        .box .box-input label {
            font-weight: normal;
        }

            .box .box-input label span.big {
                font-size: 24px;
                line-height: 2;
                letter-spacing: 2px;
            }

            .box .box-input label span.drop {
                display: none;
            }

        .box.has-advanced-upload {
            border: 2px dashed #42a4dd;
            border-radius: 8px;
            -webkit-transition: outline-offset .15s ease-in-out, background-color .15s ease-in-out, color .15s ease-in-out, border-width 0.15s ease-in-out;
            -o-transition: outline-offset .15s ease-in-out, background-color .15s ease-in-out, color .15s ease-in-out, border-width 0.15s ease-in-out;
            transition: outline-offset .15s ease-in-out, background-color .15s ease-in-out, color .15s ease-in-out, border-width 0.15s ease-in-out;
        }

        .box.is-dragover,
        .box.is-uploading {
            background-color: #fff;
            color: #f58220;
            border-color: #f58220;
            border-width: 4px;
        }

            .box.is-dragover .box-input label span.drop {
                display: inline;
            }

            .box.is-dragover .box-input label span.drag,
            .box.is-dragover .box-input label span.box-dragndrop {
                display: none;
            }


    .box-dragndrop,
    .box-icon {
        display: none;
    }

    .box.has-advanced-upload .box-dragndrop {
        display: inline;
    }

    .box.has-advanced-upload .box-icon {
        width: 100%;
        height: 80px;
        fill: currentColor;
        display: block;
        margin-bottom: 10px;
    }

    .box.is-uploading .box-input,
    .box.is-success .box-input,
    .box.is-error .box-input {
        visibility: hidden;
    }

    .box-uploading,
    .box-success,
    .box-error {
        display: none;
    }

    body > nav > div > div.navbar-header > a.navbar-brand.logo {
        margin-left: 0
    }

    .box.is-uploading .box-uploading,
    .box.is-success .box-success,
    .box.is-error .box-error {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        -webkit-transform: translateY( -50% );
        transform: translateY( -50% );
    }

    .navbar.navbar-default.navbar-fixed-top {
        border-bottom: 25px solid #fe591f;
    }

    .navbar-default .container-fluid .nav li.user-icon a:hover {
        background: #f58220;
    }

    .navbar-default .container-fluid .nav li.user-icon a {
        background: #f58220;
        color: white;
    }

    .dropdown-menu li a {
        background: white !important;
        color: black !important;
    }

        .dropdown-menu li a:hover {
            background: white !important;
            color: #f58220 !important;
        }

    .navbar-default .container-fluid .nav li.user-icon a span {
        color: white;
    }

    .navbar-default .container-fluid .nav li a.mnu-link:hover, #sidebar .theiaStickySidebar .mnu-link:hover {
        color: #ffffff;
        text-decoration: none
    }

    .box-success {
        -webkit-animation: appear-from-inside .25s ease-in-out;
        animation: appear-from-inside .25s ease-in-out;
    }

    .popup-image-container.image-container {
        height: auto;
        padding: 0;
    }

    @-webkit-keyframes appear-from-inside {
        from {
            -moz-transform: translateY( -50% ) scale( 0 );
            -ms-transform: translateY( -50% ) scale( 0 );
            -o-transform: translateY( -50% ) scale( 0 );
            -webkit-transform: translateY( -50% ) scale( 0 );
            transform: translateY( -50% ) scale( 0 );
        }

        75% {
            -moz-transform: translateY( -50% ) scale( 1.1 );
            -ms-transform: translateY( -50% ) scale( 1.1 );
            -o-transform: translateY( -50% ) scale( 1.1 );
            -webkit-transform: translateY( -50% ) scale( 1.1 );
            transform: translateY( -50% ) scale( 1.1 );
        }

        to {
            -webkit-transform: translateY( -50% ) scale( 1 );
            -moz-transform: translateY( -50% ) scale( 1 );
            -ms-transform: translateY( -50% ) scale( 1 );
            -o-transform: translateY( -50% ) scale( 1 );
            transform: translateY( -50% ) scale( 1 );
        }
    }

    @-moz-keyframes appear-from-inside {
        from {
            transform: translateY( -50% ) scale( 0 );
        }

        75% {
            transform: translateY( -50% ) scale( 1.1 );
        }

        to {
            transform: translateY( -50% ) scale( 1 );
        }
    }

    @keyframes appear-from-inside {
        from {
            transform: translateY( -50% ) scale( 0 );
        }

        75% {
            transform: translateY( -50% ) scale( 1.1 );
        }

        to {
            transform: translateY( -50% ) scale( 1 );
        }
    }

    .box-restart {
        font-weight: 700;
    }

        .box-restart:focus,
        .box-restart:hover {
            color: #f58220;
        }

    .js .box-file {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

        .js .box-file + label {
            max-width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
            display: inline-block;
            overflow: hidden;
        }

            .js .box-file + label:hover strong,
            .box-file:focus + label strong,
            .box-file.has-focus + label strong {
                color: #42a4dd;
            }

        .js .box-file:focus + label,
        .js .box-file.has-focus + label {
            outline: 1px dotted #000;
            outline: -webkit-focus-ring-color auto 5px;
        }

    .no-js .box-file + label {
        display: none;
    }

    .hidden {
        display: none;
    }

    .page-load-status {
        display: none; /* hidden by default */
        text-align: center;
        color: #777;
    }

    .image-library.are-images-unloaded {
        opacity: 0;
    }

    .image-library {
        position: static;
    }

    div.grid-item,
    .grid-col-sizer {
        width: 11%;
        position: relative;
    }

        div.grid-item::before {
            content: "";
            display: block;
            padding-top: 100%;
        }

    div.grid-item {
        padding: 8px 5px 5px 5px;
        float: left;
    }

    .grid-gutter-sizer {
        width: 2%;
    }

    /* hide by default */
    .grid.are-images-unloaded .image-grid-item {
        opacity: 0;
    }


    div.grid-item > img {
        max-width: 93%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }


    .mnu-search-tool .mnu-search-box-container {
        width: 0px;
        display: inline-block;
        overflow: hidden;
        -webkit-transition: width 0.2s,; /* For Safari 3.1 to 6.0 */
        -o-transition: width 0.2s,;
        transition: width 0.2s;
    }

        .mnu-search-tool .mnu-search-box-container .mnu-search-box {
            display: none;
            padding: 4px 8px;
            width: 200px;
            background: transparent;
            color: #ffffff; /*kisa*/
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #ffffff; /*kisa*/
            font-size: 14px;
        }

        .mnu-search-tool .mnu-search-box-container a {
            display: none;
        }

        .mnu-search-tool .mnu-search-box-container.open {
            width: 225px;
        }

            .mnu-search-tool .mnu-search-box-container.open .mnu-search-box {
                display: inline-block;
            }

            .mnu-search-tool .mnu-search-box-container.open a {
                display: inline;
            }

        .mnu-search-tool .mnu-search-box-container .cross-icon {
            background-color: transparent;
            color: #375270;
        }

            .mnu-search-tool .mnu-search-box-container .cross-icon:hover,
            .mnu-search-tool .mnu-search-box-container .cross-icon:active,
            .mnu-search-tool .mnu-search-box-container .cross-icon:focus {
                background-color: transparent;
                color: #f58220;
            }

    .modal-body ul {
        padding-left: 20px;
    }

    .popover-item > a.anchPop {
        text-decoration: none;
        color: #4c4c4c;
        font-size: 14px;
        letter-spacing: 0.4px;
        text-align: left;
    }

        .popover-item > a.anchPop:hover {
            text-decoration: none;
            color: #375270;
        }

    .image-group-container > div.image {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 100px;
        width: 90px;
        position: relative;
        float: left;
    }

        .image-group-container > div.image > img {
            max-height: 100%;
            max-width: 100%;
        }

    .close.close-primary {
        background-color: #f58220;
        color: white;
        opacity: 1;
    }

        .close.close-primary .cross-icon {
            width: 12px;
            height: 12px;
        }

        .close.close-primary:hover,
        .close.close-primary:focus,
        .close.close-primary:active {
            color: white;
            opacity: 1;
            background-color: #f58220;
        }

    .product .loading {
        position: static;
        background-color: transparent;
    }

        .product .loading p {
            color: #375270;
            position: static;
            display: table-cell;
            vertical-align: middle;
        }

    .loading {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        z-index: 5;
        display: none;
    }

        .loading p {
            color: white;
            bottom: 40%;
            width: 100%;
            padding: 20px;
            position: absolute;
        }

            .loading p span {
                font-size: 24px;
            }

    .flex {
        display: flex;
    }

    .v-middle {
        align-self: center;
    }

    .fields-container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .lock-ratio-btn {
        margin-left: -30px;
        color: black;
        padding: 25px 0;
        text-align: right;
    }

        .lock-ratio-btn:hover,
        .lock-ratio-btn:active,
        .lock-ratio-btn:focus {
            cursor: pointer;
        }

        .lock-ratio-btn.lock {
            border-top: 1px solid #bbb;
            border-bottom: 1px solid #bbb;
            border-right: 1px solid #bbb;
        }

            .lock-ratio-btn.lock .lock-icon,
            .lock-ratio-btn .unlock-icon {
                display: inline-block;
            }

            .lock-ratio-btn.lock .unlock-icon,
            .lock-ratio-btn .lock-icon {
                display: none;
            }

        .lock-ratio-btn button {
            border: none;
            padding: 0;
            color: black;
            right: -10px;
            line-height: 18px;
            display: inline-block;
            position: relative;
            background-color: white;
        }

            .lock-ratio-btn button:hover,
            .lock-ratio-btn button:active,
            .lock-ratio-btn button:focus {
                color: #101010;
                cursor: pointer;
            }

    .btn.btn-square {
        border-radius: 3px;
    }

    .btn.details-btn {
        padding: 10px;
        line-height: 25px;
        letter-spacing: 0.3px;
        font-weight: 600;
    }

    .small-data-table {
        margin-bottom: 20px;
    }

        .small-data-table, .small-data-table tr, .small-data-table tr th, .small-data-table tr td {
            border: none;
        }

            .small-data-table tr th, .small-data-table tr td {
                padding: 15px 15px 5px 15px;
            }

            .small-data-table tr td {
                font-size: 16px;
                letter-spacing: 0.3px;
                color: #222222;
            }

            .small-data-table tr th.big-data-label {
                padding-left: 0;
                font-size: 18px;
                font-weight: normal;
                letter-spacing: 0.5px;
                color: #34495e;
            }

    .small-data-label {
        font-size: 14px;
        letter-spacing: 0.8px;
        font-weight: normal;
        color: #34495e;
    }

    .modal-body form textarea {
        border-radius: 3px;
        border: solid 1px #dddddd;
    }

    .modal-postback-loading {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 19;
        background: rgba(255,255,255,0.8);
        display: none;
        border-radius: 6px;
    }

    .error-message {
        color: #cccccc;
        font-size: 18px;
    }


    .success-message {
        color: #2CA3F0;
        font-size: 18px;
    }

    .digital-signage-action {
        padding-right: 10px;
    }

    @keyframes lds-spinner {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes lds-spinner {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .lds-spinner {
        position: relative;
    }

        .lds-spinner div {
            left: 50%;
            top: 110px;
            position: absolute;
            -webkit-animation: lds-spinner linear 0.9s infinite;
            animation: lds-spinner linear 0.9s infinite;
            background: #375270;
            width: 4px;
            height: 10px;
            border-radius: 40%;
            -webkit-transform-origin: 2px 19px;
            transform-origin: 2px 19px;
        }

            .lds-spinner div:nth-child(1) {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-animation-delay: -0.818181818181818s;
                animation-delay: -0.818181818181818s;
            }

            .lds-spinner div:nth-child(2) {
                -webkit-transform: rotate(32.72727272727273deg);
                transform: rotate(32.72727272727273deg);
                -webkit-animation-delay: -0.736363636363636s;
                animation-delay: -0.736363636363636s;
            }

            .lds-spinner div:nth-child(3) {
                -webkit-transform: rotate(65.45454545454545deg);
                transform: rotate(65.45454545454545deg);
                -webkit-animation-delay: -0.654545454545455s;
                animation-delay: -0.654545454545455s;
            }

            .lds-spinner div:nth-child(4) {
                -webkit-transform: rotate(98.18181818181819deg);
                transform: rotate(98.18181818181819deg);
                -webkit-animation-delay: -0.572727272727273s;
                animation-delay: -0.572727272727273s;
            }

            .lds-spinner div:nth-child(5) {
                -webkit-transform: rotate(130.9090909090909deg);
                transform: rotate(130.9090909090909deg);
                -webkit-animation-delay: -0.490909090909091s;
                animation-delay: -0.490909090909091s;
            }

            .lds-spinner div:nth-child(6) {
                -webkit-transform: rotate(163.63636363636363deg);
                transform: rotate(163.63636363636363deg);
                -webkit-animation-delay: -0.409090909090909s;
                animation-delay: -0.409090909090909s;
            }

            .lds-spinner div:nth-child(7) {
                -webkit-transform: rotate(196.36363636363637deg);
                transform: rotate(196.36363636363637deg);
                -webkit-animation-delay: -0.327272727272727s;
                animation-delay: -0.327272727272727s;
            }

            .lds-spinner div:nth-child(8) {
                -webkit-transform: rotate(229.0909090909091deg);
                transform: rotate(229.0909090909091deg);
                -webkit-animation-delay: -0.245454545454545s;
                animation-delay: -0.245454545454545s;
            }

            .lds-spinner div:nth-child(9) {
                -webkit-transform: rotate(261.8181818181818deg);
                transform: rotate(261.8181818181818deg);
                -webkit-animation-delay: -0.163636363636364s;
                animation-delay: -0.163636363636364s;
            }

            .lds-spinner div:nth-child(10) {
                -webkit-transform: rotate(294.54545454545456deg);
                transform: rotate(294.54545454545456deg);
                -webkit-animation-delay: -0.081818181818182s;
                animation-delay: -0.081818181818182s;
            }

            .lds-spinner div:nth-child(11) {
                -webkit-transform: rotate(327.27272727272725deg);
                transform: rotate(327.27272727272725deg);
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
            }

    .lds-spinner {
        width: 100%;
        height: 150px;
        -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
        transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    }

    div.ui-tooltip {
        max-width: 600px;
    }

        div.ui-tooltip img {
            max-width: 580px;
        }

    .frame-status {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }

    .frame-status-on {
        background-color: #375270;
    }

    .frame-status-off {
        background-color: #f3f3f3;
    }

    form.send-to-frame div.field-container {
        margin-bottom: 10px;
    }

    div.frames-table {
        height: 645px;
        overflow-y: hidden;
    }

        div.frames-table:hover {
            overflow-y: auto;
        }

    div.buttons {
        padding-top: 10px;
    }

    div.validation-summary-errors ul {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
    }

    .product .close {
        top: -10px;
        right: 5px;
    }

    .notification-box {
        visibility: hidden;
        width: 300px;
        border-radius: 8px;
        background-color: #fbfbfb;
        box-shadow: 0 1px 20px 6px rgba(0, 0, 0, 0.15);
        color: #354a5f;
        padding: 15px;
        position: fixed;
        z-index: 1;
        right: 30px;
        top: 110px;
        font-size: 12px;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.09);
    }

        .notification-box.show {
            visibility: visible;
            -webkit-animation: fadein 0.5s;
            animation: fadein 0.5s;
        }

    .tooltip-arrow {
        display: none;
    }

    .tooltip {
        width: auto;
        padding: 0;
        text-align: center;
        background: none;
        z-index: 500;
        opacity: 1 !important;
    }

    .tooltip-inner {
        max-width: none;
        max-height: none;
        color: #375270;
        background: none;
        width: auto;
        padding: 0;
        z-index: 500;
        opacity: 1 !important;
    }



    @-webkit-keyframes fadein {
        from {
            left: 0;
            opacity: 0;
        }

        to {
            right: 30px;
            opacity: 1;
        }
    }

    @keyframes fadein {
        from {
            right: 0;
            opacity: 0;
        }

        to {
            right: 30px;
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeout {
        from {
            right: 30px;
            opacity: 1;
        }

        to {
            right: 0;
            opacity: 0;
        }
    }

    @keyframes fadeout {
        from {
            right: 30px;
            opacity: 1;
        }

        to {
            right: 0;
            opacity: 0;
        }
    }

    @-webkit-keyframes fadeout {
        from {
            bottom: 30px;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 0;
        }
    }

    @keyframes fadeout {
        from {
            bottom: 30px;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 0;
        }
    }

    @media(max-width:767px) {
        col-xs-2-5 {
            width: 20%;
        }

        .search-container .search-input {
            padding-right: 15px;
        }

        li.user-icon > a {
            background-color: transparent;
            border-radius: 0;
        }

        .navbar-collapse {
            background-color: white;
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.09);
        }

        .navbar-default .container-fluid .nav li {
            padding: 10px 15px;
        }

        .modal-dialog {
            width: 80vw;
        }

        .image-preview {
            width: 60vw;
        }

        #EditorImage .fixed-bottom {
            position: static;
        }

        #EditorImage {
            height: 80vh;
            text-align: center;
        }

            #EditorImage .no-left-padding {
                padding-left: 15px;
            }

        div ul.editor-navigation li {
            font-size: 3.2vw;
        }
    }

    @media(max-width:400px) {
        .modal-dialog {
            width: 95vw;
        }

        .image-preview {
            width: 70vw;
        }
    }

    @media(min-width:768px) {
        col-sm-2-5 {
            width: 20%;
        }

        .modal-colors .modal-dialog {
            width: 770px;
        }

        #EditorImage div.fixed-bottom {
            position: fixed;
            bottom: 20px;
        }
    }

    @media(min-width:992px) {
        col-md-2-5 {
            width: 20%;
        }
    }

    @media(min-width:1200px) {
        col-lg-2-5 {
            width: 20%;
        }
    }

    @media(min-width:1500px) {
        .image-preview {
            width: 25vw;
            height: auto;
            max-height: calc(100vh - 300px);
        }

        .image-previewVertical {
            width: 15vw;
            height: auto;
            max-height: calc(100vh - 300px);
        }

        .col-xl-1 {
            width: 8.3333333%;
        }

        .col-xl-2 {
            width: 16.6666666%;
        }

        .col-xl-2-5 {
            width: 20%;
        }

        .col-xl-3 {
            width: 25%;
        }

        .col-xl-4 {
            width: 33.3333333%;
        }

        .col-xl-5 {
            width: 41.6666666%;
        }

        .col-xl-6 {
            width: 50%;
        }

        .col-xl-7 {
            width: 58.3333333%;
        }

        .col-xl-8 {
            width: 66.6666666%;
        }

        .col-xl-9 {
            width: 75%;
        }

        .col-xl-10 {
            width: 83.3333333%;
        }

        .col-xl-12 {
            width: 100%;
        }
    }

    h1 {
        color: #333;
        font-family: arial, sans-serif;
        margin: 1em auto;
        width: 80%;
    }

    .tabordion {
        color: #333;
        display: block;
        font-family: arial, sans-serif;
        margin: auto;
        position: relative;
        width: 80%;
    }

        .tabordion input[name="sections"] {
            left: -9999px;
            position: absolute;
            top: -9999px;
        }

        .tabordion section {
            display: block;
        }

            .tabordion section label {
                background: #ccc;
                border: 1px solid #fff;
                cursor: pointer;
                display: block;
                font-size: 1.2em;
                font-weight: bold;
                padding: 15px 20px;
                position: relative;
                width: 180px;
                z-index: 100;
            }

            .tabordion section article {
                display: none;
                left: 230px;
                min-width: 300px;
                padding: 0 0 0 21px;
                position: absolute;
                top: 0;
            }

                .tabordion section article:after {
                    background-color: #ccc;
                    bottom: 0;
                    content: "";
                    display: block;
                    left: -229px;
                    position: absolute;
                    top: 0;
                    width: 220px;
                    z-index: 1;
                }

        .tabordion input[name="sections"]:checked + label {
            background: #eee;
            color: #bbb;
        }

        .tabordion input[name="sections"]:checked ~ article {
            display: block;
        }


    @media (max-width: 533px) {

        h1 {
            width: 100%;
        }

        .tabordion {
            width: 100%;
        }

            .tabordion section label {
                font-size: 1em;
                width: 160px;
            }

            .tabordion section article {
                left: 200px;
                min-width: 270px;
            }

                .tabordion section article:after {
                    background-color: #ccc;
                    bottom: 0;
                    content: "";
                    display: block;
                    left: -199px;
                    position: absolute;
                    top: 0;
                    width: 200px;
                }
    }


    @media (max-width: 768px) {
        h1 {
            width: 96%;
        }

        .tabordion {
            width: 96%;
        }
    }


    @media (min-width: 1366px) {
        h1 {
            width: 70%;
        }

        .tabordion {
            width: 70%;
        }
    }

    .vendor-tooltip {
        display: inline-block;
        max-width: 400px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    /* Tooltip classes */

    /*[class^="tooltip"] {
        position: relative;
    }*/
    [class^="tooltip"]:after {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        content: attr(data-tooltip);
        padding: 6px 10px;
        top: 1.4em;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-2px);
        transform: translateX(-50%) translateY(-2px);
        background: grey;
        color: white;
        white-space: nowrap;
        z-index: 2;
        border-radius: 2px;
        -webkit-transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
        transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
        transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
        transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    }

    [class^="tooltip"]:hover:after {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    .tooltip--left:after {
        top: -4px;
        left: 0;
        -webkit-transform: translateX(-112%) translateY(0);
        transform: translateX(-112%) translateY(0);
    }

    .tooltip--left:hover:after {
        -webkit-transform: translateX(-110%) translateY(0);
        transform: translateX(-110%) translateY(0);
    }

    .tooltip--right:after {
        top: -4px;
        left: 100%;
        -webkit-transform: translateX(12%) translateY(0);
        transform: translateX(12%) translateY(0);
    }

    .tooltip--right:hover:after {
        -webkit-transform: translateX(10%) translateY(0);
        transform: translateX(10%) translateY(0);
    }

    .tooltip--triangle:before {
        content: '';
        width: 0;
        height: 0;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
        border-bottom: solid 5px grey;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        -webkit-transform: translateX(-50%) translateY(-2px);
        transform: translateX(-50%) translateY(-2px);
        top: 1.1em;
        left: 50%;
        -webkit-transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
        transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
        transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
        transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
        z-index: 3;
    }

    .tooltip--triangle:hover:before {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }

    .categories-container::after {
        display: none;
    }

    .floatRight {
        float: right;
    }

    .ddl-style {
        border: none;
        float: unset;
        box-shadow: 3px 2px 6px #8482825e;
        border-radius: 6px;
        padding: 0;
        padding: 0 5px;
        margin-left: 0
    }

    .hootsuite-style {
        margin: -20px 0px 0px 45px;
    }

    .remove-radio-buttons + .btn-group ul input[type="radio"] {
        display: none;
    }

    .remove-radio-buttons + .btn-group .multiselect-container > li > a > label {
        padding: 3px 20px 3px 20px;
    }

    .reviewer-row {
        margin: 0 15px 7% 15px;
        display: grid;
        align-items: center;
        grid-template-columns: 100px auto;
    }

        .reviewer-row .btn-group.open {
            bottom: 0;
        }

    @media ( max-width : 1500px ) {

        .reviewer-row {
            grid-template-columns: auto;
        }
    }

    @media ( max-width: 991px ) {
        .reviewer-row {
            margin: 7% 15px 2% 15px;
            grid-template-columns: 100px auto;
        }
    }

    .multiselect-container {
        left: 16px;
        min-width: 211px;
    }

    .multiselect-native-select .btn.btn-default {
        text-transform: unset;
        min-width: 243px;
    }

    .iconSearch {
        display: none;
        font-size: 2em;
        color: #5e636e;
        background-color: #f3f3f3;
        padding-inline: 1rem;
        border-radius: 1rem;
        cursor: pointer;
        position: absolute;
        z-index: 99;
        right: 2rem;
    }

    .product:hover img {
        opacity: 0.7;
    }

    .product:hover .iconSearch {
        display: block;
    }

    /* 1. Top menu links remain black by default, even on hover/focus */
    .navbar-default .navbar-nav > li > a.mnu-link,
    .navbar-default .navbar-nav > li > a.mnu-link:hover,
    .navbar-default .navbar-nav > li > a.mnu-link:focus {
        color: #ffffff !important;
        text-decoration: none;
    }

        /* 2. Top menu links show blue when active/visited */
        .navbar-default .navbar-nav > li > a.mnu-link.active,
        .navbar-default .navbar-nav > li > a.mnu-link.active:hover,
        .navbar-default .navbar-nav > li > a.mnu-link.active:visited, /* Added for FAQ */
        .navbar-default .navbar-nav > li > a.mnu-linkactive,
        .navbar-default .navbar-nav > li > a.mnu-linkactive:hover,
        .navbar-default .navbar-nav > li > a.mnu-linkactive:visited { /* Added for HTML typo support */
            color: #2ca3f0 !important;
            text-decoration: none;
        }

    #sidebar .theiaStickySidebar {
        margin-top: 10px !important; /* Forces a spacing gap below your fixed top navbar */
    }
