﻿
::-webkit-scrollbar {
    display: none;
}

m-modal.scroll {
    overflow-y: scroll;
    scrollbar-color: #AAA #EEE;
    scrollbar-width: normal;
}

.fixed {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999;
}
.hidden {
    visibility: hidden;
}
.none {
    display: none !important;
}

h1 {
    font-size: 1em;
}
h2 {
    font-size: .9em;
}

h1.lg {
    font-size: 2em;
    font-weight: 800;
}
h1.md {
    font-size: 1.5em;
    font-weight: 600;
}
h1.c,
h2.c,
h3.c,
h4.c,
h5.c,
h6.c {
    text-align: center;
}
h1.caps {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 800;
    color: #999;
}

h1 span,
h2 span {
    color: #AAA;
    font-size: .8em;
}
h2.caps {
    text-transform: uppercase;
    font-size: .7em;
    font-weight: 800;
    color: #999;
    width: 100%;
}

m-tag {
    background-color: #00AEEF;
    color: white;
    padding: .25em .5em;
    font-size: .65em;
    position: absolute;
    z-index: 1;
    border-radius: 2px;
}

.covernavy {
    border: 1px solid black;
    background-color: #00AEEF;
}
.coverblack {
    border: 1px solid black;
    background-color: black;
}
.covermaroon {
    border: 1px solid black;
    background-color: red;
}
.coverwhite {
    border: 1px solid black;
    background-color: white;
}

/*--M-FORM-------------------------------------------------------------------------------*/
.form h1 {
    margin-bottom: .25em;
    font-size: .7em;
    font-weight: 800;
    color: #AAA;
}
.form h2 {
    font-size: .75em;
    color: #AAA;
}
/*--M-FORM-------------------------------------------------------------------------------*/

h3 {
    font-size: .8em;
    color: #888;
}
h3.input {
    min-width: 30px;
    margin: 0;
    text-align: center;
}
m-card h3 {
    margin: 0;
}

h5 {
    font-size: .75em;
    padding: 0;
    width: 100%;
    max-width: 100%;
    font-weight: 100;
    color: #888;
    cursor: text;
}

h6 {
    font-size: .75em;
    font-style: italic;
    color: #888;
}
    h6.caps {
        text-transform: uppercase;
        font-style: initial;
        font-size: .75em;
        font-weight: 800;
        color: #999;
        width: 100%;
    }

p {
    font-size: .9em;
}
    p.sm {
        font-size: .8em;
    }

a {
    color: #00AEEF;
    text-decoration: none;
}
    a:hover {
        text-decoration: underline;
    }
m-a {
    font-size: .65em;
    color: #00AEEF;
    margin-top: .5em;
}
    m-a.auto {
        font-size: inherit;
    }
    m-a.green {
        color: #1ED760;
    }

*, input, select, textarea, option, button {
    outline: none !important;
}

.remove {
    font-size: .6em;
    color: #CCC;
}
    .remove:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.white {
    background-color: #FFF;
}

.borderGray {
    border: 1px solid #EEE;
}
.borderDarkGray {
    border: 1px solid #CCC;
}
.borderBlue {
    border: 1px solid #00AEEF;
}

.g-recaptcha,
.grecaptcha-badge {
    display: none !important;
}

.production h6,
.production h1 {
    text-align:center;
    width: 100%;
}

.tutorial {
    animation: tutorial 2s ease 0s infinite normal forwards;
}
@keyframes tutorial {
    0%, 100% {
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }

    10% {
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}

.tutorial:after {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #F57E28 !important;
    animation: tutorialHighlight 1.5s ease 0s infinite normal forwards;
}
@keyframes tutorialHighlight {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    21% {
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.iframeWrapper {
    display: inline-block;
    position: relative;
}

    .iframeWrapper::after { /* I have higher Z-index so I can catch the click! Yey */
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .iframeWrapper iframe {
        vertical-align: top;
    }

.focalPoint {
    width: 25px;
    height: 25px;
    background-color: #F5F6FA;
    margin: .25em;
}
    .focalPoint.selected,
    .focalPoint:hover {
        cursor: pointer;
        background-color: #00AEEF;
    }

img.btnOpenModalPreviewOrderItem {
    border: 1px solid #DCDCDC;
    max-width: 200px;
    max-height: 200px;
    /*height: 200px;*/
}
    img.btnOpenModalPreviewOrderItem:hover {
        cursor: pointer;
        border: 1px solid #00AEEF;
    }

.approved {
    background-color: #c6dc80;
}
.pending {
    background-color: #a8a9ac;
}
.pending .slider {
    background-color: #eaebeb;
}
.pending h4 {
    color: #FFF;
}

.loading-block {
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    opacity: .9;
    animation-name: loading-block;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

@keyframes loading-block {

    0% {
        opacity: .9;
    }

    50% {
        opacity: .8;
    }

    100% {
        opacity: .9;
    }

}

/*--FLXBODYSIGNUP-------------------------------------------------------------------------------*/
#flxBodySignUp,
#flxBodySignUp m-body {
    min-height: 100vh;
}
    #flxBodySignUp m-body .container-sm,
    #flxBodySignUp m-body .container-md,
    #flxBodySignUp m-body .container {
        justify-content: center;
        min-height: 100vh;
    }
#flxBodySignUp .panel {
    width: 30%;
    height: 100vh;
    min-height: 100vh;
    /*background-image: url('../img/signUp/background.jpg');
    background-position: -850px 0;*/
    background-size: cover;
    background-color: #EEE;
    padding: 2em;
    margin: 0;
}
    #flxBodySignUp .panel.image:after {
        content: '';
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0,174,239,1) 0%, rgba(255,255,255,0) 39%);
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        bottom: 0;
    }
    #flxBodySignUp .panel.image {
        display: none;
        justify-content: flex-end;
        padding-bottom: 5em;
        background: #FFF;
        background-size: 150vh;
        background-repeat: no-repeat;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation: themeBackground 60s linear infinite;
        animation: themeBackground 60s linear infinite;
    }
    #flxBodySignUp .panel.image img {
        z-index: 1;
        width: 70%;
    }

@-webkit-keyframes themeBackground {
    0% {
        background-position: -18vh -18vh;
    }

    50% {
        background-position: -70vh -70vh;
    }

    100% {
        background-position: -18vh -18vh;
    }
}

@keyframes themeBackground {
    0% {
        background-position: -18vh -18vh;
    }

    50% {
        background-position: -70vh -70vh;
    }

    100% {
        background-position: -18vh -18vh;
    }
}

    #flxBodySignUp .panel.image h2 {
        color: #FFF;
        z-index: 1;
        font-weight: 800;
        text-align: center;
    }

#flxBodySignUp .continue {
    position: fixed;
    z-index: 2;
    bottom: 10px;
    right: 10px;
}

    .authentication h5,
    #flxBodySignUp h5 {
        width: initial;
    }
    .authentication .container-sm,
    #flxBodySignUp .container-sm {
        width: 300px;
    }
    .authentication .container-md,
    #flxBodySignUp .container-md {
        width: 400px;
    }

.authentication {
    height: 100vh;
}

@media screen and (min-width: 768px) {
    #flxBodySignUp .panel.image {
        display: flex;
    }

    .authentication .container-sm,
    #flxBodySignUp .container-sm {
        width: 350px;
    }

    .authentication .container-md,
    #flxBodySignUp .container-md {
        width: 450px;
    }
}

/*--FLXBODYSIGNUP-------------------------------------------------------------------------------*/

/*--DOT-------------------------------------------------------------------------------*/
.dot {
    padding: 0;
    margin-bottom: 50px;
    justify-content: flex-start !important;
}
    .dot:after {
        content: '';
        position: absolute;
        top: 24px;
        left: 5px;
        height: 40px;
        width: 2px;
        background-color: #DDD;
    }
.dot:last-child:after {
    content: '';
    display: none;
}
/*--M-DOT-------------------------------------------------------------------------------*/
m-dot {
    display: block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: transparent;
    position: relative;
    margin-right: 1em;
}
    m-dot:after {
        content: '';
        position: absolute;
        display: block;
        border-radius: 50%;
        left: -4px;
        top: -4px;
        width: 20px;
        height: 20px;
        border: 1px solid #00AEEF;
    }
    m-dot.complete {
        background-color: #00AEEF;
    }
    m-dot.pending {
        background-color: #CCC;
    }
/*--M-DOT-------------------------------------------------------------------------------*/
/*--DOT-------------------------------------------------------------------------------*/

/*--STATUS-------------------------------------------------------------------------------*/
m-marker {
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #DDD;
    margin-right: .5em;
    transition: all .35s;
}

    m-marker:after {
        content: '';
        position: absolute;
        display: block;
        border-radius: 50%;
        left: -4px;
        top: -4px;
        width: 20px;
        height: 20px;
        border: 1px solid #CCC;
        transition: all .35s;
    }
.status.active m-marker:after,
.status:hover m-marker:after {
    border: 1px solid #00AEEF;
}

.status:hover {
    cursor: pointer;
}

    .status:hover m-marker {
        background-color: #00AEEF;
    }

    .status:hover h2 {
        color: #00AEEF;
    }

.status.active m-marker {
    background-color: #00AEEF;
}

.status.active h2 {
    color: #00AEEF;
    transition: all .35s;
}
/*--STATUS-------------------------------------------------------------------------------*/

/*--isPDF-------------------------------------------------------------------------------*/
.isPDF m-card {
    min-width: 300px;
    max-width: 300px;
    min-height: 420px;
    max-height: 420px;
    text-align: center;
    margin: 0 1em;
    background-size: cover;
}

    .isPDF m-card.active {
        border: 1px solid #00AEEF;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .isPDF m-card:hover {
        cursor: pointer;
        background-color: #fafafa;
        -webkit-box-shadow: 5px 10px 10px rgba(0,0,0,0.12);
        box-shadow: 5px 10px 10px rgba(0,0,0,0.12);
    }

.isPDF h6 {
    font-size: .7em;
    background-color: #00AEEF;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 24px;
}
/*--isPDF-------------------------------------------------------------------------------*/

/*--M-PREDICTIVE-------------------------------------------------------------------------------*/
m-predictive {
    position: absolute;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background-color: #FFF;
    width: initial;
    display: block;
    z-index: 999999;
    border-radius: 2px;
    padding: .5em;
}
    m-predictive p {
        font-size: .8em;
        color: #AAA;
        padding: .15em .5em;
        border-radius: 2px;
    }
    m-predictive p.active {
        background-color: #00AEEF;
        color: #FFF;
    }
    m-predictive p:not(.active):hover {
        background-color: #EFEFEF;
        cursor: pointer;
    }
/*--M-PREDICTIVE-------------------------------------------------------------------------------*/

/*--FILTER-------------------------------------------------------------------------------*/
.filter {
    width: 300px;
    min-width: 300px;
    /*min-height: 400px;*/
    justify-content: flex-start !important;
    align-items: flex-start !important;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DCDCDC;
}

    .filter .list {
        width: 100%;
    }

    .filter .form > m-input {
        padding: 0 0 .5em 0;
        /*border-bottom: 1px solid #DCDCDC;*/
    }

    .form m-options {
        padding: 1em;
        background-color: #F8F8F8;
        overflow: hidden;
        flex-direction: column;
    }
/*--FILTER-------------------------------------------------------------------------------*/

/*--POSTIT-------------------------------------------------------------------------------*/
m-postit {
    position: fixed;
    display: flex;
    z-index: 999999999999999;
    top: 30px;
    left: 70vw;
}
    m-postit m-icon {
        border-radius: 50%;
        background-color: #FFF;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    m-postit m-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: calc(30vw - 70px);
        margin-left: 10px;
        border-radius: 2px;
        background-color: #FFF;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        padding: 1em;
    }
/*--POSTIT-------------------------------------------------------------------------------*/

/*--M-NAVIGATION---------------------------------------------------------------*/
m-navigation {
    z-index: 997;
}
m-navigation m-printer {
    font-size: .75em;
    margin-right: 1em;
    font-weight: 800;
}
/*--M-NAVIGATION---------------------------------------------------------------*/
/*--M-GLOBAL---------------------------------------------------------------*/
m-global {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    z-index: 998;
    height: 50px;
}

    m-global m-flex {
        height: 50px;
    }

    m-global span {
        font-size: .8em;
    }

    m-global img {
        max-height: 35px;
    }

    m-global .h {
        border-bottom: 2px solid #FFF;
    }
        /*m-global .h.active,*/
        m-global .h:hover {
            border-bottom: 2px solid #00AEEF;
        }
/*--M-GLOBAL---------------------------------------------------------------*/

/*--M-DIVIDER-------------------------------------------------------------------------------*/
m-divider {
    margin: 0.5em auto;
    width: 90%;
    height: 1px;
    border-radius: 1px;
    background-color: #888;
    display: block;
    opacity: 0.5;
    transition: all .35s;
}

    m-divider.sm {
        width: 90%;
        margin: .25em auto;
        background-color: #AAA;
        height: 1px;
    }

    m-divider.n {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    m-divider.v {
        width: 2px;
        min-width: 2px;
        margin: .5em .75em;
        background-color: #AAA;
        min-height: 20px;
    }

    m-divider.v.wH {
        background-color: #FFF;
    }

.btnEditUnderlineHeaderStrokeOrderItemPageGroup:hover > m-divider,
.btnEditUnderlineHeaderStrokeOrderItemPageGroup > m-divider.primary,
.btnEditUnderlineBodyStrokeOrderItemPageGroup:hover > m-divider,
.btnEditUnderlineBodyStrokeOrderItemPageGroup > m-divider.primary,
.numLineThicknessOrderItem:hover > m-divider,
.numLineThicknessOrderItem > m-divider.primary {
    background-color: #00AEEF;
}
/*--M-DIVIDER-------------------------------------------------------------------------------*/

/*--M-MENU---------------------------------------------------------------*/
m-menu {
    position: absolute;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    z-index: 998;
    border-radius: 2px;
    padding: .5em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
    m-menu[data-level="2"] {
        z-index: 1000;
    }
    m-menu[data-level="3"] {
        z-index: 1001;
    }

    m-menu:not(.sub):after {
        content: '';
        position: absolute;
        top: -10px;
        left: 10px;
        z-index: 0;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FFF;
        filter: drop-shadow(0 -1px 1px rgba(0,0,0,.25));
    }

    m-menu.flip:not(.sub):after {
        left: calc(100% - 30px);
    }

    m-menu.upside:not(.sub):after {
        top: initial;
        bottom: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #FFF;
        border-bottom: initial;
        filter: drop-shadow(0 1px 1px rgba(0,0,0,.25));
    }

    m-menu > m-flex[data-type="col"] {
        overflow: scroll;
        padding: 0;
        margin: 0;
        overscroll-behavior: contain;
        justify-content: flex-start; /*!important*/
    }

        m-menu > m-flex.off-top:before,
        m-menu > m-flex.off-bottom:after {
            content: '↑';
            display: block;
            border-radius: 4px;
            height: 8px;
            min-height: 8px;
            width: 50px;
            left: 0;
            right: 0;
            z-index: 10;
            margin: 0 auto;
            position: sticky;
            background-color: #AAA;
            text-align: center;
            color: #AAA;
            line-height: 2em;
            box-shadow: 0 3em 3em -3em white inset;
        }
        m-menu > m-flex.off-top:before {
            top: 10px;
        }
        m-menu > m-flex.off-bottom:after {
            transform: rotate(180deg);
            bottom: 10px;
        }

    m-menu p {
        padding: 0.5em;
        font-size: .75em;
        text-align: left;
    }

/*--M-SUB------------------*/
    m-menu.sub {
        position: absolute;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        border-radius: 2px;
        padding: .5em;
        z-index: 999;
        /*overflow: scroll;
        max-height: 500px;*/
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }
/*--M-SUB------------------*/

/*--M-HEADER------------------*/
    m-menu m-header {
        position: absolute;
        top: -20px;
        left: 2.5%;
        height: 20px;
        min-width: 50%;
        width: initial;
        min-height: 20px;
        border-radius: 5px 5px 0px 0px;
    }

    m-menu m-header:hover {
        cursor: move;
    }

    m-menu m-header h6 {
        color: #FFF;
        padding-left: 1em;
        font-size: .65em;
    }

    m-menu m-header .icon-pushpin {
        transform: rotate(90deg);
        transition: transform .35s;
    }

m-menu.pinned m-header .icon-pushpin {
    transform: rotate(0deg);
}
/*--M-HEADER------------------*/

/*--M-BUTTON------------------*/
    m-button.menu,
    m-menu m-button,
    .menu m-button {
        font-size: .9em;
        text-align: left;
        box-shadow: none;
        margin-bottom: 0.1em;
        width: 100%;
        border: none !important;
    }
        m-button.menu.sm,
        m-menu.sm m-button,
        .menu.sm m-button {
            font-size: .7em;
            padding: 0.5em;
            line-height: initial;
            height: initial;
            border: none !important;
        }

        m-button.menu[data-type="secondary"].sm {
            background-color: #FAFAFA;
        }

        m-button.menu[data-type="secondary"]:hover,
        m-button.menu[data-type="tertiary"]:hover,
        m-button.menu.active,
        m-menu m-button[data-type="tertiary"]:hover,
        m-menu m-button.active,
        .menu m-button[data-type="tertiary"]:hover,
        .menu m-button.active {
            background-color: #00AEEF;
            color: #FFF;
            box-shadow: none;
        }
            .menu m-button[data-type="tertiary"]:hover span,
            .menu m-button.active span {
                color: #FFF;
            }

        m-button.menu.nH:hover,
        m-menu m-button.nH:hover,
        .menu m-button.nH:hover {
            background-color: transparent;
            color: #424242;
        }

    m-button.sub,
    m-menu.sub m-button,
    .menu.sub m-button {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

        m-button.sub:after {
            content: '';
            border: solid #888;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            position: absolute;
            right: 10px;
            top: calc(50% - 5px);
        }

        m-button.sub.active:after,
        m-button.sub:hover:after {
            border: solid #FFF;
            border-width: 0 2px 2px 0;
        }

    m-menu m-header m-button[data-type="tertiary"] {
        margin: 0;
        height: 20px;
        line-height: 20px;
        color: #FFF;
        font-size: .7em;
    }

m-button.secondary {
    background-color: #F2F2F2 !important;
    border-radius: 0;
}
m-body[data-label="Whats New Body"] m-button.secondary,
m-body[data-label="Whats New Body"] m-image {
    background-color: #FFF !important;
}
m-body[data-label="Whats New Body"] .menu m-button:hover,
m-button.secondary:hover {
    background-color: #FFF !important;
    color: #454545 !important;
    border-radius: 0;
}
/*--M-BUTTON------------------*/
/*--M-MENU---------------------------------------------------------------*/

/*--notifications-----------------------------------------------*/
.notify {
}

.notification {
    border-radius: 50%;
    background-color: red;
    color: white;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    max-height: 20px;
    min-height: 20px;
    font-size: .7em;
    text-align: center;
    line-height: 20px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -10px;
    top: 15px;
    z-index: 10;
}
    .notification.blue {
        background-color: #00AEEF !important;
    }
    .notification.white {
        background-color: #F57E28 !important;
    }
    .notification.center {
        left: calc(50% - 10px);
        top: -10px;
    }

.favorite {
    background-color: transparent;
    color: #00AEEF;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    max-height: 20px;
    min-height: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -10px;
    top: 15px;
    z-index: 10;
}

m-card.unread:hover {
    cursor: pointer;
    border: 1px solid #00AEEF;
}

m-card.unread:after {
    content: '';
    border-radius: 50%;
    background-color: red;
    color: white;
    width: 10px;
    max-width: 10px;
    min-width: 10px;
    height: 10px;
    max-height: 10px;
    min-height: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -5px;
    top: -5px;
}

.pill {
    border-radius: 2px;
    background-color: #00AEEF !important;
    color: white;
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    height: 20px;
    max-height: 20px;
    min-height: 20px;
    font-size: .6em;
    text-align: left;
    line-height: 20px;
    padding: 0 0 0 1em;
    margin: 0;
    position: absolute;
    left: -5px;
    top: 30px;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    .pill.red {
        background-color: red;
    }

    .pill.center {
        left: calc(50% - 10px);
        top: -10px;
    }
/*--notifications-----------------------------------------------*/

/*--M-AUTOMATION-------------------------------------------------------------------------------*/
m-automation {
    position: absolute;
    top: -100px;
    left: -100px;
    display: block;
    z-index: 998;
    border-radius: 2px;
}

m-automation.open m-templates {
    max-width: initial;
}

    m-automation m-flex.secondary {
        background-color: #FFF;
    }
        m-automation m-flex.secondary:hover {
            background-color: #EEE;
            cursor: pointer;
        }

    m-templates {
        max-width: 100px;
        height: 100%;
        left: 0px;
        top: 0px;
        display: block;
        padding: 1em;
        background-color: #FFF;
        position: absolute;
        overflow: scroll;
        transition: all .35s;
    }

m-shrink {
    background-color: red;
    position: absolute;
    z-index: 999999;
    border-radius: 50%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

m-page > m-title {
    flex-direction: column;
}
m-page > m-title[data-type="row"] {
    flex-direction: row;
}
    m-page > m-title h6 {
        font-size: 1em;
    }
    m-page > m-title h5 {
        font-size: .9em;
    }

m-page > m-title,
m-width,
m-height {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2em;
    color: #CCC;
}

m-page > m-title,
m-width {
    left: 0px;
    bottom: -100px;
    width: 100%;
    height: 80px;
}

m-height {
    left: -150px;
    top: 0;
    width: 130px;
    height: 100%;
    z-index: -1;
}

m-page.selected > m-title > h6,
m-page.selected > m-title > h5,
m-page.selected > m-title,
m-page.selected m-height,
m-page.selected m-width {
    color: #00AEEF;
}

m-page > m-title:hover {
    cursor: pointer;
}
/*--M-AUTOMATION-------------------------------------------------------------------------------*/

/*--IMPOSE-------------------------------------------------------------------------------*/
.imposePreview {
    position: fixed;
    /*width: 500px;
    height: 500px;*/
    z-index: 10001;
    border: 0px;
    width: 75%;
    left: 0;
    position: inherit;
    top: 100px;
    right: 0;
    margin: 0 auto;
}
    .imposePreviewWindow {
        justify-content: center;
        align-items: center;
        padding: 0;
        height: 500px;
        width: 600px;
        margin: 1em auto;
    }
.imposePreview .companyImposePreviewSolo img,
.imposePreview .companyImposePreviewSolo,
.imposePreview .companyImposePreview img,
.imposePreview .companyImposePreview {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

    .imposePreview .companyImposePreviewSolo img,
    .imposePreview .companyImposePreview img {
        border: 1px solid #CCC;
    }

    .imposePreview .origin {
        position: absolute;
    }
.imposePreview .origin .sQ {
    border: 1px solid #CCC;
}
        .imposePreview .origin .sQ:hover {
            background-color: #00AEEF;
            color: #FFF;
        }

.imposeThumbnail {
    border: 1px solid transparent;
    width: 120px;
    padding: 1em;
    margin-right: .25em;
    border-radius: 2px;
    transition: all .35s;
}
    .imposeThumbnail.default,
    .imposeThumbnail:hover {
        border: 1px solid #00AEEF;
        cursor: pointer;
    }
    .imposeThumbnail .h120 {
        height: 120px;
    }
    .imposeThumbnail img {
        max-width: 100%;
        max-height: 100%;
        width: fit-content;
    }
    .imposeThumbnail h6 {
        font-size: .65em;
        text-align: left;
    }
    .imposeThumbnail m-flex.sm {
        font-size: .75em;
        color: #454545;
    }

.exportPreview {
    overflow: scroll;
    max-height: 700px;
    height: 700px;
    display: block;
    border: 1px solid #888;
    background: #CCC;
}
    .exportPreview .window {
        justify-content: center;
        align-items: center;
        padding: 0;
        height: 500px;
        width: 600px;
        margin: 1em auto;
    }
    .exportPreview .origin {
        position: absolute;
        z-index: 2;
    }
        .exportPreview .origin h2 {
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
            background-color: #FFF;
            border: 1px solid #CCC;
            font-size: .7em;
            padding: .2em;
            width: 40px;
            margin: 0 auto;
            white-space: nowrap;
        }
        .exportPreview .origin .sQ {
            border: 1px solid #CCC;
        }
            .exportPreview .origin .sQ:hover {
                background-color: #00AEEF;
                color: #FFF;
            }
    .exportPreview .img img,
    .exportPreview .img {
        max-width: 100%;
        max-height: 400px;
        margin: 0 auto;
    }

        .exportPreview .img img {
            border: 1px solid #CCC;
        }
/*--IMPOSE-------------------------------------------------------------------------------*/

/*--M-ACCORDIAN-------------------------------------------------------------------------------*/
m-accordian {
    display: flex;
    flex-direction: column;
}
    m-accordian > m-banner {
        cursor: pointer;
        background: transparent;
        color: #424242;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
        m-accordian > m-banner h3 {
            margin: 0;
            font-weight: 800;
            color: #888;
            padding: .5em 0 .5em 0;
        }
        m-accordian > m-banner .sQ.tertiary {
            transform: rotate(270deg);
            transition: all .35s;
        }
        m-accordian.open > m-banner .sQ {
            transform: rotate(90deg);
        }
    m-accordian > m-banner.store {
        background-color: #FFF;
        padding: 0 .5em;
        margin-bottom: .25em;
    }
        m-accordian.open > m-banner.store {
            background-color: #00AEEF;
            color: #FFF;
        }
        m-accordian.open > m-banner.store h3 {
            color: #FFF;
        }
    m-accordian > m-content {
        overflow: hidden;
        visibility: hidden;
        max-height: 0;
        transition: padding .35s;
    }
    m-accordian > m-content.overflow {
        overflow: initial;
    }
    m-accordian > m-content.p > m-flex {
        padding: .5em !important;
    }

    m-accordian.card {
        border: 1px solid #DCDCDC;
        padding: 0 .5em 0 .5em;
        border-radius: 3px;
        background-color: #FFF;
    }
        m-accordian.card.open > m-content {
            padding: .5em 0;
        }


    m-accordian.input {
        background-color: #FFF;
    }
        m-accordian.input .selected {
            border: 1px solid #FFFFFF;
            /*max-height: 75px;*/
            transform: translateY(0px);
            padding: .5em .5em .5em .5em;
            margin: 0 0 .5em 0;
            transition: all .35s;
        }
        m-accordian.input.open .selected {
            border: 0px solid #FFFFFF;
            transform: translateY(-75px);
            max-height: 0px;
            padding: 0;
            margin: 0;
        }
        m-accordian.input .selected h1 {
            font-size: 1.5em;
            font-weight: 800;
            color: #454545;
        }
        m-accordian.input .selected h1.xl {
            font-size: 1em;
        }
        m-accordian.input .selected.h:hover {
            border: 1px solid #00AEEF;
            cursor: pointer;
            background-color: #EFEFEF;
        }

        m-accordian.nB {
            border: none;
        }
/*--M-ACCORDIAN-------------------------------------------------------------------------------*/

/*--SWITCH-------------------------------------------------------------------------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 30px;
}
    .switch.sm {
        width: 30px;
        min-width: 30px;
        height: 17px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E6E3DD;
    -webkit-transition: .25s;
    transition: .25s;
    border-radius: 30px;
}
    .switch.sm .slider {
        border-radius: 17px;
    }

    .slider.inverse {
        background-color: #FFF;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 3px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .25s;
        transition: .25s;
        border-radius: 50%;
    }
.switch.sm .slider:before {
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
}

    .slider.inverse:before {
        background-color: #E6E3DD;
    }

input:checked + .slider {
    background-color: #00AEEF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00AEEF;
}

input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}
    input:checked + .slider.sm:before {
        -webkit-transform: translateX(13px);
        -ms-transform: translateX(13px);
        transform: translateX(13px);
    }
/*--SWITCH-------------------------------------------------------------------------------*/

/*--M-IMAGE-------------------------------------------------------------------------------*/
m-image {
    position: relative;
    background-color: #EEE;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
}
    .tR {
        background-color: transparent;
    }
    m-image.icon {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
    m-image.icon.sm {
        width: 30px;
        min-width: 30px;
        max-width: 30px;
        height: 30px;
    }
        m-image.icon.xs {
            width: 20px;
            min-width: 20px;
            max-width: 20px;
            height: 20px;
        }
    m-image.circle {
        border-radius: 50%;
    }
    m-image.sQ {
        padding-bottom: 100%;
    }
    m-image.cover {
        background-size: cover;
    }

.lstTemplate m-image,
.lstDropDownTemplate m-image {
    background-size: cover;
}
/*--M-IMAGE-------------------------------------------------------------------------------*/

/*--M-BAR-------------------------------------------------------------------------------*/
m-bar {
    height: 10px;
    width: 100%;
    max-width: 400px;
    background-color: #D8D8D8;
    border-radius: 2px;
    display: block;
    position: relative;
    margin: 0 .5em;
}
    m-modal m-bar {
        max-width: 100%;
    }
    m-bar.static {
        max-width: 400px;
        height: 40px;
        margin-top: .5em;
        background-color: #00AEEF;
    }
    m-bar.moving {
        max-width: 400px;
        height: 40px;
        margin-top: .5em;
        background-color: #00AEEF;
        background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.125) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.125) 50%, rgba(255,255,255,0.125) 75%, transparent 75%, transparent);
        background-image: linear-gradient(-45deg, rgba(255,255,255,0.125) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.125) 50%, rgba(255,255,255,0.125) 75%, transparent 75%, transparent);
        background-size: 35px 35px;
        -webkit-animation: cssProgressActive 2s linear infinite;
        animation: cssProgressActive 2s linear infinite;
    }

    @-webkit-keyframes cssProgressActive { 
        0% { background-position: 0 0; }
        100% { background-position: 35px 35px; }
    }
    @keyframes cssProgressActive {
        0% { background-position: 0 0; }
        100% { background-position: 35px 35px; }
    }
    @-webkit-keyframes cssProgressActiveRight {
        0% { background-position: 0 0; }
        100% { background-position: 35px 35px; }
    }
    @keyframes cssProgressActiveRight {
        0% { background-position: 0 0; }
        100% { background-position: 35px 35px; }
    }

    m-bar.progress {
        margin: .5em 0 0 0;
    }
    m-bar span {
        height: 10px;
        border-radius: 2px;
        background-color: #00AEEF;
        position: absolute;
        display: block;
    }
    
    #barCompanyLogo,
    #flxFamilyUpload #barOrderFile,
    m-accordian #barOrderFile {
        margin: 0;
        height: 36px;
    }
        #barCompanyLogo span,
        #flxFamilyUpload #barOrderFile span,
        m-accordian #barOrderFile span {
            height: 36px;
        }
/*--M-BAR-------------------------------------------------------------------------------*/

/*--M-SUBMENU-------------------------------------------------------------------------------*/
m-submenu {
    position: absolute;
    left: 0;
    bottom: 50px;
    background-color: #FFF;
    width: 100%;
    font-size: .9em;
}
    m-submenu > m-flex:hover {
        background-color: #EEE;
    }
/*--M-SUBMENU-------------------------------------------------------------------------------*/

/*--M-BUTTON-------------------------------------------------------------------------------*/
m-button {
    padding-left: 1em;
    padding-right: 1em;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-transform: none;
    font-size: .9em;
    text-align: center;
    border-radius: 4px;
    /*
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    */
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
    m-button:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);
    }
    m-card.active[data-label="Settings Body"],
    m-card.primary,
    m-button[data-type="primary"] {
        background-color: #00AEEF;
        color: #FFF;
    }
    m-button[data-type="secondary"] {
        background-color: #FFF;
        color: #424242;
        border: 1px solid #CCC;
    }
    m-button[data-type="tertiary"] {
        background-color: transparent;
        color: #424242;
        border: 1px solid #CCC;
    }
        m-button:hover {
            cursor: pointer;
        }

    m-button.sm {
        height: 30px;
        line-height: 30px;
        font-size: .8em;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    m-button.md {
        height: 50px;
        line-height: 50px;
    }
    m-button.lg {
        height: 72px;
        line-height: 72px;
        padding-left: 1em;
        padding-right: 1em;
        border: 1px solid #CCC !important;
    }

    m-button.disabled,
    m-button.disabled:active,
    m-button.disabled:focus,
    m-button.disabled:hover {
        background-color: rgba(255,255,255,.25) !important;
        color: rgba(0,0,0,.25) !important;
        background-image: none;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(69,69,69,0);
        box-shadow: 0px 0px 0px 0px rgba(69,69,69,0);
        border: none;
        cursor: not-allowed;
    }

    .footer m-button {
        margin-left: .5em;
    }

m-button.red {
    background-color: red;
    color: white;
}
m-button.green {
    background-color: #c6dc80;
}
m-button.blue {
    background-color: #00AEEF;
    color: white;
}
/*--M-BUTTON-------------------------------------------------------------------------------*/

.cards .tableRow {
    margin-bottom: .25em !important;
}
.tableRow h2 {
    flex: 1;
}
    .tableRow.red i,
    .tableRow.red svg {
        fill: #FFF;
        background-color: red;
        border-radius: 2px;
    }
    .tableRow h2.expand {
        flex: 2;
    }
    .tableRow:first-child h2 {
        font-size: .7em;
        color: #CCC;
    }

    .tableRow .expand1 {
        flex: 1;
    }
    .tableRow .expand2 {
        flex: 2;
    }
    .tableRow .expand3 {
        flex: 3;
    }
    .tableRow .expand4 {
        flex: 4;
    }
    
    .tableRow h2:hover {
        cursor: pointer;
    }
    .tableRow:first-child h2 {
        font-size: .7em;
        color: #BBB;
        position: relative;
    }
    .tableRow h2.sortdesc,
    .tableRow h2.sortasc {
        font-weight: 800;
        color: #454545;
    }
    .tableRow h2.sortasc:after {
        content: '';
        position: absolute;
        left: 80%;
        top: 5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #454545;
        clear: both;
    }
    .tableRow h2.sortdesc:after {
        content: '';
        position: absolute;
        left: 80%;
        top: 5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #454545;
        clear: both;
    }

    .tableRow .placeholder {
        width: 50px;
        height: 5px;
        padding: 0;
        visibility: hidden;
    }

/*--M-FOOTER-------------------------------------------------------------------------------*/
m-footer {
    display: block;
    width: 100%;
    background-color: #EEE;
}
    m-footer p {
        font-size: .8em;
        color: #00AEEF;
        margin-bottom: .25em;
        margin-right: 4em;
    }
        m-footer p:hover {
            text-decoration: underline;
        }
    m-footer h6 {
        font-size: .8em;
    }
/*--M-FOOTER-------------------------------------------------------------------------------*/

/*--M-FLEX-------------------------------------------------------------------------------*/
m-flex {
    display: flex;
    padding: 1em;
    position: relative;
}
    .wAuto,
    m-flex.wAuto {
        width: auto;
    }
    .w,
    m-flex.w {
        width: 100%;
    }

    .w250,
    m-flex.w250 {
        background-color: #fafafa;
        min-height: 250px;
        min-width: 250px;
        max-height: 250px;
        max-width: 250px;
        height: 250px;
        width: 250px;
        border: 1px solid #eee;
        justify-content: center;
        align-items: center;
    }
        .w250 img,
        m-flex.w250 img {
            max-height: 100%;
            max-width: 100%;
        }
    .w90,
    m-flex.w90 {
        width: 90%;
    }
    .w80,
    m-flex.w80 {
        width: 80%;
    }
    .w75,
    m-flex.w75 {
        width: 75%;
    }
    .w70,
    m-flex.w70 {
        width: 70%;
    }
    .w66,
    m-flex.w66 {
        width: 66%;
    }
    .w60,
    m-flex.w60 {
        width: 60%;
    }
    .w50,
    m-flex.w50 {
        width: 50%;
    }
    .w49,
    m-flex.w49 {
        width: 49%;
    }
    .w48,
    m-flex.w48 {
        width: 48%;
    }
    .w47,
    m-flex.w47 {
        width: 47%;
    }
    .w40,
    m-flex.w40 {
        width: 40%;
    }
    .w35,
    m-flex.w35 {
        width: 35%;
    }
    .w33,
    m-flex.w33 {
        width: 33%;
    }
    .w32,
    m-flex.w32 {
        width: 32%;
    }
    .w30,
    m-flex.w30 {
        width: 30%;
    }
    .w25,
    m-flex.w25 {
        width: 25%;
    }
    .w24,
    m-flex.w24 {
        width: 24%;
    }
    .w20,
    m-flex.w20 {
        width: 20%;
    }
    .w19,
    m-flex.w19 {
        width: 19%;
    }
    .w15,
    m-flex.w15 {
        width: 15%;
    }
    .w10,
    m-flex.w10 {
        width: 10%;
    }
    .w5,
    m-flex.w5 {
        width: 5%;
    }
    .w1,
    m-flex.w1 {
        width: 1%;
    }
    m-flex.expand {
        flex: 1;
    }
    m-flex.disabled {
        opacity: .5 !important;
    }
    m-flex.absolute {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 100;
        background-color: #fff;
    }

    m-flex[data-type="row"] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
        m-flex[data-type="row"].u {
            align-items: unset;
        }
        m-flex[data-type="row"].c {
            justify-content: center;
            align-items: center;
        }
        m-flex[data-type="row"].s {
            justify-content: flex-start;
            align-items: flex-start;
        }
        m-flex[data-type="row"].sC {
            justify-content: flex-start;
            align-items: center;
        }
        m-flex[data-type="row"].sB {
            justify-content: space-between;
        }
        m-flex[data-type="row"].sA {
            justify-content: space-around;
            flex-wrap: wrap;
        }
        m-flex[data-type="row"].e {
            justify-content: flex-end;
        }
        m-flex[data-type="row"].eA {
            align-items: flex-end;
        }
    m-flex[data-type="col"] {
        flex-direction: column;
        justify-content: center;    
    }
        m-flex[data-type="col"].c {
            justify-content: center;
            align-items: center;
        }
        m-flex[data-type="col"].s {
            justify-content: flex-start;
            align-items: flex-start;
        }
        m-flex[data-type="col"].sC {
            justify-content: center;
            align-items: flex-start;
        }
        m-flex[data-type="col"].sB {
            justify-content: space-between;
        }
        
    m-flex.footer {
        padding: .5em;
        justify-content: flex-end;
    }
    .n,
    m-flex.n {
        padding: 0;
        margin: 0;
    }
    .pT,
    m-flex.pT {
        padding-top: 1em;
    }
    .pTH,
    m-flex.pTH {
        padding-top: .5em;
    }
    .pB,
    m-flex.pB {
        padding-bottom: 1em;
    }
    .pBH,
    m-flex.pBH {
        padding-bottom: .5em;
    }
    .pTB,
    m-flex.pTB {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .pL,
    m-flex.pL {
        padding-left: 1em;
    }
    .pR,
    m-flex.pR {
        padding-right: 1em;
    }
    .pLH,
    m-flex.pLH {
        padding-left: .5em;
    }
    .pRH,
    m-flex.pRH {
        padding-right: .5em;
    }
    .pLR,
    m-flex.pLR {
        padding-left: 1em;
        padding-right: 1em;
    }
    .mT,
    m-flex.mT {
        margin-top: 1em;
    }
    .mTH,
    m-flex.mTH {
        margin-top: .5em;
    }
    .mB,
    m-flex.mB {
        margin-bottom: 1em;
    }
    .mBH,
    m-flex.mBH {
        margin-bottom: .5em;
    }
    .mL,
    m-flex.mL {
        margin-left: 1em;
    }
    .mLI,
    m-flex.mLI {
        margin-left: 1em !important;
    }
    .mLH,
    m-flex.mLH {
        margin-left: .5em !important;
    }
    .mR,
    m-flex.mR {
        margin-right: 1em !important;
    }
    .mRH,
    m-flex.mRH {
        margin-right: .5em !important;
    }
    m-flex.wR {
        flex-wrap: wrap;
    }
    m-flex.bW {
        background-color: #FFF;
    }
    m-flex.round {
        width: 100%;
        min-width: 30px;
        max-width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #888;
        margin: 10px 10px 10px 0px;
        transition: border .35s;
    }
        m-flex.round.active {
            border: 5px solid #00AEEF;
        }
    m-flex.sQ {
        width: 100%;
        min-width: 50px;
        max-width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }
        m-flex.input {
            width: 100%;
            min-width: 30px;
            max-width: 30px;
            height: 30px;
            margin-right: 0;
            background-color: transparent !important;
            color: #999;
            transition: color .35s;
        }
            m-flex.input.h:hover {
                color: #000;
            }
        m-flex.input.primary {
            color: #00AEEF;
        }
        m-flex.reset {
            color: #999;
        }
        m-flex.reset:hover {
            cursor: pointer;
            color: #00AEEF;
        }
        m-flex.primary {
            background-color: #00AEEF;
            color: #FFF;
            transition: all .35s;
        }
            m-flex.primary.hE:hover {
                background-color: #FAFAFA !important;
            }
        m-flex.secondary {
            background-color: #FAFAFA;
            transition: all .35s;
        }
        m-flex.tertiary {
            background-color: transparent !important;
            transition: all .35s;
        }
            m-flex.na:hover {
                cursor: not-allowed;
            }
            m-flex.tertiary.hE.disabled:hover,
            m-flex.secondary.hE.disabled:hover {
                cursor: not-allowed;
                background-color: #FAFAFA !important;
            }
            m-flex.tertiary.hE:hover,
            m-flex.secondary.hE:hover {
                color: #FFF;
                background-color: #00AEEF !important;
            }
        m-flex.blue {
            background-color: #F5F6FA;
        }
        m-flex.sQ:hover {
            cursor: pointer;
        }
        m-card.tableRow > m-flex.xs,
        m-flex.xs {
            min-width: 20px;
            max-width: 20px;
            height: 20px;
            min-height: 20px;
            max-height: 20px;
        }
            m-flex.xs i,
            m-flex.xs svg {
                width: 1em;
                height: 100%;
            }
    m-card.tableRow > m-flex.sm-xs,
    m-flex.sm-xs {
        min-width: 30px;
        max-width: 30px;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
    }

        m-flex.sm-xs i,
        m-flex.sm-xs svg {
            width: 1.25em;
            height: 100%;
        }
        .imposeThumbnail m-flex.sm {
            min-width: 30px;
            max-width: 30px;
            height: 30px;
        }
        m-flex.sm {
            min-width: 40px;
            max-width: 40px;
            height: 40px;
        }
            m-flex.s3.input,
            m-flex.s3.input {
                min-width: 33%;
                max-width: 33%;
                height: 30px;
                font-size: 1em;
            }
            m-flex.md.input,
            m-flex.md.input {
                min-width: 40px;
                max-width: 40px;
                height: 40px;
                font-size: 1.75em;
            }
            m-flex.sm.input,
            m-flex.sm.input {
                min-width: 16%;
                max-width: 16%;
                height: 40px;
                font-size: 1.05em;
            }
                m-flex.sm.input i,
                m-flex.sm.input svg {
                    width: 2.5em;
                    height: 2.5em;
                }
    m-flex.lg {
        min-width: 60px;
        max-width: 60px;
        height: 60px;
        min-height: 60px;
        max-height: 60px;
    }
        m-flex.xl {
            min-width: 70px;
            max-width: 70px;
            height: 70px;
            min-height: 70px;
            max-height: 70px;
        }
            m-flex.xl.input i,
            m-flex.xl.input svg {
                width: 6em;
                height: 6em;
            }
    m-flex.tab {
        padding: 0 .85em;
        height: 50px;
    }
        m-accordian m-flex.tab {
            border: 1px solid #EEE;
            border-radius: 2px;
            margin: 0 .25em;
        }
        m-flex.tab span {
            font-size: .7em;
            /*margin-left: .5em;*/
        }
    .tE,
    m-flex.tE {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .tC,
    m-flex.tC {
        text-align: center;
    }
    m-flex.red {
        background-color: red !important;
        border-radius: 2px;
    }
    m-flex.red i,
    m-flex.red svg {
        color: white;
        fill: white;
    }
m-flex.bluepop i,
m-flex.bluepop svg {
    color: #00AEEF;
    fill: #00AEEF;
}
    
    m-flex.container {
        max-width: 1000px;
        margin: 0 auto;
        justify-content: flex-start;
    }
        [data-label="Primary"] > .container-sm,
        [data-label="Primary"] > .container {
            min-height: 800px;
        }
    m-flex.container-sm {
        max-width: 600px;
        margin: 0 auto;
    }
m-flex.container-xs {
    max-width: 325px;
    margin: 0 auto;
    height: 100%;
    max-height: 100vh;
}
m-flex.container-md {
    width: 600px;
    margin: 0 auto;
    height: 100%;
    max-height: 100vh;
}

m-flex.gray {
    min-height: 100vh;
    background-color: #f5f5f5;
}

m-flex.abs {
    position: absolute;
    z-index: 100000;
    bottom: 0;
    right: 0;
    transform: translateY(0%);
    transition: transform .35s;
}
    m-flex.abs.closed {
        transform: translateY(100%);
    }
    m-flex[data-title="More"] {
        background-color: #FFF;
        padding: .5em;
    }
/*
m-flex[data-title="More"] > m-flex {
    padding: .5em;
}
*/
        m-flex[data-title="More"] h2 {
            font-size: .65em;
        }
m-flex.flag {
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
m-flex.overflow {
    max-height: 500px;
    overflow: scroll;
    overscroll-behavior: contain;
}

/*--M-FLEX-------------------------------------------------------------------------------*/
#flxItemNames > m-flex {
    transition: border-left .35s;
}
#flxItemNames .white {
    border-left: 1em solid white;
}

/*--M-PREVIEW-------------------------------------------------------------------------------*/
.previewContanier {
    background-color: #EEE;
    border: 1px solid #EEE;
    margin: 0 auto 1em auto;
}
    .previewContanier m-preview {
        width: 600px;
        height: 600px;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
/*--M-PREVIEW-------------------------------------------------------------------------------*/

/*--PAGER-------------------------------------------------------------------------------*/
m-pagenav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #FFF;
    padding: 1em;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    m-pagenav m-previous,
    m-pagenav m-next,
    m-pagenav m-number {
        border: 1px solid #00AEEF;
        padding: .5em;
        font-size: .8em;
        margin: 0 .25em;
        user-select: none;
    }

m-pagenav m-previous,
m-pagenav m-next {
    background-color: #00AEEF;
    color: #FFF;
    margin-bottom: 1em;
}
    m-pagenav m-previous:hover,
    m-pagenav m-next:hover {
        background-color: #FFF;
        color: #00AEEF;
        cursor: pointer;
    }

m-pagenav m-number {
    background-color: #FFF;
    color: #00AEEF;
    margin-bottom: 1em;
}
    m-pagenav m-number.active {
        background-color: #00AEEF;
        color: #FFF;
        border-color: #00AEEF;
    }

    m-pagenav m-number:hover {
        background-color: #00AEEF;
        color: #FFF;
        cursor: pointer;
    }
/*--PAGER-------------------------------------------------------------------------------*/

/*--M-UPDATE-------------------------------------------------------------------------------*/
m-update {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    color: #424242;
}
/*--M-UPDATE-------------------------------------------------------------------------------*/

/*--M-CARD-------------------------------------------------------------------------------*/
m-card {
    border: 1px solid #DCDCDC;
    background: #fff;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    /*max-width: 400px;
    min-height: 40px;*/
    transition: box-shadow 0.35s cubic-bezier(.25,.8,.25,1);
}
m-accordian.card m-content m-card,
.filter m-card {
    border: 1px solid #EEE;
}
m-card.dark {
    border: 1px solid #CCC;
}
    m-card.disabled {
        opacity: .5 !important;
    }
    m-card.mB {
        margin-bottom: .5em;
    }
    m-card.warning {
        border: 1px solid yellow;
    }
    m-card.load {
        background-color: #FFF;
        width: 100% !important;
        max-width: 100% !important;
    }
    m-card.secondary {
        background-color: #EEE;
    }
    m-card.isPrimary {
        border: 2px solid #00AEEF;
    }
    m-card.h:hover:not([data-type="image"]) {
        border: 1px solid #00AEEF;
        cursor: pointer;
    }
m-manager .icons m-card.w.selected,
m-card.selected {
    border: 1px solid #00AEEF;
}
    m-card h2,
    m-card h4 {
        font-size: .75em;
        margin: 0;
        color: #424242;
    }
            m-card.active[data-label="Settings Body"] h2,
            m-card.primary h2 {
                color: #FFF;
            }
        m-card p {
            font-size: .7em;
            margin: 0em;
            color: #888;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
            m-card.blue p {
                font-size: .75em;
                margin: 0em;
                color: #888;
                font-weight: 600;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }
        m-card span {
            margin: 0;
            color: #424242;
        }
        m-card .red span {
            color: #FFFFFF;
        }

    m-card.empty {
        border: 0;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
    }

    m-card.blue {
        /*#F5F6FA*/
        background-color: #F5F6FA;
    }

    m-card.tag {
        border-radius: 2px;
        width: auto;
        height: 30px;
        min-height: 30px;
        margin: 0 .25em .25em 0;
        background-color: #F0E6DF;
    }
    m-card.hI {
        height: initial;
        min-height: initial;
    }

        .blue .tag {
            background-color: #FFF;
        }

        m-card.tag.active {
            border: 1px solid #00AEEF;
        }
        m-card.tag.primary {
            background-color: #f5f6fa;
            color: #222;
        }
            m-card.tag.primary svg,
            m-card.tag.primary i {
                color: #222;
                fill: #222;
            }

        m-card.tag.secondary {
            background-color: #00AEEF;
            color: #FFF;
        }
            m-card.tag.secondary svg,
            m-card.tag.secondary i {
                color: #FFF;
                fill: #FFF;
            }

        m-card.tag > m-flex {
            height: 100%;
            min-height: 100%;
        }

        m-card.tag h1 {
            font-size: .65em;
            margin-right: .5em;
            margin-left: .5em;
            color: #000;
        }
        m-card.tag.secondary h1 {
            color: #FFF;
        }

        m-card.tag > m-flex {
            /*padding: 0 .25em 0 .75em;*/
        }

    m-card.abs {
        position: absolute;
        z-index: 100000;
        width: 300px;
        overflow: initial;
        border: none;
    }

        m-card.abs.left:after {
            content: '';
            position: absolute;
            top: -10px;
            left: 10px;
            z-index: 0;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #FFF;
            filter: drop-shadow(0 -1px 1px rgba(0,0,0,.25));
        }

        m-card.abs.right:after {
            content: '';
            position: absolute;
            top: -10px;
            right: 10px;
            z-index: 0;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #FFF;
            filter: drop-shadow(0 -1px 1px rgba(0,0,0,.25));
        }

m-card.pastDue {
    opacity: .5;
}
m-card.comingDue {
    background-color: #F2ED6F;
}
.selectable m-card.comingDue:not(.nH):hover {
    background-color: #F2ED6F;
}
m-card.isNotVerified {
    opacity: .25;
}

.comingDueBorder {
}
.pastDueBorder {
    border: 1px solid red;
}
.comingDueText {
    color: #F57E28 !important;
}
.pastDueText {
}

m-card.ups,
m-card.red {
    border: 1px solid red;
}
m-card.video {
    border-left: 5px solid #00AEEF !important;
}
m-card.isOrderItemPDF {
    border-right: 5px solid #00cd00 !important;
}
m-card.btnAddToPresetItem.active {
    border: 1px solid #00AEEF;
}

m-card.help {
    width: 300px;
    max-width: 300px;
    position: fixed;
    top: 150px;
    right: 20px;
    background-color: #00AEEF;
    color: white;
    border-radius: 10px 0px 10px 30px;
    border: 0;
    z-index: 998;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
    m-card.help.helpAnimation {
        animation: helpAnimation 5s ease 0s infinite normal forwards;
    }

    @keyframes helpAnimation {
        0%, 100% {
            transform: scale(1);
        }

        45%, 55% {
            transform: scale(.9);
        }

        40%, 50%, 60% {
            transform: scale(1);
        }
    }

m-card.help.primary:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
    m-card.help h2 {
        font-size: 1em;
        font-weight: 800;
        color: white;
    }
m-card.help p {
    color: white;
    font-size: .8em;
}
m-card.help m-a {
    color: white;
    font-style: italic;
}
m-card.help img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    right: -10px;
}
m-card.help.tertiary h2,
m-card.help.tertiary p,
m-card.help.tertiary m-a {
    color: #454545;
}
m-card.help.tertiary {
    background-color: white;
}
    m-card.help.tertiary textarea {
        height: 100px;
    }

#lstPresetsItem m-card h2 {
    color: #999;
}

#lstPresetsItem m-card h3 {
    font-size: .75em;
    color: #454545;
}

#lstPresetsItem m-card h4 {
    font-size: .75em;
    color: #777;
}

.strokePattern m-card:hover,
.strokePattern m-card.primary,
.styleBody m-card:hover,
.styleBody m-card.primary {
    border: 1px solid #00AEEF;
}
    .strokePattern m-card:hover,
    .styleBody m-card:hover {
        cursor: pointer;
    }

.lstCompanyTemplatePage m-card,
.lstTemplate m-card {
    transition: all .35s;
}
    .lstItemPage m-card:hover,
    .lstCompanyTemplatePage m-card:hover,
    .lstTemplate m-card:hover {
        border-color: #00AEEF !important;
        cursor: pointer;
    }

m-accordian .lstDropDownTemplate.icons m-card,
m-manager .lstTemplate.icons m-card {
    width: 24%;
    max-width: 24%;
    margin-right: .5%;
    margin-left: .5%;
}
    m-accordian .lstDropDownTemplate.icons m-card m-flex[data-title="More"],
    .lstTemplate.icons m-card m-flex[data-title="More"] {
        font-size: .9em;
        padding: .15em;
    }
/*--M-CARD-------------------------------------------------------------------------------*/
/*--M-STUDIO-------------------------------------------------------------------------------*/
m-body[data-label="Studio"] {
    padding-top: 0px;
    position: initial;
    height: auto;
}

m-studio {
    width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    align-items: center;
    display: block;
    justify-content: initial;
    flex-direction: column;
    overflow: scroll;
    background: #EEE;
    border-top: 1px solid #CCC;
    height: calc(100vh - 150px);
    transition: width .35s, max-width .35s;
}

    m-studio.minimized {
        width: calc(100vw - 310px);
        max-width: calc(100vw - 310px);
    }

    m-studio div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    m-studio m-item {
        display: flex;
        /*
        max-height: 600px;
        width: calc(100vw - 310px);
        max-width: calc(100vw - 310px);
        */
        flex-direction: row;
        justify-content: center;
        align-items: center;
        transform: scale(.5);
    }
/*--M-STUDIO-------------------------------------------------------------------------------*/

/*--M-SELECT-------------------------------------------------------------------------------*/
m-select {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFF;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index: 1000;
    border-radius: 2px;
}

    m-select m-option {
        width: 100%;
        padding: .5em 1em;
        font-size: .75em;
    }

        m-select m-option:hover {
            cursor: pointer;
            background-color: #EEE;
        }
/*--M-SELECT-------------------------------------------------------------------------------*/

/*--LOADING-------------------------------------------------------------------------------*/
h1.loading,
h2.loading,
h6.loading,
img.loading,
m-studio.loading {
    width: 100%;
    display: block;
    border-radius: 2px;
    color: transparent !important;
    background: #D8D8D8; /* Old browsers */
    /*background: -moz-linear-gradient(-45deg, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 50%, rgba(221,221,221,1) 51%, rgba(238,238,238,1) 100%);  
    background: -webkit-linear-gradient(-45deg, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 50%,rgba(221,221,221,1) 51%,rgba(238,238,238,1) 100%); 
    background: linear-gradient(135deg, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 50%,rgba(221,221,221,1) 51%,rgba(238,238,238,1) 100%); */
    background-size: 200% 200%;
    background-repeat: no-repeat;
    -webkit-animation: flash 2s infinite ease-in-out forwards;
    -moz-animation: flash 2s infinite ease-in-out forwards;
    animation: flash 2s infinite ease-in-out forwards;
}
    h1.loading.color {
        background: #00AEEF;
    }
m-button.loading {
    width: auto;
}
m-studio.loading {
    width: initial;
    color: initial !important;
}
m-studio.loading m-page:after {
    content: '';
    display: block;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #FFF;
    opacity: .75;
}

@-webkit-keyframes slide {
    0% { background-position: 100% 0; }
    50% { background-position: 0% 0; }
    100% { background-position: 100% 0; }
}
@-moz-keyframes slide {
    0% { background-position: 100% 0; }
    50% { background-position: 0% 0; }
    100% { background-position: 100% 0; }
}
@keyframes slide {
    0% { background-position: 100% 0; }
    50% { background-position: 0% 0; }
    100% { background-position: 100% 0; }
}

@-webkit-keyframes flash {
    0% { opacity: .55; }
    50% { opacity: .2; }
    100% { opacity: .55; }
}
@-moz-keyframes flash {
    0% { opacity: .55; }
    50% { opacity: .2; }
    100% { opacity: .55; }
}
@keyframes flash {
    0% { opacity: .55; }
    50% { opacity: .2; }
    100% { opacity: .55; }
}
/*--LOADING-------------------------------------------------------------------------------*/

.flxPreviewOrderItem {
    height: 100%;
}

.flxPreviewHeaderOrderItem {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    z-index: 1;
    background-color: #FFF;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.flxPreviewHeaderOrderItem .tab {
    height: 60px;
}
    .flxPreviewHeaderOrderItem .tab.active {
        background-color: rgba(0, 0, 0, .05);
        transition: all .35s;
    }

.flxPreviewBodyOrderItem {
    height: 100%;
    min-height: 100%;
    background-color: #f5f5f5;
    padding-top: 60px;
}

/*--LIST-------------------------------------------------------------------------------*/
.list {
    background-color: #FFF;
}
.cards > h2,
.list > h2 {
    padding: 1em;
}
    .list m-card {
        border-left: none;
        border-right: none;
        border-top: 1px solid #EDEDED;
        border-bottom: none;
        border-radius: 0;
        margin-bottom: 0;
    }
        .list m-card:last-child {
            border-bottom: 1px solid #EDEDED;
            /*margin-bottom: 1em;*/
        }
        .list m-card.active {
            background-color: #EEE;
        }
.lstTemplate m-card,
.lstDropDownTemplate m-card {
    /*border: 1px solid #FFF;*/
    width: 5%;
}
    .lstTemplate m-card.selected,
    .lstDropDownTemplate m-card.selected {
        border: 1px solid #00AEEF;
    }
        .lstTemplate m-card.selected:after,
        .lstDropDownTemplate m-card.selected:after {
            content: '✓'; /* \2714 */
            color: #00AEEF;
            display: flex;
            text-align: center;
            font-size: 1em;
            letter-spacing: .5px;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            font-weight: 800;
            background-color: rgba(255,255,255,.75);
        }
        .lstTemplate m-card.selected.lgCheck:after,
        .lstDropDownTemplate m-card.selected.lgCheck:after {
            font-size: 3em;
        }
.flxOrderFile m-card.selected {
    border: 1px solid #888;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/*--LIST-------------------------------------------------------------------------------*/

/*--ICONS-------------------------------------------------------------------------------*/
.icons {

}
    .icons m-card.sm {
        width: 15.5%;
        max-width: 15.5%;
        margin-right: .5%;
        margin-left: .5%;
    }
    .icons m-card.md {
        width: 19%;
        max-width: 19%;
        margin-right: .5%;
        margin-left: .5%;
    }
    .icons m-card {
        width: 24%;
        max-width: 24%;
        margin-right: .5%;
        margin-left: .5%;
    }
    .icons m-card.lg {
        width: 32%;
        max-width: 32%;
        margin-right: .5%;
        margin-left: .5%;
    }
        .icons m-card.xl {
            width: 49%;
            max-width: 49%;
            margin-right: .5%;
            margin-left: .5%;
        }
        .icons m-card.active,
        .icons m-card.match {
            opacity: 1 !important;
            border: 1px solid #00AEEF;
        }

        .icons m-card.disabled {
            opacity: .25 !important;
            transition: .35s opacity;
        }
    .icons m-card.disabled:hover {
        opacity: 1 !important;
        cursor: pointer;
    }

    .icons m-card.minH {
        min-height: initial;
    }

    .icons.maxH500 {
        max-height: 50vh;
        overflow-y: scroll;
    }

    .icons.maxH250 {
        max-height: 250px;
        overflow-y: scroll;
    }

    .crdHover img.minH100 {
        min-height: 50px;
    }
    .crdHover:hover h5 {
        cursor: pointer !important;
        user-select: none;
    }
/*--ICONS-------------------------------------------------------------------------------*/

/*--M-INPUT-------------------------------------------------------------------------------*/
m-input {
    position: relative;
    width: 100%;
    margin-bottom: .5em;
}
    m-input.disabled {
        opacity: .35;
        cursor: not-allowed;
    }
    m-input.expand {
        flex: 1;
    }
    m-input.n {
        margin: 0;
        padding: 0;
    }
    m-input.pL {
        padding-left: 1em;
    }
    m-input.pR {
        padding-right: 1em;
    }
    m-input.red {
        border: 1px solid red;
    }
    m-input.green {
        border: 1px solid green;
    }
    m-input h3.openEditByInputOrderItemPageGroup {
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
        transition: all .35s;
    }
    m-input h3.openEditByInputOrderItemPageGroup:hover {
        cursor: pointer;
        color: #00AEEF;
    }

/*--M-INPUTS---------*/
m-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: .5em;
}

m-inputs input {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    height: 65px;
    margin: 0px 5px;
    border-radius: 2px;
    background-color: #00AEEF;
    color: #FFF;
    font-size: 1em;
    text-align: center;
    -webkit-appearance: none;
}

    m-inputs input::-webkit-input-placeholder {
        color: #FFF;
    }
    m-inputs input[type=number]::-webkit-inner-spin-button,
    m-inputs input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
/*--M-INPUTS---------*/
/*--M-INPUT-------------------------------------------------------------------------------*/

/*--INPUT-------------------------------------------------------------------------------*/
m-flex.gray input,
m-flex.gray textarea,
m-flex.gray select,
input,
textarea,
select,
m-body[data-label="Template Body"] input,
m-card.blue input,
m-card.blue textarea,
m-card.blue select {
    background-color: #FFF;
}
m-modal input,
m-modal textarea,
m-modal select {
    background-color: #FFF;
}
textarea,
input {
    border: 1px solid #EEE;
    width: 100%;
    max-width: 100%;
    height: 40px;
    outline: none;
    padding: 0 1em;
    font-size: .9em;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
}
    input.sm {
        height: 25px;
    }

    input:focus,
    textarea:focus,
    select:focus {
        box-shadow: 0 0 5px rgba(0, 174, 239, .5);
        border: 1px solid rgba(0, 174, 239, .5);
    }
    input[type="checkbox"]:disabled {
        opacity: 0;
    }
    input:disabled,
    textarea:disabled,
    select:disabled {
        opacity: .35;
        background-color: #EEE;
    }
        input:disabled:hover,
        textarea:disabled:hover,
        select:disabled:hover {
            cursor: not-allowed;
        }
    textarea::-webkit-input-placeholder,
    m-input input::-webkit-input-placeholder {
        color: #CCC;
    }
    input[type="range"] {
        -webkit-appearance: none;
        width: 100%;
        height: 10px;
        border-radius: 5px;   
        background: #DDD;
        outline: none;
        padding: 0;
        opacity: 0.5;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }
        input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 15px;
            height: 15px;
            border-radius: 50%; 
            background: #00AEEF;
            cursor: pointer;
        }
        input[type="range"]::-moz-range-thumb {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #00AEEF;
            cursor: pointer;
        }
            input[type="range"]:disabled::-moz-range-thumb,
            input[type="range"]:disabled::-webkit-slider-thumb {
                opacity: .35;
                background: #EEE;
            }
        input[type="range"]:hover {
            opacity: 1; /* Fully shown on mouse-over */
        }
            input[type="range"]:disabled:hover {
                opacity: .5; /* Fully shown on mouse-over */
                cursor: not-allowed;
            }
    input[type="color"] {
        padding: 0;
    }
    input[type="color"] {
        position: relative;
    }

        input[type="color"]:disabled::after {
            content: 'Auto';
            width: 100%;
            position: absolute;
            height: 40px;
            top: 0;
            left: 0;
            text-align: center;
            line-height: 40px;
            color: #000;
        }

    input[type="radio"],
    input[type="checkbox"] {
        -webkit-appearance: none;
        width: 30px;
        height: 30px;
        margin: 0 0 0 0;
        position: relative;
    }
        input[type="radio"].sm:checked:after,
        input[type="checkbox"].sm:checked:after,
        input[type="radio"].sm:after,
        input[type="checkbox"].sm:after,
        input[type="radio"].sm,
        input[type="checkbox"].sm {
            width: 20px;
            min-width: 20px;
            height: 20px;
            min-height: 20px;
            padding: 0;
            font-size: 1em;
        }
        input[type="radio"]:after,
        input[type="checkbox"]:after {
            content: '';
            color: #AAA;
            font-size: 1.5em;
            display: flex;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            left: 0;
            width: 30px;
            height: 30px;
            border-radius: 2px;
            background: #e8e8e8;
            border: 1px solid #CCC;
        }
        input[type="radio"]:checked:after,
        input[type="checkbox"]:checked:after {
            content: '\2713';
            width: 30px;
            height: 30px;
            background-color: #00AEEF;
            color: #FFF;
            border: 1px solid #00AEEF;
        }
        input[type="radio"]:hover,
        input[type="checkbox"]:hover {
            cursor: pointer;
        }
    select.error,
    input.error,
    textarea.error {
        border: 1px solid red;
    }
.slider.error {
    background: red;
    background-color: red;
    color: red;
}

textarea {
    height: 200px;
    display: block;
    outline: none;
    padding: .75em 1em;
    resize: vertical;
    overflow: scroll;
    overscroll-behavior: contain;
    min-height: 60px;
}
    
    textarea.sm {
        height: 100px;
    }
    textarea.lg {
        height: 300px;
    }

select {
    width: 100%;
    height: 40px;
    padding: 0 2em 0 1em;
    font-size: 1em;
    -webkit-appearance: none;
    border: 1px solid #EEE;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.78 23.89'%3E%3Cpath d='M21.39 23.89c-.64 0-1.28-.24-1.77-.73L.73 4.27C-.24 3.29-.24 1.71 .73 .73 1.71-.24 3.29-.24 4.27 .73L21.39 17.85 38.51 .73c.98-.98 2.56-.98 3.54 0 .98 .98 .98 2.56 0 3.54L23.16 23.16c-.49 .49-1.13 .73-1.77 .73Z' style='fill:%23888%3B'/%3E%3C/svg%3E");
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 5px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 16px;
}
    select:hover {
        cursor: pointer;
    }
    select[multiple] {
        background-image: none;
        background-position: initial;
        background-size: initial;
        padding: 1em;
        /*height: 200px;*/
    }
/*--INPUT-------------------------------------------------------------------------------*/

/*--M-RADIO-------------------------------------------------------------------------------*/
m-radio {
    padding-left: 1em;
    padding-right: 1em;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-transform: none;
    font-size: .8em;
    text-align: center;
    border: 1px solid #EEE;
    background: #FFF;
}
    m-radio.active {
        background-color: #00AEEF;
        color: #FFF;
    }
    m-radio:hover {
        cursor: pointer;
    }
    m-radio:not(.active):hover {
        background-color: #f5f5f5;
    }

    m-radio.sQ {
        padding-left: 0;
        padding-right: 0;
        height: initial;
        line-height: initial;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: none;
        font-size: 1.5em;
    }
/*--M-RADIO-------------------------------------------------------------------------------*/

/*--LABEL-------------------------------------------------------------------------------*/
label {
    font-size: .75em;
    padding: 0;
    width: 100%;
    max-width: 100%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 100;
    color: #888;
    cursor: text;
}
    label.c {
        text-align: center;
    }
    label[required]:after {
        color: #e32;
        content: ' *';
        display: inline;
    }
    label.row {
        width: auto;
        text-overflow: initial;
        overflow: initial;
        white-space: initial;
        margin-right: .5em;
    }
/*--LABEL-------------------------------------------------------------------------------*/

/*--DEPTH-------------------------------------------------------------------------------*/
.d1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.d2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.d3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.d4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.d5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
/*--DEPTH-------------------------------------------------------------------------------*/

/*--M-SCRIM-------------------------------------------------------------------------------*/
m-scrim {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1000;
    -webkit-transition: background-color .35s;
    -o-transition: background-color .35s;
    transition: background-color .35s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome and Safari */
    -moz-backface-visibility: hidden; /* Firefox */
}
    m-scrim.partial {
        background: linear-gradient(to left, transparent 0%, #000 100%);
        width: 420px;
    }
/*--M-SCRIM-------------------------------------------------------------------------------*/

/*--M-MODULE-------------------------------------------------------------------------------*/
m-modal {
    position: fixed;
    top: 0;
    display: none;
    width: 90%;
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    border-radius: 6px;
    background-color: #FFF;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 10000;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome and Safari */
    -moz-backface-visibility: hidden; /* Firefox */
}
    m-modal.fill,
    m-modal.w,
    m-modal._w {
        width: 100vw;
        min-width: 100vw;
        max-width: 100vw;
        top: 0px;
        left: 0px;
        border-radius: 0px;
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
    }
    m-modal.fill {
        z-index: 1001;
    }
    m-modal.w90 {
        width: 90vw;
        min-width: 90vw;
        max-width: 90vw;
    }
    m-modal.w500 {
        min-width: 500px;
        max-width: 500px;
    }
    m-modal > m-header {
        justify-content: space-between;
    }
    m-modal > m-body {
        padding: 10px 0 0 0;
        background: rgb(245,245,245);
    }
    m-modal._w > m-body {
        padding: 0;
    }
    m-modal.gray > m-body {
        background-color: #f5f5f5;
    }
    m-modal[data-position="left"] {
        left: 0;
    }
    m-modal[data-position="right"] {
        right: 0;
    }

    m-modal.studio {
        /*padding-top: 50px;*/
        min-width: 310px;
        max-width: 310px;
        box-shadow: none;
        /*z-index: 900;*/
    }

        m-modal.studio m-body {
            /*padding: 110px 0 0 0;*/
        }

    m-modal.popup {
        position: absolute;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        z-index: 100000;
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        max-height: 100vh;
        top: 0px;
        right: initial;
        left: 0px;
        margin: initial;
    }
        m-modal.popup:after {
            content: '';
            position: absolute;
            top: -10px;
            left: 10px;
            z-index: 0;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #FFF;
            filter: drop-shadow(0 -1px 1px rgba(0,0,0,.25));
        }

    m-modal.popup h1 {
        font-weight: 600;
    }
        m-modal.popup h6 {
            font-size: .65em;
            margin-top: .25em;
        }

    m-modal.center {
        height: initial;
        left: calc(40vw / 2);
        max-width: initial;
        max-height: 90vh;
    }
        m-modal.center m-body {
            height: initial;
            position: initial;
            padding: 0;
        }

        m-modal.center.md {
            left: calc(25vw / 2);
            width: 75vw;
        }

        m-modal.center.lg {
            height: initial;
            left: calc(10vw / 2);
            width: 90vw;
            max-width: initial;
        }
        m-modal.center.lg m-body.p {
            height: initial;
            position: initial;
            padding: 1em 2em 2em 2em;
        }

    m-modal m-body[data-label="Terms Body"] m-h1 {
        font-weight: 800;
    }
    m-modal m-body[data-label="Terms Body"] h3 {
        font-size: .9em;
        font-weight: 600;
        color: #454545;
    }
/*--M-MODULE-------------------------------------------------------------------------------*/

/*--M-BODY-------------------------------------------------------------------------------*/
m-body {
    padding: 0;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: initial;
    /* overflow: scroll; */
    /* overflow-y: scroll; Taken out for image dropping*/
    /* overflow-x: hidden; */
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
    m-body[data-label="CanvasImageEditor Manager Body"],
    m-body[data-label="Manager Body"] {
        /* overflow-y: visible; */
        /* overflow-x: visible; */
        /* overflow: visible; */
        border-right: 1px solid #dcdee1;
        overflow: hidden;
    }
    m-body[data-label="WhatsNew"] {
        height: 100% !important;
    }
    m-body[data-label="Settings Body"] {
        position: initial;
    }
m-modal m-body[data-label="Sub Manager Body"] {
    height: calc(100% - 40px);
    min-height: calc(100% - 40px);
}
    m-body[data-label="Sub Manager Body"] {
        overflow: scroll;
        background-color: #FFF;
        height: calc(100vh - 150px);
        min-height: calc(100vh - 150px);
    }
    m-body[data-label="Primary"].minimized {
        padding-left: 42px !important;
    }
        m-body[data-label="CanvasImageEditor Body"].saving:after {
            content: 'Saving . . .';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,.75);
            display: flex;
            z-index: 100;
            justify-content: center;
            align-items: center;
            font-size: 2em;
            font-weight: 100;
        }

    m-body.top {
        padding-top: 0px;
    }
/*--M-BODY-------------------------------------------------------------------------------*/

/*--M-HEADER-------------------------------------------------------------------------------*/
m-header {
    width: 100%;
    height: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: #00AEEF;
    z-index: 100;
}
    m-header .sQ,
    m-header .tab {
        color: #FFF;
    }
        .tab.btnOpenPreviewOrderItem.active,
        m-header .tab.active {
            background-color: rgba(0,0,0,.05);
        }
/*--M-HEADER-------------------------------------------------------------------------------*/

/*--M-SPINNER-------------------------------------------------------------------------------*/
m-spinner {
    position: absolute;
    display: flex;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #00AEEF;
    animation: rotate 4s linear infinite;
    color: white;
    justify-content: center;
    align-items: center;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}
/*--M-SPINNER-------------------------------------------------------------------------------*/

/*--M-ERROR-------------------------------------------------------------------------------*/
m-error {
    color: red;
    font-size: .75em;
    margin-bottom: .5em;
}
/*--M-ERROR-------------------------------------------------------------------------------*/

/*--M-COLORPICKER-------------------------------------------------------------------------------*/
m-colorpicker {
    position: absolute;
    width: 300px;
    min-height: 400px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: .5em;
}

#flxMemberColor m-slider {
    width: 14px;
    height: 14px;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -7px;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 50%);
}
#flxMemberColor m-slider.hole {
    background-color: transparent;
    border: 2px solid #FFF;
}
#color-label {
    border: 1px solid #DCDCDC;
    height: 100px;
    width: 50px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
}
#color-label:after {
    content: 'Selected';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,.65);
    font-size: .75em;
    color: #454545;
    font-weight: 800;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
    #color-label .auto {
        width: 100%;
        height: 100%;
        z-index: 9;
        background-color: rgba(255,255,255,.9);
        color: #999;
        position: absolute;
        display: block;
        text-align: center;
        line-height: 100px;
        border-radius: 5px;
        top: -1px;
        border: 1px solid #DCDCDC;
        left: 0px;
    }
#flxMemberColor m-color {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    box-shadow: initial;
    border: 1px solid #DCDCDC;
    position: relative;
    transition: border .35s;
}
#flxMemberColor m-color.primary,
#flxMemberColor m-color:hover {
    border: 1px solid #00AEEF;
    cursor: pointer;
}
#flxMemberColor m-tab {
    background-color: #FFF;
    font-size: 0.7em;
    text-align: center;
    height: 25px;
    line-height: 25px;
    width: 100%;
    margin: 1em 0 0.5em 0;
}
    #flxMemberColor m-tab:hover,
    #flxMemberColor m-tab.primary {
        background-color: #00AEEF;
        color: #FFF;
        cursor: pointer;
    }
m-flex.sQ.input.fontColor {
    border: 2px solid;
    border-radius: 50%;
}
    m-flex.sQ.input.fontColor.light {
        background-color: #FFF !important;
    }
    m-flex.sQ.input.fontColor.dark {
        background-color: #00AEEF !important;
    }
.flxFrameStyleOrderItemPageGroup.disabled .input:hover,
.flxFrameColorOrderItemPageGroup.disabled .input:hover,
.flxFrameColorOrderItemPageGroup.disabled m-color:hover,
.reset.disabled:hover,
.input.disabled:hover {
    cursor: not-allowed;
}
m-flex.sQ.input.fontStyle {
    border: 2px solid;
    border-radius: 50%;
}
/*--M-COLORPICKER-------------------------------------------------------------------------------*/

/*--M-COLOR-------------------------------------------------------------------------------*/
m-color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: .15em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
    m-color:hover {
        cursor: pointer;
    }
    m-color.selected {
        border: 1px solid #00AEEF;
    }
/*--M-COLOR-------------------------------------------------------------------------------*/

/*--LOADER-------------------------------------------------------------------------------*/
.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #00AEEF; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--LOADER-------------------------------------------------------------------------------*/

/*--M-VALIDATING-------------------------------------------------------------------------------*/
m-validating {
    min-width: 250px;
    max-width: 350px;
    width: 20vw;
    padding: .75em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    z-index: 90000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #fff;
}

    m-validating h1 {
        font-size: 1em;
        margin: 0;
        display: flex;
        justify-content: space-between;
        color: #000;
    }
/*--M-VALIDATING-------------------------------------------------------------------------------*/

/*--M-VALIDATION-------------------------------------------------------------------------------*/
m-validation {
    width: 100%;
    padding: .75em;
    position: fixed;
    bottom: 0;
    /*left: 0;*/
    right: 20px;
    margin: 0 auto;
    opacity: 1;
    z-index: 90000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #fff;
}
    m-validation.success h1,
    m-validation.success h1 span {
        color: green !important;
    }
    m-validation.error h1,
    m-validation.error h1 span {
        color: red !important;
    }
m-validation h1 {
    font-size: 1em;
    margin: 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}
    m-validation h1 i:hover {
        cursor: pointer;    
    }
m-validation p {
    margin: .5em 0 0 0;
    font-size: .8em;
}
    m-validation m-a {
        font-size: 1em;
    }
/*--M-VALIDATION-------------------------------------------------------------------------------*/

/*--CODE----------------------*/
m-pre {
    background-color: #222;
    padding: 1em;
    border-radius: 3px;
    color: #FFF;
    white-space: break-spaces;
    font-size: .9em;
    line-height: 1.5em;
    line-break: initial;
    display: block;
}

m-pre m-a {
    font-size: 1em;
}

pre {
    background-color: #222;
    padding: 1em;
    border-radius: 3px;
    color: #FFF;
    white-space: break-spaces;
}

code {
    font-size: 12px;
    white-space: break-spaces;
}

.tableRow code {
    white-space: initial;
}

p code, li code {
    background: rgba(96,105,113,0.1);
    padding: 3px 5px;
    border-radius: 3px;
    color: #555;
}
/*--CODE----------------------*/
.icon-plus,
.icon-plus-math,
.icon-plus-2-math,
.icon-minus,
.icon-minus-math,
.icon-minus-2-math,
.icon-download,
.icon-more,
.icon-info,
.icon-menu,
.icon-menu-2,
.icon-cancel,
.icon-close-window,
.icon-trash,
.icon-delete-sign,
.icon-edit,
.icon-create-new,
.icon-search,
.icon-appointment-reminders,
.icon-settings,
.icon-design,
.icon-text-color,
.icon-text-height,
.icon-text-cursor,
.icon-add-text,
.icon-text-width,
.icon-generic-text,
.icon-list,
.icon-paste,
.icon-lowercase,
.icon-type,
.icon-strikethrough,
.icon-uppercase,
.icon-horizontal-line,
.icon-rounded-rectangle-stroked,
.icon-pentagon,
.icon-triangle-stroked,
.icon-hexagon,
.icon-ellipse-stroked,
.icon-rectangle-stroked,
.icon-image-file,
.icon-rotate-left,
.icon-fill-color,
.icon-resize,
.icon-crop,
.icon-rotate,
.icon-rotate-right,
.icon-flip-horizontal,
.icon-drag-reorder,
.icon-product,
.icon-bring-forward,
.icon-send-to-back,
.icon-gender-neutral-user,
.icon-logout-rounded,
.icon-available-updates,
.icon-facebook-like,
.icon-email,
.icon-in-progress,
.icon-tasks,
.icon-opacity,
.icon-resize-four-directions,
.icon-zoom-in,
.icon-zoom-out,
.icon-underline,
.icon-file,
.icon-layers,
.icon-shopping-cart,
.icon-purchase-order,
.icon-checkout,
.icon-box,
.icon-truck,
.icon-airport,
.icon-sent,
.icon-calendar,
.icon-tear-off-calendar,
.icon-overtime,
.icon-conference-background-selected,
.icon-group-objects,
.icon-back,
.icon-forward,
.icon-send-backward,
.icon-copy-2,
.icon-copy,
.icon-template,
.icon-card-in-use,
.icon-payment-history,
.icon-bank-cards,
.icon-bill,
.icon-link,
.icon-broken-link,
.icon-delete-link,
.icon-add-link,
.icon-external-link,
.icon-lock,
.icon-password,
.icon-unlock,
.icon-caps-lock-on,
.icon-keyhole-shield,
.icon-recurring-appointment,
.icon-empty-hourglass,
.icon-filter,
.icon-sorting-options,
.icon-clear-filters,
.icon-barcode,
.icon-message-group,
.icon-paint-brush,
.icon-paint-bucket,
.icon-save-as,
.icon-checkmark,
.icon-ok,
.icon-checked-checkbox,
.icon-price-tag,
.icon-price-tag-usd,
.icon-grid-2,
.icon-high-priority,
.icon-warning-shield,
.icon-box-important,
.icon-expensive,
.icon-discount,
.icon-sale,
.icon-low-price,
.icon-cutting-coupon,
.icon-in-transit,
.icon-faq,
.icon-combo-chart,
.icon-pie-chart,
.icon-help,
.icon-italic,
.icon-font-align-right,
.icon-font-align-center,
.icon-font-align-left,
.icon-font-align-right-justify,
.icon-font-align-center-justify,
.icon-font-align-left-justify,
.icon-font,
.icon-font-color,
.icon-font-size,
.icon-bold,
.icon-example,
.icon-external-all-arrows-jumpicon-glyph-jumpicon-glyph-ayub-irawan,
.icon-automatic,
.icon-rounded-corner,
.icon-external-warning-basic-ui-navigation-elements-flat-icons-inmotus-design-2,
.icon-column-margin,
.icon-columns,
.icon-height,
.icon-margin-bottom,
.icon-rows,
.icon-width,
.icon-x-origin,
.icon-external-link-2,
.icon-external-indent-alignment-and-paragraphs-those-icons-fill-those-icons,
.icon-opacity-2,
.icon-y-origin,
.icon-frame-none,
.icon-frame-simple,
.icon-frame-inner,
.icon-frame-outer,
.icon-adjust-bottom,
.icon-adjust-center,
.icon-adjust-top,
.icon-pushpin,
.icon-line-height,
.icon-frame-double,
.icon-square-border,
.icon-external-stroke-graphic-design-bearicons-flat-bearicons,
.icon-lightweight,
.icon-percentage,
.icon-support,
.icon-preview,
.icon-print,
.icon-undo,
.icon-redo,
.icon-synchronize,
.icon-refresh,
.icon-undo-2,
.icon-redo-2,
.icon-star,
.icon-speed,
.icon-adjust-center-h,
.icon-adjust-left,
.icon-adjust-right,
.icon-align-bottom,
.icon-align-center-h,
.icon-align-horizontal,
.icon-align-top,
.icon-align-vertical,
.icon-external-underline-highlited-text-tool-in-word-processing-document-text-bold-tal-revivo,
.icon-font-style-bold-italic-underline,
.icon-font-style-bold-italic,
.icon-font-style-bold-underline,
.icon-font-style-bold,
.icon-font-style-italic-underline,
.icon-font-style-italic,
.icon-font-style-underline,
.icon-font-style,
.icon-stroke-medium-sq,
.icon-stroke-medium,
.icon-stroke-thick-sq,
.icon-stroke-thick,
.icon-stroke-thin-sq,
.icon-stroke-thin,
.icon-underline-format-extended,
.icon-underline-format-group,
.icon-underline-format-trimmed,
.icon-pray,
.icon-large-icons,
.icon-matt-paper,
.icon-folded-booklet,
.icon-moleskine,
.icon-full-image,
.icon-picture,
.icon-image-document,
.icon-interactivebinder-stylized-text_b,
.icon-interactivebinder-stylized-text_c,
.icon-interactivebinder-stylized-text_e,
.icon-align-center-v-02,
.icon-align-left-02,
.icon-align-right-02 {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    fill: currentColor;
}

    .icon-plus > svg,
    .icon-plus-math > svg,
    .icon-plus-2-math > svg,
    .icon-minus > svg,
    .icon-minus-math > svg,
    .icon-minus-2-math > svg,
    .icon-download > svg,
    .icon-more > svg,
    .icon-info > svg,
    .icon-menu > svg,
    .icon-menu-2 > svg,
    .icon-cancel > svg,
    .icon-close-window > svg,
    .icon-trash > svg,
    .icon-delete-sign > svg,
    .icon-edit > svg,
    .icon-create-new > svg,
    .icon-search > svg,
    .icon-appointment-reminders > svg,
    .icon-settings > svg,
    .icon-design > svg,
    .icon-text-color > svg,
    .icon-text-height > svg,
    .icon-text-cursor > svg,
    .icon-add-text > svg,
    .icon-text-width > svg,
    .icon-generic-text > svg,
    .icon-list > svg,
    .icon-paste > svg,
    .icon-lowercase > svg,
    .icon-type > svg,
    .icon-strikethrough > svg,
    .icon-uppercase > svg,
    .icon-horizontal-line > svg,
    .icon-rounded-rectangle-stroked > svg,
    .icon-pentagon > svg,
    .icon-triangle-stroked > svg,
    .icon-hexagon > svg,
    .icon-ellipse-stroked > svg,
    .icon-rectangle-stroked > svg,
    .icon-image-file > svg,
    .icon-rotate-left > svg,
    .icon-fill-color > svg,
    .icon-resize > svg,
    .icon-crop > svg,
    .icon-rotate > svg,
    .icon-rotate-right > svg,
    .icon-flip-horizontal > svg,
    .icon-drag-reorder > svg,
    .icon-product > svg,
    .icon-bring-forward > svg,
    .icon-send-to-back > svg,
    .icon-gender-neutral-user > svg,
    .icon-logout-rounded > svg,
    .icon-available-updates > svg,
    .icon-facebook-like > svg,
    .icon-email > svg,
    .icon-in-progress > svg,
    .icon-tasks > svg,
    .icon-opacity > svg,
    .icon-resize-four-directions > svg,
    .icon-zoom-in > svg,
    .icon-zoom-out > svg,
    .icon-underline > svg,
    .icon-file > svg,
    .icon-layers > svg,
    .icon-shopping-cart > svg,
    .icon-purchase-order > svg,
    .icon-checkout > svg,
    .icon-box > svg,
    .icon-truck > svg,
    .icon-airport > svg,
    .icon-sent > svg,
    .icon-calendar > svg,
    .icon-tear-off-calendar > svg,
    .icon-overtime > svg,
    .icon-conference-background-selected > svg,
    .icon-group-objects > svg,
    .icon-back > svg,
    .icon-forward > svg,
    .icon-send-backward > svg,
    .icon-copy-2 > svg,
    .icon-copy > svg,
    .icon-template > svg,
    .icon-card-in-use > svg,
    .icon-payment-history > svg,
    .icon-bank-cards > svg,
    .icon-bill > svg,
    .icon-link > svg,
    .icon-broken-link > svg,
    .icon-delete-link > svg,
    .icon-add-link > svg,
    .icon-external-link > svg,
    .icon-lock > svg,
    .icon-password > svg,
    .icon-unlock > svg,
    .icon-caps-lock-on > svg,
    .icon-keyhole-shield > svg,
    .icon-recurring-appointment > svg,
    .icon-empty-hourglass > svg,
    .icon-filter > svg,
    .icon-sorting-options > svg,
    .icon-clear-filters > svg,
    .icon-barcode > svg,
    .icon-message-group > svg,
    .icon-paint-brush > svg,
    .icon-paint-bucket > svg,
    .icon-save-as > svg,
    .icon-checkmark > svg,
    .icon-ok > svg,
    .icon-checked-checkbox > svg,
    .icon-price-tag > svg,
    .icon-price-tag-usd > svg,
    .icon-grid-2 > svg,
    .icon-high-priority > svg,
    .icon-warning-shield > svg,
    .icon-box-important > svg,
    .icon-expensive > svg,
    .icon-discount > svg,
    .icon-sale > svg,
    .icon-low-price > svg,
    .icon-cutting-coupon > svg,
    .icon-in-transit > svg,
    .icon-faq > svg,
    .icon-combo-chart > svg,
    .icon-pie-chart > svg,
    .icon-help > svg,
    .icon-italic > svg,
    .icon-font-align-right > svg,
    .icon-font-align-center > svg,
    .icon-font-align-left > svg,
    .icon-font-align-right-justify > svg,
    .icon-font-align-center-justify > svg,
    .icon-font-align-left-justify > svg,
    .icon-font > svg,
    .icon-font-color > svg,
    .icon-font-size > svg,
    .icon-bold > svg,
    .icon-example > svg,
    .icon-external-all-arrows-jumpicon-glyph-jumpicon-glyph-ayub-irawan > svg,
    .icon-automatic > svg,
    .icon-rounded-corner > svg,
    .icon-external-warning-basic-ui-navigation-elements-flat-icons-inmotus-design-2 > svg,
    .icon-column-margin > svg,
    .icon-columns > svg,
    .icon-height > svg,
    .icon-margin-bottom > svg,
    .icon-rows > svg,
    .icon-width > svg,
    .icon-x-origin > svg,
    .icon-external-link-2 > svg,
    .icon-external-indent-alignment-and-paragraphs-those-icons-fill-those-icons > svg,
    .icon-opacity-2 > svg,
    .icon-y-origin > svg,
    .icon-frame-none > svg,
    .icon-frame-simple > svg,
    .icon-frame-inner > svg,
    .icon-frame-outer > svg,
    .icon-adjust-bottom > svg,
    .icon-adjust-center > svg,
    .icon-adjust-top > svg,
    .icon-pushpin > svg,
    .icon-line-height > svg,
    .icon-frame-double > svg,
    .icon-square-border > svg,
    .icon-external-stroke-graphic-design-bearicons-flat-bearicons > svg,
    .icon-lightweight > svg,
    .icon-percentage > svg,
    .icon-support > svg,
    .icon-preview > svg,
    .icon-print > svg,
    .icon-undo > svg,
    .icon-redo > svg,
    .icon-synchronize > svg,
    .icon-refresh > svg,
    .icon-undo-2 > svg,
    .icon-redo-2 > svg,
    .icon-star > svg,
    .icon-speed > svg,
    .icon-adjust-center-h > svg,
    .icon-adjust-left > svg,
    .icon-adjust-right > svg,
    .icon-align-bottom > svg,
    .icon-align-center-h > svg,
    .icon-align-horizontal > svg,
    .icon-align-top > svg,
    .icon-align-vertical > svg,
    .icon-external-underline-highlited-text-tool-in-word-processing-document-text-bold-tal-revivo > svg,
    .icon-font-style-bold-italic-underline > svg,
    .icon-font-style-bold-italic > svg,
    .icon-font-style-bold-underline > svg,
    .icon-font-style-bold > svg,
    .icon-font-style-italic-underline > svg,
    .icon-font-style-italic > svg,
    .icon-font-style-underline > svg,
    .icon-font-style > svg,
    .icon-stroke-medium-sq > svg,
    .icon-stroke-medium > svg,
    .icon-stroke-thick-sq > svg,
    .icon-stroke-thick > svg,
    .icon-stroke-thin-sq > svg,
    .icon-stroke-thin > svg,
    .icon-underline-format-extended > svg,
    .icon-underline-format-group > svg,
    .icon-underline-format-trimmed > svg,
    .icon-pray > svg,
    .icon-large-icons > svg,
    .icon-matt-paper > svg,
    .icon-folded-booklet > svg,
    .icon-moleskine > svg,
    .icon-full-image > svg,
    .icon-picture > svg,
    .icon-image-document > svg,
    .icon-interactivebinder-stylized-text_b > svg,
    .icon-interactivebinder-stylized-text_c > svg,
    .icon-interactivebinder-stylized-text_e > svg,
    .icon-align-center-v-02 > svg,
    .icon-align-left-02 > svg,
    .icon-align-right-02 > svg {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        fill: currentColor;
    }

    .icon-external-stroke-graphic-design-bearicons-flat-bearicons,
    .icon-external-stroke-graphic-design-bearicons-flat-bearicons > svg,
    .icon-square-border,
    .icon-square-border > svg {
        width: 1.15em;
        height: 1.15em;
    }

    .icon-help,
    .icon-help > svg {
        fill: #F57E28 !important;
    }
        .icon-c-cart,
        .icon-c-cart > svg {
            fill: #00AEEF !important;
        }

/*SLIM SELECT -------------------------------------------------------*/
.ss-main {
    position: relative;
    display: inline-block;
    user-select: none;
    color: #666;
    width: 100%
}

    .ss-main .ss-single-selected {
        display: flex;
        cursor: pointer;
        width: 100%;
        height: 30px;
        padding: 6px;
        border: 1px solid #dcdee2;
        border-radius: 4px;
        background-color: #fff;
        outline: 0;
        box-sizing: border-box;
        transition: background-color .2s
    }

        .ss-main .ss-single-selected.ss-disabled {
            background-color: #dcdee2;
            cursor: not-allowed
        }

        .ss-main .ss-single-selected.ss-open-above {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px
        }

        .ss-main .ss-single-selected.ss-open-below {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px
        }

        .ss-main .ss-single-selected .placeholder {
            display: flex;
            flex: 1 1 100%;
            align-items: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: left;
            width: calc(100% - 30px);
            line-height: 1em;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .ss-main .ss-single-selected .placeholder * {
                display: flex;
                align-items: center;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: auto
            }

            .ss-main .ss-single-selected .placeholder .ss-disabled {
                color: #dedede
            }

        .ss-main .ss-single-selected .ss-deselect {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex: 0 1 auto;
            margin: 0 6px 0 6px;
            font-weight: bold
        }

            .ss-main .ss-single-selected .ss-deselect.ss-hide {
                display: none
            }

        .ss-main .ss-single-selected .ss-arrow {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex: 0 1 auto;
            margin: 0 6px 0 6px
        }

            .ss-main .ss-single-selected .ss-arrow span {
                border: solid #666;
                border-width: 0 2px 2px 0;
                display: inline-block;
                padding: 3px;
                transition: transform .2s, margin .2s
            }

                .ss-main .ss-single-selected .ss-arrow span.arrow-up {
                    transform: rotate(-135deg);
                    margin: 3px 0 0 0
                }

                .ss-main .ss-single-selected .ss-arrow span.arrow-down {
                    transform: rotate(45deg);
                    margin: -3px 0 0 0
                }

    .ss-main .ss-multi-selected {
        display: flex;
        flex-direction: row;
        cursor: pointer;
        min-height: 30px;
        width: 100%;
        padding: 0 0 0 3px;
        border: 1px solid #dcdee2;
       /* border-radius: 4px;*/
        background-color: #fff;
        outline: 0;
        box-sizing: border-box;
        transition: background-color .2s
    }

        .ss-main .ss-multi-selected.ss-disabled {
            background-color: #dcdee2;
            cursor: not-allowed
        }

            .ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
                color: #666
            }

            .ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
                cursor: not-allowed
            }

        .ss-main .ss-multi-selected.ss-open-above {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px
        }

        .ss-main .ss-multi-selected.ss-open-below {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px
        }

        .ss-main .ss-multi-selected .ss-values {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            flex: 1 1 100%;
            width: calc(100% - 30px)
        }

            .ss-main .ss-multi-selected .ss-values .ss-disabled {
                display: flex;
                padding: 4px 5px;
                margin: 2px 0px;
                line-height: 1em;
                align-items: center;
                width: 100%;
                color: #dedede;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(0);
        opacity: 0
    }
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    display: flex;
    user-select: none;
    align-items: center;
    font-size: 12px;
    padding: 3px 5px;
    margin: 3px 5px 3px 0px;
    color: #fff;
    background-color: #00AEEF;
    border-radius: 4px;
    animation-name: scaleIn;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

    .ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
        animation-name: scaleOut;
        animation-duration: .2s;
        animation-timing-function: ease-out
    }

    .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
        margin: 0 0 0 5px;
        cursor: pointer
    }

    .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-text,
    .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
        color: white;
    }

.ss-main .ss-multi-selected .ss-add {
    display: flex;
    flex: 0 1 3px;
    /*margin: 9px 12px 0 5px;*/
    padding: 9px 15px 0 15px;
}

    .ss-main .ss-multi-selected .ss-add .ss-plus {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #666;
        position: relative;
        height: 10px;
        width: 2px;
        transition: transform .2s
    }

        .ss-main .ss-multi-selected .ss-add .ss-plus:after {
            background: #666;
            content: "";
            position: absolute;
            height: 2px;
            width: 10px;
            left: -4px;
            top: 4px
        }

        .ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
            transform: rotate(45deg)
        }

.ss-content {
    position: absolute;
    width: 100%;
    margin: -1px 0 0 0;
    box-sizing: border-box;
    border: solid 1px #dcdee2;
    z-index: 1010;
    background-color: #fff;
    transform-origin: center top;
    transition: transform .2s, opacity .2s;
    opacity: 0;
    transform: scaleY(0)
}

    .ss-content.ss-open {
        display: block;
        opacity: 1;
        transform: scaleY(1)
    }

    .ss-content .ss-search {
        display: flex;
        flex-direction: row;
        padding: 8px 8px 6px 8px
    }

        .ss-content .ss-search.ss-hide {
            height: 0px;
            opacity: 0;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px
        }

            .ss-content .ss-search.ss-hide input {
                height: 0px;
                opacity: 0;
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 0px
            }

        .ss-content .ss-search input {
            display: inline-flex;
            font-size: inherit;
            line-height: inherit;
            flex: 1 1 auto;
            width: 100%;
            min-width: 0px;
            height: 30px;
            padding: 6px 8px;
            margin: 0;
            border: 1px solid #dcdee2;
            border-radius: 4px;
            background-color: #fff;
            outline: 0;
            text-align: left;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -webkit-appearance: textfield
        }

            .ss-content .ss-search input::placeholder {
                color: #8a8a8a;
                vertical-align: middle
            }

            .ss-content .ss-search input:focus {
                box-shadow: 0 0 5px #00AEEF
            }

        .ss-content .ss-search .ss-addable {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            font-size: 22px;
            font-weight: bold;
            flex: 0 0 30px;
            height: 30px;
            margin: 0 0 0 8px;
            border: 1px solid #dcdee2;
            border-radius: 4px;
            box-sizing: border-box
        }

    .ss-content .ss-addable {
        padding-top: 0px
    }

    .ss-content .ss-list {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: left
    }

        .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
            padding: 6px 10px 6px 10px;
            font-weight: bold
        }

        .ss-content .ss-list .ss-optgroup .ss-option {
            padding: 6px 6px 6px 25px
        }

        .ss-content .ss-list .ss-optgroup-label-selectable {
            cursor: pointer
        }

            .ss-content .ss-list .ss-optgroup-label-selectable:hover {
                color: #fff;
                background-color: #00AEEF
            }

        .ss-content .ss-list .ss-option {
            padding: 6px 10px 6px 10px;
            cursor: pointer;
            user-select: none
        }

            .ss-content .ss-list .ss-option * {
                display: inline-block
            }

            .ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted {
                color: #fff;
                background-color: #00AEEF
            }

            .ss-content .ss-list .ss-option.ss-disabled {
                cursor: not-allowed;
                color: #dedede;
                background-color: #fff
            }

            .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
                color: #666;
                background-color: rgb(240,240,240);
            }

            .ss-content .ss-list .ss-option.ss-hide {
                display: none
            }

            .ss-content .ss-list .ss-option .ss-search-highlight {
                background-color: #fffb8c
            }
/*SLIM SELECT -------------------------------------------------------*/


/*--CROPPER--------------------------------------------------------------------*/
/*!
 * Cropper.js v1.5.11
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-02-17T11:53:21.992Z
 */

m-page .cropper-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cropper-container img {
        display: block;
        height: 100%;
        image-orientation: 0deg;
        max-height: none !important;
        max-width: none !important;
        min-height: 0 !important;
        min-width: 0 !important;
        width: 100%;
    }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
    overflow: hidden;
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0;
}

.cropper-modal {
    background-color: #000;
    opacity: 0.5;
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, 0.75);
    overflow: hidden;
    width: 100%;
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: 0.5;
    position: absolute;
}

    .cropper-dashed.dashed-h {
        border-bottom-width: 1px;
        border-top-width: 1px;
        height: calc(100% / 3);
        left: 0;
        top: calc(100% / 3);
        width: 100%;
    }

    .cropper-dashed.dashed-v {
        border-left-width: 1px;
        border-right-width: 1px;
        height: 100%;
        left: calc(100% / 3);
        top: 0;
        width: calc(100% / 3);
    }

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    width: 0;
}

    .cropper-center::before,
    .cropper-center::after {
        background-color: #eee;
        content: ' ';
        display: block;
        position: absolute;
    }

    .cropper-center::before {
        height: 1px;
        left: -3px;
        top: 0;
        width: 7px;
    }

    .cropper-center::after {
        height: 7px;
        left: 0;
        top: -3px;
        width: 1px;
    }

.cropper-face,
.cropper-line,
.cropper-point {
    display: block;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%;
}

.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0;
}

.cropper-line {
    background-color: #39f;
}

    .cropper-line.line-e {
        cursor: ew-resize;
        right: -3px;
        top: 0;
        width: 5px;
    }

    .cropper-line.line-n {
        cursor: ns-resize;
        height: 5px;
        left: 0;
        top: -3px;
    }

    .cropper-line.line-w {
        cursor: ew-resize;
        left: -3px;
        top: 0;
        width: 5px;
    }

    .cropper-line.line-s {
        bottom: -3px;
        cursor: ns-resize;
        height: 5px;
        left: 0;
    }

.cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: 0.75;
    width: 5px;
}

    .cropper-point.point-e {
        cursor: ew-resize;
        margin-top: -3px;
        right: -3px;
        top: 50%;
    }

    .cropper-point.point-n {
        cursor: ns-resize;
        left: 50%;
        margin-left: -3px;
        top: -3px;
    }

    .cropper-point.point-w {
        cursor: ew-resize;
        left: -3px;
        margin-top: -3px;
        top: 50%;
    }

    .cropper-point.point-s {
        bottom: -3px;
        cursor: s-resize;
        left: 50%;
        margin-left: -3px;
    }

    .cropper-point.point-ne {
        cursor: nesw-resize;
        right: -3px;
        top: -3px;
    }

    .cropper-point.point-nw {
        cursor: nwse-resize;
        left: -3px;
        top: -3px;
    }

    .cropper-point.point-sw {
        bottom: -3px;
        cursor: nesw-resize;
        left: -3px;
    }

    .cropper-point.point-se {
        bottom: -3px;
        cursor: nwse-resize;
        height: 20px;
        opacity: 1;
        right: -3px;
        width: 20px;
    }

@media (min-width: 768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px;
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px;
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: 0.75;
        width: 5px;
    }
}

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
}

.cropper-invisible {
    opacity: 0;
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.cropper-hidden {
    display: none !important;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed;
}
/*--CROPPER--------------------------------------------------------------------*/