﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.tox:not([dir=rtl]) {
    z-index: 10000;
}

.wrapper {
    background-color: var(--background-color1);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.element {
    overflow-y: visible;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.vm {
    height: 46px;
    display: table-cell;
    vertical-align: middle;
}

​
.inDevMode a {
    font-style: italic;
    color: red;
}

h1, h2, h3, h4, h5, h6 {
    margin: initial;
}

    h1.h:hover,
    h2.h:hover,
    h3.h:hover,
    h4.h:hover,
    h5.h:hover,
    h6.h:hover {
        cursor: pointer;
        text-decoration: underline;
    }

h6 {
    margin: 0 0 .25em 0;
}

m-a {
    font-size: .85em;
    color: #337ab7;
    margin-top: .5em;
}

    m-a.auto {
        font-size: inherit;
    }

    m-a:hover {
        cursor: pointer;
        text-decoration: underline;
    }

::-webkit-scrollbar {
    /*display: none;*/
}

.h:hover {
    cursor: pointer;
}

m-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.75);
    color: #DDD;
    font-weight: 800;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    display: none;
}

@media (min-width: 768px) {
    .footer {
        display: initial;
    }
}

/*--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: 100000;
    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-------------------------------------------------------------------------------*/

/*--M-PILL-------------------------------------------------------------------------------*/
m-pill {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    width: auto;
    font-size: 1em;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: .5em;
    margin: 0 0.5em 0.5em 0;
}

    m-pill:hover {
        cursor: pointer;
        background-color: var(--accent-color1);
        color: #FFF;
        border: 1px solid #FFF;
    }
/*--M-PILL-------------------------------------------------------------------------------*/

/*--M-DAY-------------------------------------------------------------------------------*/
m-day {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #EEE;
    text-align: center;
}

    m-day.active {
        background-color: var(--accent-color1);
    }

    m-day:hover {
        cursor: pointer;
    }
/*--M-DAY-------------------------------------------------------------------------------*/

/*--M-DIVIDER-------------------------------------------------------------------------------*/
m-divider {
    margin: 5em auto;
    width: 75%;
    height: 2px;
    border-radius: 1px;
    background-color: #FFF;
    display: block;
    opacity: .5;
}

    m-divider.sm {
        width: 90%;
        margin: .25em auto;
        background-color: #AAA;
        height: 1px;
    }

    m-divider.authentication {
        width: 100%;
        margin: .25em auto;
        background-color: #FFF;
        height: 1px;
    }

    m-divider.w {
        width: 100% !important;
    }
/*--M-DIVIDER-------------------------------------------------------------------------------*/

/*--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;
        }
/*--LIST-------------------------------------------------------------------------------*/

/*--ICONS-------------------------------------------------------------------------------*/
.icons {
}

    .icons m-card.sm {
        width: 14.5%;
        max-width: 14.5%;
        margin-right: 1%;
        margin-left: 1%;
    }

    .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-------------------------------------------------------------------------------*/

/*--TEAMS-HEADER-------------------------------------------------------------------------------*/
.team-header {
    color: #FFF;
    margin-bottom: 1em;
}

    .team-header:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: var(--background-color2);
        opacity: .5;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .team-header * {
        z-index: 10;
    }
/*--TEAMS-HEADER-------------------------------------------------------------------------------*/

/*--TEAMS-CONTAINER-------------------------------------------------------------------------------*/
.teams-container {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: relative;*/
}

.teams-container-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: visible;
    width: 100%;
    height: 95%;
}

.teams-container-card {
    width: 20%;
    min-width: 350px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 1em;
    background-color: black;
    background-position: -930px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2em;
    position: relative;
    transition: box-shadow 0.35s cubic-bezier(.25,.8,.25,1);
}

    .teams-container-card:hover {
        cursor: pointer;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

    .teams-container-card:after {
        content: '';
        width: 20%;
        min-width: 350px;
        height: 100%;
        position: absolute;
        background-color: var(--background-color2);
        opacity: .5;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .teams-container-card.add:after {
        background-color: var(--accent-color1);
        opacity: .35;
    }

    .teams-container-card .recent-activity {
        height: 100%;
        z-index: 10;
        overflow-y: scroll;
    }

        .teams-container-card .recent-activity h5 {
            text-align: center;
            font-size: 1.2em;
            color: white;
        }

    .teams-container-card .info {
        z-index: 10;
    }

        .teams-container-card .info h5 {
            text-align: center;
            font-size: 1.5em;
            color: white;
        }

        .teams-container-card .info p {
            font-size: .8em;
            color: white;
            text-align: center;
        }

        .teams-container-card .info .viewTeam {
            width: 100%;
            background-color: var(--accent-color1);
            color: white;
        }

        .teams-container-card .info h6 {
            text-align: center;
            font-size: .9em;
            color: white;
            cursor: pointer;
        }

        .teams-container-card .info m-a {
            text-align: center;
            font-size: .9em;
            width: 100%;
            color: white;
            cursor: pointer;
        }
/*--TEAMS-CONTAINER-------------------------------------------------------------------------------*/

/*--M-LEFT-------------------------------------------------------------------------------*/
m-right,
m-left {
    position: absolute;
    bottom: calc(50% - 50px);
    display: flex;
    height: 100px;
    width: 50px;
    background: var(--accent-color1);
    z-index: 500;
    opacity: .25;
    transition: all .35s;
    display: flex;
    justify-content: center;
    align-items: center;
}

m-left {
    left: 0px;
    border-radius: 0 50px 50px 0;
}

m-right {
    right: 0px;
    border-radius: 50px 0 0 50px;
}

    m-right i,
    m-left i {
        font-size: 3em;
        color: #FFF;
    }

    m-left:hover,
    m-right:hover {
        cursor: pointer;
        width: 100px;
        opacity: 1;
        -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);
    }

m-left:hover {
    left: 0px;
}

m-right:hover {
    right: 0px;
}
/*--M-RIGHT-------------------------------------------------------------------------------*/

/*--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-------------------------------------------------------------------------------*/

/*--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: .9em;
        margin: 0;
        color: #424242;
        font-weight: 400;
    }

    m-card.active[data-label="Settings Body"] h2,
    m-card.primary h2 {
        color: #FFF;
    }

    m-card p {
        font-size: .9em;
        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:hover,
.selectable m-card.comingDue:not(.nH):hover {
    background-color: #f3f3f4;
    cursor: pointer;
}

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-------------------------------------------------------------------------------*/

/*--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-IMAGE-------------------------------------------------------------------------------*/
m-image {
    position: relative;
    background-color: #EEE;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    transition: all .35s;
}

.tR {
    background-color: transparent;
}

m-image.icon {
    min-width: 40px;
    min-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.h:hover {
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

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-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;
    font-size: 1.35em;
}

    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;
    }

@media screen and (min-width: 768px) {
    m-validation {
        width: 400px;
        left: initial;
        right: 10px;
    }

        m-validation h1 {
            min-height: 30px;
        }
}
/*--M-VALIDATION-------------------------------------------------------------------------------*/

/*--M-SCRIM-------------------------------------------------------------------------------*/
m-scrim {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    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;
    background-image: url(../img/scrim-background9-01.jpg);
    background-repeat: repeat;
    background-size: 12px;
    -webkit-backface-visibility: hidden; /* Chrome and Safari */
    -moz-backface-visibility: hidden; /* Firefox */
}

    m-scrim:hover {
        cursor: pointer;
    }

    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: calc(100% - 40px);
    max-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 */
}

@media screen and (min-width: 768px) {
    m-module {
        width: 450px;
        left: calc(50vw - 225px);
    }

        m-module.w750 {
            width: 750px;
            left: calc(50vw - 350px);
        }
}

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._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 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="Primary"] {
        height: calc(100% - 100px);
        margin-top: 60px !important;
        padding-bottom: 60px !important;
        padding-left: 1em;
        padding-right: 1em;
    }

        m-body[data-label="Primary"].authentication {
            margin: 0 !important;
            background-color: var(--accent-color1);
            width: 100vw;
            height: 100vh;
            color: white;
        }

    m-body[data-label="Authentication"] {
        position: initial;
        color: initial;
    }

    m-body.auto {
        padding-top: 0px;
        position: initial;
        height: auto;
    }
/*--M-BODY-------------------------------------------------------------------------------*/

/*--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;
        width: 100%;
    }

        m-dropdownsub m-button[data-type="tertiary"]:hover,
        m-dropdown m-button[data-type="tertiary"]:hover {
            background-color: var(--accent-color1);
            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: var(--accent-color1);
                color: #FFF;
            }

    m-dropdown m-body {
        position: initial;
    }

    m-contextmenu m-button.btnOpenDropDownSub,
    m-dropdown m-button.btnOpenDropDownSub {
        position: relative;
    }

        m-contextmenu m-button.btnOpenDropDownSub: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.btnOpenDropDownSub: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: .9em;
        padding: .75em;
        line-height: initial;
        height: initial;
        width: 100%;
    }

        m-contextmenusub m-button[data-type="tertiary"]:hover,
        m-contextmenu m-button[data-type="tertiary"]:hover {
            background-color: var(--accent-color1);
            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-CONTEXTMENUSUB---------------------------------------------------------------*/
m-contextmenusub {
    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-CONTEXTMENUSUB---------------------------------------------------------------*/

/*--M-HEADER-------------------------------------------------------------------------------*/
m-header {
    width: 100%;
    /*height: 50px;*/
    min-height: 10px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: var(--accent-color1);
    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-FLEX-------------------------------------------------------------------------------*/
m-flex {
    display: flex;
    padding: 1em;
    position: relative;
    transition: width .35s;
}

    .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%;
    }

    .w55,
    m-flex.w55 {
        width: 55%;
    }

    .w50,
    m-flex.w50 {
        width: 50%;
    }

    .w49,
    m-flex.w49 {
        width: 49%;
    }

    .w48,
    m-flex.w48 {
        width: 48%;
    }

    .w47,
    m-flex.w47 {
        width: 47%;
    }

    .w45,
    m-flex.w45 {
        width: 45%;
    }

    .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%;
    }

    .w0,
    m-flex.w0 {
        width: 0%;
    }

    m-flex.expand {
        flex: 1;
    }

    m-flex.disabled {
        opacity: .5 !important;
    }

    m-flex.absolute {
        position: absolute;
        top: 105%;
        left: 0;
        z-index: 100;
        background-color: #fff;
        overflow-y: scroll;
        max-height: 400px;
    }

    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;
        }

    .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;
    }


    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: 1em;
    /*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.bR,
m-flex.bT {
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
}

m-flex.bT {
    border-width: 1px 0;
}

m-flex.bR {
    border-width: 0px 1px 0px 0px;
}
/*--M-FLEX-------------------------------------------------------------------------------*/

/*--M-BUTTON-------------------------------------------------------------------------------*/
m-button {
    padding-left: 2em;
    padding-right: 2em;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-transform: none;
    font-size: 1em;
    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: var(--accent-color1);
        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;
    }
/*--M-BUTTON-------------------------------------------------------------------------------*/

.rmail {
    height: 80vh;
}

    .rmail > m-card,
    .rmail > m-card > m-flex {
        height: 100%;
    }

    .rmail .scroll {
        height: 100%;
        overflow-y: scroll;
    }

    .rmail .buttons {
        height: 100%;
    }

        .rmail .buttons m-button {
            box-shadow: none;
            text-align: left;
            height: 30px;
            line-height: 30px;
            border-radius: 0px;
            width: 100%;
        }

            .rmail .buttons m-button:hover {
                cursor: pointer;
                background-color: #F0F0F0;
            }

            .rmail .buttons m-button[data-type="primary"] {
                height: 60px;
                line-height: 60px;
                position: absolute;
                bottom: 0;
            }

    .rmail h1 {
        font-size: 1.5em;
    }

#lstRMailMessage m-card.read {
    border-left: 5px solid #FFF;
}

#lstRMailMessage m-card.unread {
    border-left: 5px solid var(--accent-color1);
}

#lstRMailMessage m-card h1 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: .35em;
}

#lstRMailMessage m-card h3 {
    font-size: 1em;
    color: #454545;
    margin-bottom: .25em;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #8c8c8c #ffffff;
}

/* Chrome, Edge, and Safari */
#flxRMailMessage::-webkit-scrollbar {
    width: 16px;
    display: initial;
}

#flxRMailMessage::-webkit-scrollbar-track {
    background: #ffffff;
}

#flxRMailMessage::-webkit-scrollbar-thumb {
    background-color: #DDD;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.flxScroll::-webkit-scrollbar {
    width: 16px;
    display: initial;
}

.flxScroll::-webkit-scrollbar-track {
    background: #ffffff;
}

.flxScroll::-webkit-scrollbar-thumb {
    background-color: #DDD;
    border-radius: 10px;
    border: 3px solid #ffffff;
}


.rmailBody {
    padding: .5em;
}

    .rmailBody.current {
        margin-bottom: 2em;
    }

    .rmailBody.past {
        background-color: #EEE;
        margin-bottom: 1em;
    }

.rmailHeader {
    background-color: #EEE;
    padding: 0.5em;
}

    .rmailHeader > div {
        background-color: var(--accent-color1);
        color: #FFF;
        padding: 0.1em 0.5em;
        margin-bottom: 0.75em;
    }

    .rmailHeader h1 {
        font-size: .85em;
        width: 25%;
    }

    .rmailHeader h2 {
        width: 75%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .rmailHeader m-flex {
        padding: 0.2em;
        justify-content: flex-start;
    }

/*--M-FOOTER-------------------------------------------------------------------------------*/
m-footer {
    padding: 0.5em;
    justify-content: flex-end;
    position: sticky;
    bottom: 0;
    width: 100%;
    display: flex;
    border-top: 1px solid #EFEFEF;
    background-color: #FFF;
}

    m-footer m-button {
        margin-left: .5em;
    }
/*--M-FOOTER-------------------------------------------------------------------------------*/

/*--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: var(--accent-color1);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--accent-color1);
}

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-INPUT-------------------------------------------------------------------------------*/
m-input {
    position: relative;
    width: 100%;
    margin-bottom: .5em;
    display: block;
}

    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: #f3f3f4;
}

textarea,
input {
    border: 1px solid #EEE;
    width: 100%;
    max-width: 100%;
    height: 40px;
    outline: none;
    padding: 0 1em;
    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: #AAA;
    }

    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: var(--accent-color1);
            color: #FFF;
            border: 1px solid var(--accent-color1);
        }

        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 {
    width: 100%;
    height: 40px;
    padding: 0 3em 0 1em;
    font-size: 1em;
    -webkit-appearance: none;
    border: 1px solid #EEE;
    background-image: -webkit-linear-gradient(45deg, transparent 50%, gray 50%), -webkit-linear-gradient(315deg, gray 50%, transparent 50%), -webkit-linear-gradient(left, #ccc, #ccc);
    background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%), -o-linear-gradient(left, #ccc, #ccc);
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 5px;
    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 {
    padding: 0;
    width: 100%;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    color: #888;
    cursor: text;
    margin: 0;
}

    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 {
    padding: 0;
    width: 100%;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    color: #888;
    cursor: text;
    margin: 0;
    font-size: .8rem;
}
/*--LABEL-------------------------------------------------------------------------------gainsboro*/

.noEntries {
    background-color: #ECECEC !important;
}

.weeklyMileage {
    text-align: center;
    max-width: 100px;
    width: 100px;
}

.totalTime {
    color: #888;
    font-weight: normal
}

.dashedOutline {
    border: dashed 1px #888;
    padding-top: 8px;
}

.dashedBottom {
    border-bottom: dashed 1px #888;
}


fieldset {
    margin: 0px;
    border: 1px solid silver;
    padding: 8px;
    border-radius: 4px;
}

legend {
    padding: 2px;
    color: gray;
}

.switchOn {
    color: teal;
    font-weight: bold;
}

.switchOff {
    color: red;
    font-weight: normal;
}

.r180 {
    transform: rotate(180deg)
}

.r90 {
    transform: rotate(90deg)
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.touDiv {
    margin-bottom: 12px;
}

.touHead {
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 25px;
}

.touParagraph {
    margin-left: 50px;
    margin-bottom: 12px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-ellipsis {
    text-overflow: ellipsis;
}

.text-clip {
    text-overflow: clip;
}

.fieldHeader {
    font-weight: 500;
    color: blue;
}

/*=== Graph Tool Tip ===*/
#cvi_tooltip {
    display: none;
    position: absolute;
    padding: 4px 8px;
    color: #666666;
    background: white;
    /*font: 100% Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    border: 1px solid black;
    max-width: 440px;
    min-width: 30px;
    box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
    -moz-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
    -webkit-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
    z-index: 10000;
}

    #cvi_tooltip b {
        color: #333333;
    }

    #cvi_tooltip i {
        font-family: Times, serif;
    }

    #cvi_tooltip big {
        text-transform: uppercase;
    }

    #cvi_tooltip hr {
        color: orange;
        border-color: orange;
        background-color: orange;
    }


/*--------------------------------------------------------------------------------- NAV BAR */
/* 
/* Navbar container * /
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial;
}

    /* Links inside the navbar * /
    .navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

/* The dropdown container * /
.rdropdown {
    float: left;
    overflow: hidden;
}
    /* Dropdown button * /
    .rdropdown .rdropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit; /* Important for vertical align on mobile phones * /
        margin: 0; /* Important for vertical align on mobile phones * /
    }

    /* Add a red background color to navbar links on hover * /
    .navbar a:hover, .rdropdown:hover .rdropbtn {
        background-color: red;
    }

/* Dropdown content (hidden by default) * /
.rdropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown * /
    .rdropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        /* Add a grey background color to dropdown links on hover * /
        .rdropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover * /
.rdropdown:hover .dropdown-content {
    display: block;
}
*/
/*--- drop down for  ---*/
/*
.dropdown {
    position: relative;
    width: 100px;
}

    .dropdown a {
        text-decoration: none;
        color: #222;
        display: block;
    }

.dropdown-link {
    padding: 10px 0;
}

.dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: -35px;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border-radius: 4px;
    border: 1px solid #ddd;
    display: none;
}

    .dropdown-menu li a {
        padding: 6px 12px;
    }

    .dropdown-menu::before {
        content: '';
        position: absolute;
        top: -20px;
        left: 10px;
        border: 10px solid transparent;
        border-bottom-color: #ddd;
    }

    .dropdown-menu::after {
        content: '';
        position: absolute;
        top: -18px;
        left: 10px;
        border: 10px solid transparent;
        border-bottom-color: #fff;
    }

.dropdown:hover .dropdown-menu {
    display: block;
}
*/
