﻿
.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,
p.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;
}

a {
    color: #F2871C;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

m-a {
    font-size: .65em;
    color: #F2871C;
    margin-top: .5em;
}

* {
    outline: none;
}

.remove {
    font-size: .6em;
    color: #CCC;
}

    .remove:hover {
        cursor: pointer;
        text-decoration: underline;
    }

/*--IMPOSE-------------------------------------------------------------------------------*/
.imposePreview {
    position: fixed;
    width: 500px;
    height: 500px;
    left: 510px;
    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: #F2871C;
        color: #FFF;
    }

        m-accordian.open > m-banner.store h3 {
            color: #FFF;
        }

    m-accordian > m-content {
        overflow: hidden;
        visibility: hidden;
        max-height: 0;
    }
/*--M-ACCORDIAN-------------------------------------------------------------------------------*/

/*--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.lg {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
        height: 150px;
    }

    m-image.icon.sm {
        width: 30px;
        min-width: 30px;
        max-width: 30px;
        height: 30px;
    }

m-image.circle {
    border-radius: 50%;
}

m-image.sQ {
    padding-bottom: 100%;
}

m-image.cover {
    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.moving {
    max-width: 400px;
    height: 40px;
    margin-top: .5em;
    background-color: #F2871C;
    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: #F2871C;
    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: 36px;
    line-height: 36px;
    display: inline-block;
    text-transform: none;
    font-size: .9em;
    text-align: center;
    border-radius: 2px;
}

    m-card.active[data-label="Settings Body"],
    m-card.primary,
    m-button[data-type="primary"] {
        background-color: #F2871C;
        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.lg {
        height: 72px;
        line-height: 72px;
        padding-left: 3em;
        padding-right: 3em;
    }

    m-button.active {
        background-color: #F2871C;
        color: #FFF;
    }

    m-button.disabled,
    m-button.disabled:active,
    m-button.disabled:focus,
    m-button.disabled:hover {
        background-color: rgba(200,200,200,.1) !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);
        cursor: not-allowed;
    }

.footer m-button {
    margin-left: .5em;
}
/*--M-BUTTON-------------------------------------------------------------------------------*/
/*--SWITCH-------------------------------------------------------------------------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    min-width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EEE;
    -webkit-transition: .25s;
    transition: .25s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #FFF;
        -webkit-transition: .25s;
        transition: .25s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #F2871C;
}

input:focus + .slider {
    box-shadow: 0 0 1px #F2871C;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/*--SWITCH-------------------------------------------------------------------------------*/

.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: #CCC;
    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;
    }

/*--M-FLEX-------------------------------------------------------------------------------*/
m-flex {
    display: flex;
    padding: 1em;
    position: relative;
}

    .w,
    m-flex.w {
        width: 100%;
    }

    .w75,
    m-flex.w75 {
        width: 75%;
    }

    .w60,
    m-flex.w60 {
        width: 60%;
    }

    .w50,
    m-flex.w50 {
        width: 50%;
    }

    .w33,
    m-flex.w33 {
        width: 33%;
    }

    .w25,
    m-flex.w25 {
        width: 25%;
    }

    .w20,
    m-flex.w20 {
        width: 20%;
    }

    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.sQ {
        width: 100%;
        min-width: 50px;
        max-width: 50px;
        height: 50px;
        border-radius: 2px;
    }

    m-flex.primary {
        background-color: #F2871C;
        color: #FFF;
    }

    m-flex.secondary {
        /* background-color: #FAFAFA; */
        background-color: #e8e8e8;
    }

    m-flex.tertiary {
        background-color: transparent !important;
    }

    m-flex.sQ:hover {
        cursor: pointer;
    }

    m-flex.xs {
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        background-color: #EEE;
    }

        m-flex.xs i,
        m-flex.xs svg {
            width: 1.1em;
            height: 1.1em;
        }

    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 1em;
        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;
}

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: 1200px;
    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-md {
    margin: 0 auto;
    max-width: 900px;
}

m-flex.container-xs {
    max-width: 325px;
    margin: 0 auto;
    height: 100%;
    max-height: 100vh;
}
/*--M-FLEX-------------------------------------------------------------------------------*/

/*--M-ICON-------------------------------------------------------------------------------*/
m-icon {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    background-color: #F2871C;
    color: #FFF;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
}
/*--M-ICON-------------------------------------------------------------------------------*/

/*--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-------------------------------------------------------------------------------*/

/*--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 #F2871C;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

    m-card.selected {
        border: 1px solid #F2871C;
    }

    m-card h2 {
        font-size: .75em;
        margin: 0;
        color: #424242;
    }

    m-card.primary h2 {
        color: #FFF;
    }

    m-card p {
        font-size: .65em;
        margin: 0em;
        color: #424242;
        font-weight: 100;
        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.red {
    border: 1px solid red;
}


m-card.tle {
    max-width: 200px;
    /* max-height: 125px; */
}

    m-card.tle .img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 125px;
        min-height: 125px;
        max-height: 125px;
    }

    m-card.tle p {
        text-overflow: initial;
        overflow: initial;
        white-space: initial;
    }

m-card.forum h1 {
    font-weight: 800;
    margin-top: 0;
    margin-bottom: .35em;
}

m-card.forum p {
    font-size: .85em;
    color: #454545;
}

m-card.forum h5 {
    font-size: .6em;
    margin-bottom: 1em;
    color: #AAA;
    letter-spacing: .5px;
}

m-card.forum h6 {
    font-size: .7em;
    color: #808080;
}
/*--M-CARD-------------------------------------------------------------------------------*/

.subBody {
    position: initial;
    padding: initial !important;
}

#lstForumCategory m-card {
    width: 18%;
    max-width: 18%;
    margin: 0 1% 2% 1%;
    min-height: 275px;
}

    #lstForumCategory m-card p {
        min-height: 65px;
    }

.flxSubNavigation {
    height: 45px;
    width: 100%;
    background-color: #FFF;
    padding: 0 3em;
}

    .flxSubNavigation h1 {
        font-size: 1.15em;
        font-weight: 600;
        color: #32404e;
    }

        .flxSubNavigation h1 span.active {
            font-weight: 600;
        }

        .flxSubNavigation h1 span:hover {
            cursor: pointer;
            border-bottom: .5px solid #32404e;
        }

.divider {
    border-top: dotted 1px grey;
}

    .divider span {
        color: #F2871C;
        font-size: .7em;
        margin-top: .25em;
    }

/*--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: #F2871C;
    }

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;
        }

#lstTemplates m-card.active:after {
    content: 'SELECTED'; /* \2714 */
    color: #FFF;
    display: flex;
    text-align: center;
    font-size: 1.35em;
    letter-spacing: .5px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
}

m-body[data-label="Sub Manager Body"] #lstTemplates m-card.active:after {
    font-size: 1em;
}
/*--LIST-------------------------------------------------------------------------------*/

/*--ICONS-------------------------------------------------------------------------------*/
.icons {
}

    .icons m-card {
        width: 24%;
        max-width: 24%;
        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: #F2871C;
        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-------------------------------------------------------------------------------*/
textarea,
input {
    border: 1px solid #EEE;
    background-color: #FFF;
    width: 100%;
    max-width: 100%;
    height: 40px;
    outline: none;
    padding: 0 1em;
    font-size: .9em;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
}

    input: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: #F2871C;
            cursor: pointer;
        }

        input[type="range"]::-moz-range-thumb {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #F2871C;
            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="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: #F2871C;
            color: #FFF;
            border: 1px solid #F2871C;
        }

        input[type="radio"]:hover,
        input[type="checkbox"]:hover {
            cursor: pointer;
        }

    select.error,
    input.error {
        border: 1px solid red;
    }

textarea {
    height: 200px;
    display: block;
    outline: none;
    padding: .75em 1em;
    resize: none;
}

    textarea.lg {
        height: 500px;
    }

select {
    width: 100%;
    height: 40px;
    padding: 0 3em 0 1em;
    font-size: 1em;
    -webkit-appearance: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    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: #F2871C;
        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: #AAA;
    cursor: text;
}

    label.c {
        text-align: center;
    }

    label[required]:after {
        color: #e32;
        content: ' *';
        display: inline;
    }
/*--LABEL-------------------------------------------------------------------------------*/

/*--DEPTH-------------------------------------------------------------------------------*/
.d1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.d2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.d3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.d4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.d5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
/*--DEPTH-------------------------------------------------------------------------------*/

/*--M-SCRIM-------------------------------------------------------------------------------*/
m-scrim {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1000;
    -webkit-transition: background-color .35s;
    -o-transition: background-color .35s;
    transition: background-color .35s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome and Safari */
    -moz-backface-visibility: hidden; /* Firefox */
}

    m-scrim.partial {
        background: linear-gradient(to left, transparent 0%, #000 100%);
        width: 420px;
    }
/*--M-SCRIM-------------------------------------------------------------------------------*/

/*--M-MODULE-------------------------------------------------------------------------------*/
m-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.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-------------------------------------------------------------------------------*/
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="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-module m-body label {
    width: auto;
}
/*--M-BODY-------------------------------------------------------------------------------*/

/*--M-HEADER-------------------------------------------------------------------------------*/
m-header {
    width: 100%;
    height: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #F2871C;
    z-index: 100;
}

    m-header .sQ,
    m-header .tab {
        color: #FFF;
    }

        .tab.btnOpenOrderItemPreview.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-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 #F2871C;
        }
/*--M-GLOBAL---------------------------------------------------------------*/

/*--M-DROPDOWN---------------------------------------------------------------*/
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);
}

    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));
    }

    m-dropdown.flip:after {
        left: calc(100% - 30px);
    }

    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;
    }

        m-dropdownsub m-button[data-type="tertiary"]:hover,
        m-dropdown m-button[data-type="tertiary"]:hover {
            background-color: #F2871C;
            color: #FFF;
        }

        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: #F2871C;
                color: #FFF;
            }

    m-dropdown m-body {
        position: initial;
    }

    m-dropdown m-button.btnOpenDropDownSub {
        position: relative;
    }

        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-dropdown m-button.btnOpenDropDownSub:hover:after {
            border: solid #FFF;
            border-width: 0 3px 3px 0;
        }

/*--M-DROPDOWN---------------------------------------------------------------*/

/*--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-bookmark,
.icon-bookmark-ribbon,
.icon-no-synchronize,
.icon-share,
.icon-delete,
.icon-search,
.icon-edit,
.icon-delete-sign,
.icon-restart,
.icon-plus,
.icon-synchronize,
.icon-download-2,
.icon-upload-2,
.icon-folder-invoices,
.icon-file,
.icon-picture,
.icon-image-file,
.icon-document,
.icon-support,
.icon-services,
.icon-instagram-new,
.icon-pinterest,
.icon-tumblr,
.icon-reddit,
.icon-linkedin,
.icon-twitter,
.icon-facebook,
.icon-lock,
.icon-unlock,
.icon-clock,
.icon-cancel,
.icon-checked,
.icon-cancel-2,
.icon-menu,
.icon-rating,
.icon-external-link,
.icon-news,
.icon-contacts,
.icon-about,
.icon-briefcase,
.icon-box,
.icon-info,
.icon-home,
.icon-checkmark,
.icon-calendar,
.icon-speech-bubble,
.icon-key,
.icon-ok,
.icon-toolbox,
.icon-user-female,
.icon-user-male,
.icon-mailbox-closed-flag-down,
.icon-binoculars,
.icon-for-you,
.icon-undo,
.icon-redo,
.icon-rotate,
.icon-rotate-right,
.icon-rotate-left,
.icon-up,
.icon-right,
.icon-forward,
.icon-back,
.icon-expand-arrow,
.icon-collapse-arrow,
.icon-circled-chevron-right,
.icon-circled-chevron-up,
.icon-circled-chevron-down,
.icon-circled-chevron-left,
.icon-resize-four-directions,
.icon-resize-horizontal,
.icon-resize-diagonal,
.icon-resize-vertical,
.icon-compress,
.icon-sort,
.icon-sort-up,
.icon-sort-down,
.icon-address-book,
.icon-internet,
.icon-business-contact,
.icon-collaboration,
.icon-faq,
.icon-question-group,
.icon-speaker-notes,
.icon-phone-contact,
.icon-mail-contact,
.icon-communication,
.icon-online-support,
.icon-appointment-reminders,
.icon-recurring-appointment,
.icon-planner,
.icon-overtime,
.icon-todo-list,
.icon-high-priority,
.icon-tasks,
.icon-commercial-development-management,
.icon-bullish,
.icon-payroll,
.icon-contract-job,
.icon-bank-cards,
.icon-bank-card-back-side,
.icon-bank-card-front-side,
.icon-card-security,
.icon-check,
.icon-purchase-order,
.icon-invoice,
.icon-order-history,
.icon-sell,
.icon-product,
.icon-checkout,
.icon-buy,
.icon-handshake,
.icon-clear-shopping-cart,
.icon-order-delivered,
.icon-address,
.icon-track-order,
.icon-inconsistency,
.icon-save-as,
.icon-error,
.icon-save,
.icon-download,
.icon-upload,
.icon-comments,
.icon-email,
.icon-facebook-like,
.icon-horizontal-settings-mixer,
.icon-keypad,
.icon-maintenance,
.icon-terms-and-conditions,
.icon-menu-2,
.icon-squared-menu,
.icon-small-icons,
.icon-details,
.icon-tag-window,
.icon-downloads,
.icon-medal2,
.icon-trophy,
.icon-leaderboard,
.icon-medal2-third-place,
.icon-medal-second-place,
.icon-uefa-euro-trophy,
.icon-running,
.icon-exercise,
.icon-pushups,
.icon-treadmill,
.icon-olympic-rings,
.icon-flex-biceps,
.icon-weightlift,
.icon-rod-barbells,
.icon-whistle,
.icon-dumbbell,
.icon-barbell,
.icon-teams,
.icon-player-change,
.icon-player-shirt,
.icon-strategy-board,
.icon-today,
.icon-tear-off-calendar,
.icon-age,
.icon-calendar-minus,
.icon-calendar-plus,
.icon-calendar-delete,
.icon-event-accepted,
.icon-event-declined,
.icon-event-accepted-tentatively,
.icon-day-view,
.icon-week-view,
.icon-month-view,
.icon-alarm-clock,
.icon-stopwatch,
.icon-timer,
.icon-hourglass,
.icon-empty-hourglass,
.icon-hourglass-sand-bottom,
.icon-hourglass-sand-top,
.icon-knight-shield,
.icon-armored-helmet,
.icon-armored-breastplate,
.icon-armored-gauntlet,
.icon-armored-boot,
.icon-map-marker,
.icon-map-editing,
.icon-east-direction,
.icon-south-direction,
.icon-north-direction,
.icon-west-direction,
.icon-place-marker,
.icon-marker,
.icon-globe,
.icon-worldwide-location,
.icon-gps-device,
.icon-near-me,
.icon-center-direction,
.icon-location-off,
.icon-layers,
.icon-compass,
.icon-admin-settings-male,
.icon-gender-neutral-user,
.icon-user-male-circle,
.icon-user,
.icon-add-user-group-man-man,
.icon-conference-background-selected,
.icon-add-user-male,
.icon-topic,
.icon-popular-topic,
.icon-poll-topic,
.icon-quote,
.icon-chat,
.icon-response,
.icon-attach,
.icon-note,
.icon-sent,
.icon-more,
.icon-mail,
.icon-open-envelope,
.icon-reply,
.icon-new-post,
.icon-new-message,
.icon-deleted-message,
.icon-message-group,
.icon-urgent-message,
.icon-link,
.icon-edit-link,
.icon-spam,
.icon-star,
.icon-like,
.icon-star-half-empty,
.icon-filled-star,
.icon-crown,
.icon-filled-flag,
.icon-sorting-options,
.icon-filter,
.icon-sorting-answers {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    fill: currentColor;
    vertical-align: -0.1em;
}

    .icon-bookmark > svg,
    .icon-bookmark-ribbon > svg,
    .icon-no-synchronize > svg,
    .icon-share > svg,
    .icon-delete > svg,
    .icon-search > svg,
    .icon-edit > svg,
    .icon-delete-sign > svg,
    .icon-restart > svg,
    .icon-plus > svg,
    .icon-synchronize > svg,
    .icon-download-2 > svg,
    .icon-upload-2 > svg,
    .icon-folder-invoices > svg,
    .icon-file > svg,
    .icon-picture > svg,
    .icon-image-file > svg,
    .icon-document > svg,
    .icon-support > svg,
    .icon-services > svg,
    .icon-instagram-new > svg,
    .icon-pinterest > svg,
    .icon-tumblr > svg,
    .icon-reddit > svg,
    .icon-linkedin > svg,
    .icon-twitter > svg,
    .icon-facebook > svg,
    .icon-lock > svg,
    .icon-unlock > svg,
    .icon-clock > svg,
    .icon-cancel > svg,
    .icon-checked > svg,
    .icon-cancel-2 > svg,
    .icon-menu > svg,
    .icon-rating > svg,
    .icon-external-link > svg,
    .icon-news > svg,
    .icon-contacts > svg,
    .icon-about > svg,
    .icon-briefcase > svg,
    .icon-box > svg,
    .icon-info > svg,
    .icon-home > svg,
    .icon-checkmark > svg,
    .icon-calendar > svg,
    .icon-speech-bubble > svg,
    .icon-key > svg,
    .icon-ok > svg,
    .icon-toolbox > svg,
    .icon-user-female > svg,
    .icon-user-male > svg,
    .icon-mailbox-closed-flag-down > svg,
    .icon-binoculars > svg,
    .icon-for-you > svg,
    .icon-undo > svg,
    .icon-redo > svg,
    .icon-rotate > svg,
    .icon-rotate-right > svg,
    .icon-rotate-left > svg,
    .icon-up > svg,
    .icon-right > svg,
    .icon-forward > svg,
    .icon-back > svg,
    .icon-expand-arrow > svg,
    .icon-collapse-arrow > svg,
    .icon-circled-chevron-right > svg,
    .icon-circled-chevron-up > svg,
    .icon-circled-chevron-down > svg,
    .icon-circled-chevron-left > svg,
    .icon-resize-four-directions > svg,
    .icon-resize-horizontal > svg,
    .icon-resize-diagonal > svg,
    .icon-resize-vertical > svg,
    .icon-compress > svg,
    .icon-sort > svg,
    .icon-sort-up > svg,
    .icon-sort-down > svg,
    .icon-address-book > svg,
    .icon-internet > svg,
    .icon-business-contact > svg,
    .icon-collaboration > svg,
    .icon-faq > svg,
    .icon-question-group > svg,
    .icon-speaker-notes > svg,
    .icon-phone-contact > svg,
    .icon-mail-contact > svg,
    .icon-communication > svg,
    .icon-online-support > svg,
    .icon-appointment-reminders > svg,
    .icon-recurring-appointment > svg,
    .icon-planner > svg,
    .icon-overtime > svg,
    .icon-todo-list > svg,
    .icon-high-priority > svg,
    .icon-tasks > svg,
    .icon-commercial-development-management > svg,
    .icon-bullish > svg,
    .icon-payroll > svg,
    .icon-contract-job > svg,
    .icon-bank-cards > svg,
    .icon-bank-card-back-side > svg,
    .icon-bank-card-front-side > svg,
    .icon-card-security > svg,
    .icon-check > svg,
    .icon-purchase-order > svg,
    .icon-invoice > svg,
    .icon-order-history > svg,
    .icon-sell > svg,
    .icon-product > svg,
    .icon-checkout > svg,
    .icon-buy > svg,
    .icon-handshake > svg,
    .icon-clear-shopping-cart > svg,
    .icon-order-delivered > svg,
    .icon-address > svg,
    .icon-track-order > svg,
    .icon-inconsistency > svg,
    .icon-save-as > svg,
    .icon-error > svg,
    .icon-save > svg,
    .icon-download > svg,
    .icon-upload > svg,
    .icon-comments > svg,
    .icon-email > svg,
    .icon-facebook-like > svg,
    .icon-horizontal-settings-mixer > svg,
    .icon-keypad > svg,
    .icon-maintenance > svg,
    .icon-terms-and-conditions > svg,
    .icon-menu-2 > svg,
    .icon-squared-menu > svg,
    .icon-small-icons > svg,
    .icon-details > svg,
    .icon-tag-window > svg,
    .icon-downloads > svg,
    .icon-medal2 > svg,
    .icon-trophy > svg,
    .icon-leaderboard > svg,
    .icon-medal2-third-place > svg,
    .icon-medal-second-place > svg,
    .icon-uefa-euro-trophy > svg,
    .icon-running > svg,
    .icon-exercise > svg,
    .icon-pushups > svg,
    .icon-treadmill > svg,
    .icon-olympic-rings > svg,
    .icon-flex-biceps > svg,
    .icon-weightlift > svg,
    .icon-rod-barbells > svg,
    .icon-whistle > svg,
    .icon-dumbbell > svg,
    .icon-barbell > svg,
    .icon-teams > svg,
    .icon-player-change > svg,
    .icon-player-shirt > svg,
    .icon-strategy-board > svg,
    .icon-today > svg,
    .icon-tear-off-calendar > svg,
    .icon-age > svg,
    .icon-calendar-minus > svg,
    .icon-calendar-plus > svg,
    .icon-calendar-delete > svg,
    .icon-event-accepted > svg,
    .icon-event-declined > svg,
    .icon-event-accepted-tentatively > svg,
    .icon-day-view > svg,
    .icon-week-view > svg,
    .icon-month-view > svg,
    .icon-alarm-clock > svg,
    .icon-stopwatch > svg,
    .icon-timer > svg,
    .icon-hourglass > svg,
    .icon-empty-hourglass > svg,
    .icon-hourglass-sand-bottom > svg,
    .icon-hourglass-sand-top > svg,
    .icon-knight-shield > svg,
    .icon-armored-helmet > svg,
    .icon-armored-breastplate > svg,
    .icon-armored-gauntlet > svg,
    .icon-armored-boot > svg,
    .icon-map-marker > svg,
    .icon-map-editing > svg,
    .icon-east-direction > svg,
    .icon-south-direction > svg,
    .icon-north-direction > svg,
    .icon-west-direction > svg,
    .icon-place-marker > svg,
    .icon-marker > svg,
    .icon-globe > svg,
    .icon-worldwide-location > svg,
    .icon-gps-device > svg,
    .icon-near-me > svg,
    .icon-center-direction > svg,
    .icon-location-off > svg,
    .icon-layers > svg,
    .icon-compass > svg,
    .icon-admin-settings-male > svg,
    .icon-gender-neutral-user > svg,
    .icon-user-male-circle > svg,
    .icon-user > svg,
    .icon-add-user-group-man-man > svg,
    .icon-conference-background-selected > svg,
    .icon-add-user-male > svg,
    .icon-topic > svg,
    .icon-popular-topic > svg,
    .icon-poll-topic > svg,
    .icon-quote > svg,
    .icon-chat > svg,
    .icon-response > svg,
    .icon-attach > svg,
    .icon-note > svg,
    .icon-sent > svg,
    .icon-more > svg,
    .icon-mail > svg,
    .icon-open-envelope > svg,
    .icon-reply > svg,
    .icon-new-post > svg,
    .icon-new-message > svg,
    .icon-deleted-message > svg,
    .icon-message-group > svg,
    .icon-urgent-message > svg,
    .icon-link > svg,
    .icon-edit-link > svg,
    .icon-spam > svg,
    .icon-star > svg,
    .icon-like > svg,
    .icon-star-half-empty > svg,
    .icon-filled-star > svg,
    .icon-crown > svg,
    .icon-filled-flag > svg,
    .icon-sorting-options > svg,
    .icon-filter > svg,
    .icon-sorting-answers > svg {
        display: inline-block;
        width: 1.25em;
        height: 1.25em;
        fill: currentColor;
        vertical-align: -0.1em;
    }



.sQ.active i,
.sQ.active svg {
    fill: #F2871C;
}

.sQ.o0 i,
.sQ.o0 svg {
    fill: #DDD;
}

.sQ.o25 i,
.sQ.o25 svg {
    opacity: .25;
    fill: rgb(135, 138, 140);
}

.sQ.o50 i,
.sQ.o50 svg {
    opacity: .5;
    fill: rgb(135, 138, 140);
}

.sQ.o75 i,
.sQ.o75 svg {
    opacity: .75;
    fill: rgb(135, 138, 140);
}

.sQ.o1 i,
.sQ.o1 svg {
    opacity: 1;
    fill: rgb(135, 138, 140);
}
