﻿
::-webkit-scrollbar {
    display: none;
}

.fixed {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999;
}
.hidden {
    visibility: hidden;
}
.none {
    display: none;
}

h1.lg {
    font-size: 2em;
    font-weight: 800;
}
h1.c,
h2.c,
h3.c {
    text-align: center;
}

h1 span,
h2 span {
    color: #AAA;
    font-size: .8em;
}

.form h1 {
    margin-bottom: .25em;
    font-size: .8em;
    font-weight: 800;
    color: #AAA;
}

h3 {
    font-size: .8em;
    color: #888;
}

h5 {
    font-size: .75em;
    padding: 0;
    width: 100%;
    max-width: 100%;
    font-weight: 100;
    color: #AAA;
    cursor: text;
}

h6 {
    font-size: .75em;
    font-style: italic;
    color: #888;
}

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;
}
.borderBlue {
    border: 1px solid #00AEEF;
}

.g-recaptcha,
.grecaptcha-badge {
    display: none !important;
}

.production h6,
.production h1 {
    text-align:center;
    width: 100%;
}

/*--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: 99999;
    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 #EEE;
}

    .filter .list {
        width: 100%;
    }

    .filter .form > m-input {
        padding: 0 0 .5em 0;
        border-bottom: 1px solid #DDD;
    }

    .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 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: 999;
    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-MENU---------------------------------------------------------------*/
m-dropdown {
    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);
}

    #crdInfoModule:after,
    m-dropdown: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));
    }
    #crdInfoModule.flip:after,
    m-dropdown.flip:after {
        left: calc(100% - 30px);
    }
    #crdInfoModule.upside:after,
    m-dropdown.upside: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-dropdown m-secondary {
        position: initial;
        width: 100%;
        padding-left: initial !important;
        min-width: 100%;
        height: 30px;
        font-size: .75em;
    }

        m-dropdown m-secondary m-flex.tab {
            height: 30px;
            padding: .5em 1em;
        }

m-dropdownsub m-button,
m-dropdown m-button {
    text-align: left;
    border-radius: 0px;
    box-shadow: none;
}

    m-dropdownsub m-button[data-type="tertiary"]:hover,
    m-dropdown m-button[data-type="tertiary"]:hover {
        background-color: #00AEEF;
        color: #FFF;
        box-shadow: none;
    }
            m-dropdownsub m-button.nH:hover,
            m-dropdown m-button.nH:hover {
                background-color: transparent;
                color: #424242;
            }

    m-dropdown.nMH {
        max-height: initial;
    }

    m-dropdown h2 {
        color: #000;
    }

    m-dropdown m-header {
        background-color: #FFF;
    }
        m-dropdown m-header m-button[data-type="secondary"] {
            border: none;
            height: 50px;
            line-height: 50px;
        }
            m-dropdown m-header m-button[data-type="secondary"].active {
                background-color: #00AEEF;
                color: #FFF;
            }
    m-dropdown m-body {
        position: initial;
    }

    m-dropdown m-button.btnOpenDropDownSub {
        position: relative;
    }
        m-contextmenu m-button.btnOpenContextMenuSub:after,
        m-dropdown m-button.btnOpenDropDownSub:after {
            content: '';
            border: solid #888;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            position: absolute;
            left: 90%;
            top: calc(50% - 5px);
        }
        m-contextmenu m-button.btnOpenContextMenuSub:after {
            left: 85%;
        }
        m-contextmenu m-button.btnOpenContextMenuSub:hover:after,
        m-dropdown m-button.btnOpenDropDownSub:hover:after {
            border: solid #FFF;
            border-width: 0 3px 3px 0;
        }

/*--M-MENU---------------------------------------------------------------*/

/*--M-MENUSUB---------------------------------------------------------------*/
m-dropdownsub {
    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);
}
/*--M-MENUSUB---------------------------------------------------------------*/

/*--M-CONTEXTMENU---------------------------------------------------------------*/
m-contextmenu {
    position: absolute;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    z-index: 100000;
    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-contextmenu.flip:after {
        left: calc(100% - 30px);
    }

    m-contextmenu.upside: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-contextmenusub m-button,
    m-contextmenu m-button {
        text-align: left;
        box-shadow: none;
        font-size: .75em;
        padding: .75em;
        line-height: initial;
        height: initial;
    }

        m-contextmenusub m-button[data-type="tertiary"]:hover,
        m-contextmenu m-button[data-type="tertiary"]:hover {
            background-color: #00AEEF;
            color: #FFF;
            box-shadow: none;
        }

        m-contextmenusub m-button.nH:hover,
        m-contextmenu m-button.nH:hover {
            background-color: transparent;
            color: #424242;
        }

        m-contextmenu m-button.btnOpenDropDownSub {
            position: relative;
        }

            m-contextmenu m-button.btnOpenDropDownSub:after {
                content: '';
                border: solid #888;
                border-width: 0 3px 3px 0;
                display: inline-block;
                padding: 3px;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                position: absolute;
                left: 90%;
                top: calc(50% - 5px);
            }

            m-contextmenu m-button.btnOpenDropDownSub:hover:after {
                border: solid #FFF;
                border-width: 0 3px 3px 0;
            }
/*--M-CONTEXTMENU---------------------------------------------------------------*/

/*--M-MENUSUB---------------------------------------------------------------*/
m-contextmenusub {
    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);
}
/*--M-MENUSUB---------------------------------------------------------------*/

/*--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;
}

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;
}
/*--notifications-----------------------------------------------*/

/*--STATUS-------------------------------------------------------------------------------*/
m-marker {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #DDD;
    margin-right: .5em;
}

.status:hover {
    cursor: pointer;
}

.status.active m-marker {
    background-color: #00AEEF;
}

.status.active h2 {
    color: #00AEEF;
}
/*--STATUS-------------------------------------------------------------------------------*/

/*--M-AUTOMATION-------------------------------------------------------------------------------*/
m-automation {
    position: absolute;
    top: -100px;
    left: -100px;
    display: block;
    z-index: 9999999;
    border-radius: 2px;
    border: 1px solid #ddd;
}

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,
m-width,
m-height {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: 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%;
}

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;
    left: 530px;
    z-index: 10001;
    top: 100px;
}
    .imposePreviewWindow {
        justify-content: center;
        align-items: center;
        padding: 0;
        height: 400px;
        width: 400px;
        margin: 1em auto;
    }
    .imposePreview img {
        max-width: 400px;
        max-height: 400px;
        margin: 0 auto;
        border: 1px solid #DDD;
    }
/*--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; 
        }
        m-accordian > m-banner .sQ {
            transform: rotate(270deg);
            transition: all .35s;
        }
        m-accordian.open > m-banner .sQ {
            transform: rotate(90deg);
        }
    m-accordian > m-banner.store {
        background-color: #FFF;
        padding: .25em .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.card {
        border: 1px solid #BBB;
        padding: 0 .5em .5em .5em;
        border-radius: 3px;
    }
        m-accordian.card > m-banner {
            padding-top: .5em;
        }
        m-accordian.card.open > m-content {
            padding-top: .5em;
        }
/*--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 {
        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-module 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;
    }
    
    #barCompanyFile,
    #barCompanyLogo,
    #flxFamilyUpload #barOrderFile,
    m-accordian #barOrderFile {
        margin: 0;
        height: 36px;
    }
        #barCompanyFile span,
        #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 6px 12px rgba(0,0,0,0.25), 0 4px 4px 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 #EEE;
    }
    m-button[data-type="tertiary"] {
        background-color: transparent;
        color: #424242;
    }
        m-button:hover {
            cursor: pointer;
        }

    m-button.md {
        height: 50px;
        line-height: 50px;
    }
    m-button.lg {
        height: 72px;
        line-height: 72px;
        padding-left: 1em;
        padding-right: 1em;
    }

    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-------------------------------------------------------------------------------*/

.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;
    }

    .tableRow.isNotVerified {
        border: 1px solid #db682e;
    }

/*--M-FOOTER-------------------------------------------------------------------------------*/
m-footer {
    display: block;
    width: 100%;
    min-height: 50px;
    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%;
    }
    .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%;
    }
    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.footer {
        padding: .5em;
        justify-content: flex-end;
    }
    .n,
    m-flex.n {
        padding: 0;
        margin: 0;
    }
    .pT,
    m-flex.pT {
        padding-top: 1em;
    }
    .pB,
    m-flex.pB {
        padding-bottom: 1em;
    }
    .pTB,
    m-flex.pTB {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .pL,
    m-flex.pL {
        padding-left: 1em;
    }
    .pR,
    m-flex.pR {
        padding-right: 1em;
    }
    .pLR,
    m-flex.pLR {
        padding-left: 1em;
        padding-right: 1em;
    }
    .mT,
    m-flex.mT {
        margin-top: 1em;
    }
    .mB,
    m-flex.mB {
        margin-bottom: 1em;
    }
    .mL,
    m-flex.mL {
        margin-left: 1em;
    }
    .mR,
    m-flex.mR {
        margin-right: 1em !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;
    }
        m-flex.primary {
            background-color: #00AEEF;
            color: #FFF;
        }
        m-flex.secondary {
            background-color: #FAFAFA;
        }
        m-flex.tertiary {
            background-color: transparent !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-flex.sm {
            min-width: 40px;
            max-width: 40px;
            height: 40px;
        }
        m-flex.lg {
            min-width: 60px;
            max-width: 60px;
            height: 60px;
        }
    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.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 {
    height: 100vh;
    background-color: #f5f5f5;
}

m-flex.abs {
    position: absolute;
    z-index: 100000;
    bottom: 0;
    right: 0;
}
m-flex.flag {
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
/*--M-FLEX-------------------------------------------------------------------------------*/

/*--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;
}

    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 #EEE;
    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-card.disabled {
        opacity: .5 !important;
    }
    m-card.mB {
        margin-bottom: .5em;
    }
    m-card.load {
        background-color: #FFF;
        width: 100% !important;
        max-width: 100% !important;
    }
    m-card.secondary {
        background-color: #EEE;
    }
    m-card.isPrimary {
        border: 1px solid #00AEEF;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    m-card.h:hover {
        border: 1px solid #00AEEF;
    }
    m-card.selected {
        border: 1px solid #00AEEF;
    }
        m-card h2 {
            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.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;
    }

        .blue .tag {
            background-color: #FFF;
        }

        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 > 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 > 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.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;
}

#lstPresetsItem m-card h2 {
    color: #999;
}

#lstPresetsItem m-card h3 {
    font-size: .75em;
    color: #454545;
}

#lstPresetsItem m-card h4 {
    font-size: .75em;
    color: #777;
}
/*--M-CARD-------------------------------------------------------------------------------*/

/*--M-STUDIO-------------------------------------------------------------------------------*/
m-body[data-label="Studio"] {
    padding-top: 0px;
    position: initial;
    height: auto;
}

m-studio {
    /* width: 100vw; */
}

    m-studio m-item {
        display: flex;
        max-height: 600px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        transform: scale(.5);
        width: calc(100vw - 310px);
    }
/*--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 {
    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;
}
@-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-------------------------------------------------------------------------------*/

/*--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 {
    border: 1px solid #FFF;
}
#lstTemplate m-card.active {
    border: 1px solid #00AEEF;
}
    #lstTemplate m-card.active: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.active.lgCheck:after {
        font-size: 3em;
    }
/*--LIST-------------------------------------------------------------------------------*/

/*--ICONS-------------------------------------------------------------------------------*/
.icons {

}
    .icons m-card.sm {
        width: 15.5%;
        max-width: 15.5%;
        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-INPUT-------------------------------------------------------------------------------*/
m-input {
    position: relative;
    width: 100%;
    margin-bottom: .5em;
}
    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-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-------------------------------------------------------------------------------*/
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-module input,
m-module textarea,
m-module select {
    background-color: #F5F6FA;
}
textarea,
input {
    border: 1px solid #EEE;
    max-width: 100%;
    outline: none;
    padding: 0 1em;
    font-size: .9em;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
}
    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:disabled {
        opacity: .35;
        background-color: #EEE;
    }
    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: 15px;
        height: 15px;
        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: 15px;
            min-width: 15px;
            height: 15px;
            min-height: 15px;
            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: 15px;
            height: 15px;
            border-radius: 2px;
            background: #e8e8e8;
            border: 1px solid #CCC;
        }
        input[type="radio"]:checked:after,
        input[type="checkbox"]:checked:after {
            content: '\2713';
            width: 15px;
            height: 15px;
            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;
    }

textarea {
    height: 200px;
    display: block;
    outline: none;
    padding: .75em 1em;
    resize: none;
}
    textarea.lg {
        height: 300px;
    }

select {
    height: 40px;
    padding: 0 3em 0 1em;
    font-size: 1em;
    -webkit-appearance: none;
    border: 1px solid #EEE;
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-size:
        5px 5px,
        5px 5px,
        1px 30px;
    background-repeat: no-repeat;
}
    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;
}
    m-radio.active {
        background-color: #00AEEF;
        color: #FFF;
    }
    m-radio:hover {
        cursor: pointer;
    }
    m-radio:not(.active):hover {
        background-color: #f5f5f5;
    }
/*--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: .5;
    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-module {
    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-module.w,
    m-module._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-module.w90 {
        width: 90vw;
        min-width: 90vw;
        max-width: 90vw;
    }
    m-module.w500 {
        min-width: 500px;
        max-width: 500px;
    }
    m-module > m-header {
        justify-content: space-between;
    }
    m-module > m-body {
        padding: 60px 0 0 0;
    }
    m-module._w > m-body {
        padding: 0;
    }
    m-module[data-position="left"] {
        left: 0;
    }
    m-module[data-position="right"] {
        right: 0;
    }

    m-module.studio {
        /*padding-top: 50px;*/
        min-width: 310px;
        max-width: 310px;
        box-shadow: none;
        /*z-index: 900;*/
    }

        m-module.studio m-body {
            /*padding: 110px 0 0 0;*/
        }

    m-module.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: 90vw;
        max-width: 750px;
        max-height: initial;
        height: initial;
        top: 20px;
        right: 20px;
        left: initial;
        margin: initial;
    }
        m-module.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-module.popup h1 {
        font-weight: 600;
    }
        m-module.popup h6 {
            font-size: .65em;
            margin-top: .25em;
        }

    m-module.center {
        height: initial;
        left: calc(60vw / 2);
    }
        m-module.center m-body {
            height: initial;
            position: initial;
            padding: 0;
        }

    m-module m-body[data-label="Terms Body"] m-h1 {
        font-weight: 800;
    }
    m-module 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%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    /* 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;
    }
    m-body[data-label="Settings Body"] {
        position: initial;
    }
    m-body[data-label="Sub Manager Body"] {
        overflow: scroll;
    }
    m-body[data-label="Primary"].minimized {
        padding-left: 42px !important;
    }
    m-body[data-label="CanvasImageEditor Body"] {
        padding-top: 50px !important;
    }
/*--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-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;
}

    m-colorpicker m-slider {
        width: 100%;
        background-color: #888;
        height: 17px;
        display: block;
        background-size: contain;
    }
/*--M-COLORPICKER-------------------------------------------------------------------------------*/

/*--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: 0;
    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-------------------------------------------------------------------------------*/

.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-align-left,
.icon-list,
.icon-paste,
.icon-lowercase,
.icon-type,
.icon-align-justify,
.icon-align-center,
.icon-align-right,
.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-picture,
.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-help,
.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-align-bottom,
.icon-align-top,
.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-bold,
.icon-italic {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    fill: currentColor;
    vertical-align: -0.1em;
}

    .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-align-left > svg,
    .icon-list > svg,
    .icon-paste > svg,
    .icon-lowercase > svg,
    .icon-type > svg,
    .icon-align-justify > svg,
    .icon-align-center > svg,
    .icon-align-right > 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-picture > 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-help > 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-align-bottom > svg,
    .icon-align-top > 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-bold > svg,
    .icon-italic > svg {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        fill: currentColor;
        vertical-align: -0.1em;
    }

    .icon-help,
    .icon-help > svg {
        fill: #F57E28 !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-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
 */

.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-bg {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.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--------------------------------------------------------------------*/