﻿@font-face {
    font-family: Iconsfont;
    src: url(../fonts/Iconsfont/Iconsfont133a.eot?1542407161);
    src: url(../fonts/Iconsfont/Iconsfontd41d.eot?#iefix-1542407161) format("embedded-opentype"),url(../fonts/Iconsfont/Iconsfont133a.woff2?1542407161) format("woff2"),url(../fonts/Iconsfont/Iconsfont133a.woff?1542407161) format("woff"),url(../fonts/Iconsfont/Iconsfont133a.ttf?1542407161) format("truetype");
    font-weight: 400;
    font-style: normal
}

.bg-primary {
    background: rgba(230, 5, 2, 1) !important
}

.bg-secondary {
    background: #74818d !important
}

.bg-success {
    background: #38c12f !important
}

.bg-warning {
    background: #f58424 !important
}

.bg-danger {
    background: #ba1723 !important
}

.bg-info {
    background: #42b9ff !important
}

.bg-light {
    background: #f5f7f9 !important
}

.bg-light-blue {
    background: #f5f9ff !important
}

.bg-dark {
    background: #3b454e !important
}

.bg-white {
    background: #fff !important
}

.btn-sm {
    padding: 4px 4px;
    font-size: 12px;
}

.sidebar {
    background: #e60502; /* Old browsers */
    background: -moz-linear-gradient(left, #e60502 1%, #e94320 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e60502 1%,#e94320 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e60502 1%,#e94320 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60502', endColorstr='#e94320',GradientType=1 );
    color: #fff;
    z-index: 101;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.btn-primary {
    background: #e60502;
    border: 1px solid #e60502;
    color: #fff
}

    .btn-primary:hover {
        background: #000;
        border: 1px solid #000
    }

    .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 3px rgba(56,132,255,.4);
        box-shadow: 0 0 0 3px rgba(56,132,255,.4)
    }

    .btn-primary:active {
        background: rgba(0, 0, 0, 0.6)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background: #9ec3ff;
        border: 1px solid #9ec3ff;
        color: #fff;
        cursor: not-allowed
    }

        .btn-primary.disabled:hover, .btn-primary:disabled:hover {
            background: #9ec3ff
        }

        .btn-primary.disabled:focus, .btn-primary:disabled:focus {
            -webkit-box-shadow: none;
            box-shadow: none
        }

.btn-outline-primary {
    background: transparent;
    border: 1px solid rgba(230, 5, 2, 1);
    color: rgba(230, 5, 2, 1)
}

    .btn-outline-primary:focus, .btn-outline-primary:hover {
        background: rgba(230, 5, 2, 1);
        color: #fff
    }

    .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 3px rgba(56,132,255,.4);
        box-shadow: 0 0 0 3px rgba(56,132,255,.4)
    }

    .btn-outline-primary:active {
        background: #1f74ff
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        border: 1px solid #9ec3ff;
        color: #9ec3ff;
        cursor: not-allowed
    }

        .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled:hover {
            background: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #9ec3ff
        }

.btn-link {
    padding: 0 8px;
    background: transparent;
    border: 1px solid transparent;
    color: rgba(230, 5, 2, 1)
}

    .btn-link:active, .btn-link:focus, .btn-link:hover {
        opacity: .5;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #9ec3ff;
        cursor: not-allowed
    }

        .btn-link.disabled:hover, .btn-link:disabled:hover {
            opacity: 1
        }

.btn-secondary {
    background: #74818d;
    border: 1px solid #74818d;
    color: #fff
}

    .btn-secondary:hover {
        background: #5d6771;
        border: 1px solid #5d6771
    }

    .btn-secondary:focus {
        -webkit-box-shadow: 0 0 0 3px rgba(116,129,141,.4);
        box-shadow: 0 0 0 3px rgba(116,129,141,.4)
    }

    .btn-secondary:active {
        background: #68747f
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background: #acb4bb;
        border: 1px solid #acb4bb;
        color: #fff;
        cursor: not-allowed
    }

        .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
            background: #acb4bb
        }

        .btn-secondary.disabled:focus, .btn-secondary:disabled:focus {
            -webkit-box-shadow: none;
            box-shadow: none
        }

.btn-outline-secondary {
    background: transparent;
    border: 1px solid #74818d;
    color: #74818d
}

    .btn-outline-secondary:focus, .btn-outline-secondary:hover {
        background: #74818d;
        color: #fff
    }

    .btn-outline-secondary:focus {
        -webkit-box-shadow: 0 0 0 3px rgba(116,129,141,.4);
        box-shadow: 0 0 0 3px rgba(116,129,141,.4)
    }

    .btn-outline-secondary:active {
        background: #68747f
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        border: 1px solid #acb4bb;
        color: #acb4bb;
        cursor: not-allowed
    }

        .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled:hover {
            background: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #acb4bb
        }

.btn-link-primary {
    padding: 0 8px;
    background: transparent;
    border: 1px solid transparent;
    color: rgba(230, 5, 2, 1)
}

    .btn-link-primary:focus, .btn-link-primary:hover {
        opacity: .5;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-link-primary:active {
        color: #0564ff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-link-primary.disabled, .btn-link-primary:disabled {
        color: #9ec3ff;
        cursor: not-allowed
    }

        .btn-link-primary.disabled:hover, .btn-link-primary:disabled:hover {
            opacity: 1
        }

.btn-link-secondary {
    padding: 0 8px;
    background: transparent;
    border: 1px solid transparent;
    color: #74818d
}

    .btn-link-secondary:focus, .btn-link-secondary:hover {
        opacity: .5;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-link-secondary:active {
        color: #5d6771;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-link-secondary.disabled, .btn-link-secondary:disabled {
        color: #acb4bb;
        cursor: not-allowed
    }

        .btn-link-secondary.disabled:hover, .btn-link-secondary:disabled:hover {
            opacity: 1
        }

#product-queue-toggle {
    display: none;
    cursor: pointer;
}

thead.thead-dark {
    background: #74818d;
    color: #ffffff;
}

    thead.thead-dark th {
        color: #ffffff;
    }

#product-queue {
    display: none;
}

.box-footer {
    border-top: none;
}

.comments {
    box-shadow: 0 3px 12px rgba(0,0,0,.09);
    border: none;
}

    .comments:before {
        border: none;
    }

.tabs-box .tabs-trigger {
    position: relative;
    top: 1px;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    font-family: Montserrat;
    height: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}

    .logo img {
        max-width: 100%;
        max-height: 160px;
        margin: 0px auto;
        width: initial;
    }

.login-logo {
    margin-bottom: 16px;
}

    .login-logo img {
        max-width: 100%;
        max-height: 200px;
        margin: 0px auto;
    }

.logo i {
    margin-right: 10px
}

.logo:active, .logo:focus, .logo:hover {
    text-decoration: none;
    opacity: .75
}

.logo-lg {
    height: 120px
}

    .logo-lg img {
        width: 100px
    }

.loader {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20;
    font-size: 64px
}

.shadow-primary {
    -webkit-box-shadow: rgba(56,132,255,.4) 0 3px 8px 0;
    box-shadow: 0 3px 8px 0 rgba(56,132,255,.4);
    border: 0
}

.shadow-secondary {
    -webkit-box-shadow: rgba(116,129,141,.4) 0 3px 8px 0;
    box-shadow: 0 3px 8px 0 rgba(116,129,141,.4);
    border: 0
}

.shadow-success {
    -webkit-box-shadow: rgba(56,193,47,.4) 0 3px 8px 0;
    box-shadow: 0 3px 8px 0 rgba(56,193,47,.4);
    border: 0
}

.shadow-warning {
    -webkit-box-shadow: rgba(245,132,36,.4) 0 3px 8px 0;
    box-shadow: 0 3px 8px 0 rgba(245,132,36,.4);
    border: 0
}

.shadow-danger {
    -webkit-box-shadow: rgba(186,23,35,.4) 0 3px 8px 0;
    box-shadow: 0 3px 8px 0 rgba(186,23,35,.4);
    border: 0
}

.shadow-info {
    -webkit-box-shadow: rgba(66,185,255,.4) 0 3px 8px 0;
    box-shadow: 0 3px 8px 0 rgba(66,185,255,.4);
    border: 0
}

.shadow-light {
    -webkit-box-shadow: rgba(245,247,249,.4) 0 3px 8px 0;
    box-shadow: 0 3px 8px 0 rgba(245,247,249,.4);
    border: 0
}

.shadow-dark {
    -webkit-box-shadow: rgba(59,69,78,.4) 0 3px 8px 0;
    box-shadow: 0 3px 8px 0 rgba(59,69,78,.4);
    border: 0
}

.no_header {
    padding: 0px;
}

    .no_header .content {
        padding-top: 0px;
        padding-left: 300px;
    }

    .no_header .header {
        display: none !important;
    }

#ListResults .card-image {
    width: 15%;
    border-right: 1px solid rgb(230, 236, 241);
}

#ListResults .card-body {
    width: 84%;
}

.platform-item.col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

::-webkit-scrollbar {
    width: 6px; /* for vertical scrollbars */
    height: 6px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

.btn-sm {
    padding: 4px 4px;
    font-size: 12px;
}

.tabs-box {
    overflow: hidden;
    border-bottom: none;
}

    .tabs-box .tabs-trigger.active {
        background: #fff;
        color: rgba(230, 5, 2, 1);
        border: 1px solid #e6ecf1;
        border-bottom: 1px solid transparent
    }

    .tabs-box .tabs-trigger:active, .tabs-box .tabs-trigger:focus, .tabs-box .tabs-trigger:hover {
        color: rgba(230, 5, 2, 1);
        outline: none
    }

.text-primary {
    color: rgba(230, 5, 2, 1) !important
}

.text-secondary {
    color: #74818d !important
}

.text-success {
    color: #38c12f !important
}

.text-danger {
    color: #ba1723 !important
}

.text-warning {
    color: #f58424 !important
}

.text-info {
    color: #42b9ff !important
}

.text-light {
    color: #f5f7f9 !important
}

.text-black, .text-dark {
    color: #3b454e !important
}

.text-black-75 {
    color: rgba(0,0,0,.75) !important
}

.text-black-25 {
    color: rgba(0,0,0,.25) !important
}

.text-white {
    color: #fff !important
}

.text-white-75 {
    color: hsla(0,0%,100%,.75) !important
}

.text-white-25 {
    color: hsla(0,0%,100%,.25) !important
}

.breadcrumb-item {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    font-size: 14px;
    color: #74818d
}

    .breadcrumb-item a {
        color: rgba(230, 5, 2, 1)
    }

p {
    margin-bottom: 15px;
    line-height: 19px;
    color: #74818d
}

a {
    text-decoration: none;
    color: #e60502;
    -webkit-tap-highlight-color: transparent
}

    a:focus, a:hover {
        text-decoration: underline
    }

mark {
    background: #fcf8e3
}

code {
    padding: 2px;
    font-size: 13px;
    color: #ba1723;
    background: rgba(186,23,35,.035)
}

.wrapper > .loader {
    width: 100vw;
    height: 100vh
}

.header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    color: rgba(230, 5, 2, 1)
}

.header-nav-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 30px;
    margin: 0 3px;
    padding: 8px 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: rgba(230, 5, 2, 1);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

    .header-nav-item.active {
        background: rgba(230, 5, 2, .1)
    }

    .header-nav-item .badge {
        position: absolute;
        top: -1px;
        right: -1px;
        max-width: 30px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .header-nav-item:active, .header-nav-item:focus, .header-nav-item:hover {
        background: rgba(56,132,255,.05);
        text-decoration: none
    }

    .header-nav-item i {
        font-size: 24px
    }

.wrapper.theme-inverse .header {
    background: rgba(230, 5, 2, 1);
    border-bottom: 1px solid rgba(230, 5, 2, 1);
    color: #fff
}

    .wrapper.theme-inverse .header-nav-item, .wrapper.theme-inverse .header .logo, .wrapper.theme-inverse .header .user-panel {
        color: #fff
    }

        .wrapper.theme-inverse .header-nav-item:active, .wrapper.theme-inverse .header-nav-item:focus, .wrapper.theme-inverse .header-nav-item:hover {
            background: hsla(0,0%,100%,.1);
            text-decoration: none
        }

.wrapper.theme-inverse .sidebar {
    background: #fff
}

    .wrapper.theme-inverse .sidebar * {
        color: rgba(230, 5, 2, 1)
    }

.wrapper.theme-inverse .sidebar-list-item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.06);
    box-shadow: 0 15px 30px rgba(0,0,0,.06);
    background: rgba(230, 5, 2, 1);
    color: #fff
}

    .wrapper.theme-inverse .sidebar-list-item:hover > * {
        color: #fff;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s
    }

.input-group-icon {
    padding: 10px 12px;
    line-height: 17px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    background: #f5f7f9;
    border: 1px solid #e6ecf1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

    .input-group-icon i {
        font-size: 16px;
        line-height: 0;
        color: rgba(230, 5, 2, 1)
    }

.sidebar-list-item {
    padding: 10px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    opacity: .75;
    border-left: 2px solid transparent;
    border-radius: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    color: #fff;
    cursor: pointer
}

    .sidebar-list-item i:not(.pull-right) {
        width: 30px;
        margin-right: 10px;
        line-height: 0;
        font-size: 24px;
        text-align: center
    }

    .sidebar-list-item i.pull-right {
        position: relative;
        top: 1px;
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 15px;
        font-size: 12px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s
    }

    .sidebar-list-item:hover {
        text-decoration: none;
        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.06);
        box-shadow: 0 15px 30px rgba(0,0,0,.06);
        background: #000;
        color: #fff;
    }

.sidebar-list-header {
    display: block;
    margin: 8px 0;
    padding-bottom: 8px;
    width: 100%;
    color: #fff;
    font-size: 13px;
    opacity: .75;
    border-bottom: 1px solid hsla(0,0%,100%,.15)
}

.sidebar-collapse .sidebar-list-item span {
    position: absolute;
    left: 80%;
    padding: 9px 15px;
    visibility: hidden;
    opacity: 0;
    background: rgba(230, 5, 2, 1);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
    z-index: 3;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.user-panel-actions a:not(.dropdown-item), .user-panel-actions button:not(.dropdown-item) {
    display: block;
    font-size: 14px;
    margin: 0 5px;
    color: rgba(230, 5, 2, 1)
}

.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 20px;
    background: #fff;
    font-size: 14px;
    color: #74818d;
    border-top: 1px solid #eee;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}

.content-header h1:after {
    background: rgba(230, 5, 2, 1)
}

.mCustomScrollBox, .mCSB_container {
    overflow: visible;
}

.sidebar-collapse .sidebar-list ul {
    position: absolute;
    left: 100%;
    padding: 5px;
    margin-top: -1px;
    background: rgba(230, 5, 2, .9);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 4
}

.i-spinner:before {
    content: "\ea07"
}

.tabs-box .tabs-trigger.active {
    background: #fff;
    color: rgba(230, 5, 2, 1);
    border: 1px solid #e6ecf1;
    border-bottom: 1px solid transparent
}

.breadcrumb-item {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    font-size: 14px;
    color: #74818d;
}

.content {
    padding-bottom: 82px;
}

.page-link {
    color: rgba(230, 5, 2, 1);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: rgba(230, 5, 2, 1);
    border-color: rgba(230, 5, 2, 1);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.table .thead-dark th {
    color: #fff;
    background-color: #74818d;
    border-color: #32383e;
}

.tooltip {
    margin: 7px;
    padding: 5px 10px;
    min-width: 100px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
    color: #3b454e;
    border: 1px solid #e6ecf1;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.025);
    box-shadow: 0 4px 10px rgba(0,0,0,.025);
    background: #fff
}

.tooltip-arrow {
    position: absolute;
    left: 50%;
    top: 100%;
    height: 6px;
    width: 6px;
    background-color: #fff;
    border-left: 1px solid #e6ecf1;
    border-bottom: 1px solid #e6ecf1;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    z-index: 30
}

.badge-primary {
    background: rgba(230, 5, 2, 1);
    border-color: rgba(230, 5, 2, 1);
}

.badge-secondary {
    background: #74818d;
    border-color: #74818d;
}

.avatar-bordered:hover {
    background: #000;
}

.chk-currency {
    cursor: pointer;
}

    .chk-currency i {
        font-size: 32px;
    }

    .chk-currency.btn-outline-secondary {
        border-color: #f5f7f9;
    }

    .chk-currency.btn-outline-success, .chk-currency.btn-outline-success:hover {
        border-color: #74818d;
        background: #74818d;
        color: #fff;
    }

.fa-select {
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    color: #777;
}

.overlay i {
    color: rgba(230, 5, 2, 1);
}

.overlay-text {
    color: rgba(230, 5, 2, 1);
}

.select2-container {
    width: 100% !important;
}

.select2-selection {
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
    border-radius: 0px !important;
    border: none !important;
    width: 100%;
    height: auto;
    min-height: 39px !important;
    padding: 10px 15px;
    transition: .25s;
    resize: vertical;
    -webkit-appearance: none;
    font-family: Font Awesome\ 5 Free, Roboto;
    font-weight: 600;
    color: #777;
}

.select2-dropdown {
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
    border-radius: 0px !important;
    border: none !important;
    font-family: Font Awesome\ 5 Free, Roboto;
    font-weight: 600;
    color: #777;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 1px;
    width: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 18px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    padding: 8px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    display: none;
}

.select2-selection__choice {
    background-color: white !important;
    border-color: #bdc6d0 !important;
    display: flex;
    align-items: center;
    column-gap: 3px;
}

.select2-selection__choice__remove {
    border: 1px solid rgb(245 100 98) !important;
    border-radius: 50% !important;
    width: 15px !important;
    height: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: rgb(245 100 98) !important;
    font-size: 15px !important;
    transition: 0.3s ease;
}

    .select2-selection__choice__remove:hover {
        border-color: white !important;
        color: white !important;
        background-color: rgba(230, 5, 2, 1) !important;
    }

.profile-left {
    text-align: left;
}

    .profile-left .btn {
        padding: 12px 32px;
        margin-top: 12px;
        margin-right: 12px;
    }

.message-bubble {
    background: rgba(230, 5, 2, 1);
    color: #fff;
}

.price {
    padding-bottom: 40px;
}

    .price .btn-container {
        position: absolute;
        bottom: 16px;
    }

.missing-setting {
    color: red !important;
}

.jstree-children .jstree-node {
    display: list-item !important;
}

.installer {
    padding-right: 12px;
    padding-top: 12px;
}

.instructions {
    padding-left: 12px;
    padding-top: 12px;
    border-left: dashed 1px rgba(0,0,0,0.1);
}

    .instructions p {
        display: block;
        width: 100%;
        text-align: left;
    }

    .instructions img {
        max-width: 100%;
    }

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e6ecf1;
    outline: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.content-header h1:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    height: 50px;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: .3rem;
}

.panel-heading a:hover, .panel-heading a:focus, .panel-body li a:hover, .panel-body li a:focus, .panel-heading > a > .collapsed {
    color: rgba(230, 5, 2, 1);
}

.tooltip-inner {
    max-width: 600px;
    padding: 0.25rem 0.5rem;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 0.25rem;
}

.tooltip {
    margin: 7px;
    padding: 5px 10px;
    min-width: 100px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
    color: #3b454e;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.025);
    box-shadow: 0 4px 10px rgba(0,0,0,.025);
    background: #fff;
}

    .tooltip.show {
        opacity: 1;
    }

#product-validation *, #product-validation *:before, #product-validation *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#product-validation h1 {
    margin-top: 0;
}

#product-validation h2 {
    margin: 1em 0;
    font-size: 1em;
}

details {
    border-radius: 3px;
    background: #EEE;
    margin: 1em 0;
}

summary {
    background: #d6d6d5;
    color: #000000;
    border-radius: 3px;
    padding: 5px 10px;
    outline: none;
}
/* Style the summary when details box is open */
details[open] summary {
    background: #555555;
    color: #FFFFFF;
}
/* Custom Markers */
#custom-marker summary {
    font-size: 17px;
    vertical-align: top;
}

    #custom-marker summary::-webkit-details-marker {
        display: none;
    }

    #custom-marker summary:before {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 8px;
        content: "";
        background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4621/treehouse-icon-sprite.png);
        background-repeat: no-repeat;
        background-position: 0 0;
    }

#custom-marker[open] summary:before {
    background-position: -18px 0;
}

#product-validation table {
    border: 0;
    width: 100%;
}

#product-validation th, #product-validation td {
    vertical-align: top;
    text-align: left;
    padding: 0.5em;
    border-bottom: 1px solid #E6E6E6;
}

#product-validation th {
    width: 200px;
}

#product-validation ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

#product-validation li {
    display: inline;
    padding-right: 10px;
}

#product-validation a {
    color: #08C;
    text-decoration: none;
}

.ui-autocomplete {
    overflow: auto;
    max-height: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #cc0d00;
    color: #e5e5e5;
    font-size: 1.0625em;
}

.install-row {
    margin-bottom: 12px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 12px;
    text-align: center;
}

.dropdown-divider {
    position: relative;
    padding: 0px;
    border: none;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

body {
    background: #f5f7f9;
}

@media (min-width:1440px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.333333%
    }

    .offset-xxl-2 {
        margin-left: 16.666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.333333%
    }

    .offset-xxl-5 {
        margin-left: 41.666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.333333%
    }

    .offset-xxl-8 {
        margin-left: 66.666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.333333%
    }

    .offset-xxl-11 {
        margin-left: 91.666667%
    }
}

.theme-switch-wrapper {
    display: flex;
    align-items: center;
    padding-left: 38px;
    padding-bottom: 8px;
}

em {
    margin-left: 10px;
    font-size: 1rem;
}

.theme-switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

    .theme-switch input {
        display: none;
    }

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

    .slider:before {
        background-color: #fff;
        bottom: 4px;
        content: "";
        height: 26px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 26px;
    }

input:checked + .slider {
    background-color: #66bb6a;
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.sidebar-collapse .theme-switch-wrapper {
    display: none
}

.columns-full {
    padding: 16px;
}

.column {
    cursor: move;
    height: 120px;
    margin-bottom: 8px;
    margin-right: 12px;
    text-align: center;
    padding: 0px;
}

    .column header {
        padding: 5px;
        color: #fff
    }

.column {
    transition: transform 0.2s ease-out;
}

    .column.over {
        border: 2px dashed #000;
    }

    .column.moving {
        opacity: 0.25;
        transform: scale(0.8);
    }

    .column .markup {
        vertical-align: middle;
        line-height: 56px;
        padding-top: 8px;
    }

        .column .markup .math {
            font-weight: bold;
            font-size: 36px;
            vertical-align: middle;
        }

        .column .markup .amount {
            font-family: roboto;
            font-weight: 900;
            font-size: 24px;
            color: rgba(0,0,0,0.4);
        }

.box-simple {
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
    border-radius: 0px;
    border: none;
}
