﻿/*
	CUSTOM STYLES METRONIC - OPENK TECNOLOGIA
	AUTHOR: ABRAÃO P. M. R. B. JUNIOR
*/

.text-roboto {
    font-family: "Roboto", sans-serif;
}

.text-warning-2 {
    color: #f1974f;
}

.text-info-2 {
    color: #717bbf;
}

a:hover {
    color: #0067a2
}

::-moz-selection {
    background: #0079be;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3)
}

::selection {
    background: #0079be;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3)
}

.wrap-page-login {
    height: 100%
}

.m-nav .m-nav__item > .m-nav__link {
    color: #898b96;
}

    .m-nav .m-nav__item > .m-nav__link:hover {
        color: #0067a2
    }

.painel-status .btn {
    margin-right: 0 !important;
}

a .fa-pencil {
    color: #4c4c4c
}

    a .fa-pencil:hover {
        color: #000;
    }

.table-striped tbody tr {
    transition: all .1s ease-out;
}

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: #f9faff;
    }

    .table-striped tbody tr:hover {
        background-color: #dee8ed !important;
        color: #000;
    }

.m--margin-bottom-0 {
    margin-bottom: 0 !important
}

.m-header-menu .username {
    float: left;
    margin: 0;
    font-size: 1.4rem;
    color: #676c7b;
    font-weight: 100;
}

.m-card-user .flaticon-user {
    width: 70px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: block;
    height: 70px;
}

    .m-card-user .flaticon-user:before {
        font-size: 26px;
        line-height: 70px;
        color: #c1bfd0;
    }

.m-brand__logo {
    width: 75%;
    text-align: center;
}

    .m-brand__logo img {
        max-width: 100%;
        max-height: 53px;
    }

.m-login.m-login--1 .m-login__wrapper .m-login__logo {
    margin-bottom: 60px;
}

    .m-login.m-login--1 .m-login__wrapper .m-login__logo img {
        max-height: 100px;
        max-width: 100%;
    }

.m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group .form-control {
    font-size: 18px;
    font-weight: 100;
    font-family: sans-serif;
    text-align: center;
}

.top-logo img {
    transform: translateY(200px);
    transition: all .3s ease-out;
}

body.show .top-logo img {
    transform: none
}

.m-login__signin,
.footer-logo img {
    opacity: 0;
    transform: translateY(5px);
    transition: all .3s ease-out;
    transition-delay: .3s;
}

body.show .m-login__signin,
body.show .footer-logo img {
    opacity: 1;
    transform: none;
}

.paginations, .paginationsModal {
    padding: 0;
    margin: 0;
    text-align: center;
}

    .paginations li, .paginationsModal li {
        display: inline-block;
        line-height: 38px;
        margin: 0;
    }

        .paginations li i, .paginationsModal li i {
            margin: 0 5px;
        }

    .paginations .btn, .paginationsModal .btn {
        min-width: 45px;
    }

.btn.btn-outline-brand:hover:not(:disabled),
.btn.btn-outline-brand:focus:not(:disabled) {
    background: #0079be !important;
}

.btn i {
    margin-right: 5px;
    margin-top: -2px;
    transition: all .5s ease-out;
}

.btn:not(.dropdown-toggle) {
    position: relative;
    overflow: hidden;
}

    .btn:not(.dropdown-toggle):after {
        content: ' ';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(0, 0, 0, .1);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
    }

    .btn:not(.dropdown-toggle):focus:not(:active):after {
        animation: ripple 1s ease-out;
    }

.m-portlet .m-portlet__body {
    padding-top: 20px;
}

.btn-link:hover {
    background: rgba(0, 0, 0, 0.05);
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #0079be;
    border-color: #006aa6;
}

    .btn-primary:hover,
    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #006ba9;
        border-color: #006ba9;
    }

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__user-profile.m-topbar__user-profile--img.m-dropdown--arrow .m-dropdown__arrow {
    color: #21a06d;
}

.form-control {
    border-radius: 5px;
}

    .form-control.focus, .form-control:focus,
    .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
        border-color: #006ba9;
        box-shadow: 0 0px 0px 3px rgba(0, 107, 169, .2);
    }

    .form-control, .form-control[readonly] {
        border-color: #e0dae8;
    }

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border-color: #e0dae8;
    padding: 0;
}

.m-form__actions .btn {
    margin-right: 10px;
}

.jstree-default .jstree-clicked {
    background: #0079be !important;
    color: #fff !important;
    font-weight: 400;
    padding-right: 5px;
}

    .jstree-default .jstree-clicked span,
    .jstree-default .jstree-clicked .jstree-icon {
        color: #fff !important
    }

.jstree-default .jstree-icon {
    color: #0079be;
}

.jstree-default .jstree-hovered {
    background-color: #f4f6ff;
}

.jstree-anchor .text-info {
    font-family: sans-serif
}

.m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--middle img {
    max-height: 30px;
    margin-right: 30px;
}

.m-footer .m-footer__copyright {
    margin-top: 10px;
    display: inline-block;
}

.dropzone {
    min-height: 1px;
    padding: 15px;
}

    .dropzone .dz-message {
        margin: 10px 0
    }

.m-tabs-line .m-tabs__item {
    margin-right: 20px
}

.m-tabs-line a.m-tabs__link, .m-tabs-line.nav.nav-tabs .nav-link {
    font-size: 15px;
}

.nav.nav-tabs.product-tabs {
    background: #f4f5f8;
    padding: 0 30px;
    margin: 25px 0 0;
}


.m-portlet.page-tabs {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav.nav-tabs.product-tabs.m-tabs-line.m-tabs-line--info.nav.nav-tabs .nav-link.active {
    font-weight: 500;
}

.m-login.m-login--1 .m-login__wrapper {
    padding-top: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.m-login.m-login--1 .m-login__aside {
    padding-left: 10rem;
    padding-right: 10rem;
}

.m-login.m-login--1 .m-login__wrapper .m-login__form .m-login__form-action {
    margin-bottom: 40px;
}

.m-login__account img {
    max-height: 90px;
    display: block;
    margin: 0 auto;
}

.default-image {
    margin-bottom: 42px;
    text-align: center;
    padding: 10px 0 0;
}

    .default-image img {
        max-width: 100%;
        border-radius: 5px;
        max-height: 300px;
    }

.dvFoto {
    text-align: center;
    width: 100px;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    cursor: move;
}

    .dvFoto .check {
        position: absolute;
        right: -10px;
        top: -12px;
    }

        .dvFoto .check:before {
            content: '';
            display: block;
            position: absolute;
            left: 3px;
            top: 5px;
            background: #fff;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            z-index: 1
        }

        .dvFoto .check i {
            font-size: 28px;
            color: #2cab91;
            position: relative;
            z-index: 2
        }

    .dvFoto.active {
        border: 2px solid #55c2a7;
    }

        .dvFoto.active .controls {
            background: #34bfa3;
        }

    .dvFoto img {
        max-width: 95%;
        margin-bottom: 5px;
    }

    .dvFoto .controls {
        background: #f7f7f7;
        padding: 0 5px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

        .dvFoto .controls a {
            padding: 6px 7px 3px;
            display: inline-block;
            text-decoration: none;
            color: #898b96;
        }

    .dvFoto.active .controls a {
        color: #fff
    }

    .dvFoto .controls a:hover {
        color: #000;
    }

    .dvFoto.active .controls a:hover {
        color: #fff;
    }

    .dvFoto .controls a i {
        font-size: 16px;
    }

    .dvFoto .controls a i {
        font-size: 18px;
    }

    .dvFoto.active .controls a i:before {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
    }

    .dvFoto .imgTotal {
        padding: 10px;
        height: 90px;
    }

.form-control-feedback {
    font-weight: 500;
    margin-top: 5px;
    font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset;
}

.alert.m-alert--outline.alert-warning-2 {
    background-color: #fff;
    border-color: #ff9100;
    color: #ff9100;
    font-weight: 400;
}

.alert.m-alert--outline.alert-brown {
    background-color: #fff;
    border-color: #a95b39;
    color: #a95b39;
    font-weight: 400;
}

.m--font-warning-2 {
    color: #c47000;
}

.m-widget2__item.m-widget2__item--warning-2:before {
    background: #ff9100;
}

.btn-brown {
    color: #fff;
    background-color: #bf5f34;
    border-color: #bf5f34;
}

    .btn-brown:hover {
        background-color: #a95b39;
        border-color: #a95b39;
        -webkit-box-shadow: 0 5px 10px 2px rgba(191, 95, 52, .36) !important;
        -moz-box-shadow: 0 5px 10px 2px rgba(191, 95, 52, .36) !important;
        box-shadow: 0 5px 10px 2px rgba(191, 95, 52, .36) !important;
        color: #ffffff;
    }

.btn-warning-2 {
    color: #fff;
    background-color: #ff9100;
    border-color: #ff9100;
}

    .btn-warning-2:hover {
        background-color: #ff8a00;
        border-color: #ff8a00;
        -webkit-box-shadow: 0 5px 10px 2px rgba(255, 145, 0, .36) !important;
        -moz-box-shadow: 0 5px 10px 2px rgba(255, 145, 0, .36) !important;
        box-shadow: 0 5px 10px 2px rgba(255, 145, 0, .36) !important;
        color: #ffffff;
    }

.linha-grid-itens-pedido {
    line-height: 50px
}

body {
    font-weight: 400
}

    body.m-content--skin-light2 {
        background: none;
    }

.note-editor.note-frame .note-editing-area .note-editable {
    font-family: sans-serif;
    padding: 20px;
}

#m_accordion_abas.m-accordion .note-editor.note-frame {
    border: 0;
}

#m_accordion_abas.m-accordion .note-editor .note-editing-area {
    margin-top: 30px;
}

#m_accordion_abas.m-accordion .m-accordion__item-head:not(.collapsed) {
    background: #ecf8ff;
}

#m_accordion_abas.m-accordion .m-accordion__item-head:hover {
    background: #ecf8ff;
}

#m_accordion_abas.m-accordion .m-accordion__item {
    position: relative;
}

    #m_accordion_abas.m-accordion .m-accordion__item .m-accordion__item-head.collapsed {
        background: #fbfbfb
    }

    #m_accordion_abas.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-icon {
        float: left;
        display: block
    }

    #m_accordion_abas.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-title {
        width: 85%;
        float: left;
        display: block;
    }

        #m_accordion_abas.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-title.editing {
            width: 75%;
        }

    #m_accordion_abas.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
        margin-right: 25px;
        float: left;
    }

#m_accordion_abas.m-accordion .controls {
    position: absolute;
    right: 0;
    top: 14px;
    width: 56px;
}

    #m_accordion_abas.m-accordion .controls.editing {
        width: 20%;
    }

    #m_accordion_abas.m-accordion .controls .remove-icon {
        padding: 3px;
        float: left;
    }

        #m_accordion_abas.m-accordion .controls .remove-icon:hover {
            text-decoration: none;
        }

    #m_accordion_abas.m-accordion .controls .save-button,
    #m_accordion_abas.m-accordion .controls .cancel-button {
        display: none;
        float: left;
        margin: 0 0 0 15px;
    }

#m_accordion_abas .row:first-child .m-accordion__item {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#m_accordion_abas .row:last-child .m-accordion__item {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#m_accordion_abas .row:not(:last-child) .m-accordion__item {
    border-bottom: 0;
}

.note-editor.note-frame .note-placeholder {
    left: 10px;
    top: 10px
}

.alert[data-notify] .icon ~ [data-notify=message] {
    padding-right: 30px
}

.m-tooltip.tooltip.show {
    opacity: .8;
}

.m-tooltip .tooltip-inner {
    color: #ffffff;
    background-color: #000;
    box-shadow: none;
    font-size: 12px;
}

.m-tooltip.tooltip .tooltip-inner {
    border-radius: .25rem;
    font-size: 12px;
    font-weight: 100;
}

.m-tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .m-tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #000
}

.m-tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .m-tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #000
}

.has-danger .form-control, .has-danger .input-group-text {
    border-color: #f4516c !important;
    box-shadow: 0 0 5px rgba(244, 81, 108, .1);
}

.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head:hover, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head:hover {
    background-color: #fbfbfb;
}

.select2-container--default .select2-results__option {
    transition: all .05s ease-out
}

.select2-container--default .select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e0dae8;
}

.item_destaque {
    display: block;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 20px;
    cursor: move
}

    .item_destaque:hover {
        border: 2px solid #e0e0e0;
    }

    .item_destaque .img-preview {
        min-height: 100px
    }

        .item_destaque .img-preview img {
            max-width: 100%;
        }

.item_destaque_descricao {
    padding: 0 15px;
    font-size: 13px;
    min-height: 150px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}

    .item_destaque_descricao .price {
        font-size: 16px;
        font-weight: bolder;
        padding: 10px;
        display: block;
    }

.item_destaque_controls {
    display: block;
    padding: 0 15px;
    background-color: #f7f7f7;
    cursor: auto;
}

    .item_destaque_controls a {
        text-decoration: none;
        color: #898b96;
        display: inline-block;
        padding: 12px 10px 10px;
    }

        .item_destaque_controls a:hover {
            color: #000;
        }

.fade {
    transition: opacity .1s linear
}

.modal.fade .modal-dialog {
    transition: transform .1s ease-out;
    transform: translateY(-10px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-backdrop.show {
    opacity: .1;
}

.large .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
}

.featured-detail {
    padding: 0 5px 0 5px;
}

    .featured-detail i {
        font-size: 25px;
        margin-right: 5px;
        color: #888;
    }

    .featured-detail .icon {
        float: left;
        width: 40px;
        text-align: center;
        margin-right: 6px;
    }

    .featured-detail label {
        margin-left: 46px;
        font-weight: 500 !important;
    }

    .featured-detail a {
        line-height: 45px;
    }

    .featured-detail h2 {
        font-size: 26px;
        font-weight: bold;
    }

    .featured-detail .m--font-danger {
        font-size: 32px;
    }

.controls_abas {
    position: absolute;
    top: 14px;
    right: 55px;
}

    .controls_abas a {
        text-decoration: none;
        padding: 5px;
        float: left
    }

        .controls_abas a.remove-icon {
            padding: 3px;
            float: left;
        }

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon > i:before {
    background: linear-gradient(180deg, #143e96 25%, #0f60b9 50%, #0684df 75%, #19a3f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 1400px) {
    .default-image {
        height: 280px;
    }

    .featured-detail {
        padding-top: 15px;
    }

        .featured-detail h2 {
            font-size: 36px;
        }
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }

    20% {
        transform: scale(25, 25);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

.btn.m-btn--gradient-from-info.m-btn--gradient-to-accent {
    background: #0079be !important;
    background: -webkit-linear-gradient(135deg, #0079be 30%, #00c5dc 100%) !important;
    background: -o-linear-gradient(135deg, #0079be 30%, #00c5dc 100%) !important;
    background: -moz-linear-gradient(135deg, #0079be 30%, #00c5dc 100%) !important;
    background: linear-gradient(135deg, #0079be 30%, #00c5dc 100%) !important;
}

.m-login.m-login--1 .m-login__wrapper .m-login__form .m-login__form-action .btn {
    padding: 1.2rem 1.5rem;
}

    .m-login.m-login--1 .m-login__wrapper .m-login__form .m-login__form-action .btn.m-btn--wide {
        padding-left: 3rem;
        padding-right: 3rem;
    }


.m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading, .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link {
    background-color: #f8f8fb;
}

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-icon {
        color: #0079be !important
    }

.m-card-user .m-card-user__pic {
    border-radius: 5px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    background-size: 90%;
    background-position: center center;
    display: block;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__name {
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#custon-table-overflow tbody td.td-overflow {
    border: 0;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-content--skin-light2 .m-body {
    background-color: #e4e6f3;
}

#page-load {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.01);
    z-index: 999999;
}

    #page-load:before {
        display: none;
        width: 2rem;
        height: 2rem;
    }

#toast-container > div {
    box-shadow: none !important;
}

.m-tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .m-tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #000;
}

.box-about {
    display: none;
    position: absolute;
    max-height: 300px;
    overflow: hidden;
    text-align: left;
    width: 350px;
    right: 0;
    bottom: -20px;
}

.nav-box-about:hover .box-about {
    display: block;
}

.box-about p {
    text-align: justify
}

.arrow_box {
    position: relative;
    background: #f7f7fa;
    border: 2px solid #f7f7fa;
    top: -25px;
}

    .arrow_box:after, .box-about .arrow_box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(247, 247, 250, 0);
        border-top-color: #f7f7fa;
        border-width: 16px;
        margin-left: 140px;
    }

    .arrow_box:before {
        border-color: rgba(247, 247, 250, 0);
        border-top-color: #f7f7fa;
        border-width: 16px;
        margin-left: 140px;
    }

.box-about-large {
    display: none;
    position: absolute;
    max-height: 600px;
    overflow: hidden;
    text-align: left;
    width: 600px;
    right: 0;
    bottom: -20px;
}

    /*.nav-box-about:hover .box-about-large{display:block;}*/
    .box-about-large p {
        text-align: justify
    }

    .box-about-large .arrow_box {
        position: relative;
        background: #f7f7fa;
        border: 2px solid #f7f7fa;
        top: -25px;
    }

        .box-about-large .arrow_box:after, .box-about-large .arrow_box:before {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .box-about-large .arrow_box:after {
            border-color: rgba(247, 247, 250, 0);
            border-top-color: #f7f7fa;
            border-width: 16px;
            margin-left: 260px;
        }

        .box-about-large .arrow_box:before {
            border-color: rgba(247, 247, 250, 0);
            border-top-color: #f7f7fa;
            border-width: 16px;
            margin-left: 260px;
        }

.btn.btn-default, .btn.btn-secondary {
    background: #fff;
    border-color: #e0dae8;
}

.sales-summary {
    position: absolute;
    left: 0;
    top: 50px;
    color: #fff;
    padding: 15px 30px 0;
    width: 100%;
    font-size: 12px;
    font-weight: 100;
}

.m-widget27 .m-widget27__pic > img {
    height: 305px;
}

.m-widget27 .m-widget27__container {
    margin-top: 10px;
}

    .m-widget27 .m-widget27__container > p {
        margin-bottom: 15px;
    }

.sales-summary .label-value {
    padding-right: 0;
    font-size: 11px;
}

.sales-summary .value {
    text-align: right;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

    .sales-summary .value.large {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.sales-summary .row {
    line-height: 36px;
}

#status-nav-pills .m-widget27__nav-item > a {
    font-size: 10px;
}

.m-widget4__compact .m-widget4__img.m-widget4__img--logo {
    display: block;
    width: 2.9rem;
    text-align: center;
}

.m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item.inverted > span:last-child {
    color: #a4a6ae !important;
    font-size: .85rem !important;
    font-weight: 500 !important;
    display: block !important;
}

.m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item.inverted > span:not(:last-child) {
    color: #7b7e8a !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    display: block;
}

.m-widget19 .blog-post:first-child {
    margin-bottom: 3.5rem !important;
}

.m-widget19 .blog-post:not(:first-child) {
    margin-bottom: 3rem !important;
}

.m-widget19 .blog-post:last-child {
    margin-bottom: 1rem !important;
}

.m-widget19 .blog-post .m-widget19__header .m-widget19__info .m-widget19__username {
    display: block !important;
    margin-bottom: 0 !important
}

.m-widget19 .blog-post .m-widget19__header .m-widget19__info {
    margin-bottom: .2rem !important;
    line-height: 1.1 !important;
}

.m-widget17 .m-widget17__stats.m-widget17__stats--center .m-widget17__items .m-widget17__item {
    height: 11.5rem !important;
    -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .30);
    -moz-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .30);
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .30);
}

    .m-widget17 .m-widget17__stats.m-widget17__stats--center .m-widget17__items .m-widget17__item .m-widget17__subtitle {
        margin-top: .5rem !important;
    }

.btn.btn-default, .btn.btn-secondary {
    background: #fff;
    border-color: #e0dae8;
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
    line-height: 1.50
}

.bootstrap-switch {
    border-color: #e0dae8;
}

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
        font-size: .75rem;
    }

.m-form__group.row .m-radio-inline {
    margin-top: 7px;
}

.table td {
    vertical-align: middle;
}

.table th {
    vertical-align: middle;
}

.btn.m-btn--air.btn-default.focus, .btn.m-btn--air.btn-default:focus, .btn.m-btn--air.btn-default:hover:not(:disabled):not(.active), .btn.m-btn--air.btn-secondary.focus, .btn.m-btn--air.btn-secondary:focus, .btn.m-btn--air.btn-secondary:hover:not(:disabled):not(.active) {
    background: #f9f9f9 !important;
    border-color: #e0e0e0 !important;
    color: #000 !important;
}

    .btn.m-btn--air.btn-default.focus i, .btn.m-btn--air.btn-default:focus i, .btn.m-btn--air.btn-default:hover:not(:disabled):not(.active) i, .btn.m-btn--air.btn-secondary.focus i, .btn.m-btn--air.btn-secondary:focus i, .btn.m-btn--air.btn-secondary:hover:not(:disabled):not(.active) i {
        color: #000 !important
    }

.m-portlet .m-section {
    margin-bottom: 20px
}

.table-striped tbody tr:hover,
.table-striped tbody tr.active:hover {
    background-color: #ecf8ff !important;
    color: #000;
}

.table-striped tbody tr.active {
    background-color: #f7f8ff !important;
    color: #000;
}

.table-striped tbody tr.selected {
    background-color: #fff !important;
    color: #000;
    border: 2px solid #c1c4d8;
}

    .table-striped tbody tr.selected.header {
        background-color: #e4e6f3 !important;
    }

.m-radio.selected {
    background-color: #e4e6f3 !important;
}

.variation-arrow-left {
    position: absolute;
    background: #fff;
    border: 0 solid #e0dae8;
    left: 0;
    top: 32px;
}

    .variation-arrow-left:after, .variation-arrow-left:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .variation-arrow-left:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 15px;
        margin-top: -15px;
    }

    .variation-arrow-left:before {
        border-color: rgba(224, 218, 232, 0);
        border-right-color: #e0dae8;
        border-width: 17px;
        margin-top: -17px;
    }

.m-checkbox.payment-configuration {
    font-size: 16px;
    margin-bottom: 0;
    height: 24px
}

    .m-checkbox.payment-configuration span {
        width: 28px;
        height: 28px
    }

    .m-checkbox.payment-configuration > span:after {
        margin-left: -5px;
        margin-top: -11px;
        width: 11px;
        height: 18px;
        border-width: 0 3px 3px 0 !important;
        border-color: #fff !important;
    }

    .m-checkbox.payment-configuration.m-checkbox--state-success > input:checked ~ span {
        background: #34bfa3
    }

.m-portlet {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon, .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
    font-size: 28px;
}

.m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon, .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
    color: #0079be
}

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link {
    padding: 12px 30px;
}

.btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default:hover:not(:disabled), .btn.btn-secondary.active, .btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:hover:not(:disabled), .show > .btn.btn-default.dropdown-toggle, .show > .btn.btn-secondary.dropdown-toggle {
    border-color: #bec7de
}

.flags-list.m-radio-list .m-radio {
    padding: 7px 30px 12px 60px;
    margin-bottom: 0 !important;
    position: relative;
}

    .flags-list.m-radio-list .m-radio .flag-image {
        width: 50px;
        text-align: center;
        float: left;
        margin-top: 7px;
        color: #575962;
        margin-right: 10px;
    }

        .flags-list.m-radio-list .m-radio .flag-image img {
            max-width: 100%;
            max-height: 25px;
            margin-top: -2px;
        }

        .flags-list.m-radio-list .m-radio .flag-image .img {
            width: 100%;
            height: 25px;
            margin-top: -2px;
            background-size: contain;
            display: block;
            background-position: center center;
            background-repeat: no-repeat;
        }

            .flags-list.m-radio-list .m-radio .flag-image .img.bb {
                background-image: url("/b2c/assets/custom/images/payments/img/bb.png");
            }

            .flags-list.m-radio-list .m-radio .flag-image .img.bradesco {
                background-image: url("/b2c/assets/custom/images/payments/img/bradesco.png");
            }

            .flags-list.m-radio-list .m-radio .flag-image .img.itau {
                background-image: url("/b2c/assets/custom/images/payments/img/itau.png");
            }

            .flags-list.m-radio-list .m-radio .flag-image .img.pagarme {
                background-image: url("/b2c/assets/custom/images/payments/img/pagarme.png");
            }

    .flags-list.m-radio-list .m-radio:nth-of-type(even) {
        background: #f9faff
    }

    .flags-list.m-radio-list .m-radio:hover {
        background: #ecf8ff
    }

    .flags-list.m-radio-list .m-radio > span:not(.dropdown) {
        margin-left: 30px;
        top: 14px !important;
    }

    .flags-list.m-radio-list .m-radio .dropdown {
        position: absolute;
        right: 30px;
        top: 8px !important;
        left: auto !important;
        border: 0 !important;
        width: auto !important;
        height: auto !important;
    }

        .flags-list.m-radio-list .m-radio .dropdown:after {
            display: none
        }

    .flags-list.m-radio-list .m-radio .dropdown-toggle::after {
        margin-left: 0 !important;
    }

    .flags-list.m-radio-list .m-radio .dropdown-toggle {
        border-color: transparent;
    }

.nav.nav-tabs.products-home {
    position: relative;
    z-index: 2;
}

    .nav.nav-tabs.products-home .nav-link {
        background: linear-gradient(#f5f5f5, #fff);
        box-shadow: 0 -11px 15px 1px rgba(69, 65, 78, .08);
        border: 1px solid #d8d8d8;
        border-bottom: 0;
        font-size: 16px;
        /* text-transform: capitalize; */
    }

        .nav.nav-tabs.products-home .nav-link.active {
            font-weight: 500;
            color: #0079be;
            background: #fff;
        }

.tab-content.products-home {
    padding: 30px 15px;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.m-widget27 .m-widget27__container .m-widget27__nav-items .m-widget27__nav-item > a.active {
    background: #0079be;
    border-color: #0079be !important;
}

.jstree-default .jstree-anchor {
    font-size: 16px;
}

.list-flags .wrap {
    float: left;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    padding: 20px 0 32px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #696969;
    border: 1px solid #e0dae8;
}

    .list-flags .wrap:hover {
        background: #e5e5e5;
        color: #0a6aa1;
    }

    .list-flags .wrap.active {
        background: #0a6aa1;
        color: #fff;
        border-color: #0a6aa1;
    }

    .list-flags .wrap .icone {
        height: 50px;
        position: relative;
        z-index: 1;
    }

.list-flags .pf {
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #696969;
}

.list-flags .img {
    width: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
}

.list-flags .wrap.active .img {
    filter: brightness(3);
}

.list-flags .img.bb {
    background-image: url("/b2c/assets/custom/images/payments/img/bb.png");
}

.list-flags .img.bradesco {
    background-image: url("/b2c/assets/custom/images/payments/img/bradesco.png");
}

.list-flags .img.itau {
    background-image: url("/b2c/assets/custom/images/payments/img/itau.png");
}

.list-flags .img.pagarme {
    background-image: url("/b2c/assets/custom/images/payments/img/pagarme.png");
}

.list-flags .wrap:hover .pf {
    color: #0a6aa1;
}

.list-flags .wrap.active .pf {
    color: #fff;
}

.list-flags .wrap.active .m-checkbox > input:checked ~ span {
    border-color: #fff;
    border-width: 2px;
}

.list-flags .wrap.active .m-checkbox > span:after {
    border-color: #fff;
}

.list-flags label {
    cursor: pointer;
}

    .list-flags label:not(.m-checkbox) {
        margin: 0;
        font-weight: 500;
        display: block;
    }

.list-flags .text {
    font-size: 16px;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-family: Roboto;
}

.list-flags label.m-checkbox {
    margin: 10px 0 0 10px;
}

    .list-flags label.m-checkbox span {
        width: 20px;
        height: 20px
    }

.list-flags .wrap:not(.active):hover label.m-checkbox span {
    border-color: #0a6aa1;
}

.summary {
    font-size: 14px;
    text-align: left;
}

    .summary strong {
        margin-right: 5px;
    }

    .summary .value {
        font-family: "Roboto", sans-serif;
        font-size: 19px;
    }

.m-widget14__legend-text {
    font-size: 12px
}

.m-widget14 .m-widget14__header .m-widget14__title {
    font-family: "Roboto", sans-serif;
}

.table .lbl-valor {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.product-abandoned-image {
    float: left;
    width: 20%;
    margin-bottom: 7px;
    text-align: center;
}

.product-abandoned-labels {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #999;
    margin-bottom: 10px;
}

.product-abandoned-title {
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    font-size: 10px;
}

.product-abandoned-details {
    float: left;
    width: 70%;
}

.m-timeline-3 #list_abandoned_products .m-timeline-3__item:before {
    left: 8rem;
    height: 80%;
}

.m-timeline-3 #list_abandoned_products .m-timeline-3__item .m-timeline-3__item-time {
    width: 7rem;
    font-size: 1.1rem;
    line-height: 1;
}

.m-timeline-3 #list_abandoned_products .m-timeline-3__item .m-timeline-3__item-desc {
    padding-left: 9.2rem;
}

@media (max-width: 1670px) {
    .m-timeline-3 #list_abandoned_products .m-timeline-3__item .m-timeline-3__item-time {
        font-size: 0.9rem;
        width: 5rem;
    }

    .m-timeline-3 #list_abandoned_products .m-timeline-3__item .m-timeline-3__item-desc {
        padding-left: 7.2rem;
    }

    .m-timeline-3 #list_abandoned_products .m-timeline-3__item:before {
        left: 6rem;
    }

    .m-timeline-3 #list_abandoned_products .m-timeline-3__item .m-timeline-3__item-desc .m-timeline-3__item-text {
        font-size: 0.8rem;
    }

    .m-timeline-3 #list_abandoned_products .m-timeline-3__item .m-timeline-3__item-user-name {
        font-size: .8rem;
    }
}

.top-10-image {
    float: left;
    width: 20%;
    margin-bottom: 7px;
    text-align: left;
}

.top-10-counter {
    float: left;
    width: 12%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #0079be;
    line-height: 50px;
}

.top-10-labels {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #999;
    margin-bottom: 10px;
}

.top-10-title {
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    font-size: 10px;
}

.top-10-details {
    float: left;
    width: 68%;
}

#navegacao-top-10.nav-pills .nav-link.active {
    background-color: #505edb
}

.m-widget19 .m-widget19__pic {
    position: relative;
    background: #36627c;
}

.m-widget17 .m-widget17__stats.m-widget17__stats--center .m-widget17__items .m-widget17__item {
    -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .06);
    -moz-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .06);
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .06);
}

.m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item .m-widget17__desc {
    display: block;
    margin-left: 18px;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
}

.m-widget14 .m-widget14__chart .m-widget14__stat {
    font-size: 18px;
    color: #999
}

#tabela_vendas_status .label-header {
    padding-right: 20px;
    width: 55%;
    font-size: 12px;
}

.m-widget27 .m-widget27__container .m-widget27__nav-items {
    margin-bottom: 20px;
    border-spacing: 0;
}

#tabela_vendas_status {
    margin-bottom: 0;
}

.m-widget4 .m-widget4__item .m-widget4__ext .m-widget4__number {
    font-size: 14px
}

.m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item .m-widget17__subtitle {
    font-size: 14px
}

.m-widget19 .m-widget19__pic .m-widget19__title {
    font-size: 14px;
    padding-right: 30px;
}

.ui-widget.ui-widget-content {
    border: 0 !important;
    box-shadow: none !important;
    background: #000;
    opacity: .8;
    color: #fff;
    border-radius: .25rem;
    padding: 7px 20px 7px 20px;
    font-size: 12px;
    line-height: 1.5;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav,
.m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode=accordion]).m-menu__item--hover > .m-menu__submenu .m-menu__subnav {
    box-shadow: 0 10px 30px 1px rgba(69, 65, 78, .2);
    -webkit-box-shadow: 0 10px 30px 1px rgba(69, 65, 78, .2);
}

.table:not(.no-bg) thead th {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 300;
    background-color: #005e94 !important;
    font-size: 15px;
    border-bottom: 2px solid #004973 !important;
    color: #fff;
}

    .table:not(.no-bg) thead th a {
        color: #ffffff;
    }

    .table:not(.no-bg) thead th:first-child {
        border-top-left-radius: 4px
    }

    .table:not(.no-bg) thead th:last-child {
        border-top-right-radius: 4px;
    }

.table:not(.no-bg).large-radius thead th:first-child {
    border-top-left-radius: 15px
}

.blockUI.blockOverlay {
    z-index: 1080 !important;
}

.blockUI.blockMsg.blockElement {
    z-index: 1081 !important;
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
    background-color: #f4f5f8;
}

@media (min-width: 1025px) {
    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode=accordion]).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-text, .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode=accordion]).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text, .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode=accordion]).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode=accordion]).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
        font-size: 13px;
    }
}

@media (min-width: 1025px) {
    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode=accordion]).m-menu__item--hover > .m-menu__submenu, .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode=accordion]).m-menu__item--hover > .m-menu__submenu {
        width: 290px;
        margin-left: 290px;
    }
}

.btn-secondary:not(:disabled):not(.disabled).active:hover {
    background-color: #ccd1de;
}

.m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-cricle {
    left: 5px;
}

.m-timeline-2:before {
    left: 30px;
}

.m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text {
    padding-left: 15px;
}

.ui-widget.ui-widget-content.ui-datepicker {
    background: #fff !important;
    box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2) !important;
    color: #000;
    padding: 5px;
}

    .ui-widget.ui-widget-content.ui-datepicker td a,
    .ui-widget.ui-widget-content.ui-datepicker td span {
        border: 0;
        background: #fff;
        font-size: 12px;
        text-align: center;
    }

    .ui-widget.ui-widget-content.ui-datepicker td {
        padding: .3em .3em;
        text-align: center;
    }

.svg-icon.svg-icon-white svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #fff !important
}

.svg-icon.svg-icon-white svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #3699ff !important
}

.svg-icon.svg-icon-primary svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-secondary svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #181c32 !important
}

.svg-icon.svg-icon-secondary svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-success svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #1bc5bd !important
}

.svg-icon.svg-icon-success svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-info svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #8950fc !important
}

.svg-icon.svg-icon-info svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-warning svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #ffa800 !important
}

.svg-icon.svg-icon-warning svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-danger svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #f64e60 !important
}

.svg-icon.svg-icon-danger svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-light svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: light !important
}

.svg-icon.svg-icon-light svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-dark svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #181c32 !important
}

.svg-icon.svg-icon-dark svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-dark-75 svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #3f4254 !important
}

.svg-icon.svg-icon-dark-75 svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-dark-65 svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #5e6278 !important
}

.svg-icon.svg-icon-dark-65 svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-dark-50 svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #7e8299 !important
}

.svg-icon.svg-icon-dark-50 svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-dark-25 svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #d1d3e0 !important
}

.svg-icon.svg-icon-dark-25 svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.svg-icon.svg-icon-muted svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #b5b5c3 !important
}

.svg-icon.svg-icon-muted svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.bordered .item_destaque {
    border-color: #2ca189;
    box-shadow: 0 5px 15px rgba(44, 161, 137, 0.18);
}

@media screen and (max-width: 640px) {
    .m-login.m-login--1 .m-login__aside {
        padding-left: 20px;
        padding-right: 20px
    }
    .map_container{
        width: 100%;
        display: flex;
        justify-content: center;
        height: 600px;
        align-items: center;
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
    .map_container {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 600px;
        align-items: center;
        padding-bottom: 0 !important;
    }
}

.m-list-timeline__items .m-list-timeline__item .m-list-timeline__text {
    font-size: 11px;
    font-family: "Roboto", sans-serif;
}

.m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
    font-size: 10px;
    font-family: "Roboto", sans-serif;
}

.m-topbar__notifications .scrollable {
    max-height: 300px;
    overflow-y: auto;
}

    .m-topbar__notifications .scrollable::-webkit-scrollbar {
        width: 5px;
        height: 0;
    }

    .m-topbar__notifications .scrollable::-webkit-scrollbar-track {
        margin: 0
    }

    .m-topbar__notifications .scrollable::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px;
    }

    .m-topbar__notifications .scrollable:hover::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.45)
    }

    .m-topbar__notifications .scrollable::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.55)
    }

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__notifications.m-topbar__notifications--img.m-dropdown--arrow .m-dropdown__arrow {
    color: #4e9c68;
}

/*#config-columns .row {*/
/*    margin-left: -8px !important;*/
/*    margin-right: -8px !important;*/
/*}*/

/*#config-columns div[class^="col"] {*/
/*    padding-left: 8px !important;*/
/*    padding-right: 8px !important;*/
/*}*/

#config-columns .m-portlet.m-portlet--rounded .m-portlet__body,
#config-columns .m-portlet.m-portlet--rounded .m-portlet__head {
    padding: 20px;
}

.select2-container--default .select2-results__option {
    font-size: 13px !important;
}

.m-login__form .select2-container--default .select2-selection--single {
    border-color: #fff !important;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    font-family: sans-serif;
}

.m-login__form .select2-container {
    border-bottom: 1px solid #e5ebf9;
    border-radius: 5px;
}

.m-login__form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #575962;
    padding: 18px;
}

.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__email {
    color: #fff;
}

.list-platforms .platform {
    display: block;
    background: #fbfbfb;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #696969;
    border: 1px solid #e0dae8;
}

    .list-platforms .platform .logo {
        border-radius: 5px;
        height: 50px;
    }

    .list-platforms .platform .cogs {
        margin-top: 12px;
        display: block;
    }

    .list-platforms .platform:hover {
        background: #f1f1f1;
    }

    .list-platforms .platform.active {
        border-color: #0a6aa1;
        background: #daf5ff;
    }

.nav.nav-pills.parameters-nav {
    width: 100%;
    float: left;
    padding-right: 20px;
}

    .nav.nav-pills.parameters-nav .nav-item {
        width: 100%;
        margin-left: 0;
    }

        .nav.nav-pills.parameters-nav .nav-item .showing {
            visibility: hidden;
            opacity: 0;
            transform: translateX(10px);
            transition: all .2s ease-out;
            margin-right: -10px;
        }

        .nav.nav-pills.parameters-nav .nav-item .active .showing {
            visibility: visible;
            opacity: 1;
            transform: none;
        }

        .nav.nav-pills.parameters-nav .nav-item .active:hover {
            color: #fff !important;
        }

.parameters-nav-content {
    padding-left: 10px;
}

    .parameters-nav-content .table-sm td,
    .parameters-nav-content .table-sm th {
        font-size: 12px;
    }

    .parameters-nav-content .m-alert--default a {
        text-decoration: underline;
    }

.m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text, .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
    font-size: 13px;
}

.m-form .accordion-payment .m-form__group label {
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

.accordion-payment .form-group a {
    text-decoration: underline;
}

.accept-brands {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    float: left;
    width: 100%;
}

    .accept-brands li {
        float: left;
        width: 80px;
        height: 50px;
        padding: 10px;
        background: #fbfbfb;
        border-radius: 4px;
        margin: 0 10px 30px 0;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        color: #959595;
    }

        .accept-brands li img {
            max-width: 60px;
            height: 30px;
            margin: 0 0 10px;
        }

.kambam {
    width: 100%;
    grid-gap: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
}

.etapasArea, .opcoesArea, .itensArea {
    display: flex;
    flex-direction: column;
    align-items: center
}

.etapas {
    border-bottom: 1px solid #e3e5f2;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.kambam-item--settings:hover {
    cursor: pointer;
    filter: brightness(90%);
}

.active-button {
    background-color: #dbf2ff !important;
    border: 2px #0067a2 solid !important;
}


.kambam-item, .kambam-item--add-step {
    width: 20rem;
    height: 3rem;
    margin: 5px;
    border: 2px solid #bababa;
    background: #d3d3d3;
    line-height: 3rem;
    text-align: center;
    position: relative;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.kambam-item--add-step {
    cursor: pointer;
}

.add-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.grip-icon {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: grab;
}

.button-container {
    position: relative;
    padding: 0 5px 0 5px;
}

.entity-letter {
    height: 2rem;
    width: 2rem;
    position: absolute;
    left: 0;
    top: 35%;
    transform: translateY(-50%);
    margin-left: 10px;
    font-weight: bold;
    font-size: 2rem;
}

.button-container:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.button-container:hover, .kambam-item--add-step:hover {
    filter: brightness(90%);
    -webkit-transition: background 0.5s 0s ease-in-out;
    -moz-transition: background 0.5s 0s ease-in-out;
    -o-transition: background 0.5s 0s ease-in-out;
    transition: background 0.5s 0s ease-in-out;
}

.upload-file-icon {
    border: 1px;
    border-style: dashed;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 75%;
    cursor: pointer;
}

.truncate {
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.icon-form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-img-group {
    margin-right: 20px;
}

.small-group {
    display: flex;
    flex-direction: column;
    height: 76px;
}

.kambam-item i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 12px;
    background-color: #818181;
    border-radius: 0 5px 5px 0;
    color: #fff;
}

.kambam-item.active-button i {
    background-color: #0067a2;
}

.kambam h2 {
    text-align: center;
    margin: 0rem 0 1rem 0;
    font-weight: 500;
}

.user-icon {
    height: 2rem;
    width: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}


@media (min-width: 860px) {
    .kambam {
        display: grid;
        grid-template-areas:
            "etapasArea opcoesArea itensArea";
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
    }

    .etapasArea, .opcoesArea {
        border-right: 1px solid #e3e5f2;
    }
}


.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        margin: 8px;
        border: 3px solid #00a1ff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #00a1ff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-product-search {
    display: flex;
    align-items: center;
    flex-direction: row;
}

@media (max-width: 1000px) {
    .custom-product-search {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}


/*Metronic 5.5.5 - Timeline List (Inicio)*/
.m-timeline-2:before {
    content: '';
    position: absolute;
    left: 4.89rem;
    width: 0.2rem;
    height: 100%;
    margin-left: 16px;
}

.m-timeline-2 .m-timeline-2__items .m-timeline-2__item {
    display: table;
    position: relative;
    height: 3rem;
}

    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-time {
        display: table-cell;
        font-size: 1.3rem;
        font-weight: 500;
        vertical-align: top;
        position: absolute;
        padding-top: 0.18rem;
    }

    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-cricle {
        border-radius: 50%;
        border: 0.89rem solid #ffffff00;
        z-index: 1;
        top: 0.2rem;
        left: 4.1rem;
        position: relative;
    }

        .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-cricle > i {
            font-size: 1.78rem;
            top: -0.93rem;
            left: 0.66rem;
            position: absolute;
        }

    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text {
        display: table-cell;
        vertical-align: top;
        font-size: 1rem;
        font-weight: 400;
        padding-bottom: 0.3rem;
        padding-left: 5.6rem;
    }

        .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text.m-timeline-2__item-text--bold {
            font-size: 1.2rem;
            font-weight: 500;
            padding-top: 0.21rem;
        }

        .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text > span {
            font-weight: 600;
        }

    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-list-pics {
        display: table-cell;
        vertical-align: top;
    }

.m-timeline-2:before {
    background-color: #E7E9F5;
}

.m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-time {
    color: #898b96;
}

.m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text {
    color: #7b7e8a;
}

    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text.m-timeline-2__item-text--bold {
        color: #6f727d;
    }

.ps {
    overflow: hidden;
    position: relative;
}

    .ps > .ps__rail-x > .ps__thumb-x {
        background: #adb5ca;
        opacity: 1;
    }

        .ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
            opacity: 1;
            background: #adb5ca;
        }

    .ps > .ps__rail-y {
        right: 0;
    }

        .ps > .ps__rail-y > .ps__thumb-y {
            background: #adb5ca;
        }

            .ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
                opacity: 1;
                background: #adb5ca;
            }

/*Fim Timeline list*/
/*mostrar historico - Inicio*/
.ocultarHistorico {
    display: none;
}

/*mostrar historico - Fim*/

#category-tree-view {
    overflow-y: auto;
    overflow-x: hidden;
}

.alert.m-alert--outline.alert-info-2 {
    color: #575962;
    background-color: #fff;
    border-color: #717bbf;
    color: #717bbf;
    font-weight: 400;
}

.btn-info-2 {
    background: #717bbf;
    color: #fff;
}

.m-list-timeline__items .m-list-timeline__item:hover {
    background: rgba(0,0,0,0.02)
}

#list-notifications {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #e4e6f3;
    padding: 0 0 20px;
    transition: all .2s ease-out
}

    #list-notifications .wrap-list {
        max-height: 125px;
        overflow-y: auto;
    }

    #list-notifications.expand {
        height: 520px;
        box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    }

        #list-notifications.expand .wrap-list {
            max-height: 460px;
        }

.notifications-padding {
    margin-bottom: 188px !important;
}

.datamaps-legend{
    position: absolute;
    left: 4px;
    font-size: 12px;
    top: 10%;
    display: flex;
    flex-direction: column;
    
    z-index: 10 !important;
    background-color: #a2a7c745;
    border-radius: 10px;
    padding: 15px;
    max-width: 230px !important;
}

.map-legends{
    display: flex;
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 10px;
}

.h2-map{
    width: 100%;
}

.subtitles-map-legend{
    display: flex;
    flex-direction: row-reverse;
    max-width: 60px;
    justify-content: flex-end;
    width: 60px;
}

.input-canal{
    margin-right: 55px;
}

@media only screen and (min-width: 600px)  and (max-width: 900px){
    .channel_map_container{
        min-height: 440px;
    }
    .freight_map_container{
        display: none;
        min-height: 440px;
    }
    .datamaps-legend{
        max-width: 120px;
    }
    .map-legends{
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (min-width: 300px)  and (max-width: 599px){
    .input-canal{
        margin: 0px 10px 0 10px;
    }
    .channel_map_container{
        min-height: 425px;
    }
    .freight_map_container{
        display: none;
        min-height: 425px;
    }
    .h2-map{
        display: none;
    }
    .datamaps-legend{
        max-width: 80px !important;
    }
    .map-legends{
        margin-top: 0;
        margin-bottom: 0;
    }
    .map-legends{
        flex-direction: column;
        align-items: center;
    }
    .datamaps-legend dd {
        width: 15px !important;
        height: 15px !important;
    }
}