﻿@font-face {
    font-family: 'map-icons';
    src: url('../fonts/map-icons.eot');
    src: url('../fonts/map-icons.eot#iefix') format('embedded-opentype'), url('../fonts/map-icons.ttf') format('truetype'), url('../fonts/map-icons.woff') format('woff'), url('../fonts/map-icons.svg#map-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.map-icon-label .map-icon {
    display: block;
    font-size: 24px;
    color: #FFFFFF;
    width: 48px;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
}

a.main-btns-1 i.map-icon-food {
    font-family: 'map-icons' !important;
}

.map-icon {
    font-family: 'map-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.map-icon-food:before {
    content: "\e83c";
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?8h6n65');
    src: url('../fonts/icomoon.eot?8h6n65#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?8h6n65') format('truetype'), url('../fonts/icomoon.woff?8h6n65') format('woff'), url('../fonts/icomoon.svg?8h6n65#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.sidebar-menu [class^="icon-"],
.sidebar-menu [class*=" icon-"],
.dasboard-grid-wrapper [class*=" icon-"],
.dasboard-grid-wrapper [class^="icon-"],
.post-container [class*=" icon-"],
.post-container [class^="icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-settings-2-01:before {
    content: "\e903";
}

.icon-shopping-cart-solid-1:before {
    content: "\e902";
}

.icon-person-24px:before {
    content: "\e900";
}

.icon-ionicons_svg_md-stats:before {
    content: "\e901";
}

.icon-ionicons_svg_md-add:before {
    content: "\e904";
}

html,
body {
    height: 100%;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}

body {
    color: #354b84;
    font-family: 'Open-sans-regular';
    font-weight: normal;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-select: text;
    /* Chrome all / Safari all */
    -moz-user-select: text;
    /* Firefox all */
    -ms-user-select: text;
    /* IE 10+ */
    -o-user-select: text;
    /*user-select: none;*/
    background-image: url('../images/page.jpg');
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    display: table;
}

a {
    color: #2d92d0;
}

    a:hover {
        color: #2950bc;
    }


/* Layout */

.wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

    .wrapper:before,
    .wrapper:after {
        content: " ";
        display: table;
    }

    .wrapper:after {
        clear: both;
    }

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative;
}

.layout-boxed {
    background: url('../img/boxed-bg.jpg') repeat fixed;
}


/*
 * Content Wrapper - contains the main content
 */

.content-wrapper,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
    margin-left: 0;
}

@media (max-width: 767px) {
    .content-wrapper,
    .main-footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}

.content-wrapper {
    min-height: 100%;
    background-color: transparent;
    z-index: 800;
}


/* Fixed layout */

.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 100px;
    }
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

.fixed .wrapper {
    overflow: hidden;
}

.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side,
.hold-transition .main-header .navbar,
.hold-transition .main-header .logo,
.hold-transition .menu-open .fa-angle-left {
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


/* Content */

.content {
    min-height: 250px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
}


/* H1 - H6 font */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

h2 {
    font-size: 22px;
    margin: 0;
}

/* General Links */

a {
    color: #3c8dbc;
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
        color: #72afd2;
    }


/* Page Header */

.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

    .page-header > small {
        color: #666;
        display: block;
        margin-top: 5px;
    }


/*
 ***************************** Component: Main Header *******************
 * ----------------------
 */

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 999;
}

    .main-header .navbar {
        -webkit-transition: margin-left 0.3s ease-in-out;
        -o-transition: margin-left 0.3s ease-in-out;
        transition: margin-left 0.3s ease-in-out;
        margin-bottom: 0;
        margin-left: 230px;
        border: none;
        min-height: 50px;
        border-radius: 0;
    }

.layout-top-nav .main-header .navbar {
    margin-left: 0;
}

.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

    .main-header #navbar-search-input.form-control:focus,
    .main-header #navbar-search-input.form-control:active {
        border-color: rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.9);
    }

    .main-header #navbar-search-input.form-control::-moz-placeholder {
        color: #ccc;
        opacity: 1;
    }

    .main-header #navbar-search-input.form-control:-ms-input-placeholder {
        color: #ccc;
    }

    .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
        color: #ccc;
    }

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .main-header .navbar-right {
        float: none;
    }

    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }

    .main-header .navbar-right > li {
        color: inherit;
        border: 0;
    }
}

.main-header .sidebar-toggle {
    color: #354b84;
    float: left;
    font-size: 23px !important;
    background-color: transparent;
    background-image: none;
    padding: 12px 12px;
    font-family: fontAwesome !important;
    text-shadow: 2px 2px 2px rgba(189, 200, 246, 0.75);
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    color: #000000 !important;
    background: none;
    /* Old browsers */
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
}

.main-header .sidebar-toggle:before {
    content: "\f0c9";
}

.main-header .sidebar-toggle:hover {
    color: #fff;
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent;
}

.main-header .sidebar-toggle .icon-bar {
    display: none;
}

.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}

.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

    .logo .logo-lg {
        display: block;
    }

    .logo .logo-mini {
        display: none;
    }

.main-header .navbar-brand {
    color: #fff;
}

.content-header {
    position: relative;
    padding: 0px 40px 0px 40px;
}

    .content-header > h1 {
        margin: 0;
        font-size: 30px;
        font-family: 'Arvo-Regular';
        color: rgb(53, 75, 132);
    }

        .content-header > h1 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300;
        }

    .content-header > .breadcrumb {
        float: right;
        background: transparent;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 7px 5px;
        position: absolute;
        top: 15px;
        right: 10px;
        border-radius: 2px;
    }

        .content-header > .breadcrumb > li > a {
            color: #444;
            text-decoration: none;
            display: inline-block;
        }

            .content-header > .breadcrumb > li > a > .fa,
            .content-header > .breadcrumb > li > a > .glyphicon,
            .content-header > .breadcrumb > li > a > .ion {
                margin-right: 5px;
            }

        .content-header > .breadcrumb > li + li:before {
            content: '>\00a0';
        }

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }

        .content-header > .breadcrumb li:before {
            color: #97a0b3;
        }
}

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px;
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }

        .navbar-custom-menu .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
        }
}

@media (max-width: 767px) {
    .main-header {
        position: relative;
    }

        .main-header .logo,
        .main-header .navbar {
            width: 100%;
            float: none;
        }

        .main-header .navbar {
            margin: 0;
        }

        .main-header .navbar-custom-menu {
            float: right;
            padding-right: 20px;
        }
}

@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }

        .navbar-collapse.pull-left + .navbar-custom-menu {
            display: block;
            position: absolute;
            top: 0;
            right: 40px;
        }
}


/*
 * Component: Sidebar
 * ------------------
 */

.main-sidebar {
    /*background: url('../images/side-menu.png') repeat top left;*/
    position: fixed;
    top: 0px;
    left: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    min-height: 100%;
    width: 237px;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}


/*@media (max-width: 767px) {
    .main-sidebar {
        padding-top: 100px;
    }
}*/

@media (max-width: 767px) {
    .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.sidebar {
    padding-bottom: 90px;
    display: table;
    width: 100%;
    height: 100%;
}

.sidebar-form input:focus {
    border-color: transparent;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

    .user-panel:before,
    .user-panel:after {
        content: " ";
        display: table;
    }

    .user-panel:after {
        clear: both;
    }

    .user-panel > .image > img {
        width: 100%;
        max-width: 45px;
        height: auto;
    }

    .user-panel > .info {
        padding: 5px 5px 5px 15px;
        line-height: 1;
        position: absolute;
        left: 55px;
    }

        .user-panel > .info > p {
            font-weight: 600;
            margin-bottom: 9px;
        }

        .user-panel > .info > a {
            text-decoration: none;
            padding-right: 5px;
            margin-top: 3px;
            font-size: 11px;
        }

            .user-panel > .info > a > .fa,
            .user-panel > .info > a > .ion,
            .user-panel > .info > a > .glyphicon {
                margin-right: 3px;
            }

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0px 0px;
    display: table;
    width: 100%;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .sidebar-menu > li > a {
            padding: 12px 5px 12px 15px;
            display: block;
        }

            .sidebar-menu > li > a > .fa,
            .sidebar-menu > li > a > .glyphicon,
            .sidebar-menu > li > a > .ion {
                width: 20px;
            }

        .sidebar-menu > li .label,
        .sidebar-menu > li .badge {
            margin-right: 5px;
        }

        .sidebar-menu > li .badge {
            margin-top: 3px;
        }

    .sidebar-menu li.header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
    }

    .sidebar-menu li > a > .fa-angle-left,
    .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        -webkit-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
    }

    .sidebar-menu li > a > .fa-angle-left {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -8px;
    }

    .sidebar-menu .menu-open > a > .fa-angle-left,
    .sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sidebar-menu .active > .treeview-menu {
        display: block;
    }


/*
 * Component: Sidebar Mini
 */

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 70px !important;
        z-index: 1;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 70px !important;
        z-index: 9999;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
            margin-right: 0;
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
                border-top-right-radius: 4px;
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
        .sidebar-mini.sidebar-collapse .sidebar-form,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
        .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
            display: none !important;
            -webkit-transform: translateZ(0);
        }

    .sidebar-mini.sidebar-collapse .logo {
        width: 70px;
        height: auto;
        padding: 0;
    }

        .sidebar-mini.sidebar-collapse .logo > .logo-mini {
            display: block;
            margin-left: -15px;
            margin-right: -15px;
            font-size: 18px;
            text-align: center;
        }

        .sidebar-mini.sidebar-collapse .logo > .logo-lg {
            display: none;
        }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 70px;
    }
}

@media(min-width: 768px) {

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        display: block !important;
        position: absolute;
        width: 220px;
        left: 70px;
        top: 50px !important;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right-container) {
        position: absolute;
        top: 0;
        background: inherit;
        padding: 4px 15px;
        line-height: 34px;
        display: flex !important;
        white-space: nowrap;
        width: 230px;
        right: -220px;
        background: #354b84;
        height: 100%;
        align-items: center;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span.pull-right-container {
        position: absolute;
        display: flex !important;
        right: 0;
        background: transparent !important;
        width: 220px;
        padding: 5px 20px 5px 10px;
        line-height: 36px;
        top: 0px;
        height: 100%;
        align-items: center;
        justify-content: flex-end;
        left: 70px;
    }
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:first-child {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 14px 20px;
    background-color: inherit;
}

/*.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    position: relative !important;
    float: right;
    width: auto !important;
    left: 200px !important;
    top: -30px !important;
    z-index: 900;
    background: transparent;
}*/

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
    display: none;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 44px;
    margin-left: 0;
}

.sidebar-expanded-on-hover .main-footer,
.sidebar-expanded-on-hover .content-wrapper {
    margin-left: 50px;
}

.sidebar-expanded-on-hover .main-sidebar {
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125);
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

    .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-form,
    .sidebar-menu > li.header {
        overflow: hidden;
        text-overflow: clip;
    }

    .sidebar-menu li > a {
        position: relative;
    }



/*
 * Component: Dropdown menus
 * -------------------------
 */



.navbar-nav > .user-menu .user-image {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 0px;
    border: 2px solid;
    border-color: #755cf1;
}

@media (max-width: 767px) {
    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }
}

/* Fix dropdown menu in navbars */

.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 10px;
        left: auto;
        width: 230px;
    }

@media (max-width: 991px) {
    .navbar-custom-menu > .navbar-nav {
        float: right;
    }

        .navbar-custom-menu > .navbar-nav > li {
            position: static;
        }

            .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
                position: absolute;
                right: 10px;
                left: auto;
                border: 1px solid #ddd;
                background: #fff;
            }
}


/*
 * Component: Form
 * ---------------
 */

.form-control {
    /*border-radius: 0;
    box-shadow: none;*/
    border-color: #d2d6de;
}

    .form-control:focus {
        border-color: #3c8dbc;
        box-shadow: none;
    }

    .form-control::-moz-placeholder,
    .form-control:-ms-input-placeholder,
    .form-control::-webkit-input-placeholder {
        color: #bbb;
        opacity: 1;
    }

    .form-control:not(select) {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
    border-color: #00a65a;
    box-shadow: none;
}

.form-group.has-success .help-block {
    color: #00a65a;
}

.form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
    border-color: #f39c12;
    box-shadow: none;
}

.form-group.has-warning .help-block {
    color: #f39c12;
}

.form-group.has-error label {
    color: #dd4b39;
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group.has-error .help-block {
    color: #dd4b39;
}


/* Input group */

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}


/* button groups */

.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

.icheck > label {
    padding-left: 0;
}


/* support Font Awesome icons in form-control */

.form-control-feedback.fa {
    line-height: 34px;
}

.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
    line-height: 46px;
}

.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
    line-height: 30px;
}



/*
 * Component: Box
 * --------------
 */

.box {
    position: relative;
    background: #ffffff;
    width: 100%;
    -webkit-box-shadow: 0px 8px 25px -4px rgba(22, 30, 117, 0.4);
    -moz-box-shadow: 0px 8px 25px -4px rgba(22, 30, 117, 0.4);
    box-shadow: 0px 8px 25px -4px rgba(22, 30, 117, 0.4);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

    .box.box-primary {
        border-top-color: #3c8dbc;
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

    .box.box-danger {
        border-top-color: #dd4b39;
    }

    .box.box-warning {
        border-top-color: #f39c12;
    }

    .box.box-success {
        border-top-color: #00a65a;
    }

    .box.box-default {
        border-top-color: #d2d6de;
    }

    .box.collapsed-box .box-body,
    .box.collapsed-box .box-footer {
        display: none;
    }

    .box .nav-stacked > li {
        border-bottom: 1px solid #f4f4f4;
        margin: 0;
    }

        .box .nav-stacked > li:last-of-type {
            border-bottom: none;
        }

    .box.height-control .box-body {
        max-height: 300px;
        overflow: auto;
    }

    .box .border-right {
        border-right: 1px solid #f4f4f4;
    }

    .box .border-left {
        border-left: 1px solid #f4f4f4;
    }


    .box > .overlay,
    .overlay-wrapper > .overlay,
    .box > .loading-img,
    .overlay-wrapper > .loading-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box .overlay,
    .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }

        .box .overlay > .fa,
        .overlay-wrapper .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .box .overlay.dark,
        .overlay-wrapper .overlay.dark {
            background: rgba(0, 0, 0, 0.5);
        }

    .box .box-body {
        border-radius: 12px;
        /*overflow: auto;*/
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    min-height: 450px;
}

.box-input {
    max-width: 200px;
}

.modal .panel-body {
    color: #444;
}



/*
 * Component: Button
 * -----------------
 */

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

    .btn.uppercase {
        text-transform: uppercase;
    }

    .btn.btn-flat {
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-width: 1px;
    }

    .btn:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn:focus {
        outline: none;
    }

    .btn.btn-file {
        position: relative;
        overflow: hidden;
    }

        .btn.btn-file > input[type='file'] {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            font-size: 100px;
            text-align: right;
            opacity: 0;
            filter: alpha(opacity=0);
            outline: none;
            background: white;
            cursor: inherit;
            display: block;
        }

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

    .btn-default:hover,
    .btn-default:active,
    .btn-default.hover {
        background-color: #e7e7e7;
    }

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.hover {
        background-color: #367fa9;
    }

.btn-success {
    color: #ffffff;
    font-family: 'Arvo-Regular';
    font-size: 10px;
    text-transform: capitalize;
    border: 0px solid #31248e;
    background: #f78d1e;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 5px 8px;
    margin: 0px 5px;
    display: inline-block !important;
    width: auto !important;
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success.hover {
        background: #18171e;
    }

.btn-info {
    background-color: #354b84;
    border-color: #354b84;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 2px 10px;
    margin: 3px 10px;
}


    /*.approve-part .btn-info:hover,
    .approve-part .btn-info:active,
    .approve-part .btn-info.hover {
        background-color: #2d92d0;
        border:0px !important;
    }*/

    .btn-info:hover,
    .btn-info:active,
    .btn-info.hover {
        background-color: #2d92d0;
    }

        .btn-info:hover,
        .btn-info:focus,
        .btn-info:active .btn-danger {
            background-color: #dd4b39;
            border-color: #354b85;
        }

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
    background-color: #d73925;
}

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

    .btn-warning:hover,
    .btn-warning:active,
    .btn-warning.hover {
        background-color: #e08e0b;
    }

.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

    .btn-outline:hover,
    .btn-outline:focus,
    .btn-outline:active {
        color: rgba(255, 255, 255, 0.7);
        border-color: rgba(255, 255, 255, 0.7);
    }

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn[class*='bg-']:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}



/*
 * Component: alert
 * ----------------
 */

.alert {
    border-radius: 3px;
}

    .alert h4 {
        font-weight: 600;
    }

    .alert .icon {
        margin-right: 10px;
    }

    .alert .close {
        color: #000;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

        .alert .close:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

    .alert a {
        color: #fff;
        text-decoration: underline;
    }

.alert-success {
    border-color: #008d4c;
}

.alert-danger,
.alert-error {
    border-color: #d73925;
}

.alert-warning {
    border-color: #e08e0b;
}

.alert-info {
    border-color: #00acd6;
}


/*
 * Component: Nav
 * --------------
 */

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #444;
    background: #f7f7f7;
}


/* NAV PILLS */

.nav-pills > li > a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}

    .nav-pills > li > a > .fa,
    .nav-pills > li > a > .glyphicon,
    .nav-pills > li > a > .ion {
        margin-right: 5px;
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-top-color: #3c8dbc;
}

.nav-pills > li.active > a {
    font-weight: 600;
}


/* NAV STACKED */

.nav-stacked > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav-stacked > li.active {
    background: #3c8dbc;
}

    .nav-stacked > li.active > a,
    .nav-stacked > li.active > a:hover {
        border-top: 0;
        border-left-color: #3c8dbc;
        display: inline-block;
        color: #fff;
        /*background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc;
    border-left-width: thick;
    font-weight: bolder;*/
    }

.nav-stacked > li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}



/* PAGINATION */

.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}


/*
 * Component: Table
 * ----------------
 */

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #f4f4f4;
}

.table > thead > tr > th {
    border-bottom: 2px solid #f4f4f4;
}

.table tr td .progress {
    margin-top: 5px;
}

.table-bordered {
    border: 1px solid #f4f4f4;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #f4f4f4;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}


/* .text-center in tables */

table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}

.table.align th {
    text-align: left;
}

.table.align td {
    text-align: right;
}


/*
 * Component: Label
 * ----------------
 */

.label-default {
    background-color: #d2d6de;
    color: #444;
}



/*
 * Component: modal
 * ----------------
 */

.modal {
    background: rgba(0, 0, 0, 0.3);
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

.modal-header {
    border-bottom-color: #f4f4f4;
}

.modal-footer {
    border-top-color: #f4f4f4;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}



.treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

    .treeview-menu .treeview-menu {
        padding-left: 20px;
    }

    .treeview-menu > li {
        margin: 0px 5px;
    }

        .treeview-menu > li > a {
            padding: 5px 5px 5px 15px;
            display: block;
            font-size: 14px;
        }

            .treeview-menu > li > a > .fa,
            .treeview-menu > li > a > .glyphicon,
            .treeview-menu > li > a > .ion {
                width: 20px;
            }

            .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
            .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
            .treeview-menu > li > a > .fa-angle-left,
            .treeview-menu > li > a > .fa-angle-down {
                width: auto;
            }


.login-page,
.register-page {
    background: #d2d6de;
}

.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
    background: url(../images/login-bg.jpg) no-repeat center center;
}

@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

    .login-box-body .form-control-feedback,
    .register-box-body .form-control-feedback {
        color: #777;
    }

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}


/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */

.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
    .error-page {
        width: 100%;
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

@media (max-width: 991px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

@media (max-width: 991px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}

/*
 * General: Miscellaneous
 * ----------------------
 */

.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-r-5 {
    margin-right: 5px;
}

.inline {
    display: inline;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

    .description-block.margin-bottom {
        margin-bottom: 25px;
    }

    .description-block > .description-header {
        margin: 0;
        padding: 0;
        font-weight: 600;
        font-size: 16px;
    }

    .description-block > .description-text {
        text-transform: uppercase;
    }

.hide {
    display: none !important;
}

.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-group-unbordered > .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.flat {
    border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}

.text-sm {
    font-size: 12px;
}

.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

.description-block .description-icon {
    font-size: 16px;
}

.no-pad-top {
    padding-top: 0;
}

.position-static {
    position: static !important;
}

.list-header {
    font-size: 15px;
    padding: 10px 4px;
    font-weight: bold;
    color: #666;
}

.list-seperator {
    height: 1px;
    background: #f4f4f4;
    margin: 15px 0 9px 0;
}

.list-link > a {
    padding: 4px;
    color: #777;
}

    .list-link > a:hover {
        color: #222;
    }

.font-light {
    font-weight: 300;
}

.user-block:before,
.user-block:after {
    content: " ";
    display: table;
}

.user-block:after {
    clear: both;
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

.user-block .username,
.user-block .description,
.user-block .comment {
    display: block;
    margin-left: 50px;
}

.user-block .username {
    font-size: 16px;
    font-weight: 600;
}

.user-block .description {
    color: #999;
    font-size: 13px;
}

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
    margin-left: 40px;
}

.user-block.user-block-sm .username {
    font-size: 14px;
}

.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    float: left;
}

.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}

    .img-sm + .img-push {
        margin-left: 40px;
    }

.img-md {
    width: 60px;
    height: 60px;
}

    .img-md + .img-push {
        margin-left: 70px;
    }

.img-lg {
    width: 100px;
    height: 100px;
}

    .img-lg + .img-push {
        margin-left: 110px;
    }

.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}


/*
 * Misc: print
 * -----------
 */

@media print {
    .no-print,
    .main-sidebar,
    .left-side,
    .main-header,
    .content-header {
        display: none !important;
    }

    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }

    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 0 !important;
    }

    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .invoice-col {
        float: left;
        width: 33.3333333%;
    }

    .table-responsive {
        overflow: auto;
    }

        .table-responsive > .table tr th,
        .table-responsive > .table tr td {
            white-space: normal !important;
        }
}


/*ng-Grid*/

.gridStyle {
    border: 1px solid #3C8DBC !important;
    /*width: 98%;*/
    height: 400px;
    margin: auto;
}

.ngHeaderCell {
    position: absolute;
    top: 0;
    bottom: 0;
    /*background-color: darkblue !important;*/
    background-color: #3C8DBC !important;
    color: white !important;
}



.customHeader {
    width: 100%;
    padding: 5px 0px;
}

.collapsedPanel {
    border-top: none;
    margin-bottom: 10px;
}



.tab-content > .active,
.pill-content > .active {
    /*display: table;*/
    width: 100%;
}

.customRow {
    width: 97%;
    margin: 10px auto 10px auto;
    min-height: 250px;
}

.btn-space {
    margin-right: 5px;
}

.customHeader h2 {
    color: #357CA5;
}

.custom-treeView {
    margin: 0px 0px 0px 10px;
    padding-left: 10px;
}

.required_Field {
    color: red;
}

.clear {
    clear: both;
}

.margin-top-10 {
    margin-top: 10px;
}

.store_checkbox {
    float: left;
    display: block;
}

.store-head span {
    font-weight: bold;
}

.store-head label {
    padding-left: 5px;
    line-height: 25px;
}

.margin-r-20 {
    margin-right: 20px;
}

.form-control:focus {
    border-color: #357CA5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #3c8dbc;
}

.form-control input,
.form-control select {
    border-radius: 10px;
}


.fileupload_panel .col-lg-9 {
    padding: 0px;
}

.fileupload_panel .col-lg-1 {
    padding: 0px;
    margin: 0px 8px 0px 7px;
}

.fileupload_panel .col-lg-10 {
    padding: 0px;
    margin: 0px 8px 0px 7px;
}

.Coupon_fileupload_panel .col-lg-10 {
    padding: 0px;
}

.Coupon_fileupload_panel .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.modal-body fieldset.col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.ui-grid-pager-panel {
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
    background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}


.post-container {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 0 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1px 1px #ddd;
    -moz-box-shadow: 0 0 1px 1px #ddd;
    -ms-box-shadow: 0 0 1px 1px #ddd;
    -o-box-shadow: 0 0 1px 1px #ddd;
    box-shadow: 0 0 1px 1px #ddd;
    border-radius: 5px;
}

    .post-container:hover > .post-option {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

.post-option {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 5px;
    margin-bottom: 2px;
    background-color: rgba(255, 255, 255, .95);
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .post-option .list-options {
        width: 100%;
        display: table;
        list-style-type: none;
        margin: 0;
        padding: 0;
        color: black;
    }

        .post-option .list-options > li {
            display: table-cell;
            width: 25%
        }

            .post-option .list-options > li > a {
                display: block;
                text-align: center;
                font-size: 18px;
                line-height: 26px;
                color: #434a54
            }

                .post-option .list-options > li > a:hover {
                    color: #4a89dc;
                    text-decoration: none
                }

                .post-option .list-options > li > a span {
                    display: block;
                    padding: 3px 0;
                    text-align: center;
                    font-size: 9px;
                    line-height: 9px;
                    font-weight: 400;
                    text-transform: uppercase
                }

.post-image {
    background-color: #fff;
    height: unset;
    padding-bottom: 20px;
}


    .post-image img:focus {
        outline: 0
    }

.post-meta {
    padding: 15px;
    background-color: #fff
}

    .post-meta .list-meta,
    .post-meta .list-meta > li {
        font-size: 12px;
        line-height: 14px
    }

.post-desc {
    border-top: 1px solid #ddd;
    padding: 5px;
    /*background-color: #fff;*/
    font-size: 14px
}

    .post-desc h2 {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 26px;
        color: #666
    }

.post-content {
    background-color: #fff;
    padding: 15px
}

.post-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    border: none;
    border-radius: 0px;
    padding: 10px;
}

.post-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lightbox-nav {
    position: relative;
    margin-bottom: 12px;
    /* the font-size of .btn-xs */
    height: 22px;
    text-align: center;
    font-size: 0;
    /* prevent the otherwise inherited font-size and line-height from adding extra space to the bottom of this div */
}

    .lightbox-nav .btn-group {
        vertical-align: top;
    }

    .lightbox-nav .close {
        /* absolutely position this in order to center the nav buttons */
        position: absolute;
        top: 0;
        right: 0;
    }

.lightbox-image-container {
    position: relative;
    text-align: center;
    /* center the image */
}

/*validation error*/


/* Color of invalid field */

.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
    color: red;
}


/* Color of valid field */

.has-success .control-label,
.has-success .help-block,
.has-success .form-control-feedback {
    color: #3c763d;
}

.modal-footer {
    padding: 0px 20px 20px;
    margin-top: 0px;
}

.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid #000000;
    border-right: 3px solid transparent;
    border-bottom: 0 dotted;
    border-left: 3px solid transparent;
    margin-top: 8px;
    float: right;
}

.promotionTab-Questions {
    /*min-height:250px;*/
}

.nav-justified li a {
    font-weight: bold;
}

.promotionOption-panel {
    /*background: #fdfdfd;
    padding: 10px;
    border: 1px solid #d2d6de;
    border-radius:5px;*/
    margin-top: 10px;
}

.promotionQuestion-panel {
    /*background: #fdfdfd;
    padding: 10px;
    border: 1px solid #d2d6de;
    border-radius:5px;
    margin-top:5px;*/
    width: 100%;
    float: right;
    margin-top: 10px;
}


.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.uib-tab .nav-item {
    background-color: rgb(60, 141, 188);
    color: rgb(0, 0, 0);
}

.modal-custom-lg {
    width: 95%;
}

.menuItems div {
    float: left;
    margin: 0 5px 0 5px;
}

.menuItems fieldset {
    float: left;
}


/*Start Template builder*/

#layout_Canvas {
    display: table;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#layout-builder,
#layoutBuilder,
#layoutBuilder_back,
layoutBuilder_temp {
    width: 950px;
    min-height: 497px;
    margin: auto;
    display: table;
    position: relative;
}

#layout-builder-front,
#layout-builder-back {
    /*background: #FFF;*/
    / border: 1px solid #DDD;
    / / border-radius: 8px;
    /
    /*color: #9DA0A4;*/
    position: relative;
    /*min-height: 100px;*/
    margin: 0px auto;
    /*height: 600px;*/
    /*overflow: hidden;*/
    /*width: 75%;*/
    width: 950px;
    min-height: 405px;
    max-height: 100%;
    background-color: #ffffff;
    border: 1px solid #cccfd1;
    float: left;
}

    #layout-builder-front img,
    #layout-builder-back img {
        max-width: 100%;
    }

.demo-div {
    width: 400px;
    height: 200px;
    background-color: #FFFFFF;
    border: 2px solid #183147;
}

.location-block {
    height: 100px;
    width: 225px;
    color: #000000;
    /*color: #0089db;*/
    /*color: #5bc0de;*/
    /*border: 2px solid #46b8da;*/
    /*border-radius: 4px;*/
    position: absolute;
    cursor: default;
    font-family: sans-serif;
    text-align: center;
    z-index: 998;
}

.coupon-block {
    height: 100px;
    width: 225px;
    color: #0089db;
    /*color: #5bc0de;*/
    /*border: 2px solid #46b8da;*/
    /*border-radius: 4px;*/
    position: absolute;
    cursor: default;
    text-align: center;
    z-index: 998;
}

.storeHour-block {
    height: 100px;
    width: 225px;
    color: #000000;
    /*color: #0089db;*/
    /*color: #5bc0de;*/
    /*border: 2px solid #46b8da;*/
    /*border-radius: 4px;*/
    position: absolute;
    cursor: default;
    text-align: center;
    z-index: 998;
}

.addText-block {
    height: 100px;
    width: 225px;
    color: #000000;
    /*color: #0089db;*/
    /*color: #5bc0de;*/
    /*border: 2px solid #46b8da;*/
    /*border-radius: 4px;*/
    position: absolute;
    cursor: default;
    text-align: center;
    z-index: 998;
}

.couponInner {
    /* min-width: 50px; */
    /* min-height: 50px; */
    border-bottom: 2px dashed;
    border-bottom-color: #999;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #d2d2d2;
    /* width: 10%; */
    /* width: -webkit-calc(100% / 10); */
    /* width: calc(100% / 10); */
    /* height: 100%; */
    display: table-row;
    width: 100%;
}

.couponInnerHorizontal {
    /* min-width: 50px; */
    /* min-height: 50px; */
    border-bottom: 2px dashed;
    border-bottom-color: #999;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #d2d2d2;
    /* width: 10%; */
    /* width: -webkit-calc(100% / 10); */
    /* width: calc(100% / 10); */
    /* height: 100%; */
    display: block;
    /* width: 100%; */
    /* float: left; */
    border: 1px dashed;
    flex: auto;
}

    .couponInner p,
    .couponInnerHorizontal p {
        font-weight: bold;
        color: black;
    }

.couponPanel {
    border: 2px dashed;
    border-color: #999;
    border-bottom: none;
    padding: 0;
    /* display: block; */
    height: 100%;
    display: grid;
    table-layout: auto;
}

.couponPanelHorizontal {
    border: 2px dashed;
    border-color: #999;
    border-bottom: none;
    padding: 0;
    display: block;
    height: 100%;
    display: flex;
    align-items: stretch;
}

.storeHourInner {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: table-row;
    width: 100%;
}

.storeHourPanel {
    padding: 0;
    height: 100%;
    display: grid;
    table-layout: auto;
}

.storeHourPanelTemp {
    padding: 0;
    height: 100%;
    display: grid;
    table-layout: auto;
}

.addTextPanelTemp {
    padding: 0;
    height: 100%;
    display: grid;
    table-layout: auto;
}

.question-block .question,
.question-answer {
    font-weight: bold;
    font-size: 3vw;
    /* line-height: 14px; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    width: 100%;
    height: 100%;
}

.question-block:hover,
.location-block:hover,
.coupon-block:hover,
.storeHour-block:hover,
.addText-block:hover {
    background-color: #fcfcfc;
    border: 2px solid #0089db;
    border-radius: 4px;
}

.note-popover.popover {
    z-index: 2000;
}

.rotateControl {
    z-index: 2001;
}

    .rotateControl a {
        display: block;
    }

.marginRight {
    margin-left: 25px;
}

#previewImage .question-block,
#previewImage .location-block {
    position: absolute !important;
}

.question-block,
.location-block {
    position: absolute !important;
}

.rotateControl,
.removeControl {
    z-index: 4500;
}

.post-image-inner {
    width: 25%;
    height: auto;
    float: left;
    margin: 0 10px;
}

.layout_artwork_Canvas {
    width: 75%;
    margin: auto;
    cursor: not-allowed;
    pointer-events: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.is-success {
    color: #ffffff;
    font-weight: bold;
    background-color: #5cb85c;
    -webkit-box-shadow: 0 0 3px 3px #4cae4c;
    -moz-box-shadow: 0 0 3px 3px #4cae4c;
    -ms-box-shadow: 0 0 3px 3px #4cae4c;
    -o-box-shadow: 0 0 3px 3px #4cae4c;
    box-shadow: 0 0 3px 3px #4cae4c;
}

.is-error {
    background-color: #d9534f;
    -webkit-box-shadow: 0 0 3px 3px #d43f3a;
    -moz-box-shadow: 0 0 3px 3px #d43f3a;
    -ms-box-shadow: 0 0 3px 3px #d43f3a;
    -o-box-shadow: 0 0 3px 3px #d43f3a;
    box-shadow: 0 0 3px 3px #d43f3a;
}



/*///////////////////////////////////////
Fonts 
//////////////////////////////////////*/

@font-face {
    font-family: 'Open-sans-light';
    src: url('../fonts/OpenSans-Light.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-Light.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open-sans-regular';
    src: url('../fonts/OpenSans-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-Regular.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open-sans-semibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-Semibold.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-Bold.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-ExtraBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-ExtraBold.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Arvo-Regular';
    src: url('../fonts/Arvo-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Arvo-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Arvo-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Arvo-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Arvo-Regular.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Arvo-Italic';
    src: url('../fonts/Arvo-Italic.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Arvo-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Arvo-Italic.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Arvo-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Arvo-Italic.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Arvo-Bold';
    src: url('../fonts/Arvo-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Arvo-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Arvo-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Arvo-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Arvo-Bold.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Arvo-BoldItalic';
    src: url('../fonts/Arvo-BoldItalic.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Arvo-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Arvo-BoldItalic.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Arvo-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Arvo-BoldItalic.svg') format('svg');
    /* Legacy iOS */
}


/*///////////////////////////////////////
Fonts 
//////////////////////////////////////*/

.copyrights-login {
    text-align: center;
    padding: 10px 0px;
}

    .copyrights-login span {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0px 0px 5px 0px;
    }

.login-main {
}

.login-box h2 {
    font-size: 24px;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
    font-family: 'Arvo-Bold';
}

.company-logo {
    text-align: center;
    padding: 0px;
}

.login-box,
.register-box {
    width: 450px;
    margin: 3% auto 5% auto;
    padding: 15px;
    background: url(../images/login-bg.jpg) no-repeat center center;
    -webkit-box-shadow: 0px 8px 25px -4px rgba(137, 151, 177, 0.8);
    -moz-box-shadow: 0px 8px 25px -4px rgba(137, 151, 177, 0.8);
    box-shadow: 0px 8px 25px -4px rgba(137, 151, 177, 0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .login-box .btn-success {
        font-family: 'Arvo-Regular';
        font-size: 16px;
        text-transform: uppercase;
        border: 0px solid #31248e;
        background: #2d92d0;
        /* Old browsers */
        background: -moz-linear-gradient(left, #2d92d0 0%, #2950bc 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #2d92d0 0%, #2950bc 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #2d92d0 0%, #2950bc 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d92d0', endColorstr='#2950bc', GradientType=1);
        /* IE6-9 */
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
    }

        .login-box .btn-success:hover {
            border: 0px solid #31248e;
            background: #18171e;
        }

    .login-box .btn-primary {
        font-family: 'Arvo-Regular';
        font-size: 16px;
        text-transform: uppercase;
        border: 0px solid #4c2684;
        background: #f78d1e;
        /* Old browsers */
        background: -moz-linear-gradient(left, #f78d1e 0%, #f24f52 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #f78d1e 0%, #f24f52 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #f78d1e 0%, #f24f52 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78d1e', endColorstr='#f24f52', GradientType=1);
        /* IE6-9 */
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        padding: 10px 16px !important;
        margin: 0px !important;
    }

        .login-box .btn-primary:hover {
            border: 0px solid #4c2684;
            background: #18171e;
        }

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #e3c6c3;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.skin-blue .logo {
    background-color: transparent !important;
    color: #ffffff !important;
    border-bottom: 0 solid transparent;
    font-family: 'Arvo-Regular';
    border-right: 0px solid #bfc0e9;
    text-align: left;
}

    .skin-blue .logo a {
        color: #ffffff !important;
    }

        .skin-blue .logo a:hover {
            color: #000000 !important;
        }

.skin-blue .main-header .navbar {
    background-color: transparent !important;
}

    .skin-blue .main-header .navbar .nav > li > a {
        font-family: 'Arvo-Regular';
        font-size: 14px;
        padding: 13px 16px 13px 16px;
        color: #354b84 !important;
        line-height: 28px;
    }

        .skin-blue .main-header .navbar .nav > li > a:hover,
        .skin-blue .main-header .navbar .nav > li > a:active,
        .skin-blue .main-header .navbar .nav > li > a:focus,
        .skin-blue .main-header .navbar .nav .open > a,
        .skin-blue .main-header .navbar .nav .open > a:hover,
        .skin-blue .main-header .navbar .nav .open > a:focus,
        .skin-blue .main-header .navbar .nav > .active > a {
            color: #755cf1 !important;
            background: none !important;
        }

.skin-blue .main-header li.user-header {
    background-image: url('../images/bg-menus.jpg');
    background-position: center center;
    background-repeat: repeat;
    border: 1px solid #c5c9f6;
    border-bottom: 0px;
    /* Old browsers */
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    color: #ffffff;
    font-family: 'Arvo-Regular';
    font-size: 12px;
    text-transform: uppercase;
    border: 0px solid #31248e;
    background: #354b84;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 7px 12px;
    width: fit-content;
    margin-bottom: 0px;
    margin-top: 8px;
}

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
        background: #2d92d0;
    }

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .pull-right .btn-default {
    color: #ffffff;
    font-family: 'Arvo-Regular';
    font-size: 12px;
    text-transform: uppercase;
    border: 0px solid #31248e;
    background: #f78d1e;
    /* Old browsers */
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 10px 20px;
}

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .pull-right .btn-default:hover {
        background: #18171e;
    }

input[type="text"].ui-grid-filter-input {
    display: block;
    width: 100%;
    height: 25px;
    padding: 4px 12px !important;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.btn-primary {
    color: #ffffff;
    font-family: 'Arvo-Regular';
    font-size: 11px;
    border: 0px solid #31248e;
    background: #354b84;
    /* Old browsers */
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 4px 10px;
    margin: 3px 10px;
}

    .btn-primary.promo-btn {
        padding: 5px 0px;
    }

.promo-btn span {
    padding: 7px 10px;
    border-radius: 60px;
}

.btn-primary:hover {
    background: #2d92d0;
}

.ui-grid-canvas .btn-success {
    color: #ffffff;
    font-family: 'Arvo-Regular';
    font-size: 11px;
    border: 0px solid #31248e;
    background: #f78d1e;
    /* Old browsers */
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 4px 10px;
    margin: 3px 10px;
}

    .ui-grid-canvas .btn-success:hover {
        background: #000000;
    }

.modal-footer .btn-primary {
    margin: 0px 10px !important;
}

.modal-footer .btn-default {
    color: #ffffff;
    font-family: 'Arvo-Regular';
    font-size: 11px;
    border: 0px solid #31248e;
    background: #d31935;
    /* Old browsers */
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 4px 10px;
    margin: 0px 10px;
}

    .modal-footer .btn-default:hover {
        color: #ffffff;
        background: #18171e;
    }

.btn-danger {
    color: #ffffff;
    font-family: 'Arvo-Regular';
    font-size: 11px;
    border: 0px solid #31248e;
    background: #f24f52;
    /* Old browsers */
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 4px 10px !important;
    margin: 3px 10px;
}

    .btn-danger:hover {
        background: #18171e;
    }

.btn-warning {
    color: #ffffff;
    font-family: 'Arvo-Regular';
    font-size: 11px;
    border: 0px solid #31248e;
    background: #f78d1e;
    /* Old browsers */
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 4px 10px;
    margin: 3px 10px;
}

    .btn-warning:hover {
        background: #18171e;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background: #ffffff;
    margin-right: 0px;
}

.nav-tabs > li > a {
    font-size: 18px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #3b4b85;
    border: none;
    border-radius: 0;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border-bottom: none;
    background-color:rgb(245,245,245) !important;
    border-right:1px solid rgb(235,235,235)
}

    .nav-tabs > li > a:not(:last-child) {
        margin-right: 2px;
    }

.nav-tabs.nav-justified > li > a {
    border-bottom: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom: 1px solid transparent;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover {
        border-bottom: 1px solid transparent;
    }

.nav > li.disabled > a {
    color: #354B85;
}

.nav-tabs > li > a:hover {
    line-height: 1.428571429;
    background: #2d92d0;
    /* Old browsers */
    color: #3b4b85 !important;
    background-color: rgb(250,250,250) !important;
}

.panel-primary > .panel-heading {
    border: 0px !important;
    border-color: transparent;
    padding: 0px;
}

.panel {
    border: 0px !important;
}

.panel-group .panel {
    margin: 5px 0px;
    overflow: inherit;
    border-radius: 4px;
}

.panel-title > a {
    font-family: 'Arvo-Bold';
    font-size: 14px;
    display: table;
    width: 100%;
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 3px;
    background: #354b84;
    /* Old browsers */
}

    .panel-title > a:hover {
        display: table;
        width: 100%;
        color: #ffffff;
        background: #2d92d0;
        /* Old browsers */
    }

.collapse.in {
    border: 1px solid #2950bc !important;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0px !important;
}

.builder-new {
    width: 100% !important;
    display: table;
    position: relative;
}

    .builder-new #layout-builder-front,
    .builder-new #layout-builder-back {
        width: 100% !important;
        display: table;
        position: relative;
    }

.page-summary-box {
    border: 1px solid #d2d6de;
    border-radius: 6px;
    width: 100%;
    padding: 15px;
    margin: 10px 0px;
    text-align: center;
}

    .page-summary-box .btn-primary {
        margin: 3px auto !important;
    }

.button-big .btn-primary {
    font-family: 'Arvo-Regular';
    font-size: 14px;
    text-transform: uppercase;
    border: 0px solid #4c2684;
    background: #2d92d0;
    /* Old browsers */
    background: -moz-linear-gradient(left, #2d92d0 0%, #2950bc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2d92d0 0%, #2950bc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2d92d0 0%, #2950bc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d92d0', endColorstr='#2950bc', GradientType=1);
    /* IE6-9 */
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 10px 16px !important;
    margin: 0px !important;
}

    .button-big .btn-primary:hover {
        border: 0px solid #4c2684;
        background: #18171e;
    }

    .button-big .btn-primary span {
        font-family: 'Arvo-Bold';
        font-size: 19px;
        display: block;
        width: 100%;
    }

.sidebar-collapse .copyrights-left {
    display: none;
}

.copyrights-left {
    position: absolute;
    bottom: 2%;
    left: 0px;
    width: 100%;
    font-size: 13px;
    font-family: 'Arvo-Regular';
    display: block;
    color: #ffffff;
}

    .copyrights-left span {
        display: block;
        width: 100%;
        padding: 5px;
    }

        .copyrights-left span img {
            width: auto;
        }

    .copyrights-left a {
        color: #ffffff !important;
        font-family: 'Arvo-Bold';
    }

        .copyrights-left a:hover {
            color: #ffba57 !important;
        }

.approve-part .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    padding: 7px 15px;
}

.approve-part .panel-primary .list-group {
    border: 1px solid #dddddd;
    border-top: 0px solid #dddddd;
    padding: 20px 10px;
}

.approve-btn-part {
    width: 100%;
    display: table;
    text-align: center;
}

.tab-inner-tab-content .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    padding: 8px 30px;
}

.coupons-part .panel-heading label {
    margin-bottom: 0;
    display: block;
    text-align: left;
    font-size: 16px;
}

.coupons-part .coupons-panel {
    border: 1px solid #dddddd;
    border-top: 0px solid #dddddd;
}

.table-striped {
    border: 1px solid #dddddd;
}

.box-style-border {
    border: 1px solid #dddddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    padding: 7px;
    display: table;
    margin-bottom: 15px;
}

    .box-style-border .form-group {
        width: 100%;
        display: table;
    }

input[type="radio"],
input[type="checkbox"] {
    margin: 3px 7px 0 !important;
    float: left;
    height: 20px;
}

.store-head span {
    font-family: 'Arvo-Bold';
    color: #f78d1e;
}

.button-center {
    display: table;
    width: 100%;
    text-align: center;
}

label {
    line-height: 24px;
}


/*///////////////////////////// dashboard link hove effects ///////////////////////////////////////////*/

.view-tenth .normal-icons {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.view-tenth .mask {
    background-color: rgba(53, 75, 132, 1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: #ffffff;
}

.view-tenth h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 10px 20px 10px 20px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #ffffff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 0px 0px 5px 0px;
}

.view-tenth p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth:hover .normal-icons {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

select.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background: url('../images/arrow-dropdown.png') no-repeat right top #ffffff !important;
    border: 1px solid #e3c6c3;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.navbar-nav select.form-control {
    width: 100% !important;
}

.month-container table {
    border: 1px solid #7484b7;
    margin: 0px;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    padding: 10px !important;
    background: #edf1ff;
}

.calendar .month-container {
    height: 220px !important;
}

.month-container table th.month-title {
    background: #49588a;
    color: #ffffff;
}

.month-container table th.day-header {
    background: #697ab1;
    color: #ffffff;
}

.month-container table td {
    border: 1px solid #d4dbf2 !important;
}

.uib-day .btn-info {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 5px 0px !important;
    margin: 0px !important;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

.uib-datepicker-popup {
    background: #ffffff;
    padding: 5px 5px 10px 5px !important;
    border: 1px solid #d4dbf2 !important;
}

.sub-menu {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: #c7c6fd;
    /*overflow-y: scroll !important;
    height: 120px;*/
}

    .sub-menu li a {
        padding: 5px 5px 5px 30px;
        display: block;
        color: #000000 !important;
        font-family: 'Open-sans-semibold';
        font-size: 12px;
        line-height: 30px;
    }

        .sub-menu li a:hover {
            color: #ffffff !important;
            background: #354b84;
        }

        .sub-menu li a i {
            text-align: center;
            margin: 0px 5px;
            font-size: 13px !important;
        }

.sidebar-mini.sidebar-collapse .main-sidebar {
    z-index: 99 !important;
    background: rgba(53, 75, 132) !important
}

.tree_1 {
    height: 360px;
    overflow-y: auto !important;
    z-index: 9999;
}

    .tree_1::-webkit-scrollbar {
        width: 1px;
    }


    /* Track */

    .tree_1::-webkit-scrollbar-track {
        background: #8aa4af;
    }


    /* Handle */

    .tree_1::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 30px;
    }


        /* Handle on hover */

        .tree_1::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media(max-height:821px) {
    .tree_1 {
        top: 100% !important;
        bottom: auto !important;
        height: 230px;
        overflow-y: auto !important;
        z-index: 9999;
    }

        .tree_1::-webkit-scrollbar {
            width: 1px;
        }
        /* Track */
        .tree_1::-webkit-scrollbar-track {
            background: #8aa4af;
        }
        /* Handle */
        .tree_1::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 30px;
        }
            /* Handle on hover */
            .tree_1::-webkit-scrollbar-thumb:hover {
                background: #555;
            }
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
}

@media(max-width: 767px) {
    .main-sidebar {
        z-index: 999;
        background-color: rgb(2, 27, 75);
    }

    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }

    .login-content {
        width: 100%;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
        top: 0;
        margin-left: 0px;
        padding: 12px 0px 12px 0px;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
        left: -10px !important;
        top: 4px !important;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        margin: 0 !important;
    }

    .sidebar-collapse .copyrights-left {
        display: block;
    }

    .tree_1 {
        height: 280px;
    }

    .main-header .navbar-custom-menu {
        float: right;
        padding-right: 0px;
    }

    .fileupload_panel .col-lg-1 {
        width: 0;
    }

    .answerlist-form .Coupon_fileupload_panel > .col-lg-10 {
        width: 100%;
    }


    .coupon-style-form .fileupload_panel .col-lg-10 {
        width: 82%;
        float: left;
    }

    .checkbox-wrapper {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .update-store-inform-form-upload > .col-lg-10 .col-lg-10 {
        width: 80%;
        float: left;
    }

    .update-store-info-form .update-store-inform-form-upload > .col-lg-10 {
        width: 70%;
        float: left;
    }

    .update-store-info-form .update-store-inform-form-upload > .col-lg-1 {
        width: 20%;
        float: left;
    }

    .answerlist-form .Coupon_fileupload_panel .col-lg-10 .col-lg-12 .col-lg-10 {
        width: 75% !important;
        float: left !important;
    }

    .answerlist-form .Coupon_fileupload_panel .col-lg-10 .col-lg-12 .col-lg-2 {
        float: left !important;
        width: 25%;
    }

    .nav-tabs.nav-justified > li > a {
        min-height: 10px !important;
    }

    .upload-wrapper,
    .download-wrapper {
        padding-top: 5px;
    }

    .copyrights-left {
        position: relative !important;
        top: 80px;
    }

    .skin-blue .main-header .navbar .nav > li > a {
        padding: 20px 10px 13px 10px !important;
    }

    .customHeader {
        padding: 10px 0px;
    }
}

.region-list-col .pl-0 {
    padding-left: 0px;
}

.region-list-col .pr-0 {
    padding-right: 0px;
}

.tree-text .borderless-input {
    width: 100%;
    text-align: center;
}

#Tree-Diagram {
    margin: 0px 10px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .post-container > .post-option {
        opacity: 1;
        transform: translateY(0);
    }

    #Tree-Diagram .tree-roots-elements .tree-parent .rect {
        width: 150px;
    }

    .sidebar {
        padding-bottom: 30px;
    }

    .skin-blue .main-header .navbar .nav > li > a {
        padding: 12px 16px 13px 16px;
    }

    .modal-body fieldset.col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md-12 {
        float: none;
        width: 100%;
    }

        .col-md-12.float-none {
            float: left !important;
        }

    .manage-coupons-detail-form .Coupon_fileupload_panel .col-lg-10 {
        width: 100%;
    }

    .store-head-order-report-head .col-md-1 br {
        display: none;
    }

    .store-head-order-report-head .col-md-1 {
        width: 18%;
        float: left;
    }

        .store-head-order-report-head .col-md-1 .btn-primary {
            float: none !important;
        }

    .coupons-part h4 {
        font-size: 14px;
    }

    .coupons-part h3 {
        font-size: 18px;
    }

        .coupons-part h3 .btn-danger {
            font-size: 10px;
        }

    .update-promotion-form ul li {
        margin-bottom: 1px;
    }

    .res-store-hours .pull-right {
        float: none !important;
    }

    .res-store-hours .col-md-6.pull-left {
        float: none !important;
    }

    .manage-menu-pricing-form .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .manage-category-form fieldset.col-md-12 .col-md-12,
    .find-and-link-stores-form .col-md-6 {
        padding: 0px;
    }

    .view-coupon-details-form > .col-md-6 {
        padding: 0;
    }

    .res-btn {
        margin-bottom: 10px;
    }

    .upload-wrapper .btn-warning {
        margin: 7px 10px;
    }

    .fleft label {
        float: none;
    }

    .switch-edit-button button {
        position: relative;
        z-index: 999;
    }
}

@media (min-width: 992px) {
    .modal-body fieldset.col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    float-none {
        float: left;
    }

    .manage-stores-store-hours .col-md-3 {
        width: 24%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .update-menu-item-form .Coupon_fileupload_panel .col-lg-10 .col-lg-12 .col-lg-10 {
        width: 80%;
        float: left;
    }

    .update-menu-item-form .Coupon_fileupload_panel .col-lg-10 .col-lg-12 .col-lg-2 {
        width: 20%;
        float: left;
    }

    .fileupload_panel {
        float: none;
    }

    .coupon-style-form .fileupload_panel {
        float: none !important;
    }

    .update-store-inform-form-upload > .col-lg-10 {
        width: 70%;
        float: left !important;
    }

        .update-store-inform-form-upload > .col-lg-10 .col-lg-10 {
            width: 70%;
            float: left;
        }

        .update-store-inform-form-upload > .col-lg-10 .col-lg-1 {
            width: 10%;
            float: left;
        }

    .res-store-hours .pull-right {
        float: none !important;
    }

    .res-store-hours .form-group .col-md-6 {
        width: 100%;
    }

    .manage-stores-store-hours .pull-right {
        float: none !important;
    }

    .manage-stores-store-hours .col-md-6 {
        width: 100%;
    }

    .view-coupon-details-form > .col-md-6 {
        width: 100%;
        padding: 0;
    }

    .res-btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .update-menu-item-form .Coupon_fileupload_panel {
        float: none !important;
    }

    .fileupload_panel,
    .Coupon_fileupload_panel {
        float: none !important;
    }

    .box-body {
        min-height: 100%;
        width: 100%;
    }
}

@media(min-width: 1200px) {
    .box-body {
        min-height: 100%;
    }
}

@media (max-width: 600px) {
    .post-container > .post-option {
        opacity: 1;
        transform: translateY(0);
    }

    .update-store-info-form .update-store-inform-form-upload > .col-lg-10 {
        width: 100%;
        float: none;
    }

    .update-store-inform-form-upload > .col-lg-10 .col-lg-10 {
        width: 92%;
        float: none;
    }

    .update-store-info-form .update-store-inform-form-upload > .col-lg-1 {
        float: left;
        width: 50%;
    }

    .panel-heading span {
        font-size: 14px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    .view-tenth .mask {
        opacity: 1;
    }

    .view-tenth h2 {
        opacity: 1;
        transform: scale(1);
    }

    .manage-stores-store-hours .col-xs-6,
    .res-store-hours .col-xs-6,
    .manage-stores-store-hours .col-md-6 {
        width: 100%;
    }

    .manage-promotion-last-btn-wrapper {
        text-align: center;
        margin: 0 auto;
    }

        .manage-promotion-last-btn-wrapper button {
            display: block;
            margin: 3px auto;
        }

            .manage-promotion-last-btn-wrapper button:first-child {
                margin-left: auto !important;
            }


    .btn-sm,
    .btn-danger,
    .btn-success, .btn {
        font-size: 10px;
    }
}

@media (max-height: 767px) {
    .tree_1 {
        height: 200px;
    }
}

@media (min-width: 768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        z-index: 9999;
    }

    .box-body {
        max-height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        box-shadow: 0px 0px 20px #161E7566;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .main-sidebar {
        height: 100%;
        overflow-y: auto;
    }

    .sidebar-collapse .copyrights-left {
        display: block;
        position: relative !important;
        top: 90px;
        z-index: -1;
    }
}

@media(max-width: 560px) {
    .coupon-style-form .fileupload_panel .col-lg-10 {
        width: 98%;
        float: none;
    }

    .store-head-order-report-head .col-md-1 {
        width: 30%;
        float: left;
    }

    .promotion-order-panel .col-xs-6 {
        width: 100%;
    }

    .coupons-part h3 {
        font-size: 14px;
    }

        .coupons-part h3 .btn-danger {
            font-size: 8px;
            padding: 2px 7px !important;
        }
}

@media (max-width: 450px) {
    .fileupload_panel .col-lg-10,
    .Coupon_fileupload_panel .col-lg-10 {
        width: 100%;
    }

    .container-gallery .col-xs-6 {
        width: 100%;
    }
}

@media (max-width: 1980px) {
    .fileupload_panel .col-lg-10 {
        margin: 0;
    }
}

@media(max-width: 1300px) and (min-width: 1200px) {
    .manage-stores-store-hours .pull-right {
        float: none !important;
    }

    .manage-stores-store-hours .col-md-6 {
        width: 100%;
    }
}

.blast-box {
    position: relative;
}

    .blast-box .blast-colors {
        margin: 20px;
        padding-bottom: 20px;
    }

    .blast-box .blast-color {
        position: relative;
        float: left;
        margin: 2px;
        height: 25px;
        width: 25px;
        max-height: 25px;
        max-width: 25px;
        background: black;
        color: transparent;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid white;
    }

    .blast-box .blast-custom-colors {
        clear: both;
        padding-top: 0px;
    }

    .blast-box input[name="blastCustomColor"],
    #menu-color,
    #body-overlay {
        margin-top: 0px;
        cursor: pointer;
        height: 30px;
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
    }

.appear-it {
    left: 0;
}

.flip-it {
    transform: rotateY(180deg);
    border-left: none;
    right: -40px;
}

.skin-blue.sidebar-mini .sidebar-toggle {
    color: #354b84;
}

#wrapper {
    position: relative;
}

.font-change-wrapper {
    position: relative;
    top: 10%;
}

.dynamic-hover:hover {
    background: auto;
}

/*.font-change-wrapper > [class*="font-"]:nth-child(2) {
    display: none;
}*/

.color-box-wrapper {
    width: 60%;
}

.color-box-wrapper {
    padding: 100px;
    margin: 80px auto 0;
    background: #f2f2f2;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.font-select {
    padding: 0 !important;
}

.theme-inupt-space .row {
    padding: 15px 0px;
}

.color-save-btn-wrapper input {
    text-align: center;
    float: none !important;
    width: 100px;
    padding: 10px 30px;
}

.service-list {
    position: relative;
}

    .service-list:before {
        position: absolute;
        content: '';
        width: 0;
        height: 100%;
        background: #FED400;
        left: 0;
        top: 0;
        border-radius: 15px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
    }

    .service-list:hover label {
        color: #000;
    }

    .service-list label {
        position: relative;
        z-index: 999;
    }

    .service-list:hover:before {
        width: 100%;
        right: 0;
    }

.opt-dia-wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.modal-fullscreen-content .modal-title {
    position: relative;
}

.modal-fullscreen-content .modal-header {
    padding: 0;
}

.modal-header .close {
    position: relative;
    font-size: 30px;
    filter: none;
    color: #827e7e;
    opacity: 0.5;
    transform: translate(-20px, 10px);
}

.model-left-menu .animationIf {
    color: red;
}

.btn.popup-btn {
    font-size: 12px;
    border-radius: 0;
    background: #FED400;
    color: #000;
    margin: 0;
    height: 40px;
    display: inline;
    padding: 0px 20px;
}

.modal-left-menu-wrapper ul li i:before {
    color: #354B85;
}

.modal-left-menu-wrapper ul li i.fa-caret-down:before {
    color: #354B85;
    position: relative;
    z-index: 9;
}

.modal-dialog modal-fullscreen-dialog .modal-body {
    float: left;
}

.modal-left-menu-wrapper > ul {
    padding-left: 0;
}

.modal-fullscreen-dialog .modal-footer {
    background: #354b84;
    border: none;
}

.model-left-menu {
    font-size: 16px;
    color: #354b85;
    text-transform: capitalize;
}

.modal-left-menu-wrapper ul li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

    .modal-left-menu-wrapper ul li > span {
        display: block;
        padding: 10px 20px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .modal-left-menu-wrapper ul li > span:hover {
            background: #fafafa;
        }

.modal-fullscreen-content .model-left-menu ul li:hover,
.model-left-menu ul li:hover,
.modal-fullscreen-content .modal-body ul > .model-left-menu:hover {
    color: #fed400;
}

.model-left-menu span.product {
    font-size: 14px;
    color: #354b85;
}

    .model-left-menu span.product i {
        margin-right: 10px;
        position: relative;
        top: 0;
        right: 0;
    }

.modal-fullscreen-content {
    padding: 0;
    position: relative;
}

    .modal-fullscreen-content:before {
        position: absolute;
        content: '';
        width: 17%;
        height: 100%;
        background: #354b84;
        left: 0;
        top: 0;
    }

    .modal-fullscreen-content:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 50px;
        background: #354b84;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .modal-fullscreen-content .modal-body ul > .model-left-menu {
        padding-left: 0;
    }

.modal-header {
    border: none;
}

.popup-two .modal-header .modal-title {
    color: #fff;
    display: inline-block;
    padding: 40px 20px 40px 20px;
}

.modal-fullscreen-content .modal-body {
    padding: 0;
}

.model-left-menu ul li {
    font-size: 14px;
    color: #fff;
    padding: 0px;
}

.model-left-menu .product {
    background: none;
    font-weight: normal;
    font-size: 16px;
}

.modal-fullscreen-content .model-left-menu ul {
    padding-left: 0px;
    padding-top: 10px;
}

.model-right-content-wrapper {
    margin-top: 30px;
    padding: 20px 0px;
}

    .model-right-content-wrapper .tab-content {
        height: calc( 100vh - 200px);
        overflow-y: scroll;
        padding-bottom: 50px;
    }

    .model-right-content-wrapper .tab-pane.maxtabheight .nav-tabs.nav-justified > li > a {
        text-align: center;
        min-height: 54px;
        padding: 10px 0px;
        position: relative;
    }

    .model-right-content-wrapper .tab-pane.mintabheight .nav-tabs.nav-justified > li > a {
        text-align: center;
        min-height: 30px;
        padding: 10px 0px;
        position: relative;
    }

    .model-right-content-wrapper .popup-tab .tab-pane .nav-tabs.nav-justified > li > a {
        display: flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        align-items: center;
        font-size: 11px;
        justify-content: center;
        background: #354b84;
        text-transform: uppercase;
        width: 100%;
    }

    .model-right-content-wrapper .nav-tabs.nav-justified > li.active > a:before {
        width: 80%;
    }

    .model-right-content-wrapper .nav-tabs.nav-justified > li.active a {
        color: #fed400;
        border-bottom: 3px solid;
    }

    .model-right-content-wrapper .nav-tabs.nav-justified > li.disabled a {
        color: #a6a6a6;
    }

        .model-right-content-wrapper .nav-tabs.nav-justified > li.disabled a:hover {
            background: #354b84 !important;
        }

.modal-fullscreen-dialog .modal-body .row {
    margin: 0;
}

.popup-tab .tab-pane > ul {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.popup-tab .tab-pane .tab-content {
    border: none;
}

.popup-tab .nav-tabs.nav-justified > li {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.tab-inner-content {
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid #D1DAE9;
    padding: 30px 40px;
    border-radius: 8px;
    margin-bottom: 30px;
}


/*.tab-content-panel {
    margin-top: 20px;
}*/

.img-zoom-wrapper {
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 100%;
    min-height: 250px;
}


    .img-zoom-wrapper.inner-tab-zoom-wrapper {
        border: 1px solid #D1DAE9;
        border-radius: 8px;
        overflow: unset;
    }

.right-img-col .img-zoom-wrapper img {
    height: 100%;
    object-fit: contain;
    /*width: auto;*/
    box-shadow: 0px 3px 6px #00000029;
    margin: 0 auto;
}

.right-img-col .wip-image-zoom, .inner-tab-zoom-wrapper .wip-image-zoom {
    border: none;
    height: 100%;
}

.wip-image-zoom .main-image-wrapper {
    height: 100%;
}

.tab-head-wrapper {
    text-align: center;
}


.des-wrapper h2 {
    color: #354B85;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 0;
}

.des-wrapper p {
    font-size: 18px;
    color: #354B85;
}

.single-product-btn-wrapper {
    padding-top: 30px;
}

    .single-product-btn-wrapper .btn-primary.tab-btn {
        padding: 10px 30px;
        border-radius: 14px;
        font-size: 16px;
        background: #354b85;
        color: #fff;
    }

.tab-inner-content:hover {
    background: rgba(238, 238, 238, 0.3);
}

.tab-inner-content .col-md-4 .modal-thumb-img {
    max-height: 136px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.btn-primary.tab-btn {
    padding: 8px 20px;
    margin: 0px 10px 0px 0px;
    float: left;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    background-color: rgb(245,245,245) !important;
}

.img-thumbnail.left-big-img {
    border: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
}


/*.left-img-col img {
    width: 60%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}*/

.model-right-content-wrapper .customRow {
    width: 100%;
    margin: 10px auto 10px auto;
    min-height: 250px;
    position: relative;
}

    .model-right-content-wrapper .customRow .button-wrapper {
        position: fixed;
        width: auto;
        right: 50px;
        z-index: 999;
        bottom: 60px;
    }

#show {
    width: 150px;
    height: 200px;
    overflow: hidden;
    position: relative;
    left: 0;
}

    #show img {
        height: 200px;
        object-fit: cover;
    }

.main-zoom {
    width: 700px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

#show_mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100px;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: crosshair;
    border: 1px solid #999;
    display: none;
}

#zoom {
    position: absolute;
    left: 200px;
    top: 0;
    z-index: 3;
    width: 400px;
    height: 400px;
    display: none;
    overflow: hidden;
    border: 1px solid #eee;
}

    #zoom img {
        position: absolute;
        left: 0;
        top: 0;
    }

.coupons-part h4 {
    margin-bottom: 20px;
}

.container-gallery-wrapper div {
    padding-left: 0;
    padding-right: 0;
}

.container-gallery-wrapper {
    display: inline-block;
    margin: 16px auto;
    padding: 0;
}

.container-gallery .pagination > li {
    display: inline-block;
    margin: 0px 2px;
}

    .container-gallery .pagination > li a {
        padding: 10px;
    }

.ques-wrapper {
    width: 90%;
    margin: 0 0 0 auto;
    padding-left: 30px;
    padding-right: 20px;
}

.model-left-menu .product {
    position: relative;
    cursor: pointer;
}


/*.pro-title-wrapper h2 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding: 20px 0px 0px;
}*/

.ques-wrapper select.form-control,
.ques-wrapper .form-group .form-control {
    border-radius: 8px;
    display: block;
    border: 1px solid rgba(136, 136, 136, 0.3);
    width: 40%;
}

.ques-wrapper .form-group label.btn-danger {
    margin-bottom: 10px;
    border-radius: 0;
    background: #fed400;
    color: #000;
}

.que-wrapper .form-group {
    margin: 10px 0px;
}


/*.pro-title-wrapper p {
    color: #000;
    padding: 10px 0px 50px;
}*/

.model-right-content-wrapper .panel {
    margin-bottom: 0;
}

.coupons-img-col {
    text-align: center;
}

    .coupons-img-col img {
        width: 60%;
    }

.welcome-screen-title-wrapper {
    text-align: center;
}

    .welcome-screen-title-wrapper h1,
    .tab-title h1 {
        font-size: 30px;
        font-weight: 800;
        color: #000;
        text-transform: uppercase;
    }

    .welcome-screen-title-wrapper h3,
    .tab-title h3 {
        font-size: 20px;
        color: #000;
        font-weight: 300;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 12px;
        line-height: 35px;
    }

    .welcome-screen-title-wrapper h5 {
        font-weight: 300;
        font-size: 16px;
        color: #29854F;
    }

.green-sub-head {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    margin: 0 auto;
    /*padding-top: 10px;*/
    text-align: center;
    width: 90%;
}

.tab-inner-tab-content .form-control {
    border-color: #888;
    padding: 15px 20px;
    border-radius: 0;
}

.tab-inner-tab-content .panel-heading {
    background-color: #354b84;
    border-color: #354b84;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
}

.tab-inner-tab-content .outofdate {
    background-color: #F24F52 !important;
    border-color: #F24F52 !important;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
}


/*.tab-inner-tab-content .panel-heading label {
    color: #fed400;
}*/

.modal-right-outer {
    padding-left: 45px;
}

.tab-inner-tab-content .panel-body > span {
    font-size: 16px;
    display: block;
    text-align: left;
}

.input-wrapper-coupons input {
    position: relative;
    padding: 10px 0px;
}

.popup-pagination.pagination > .active > a,
.popup-pagination.pagination > .active > span,
.popup-pagination.pagination > .active > a:hover,
.pagination > .active > span:hover,
.popup-pagination.pagination > .active > a:focus,
.popup-pagination.pagination > .active > span:focus {
    color: #fff;
    background-color: #354b85;
    border-color: #354b85;
}

.coupons-wrapper {
    padding-top: 20px;
}

.tab-title h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
}

.coupons-wrapper .post-container {
    margin: 0;
}

.popup-btn.popup-big-btn {
    width: auto;
}

.approve-part.popup-arrove .list-group li {
    color: #354B85;
    font-size: 16px;
}

    .approve-part.popup-arrove .list-group li:first-child {
        font-weight: 600;
    }

.approve-part.popup-arrove .list-group li {
    font-weight: 600;
}

.popup-highlight {
    color: #019847;
}

.input-wrapper-coupons {
    padding: 0;
}

.wip-image-zoom.box-style .zoom-mask.right-top {
    top: -18px !important;
}

button.close.popup-close-btn {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    z-index: 999;
    position: relative;
    opacity: 0.5;
    color: #fff;
    top: 12px;
    right: 12px;
}


/* Direct mail promo tool responsive 5/11/19*/

.popup-sidebar-outer-wrapper {
    padding-bottom: 50px;
    z-index: 999;
    padding-right: 0;
}

.modal-left-menu-wrapper {
    overflow-y: scroll;
    background: transparent;
    border: 1px solid #D1DAE9;
    border-radius: 8px;
}

.scrollbar-dusty-grass::-webkit-scrollbar-track,
.model-right-content-wrapper .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border-radius: 20px;
    margin: 10px 0px;
    z-index: 0;
    position: relative;
}

.promotion-order-tab-wrapper .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border-radius: 10px;
    margin: 10px 0px;
}

.scrollbar-dusty-grass::-webkit-scrollbar,
.model-right-content-wrapper .tab-content::-webkit-scrollbar,
.promotion-order-tab-wrapper .tab-content::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
    margin: 10px 0px;
}

.scrollbar-dusty-grass::-webkit-scrollbar-thumb,
.promotion-order-tab-wrapper .tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(228, 224, 224, 1) 0%, rgba(224, 224, 224, 1) 100%);
    background-image: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(228, 224, 224, 1) 0%, rgba(224, 224, 224, 1) 100%);
    margin: 10px 0px;
}

.order-details-wrapper.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background: rgba(53,75,133,.6);
    border-radius: 6px;
    margin: 10px 0px;
}

.model-right-content-wrapper .tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(248, 248, 248, 1) 0%, rgba(224, 224, 224, 1) 100%);
    background-image: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(248, 248, 248, 1) 0%, rgba(224, 224, 224, 1) 100%);
}

.thin::-webkit-scrollbar,
.promotion-order-tab-wrapper .tab-content::-webkit-scrollbar,
.model-right-content-wrapper .tab-content::-webkit-scrollbar {
    width: 12px;
    margin: 10px 0px;
}

.popup-logo {
    visibility: visible !important;
}

    .popup-logo img {
        width: 50%;
        height: auto;
    }

.modal-dialog.modal-fullscreen-dialog .modal-footer {
    min-height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
}

.btn.popup-close-text-btn {
    width: 50px;
    font-size: 10px;
    height: 24px;
}


/*.right-img-col .wip-image-zoom.box-style .zoom-mask.right-top {
    top: -18px !important;
    right: 100% !important;
    left: auto;
}*/

#promotionOrderModal.modal {
    overflow-y: auto;
}


/* Popup Artwork Tab*/

.modal-fullscreen-dialog.modal-bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    z-index: 999999;
    left: 0;
}

.modal-fullscreen-dialog {
    overflow-y: hidden;
}

.single-product-list-wrapper .img-zoom-wrapper img {
    height: 180px;
    object-fit: contain;
    margin: 0 auto;
}

/* Direct mail promo tool responsive*/
@media (max-width: 1400px) {
    .modal-title {
        font-size: 18px;
    }

    .model-left-menu {
        font-size: 14px;
        line-height: 20px;
    }

        .model-left-menu .product,
        .model-left-menu ul li {
            font-size: 14px;
        }

        .model-left-menu .product {
            cursor: pointer;
        }

    .tab-dia-wrapper h3 {
        font-size: 14px;
        margin-top: 0px;
        color: #000;
        font-weight: 500;
    }

    .tab-head-wrapper {
        padding: 0;
    }

        .tab-head-wrapper h2 {
            font-size: 20px;
        }

    .color-box-wrapper {
        padding: 60px;
    }
}

@media(max-width: 1299px) and (min-width: 1200px) {
    .popup-sidebar-outer-wrapper {
        width: 20%;
    }

    .modal-fullscreen-content:before {
        width: 20.9%;
    }

    .modal-right-outer {
        width: 80%;
        padding-left: 20px;
    }
}

@media(max-width: 1199px) and (min-width: 992px) {
    .modal-fullscreen-content:before {
        width: 21.5%;
    }

    .ques-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .popup-sidebar-outer-wrapper {
        width: 20%;
        padding-left: 0;
    }

    .model-left-menu span.product {
        font-size: 12px;
    }

    .model-left-menu ul li {
        padding: 6px 0px;
        font-size: 12px;
    }

    .modal-right-outer {
        padding-left: 20px;
        width: 80%;
    }

    .service-list label {
        margin-bottom: 0;
        line-height: 18px;
    }

    .green-sub-head {
        width: 100%;
    }

    .modal-right-outer {
        padding: 0;
        width: 77%;
        margin-left: 25px;
    }

    .tab-inner-content {
        padding: 10px 0px 10px;
    }

    .tab-inner-tab-content .panel-body span {
        font-size: 13px;
        padding: 0;
        font-weight: 500;
    }
    /*.left-img-col{
        width: 20%;
    }*/
    /*.img-zoom-wrapper.inner-tab-zoom-wrapper {
        height: 170px;
        margin-top: 0;
    }*/
    /*.tab-inner-tab-content{
        width: 80%;
    }*/
    .des-wrapper {
        width: 80%;
    }

    .color-box-wrapper {
        padding: 50px;
        margin: 20px auto;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .service-list {
        width: 18%;
        float: left;
    }

    .service-line {
        width: 9%;
        float: left;
    }

    .popup-logo img {
        width: 120px;
        height: auto;
    }

    .modal-fullscreen-content:before {
        display: none;
    }

    .modal-left-menu-wrapper {
        overflow-y: scroll;
        height: auto;
        position: relative;
    }

    .modal-fullscreen-content > .col-md-12 {
        padding: 0px 0px;
    }

    .modal-fullscreen-content .popup-sidebar-outer-wrapper:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #354b84;
        top: 0;
        left: 0;
    }

    .modal-fullscreen-content .modal-header,
    .modal-dialog.modal-fullscreen-dialog .modal-footer {
        position: relative;
    }

    button.close.popup-close-btn {
        right: 12px;
    }

    .model-right-content-wrapper {
        margin-top: 0;
    }

    .service-list label {
        font-size: 12px;
        line-height: 15px;
    }

    .modal-right-outer {
        padding-left: 16px;
    }

    .tab-inner-content {
        padding: 16px;
    }

        .tab-inner-content .col-md-7 {
            clear: both;
        }

    .ques-wrapper {
        width: 100%;
    }

    .opt-dia-wrapper .service-list:first-child {
        width: 130px !important;
    }

    .green-sub-head {
        width: 100%;
    }

    .right-img-col .wip-image-zoom.box-style .zoom-mask.right-top {
        left: 0;
    }

    .model-right-content-wrapper .customRow .button-wrapper,
    .coupon-btn-wrapper {
        position: relative;
        width: auto;
        right: 10px;
        z-index: 999;
        bottom: 0;
    }

    .color-box-wrapper {
        padding: 50px;
        margin: 20px auto;
    }

    .nav-tabs > li > a {
        font-size: 14px !important;
    }

    .option-tab-head h2 {
        font-size: 18px !important;
    }

    .promoQuestions label > span {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .ques-wrapper select.form-control,
    .ques-wrapper .form-group .form-control {
        width: 90%;
    }

    .nav-tabs > li > a {
        font-size: 14px !important;
    }

    .dasboard-grid-wrapper {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .service-list {
        width: 18%;
        float: left;
    }

    .service-line {
        width: 9%;
        float: left;
    }

    .popup-logo img {
        width: 120px;
        height: auto;
    }

    .modal-fullscreen-content:before {
        display: none;
    }

    .modal-left-menu-wrapper {
        overflow-y: scroll;
        height: auto;
        position: relative;
    }

    .modal-fullscreen-content > .col-md-12 {
        padding: 0px 0px;
    }

    .modal-fullscreen-content .popup-sidebar-outer-wrapper:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #354b84;
        top: 0;
        left: 0;
    }

    .modal-fullscreen-content .modal-header,
    .modal-dialog.modal-fullscreen-dialog .modal-footer {
        position: relative;
    }

    button.close.popup-close-btn {
        right: 12px;
    }

    .model-right-content-wrapper {
        margin-top: 0;
    }

    .service-list label {
        font-size: 12px;
        line-height: 15px;
    }

    .modal-right-outer {
        padding-left: 16px;
    }

    .tab-inner-content {
        padding: 16px;
    }

    .modal.modal-createArtwork .modal-dialog .modal-content,
    #my_modal_creatingArtwork .modal-dialog .modal-content {
        padding: 20px;
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .tab-inner-content .col-md-7 {
        clear: both;
    }

    .ques-wrapper {
        width: 100%;
    }

    .green-sub-head {
        width: 100%;
    }

    .popup-tab .tab-pane > ul {
        flex-direction: column;
    }

    .col-md-2.service-list,
    .col-md-12 .opt-dia-wrapper .col-md-2.service-list:first-child {
        width: 100%;
    }

    .col-md-1.service-line {
        display: none;
    }

    .des-wrapper h2 {
        margin-bottom: 0px;
    }

    .welcome-screen-title-wrapper h1,
    .tab-title h1 {
        font-size: 24px;
    }

    .welcome-screen-title-wrapper h3,
    .tab-title h3 {
        width: 100%;
        font-size: 16px;
        margin: 0;
        line-height: 22px;
        padding: 10px 0px;
    }

    .right-img-col .wip-image-zoom.box-style .zoom-mask.right-top {
        left: 0;
    }

    .model-right-content-wrapper .customRow .button-wrapper,
    .coupon-btn-wrapper {
        position: relative;
        width: auto;
        right: 10px;
        z-index: 999;
        bottom: 0;
    }

    .color-box-wrapper {
        padding: 30px;
        width: 80%;
        margin: 20px auto;
    }

    .dashboard-page-content .view ul {
        columns: 1 !important;
        -webkit-columns: 1 !important;
        -moz-columns: 1 !important;
    }

    .des-wrapper p {
        font-size: 14px;
    }

    .tab-inner-content {
        padding: 10px;
    }

    .single-product-list-wrapper {
        padding: 0;
    }

    .tab-content {
        padding: 0px;
    }

    .promoQuestions label > span {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .ques-wrapper select.form-control,
    .ques-wrapper .form-group .form-control {
        width: 90% !important;
    }

    .inner-tab-zoom-wrapper .img-thumbnail {
        padding: 20px !important;
    }

    .modal.modal-createArtwork .modal-dialog,
    #my_modal_creatingArtwork .modal-dialog {
        width: auto !important;
    }

        .modal.modal-createArtwork .modal-dialog .modal-body button {
            margin: 5px 0px !important;
        }

    .coupon-btn-wrapper {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        text-align: right;
        display: block;
        float: left;
    }

    .nav-tabs > li > a {
        font-size: 14px !important;
    }

    .option-tab-head h2 {
        font-size: 18px !important;
    }

    .promoQuestions label > span {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .ques-wrapper select.form-control,
    .ques-wrapper .form-group .form-control {
        width: 90%;
    }

    .nav-tabs > li > a {
        font-size: 14px !important;
    }

    .dasboard-grid-wrapper {
        width: 100% !important;
    }

    .order-detail-btn .btn {
        padding: 3px 10px;
    }

    .order-details-content-wrapper .form-control {
        height: 30px;
    }

    .order-details-content-wrapper .form-group .btn {
        height: 30px;
        padding: 4px 15px !important;
    }

    .order-details-content-wrapper h4 {
        font-size: 14px;
    }

    .order-details-border {
        padding: 15px !important;
    }
}

@media(max-width: 500px) {
    .res-zoom-img-col {
        width: 100%;
    }

    .tab-inner-content {
        padding: 0;
        margin: 10px 0px;
    }

    .btn.popup-btn {
        width: 130px;
        margin: 4px 0px;
    }

    .tab-inner-tab-content .panel-body span {
        font-size: 12px;
    }

    .coupons-part .panel-heading {
        margin-top: 30px;
    }

    .popup-btn.popup-big-btn {
        width: 230px;
    }
}

.pointer {
    cursor: pointer !important;
}

.opt-dia-wrapper .service-list:first-child {
    width: 170px;
}


/* view large btn*/

.view-large-btn-wrapper {
    padding: 20px;
    text-align: center;
}

    .view-large-btn-wrapper span {
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
    }

.large-page-wrapper {
    max-height: 53vh;
    overflow-y: scroll !important;
}

.popup-two .modal-custom-lg {
    width: 100%;
    padding: 0;
}

.popup-two .modal-header .close {
    color: #000;
    z-index: 99999;
}

.popup-two .modal-header .modal-title {
    color: #354b84;
    display: block;
    padding: 0;
}

.popup-two .modal-header {
    padding: 15px 15px 0px;
}

.panel-open.scroll-50vh {
    max-height: 50vh;
    overflow-y: scroll;
}

.panel-open > div:last-child {
    margin-bottom: 40px;
}

@media(min-width: 768px) {
    .content-wrapper {
        max-height: calc( 100vh - 100px);
    }
}

.modal-backdrop.fade.in.add-bg {
    background: #fff;
    z-index: 9999;
}

#updateStoreInfo {
    margin-top: 0 !important;
}

.coupon-right {
    text-align: right;
    float: right;
}

.custom-checkbox {
    display: inline;
    margin-right: 10px;
}

    .custom-checkbox i {
        color: #3c8dbc;
    }

.customHeader .checkbox label {
    float: right;
}

.orderTable {
    width: 50%;
}

.orderTable,
th,
tr,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 15px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 3px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/* New XD Design changes */

.logo-mini b {
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
}

    .logo-mini b img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: auto;
    }

.sidebar-mini.sidebar-collapse .logo > .logo-mini {
    margin: 0;
    padding: 16px 10px;
    line-height: 0;
}

.main-sidebar .logo .logo-lg {
    padding: 16px 0px;
    white-space: nowrap;
}

.sidebar-collapse.skin-blue .sidebar a i {
    left: 12px;
    /*custom*/
    left: 0;
    /*custom*/
    position: relative;
}

.dasboard-grid-wrapper [class*="col-md"] {
    /*display: none;*/
    height: 220px;
    float: left;
}

.dasboard-grid-wrapper .col-md-4:first-child,
.dasboard-grid-wrapper .col-md-4:nth-child(3),
.dasboard-grid-wrapper .col-md-4:nth-child(6) {
    display: block;
}

.dasboard-grid-wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-top: 40px;
}

.box-body-wrapper hr {
    border-bottom: 0.5px solid #f7f7f7;
    margin: 10px 0px;
}

.box-body-wrapper .content-dontmiss h3 {
    padding: 10px 0px;
    border: none;
    font-size: 20px;
    color: #354B85;
    line-height: 30px;
}

.view-tenth:hover h2 {
    display: none !important;
}

.upload-panel-wrap .form-control,
.input-group .form-control {
    width: 100%;
}

.box-border2 {
    display: block;
    width: 100%;
    float: left;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 8px 0px;
    margin-bottom: 15px;
}

.sidebar-collapse.skin-blue .sidebar a i.map-icon:before {
    font-size: 30px;
}

.sidebar-collapse.skin-blue .sidebar a i:before {
    font-size: 25px;
}

.skin-blue .sidebar a i.fa-store:before,
.skin-blue .sidebar a i.icon-shopping-cart-solid-1:before {
    font-size: 18px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu li a i:before {
    font-size: 10px;
}

.box-style-border .Coupon_fileupload_panel {
    width: 100% !important;
}



.modal-left-menu-wrapper ul:first-child li i.fa-caret-down:before {
    float: right;
    position: relative;
    right: 0px;
    font-size: 12px;
    top: 0px;
    color: #354B85;
    z-index: 9;
}

.modal-left-menu-wrapper ul:first-child li i {
    float: right;
    position: relative;
    right: 10px;
    font-size: 12px;
    top: 14px;
}

.modal-left-menu-wrapper ul li ul li i {
    top: 10px;
}

.model-left-menu ul > li i {
    float: left;
    font-size: 12px;
    line-height: 20px;
}

.modal-left-menu-wrapper ul li:hover i:before {
    color: #354B85;
    z-index: 9;
    position: relative;
}


/*.model-left-menu .animationIf {
    padding-left: 0;
}*/

.choose-product-wrapper {
    width: 100%;
    float: left;
    border: 1px solid #D1DAE9;
    border-radius: 8px;
}

.single-product-list-wrapper {
    padding: 20px 15px;
}





.sidebar a i.icon-shopping-cart-solid-1 .cart-no {
    right: 0;
}

.nav-tabs.nav-justified > .active > a {
    border-bottom: 1px solid #f5f3f3;
}


.promoQuestions {
    border: 1px solid #D1DAE9;
    border-radius: 8px;
    padding: 30px 40px 15px;
    margin-bottom: 30px;
    position: relative;
}

    .promoQuestions .ques-num {
        position: absolute;
        left: -18px;
        top: 50%;
        transform: translate(0, -50%);
        background: #354B85;
        padding: 6px 12px;
        border-radius: 100%;
        font-size: 18px;
        color: #fff;
    }

    .promoQuestions label > span {
        font-size: 18px;
        color: #354B85;
        line-height: 30px;
    }

.input-group.date {
    width: 100%;
}

.promoQuestions .input-group.date input,
.promoQuestions .input-group.date .input-group-btn {
    float: left;
}

.inner-tab-zoom-wrapper .img-thumbnail {
    padding: 20px;
    cursor: pointer;
}

.ques-btn-wrapper .btn.popup-btn,
.coupon-btn-wrapper .btn.popup-btn,
.approve-part .btn.popup-btn,
.artwork-img-btn-group .btn.popup-btn {
    padding: 12px 30px;
    font-size: 12px;
    border-radius: 14px;
    background: #354B85;
    color: #fff;
    height: auto;
}

body .artwork-img-btn-group .btn.popup-btn {
    padding: 12px 15px;
}

.artwork-img-btn-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .artwork-img-btn-group .btn.popup-btn {
        margin-right: 10px;
    }

.input-wrapper-coupons {
    padding-top: 15px;
}

    .input-wrapper-coupons input {
        height: 27px;
    }

        .input-wrapper-coupons input[type="checkbox"] {
            margin: 0 10px 0 0 !important;
        }

.tab-inner-content-row {
    float: left;
    width: 100%;
}



.tab-inner-tab-content .input-wrapper-coupons .form-control {
    border-color: #D1DAE9;
    float: left;
    width: 60%;
}

.tab-inner-tab-content .input-wrapper-coupons .checkbox-wrapper {
    float: left;
    padding-left: 15px;
}

.coupons-wrapper .post-container {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

    .coupons-wrapper .post-container.is-success {
        box-shadow: 0px 0px 20px rgba(92, 184, 92, 0.8);
    }

.coupon-content {
    padding: 15px;
}

    .coupon-content h2 {
        font-size: 32px;
        text-transform: uppercase;
        color: #000;
        margin: 0px 0px 15px;
    }

    .coupon-content p {
        font-size: 20px;
        color: #000;
        font-weight: 800;
        margin-bottom: 15px;
    }

        .coupon-content p.coupon-code {
            font-size: 12px;
            background: #E4E4E3;
            color: #000;
            font-weight: 800;
            text-transform: uppercase;
            padding: 4px 0px 2px;
            margin: 0;
            line-height: 14px;
            margin-bottom: 0;
        }

            .coupon-content p.coupon-code span {
                letter-spacing: 0.4px;
            }

.add-icon i:before {
    color: #354B85;
    padding: 0px;
    border: 1px solid #354B85;
    border-radius: 100%;
    font-size: 14px;
}

.coupons-wrapper .post-container .add-icon {
    position: absolute;
    bottom: 0;
    right: 5px;
    margin-bottom: 0;
}

.coupons-wrapper .post-container.is-success {
    background: transparent;
}

.promotion-tab-content .input-group.date .input-group-btn,
.store-head-order-report-head .input-group.date .input-group-btn {
    float: none;
}

.promotion-tab-content .tab-content {
    padding: 20px;
}

.download-wrapper,
.upload-wrapper {
    display: inline-block;
}



.dashboard-page-content .company-logo img {
    margin: 0 auto;
    width: 150px;
}

.approve-part .list-group-item {
    border: none;
}

.approve-part .edit-proof button {
    margin-right: 20px;
}

.approve-part .approve-btn-part {
    text-align: right;
}

    .approve-part .approve-btn-part button {
        margin-bottom: 0;
    }

.mb-0 {
    margin-bottom: 0;
}

.exp-month-wrapper {
    float: left;
    width: 100%;
}

    .exp-month-wrapper label {
        display: block;
    }

    .exp-month-wrapper .exp-month.form-control {
        width: 80px !important;
        display: inline-block;
    }

    .exp-month-wrapper .form-control:last-child,
    .exp-month-wrapper .exp-year {
        display: inline-block;
        width: 100px;
    }

    .exp-month-wrapper span {
        margin: 0px 10px;
    }

.mt-15 {
    margin-top: 15px;
}

.dasboard-grid-wrapper .col-md-4:nth-child(2) .view ul {
    columns: 1;
}

.promotionTab-Questions .panel-body {
    border: 1px solid #eee;
}


.modal.modal-createArtwork,
#my_modal_creatingArtwork {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .modal.modal-createArtwork .modal-dialog,
    #my_modal_creatingArtwork .modal-dialog {
        left: 0;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
        position: absolute;
        top: 25%;
        overflow-y: hidden;
        right: 0;
    }

        .modal.modal-createArtwork .modal-dialog .modal-content,
        #my_modal_creatingArtwork .modal-dialog .modal-content {
            border-radius: 24px;
            padding: 30px 30px;
            text-align: center;
        }

            #my_modal_creatingArtwork .modal-dialog .modal-content img {
                margin-bottom: 32px;
            }

            .modal.modal-createArtwork .modal-dialog .modal-content h4,
            #my_modal_creatingArtwork .modal-dialog .modal-content h4 {
                font-size: 27px;
                color: #354B85;
                font-weight: 600;
            }

                #my_modal_creatingArtwork .modal-dialog .modal-content h4.green-text {
                    color: darkgreen;
                }

        .modal.modal-createArtwork .modal-dialog .modal-body button {
            font-size: 13px;
            background: #354B85;
            color: #fff;
            border-radius: 14px;
            margin: 0px 10px;
        }

        .modal.modal-createArtwork .modal-dialog .modal-content .modal-header .close {
            display: none;
        }

    #my_modal_creatingArtwork .modal-body {
        display: none;
    }

.artwork-img-btn-group .btn.popup-btn:last-child {
    margin-left: 0;
}

.product-dynamic-inner-form-btn-col .pull-right.res-btn {
    float: none !important;
}

.product-dynamic-inner-form-btn-col {
    text-align: right;
}


@media(max-width: 1400px) {
    .content-header > h1 {
        font-size: 26px;
    }

    .dashboard-page-content .company-logo img {
        width: 130px;
        margin: 0 auto;
    }

    .view,
    a.main-btns-1 {
        width: 90%
    }

    .dasboard-grid-wrapper,
    a.main-btns-1 {
        padding-top: 20px;
    }

        .dasboard-grid-wrapper .col-md-4:nth-child(3) ul {
            columns: 2;
        }

    .box-body-wrapper h2.dasboard-heading {
        font-size: 16px;
    }

    .dashboard-page-content hr {
        margin: 10px 0px;
    }

    .option-tab-head h2 {
        font-size: 22px;
    }

    .download-wrapper .btn,
    .upload-wrapper .btn {
        margin: 2px 4px !important;
    }

    .des-wrapper {
        width: 100%;
    }

        .des-wrapper h2 {
            font-size: 20px;
            margin-bottom: 15px;
        }

    .ques-btn-wrapper .btn.popup-btn,
    .coupon-btn-wrapper .btn.popup-btn,
    .approve-part .btn.popup-btn {
        padding: 8px 24px;
    }

    .artwork-img-btn-group .btn.popup-btn:last-child {
        margin-left: 0;
    }

    .artwork-img-btn-group .btn.popup-btn {
        padding: 8px 10px;
        font-size: 12px;
    }

    .modal.modal-createArtwork .modal-dialog .modal-content h4,
    #my_modal_creatingArtwork .modal-dialog .modal-content h4 {
        font-size: 20px;
        font-weight: 400;
    }

    .mail-remainder-wrapper a {
        margin-right: 20px;
    }
}

@media(max-width: 1199px) {
    .dashboard-page-content .view ul {
        padding: 10px;
    }

    .dashboard-page-content .view ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media(max-width: 1024px) {
    .view,
    a.main-btns-1 {
        width: 100%
    }
}

@media(max-width: 991px) {
    .dasboard-grid-wrapper [class*="col-md"] {
        margin-bottom: 15px;
    }

    .dashboard-page-content .view ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .ques-wrapper {
        padding-left: 18px;
        padding-top: 50px;
    }

    .des-wrapper p {
        font-size: 16px;
    }

    h3 {
        font-size: 20px;
    }

    .tab-content-panel > [class*="col-"] {
        padding: 0px;
    }

    .tab-content .img-zoom-wrapper {
        width: 100%;
        display: inline-block;
        min-height: 160px;
        margin-bottom:;
    }

    .tab-content-height {
        height: 100% !important;
    }

    .res-col-pad {
        padding: 0;
    }
}

@media(max-width: 767px) {
    .skin-blue .main-header .navbar .sidebar-toggle {
        position: relative;
        transition: all 0.3s ease;
    }

    .sidebar-open.skin-blue .main-header .navbar .sidebar-toggle {
        position: relative;
        left: 240px;
        z-index: 999;
        background: #fff;
    }

    .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .promotion-tab-content .tab-content {
        padding: 20px;
    }

    .sidebar-collapse.skin-blue .sidebar a i {
        left: 0;
    }

    .tab-inner-content-row {
        max-height: 100%;
    }

    .page-head-col2 .manage-item-select-category, .page-head-col2 .btn-wrapper {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.place-an-order-close-btn button.close.popup-close-btn, .tab-close-btn button.close.popup-close-btn {
    font-size: 26px;
    position: absolute;
    top: 0px;
    right: 30px;
    opacity: 1;
    background: transparent;
    color: #354b85;
    padding: 10px;
}

.place-an-order-close-btn {
    position: relative;
}

    .place-an-order-close-btn.close-text-btn button.close.popup-close-btn {
        padding: 13px;
        padding: 12px 30px;
        font-size: 12px;
        border-radius: 14px;
        background: #354B85;
        color: #fff;
        height: auto;
        font-weight: 200;
        margin-bottom: 20px;
        display: block;
        right: 60px;
    }

@media(min-width: 1400px) {
    .place-an-order-close-btn button.close.popup-close-btn {
        padding: 13px;
    }

    .place-an-order-close-btn.close-text-btn button.close.popup-close-btn {
        padding: 13px;
        padding: 12px 30px;
        font-size: 12px;
        border-radius: 14px;
        background: #354B85;
        color: #fff;
        height: auto;
        font-weight: 200;
        margin-bottom: 20px;
        display: block;
        right: 60px;
    }
}

.order-details-border {
    padding: 30px 30px 30px 35px;
    border: 1px solid #D1DAE9;
    border-radius: 8px;
    float: left;
    width: 100%;
}

.amout-table-wrapper {
    padding: 20px;
    border: 1px solid #D1DAE9;
    border-radius: 8px;
}

    .amout-table-wrapper table tr {
        border: none;
    }

    .amout-table-wrapper .table > thead > tr > th {
        border: none;
    }

    .amout-table-wrapper table {
        margin-bottom: 0;
    }

    .amout-table-wrapper .table > tbody > tr > td {
        border: none;
    }

.how-many-pieces-wrapper .order-details-content-wrapper .form-group {
    padding-top: 20px;
    margin-bottom: 0;
}



.order-details-content-wrapper .form-control {
    width: 250px;
    border-radius: 8px;
    height: 40px;
    border: 1px solid #D1DAE9;
    margin-bottom: 0;
    float: left;
}

.order-details-content-wrapper .form-group .btn {
    color: #fff;
    background: #3b4b85;
    border-radius: 8px;
    height: 36px;
    margin: 0px 0px 0px 20px;
    padding: 8px 20px;
    font-size: 12px;
}

.mail-to-reach-customer-wrapper,
.how-many-weeks-mail-wrapper {
    float: left;
    width: 100%;
}

.order-details-wrapper .form-group {
    padding-top: 20px;
    margin-bottom: 0;
}

.mail-remainder-wrapper a {
    font-size: 12px;
    color: #354B85;
    font-weight: 800;
    border: 1px solid #D1DAE9;
    padding: 10px 44px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    margin: 0px 15px 30px 0px;
    position: relative;
    transition: all 0.3s ease;
    float: left;
    width: 32%;
}

    .mail-remainder-wrapper a:hover {
        background: #354B85;
        color: #fff;
    }

.numWeekClass {
    background: #354B85 !important;
    color: #fff !important;
}

.mail-remainder-wrapper a span {
    display: block;
    font-weight: 600;
}

.mail-remainder-wrapper {
    margin-top: 35px;
}

.how-many-weeks-mail-wrapper .order-details-border {
    padding: 30px 30px 0px 35px;
}

.like-extras-wrapper {
    margin-top: 25px;
    float: left;
    width: 100%;
}

.secondary-payment-method-wrapper .close-btn-wrapper h4 span {
    background: red;
}

.secondary-payment-method-wrapper label {
    line-height: 24px;
    float: left;
    display: block;
    width: 100%;
}

.extras-wrapper h4 {
    margin-bottom: 35px;
}

/*.extras-wrapper button {
    font-size: 12px;
    border: 1px solid #D1DAE9;
    border-radius: 13px;
    padding: 6px 30px;
    margin-right: 20px;
    color: #364C85;
    background: transparent;
    transition: all 0.3s ease;
}

    .extras-wrapper button:hover {
        background: #364C85;
        color: #fff;
    }*/

.extras-how-many {
    margin-top: 60px;
}

.choose-store-wrapper,
.primary-payment-method-wrapper,
.secondary-payment-method-wrapper {
    float: left;
    width: 100%;
}

.order-details-wrapper {
    padding-right: 30px;
    float: left;
    width: 100%;
    max-height: 100%;
    overflow-y: scroll;
    height: 100vh;
}

.primary-payment-method-wrapper h4 span,
.secondary-payment-method-wrapper h4 span {
    width: 20px;
    height: 20px;
    background: #6DC458;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-right: 6px;
    top: 4px;
}

    .primary-payment-method-wrapper h4 span i,
    .secondary-payment-method-wrapper h4 span i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        color: #fff;
    }

.secondary-payment-method-wrapper .order-details-content-wrapper {
    width: 100%;
    float: left;
}

.order-details-content-wrapper .card-expiration-wrapper select {
    width: 100px;
    float: left;
    margin-right: 20px;
}

.card-expiration-wrapper label,
.card-svv label {
    display: block;
}

.card-expiration-wrapper {
    float: left;
    width: 60%;
}

.card-svv {
    float: right;
    width: 40%;
}

.secondary-payment-method-wrapper .card-svv .form-control {
    width: 100px;
}


.details-wrapper h4 {
    margin: 0px 0px 24px;
}

.details-wrapper p {
    color: #2D92D0;
    font-size: 14px;
    font-weight: 400;
}

    .details-wrapper p strong {
        color: #354b84;
        padding-right: 10px;
    }

    .details-wrapper p b strong {
        font-weight: bold;
    }

    .details-wrapper p b strong {
        font-weight: bold;
    }

.details-wrapper span.underline {
    text-decoration: underline;
}

.details-wrapper {
    padding-bottom: 55px;
}

.amount-table {
    padding: 32px;
}

    .amount-table table td.amount-head {
        font-weight: 800;
    }

    .amount-table .table > tbody > tr > td,
    .amount-table .table > tbody > tr {
        border: none;
    }

    .amount-table p {
        margin-bottom: 0;
    }

.order-detail-btn {
    text-align: center;
    margin-top: 20px;
    float: left;
    width: 100%;
}

    .order-detail-btn .btn {
        font-size: 14px;
        color: #fff;
        background: #364C85;
        border-radius: 13px;
        padding: 6px 20px;
        /*margin: 0px 10px;*/
    }

.sticky-col {
    position: sticky;
    top: 50px;
}

@media(max-width: 1400px) {
    .order-details-content-wrapper .card-expiration-wrapper select {
        width: 80px;
        margin-right: 10px;
    }

    .mail-remainder-wrapper a {
        margin-right: 15px;
    }

    .order-detail-btn .btn {
        padding: 6px 15px;
        font-size: 12px;
        margin-top: 10px;
    }

    .order-details-border {
        padding: 30px 14px 30px 20px;
    }

    /*.order-details-content-wrapper .form-control {
        width: 180px;
    }*/

    .order-details-content-wrapper .form-group .btn {
        margin: 0px 0px 0px 10px;
    }

    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .mail-remainder-wrapper a {
        width: 30%;
    }
}

@media(max-width: 1199px) {
    .mail-remainder-wrapper a {
        width: 46%;
    }

    .how-many-pieces-wrapper .order-details-content-wrapper {
        padding-top: 0;
    }
}

@media(max-width: 991px) {
    .order-details-row .order-details-wrapper {
        max-height: unset;
    }

    .amout-table-wrapper {
        margin-top: 20px;
    }

    .sticky-col {
        position: relative;
        top: 0;
    }

    .order-details-right-wrapper {
        margin-top: 20px;
    }

    .order-details-style1 .order-details-row {
        height: unset !important;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .amout-table-wrapper {
        margin-top: 20px;
    }
}

@media(max-width: 767px) {
    .order-details-row .order-details-wrapper {
        max-height: unset;
        height: unset;
        overflow: unset;
    }

    .order-details-style1 .order-details-content-wrapper .form-group .btn {
        padding: 4px 6px !important;
    }

    .order-details-content-wrapper .mail-remainder-wrapper a {
        padding: 10px 20px;
    }
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    white-space: nowrap;
}

.modal-left-menu-wrapper .model-left-menu span.product i {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
    right: auto;
}

.selectedproductIcon > i:before {
    color: #fff !important;
}

.manage-item-select-category select {
    display: inline-block;
    width: auto !important;
}

.coupon-admin-filter > input {
    float: left;
    width: 38%;
    display: inline-block;
    height: 30px;
}

.coupon-admin-filter .checkbox {
    display: inline-block;
    float: left;
    margin: 0;
}

    .coupon-admin-filter .checkbox input {
        width: auto;
    }

.coupon-admin-filter {
    width: 50%;
    float: left;
}

.manage-coupon-filter .btn-primary {
    margin: 3px 5px;
}

.navbar-static-top h3 {
    float: left;
    display: inline-block;
}

.modal-body {
    padding: 10px 15px;
}

@media(max-width: 991px) {
    .coupon-admin-filter {
        width: 100%;
    }

    .coupon-admin-filter {
        padding: 10px 0px 0px;
    }

    .coupon-admin-head .btn-wrapper {
        display: flex;
        flex-wrap: wrap;
        float: left;
        width: 100%;
        padding: 10px 0px;
    }
}

@media(max-width: 600px) {
    .coupon-admin-filter > input {
        width: 100%;
    }

    .coupon-admin-filter {
        padding: 10px 0px 0px;
    }

    .coupon-admin-head .btn-wrapper {
        display: flex;
        flex-wrap: wrap;
        float: left;
        width: 100%;
        padding: 10px 0px;
    }
}

@media(max-width: 1400px) {
    .row.coupons-part {
        margin: 0;
    }
}

#updateStorePanel form h4 {
    margin: 0px 0px 10px;
}


.product-group-mapping-page .switch-edit-button {
    margin: 10px 0px;
}

button.close.popup-close-btn.product-close-btn {
    color: #000;
}

.popupCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

    .popupCenter .modal-header {
        position: relative;
        text-align: center;
        padding: 30px;
    }

        .popupCenter .modal-header .close {
            position: absolute;
            right: 0;
            top: 0;
        }


/* Shooping cart*/

.btn-primary.orange-btn {
    background: #f78d1e;
}

.shopping-cart-row {
    padding: 15px 0px 15px;
    border-top: 1px solid rgba(53,75,133,0.2);
    margin-bottom: 2px;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.check-box-wrapper {
    width: 5%;
    display: inline-block;
    float: left;
}

    .check-box-wrapper input {
        margin: 0 !important;
        display: inline-block;
    }

.pro-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 30px;
    width: 110px;
}

.shop-des-wrapper {
    width: calc(100% - 120px);
}
/*.shop-des-wrapper {
    width: 40%;
    float: left;
    padding-left: 10px;
    padding-right: 14px;
}

.shipping-address-wrapper {
    width: 40%;
    float: left;
}

.card-details-wrapper {
    width: 35%;
    float: left;
}*/
.property-container label {
    margin-bottom: 0;
    line-height: 15px;
}

/*.amount {
    width: 35%;
    float: left;
}*/
.amount p {
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
}

    .amount p strong {
        font-weight: 400;
        font-size: 16px;
        color: #354B85;
    }

.amount-wrap span {
    font-size: 10px;
    line-height: 12px;
    display: block;
    position: relative;
    top: 5px;
    font-style: italic;
}
/*.amount-wrap {
    padding-right: 20px;
}*/
.amount label {
    display: block;
}

/*.checkout-edit-wrapper {
    width: 30%;
    float: left;
    text-align: center;
}*/

.checkout-edit-wrapper span {
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

    .checkout-edit-wrapper span.trash {
        background: #c9302c;
        text-align: center;
        color: #fff;
    }

    .checkout-edit-wrapper span.edit {
        color: #eea236;
        text-align: center;
        text-decoration: none;
    }

    .checkout-edit-wrapper span:not(:first-child) {
        display: inline-block;
        padding: 5px 10px 5px;
        border-radius: 17px;
        text-decoration: none;
        text-align: center;
    }

.shopping-cart-row [class*="col-"] {
    display: flex;
    align-items: center;
}

.pro-img-wrapper img {
    object-fit: contain;
    width: 100px;
    height: 100px;
}

.shopping-header-wrapper {
    padding: 5px 0px;
}

.store-name {
    background: #354b84;
    padding: 1px 10px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .store-name .store-wrapper, .store-name .store-wrapper a {
        width: 100%;
    }

        .store-name .store-wrapper a {
            color: #fff;
            display: block;
            position: relative;
        }

.shopping-btn-wrapper {
    float: right;
}

.shoppingcart-page-wrapper.content-pad-lr-20 {
    padding: 0px 20px;
}

.user-menu-wrapper {
    text-align: center;
}

    .user-menu-wrapper img {
        max-width: 100px;
    }

.shopping-header-wrapper h2 {
    color: #333;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.user-menu-wrapper p {
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
}



@media(max-width: 991px) {
    .shopping-cart-row [class*="col-"] {
        padding-bottom: 5px;
    }
}

@media(max-width: 767px) {
    .checkout-edit-wrapper,
    .amount,
    .card-details-wrapper,
    .shipping-address-wrapper,
    .shop-des-wrapper,
    .pro-img-wrapper,
    .check-out-wrapper {
        width: 100%;
        float: none;
        padding: 10px 0px;
    }

    .shopping-cart-row [class*="col-"] {
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        display: flex;
    }
}

@media(max-width: 575px) {
    .shopping-btn-wrapper {
        float: none;
    }

    .shopping-btn-wrapper {
        text-align: center;
    }

        .shopping-btn-wrapper .btn {
            display: inline-block;
            text-align: center;
            margin: 6px auto;
        }

    .shopping-header-wrapper h2 {
        text-align: center;
        display: block;
    }

    .btn-wrapper.dflex {
        justify-content: center;
    }

        .btn-wrapper.dflex .btn-primary {
            width: 100%;
            margin: 3px 0px;
        }

    .customHeader {
        margin: 0;
    }
}


/* Float button*/

.button-wrapper.ques-btn-wrapper.full-width-btn-wrapper {
    width: 100%;
    background: #fff;
    display: inline-block;
    padding: 10px 0px;
    right: 0;
}


.tab-flex {
    display: flex;
}

.box-body-wrapper [class*="col-"]:after {
    clear: both !important;
}

/************************** Common**************************/
/***********************************************************/

.box-inner-heading h2 {
    font-size: 20px;
    margin: 10px 0px;
}
/*.box-body h2 {
    font-family: 'Arvo-Regular';
    font-size: 16px;
    margin: 9px 0px 0px 0px;
}*/

/* Scroller for firefox */





/*** SIdebar menu ****/
.sidebar-menu > li {
    margin: 0px 0px;
}

    .sidebar-menu > li > a {
        /*padding: 11px 3px 10px 2px;*/
        padding: 11px 3px 10px 2px;
        display: flex;
        align-items: center;
        color: #fff !important;
        font-family: 'Open-sans-semibold';
        text-transform: uppercase;
        font-size: 12px;
        line-height: 30px;
        border-left: 3px solid transparent !important;
        position: relative;
        /*custom*/
        height: 60px;
        background: rgba(53, 75, 132) !important;
        /*justify-content: center;*/
        width: 100%;
        text-align: center;
        transition: all 0.3s;
        /*custom*/
    }

.skin-blue .sidebar a i {
    margin: 0px 14px 0px;
    width: 20px;
    /*margin: 0px 5px;*/
    /*custom*/
    /*margin: 0 0;*/
    /*custom*/
    font-size: 20px;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}


a .pull-right-container i {
    font-size: 14px !important;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    border-right: 0px solid #bfc0e9;
    /*background-color: transparent !important;*/
}

.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
    color: #e2eaff !important;
    /*background:#354b84 !important;*/
    border-left: 3px solid #fff !important;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a,
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a {
    color: #ffffff !important;
    /*custom*/
    background: rgba(53, 75, 132) !important;
    /*custom*/
    border-left: 3px solid #fff !important;
    /*custom*/
    border-left: 3px solid transparent !important;
    /*custom*/
}
.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0px 0px !important;
    background: #354b84;
    color: #ffffff;
    
}
/*custom*/
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span, .skin-blue .sidebar-menu > li > .treeview-menu {
    background: rgba(53, 75, 132) !important;
}
/*custom*/
.treeview-menu > li > a {
    padding: 5px 5px 5px 5px;
    display: block;
    color: #000000;
    font-family: 'Open-sans-semibold';
    font-size: 12px;
    line-height: 30px;
}

    .treeview-menu > li > a i {
        font-size: 10px !important;
    }

.skin-blue .sidebar-menu .treeview-menu {
    margin: 0px;
    padding: 0px;
}


    /*.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    margin: 10px 0px 0px 0px !important;
}*/

    .skin-blue .sidebar-menu .treeview-menu > li > a {
        color: #ffffff !important;
    }

        .skin-blue .sidebar-menu .treeview-menu > li > a:hover {
            color: #000 !important;
            background: #ffff;
        }

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background: transparent !important;
}

.sidebar-collapse.skin-blue .sidebar a i.icon-shopping-cart-solid-1 .cart-no, .sidebar a i.icon-shopping-cart-solid-1 .cart-no {
    position: absolute;
    top: -8px;
    font-size: 8px;
    color: #354b84;
    z-index: 1;
    padding: 3px 4px;
    background: #fff;
    font-weight: 600;
    border-radius: 100%;
    font-size: 10px;
    line-height: 8px;
    right: 0px;
    transform: translate(8px, 4px);
}
.sidebar-collapse.skin-blue .sidebar a i.fa-cart-shopping .cart-no, .sidebar a i.fa-cart-shopping .cart-no {
    position: absolute;
    top: -29px;
    font-size: 8px;
    color: #354b84;
    z-index: 1;
    padding: 3px 4px;
    background: #fff;
    font-weight: 600;
    border-radius: 100%;
    font-size: 10px;
    line-height: 8px;
    right: 0px;
    transform: translate(8px, 4px);
}
.sidebar-collapse.skin-blue .sidebar a i.icon-shopping-cart-solid-1,
.sidebar a i.icon-shopping-cart-solid-1 {
    position: relative;
}
/* Sidebar menu end*/

/* Common Spacing */
.content-pad-lr-20 {
    padding: 0px 20px;
}

.full-height {
    height: 100% !important;
}

/*************************** Dashboard ********************************/
/*********************************************************************/
a.main-btns-1 {
    min-height: 212px;
    width: 100%;
    display: block;
    font-family: 'Arvo-Regular';
    font-size: 22px;
    color: #354b84;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #cfdaeb;
    line-height: 22px;
    padding: 10px;
    background: rgba(53, 75, 132, 0);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    text-align: center;
    margin: 0px auto;
}

    a.main-btns-1:hover {
        background-position: 0 0;
        color: #ffffff !important;
        border: 1px solid transparent;
        background: rgba(53, 75, 132, 1)
    }

    a.main-btns-1 i {
        color: #354b84 !important;
        font-weight: 900 !important;
        font-size: 64px;
        display: block;
        margin: 0px auto;
        text-align: center;
        line-height: 105px;
    }

    a.main-btns-1:hover i {
        color: #ffffff !important;
    }

    a.main-btns-1:hover span {
        color: #ffffff !important;
    }

.view .normal-icons span {
    font-size: 22px;
}

.dashboard-grid {
    width: 100%;
}
/*///////////////////////////// dashboard link hove effects ///////////////////////////////////////////*/

.view {
    min-height: 212px;
    display: block;
    width: 100%;
    font-family: 'Arvo-Regular';
    font-size: 16px;
    color: #354b84;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #cfdaeb;
    line-height: 22px;
    padding: 10px;
    transition: all .25s ease-in;
    text-align: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: default;
    margin: 0 auto;
}

    .view:hover {
        background-position: 0 0;
        color: #ffffff;
        border: 1px solid transparent;
    }

    .view i {
        color: #354b84 !important;
        font-weight : 900 !important;
        font-size: 64px;
        display: block;
        margin: 0px auto;
        text-align: center;
        line-height: 105px !important;
    }

    .view:hover i {
        color: #354b84;
    }


    .view .hvr-grow-shadow {
        display: block;
    }

    .view .mask {
        border: 0px;
    }

    .view .mask,
    .view .content {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .view .normal-icons {
        display: block;
        position: relative;
        min-height: 190px;
    }


    .view ul li {
        display: block;
        padding: 4px 0px;
    }

        .view ul li a {
            font-size: 12px;
            line-height: 20px;
            color: #ffffff;
            display: block;
            text-align: left;
        }

            .view ul li a:hover {
                color: #ffba57;
            }

.panel-heading h3.panel-title {
    font-family: 'Arvo-Bold';
    font-size: 14px;
    display: table;
    width: 100%;
    padding: 0px;
    color: #ffffff;
    background: none;
}

h3.panel-title {
    font-family: 'Arvo-Bold';
    font-size: 14px;
    display: table;
    width: 100%;
    padding: 10px 15px;
    color: #ffffff;
    background: #354b84;
}

.panel-info > .panel-heading {
    color: #3a87ad;
    background-color: transparent;
    border-color: transparent;
}

.panel-heading {
    padding: 0px;
    border-bottom: 0px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.content-dontmiss {
    display: table;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    width: 100%;
}

    .content-dontmiss h3 {
        width: auto;
        margin: 0px auto !important;
        text-align: center;
        padding: 10px;
        font-family: 'Arvo-Regular';
        font-size: 16px;
        color: #354b84;
        display: inherit;
        background: #ffffff;
        border: 1px solid #dddddd;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

.dasboard-grid-wrapper .dashboard-grid-col:nth-child(2) .dashboard-grid .mask ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}


.view ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding: 15px;
    margin-bottom: 0;
}

/* Dashboard responsive*/
@media(max-width:1199px) {
    .dasboard-grid-wrapper .dashboard-grid-col {
        padding-top: 30px;
    }
}

@media(max-width: 1300px) {
    .dasboard-grid-wrapper {
        width: 100%;
        padding: 0px 20px 20px;
    }

    .view .normal-icons span {
        font-size: 20px;
    }

    .dashboard-grid .nromal-icons span, .dashboard-grid-col .main-btns-1 {
        font-size: 20px;
    }
}

@media(max-width: 991px) {
    .dashboard-grid .nromal-icons span, .dashboard-grid-col {
        margin: 15px 0px;
    }

    .dasboard-grid-wrapper .dashboard-grid-col{
        padding-top: 0;
    }

    .dasboard-grid-wrapper {
        padding: 0px 20px 10px;
    }

    .skin-blue .main-header .navbar .sidebar-toggle:hover {
        background: #fff !important;
    }
}

@media(max-width: 540px) {
    .navbar-static-top {
        display: flex;
        flex-wrap: wrap;
    }

        .navbar-static-top h3 {
            order: 3;
            display: block;
            width: 100%;
            text-align: center;
            margin: 10px 0px;
        }

    .main-header .navbar-custom-menu {
        width: calc(100% - 50px);
    }

    .navbar-custom-menu > .navbar-nav {
        display: flex;
        justify-content: flex-end;
    }
}
/********************** Dashboard End ************************/

/*********************** Place an order Start***************************/
.tab-content-head h2 {
    font-size: 22px;
    color: #354B85;
    padding: 10px 0px 15px;
    margin: 0;
}

.tab-wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.res-col-pad .tab-content {
    padding: 0px 20px;
}

.tab-content {
    border: none;
    padding: 0px;
    display: block;
    width: 100%;
    float: left;
}

.box-body-wrapper {
    overflow: unset;
}

.tab-inner-height {
    overflow: auto;
}

.tab-top-space {
    padding: 20px 0px 0px;
}

.tab-wrapper.tab-no-head {
    margin-top: 20px;
    margin-bottom: 0;
}

.tab-inner-height-low {
    overflow: auto;
}

.tab-inner-height .img-zoom-wrapper {
    min-height: 150px;
}

@media(max-width: 1400px) {
    .img-zoom-wrapper {
        padding: 0;
    }

    .inner-tab-zoom-wrapper .img-thumbnail {
        padding: 15px;
    }
}

@media(max-width: 1199px) {
    .img-zoom-wrapper {
        height: 150px;
    }

    .single-product-list-wrapper .img-zoom-wrapper img {
        height: 100%;
    }

    .des-wrapper h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .des-wrapper p {
        font-size: 14px;
        line-height: 20px;
    }

    .single-product-btn-wrapper {
        padding-top: 10px;
    }

    .ques-btn-wrapper .btn.popup-btn, .coupon-btn-wrapper .btn.popup-btn, .approve-part .btn.popup-btn {
        padding: 6px 10px;
    }

    .nav-tabs > li > a {
        font-size: 14px;
    }

    .tab-content-head h2 {
        font-size: 20px;
    }
}

@media(max-width: 991px) {
    .tab-flex {
        flex-direction: column;
    }

    .single-product-list-wrapper {
        padding: 10px 0px;
    }

    .tab-inner-content {
        padding: 5px 0px;
    }

    .wip-image-zoom .main-image, .right-img-col .wip-image-zoom, .inner-tab-zoom-wrapper .wip-image-zoom,
    .right-img-col .img-zoom-wrapper img {
        width: auto;
        height: auto;
        max-height: unset !important;
    }

    .tab-content {
        max-height: 100%;
    }
    /*.tab-content-height {
        overflow: hidden;
    }*/
    .button-wrapper.ques-btn-wrapper {
        bottom: 0;
        width: 100%;
        right: 0;
        padding: 10px 20px;
    }
}

@media(max-width: 767px) {
    .tab-content-height, .tab-inner-height {
        height: auto !important;
        margin: 0;
    }

    .res-zoom-img-col {
        text-align: center;
    }

    .img-zoom-wrapper {
        width: auto;
        display: inline-block;
    }

    .des-wrapper {
        width: 100%;
        padding: 0px 15px;
    }

    .ques-btn-wrapper .btn.popup-btn, .coupon-btn-wrapper .btn.popup-btn, .approve-part .btn.popup-btn {
        padding: 6px 24px;
        margin: 0px 15px 15px;
    }

    .tab-content > .tab-pane {
        padding: 0px;
    }

    .tab-wrapper .panel-body {
        padding: 0;
    }

    .button-wrapper.ques-btn-wrapper.full-width-btn-wrapper {
        position: relative;
        bottom: unset;
    }

    .tab-wrapper .panel-body.inner-coupon-wrapper {
        padding: 15px;
    }

    .coupons-part .panel-heading label {
        font-size: 14px;
    }
}

/* Store Order report*/
.store-order-table-wrapper {
    position: relative;
}

    .store-order-table-wrapper .no-rows {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        height: 100%;
        width: 100%;
    }

        .store-order-table-wrapper .no-rows .col-md-12 {
            position: relative;
            height: 100%;
        }

        .store-order-table-wrapper .no-rows .alert-info.msg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            display: inline-block;
            padding: 20px;
        }

.form-inline-fields {
    display: flex;
    align-items: center;
}

.store-head-order-report-head .form-group:not(:first-child) {
    margin-left: 10px;
}

.store-head-order-report-head .form-group {
    margin-bottom: 0;
}

.store-order-table-wrapper .store-table, .manage-menu-item-table-wrapper .manage-menu-item-table, .table-height-wrapper .table-height {
    height: 99% !important  ;
}
/*.ui-grid{
    height: auto !important;
}*/
/*.ui-grid-viewport {
    height: auto !important;
}*/

.table-responsive.manage-order-table-wrapper {
    overflow: unset;
    height: 100% !important;
}

.manage-order-table-wrapper .ui-grid-viewport::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

.manage-stores-table-wrapper .ui-grid-viewport::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

@media(max-width :767px) {
    .page-head-col2 > [class*="col-"] {
        width: 50%;
        float: left;
    }
}

@media(max-width: 575px) {
    .store-head-order-report-head .input-group-btn > .btn {
        font-size: 14px;
    }

    .manage-menu-item-wrapper .text-right {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .form-inline-fields {
        flex-wrap: wrap;
        justify-content: center;
        flex: 0 0 100%;
    }

        .form-inline-fields .form-group {
            width: 100%;
        }

    .page-head-col2 > [class*="col-"] {
        width: 100%;
        text-align: center;
    }
}

/* Popup */
.Coupon_fileupload_panel fieldset {
    display: flex;
    align-items: center;
}

.upload-btn-wrpper {
    display: flex;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Update store edit */
.update-store-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .update-store-panel-head h2 {
        font-size: 22px;
        margin: 0;
    }

.tab-content .upload-btn-wrapper {
    display: flex;
}

    .tab-content .upload-btn-wrapper .btn {
        margin: 0 2px;
    }

.manage-user-form .btn-wrapper {
    margin-top: 20px;
}

.coupon-admin-filter .checkbox {
    padding-left: 15px;
}

@media(max-width: 1199px) {
    .update-store-panel-head h2 {
        font-size: 18px;
    }

    #Tree-Diagram {
        min-height: unset !important;
    }

    .view-edit-region-tree {
        margin-bottom: 0;
    }
}

@media(max-width: 767px) {
    .res-btn-wrapper {
        float: none;
        text-align: center;
    }

    .upload-panel-wrap [class*="col-sm"] {
        float: left;
    }

    .des-wrapper h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .artwork-img-btn-group .btn.popup-btn {
        padding: 5px;
        font-size: 12px;
    }

    .how-many-weeks-mail-wrapper .order-details-border {
        padding: 15px;
    }
}

@media(max-width: 575px) {
    .tab-content .upload-btn-wrapper .btn {
        margin: 10px 2px 0px 0px;
    }

    #updateStorePanel .fileupload_panel [class*="col-"] {
        width: 100%;
    }

    .res-btn-wrapper .btn {
        width: 100%;
        margin: 3px 0px;
    }

    .alacarte-bottom-btn-wrapper [class*="col-xs"] {
        width: 100%;
        float: none;
        text-align: left;
    }

    .alacarte-bottom-btn-wrapper .text-right {
        text-align: left;
    }

    .alacarte-bottom-btn-wrapper.mt-15 {
        margin-top: 0;
    }

    .alacarte-bottom-btn-wrapper .btn-wrapper {
        padding-top: 10px;
    }

    .customHeader .btn-wrapper .btn {
        width: 100%;
        margin: 3px 0px;
    }

    .artwork-img-btn-group .btn.popup-btn {
        width: 100%;
        margin: 3px 0px;
    }

    .order-details-wrapper {
        padding-right: 0;
    }

    .mail-remainder-wrapper a {
        margin-right: 0;
        width: 100%;
    }
}

/* Manage region */
.pos-rel {
    position: relative;
}

.bottom-btn-wrapper {
    position: absolute;
    bottom: 0;
    display: block;
    padding: 10px 15px;
    background: #fff;
    right: 0;
    width: 100%;
}

ul.abn-tree li.abn-tree-row {
    height: auto !important;
}

.button-wrapper .btn:last-child, .btn-wrapper .btn:last-child {
    margin-right: 0;
}

.button-wrapper .btn:first-child, .btn-wrapper .btn:first-child {
    margin-left: 0;
}

.dflex {
    display: flex;
}

    .dflex.text-right {
        justify-content: flex-end;
    }

@media(max-width: 991px) {
    .btn-wrapper.dflex {
        flex-wrap: wrap;
        justify-content: center;
        flex: 0 0 100%;
        justify-content: flex-start;
    }

    .coupons-part .panel-heading {
        margin-top: 30px;
    }
}

.tree-wrapper {
    overflow: auto;
}

.promotion-order-wrapper .place-an-order-close-btn button.close.popup-close-btn, .tab-close-btn button.close.popup-close-btn {
    right: 0;
}

.sidebar-menu li > a {
    position: relative;
}

    .sidebar-menu li > a > .pull-right-container {
        position: absolute;
        right: 0;
    }

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: rgba(53,75,133,.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(53,75,133,.6);
    border-right: 1px solid white;
    border-radius: 6px;
}

.login-pg > .container {
    height: 96vh;
    position: relative;
}

.login-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media(max-width:575px) {
    .register-box {
        width: 100%;
        margin: 0;
    }
}


/*Conformation popup*/

#confirmMessagePopup .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    position: absolute;
}

#confirmMessagePopup .modal-content {
    padding: 30px;
    text-align: center;
}

    #confirmMessagePopup .modal-content.primary {
        background: #337ab7;
        color: #fff;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    }

    #confirmMessagePopup .modal-content.success {
        background: #5cb85c;
        color: #fff;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    }

    #confirmMessagePopup .modal-content.info {
        background: #5bc0de;
        color: #fff;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    }

    #confirmMessagePopup .modal-content.warning {
        background: #f0ad4e;
        color: #fff;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    }

    #confirmMessagePopup .modal-content.danger {
        background: #d9534f;
        color: #fff;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    }

#confirmMessagePopup .modal-body .btn {
    padding: 5px 24px;
    text-align: center;
    background: #fff;
    border: none;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

    #confirmMessagePopup .modal-body .btn:hover {
        background: transparent;
        color: #fff;
    }

#confirmMessagePopup .modal-title {
    word-break: break-word;
}

@media(max-width: 767px) {
    #confirmMessagePopup .modal-content {
        padding: 15px;
    }
}

.order-details-right-wrapper {
    overflow-y: auto;
}


/* Progress Bar */
.progress-wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
}

.progress-content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 50%;
    padding: 30px;
    text-align: center;
}

    .progress-content-wrapper span strong {
        display: inline-block;
        padding-left: 10px;
    }

    .progress-content-wrapper span {
        font-size: 18px;
        display: inline-block;
        padding-top: 20px;
    }

.progress-inner-wrapper progress {
    display: inline-block;
    width: 80%;
}

#createOrderModelConfirm .modal-header {
    position: relative;
}

    #createOrderModelConfirm .modal-header .close {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    #createOrderModelConfirm .modal-header .modal-title {
        padding-top: 15px;
    }

inner-tab-content .panel-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border-radius: 10px;
    /*height: 98%;*/
    margin: 10px 0px;
    z-index: 0;
    position: relative;
}

#confirmMessagePopup {
    z-index: 999999 !important;
}

.allow-user-selection {
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    /*user-select: text;*/
    /*cursor: text;*/
}

.m-t-20 {
    margin-top: 20px;
}

.link.show-hide-props {
    color: #3c8dbc;
    cursor: pointer;
    font-size: 8pt;
    margin: 0px 10px 0px 0px;
}

.shop-des-wrapper .order-title label {
    font-size: 12pt;
    font-weight: 400;
    color: #354B85;
    line-height: 15px;
}

.shopping-cart-row .property-container {
    font-size: 8pt;
    color: #354B85;
}

h2.area-title a {
    color: #354B85;
    font-size: 16px;
    width: 100%;
}

.property-container .property-sec {
    padding-top: 3px;
}

.bottomarea.status {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}

.shopping-cart-row .order-bottom {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: -30px;
    align-items: center;
}

.statustag {
    align-items: center;
    border-radius: 5px;
    border: 1px solid rgba(60,179,113,.2);
    display: flex;
    font-size: 9pt;
    height: 20px;
    margin-right: 10px;
    margin-top: 3px;
    padding: 2px 10px;
    box-sizing: content-box;
    cursor: pointer;
}

    .statustag .statusicon {
        color: mediumseagreen;
        font-size: 9pt;
        margin-right: 5px;
    }

.shopping-cart-row .amount {
    margin-left: auto;
    padding-bottom: 30px;
}

.bottomarea .pointer {
    border-radius: 5px;
    font-size: 9pt;
    padding: 8px 10px 2px 0px;
    text-align: center;
}

.pointer {
    color: #3c8dbc;
    cursor: pointer;
    display: inline-block;
    font-size: 8pt;
    margin: 0px 10px 0px 0px;
}

.statustag:hover {
    /*border-color: rgb(60,179,113);*/
}

.bottomarea .statustag:last-child {
    margin-right: 0;
}

.shopping-header-wrapper .area-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    height: 50px;
}

.order-wrapper {
    float: left;
    width: 100%;
    padding: 8px 10px 10px 20px;
}

.shopping-header-wrapper h2 a span.item-count {
    font-size: 10pt;
    font-weight: 400;
    margin-left: 5px;
    color: #354B85;
}

.store-name .bucket-count, .store-name .bucketexpand {
    font-size: 9pt;
    font-weight: 400;
    padding-left: 10px;
}

.store-name .bucketexpand {
    font-size: 8pt;
    text-decoration: underline;
}

.shopping-header-wrapper h2 span.expand {
    color: #3c8dbc;
    font-size: 9pt;
    font-weight: 300;
    padding-left: 10px;
    text-decoration: underline;
}

.border-wrap .store-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-group .border-wrap .store-name {
    margin-bottom: 10px;
}

.order-wrapper .border-wrap {
    border: none;
}

.accordion-group {
    margin-bottom: 15px;
}

.area-head h2 a::after, .store-name .store-wrapper a::after {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.area-head h2 a.open::after, .store-name .store-wrapper a.open::after {
    content: "\f078";
}

.inner-accordion .store-name .store-wrapper a::after {
    right: 0px;
}

.order-wrapper .card-container.collapse.in {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

.area-head h2 a.collapsed::after, .store-name .store-wrapper a.collapsed::after {
    content: "\f054";
}

#cart-flags {
    margin-right: auto;
    display: inline-block;
}

.shopping-header-wrapper h2 a {
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.flag {
    background-color: rgba(220, 20, 60, .1);
    border-radius: 5px;
    border: 1px solid crimson;
    color: crimson;
    display: flex;
    margin: 10px 10px 10px 0px;
    padding: 10px 40px 10px 15px;
}

    .flag > i {
        font-size: 14pt;
        margin-right: 10px;
        vertical-align: middle;
    }

#flag-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flag-text {
    font-size: 10pt;
    margin: 0px;
}

.debold {
    font-weight: 300;
    margin-left: 3px;
}

#pending-icon {
    color: crimson;
}

.area-head-icon {
    margin-right: 10px;
}

.accordion-container .panel-default > .panel-heading {
    background: transparent;
    border: none;
}

.accordion-container .panel-body {
    padding: 0;
    border: none;
}

.accordion-container .panel-group .panel {
    margin: 0;
    box-shadow: none;
}

.accordion-container .order-wrapper {
    padding: 10px 5px;
}

.accordion-container .collapse.in {
    border: none !important;
}

.order-wrapper .card-container {
    border: none !important;
}

.fail {
    border-color: rgba(220, 20, 60, 0.2);
}

    .fail:hover {
        border-color: crimson;
    }

#approve {
    display: inline-block;
    text-align: center;
    background-color: rgba(220, 20, 60, .1);
    border-radius: 5px;
    border: 1px solid crimson;
    color: crimson;
    padding: 2px 10px;
    /* margin-bottom: 10px; */
}

.order-wrapper .border-wrap {
    border-radius: 5px;
    border: 1px solid #354B85 !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.page {
    display: flex;
    width: 100%;
}

#totals-container {
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 350px;
}

#totals-area {
    background-color: white;
    box-shadow: 0px 0px 10px -1px rgb(53 75 133 / 20%);
    margin-bottom: auto;
    margin-top: 10px;
    width: calc(100% - 20px);
}

#totals-head {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 15px;
}

.details-title {
    display: flex;
    margin-top: 10px;
}

.details-store-name, .details-num-orders {
    font-size: 9pt;
    font-weight: 800;
}

.details-num-orders, .totals-sum-value {
    margin-left: auto;
}

.detail {
    display: flex;
    margin: 5px 0px;
}

.detail-name, .detail-price {
    font-size: 9pt;
}

.detail-price {
    margin-left: auto;
}

.details-details {
    /*display: none;*/
    padding: 0px 10px;
}

.due-now-price {
    color: #3c8dbc;
}

.due-now-text, .emph {
    font-weight: 800;
}

#totals-summary {
    margin-top: 5px;
    padding: 5px 20px;
}

#totals-buttons {
    padding: 0px 10px;
}

#place {
    background-color: #354B85;
    color: white;
}

#continue {
    margin-bottom: 15px;
}

.total-button:hover {
    filter: brightness(120%);
}

.total-button {
    align-items: center;
    border-radius: 5px;
    border: 1px solid #354B85;
    cursor: pointer;
    display: flex;
    font-size: 10pt;
    height: 35px;
    justify-content: center;
    margin: 10px 0px;
}

    .total-button:disabled {
        cursor: no-drop;
    }

.totals-sum {
    display: flex;
    flex-direction: row;
    font-size: 10pt;
    margin: 15px 0px;
}

#totals-cart {
    border-radius: 5px;
    border: 1px solid rgba(53,75,133,0.4);
    margin: 5px 10px;
    padding: 10px;
}

#totals-container .modal-content {
    padding: 20px;
}

#totals-area .modal-dialog {
    width: 420px;
}

#totals-head h4.totals-header {
    margin: 0;
}

.dialog-message {
    max-width: 370px;
    text-align: center;
    font-size: 16px;
}

#show-hide-details {
    margin-right: auto;
    padding-left: 0px;
    padding-top: 20px;
}

p.link {
    border-radius: 5px;
    font-size: 9pt;
    padding: 2px 10px;
    text-align: center;
}

@media only screen and (max-width: 1353px) {
    .shopping-cart-row .order-bottom {
        flex-direction: column;
        align-items: initial;
    }

    .shopping-cart-row .order-actions {
        margin-top: 3px;
    }

    .shopping-cart-row .status {
        margin-left: unset;
        margin: 5px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .shopping-cart-row .status {
        justify-content: center;
    }

    .shopping-cart-row .order-bottom {
        align-items: center;
        text-align: center;
    }

    .shopping-cart-row [class*="col-"] {
        flex-direction: column;
    }

    .shopping-cart-row .shop-des-wrapper {
        text-align: center;
    }

    .shopping-cart-row .amount {
        margin-left: unset;
        text-align: center;
        padding: 0;
    }

    .pro-img-wrapper.pointer {
        margin: 10px 0;
    }
}

@media only screen and (min-width: 901px) {
    .scroll-wrapper {
        height: calc(100vh - 100px);
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 10px;
    }

    .shoppingcart-page-wrapper {
        width: calc(100% - 350px);
    }
}


@media only screen and (max-width: 900px) {
    .page {
        flex-direction: column;
    }

    .cart-area, #totals-area {
        width: Calc(100% - 50px);
    }

    #totals-area {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .box .box-body {
        height: auto !important;
    }

    .pro-img-wrapper.pointer {
        text-align: center;
    }

    #approvalPdf embed {
        width: 100% !important;
    }
}

.link-hover:hover {
    text-decoration: underline;
}

.button-disabled {
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    cursor: no-drop;
}

    .button-disabled:hover {
        border: 1px solid #808080;
        color: #808080;
    }

.button-success {
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
}

    .button-success:hover {
        border: 1px solid #808080;
        color: #808080;
    }

.button-fail {
    border: 1px solid #808080;
    color: #808080;
}

    .button-fail:hover {
        border: 1px solid #808080;
        color: #808080;
    }

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.orange {
    color: orange !important;
}

.gray {
    color: gray !important;
}

}

.primaryAdd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modal-ShippingAddress fieldset {
    width: 100%;
    padding: 0 15px;
}

#approvalPdf .modal-dialog {
    width: 100%;
    padding: 0;
}

#approvalPdf .modal-content {
    background: unset;
}

#approvalPdf .modal-body {
    text-align: center;
}

#approvalPdf {
    background: rgb(0 0 0 / 89%);
}

    #approvalPdf .modal-header {
        text-align: right;
        position: relative;
        padding: 25px 10px;
        overflow: hidden;
    }

        #approvalPdf .modal-header button.close {
            transform: unset;
            float: none;
            opacity: 1;
            color: #fff;
            margin-top: 0;
            background: rgba(0, 0, 0, 0.5);
            width: 60px;
            height: 60px;
            position: absolute;
            border-radius: 50%;
            right: 0;
            z-index: 9;
            top: -18px;
            right: -16px !important;
        }

    #approvalPdf button.approve {
        color: #fff;
        font-size: 8pt;
        line-height: 1.5rem;
        background-color: #3cb371;
        text-align: center;
        border-radius: 10px;
        border: 0px;
        margin: 15px 10px;
        padding: 6px 20px;
        width: 135px;
    }

    #approvalPdf button.edit {
        color: #fff;
        font-size: 8pt;
        line-height: 1.5rem;
        background-color: #215879;
        text-align: center;
        border-radius: 10px;
        border: 0px;
        margin: 15px 10px;
        padding: 6px 20px;
        width: 135px;
    }


/* 19-04-2021*/
.box-inner-heading {
    padding-top: 10px;
}

@media(max-width: 767px) {
    .content-dontmiss {
        padding: 0px 15px;
    }

    .view-tenth .mask {
        background: transparent;
    }

    .view-tenth .normal-icons {
        opacity: 0;
    }

    .view-tenth.view .mask ul li a {
        line-height: 12px;
        background: rgba(53, 75, 132, 1);
        padding: 10px 15px;
        border-radius: 10px;
    }

    .view {
        min-height: unset;
    }

        .view .normal-icons {
            min-height: 250px;
        }

    .res-col-pad .tab-content {
        padding: 15px;
        background: #fff;
    }

    .main-header {
        max-height: unset;
    }

    .promoQuestions {
        padding: 15px 10px 0px 20px;
    }

    body .ques-wrapper .form-group .form-control {
        width: 100% !important;
    }

    .tab-wrapper .panel-body {
        height: unset !important;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
        padding: 0 !important;
    }

    .loading-spinner-active {
        position: fixed !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .loading-spinner-active .loading-spinner-Message {
            height: 30px;
            left: unset;
            margin: 0;
            position: relative;
            top: unset;
            width: 100%;
            text-align: center;
            z-index: 9999;
            font-weight: bold;
            padding-top: 100px;
        }
}


.skin-blue .sidebar-menu li a:hover > span {
    padding: 0;
}

.icn-spinner {
    animation: spin-animation 1.2s infinite;
    display: inline-block;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(36deg);
    }

    20% {
        transform: rotate(72deg);
    }

    30% {
        transform: rotate(108deg);
    }

    40% {
        transform: rotate(144deg);
    }

    50% {
        transform: rotate(180deg);
    }

    60% {
        transform: rotate(216deg);
    }

    70% {
        transform: rotate(252deg);
    }

    80% {
        transform: rotate(288deg);
    }

    90% {
        transform: rotate(324deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

}

@media(max-width: 1199px) {
    .dflex.text-right {
        flex-wrap: wrap;
    }

        .dflex.text-right .btn-wrapper .btn {
            height: 30px;
            font-size: 12px;
            margin: 4px;
        }

        .dflex.text-right .filter-select {
            height: 30px;
            margin: 4px;
        }
}

@media(max-width: 767px) {
    .dflex.text-right .filter-select {
        width: 100% !important;
    }
}

.grabbable {
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}

.grabbing {
    cursor: move;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}



.order-details-style1 .order-details-border {
    margin-bottom: 30px;
    border: 1px solid #D1DAE9;
    padding: 30px;
    border-radius: 20px;
}

.thumb-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(53, 75, 132, 0.05);
    min-width: 200px;
    max-height: 140px;
    padding: 20px 0px;
    margin-right: 30px;
}

.order-details-style1 .flex-wrapper {
    display: flex;
}

.thumb-img img {
    max-width: 38px;
    margin-bottom: 7px;
}

.thumb-img a {
    font-size: 10px;
    text-transform: uppercase;
}

.order-details-style1 .flex-wrapper.form-group, .order-details-style1 .order-details-content-wrapper .form-group {
    padding-top: 0px;
}

    .order-details-style1 .flex-wrapper.form-group input, .order-details-style1 .order-details-content-wrapper .form-control {
        border-radius: 0;
        max-height: 30px;
        float: none;
    }

    .order-details-style1 .btn[disabled], .order-details-style1 .btn, .order-details-style1 .order-details-content-wrapper .form-group .btn[disabled] {
        background: rgba(53, 75, 132, 0.1);
        color: #354B85;
        pointer-events: none;
    }

    .order-details-style1 .btn, .order-details-style1 .order-details-content-wrapper .form-group .btn[disabled] {
        background: rgba(53, 75, 132, 0.1);
        color: #354B85;
        pointer-events: none;
    }

.order-details-style1 .order-detail-btn {
    text-align: left;
    margin-top: 0;
}

.order-details-style1 .btn, .order-details-style1 .order-details-content-wrapper .form-group .btn {
    background-color: #354B85;
    color: white;
    border-radius: 4px;
    width: 110px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    font-size: 10pt;
    transition: 0.3s;
    pointer-events: auto;
    font-size: 12px;
    height: 30px;
    margin-left: 0;
}

.order-details-style1 .flex-wrapper.form-group .field {
    padding-right: 20px;
}

    .order-details-style1 .flex-wrapper.form-group .field p {
        margin-top: 10px;
        margin-bottom: 0;
    }

.order-details-style1 .price-guide {
    max-width: 300px;
    display: flex;
    margin-top: 20px;
    font-size: 12px;
}

.price-guide-table .price-tiers, .price-costs {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

    .price-guide-table .price-tiers > .row-wrapper {
        padding-right: 20px;
    }

.price-guide-table .price-headers {
    font-weight: lighter;
    color: #354b85;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.1);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0,0,0,.1);
    font-size: 10pt;
    display: flex;
    align-items: center;
}

.price-guide-table .price-headers {
    justify-content: center;
}

.price-guide-table .row-wrapper {
    padding: 5px;
}

    .price-guide-table .row-wrapper:nth-child(even) {
        background: rgba(0,0,0, 0.03);
    }

.price-guide-btn a {
    text-decoration: underline;
    font-weight: 600;
    color: #354B85;
    font-size: 10px;
    display: block;
}

.price-guide-table.tab-pane {
    display: none;
}

    .price-guide-table.tab-pane.active {
        display: none;
    }

.order-details-style1 .primary-payment-method-wrapper {
    margin-top: 0;
}

.order-details-style1 .form-group .date-picker {
    max-width: 270px;
}

    .order-details-style1 .form-group .date-picker .btn {
        width: 30px;
        border-radius: 0;
        padding: 3px;
        display: inline-block;
        margin: 0;
        height: 30px;
    }
/*.order-details-style1 .date-picker .uib-datepicker-popup .btn.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}*/
.order-details-style1 .date-picker .uib-datepicker .uib-title {
    width: 100%;
}

.order-details-style1 .date-picker .uib-datepicker-popup .uib-button-bar .btn-group .btn {
    display: inline-block;
    width: unset;
    padding: 4px 8px;
    height: unset;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 2px 10px;
    margin-right: 3px;
}

    .order-details-style1 .date-picker .uib-datepicker-popup .uib-button-bar .btn-group .btn.btn-info {
        background-color: #354b84;
        border-color: #354b84;
    }

    .order-details-style1 .date-picker .uib-datepicker-popup .uib-button-bar .btn-group .btn.btn-danger {
        background-color: #f24f52;
    }

.order-details-style1 .date-picker .uib-datepicker-popup .uib-button-bar .btn.btn-success {
    background-color: #f78d1e;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: unset;
    padding: 4px 10px;
}

.order-details-style1 .price-details > p {
    margin: 0;
}

.order-details-style1 .mail-remainder-wrapper {
    margin-top: 20px;
}

    .order-details-style1 .mail-remainder-wrapper a {
        font-weight: 400;
        width: 40%;
        margin: 0px 15px 15px 0px
    }

.order-details-style1 p > span > i {
    display: inline-block;
    color: mediumseagreen;
    margin-right: 8px;
}

.order-details-style1 .order-details-style1 .order-details-border {
    border: none;
    padding: 0;
    border-radius: 0;
}

.order-details-right-wrapper > h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #354B85;
    border-radius: 5px;
    height: 30px;
    color: white;
    font-weight: 600;
    font-size: 12px;
}

.order-details-style1 .order-details-right-wrapper .order-details-border {
    padding: 15px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    margin-bottom: 10px;
}



.details-wrapper p {
    color: #2D92D0;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    text-align: right;
}

.details-wrapper h6 {
    margin: 0px 0px 15px;
    font-size: 14px;
    font-weight: 700;
}

.details-wrapper p strong {
    font-weight: 400;
    min-width: 50%;
    text-align: left;
}

.order-details-right-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order-details-style1 .order-details-right-wrapper .order-detail-btn .btn {
    background-color: #354B85;
    color: white;
    border-radius: 4px;
    width: 120px;
    margin-top: 20px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    transition: 0.3s;
}

.order-details-style1 .order-details-right-wrapper .order-detail-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.accordion-toggle:hover span.toggle-text {
    text-decoration: underline;
}

.accordion-toggle span.toggle-text {
    color: #3c8dbc !important;
}

.inner-accordion .accordion-toggle span.toggle-text {
    color: #fff !important;
}

.order-details-style1 .order-details-right-wrapper .order-details-border .detail-border {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 5px 10px;
}

    .order-details-style1 .order-details-right-wrapper .order-details-border .detail-border p {
        margin: 0;
        padding: 0;
    }

.box-body .box-body-wrapper, .box-body .box-body-wrapper .dashboard-page-content {
    height: 100%;
}

.overflowhidden {
    overflow: hidden;
}

.overflowhidden-add {
    overflow: hidden;
}

.order-history-page-wrapper {
    padding: 18px;
    width: 100%;
}

.history-header h2 {
    font-size: 15pt;
    font-weight: bold;
}

.history-header {
    margin: 0 auto;
}

.history-right-header {
    text-align: right;
}

.filter-area .custom-button {
    height: 22px;
    background-color: #f78d1e;
    color: white;
    border: 0px;
    border-radius: 5px;
    transition: .3s;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
}

.filter-area #search-text {
    box-shadow: none;
    border: 1px solid #000;
    padding: 1px 10px;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}

.filter-control .filter-name {
    font-size: 12px;
    color: #354B85;
    margin: 0;
    text-align: left;
    font-weight: 400;
}

    .filter-control .filter-name span {
        font-weight: 800;
    }

.filter-control select {
    color: #444;
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-control.date-control input {
    height: 34px;
}

.date-controls {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 80%;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: auto;
}

    .date-controls .custom-button {
        height: 22px;
        background-color: #f78d1e;
        color: white;
        border: 0px;
        border-radius: 5px;
        transition: .3s;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 5px;
    }

.btn-wrapper .nav a {
    background-color: #f78d1e;
    color: white;
    border: 0px;
    border-radius: 5px;
    transition: .3s;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    margin-left: 5px;
    padding: 2px 10px;
    font-weight: 400;
}

.custom-date-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
}

    .custom-date-controls .date-control {
        margin-left: 10px;
    }

.date-control input {
    border: 1px solid #444;
    border-radius: 2px;
    padding: 2px 5px;
}

.history-content {
    width: 100%;
    margin: 0 auto;
}

.order {
    box-shadow: 0px 0px 10px -1px rgb(53 75 133 / 20%);
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
    border-radius: 10px;
    transition: .3s;
}

.order-history-title {
    margin: 0px;
    padding: 10px 15px;
    background-color: #354B85;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

    .order-history-title a {
        color: #fff;
        display: inline-block;
        padding-left: 15px;
    }

.order-content {
    display: flex;
}

.order-left {
    width: 100%;
}

.order-detail {
    font-size: 10pt;
    margin: 9px 15px;
}

.prop {
    font-weight: 700;
    color: #3c8dbc;
}

.order-right {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link {
    text-decoration: underline;
    color: #3c8dbc;
    font-size: 10pt;
    cursor: pointer;
}

.go-back {
    display: none;
}

.items-storename h4 {
    margin: 3px 5px;
    padding: 5px 10px;
    background-color: #3c8dbc;
    color: white;
    border-radius: 3px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: 10pt;
    cursor: pointer;
    position: relative;
}

    .items-storename h4 span {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

.item-container {
    font-size: 9pt;
    /* padding-left: 15px; */
    display: flex;
    margin: 0px;
    padding: 6px 15px;
}

#order-details-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    height: 100%;
    z-index: 999;
    box-shadow: 0px 0px 10px -1px rgb(53 75 133 / 20%);
    overflow-y: auto;
    background: #fff;
}

    #order-details-sidebar.active {
        width: 300px;
        opacity: 1;
        visibility: visible;
    }

    #order-details-sidebar.Inactive {
        width: 0;
        opacity: 0;
        visibility: hidden;
    }

#order-details-sidebar1 {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    height: 100%;
    z-index: 999;
    box-shadow: 0px 0px 10px -1px rgb(53 75 133 / 20%);
    overflow-y: auto;
    background: #fff;
}

    #order-details-sidebar1.active {
        width: 300px;
        opacity: 1;
        visibility: visible;
    }

    #order-details-sidebar1.Inactive {
        width: 0;
        opacity: 0;
        visibility: hidden;
    }

#fo-name {
    width: 100%;
    text-align: center;
    font-weight: 800;
    margin: 10px 0px;
    font-size: 16px;
}

.fo-stores {
    margin: 10px;
    /* background-color: lightcyan; */
    padding: 10px;
    border: 1px solid #354B85;
    border-radius: 5px;
}

.fo-store {
    margin: 5px 0px;
}

.fo-store-title {
    display: flex;
    font-size: 9pt;
    margin-bottom: 5px;
}

.fo-store-items {
    margin-left: auto;
    font-size: 9pt;
    color: #3c8dbc;
    text-decoration: underline;
    cursor: pointer;
}

.fo-store-detail {
    display: flex;
    font-size: 9pt;
    padding: 2px 5px;
}

.fo-store-total-price, .fo-store-due-price {
    margin-left: auto;
}

.dn-title, .dn-price {
    font-weight: 700;
}

.dn-price {
    color: #3c8dbc;
}

.fo-totals-area {
    display: flex;
    font-size: 10pt;
    margin: 10px 20px;
}

.fo-totals-val {
    margin-left: auto;
}

#fo-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.fo-button {
    border: none;
    color: white;
    background-color: #354B85;
    padding: 5px;
    border-radius: 5px;
    margin: 0px 10px;
    width: 100px;
}

#fo-thumb {
    margin: 15px 0px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-links {
    font-size: 9pt;
    text-align: center;
}

.image-link {
    margin: 0px 5px;
    font-size: 9pt;
}

#or-details {
    padding: 10px;
}

.or-section {
    border: 1px solid rgba(53,75,133, 0.2);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.or-section-head {
    margin: 10px 0px;
    font-weight: 700;
    font-size: 10pt;
}

.or-detail {
    display: flex;
    font-size: 9pt;
    margin: 5px;
}

.or-detail-val {
    margin-left: auto;
    color: #3c8dbc;
}

.or-b {
    font-weight: 700;
}

.or-detail-val.or-b {
    text-decoration: underline;
}

.or-sum {
    padding: 10px;
    border: solid 1px rgb(53 75 133 / 20%);
    border-radius: 5px;
    margin-top: 10px;
}

#fo-img {
    max-width: 100px;
    box-shadow: 0px 0px 10px -1px rgba(53,75,133,0.2);
    cursor: pointer;
}

.modal-dialog.modal-lg {
    min-width: 50%;
}

@media screen and (max-width: 767px) {
    .modal-dialog.modal-lg {
        min-width: 75% !important;
    }
}

.coupon-edit-wrap {
    display: block;
    text-align: right;
    border: 1px solid #dddddd;
    padding: 0px 10px;
}

    .coupon-edit-wrap a {
        font-size: 16px;
        display: inline-block;
    }

.custom-coupon {
    max-width: 15%;
    padding-bottom: 20px;
}

    .custom-coupon .img-thumbnail {
        height: 200px;
        width: 100%;
        object-fit: contain;
        border-bottom: none;
    }

.modal-lg.popup-two .modal-custom-lg {
    max-width: 80%;
    margin: 120px auto 0 auto;
}

.dasboard-grid-wrapper .dashboard-grid-col:nth-child(4) .dashboard-grid .mask ul {
    columns: 1;
}

.breadcrumb-div {
    background-color: #fafafa;
    /*margin-top: 5px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;*/
}




/* Thank you page*/

.logo-center {
    text-align: center;
}

.order-thanks-wrapper h1 {
    font-size: 36px;
    line-height: 1.2;
    border-bottom: 1px solid #eee;
    margin: 16px 0px;
    font-weight: bold;
    color: rgb(51, 51, 51);
}

.order-thanks-wrapper p, .order-thanks-wrapper blockquote, .order-thanks-wrapper ul, .order-thanks-wrapper ol, .order-thanks-wrapper dl, .order-thanks-wrapper table {
    margin: 14px 0;
}

.order-thanks-wrapper p, .order-thanks-wrapper blockquote, .order-thanks-wrapper ul, .order-thanks-wrapper ol, .order-thanks-wrapper dl {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: 400;
}

.order-thanks-wrapper h2 {
    font-size: 30px;
    line-height: 1.225;
    border-bottom: 1px solid #eee;
    margin: 16px 0px;
    font-weight: bold;
}

.order-thanks-wrapper ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

    .order-thanks-wrapper ul li {
        font-size: 16px;
        line-height: 24px;
    }

.order-thanks-wrapper hr {
    height: 2px;
    padding: 0;
    margin: 10px 0;
    background-color: #e7e7e7;
    border: 0 none;
    overflow: hidden;
    box-sizing: content-box;
}

.order-thanks-wrapper h3 {
    font-size: 1.7em;
    line-height: 1.43;
    border-bottom: 1px solid #eee;
    margin: 16px 0px;
    font-weight: bold;
}

.order-thanks-wrapper h5 {
    font-size: 16px;
    line-height: 1.43;
    margin: 16px 0px;
    font-weight: bold;
}

.order-thanks-wrapper a {
    text-decoration: underline;
}

.order-thanks-wrapper p,
.order-thanks-wrapper h1,
.order-thanks-wrapper h2,
.order-thanks-wrapper h3,
.order-thanks-wrapper h5,
.order-thanks-wrapper td,
.order-thanks-wrapper th {
    color: rgb(51, 51, 51);
}

.order-thanks-wrapper figure {
    overflow-x: auto;
    margin: 20px 0px;
    max-width: calc(100% + 16px);
    padding: 0px;
}

.order-thanks-wrapper table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    overflow: auto;
    break-inside: auto;
    text-align: left;
    margin: 0;
    padding: 0;
    word-break: initial;
}

    .order-thanks-wrapper table tr:nth-child(2n), .order-thanks-wrapper thead {
        background-color: #f8f8f8;
    }

.order-thanks-wrapper thead {
    display: table-header-group;
}

.order-thanks-wrapper table tr {
    border: 1px solid #dfe2e5;
    margin: 0;
    padding: 0;
}

.order-thanks-wrapper tr {
    break-inside: avoid;
    break-after: auto;
}

.order-thanks-wrapper table th:first-child, .order-thanks-wrapper table td:first-child {
    margin-top: 0;
}

.order-thanks-wrapper table tr th {
    border-bottom-width: 0px;
}

.order-thanks-wrapper table th {
    font-weight: bold;
    border: 1px solid #dfe2e5;
    border-bottom: 0;
    margin: 0;
    padding: 6px 13px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

    .order-thanks-wrapper table th:first-child, .order-thanks-wrapper table td:first-child {
        margin-top: 0;
    }

.order-thanks-wrapper table td {
    border: 1px solid #dfe2e5;
    margin: 0;
    padding: 6px 13px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

tr {
    break-inside: avoid;
    break-after: auto;
}

@media(max-width: 1199px) {
    ::-webkit-scrollbar {
        height: 6px;
    }
}

@media print {
    body, html {
        border: 1px solid transparent;
        height: 99%;
        break-after: avoid;
        break-before: avoid;
        font-variant-ligatures: no-common-ligatures;
    }

    .order-thanks-wrapper {
        margin-top: 0px;
        padding-top: 0px;
        border-color: transparent !important;
    }

        .order-thanks-wrapper * {
            -webkit-print-color-adjust: exact;
        }

    .order-thanks-wrapper {
        break-after: avoid;
    }

        .order-thanks-wrapper::after {
            height: 0px;
        }

    .is-mac table {
        break-inside: avoid;
    }
}

@media print {
    .order-thanks-wrapper h1, .order-thanks-wrapperh2, .order-thanks-wrapper h3, .order-thanks-wrapper h4, .order-thanks-wrapper h5, .order-thanks-wrapper h6 {
        break-inside: avoid;
    }
}

@media print {
    html {
        font-size: 13px;
    }

    table,
    pre {
        page-break-inside: avoid;
    }

    pre {
        word-wrap: break-word;
    }
}

@media print {
    @page {
        margin: 0 0 0 0;
    }

    body.order-thanks-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .order-thanks-wrapper {
        padding: 0;
    }

    a[href]::after {
        display: none;
    }

    figure {
        overflow: unset;
    }
}

.order-right .view-order {
    display: none;
}

.box-body-wrapper {
    display: flex;
    width: 100%;
}

    .box-body-wrapper > div {
        width: 100%;
    }

.inner-coupon-wrapper {
    overflow: auto;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.content-area {
    height: 100%;
    display: flex;
}

.box .box-body {
    overflow: hidden;
}

.w-100 {
    width: 100%;
}

.promotion-order-tab-wrapper .tab-pane.nav-wizard {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 20px;
}

.promotion-order-tab-wrapper .tab-pane .tab-content > .tab-pane {
    height: 100%;
}

.promotion-order-tab-wrapper .tab-pane .tab-content {
    height: calc(100% - 48px);
}

    .promotion-order-tab-wrapper .tab-pane .tab-content .row {
        display: flex;
        height: 100%;
    }

        .promotion-order-tab-wrapper .tab-pane .tab-content .row .choose-product-wrapper {
            height: calc(100% - 50px);
        }

.height-auto {
    height: auto !important;
}

.tab-with-breadcrumb {
    height: calc(100% - 50px);
}

.promotion-order-tab-wrapper .tab-pane .tab-content .row.tab-with-breadcrumb {
    height: calc(100% - 50px);
}

.bottom-btn-wrap {
    height: calc(100% - 70px);
}

@media(max-width: 1199px) {
    .order-details-style1 .order-detail-btn a {
        width: 110px;
    }
}

@media(max-width: 991px) {
    .box .box-body {
        overflow: auto;
    }

    .content-wrapper > .content {
        /*padding-bottom: 30px;*/
    }

    .promotion-order-tab-wrapper .tab-pane .tab-content .row .choose-product-wrapper,
    .promotion-order-tab-wrapper .tab-pane .tab-content {
        height: auto;
    }

    .content-area {
        overflow: auto;
    }
    /*.full-height {
        height: auto;
    }*/
    .order-details-wrapper {
        height: auto;
        overflow: unset;
    }

    .ques-wrapper {
        height: unset !important;
    }

    .promotion-order-tab-wrapper .tab-pane .tab-content .row {
        height: auto;
    }
}

.flex-column {
    flex-direction: column;
}

.p-b-20 {
    padding-bottom: 20px;
}

form[name*='orderDetailForm'] {
    overflow: hidden;
    height: calc(100% - 40px);
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-10 {
    padding-top: 10px;
}

.order-details-right-wrapper {
    height: calc(100% - 50px);
}

.shopping-right-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

@media(max-width: 1199px) {
    .shopping-cart-row .amount {
        margin-left: 0;
    }

    .shopping-cart-row .order-bottom {
        margin-top: 0;
    }
}

@media(max-width: 991px) {
    .shopping-cart-row [class*="col-"] {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .shopping-right-wrapper {
        justify-content: center;
    }
}

@media(max-width: 1380px) {
    .shopping-cart-row .order-bottom {
        margin-top: 0;
        max-width: 100% !important;
        margin-left: 0;
    }
}

.shopping-cart-row .order-bottom {
    max-width: 60%;
    margin-left: auto;
    justify-content: flex-end;
}

.coupon-inner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

    .coupon-inner .panel-heading {
        width: 100%;
    }

    .coupon-inner .inner-coupon-wrapper {
        height: calc(100% - 50px);
        width: 100%;
    }

    .coupon-inner .coupons-wrapper {
        min-height: unset;
    }

.box .box-body {
    width: 100%;
}

.right-img-col {
    height: 100%;
}

    .right-img-col .img-zoom-wrapper.inner-tab-zoom-wrapper {
        height: calc(100% - 150px);
        text-align: center;
    }

@media(max-width: 767px) {
    .box-body  .table-responsive.manage-order-table-wrapper {
        height: 67vh !important;
    }
    .table-responsive.manage-order-table-wrapper > div {
        height: 100% !important;
    }
    .full-height.table-responsive_ht {
        height: 85% !important;
    }
    .full-height.full-height_nt{
        height:auto !important;
    }
    .box-body {
        height: auto !important;
    }
}
body .box-body .ui-grid-viewport::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}
#updateStorePanel {
    height: 90%;
    overflow-y: scroll;
    margin: 0px -21px 0 -17px;
}
@media(min-width: 767px) {
    .full-height.full-height_nt {
        height: calc(100% - 35px) !important;
    }   
}
    

    #Tree-Diagram {
        width: calc(100vw - 250px);
        overflow: auto !important;
        height: calc(100vh - 200px) !important;
        min-height: unset !important;
    }




    /*#tshirt {
   
    min-width: 535px;
}*/

    #canvas {
        position: absolute;
        /*left: 155px;
    top: 133px;*/
    }

    #canvas1 {
        position: absolute;
        /*left: 155px;
    top: 133px;*/
    }


    .design-wrapper {
        display: flex;
        flex-direction: column;
        height: calc(100% + 20px);
        width: calc(100% + 40px);
        justify-content: space-between;
        margin-left: -20px;
    }

    .design-content {
        display: flex;
        width: 100%;
        overflow: hidden;
        height: 100%;
        position: relative;
    }

    .preview-area {
        width: 100%;
        transition: all 0.3s ease;
        /*flex-basis:66%;
    min-width:528px;*/
    }

    .show-options .preview-area {
        width: 70%;
        height: 100%;
        position: relative;
    }

    /*my code*/
    .preview-area img {
        max-height: 100%;
        object-fit: fill;
        max-width: 100% !important;
    }

    .preview-image-wrap {
        height: 100%;
        text-align: center;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }


    #Apparel_Images_effects:hover {
        cursor: pointer;
        box-shadow: 0px 15px 24px 0px rgba(0,0,0,0.1);
    }

    #Apparel_Images_effects:active {
        outline: 2px solid rgb(240,240,240);
        background-color: rgba(0,0,0,.05);
    }

    .button-file input {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 9;
    }

    .preview-image-wrap-product {
        display: flex;
        max-width: 400px;
        justify-content: center;
        margin: 0 auto;
        position: relative;
    }

    .preview-image-wrap {
        display: flex;
        justify-content: center;
        position: relative;
    }
    /*.show-options .preview-area img {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
}*/

    @-moz-document url-prefix() {
        .preview-image-wrap {
            /*flex-wrap: wrap;*/
        }
        /*.preview-area img {
        object-fit: contain;
    }

    #imageresize {
        flex: 0 0 46%;
        height: 100%;
    }

    #canvas {
        top: 50% !important;
        transform: translateY(-50%);
    }

    #canvas {
        border: 1px solid #d21d1d;
        top: 50%;
        left: 503.25px;
        margin: auto;
        transform: translateY(-50%);
    }*/
        /*.preview-image-wrap {
        display: flex;
        max-width: 550px;
        justify-content: center;
        margin: 0 auto;
    }

    #canvas {
        border: 1px solid #d21d1d;
        top: 50% !important;
        left: 503.25px;
        margin: auto;
        transform: translateY(-50%) !important;
    }*/

        @media screen and (max-width: 400px) {
            #imageresize {
                flex: unset;
            }
        }
        /*@media screen and (min-width: 400px) {
        .preview-area img {
            max-width: 600px;
            width: 1000px;
        }
    }*/
    }

    .button-file input:hover {
        background: #4D5D8D;
        color: #fff;
    }

    .button-file {
        position: relative
    }

    .options-area {
        width: 30%;
        position: absolute;
        right: -30%;
        top: 0;
        height: 100%;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        /*flex-basis:34%;
        flex-grow:1;*/
    }

    .show-options .options-area {
        right: 0;
    }

    .design-buttons {
        display: flex;
        justify-content: flex-end;
        padding: 15px 30px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0,0.2);
    }

        .design-buttons a {
            display: inline-block;
            color: #4D5D8D;
            font-size: 14px;
            font-weight: 600;
            padding: 5px 15px;
            border: 1px solid #4D5D8D;
            border-radius: 4px;
            margin-left: 15px;
            transition: all 0.3s ease;
            text-align: center;
            min-width: 13%;
        }

        .design-buttons button {
            display: inline-block;
            color: #4D5D8D;
            font-size: 14px;
            font-weight: 600;
            padding: 5px 15px;
            border: 1px solid #4D5D8D;
            border-radius: 4px;
            margin-left: 15px;
            transition: all 0.3s ease;
            text-align: center;
            min-width: 13%;
            background: white;
        }

            .design-buttons button:disabled {
                color: #4D5D8D !important;
                background: #ccc !important;
            }

            .design-buttons button[disabled] {
                color: #4D5D8D !important;
                background: #ccc !important;
            }

            .design-buttons button:hover {
                background: #4D5D8D;
                color: #fff;
            }

        .design-buttons a:hover {
            background: #4D5D8D;
            color: #fff;
        }

    .design-tabs .nav-pills > li > a {
        font-size: 12px;
        background: #4D5D8D;
        color: #fff;
        text-align: center;
        border-right: 1px solid #fff;
        padding: 7px 0px;
        display: block;
        width: 100%;
        border-top: none;
    }

    .design-tabs .nav-pills > li:last-child > a {
        border-right: none;
    }

    .design-tabs .nav-pills > li > a span {
        display: block;
    }

    .design-tabs .nav-pills > li.active > a {
        color: #4D5D8D;
        background: #fff;
    }

    .design-tabs .nav-pills {
        display: flex;
    }

        .design-tabs .nav-pills > li {
            flex: 1 1 0px;
            margin-left: 0px;
            cursor: pointer
        }

    .design-tab-content {
        padding: 20px;
        /*max-height: calc(100% - 60px);*/
        overflow: auto;
        flex-grow:1;
    }

    .color-panel li {
        height: 50px;
        margin: 0px 5px 15px;
        width: calc(30% - 0px);
    }

        .color-panel li span {
            display: flex;
            height: 100%;
            background: #eee;
            border-radius: 5px;
            padding: 5px;
            font-size: 10px;
            color: #fff;
            align-items: flex-end;
            /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);*/
        }

    .color-panel {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }

        .color-panel li.black span {
            background: black;
        }

        .color-panel li.white span {
            background: white;
            color: black;
        }

        .color-panel li.charcoal span {
            background: #36454F;
        }

        .color-panel li.navy span {
            background: #000080;
        }


    .image-buttons a {
        display: inline-block;
        color: #4D5D8D;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 15px;
        border: 1px solid #4D5D8D;
        border-radius: 4px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
        text-align: center;
        width: 100%;
        position: relative;
    }

    #apparelUpload {
        display: inline-block;
        color: #4D5D8D;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 15px;
        border: 1px solid #4D5D8D;
        border-radius: 4px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
        text-align: center;
        width: 100%;
        position: relative;
    }

        #apparelUpload:hover {
            background: #4D5D8D;
            color: #fff;
            cursor: pointer;
        }

    .image-buttons a:hover {
        background: #4D5D8D;
        color: #fff;
        cursor: pointer;
    }

    .design-tab-content .tab-pane.fade {
        display: none;
    }

        .design-tab-content .tab-pane.fade.active {
            display: block;
        }

    .images-panel {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
        overflow-y: scroll;
    }

        .images-panel li {
            height: 80px;
            margin: 15px 5px 5px;
            width: calc(33% - 10px );
            text-align: center;
            box-shadow: 0px 0px 8px rgba(0, 0,0,0.2);
            padding: 5px;
            border-radius: 8px;
            position: relative;
        }

            .images-panel li img {
                object-fit: contain;
                height: 100%;
            }

            .images-panel li span {
                position: absolute;
                /*top: -5px;*/
                left: -4px;
                color: #e31010;
                font-size: 16px;
                transition: .1s;
                bottom: 70px;
            }

    .saved-images, .clip-art-filter-container, .clipart-image-content, .saved-single-wrap, .saved--Order-single-wrap {
        position: absolute;
        top: 0px;
        height: calc(100% - 50px );
        display: flex;
        justify-content: space-between;
        background: #fff;
        z-index: 99;
        flex-direction: column;
        right: -130%;
        padding: 20px;
        transition: all 0.3s ease;
        width: 100%;
    }

        .saved-images.active, .clip-art-filter-container.active, .clipart-image-content.active, .saved-single-wrap.active, .saved--Order-single-wrap.active {
            right: 0;
        }

    .search-wrap input {
        border-radius: 5px;
        height: unset;
        border: 1px solid #4D5D8D;
        font-size: 12px;
        padding-left: 30px;
    }

    .search-wrap {
        position: relative;
        margin-bottom: 15px;
    }

        .search-wrap span {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 10px;
        }

    .clip-art-filter-container > .image-buttons a, .clipart-image-content > .image-buttons a, .saved-images > .image-buttons a {
        margin-bottom: 0;
    }

    .clipart-image-content .images-panel li {
        height: 100px;
        width: calc(25% - 10px );
        border-radius: 4px;
    }

    .text-controls textarea {
        border: 1px solid #4D5D8D;
        font-size: 12px;
        display: block;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 5px;
    }

    #history {
        height: 100%;
    }

    .history-content-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .history-tabs .nav-pills {
        display: flex;
        justify-content: center;
    }

        .history-tabs .nav-pills > li > a {
            display: inline-block;
            color: #4D5D8D;
            font-size: 14px;
            font-weight: 600;
            padding: 5px 20px;
            border: 1px solid #4D5D8D;
            border-radius: 4px;
            margin-left: 15px;
            transition: all 0.3s ease;
            text-align: center;
        }

            .history-tabs .nav-pills > li > a:hover, .history-tabs .nav-pills > li.active > a {
                background: #4D5D8D;
                color: #fff;
            }

    .history-tabs .checkbox {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .history-content-wrap h4 {
        font-size: 16px;
        color: #2950bc;
        font-weight: 600;
        text-align: center;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .history-content-wrap .images-panel li {
        height: unset;
        margin: 0px 5px 15px;
        width: calc(50% - 10px );
        text-align: center;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        position: relative;
    }

        .history-content-wrap .images-panel li img {
            height: 100px;
            object-fit: contain;
        }


        .history-content-wrap .images-panel li span {
            position: relative;
            top: unset;
            left: unset;
            color: #2950bc;
            font-size: 12px;
            font-style: italic;
            display: block;
            bottom: unset;
            font-weight: 400;
            bottom: unset;
        }

        .history-content-wrap .images-panel li p {
            font-size: 12px;
            font-weight: 600;
            color: #2950bc;
        }

    .design-tab-content .history-content-wrap .tab-pane {
        height: calc(100% - 75px);
    }

    .history-images-container {
        max-height: 100%;
        overflow-y: auto;
    }

        .history-images-container .images-panel {
            margin-left: 0;
            margin-right: 0;
        }

    .single-saved-item .images-panel li {
        width: 100%;
        height: unset;
        padding: 0;
        box-shadow: none;
        margin: 0;
    }

        .single-saved-item .images-panel li p {
            font-size: 12px;
            font-weight: 600;
            color: #2950bc;
        }

        .single-saved-item .images-panel li span {
            position: relative;
            top: unset;
            left: unset;
            color: #2950bc;
            font-size: 12px;
            font-style: italic;
            display: block;
            font-weight: 400;
            bottom: unset;
        }

    .pagination_common {
        border: 1px solid #ccc;
        border-radius: 6px;
    }

    .single-saved-item .images-panel li img {
        height: 150px;
        object-fit: contain;
    }

    .notification-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
    }

        .notification-modal.active {
            left: 0%;
        }

            .notification-modal.active .notification-content {
                width: 25%;
                background: #fff;
                padding: 30px 30px 15px;
                /*top: 50%;
                transform: translateY(-50%);*/
            }

            .notification-modal.active .notification-content1 {
                width: 50%;
                background: #fff;
                padding: 30px 30px 15px;
                /*top: 50%;
                transform: translateY(-50%);*/
            }

    .show-options .preview-area
    .notification-content h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 30px
    }

    .notification-content .image-buttons {
        width: 80%;
        margin: 19px auto;
    }

    .option-toggle {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #4D5D8D;
        border-radius: 50%;
        right: 30px;
        bottom: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
        cursor: pointer;
    }

    .show-options .option-toggle {
        right: -10px;
    }

    .option-toggle span:before {
        position: absolute;
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
        left: 6px;
        right: 0;
    }

    .option-toggle.active span:before {
        content: "\f104";
        left: 6px;
    }

    @media(max-width: 1199px) {
        .show-options .preview-area {
            width: 60%;
        }

        .options-area {
            width: 40%;
            right: -40%;
        }
    }

    @media(max-width: 991px) {
        .design-tab-content .tab-pane.fade.active {
            position: relative;
        }

        .tab-wrapper {
            height: 100%;
        }

        .preview-area {
            position: relative;
        }

        .preview-image-wrap {
            max-height: 410px;
        }
        /*.promotion-order-tab-wrapper .tab-pane .tab-content {
        height: 100%;
    }*/
        .saved-images, .clip-art-filter-container, .clipart-image-content, .saved-single-wrap, saved--Order-single-wrap {
            padding: 0;
            height: 100%;
            overflow: auto;
        }

        .image-buttons, .images-panel {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .design-tab-content {
            height: 100%;
            max-height: 100%;
        }

            .design-tab-content .tab-pane.fade {
                height: 100%;
            }

        .design-buttons {
            order: 1;
        }

        .design-content {
            order: 2;
        }

        .show-options .preview-area, .show-options .options-area {
            width: 100%;
        }

        .design-wrapper {
            height: 100% !important;
        }

        .show-options .preview-area {
            /* commented and added custom*/
            /*height: 410px;*/
            /*max-height: 410px;*/
            /* custom*/
            height: 350px;
            max-height: 350px;
        }

        .show-options .options-area {
            /* commented and added custom*/
            /* height: calc(100% - 410px);*/
            /* custom*/
            height: calc(100% - 350px);
            /* custom*/
            /*overflow-y: auto;*/
        }

        .promotion-order-tab-wrapper .tab-pane .tab-content {
            height: calc(100% + 50px) !important;
        }

        .promotion-order-tab-wrapper .tab-pane.nav-wizard {
            height: 100% !important;
        }

        .preview-area {
            height: 100%;
        }

        .show-options .option-toggle {
            transform: rotate(-90deg);
        }

        .option-toggle {
            right: unset;
            left: 30px;
            bottom: 30px;
            justify-content: center;
            transform: rotate(90deg);
            transform-origin: center;
            transition: all 0.3s ease;
        }

        .options-area {
            position: relative;
        }

        .design-content {
            flex-wrap: wrap;
            flex-direction: row;
        }

        .history-tab.design-content {
            position: unset;
        }

        .color-panel li {
            width: calc(20% - 10px);
        }

        .image-buttons a {
            /*width: calc(50% - 20px);
            width: calc(50% - 20px);
            margin: 0px 10px 15px;
            margin: 0px 10px 15px;*/
        }

        .image-buttons .button-file {
            width: calc(50% - 20px);
            width: calc(50% - 20px);
            margin: 0px 10px 15px;
            margin: 0px 10px 15px;
        }

            .image-buttons .button-file a {
                width: 100%;
                margin: 0;
            }


        .text-controls .image-buttons {
            justify-content: center;
        }

        .history-tab .options-area {
            position: unset;
        }

        #history {
            position: absolute;
            top: 0;
            background: #fff;
            z-index: 99;
            left: 0;
            height: calc(100% - 50px);
            overflow: hidden;
            width: 100%;
            padding: 20px 20px 10px;
        }

        .history-content-wrap h4 {
            position: sticky;
            top: 0;
            background: #fff;
            z-index: 9999;
        }

        .history-content-wrap .images-panel li {
            width: calc(33.3% - 10px);
        }

        .promotion-order-tab-wrapper .tab-pane.nav-wizard {
            height: calc(100% - 22px);
        }

        .design-tab-content .history-content-wrap .tab-pane {
            height: calc(100% - 80px) !important;
        }
    }

    #effective-ppi {
        font-weight: 600;
        /*position: absolute;
        left: 50%;
        transform: translateX(-50%);*/
    }

    @media(max-width: 767px) {
        #history {
            height: calc(100% - 100px);
        }

        .design-tab-content {
            min-height: 200px;
        }
    }


    .design-wrapper {
        display: flex;
        flex-direction: column;
        height: calc(100% + 20px);
        width: calc(100% + 40px);
        justify-content: space-between;
        margin-left: -20px;
    }

    .clipart-image-content .images-panel {
        max-height: calc(100% - 50px);
        overflow: auto;
    }

    .font-color {
        /*display: flex;*/
    }

        .font-color .dropdown {
            width: calc(100% - 40px);
            display: inline-block;
        }

            .font-color .dropdown select {
                width: 100%;
                height: 100%;
                border: 1px solid #4D5D8D;
                background: transparent;
                border-radius: 5px;
                font-size: 14px;
                font-weight: 600;
                color: #4D5D8D;
                padding: 4px 10px;
                position: relative;
            }

            .font-color .dropdown button span {
                position: absolute;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 10px;
                border: none;
                font: normal normal normal 14px/1 FontAwesome;
                width: 20px;
                height: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #4D5D8D;
            }

                .font-color .dropdown button span:before {
                    content: "\f107";
                }

    .color-box {
        width: 30px;
        height: 30px;
        margin-left: 10px;
        display: inline-block
    }

        .color-box a {
            background: red;
            border-radius: 5px;
            cursor: pointer;
            display: flex;
            width: 100%;
            height: 100%;
        }

    .front-back-btn {
        /*position: absolute;*/
        top: 15px;
        right: 15px;
        cursor: pointer;
        margin-bottom: 10px;
    }

        .front-back-btn span {
            position: relative;
            width: 75px;
            height: 50px;
            display: inline-block;
            border-radius: 5px;
            border: 1px solid #4d5d8d;
            font: normal normal normal 14px/1 FontAwesome;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

    .strat-over-btn {
        /*position: absolute;*/
        top: 75px;
        right: 15px;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .knock-out-btn {
        /*position: absolute;*/
        top: 130px;
        right: 15px;
        cursor: pointer;
    }

        .knock-out-btn span {
            position: relative;
            width: 75px;
            height: 50px;
            display: inline-block;
            border-radius: 5px;
            border: 1px solid #4d5d8d;
            font: normal normal normal 14px/1 FontAwesome;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center
        }

    .strat-over-btn span {
        position: relative;
        width: 75px;
        height: 50px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #4d5d8d;
        font: normal normal normal 14px/1 FontAwesome;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center
    }

    .front-back-btn span:before {
        content: url('../images/rotate-shirt.svg');
    }

    .design-tabs .nav-pills > li.active > a span i svg path {
        fill: black !important;
    }

    .good {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

    .close {
        color: #99CC33;
    }

    .light-warn {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

    .warn {
        color: red;
    }

    .warn-hard {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    .design-tabs {
        position: relative;
        z-index: 99;
    }




    .td-xs {
        max-width: 150px;
        width: 150px;
    }

        .td-xs input {
            width: calc(100% - 20px) !important;
        }

    .mt-3 {
        margin-top: 30px;
    }

    .order-details-content-wrapper .table th, .order-details-content-wrapper .table td {
        border: 1px solid #D1DAE9 !important;
    }

    .how-many-pieces-wrapper .table th, .how-many-pieces-wrapper .table td {
        border: 1px solid #D1DAE9 !important;
    }

    .promotion-sample-order-tab-wrapper .tab-pane .tab-content > .tab-pane {
        height: 90%;
    }

    #Apparel_Images_effects:hover {
        cursor: pointer;
        //box-shadow: 0px 15px 24px 0px rgba(0,0,0,0.1);
        outline: 2px solid rgb(240,240,240);
    }

    #Apparel_Images_effects:active {
        outline: 2px solid rgb(240,240,240);
        background-color: rgba(0,0,0,.05);
    }

    #Apparel_Images_effects {
        box-shadow: none !important;
    }

    #selected-image {
        height: calc(33% - 10px );
        width: calc(33% - 10px );
        text-align: center;
        padding: 10px;
    }

    .apparel-color:hover {
        cursor: pointer;
        outline: 3px solid #C8C8C8;
    }

    .apparel-color:active {
        filter: brightness(75%);
    }

    .close-apparel-icon {
        display: none !important;
    }

    #Apparel_Images_effects:hover .close-apparel-icon {
        display: block !important;
    }

    #Apparel_Images_effects:hover .close-apparel-icon,
    #Apparel_Images_effects:hover + .close-apparel-icon,
    #Apparel_Images_effects:hover ~ .close-apparel-icon {
        display: inline-block !important;
    }

    .close-apparel-icon:hover {
        font-size: 17pt;
        left: -8px;
        bottom: 66px;
    }

    .close-apparel-icon:active {
        color: darkred;
    }

    .help-modal {
        position: absolute;
        display: flex;
        display: none;
        align-items: center;
        justify-content: center;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,.7);
        z-index: 1000;
    }

    .help-content {
        background-color: white;
        padding: 40px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .message-title {
        color: rgb(53, 75, 133);
        margin-top: 0px;
        font-weight: bolder;
        font-size: large
    }

    .message {
        font-size: small
    }

    #haveQuestionHover:hover {
        text-decoration: underline
    }

    .rep-name, .rep-pos, .rep-detail {
        margin: 5px 2px;
    }

    .rep-pos {
        font-size: medium;
        margin-top: 0px;
    }

    #rep-image-container {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
    }

    #haveQuestionHover {
        cursor: pointer;
    }

    .clip-art-filter-container {
        height: calc(100% - 50px);
        overflow: auto;
    }

    ul.list-unstyled.images-panel {
        max-height: calc(100% - 50px);
        overflow: auto;
    }

    ul.list-unstyled.color-panel {
        max-height: calc(100% - 50px);
        overflow: auto;
    }

    .font-color {
        text-align: justify;
    }

        .font-color .color-box {
            display: inline-block;
        }

        .font-color .font_size {
            display: inline-block;
            width: calc(100% - 104px);
        }

    .filter-wrap {
        height: calc(100% - 50px);
        overflow: auto;
    }

    .alignment-icon a.active {
        border: 2px solid #4D5D8D;
    }

    .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
        padding: 10px 10px 0px 10px;
    }

    .preview-image-wrap.dress p {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    @media(max-width:991px) {
        .notification-modal.active .notification-content {
            width: 50%;
            top: 50%;
            transform: translateY(-50%);
        }

        .notification-content .image-buttons {
            text-align: center;
            width: 100%;
        }

        p#effectHardWarn {
            font-size: 8px !important;
        }
    }

    @media(max-width:767px) {
        .notification-modal.active .notification-content {
            width: 75%;
            /*top: 0;
        transform: translateY(0);*/
        }
    }


    .alignment-icon a {
        background: #4d5d8d26;
        color: gray;
        border: 1px solid #f8f8f8;
        padding: 5px 10px;
        color: #4d5d8d;
    }

    .sec1 label {
        font-weight: 600;
        color: #4d5d8d;
    }

    .alignment-icon a:last-child {
        margin-right: 2px;
    }

    .alignment-icon a:hover {
        background: #f8f8f8;
    }

    .dropdown input[type="number"] {
        width: 13%;
        margin-right: 5px;
        border: 1px solid #ccc;
        height: 29px;
    }

    .dropdown input[type="color"] {
        -webkit-appearance: none;
        border: none;
        width: 25px;
        height: 25px;
    }

        .dropdown input[type="color"]::-webkit-color-swatch-wrapper {
            padding: 0;
            margin-bottom: 0%;
        }

    .dropdown [type="color"]::-webkit-color-swatch {
        border: none;
    }

    .text_area {
        display: flex;
        align-items: center;
        align-content: center;
        vertical-align: middle;
    }

        .text_area button {
            padding: 9px 22px;
            margin-left: 10px;
            border: none;
            font-size: 12px;
            color: #4D5D8D;
            text-transform: none;
            background: transparent;
            border: 1px solid #4D5D8D;
            border-radius: 4px;
        }

            .text_area button:hover {
                background: #4D5D8D;
                color: #fff;
            }

    .style-text-head {
        border: 1px solid #dddddd;
        padding: 10px;
        background: #fff;
    }

    .text_area textarea {
        border: 1px solid #dddddd;
    }
    /*.design-tab-content {
        background: #f7f7f7;
    }*/

    .alignment-icon {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
    }

        .alignment-icon a {
            margin: 0px 2px;
        }

    .font-color .dropdown select {
        width: 65% !important;
        border-radius: 0px !important;
        color: #4d5d8d !important;
        border-color: #ccc;
        margin-right: 10px;
    }

        .font-color .dropdown select:focus-visible {
            outline: none;
            border: 1px solid #dddddd;
        }

    .sec1 {
        margin-bottom: 10px;
    }

    .font-color .dropdown {
        display: flex;
        align-items: center;
    }

    .dress {
        max-height:100vh;
        width: 100%;
        /*height: 100%;*/
    }

    .btn-width {
        /*width: 20%;*/
        position: absolute;
        top: 10px;
        right: 10px;
    }

    @media (max-width: 995px) {
        .show-options .preview-area {
            /* commented and added custom*/
            /*height: 410px;*/
            /*max-height: 410px;*/
            /* custom*/
            height: 350px;
            max-height: 350px;
        }

        .show-options .preview-area, .show-options .options-area {
            width: 100%;
        }

        .history-tab .options-area {
            position: unset;
        }

        .show-options .options-area {
            /* commented and added custom*/
            /* height: calc(100% - 410px);*/
            /* custom*/
            height: calc(100% - 350px);
            /* custom*/
            overflow-y: auto;
        }

        .design-content {
            display: block;
        }

        /*.show-options .option-toggle {
        transform: rotate(-90deg);
    }*/
        /*.option-toggle {
        right: unset;
        left: 30px;
        bottom: 30px;
        justify-content: center;
        transform: rotate(90deg);
        transform-origin: center;
        transition: all 0.3s ease;
    }*/
        .options-area {
            width: 100% !important;
            right: -40%;
        }
    }

    @-moz-document url-prefix() {
        @media (max-width: 990px) {
            .show-options .preview-area {
                /* commented and added custom*/
                /*height: 410px;*/
                /*max-height: 410px;*/
                /* custom*/
                height: 350px;
                max-height: 350px;
            }

            .show-options .preview-area, .show-options .options-area {
                width: 100%;
            }

            .history-tab .options-area {
                position: unset;
            }

            .show-options .options-area {
                /* commented and added custom*/
                /* height: calc(100% - 410px);*/
                /* custom*/
                height: calc(100% - 350px);
                /* custom*/
                overflow-y: auto;
            }

            .design-content {
                display: block;
            }

            /*.show-options .option-toggle {
            transform: rotate(-90deg);
        }

        .option-toggle {
            right: unset;
            left: 30px;
            bottom: 30px;
            justify-content: center;
            transform: rotate(90deg);
            transform-origin: center;
            transition: all 0.3s ease;
        }*/

            .options-area {
                width: 100% !important;
                right: -40%;
            }
        }
    }

    #hidden-dom {
        display: none;
    }

    svg {
        width: 100%;
        height: 100%;
    }

    sidebar-mini.sidebar-collapse .main-sidebar {
        background: rgba(53, 75, 132);
    }

    .fa-solid, .fas {
        font-family: "Font Awesome 6 Free" !important;
        font-weight: 900;
    }

    .custom-card {
        min-height: 212px;
        width: 100%;
        display: block;
        font-family: 'Arvo-Regular';
        font-size: 22px;
        color: #354b84;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #cfdaeb;
        line-height: 22px;
        padding: 10px;
        background: rgba(53, 75, 132, 0);
        background-position: 100% 0;
        background-size: 200% 100%;
        transition: all .25s ease-in;
        text-align: center;
        margin: 0px auto;
        display: flex !important;
        font-family: 'Arvo-Regular';
        flex-direction: column;
        align-items: center;
        font-size: larger !important;
        font-family: "Open Sans", sans-serif !important;
        text-align: center;
        margin: auto auto;
        justify-content: center;
    }

        .custom-card .normal-icons span {
            font-size: larger !important;
            font-family: "Open Sans", sans-serif !important;
        }

        .custom-card .normal-icons {
            display: block;
            position: relative;
            min-height: initial;
        }

        .custom-card i {
            font-size: 3rem !important;
            line-height: initial !IMPORTANT;
            margin-bottom: 12px !important;
        }

    .strat-over-btn span, .knock-out-btn span, .front-back-btn span {
        font: normal normal normal 9px/1 "Font Awesome 6 Free";
        font-weight: 600;
        padding-bottom: 2px;
    }

        .front-back-btn span svg {
            padding: 3px 0;
        }

    .knock-out-btn .fa-question:before {
        padding-bottom: 2px;
        font-size: 14px !important;
    }

    @media(max-width:1024px) {
        .design-tab-content {
            padding: 32px;
        }
    }

    @media(min-width:991px) {
        .options-area {
            width: 30% !important;
            height: 100% !important;
            position: absolute !important;
        }

        .show-options .preview-area {
            width: 70% !important;
            height: 100% !important;
            max-height: initial !important;
        }

        .design-tab-content {
            overflow-y: initial !important
        }
    }

    #Image_Selected {
        overflow-y: scroll;
        height: 100%;
    }

    @media (min-width:1015px) and (max-width:1019px) {
        .color-panel li span {
            padding: 3px !important;
        }

        .content-wrapper .content .box .box-body .box-body-wrapper .promotion-order-wrapper .content-area .res-col-pad .promotion-order-tab-wrapper .tab-content .tab-pane .design-wrapper .design-content .options-area .design-tab-content #color .color-panel li > .apparel-color > p {
            font-size: 8px !important;
        }
    }

    .design-wrapper .breadcrumb-div span {
        display: inline-flex;
    }

    .design-wrapper .breadcrumb-div label {
        line-height: 12px !important;
    }

    .design-wrapper .breadcrumb-div span i {
        margin-top: -1px;
        margin-right: 5px;
    }

    .breadcrumb-div span {
        display: inline-flex;
    }

        .breadcrumb-div span i {
            margin-top: -1px;
            margin-right: 5px;
        }

    .breadcrumb-div label {
        line-height: 12px !important;
    }

    .nav-tabs.nav-justified > .promo_option.active > a {
        background-color: white !important;
        color: #354B85
    }

    html {
        overflow-x: scroll !important;
        scrollbar-color: rgba(53,75,133,.6) rgba(53,75,133,.1) !important;
    }

    .choose-product-wrapper .single-product-list-wrapper .des-wrapper .form-control {
        font-size: 16px !important;
        background-color: transparent !important;
        cursor: default !important;
    }


    /*@media (min-width:900px) and (max-width :1550px) and (min-height:800px) and (max-height:1440px) {
    .preview-area img {
        height: auto !important;
    }
}

@media (min-width:900px) and (max-width :1800px) and (min-height:1440px) and (max-height:1640px) {
    .preview-area img {
        height: auto !important;
    }
}*/
    .order-details-long-box {
        display: flex;
    }

    .order-details-div {
        display: flex;
        height: 100%
    }

        .order-details-div .order-details-box {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: max-content;
            margin: 15px;
            padding: 25px 30px;
            border: 1px solid #e2e2e2;
            box-shadow: 0px 0px 10px #e9e9e9;
            border-radius: 10px;
        }

            .order-details-div .order-details-box .order-derails-img img {
                width: 100%;
            }

            .order-details-div .order-details-box .order-details-product-name h2 {
                font-size: 13px;
                color: #354b85;
                font-weight: 600;
                margin-top: 15px;
                width:300px;
                text-align:center;
            }

            .order-details-div .order-details-box .order-details-store-name h2 {
                font-size: 13px;
                color: #354b85;
                font-weight: 600;
                margin-top: 8px;
                margin-bottom: 12px;
            }

            .order-details-div .order-details-box .order-details-show-details {
                margin-bottom: 5px;
            }

                .order-details-div .order-details-box .order-details-show-details a {
                    font-size: 13px;
                    text-decoration: underline;
                    font-weight: 600;
                    margin-top: 8px;
                }

            .order-details-div .order-details-box .order-details-addtocart a {
                font-size: 15px;
                /* text-decoration: underline; */
                font-weight: 600;
                background-color: #f78127;
                color: #fff;
                border-radius: 5px;
                padding: 3px 16px;
            }

    .order-details-long-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    @media (min-width: 768px) {
        .dasboard-grid-wrapper .row {
            display: flex !important;
            justify-content: center !important;
            flex-wrap: wrap !important;
        }
    }

    @media (max-width: 320px) {
        .order-details-long-box {
            grid-template-columns: 1fr !important;
        }
    }

    @media (max-width: 768px) {
        .main-sidebar {
            left: -8px !important;
        }
    }

    @media (min-width: 1800px) {
        .order-details-long-box {
            grid-template-columns: repeat(4, 1fr) !important;
        }
    }

.box-body {
    height: calc(100vh - 120px) !important;
    overflow:hidden !important;
}
    .box-body .manage-order-table-wrapper {
        overflow: unset;
        height: 100% !important;
    }
.circle-na {
    background: #900;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    padding: 6px 4px;
    display: inline-block;
    width:30px;
    color: white;
}
.circle-txt {
    background: #f5f5f5 !important;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    padding: 6px 4px;
    display: inline-block;
    width: 30px;
    color: #3b4b85 !important;
}
.versionDetails {
     text-align: center; 
    padding-left: 1%;
    font-size: 20px;
    /* position: absolute; */
    background-color: lightgray;
    width: 100%;
color:red;
font-weight:bold;
}
pre {
    border: unset;
    box-shadow: none;
    resize: none;
    font-size: 16px !important;
    background-color: transparent !important;
    cursor: default !important;
    width: 100%;
    line-height: 1.428571429;
    color: #333333;
    font-weight: 400;
    font-family: inherit;
    white-space: pre-line;
    padding: 6px 20px;
}

.custom-size h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 0 !important
}

.custom-size p {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0
}

.custom-size li {
    font-size: 1.4rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-color: #eeeeee
}

p.text-center.mb-3 {
    margin-bottom: 1rem;
}

.custom-quantity .form-control {
    width: 75px !important;
    border-radius: 5px !important;
    border-color: #e1e1e1 !important;
    height: 32px
}

.custom-size .d-flex, .custom-size .btn-group {
    display: flex;
    grid-gap: 10px;
}

.custom-size .btn-light {
    border-radius: 4px !important;
    background: #dbdfe9;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px !important;
    color: #354b84 !important;
}

.custom-size .custom-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .custom-size .custom-quantity span {
        font-size: 10px
    }

.custom-quantity.flex-grow-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-size .list-group {
    height: 212px;
    overflow-y: auto;
}

.custom-size-total {
    padding: 0px 20px;
}

    .custom-size-total .justify-content-between {
        justify-content: space-between
    }

        .custom-size-total .justify-content-between span {
            font-weight: 500
        }

.custom-suggestion p.small {
    font-weight: 400;
    margin: 0.51rem 0;
}

.custom-suggestion {
    width: 95%;
    margin: 10px auto;
    padding: 10px 20px;
    border: 1px solid #ddd;
    text-align: center
}

.custom-size > p:last-child {
    margin-top: 3rem;
    text-align: center;
    font-weight: 400;
}

a.text-decoration-underline {
    text-decoration: underline;
    font-size: 1.2rem;
    color: #354B85 !important;
    font-weight: 500;
}

@media(min-width:991.5px) and (max-width:1200px) {
    .list-group-item {
        padding: 10px 5px;
        gap: initial;
    }

    .custom-size .btn-light {
        height: 25px;
        width: 15px;
        padding: 10px;
    }

    .custom-size p {
        font-size: 12px;
    }

    .custom-size .custom-quantity span {
        font-size: 9px !important;
    }

    .custom-quantity .form-control {
        width: 50px !important;
        height: 27px;
        padding: 5px;
    }

    .custom-size .btn-group, .custom-quantity.flex-grow-1 {
        grid-gap: 5px;
        grid-gap: 5px
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
html, body {
    overflow-x: hidden !important;
}
.modal-fade-hide{
    opacity : 0 !important;
    pointer-events:none !important;
}