﻿aside.new-navbar {
    display: none;
    width: 65px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
}

@media screen and (min-width: 1360px) {
    aside.new-navbar {
        display:block;
    }
}

@media screen and (min-width: 1920px) {
    aside.new-navbar {
        width:100px;
    }
}

aside.new-navbar nav {
    height: 100%;
}

aside.new-navbar nav .menu-items {
    position: relative;
    background-color: #520096;
    height: 100%;
    z-index: 26;
}

@media screen and (min-width: 1920px) {
    aside.new-navbar nav .menu-items {
        width:100px;
        position: fixed;
    }
}

aside.new-navbar nav .menu-items ul {
    width: 65px;
    height: 100%;
    position: absolute;
    padding: 65px 0 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media screen and (min-width: 1920px) {
    aside.new-navbar nav .menu-items ul {
        padding:190px 0 50px 0;
        width: 100px;
        justify-content: start;
    }
}

aside.new-navbar nav .menu-items ul li {
    cursor: pointer;
}

aside.new-navbar nav .menu-items ul li i {
    filter: brightness(0) invert(1);
    margin: 0 auto;
    transform: scale(.7);
}

aside.new-navbar nav .menu-items ul li i:hover {
    filter: invert(46%) sepia(79%) saturate(334%) hue-rotate(44deg) brightness(91%) contrast(89%);
}

@media screen and (min-width: 1920px) {
    aside.new-navbar nav .menu-items ul li {
        margin-bottom:50px;
    }

    aside.new-navbar nav .menu-items ul li i {
        transform: scale(1);
    }
}

aside.new-navbar nav .menu-items ul li.active i {
    filter: invert(46%) sepia(79%) saturate(334%) hue-rotate(44deg) brightness(91%) contrast(89%);
}

aside.new-navbar.active {
    display: block;
}

.menu-second-level {
    width: 220px;
    position: absolute;
    left: 65px;
    top: 0;
    background-color: #6529a0;
    height: 100%;
    z-index: 25;
    font-family: BaiJamjureeBold;
}

@media screen and (min-width: 1920px) {
    .menu-second-level {
        width:250px;
        left: 100px;
    }
}

.menu-second-level .menu-title {
    text-transform: uppercase;
    position: relative;
    padding: 107px 0 0 20px;
    align-items: center;
}

@media screen and (min-width: 1920px) {
    .menu-second-level .menu-title {
        padding:181px 0 0 20px;
    }
}

.menu-second-level .menu-title i {
    display: none;
    position: absolute;
    z-index: -1;
    filter: invert(46%) sepia(79%) saturate(334%) hue-rotate(44deg) brightness(91%) contrast(89%);
    left: -24px;
}

.menu-second-level .menu-title p {
    font-size: 18px;
    color: #cd83f3;
}

@media screen and (min-width: 1920px) {
    .menu-second-level .menu-title p {
        font-size:24px;
    }
}

.menu-second-level ul.featured-items {
    width: 220px;
    position: absolute;
    padding-top: 5px;
}

@media screen and (min-width: 1920px) {
    .menu-second-level ul.featured-items {
        width:250px;
        padding-top: 30px;
    }
}

.menu-second-level ul.featured-items li {
    position: relative;
}

.menu-second-level ul.featured-items li a.menu-link,.menu-second-level ul.featured-items li span.submenu-title {
    padding: 5px 15px 5px 20px;
    cursor: pointer;
    justify-content: space-between;
    text-decoration: none;
    color: #fff;
}

@media screen and (min-width: 1920px) {
    .menu-second-level ul.featured-items li a.menu-link,.menu-second-level ul.featured-items li span.submenu-title {
        padding:10px 15px 10px 25px;
    }
}

.menu-second-level ul.featured-items li a.menu-link i,.menu-second-level ul.featured-items li span.submenu-title i {
    transition: transform .1s linear;
    transform: scaleY(.7);
}

@media screen and (min-width: 1920px) {
    .menu-second-level ul.featured-items li a.menu-link i,.menu-second-level ul.featured-items li span.submenu-title i {
        transform:scaleY(1);
        margin-top: 5px;
    }
}

.menu-second-level ul.featured-items li .break-line {
    margin-left: 24px;
}

.menu-second-level ul.featured-items li .break-line {
    margin-left: 24px;
}

.menu-second-level ul.featured-items li a.menu-link img {
    width: 40px;
    margin-right: 10px;
}

.menu-second-level ul.featured-items li a.menu-link img.ico-pagar-conta {
    padding: 0 5px;
}

.menu-second-level ul.featured-items li.active:hover {
    background-color: transparent;
}

.menu-second-level ul.featured-items li.active span.submenu-title i {
    transform: scaleY(-.7);
    margin-top: 5px;
}

@media screen and (min-width: 1920px) {
    .menu-second-level ul.featured-items li.active span.submenu-title i {
        transform:scaleY(-1);
    }
}

.menu-second-level ul.featured-items li a.add-new {
    display: none;
    margin-top: -8px;
}

.menu-second-level ul.featured-items li a.add-new.second-add {
    margin-top: 0;
    margin-right: 11px;
}

@media screen and (min-width: 1367px) {
    .menu-second-level ul.featured-items li a.add-new {
        margin:-2px 5px 0 5px;
    }
}

.menu-second-level ul.featured-items li:hover {
    background-color: #713997;
}

.menu-second-level ul.featured-items li:hover a.add-new {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/marketClone/img/header/plus-border.png) no-repeat;
    position: absolute;
    right: 2px;
    bottom: 7px;
}

.menu-second-level ul li {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 0;
}

.menu-second-level ul li.favorite a span {
    display: inline-block;
    white-space: pre;
    font-size: 20px;
}

.menu-second-level ul li.favorite a span::first-line {
    font-size: 14px;
    font-weight: normal;
    font-family: BaiJamjuree;
}

.menu-second-level ul li.favorite i {
    background: url(/marketClone/img/new-erp/ic_edit_favorito.png) no-repeat;
    display: none;
    height: 30px;
    width: 30px;
    float: right;
    margin: 5px 15px 0 0;
    cursor: pointer;
}

.menu-second-level ul li.favorite:hover i {
    display: block;
}

@media screen and (min-width: 1920px) {
    .menu-second-level ul li {
        padding:13px 0;
        font-size: 16px;
    }
}

.menu-second-level ul li.submenu {
    padding: 5px 0;
}

.menu-second-level ul li.submenu ul {
    background-color: #713997;
    max-height: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: max-height .25s,padding .35s,margin .35s ease-in-out;
    -moz-transition: max-height .25s,padding .35s,margin .35s ease-in-out;
    -o-transition: max-height .25s,padding .35s,margin .35s ease-in-out;
    transition: max-height .25s,padding .35s,margin .35s ease-in-out;
    padding: 0;
    margin: 0;
}

.menu-second-level ul li.submenu ul li {
    font-family: BaiJamjuree;
    font-size: 12px;
    padding: 5px 0 5px 5px;
}

@media screen and (min-width: 1920px) {
    .menu-second-level ul li.submenu ul li {
        padding:0 0 0 25px;
        height: 35px;
        line-height: 35px;
    }
}

.menu-second-level ul li.submenu ul li.bt-menu-open-pdv {
    position: relative;
}

.menu-second-level ul li.submenu ul li.bt-menu-open-pdv::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 6px;
    right: 21px;
    background-color: #2584ee;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (min-width: 1920px) {
    .menu-second-level ul li.submenu ul li.bt-menu-open-pdv::before {
        width:19px;
        height: 19px;
    }
}

.menu-second-level ul li.submenu ul li.bt-menu-open-pdv.unavailable-coupon::before {
    background-color: #999;
}

.menu-second-level ul li.submenu ul li.bt-menu-open-pdv.open-coupon::before {
    background-color: #11b46d;
}

.menu-second-level ul li.submenu ul li.bt-menu-open-pdv.closed-coupon::before {
    background-color: #b47c11;
}

.menu-second-level ul li.submenu ul li.bt-menu-open-pdv.active-coupon::before {
    background-color: #bcb02f;
}

.menu-second-level ul li.submenu ul li a.menu-link {
    padding: 0 10px 0 25px;
    display: block;
}

.menu-second-level ul li.submenu:hover a.add-new {
    display: none;
}

.menu-second-level ul li.submenu:hover ul li:hover a.add-new {
    display: block;
    top: 3px;
    transform: scale(.7);
}

@media screen and (min-width: 1920px) {
    .menu-second-level ul li.submenu:hover ul li:hover a.add-new {
        top:6px;
        transform: scale(1);
    }
}

.menu-second-level ul li.submenu.active ul {
    max-height: 500px;
    margin-bottom: 5px;
}

.menu-second-level .favorite-enable {
    margin: 0 auto;
    color: #ff0;
    position: absolute;
    bottom: 10px;
    left: 25px;
}

.menu-second-level .favorite-enable.done {
    color: #fff;
}

.menu-second-level .favorite-edit {
    color: #ff0;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    left: 4px;
    top: 19px;
}

.include-sidebar .sidebar-box {
    position: relative;
    height: 100%;
}

.include-sidebar .sidebar-box aside.sidebar,.include-sidebar .sidebar-box .toggle-sidebar {
    position: fixed;
    top: 65px;
    height: -moz-calc(100% - 65px);
    height: -webkit-calc(100% - 65px);
    height: calc(100% - 65px);
    right: 0;
}

.include-sidebar .sidebar-box aside.sidebar {
    z-index: 2;
    width: 300px;
    -webkit-box-shadow: -10px 10px 35px 70px rgba(255,255,255,.85);
    -moz-box-shadow: -10px 10px 35px 70px rgba(255,255,255,.85);
    box-shadow: -10px 10px 35px 70px rgba(255,255,255,.85);
}

@media screen and (min-width: 1360px) {
    .include-sidebar .sidebar-box aside.sidebar {
        width:255px;
    }
}

@media screen and (min-width: 1366px) {
    .include-sidebar .sidebar-box aside.sidebar {
        display:block !important;
        -webkit-box-shadow: initial;
        -moz-box-shadow: initial;
        box-shadow: initial;
    }
}

@media screen and (min-width: 1440px) {
    .include-sidebar .sidebar-box aside.sidebar {
        width:300px;
    }
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar {
        width:550px;
        top: 94px;
        height: -moz-calc(100% - 94px);
        height: -webkit-calc(100% - 94px);
        height: calc(100% - 94px);
    }
}

.include-sidebar .sidebar-box aside.sidebar [data-aside*="aside-"] {
    width: 100%;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.absolute {
    position: absolute;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.fixed {
    position: fixed;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside .sidebar-wrapper {
    padding: 14px 21px 0 21px;
    margin-bottom: auto;
}

@media screen and (min-width: 1440px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside .sidebar-wrapper {
        padding:24px 21px 0 21px;
    }
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside .sidebar-wrapper {
        padding:25px 35px 7px 25px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside .sidebar-wrapper .sidebar-title {
    padding-bottom: 5px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside .sidebar-wrapper .sidebar-title p {
    text-transform: uppercase;
    font-family: BaiJamjureeBold;
    font-size: 14px;
    color: #fff;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside .sidebar-wrapper .sidebar-title {
        padding-bottom:14px;
    }

    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside .sidebar-wrapper .sidebar-title p {
        font-size: 18px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support {
    background-color: #2ac9f6;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support::-webkit-scrollbar-thumb {
    background: linear-gradient(61deg,#46b5d4 40%,#70c6e0 64%);
    border-radius: 8px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(13deg,#0e4657 14%,#155f75 64%);
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support::-webkit-scrollbar-track {
    background: #2ac9f6;
    border-radius: 10px;
    box-shadow: inset 2px -11px 30px #f0f0f0;
}

@media screen and (max-height: 849px) and (max-width:1919px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support {
        overflow-y:auto;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 1920px) and (max-height:903px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support {
        overflow-y:auto;
        overflow-x: hidden;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .sidebar-wrapper {
    padding: 0;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .title.title-marketup {
    color: #0e5164;
    font-size: 18px;
    font-weight: normal;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .title.title-marketup strong {
    font-size: 20px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup {
    color: #fff;
    font-size: 14px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium {
    width: 100%;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .price {
    position: relative;
    margin-top: -35px;
    right: -168px;
    font-size: 10px;
    text-transform: uppercase;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .price strong {
    display: block;
    font-size: 16px;
    color: #f4f42c;
}

@media screen and (max-width: 1359px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .price strong {
        position:relative;
        right: -50px;
    }
}

@media screen and (min-width: 1360px) and (max-width:1440px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .price strong {
        position:static;
    }
}

@media screen and (min-width: 1441px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .price strong {
        position:relative;
        right: -47px;
    }
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .price strong {
        right:-78px;
    }
}

@media screen and (min-width: 1360px) and (max-width:1440px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .price {
        position:initial;
        margin-top: -13px;
        font-size: 12px;
    }

    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .price strong {
        display: inline-block;
    }
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .price {
        max-width:210px;
        font-size: 14px;
        position: relative;
        left: 300px;
        top: -10px;
    }

    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .price strong {
        font-size: 18px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .text-content {
    text-align: center;
    padding-top: 20px;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .text-content.pd-0 {
        padding-top:0;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .text-content .text {
    line-height: 12px;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .text-content .text {
        padding:0 40px;
        line-height: 20px;
        font-size: 16px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .text-content:not(.consult-text) a {
    color: #f4f42c;
    margin-top: 10px;
    position: relative;
    top: 16px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .text-content.consult-text a {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .get-support-premium .text-content a {
    text-transform: uppercase;
    font-weight: 600;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup {
    padding: 12px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup .title.title-marketup {
    padding-bottom: 10px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-1 {
    background-color: #1c83a0;
    clip-path: polygon(0 0,100% 0,100% 76%,0 96%);
    height: 140px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-1 .text {
    font-size: 14px;
    line-height: 14px;
}

@media screen and (min-width: 1360px) and (max-width:1440px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-1 .text {
        font-size:13px;
        position: relative;
        top: -5px;
    }
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-1 .text {
        font-size:16px;
        line-height: 20px;
        padding: 0 40px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 {
    background-color: #1f92b2;
    clip-path: polygon(0 16%,100% 7%,100% 89%,0 96%);
    margin-top: -65px;
    padding-top: 55px;
    height: 300px;
}

@media screen and (min-height: 887px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 {
        margin-top:-55px;
    }
}

@media screen and (min-width: 1360px) and (max-width:1439px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 {
        margin-top:-76px;
    }
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 {
        margin-top:-68px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 .channels {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 .channels {
        padding:0 40px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 .channel {
    text-align: center;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 .channel img {
    max-width: 28px;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 .channel img {
        max-width:80px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 .channel .text {
    line-height: 16px;
    font-size: 14px;
    padding-top: 6px;
    text-transform: uppercase;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 .channel .text {
        font-size:18px;
        line-height: 20px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 button {
    color: #6fe915;
    border: 1px solid #6fe915;
    width: 100%;
    padding: 10px;
    margin-top: 28px;
    display: block;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 button {
        width:85%;
        margin: 16px auto 0 auto;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-2 button:hover {
    background-color: #6fe915;
    color: #fff;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 {
    background-color: #22a3c6;
    clip-path: polygon(0 16%,100% 7%,100% 89%,0 96%);
    height: 250px;
    padding-top: 50px;
    margin-top: -65px;
}

@media screen and (min-height: 887px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 {
        margin-top:-55px;
    }
}

@media screen and (min-width: 1360px) and (max-width:1439px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 {
        margin-top:-72px;
    }
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 {
        height:270px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 .support-premium {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 .support-premium {
        padding:0 40px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 .item {
    text-align: center;
    text-transform: uppercase;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 .item.round {
    border: 2px solid #f00;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #2f0254;
    width: 110px;
    padding: 19px 5px 26px 5px;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 .item.round {
        width:125px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 .item.round .text {
    font-size: 12px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 .item.round .text strong {
    position: relative;
    top: 8px;
    font-size: 16px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 .item img {
    max-width: 28px;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 .item img {
        max-width:80px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 .item .text {
    line-height: 16px;
    padding-top: 6px;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-3 .item .text {
        font-size:16px;
        line-height: 20px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 {
    background-color: #26b5dd;
    clip-path: polygon(0 16%,100% 7%,100% 89%,0 96%);
    height: 205px;
    padding-top: 40px;
    margin-top: -58px;
}

@media screen and (min-width: 1360px) and (max-width:1439px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 {
        height:210px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant {
        padding:0 40px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .item {
    display: flex;
    align-items: center;
    min-width: 230px;
}

@media screen and (min-width: 1360px) and (max-width:1439px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .item img {
        position:relative;
        top: -22px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .item strong {
    font-size: 14px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .text .phone {
    padding-right: 6px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .text .phone:nth-of-type(1) {
    border-right: 1px solid #fff;
    margin-right: 6px;
}

@media screen and (min-width: 1360px) and (max-width:1439px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .text .phone:nth-of-type(1) {
        border-right:none;
    }
}

@media screen and (min-width: 1360px) and (max-width:1439px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .text .phone:nth-of-type(2) {
        position:relative;
        top: -9px;
    }
}

@media screen and (min-width: 1360px) and (max-width:1439px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .text .phone {
        display:block;
    }
}

@media screen and (min-width: 1360px) and (max-width:1439px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .text .email {
        position:relative;
        top: -34px;
    }
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .text {
        font-size:14px;
    }

    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .text strong {
        font-size: 14px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .btn-container {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    left: -19px;
    top: -36px;
    color: #0e5164;
    font-weight: 500;
    line-height: 20px;
}

@media screen and (min-width: 1360px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .btn-container {
        left:-64px;
        top: -22px;
    }
}

@media screen and (min-width: 1440px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .btn-container {
        top:-36px;
        left: -27px;
    }
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-4 .consultant .btn-container {
        left:-45px;
        top: 0;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-5 {
    background-color: #2ac9f6;
    clip-path: polygon(0 10%,100% 0,100% 100%,0 100%);
    padding-top: 30px;
    height: 160px;
    margin-top: -30px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-5.higher {
    margin-top: -62px;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-5.higher {
        margin-top:-40px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-5 a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    padding-bottom: 6px !important;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-5 a:hover {
    background-color: #fff;
    color: #2ac9f6 !important;
}

@media screen and (min-height: 920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-5 a {
        margin-top:10px;
    }
}

@media screen and (min-height: 940px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-5 a {
        margin-top:12px !important;
    }
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup.bg-5 a {
        width:82%;
        margin: -3px auto 0 auto;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup:last-child {
    border: 0;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup .title-marketup {
    margin: 0;
    font-size: 14px;
    padding-bottom: 6px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup .sub-title-marketup {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup .others-places {
    padding-top: 10px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-support .support-marketup .list-item-marketup .text {
    font-size: 11px;
    line-height: 22px;
}

.include-sidebar .sidebar-box .toggle-sidebar {
    z-index: 3;
    width: 35px;
    display: flex;
}

@media screen and (min-width: 1366px) {
    .include-sidebar .sidebar-box .toggle-sidebar {
        display:none !important;
    }
}

.include-sidebar .sidebar-box .toggle-sidebar.active {
    right: 300px;
}

@media screen and (min-width: 1360px) {
    .include-sidebar .sidebar-box .toggle-sidebar.active {
        right:255px;
    }
}

.include-sidebar .sidebar-box .toggle-sidebar.active .open-sidebar:before,.include-sidebar .sidebar-box .toggle-sidebar.active .open-sidebar:after {
    transform: rotate(0);
}

.include-sidebar .sidebar-box .toggle-sidebar .open-sidebar {
    position: relative;
    align-self: center;
    height: 315px;
    background-color: #222;
    width: 100%;
    clip-path: polygon(0 10%,100% 0,100% 100%,0 90%);
}

.include-sidebar .sidebar-box .toggle-sidebar .open-sidebar:before,.include-sidebar .sidebar-box .toggle-sidebar .open-sidebar:after {
    content: '';
    position: absolute;
    left: 6px;
    display: block;
    background: url('/marketClone/img/new-erp/aside-double-arrow.png') center no-repeat;
    width: 25px;
    height: 25px;
    transform: rotate(-180deg);
}

.include-sidebar .sidebar-box .toggle-sidebar .open-sidebar:before {
    top: 42px;
}

.include-sidebar .sidebar-box .toggle-sidebar .open-sidebar:after {
    bottom: 42px;
}

.include-sidebar .sidebar-box .toggle-sidebar .open-sidebar span.text {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    font-family: BaiJamjureeBold;
    transform: rotate(-180deg);
    height: 100%;
    width: 100%;
    line-height: 35px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
}

@media screen and (min-width: 1366px) {
    .include-sidebar {
        width:255px;
    }
}

@media screen and (min-width: 1440px) {
    .include-sidebar {
        width:300px;
    }
}

@media screen and (min-width: 1920px) {
    .include-sidebar {
        width:550px;
    }
}

#financial-graph-area .graph-info {
    padding-right: 25px;
}

#sell-evolution-chart-sidebar svg {
    margin-left: -30px;
    fill: #fff;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert {
    display: grid;
    background-color: #f6892a;
    grid-template-rows: 1fr 180px 40px;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert {
        grid-template-rows:1fr 230px 50px;
    }

    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .box-carousel {
        height: 230px;
    }

    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery {
        height: 230px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-bottom-marketplace p.box-title {
    display: none;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .sidebar-title {
    border-bottom: 1px solid #faac6a;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .sidebar-title p {
    color: #fff;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex {
    align-items: center;
    padding: 7px 0 15px 0;
}

@media screen and (min-width: 1440px) and (max-width:1499px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex {
        padding:20px 0;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex:nth-of-type(2) {
    border-top: 1px solid #faac6a;
    border-bottom: 1px solid #faac6a;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .img-box {
    display: none;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .img-box {
        display:block;
        width: 190px;
    }

    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .img-box img {
        width: auto;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content {
        padding-left:30px;
        display: block;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content .text-info {
    color: #fff;
    padding-right: 5px;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content .text-info {
        padding-right:0;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content .text-info p {
    margin: 0;
    text-transform: uppercase;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content .text-info p.number {
    font-family: BaiJamjureeBold;
    font-size: 24px;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content .text-info p.number {
        font-size:36px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content .text-info p.text {
    font-family: BaiJamjuree;
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 3px 0;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content .text-info p.text {
        margin:5px 0 10px 0;
        font-size: 14px;
        line-height: 16px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content a,.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content button {
    width: 105px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #8e460a;
    border: 2px solid #8e460a;
    height: 26px;
    line-height: 23px;
    display: block;
    box-sizing: border-box;
    font-family: BaiJamjureeBold;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content a,.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-alert .sidebar-wrapper .alert-block .flex .alert-content button {
        width:171px;
        font-size: 18px;
        height: 43px;
        line-height: 43px;
    }
}

aside.sidebar .sidebar-inside.sidebar-marketplace {
    width: 100%;
    background-color: #373737;
    display: none;
    justify-content: flex-start;
}

aside.sidebar .sidebar-inside.sidebar-marketplace.active {
    display: block;
}

@media screen and (min-width: 1366px) {
    aside.sidebar .sidebar-inside.sidebar-marketplace {
        display:flex;
    }
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner {
    width: 100%;
    height: 228px;
    padding-left: 30px;
    padding-bottom: 25px;
    display: flex;
    place-items: flex-end;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner.segment-1 {
    background: url(/marketClone/img/new-erp/dashboard-marketplace/segment-1.jpg) no-repeat center center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner.segment-2 {
    background: url(/marketClone/img/new-erp/dashboard-marketplace/segment-2.jpg) no-repeat center center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner.segment-3 {
    background: url(/marketClone/img/new-erp/dashboard-marketplace/segment-3.jpg) no-repeat center center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner.segment-4 {
    background: url(/marketClone/img/new-erp/dashboard-marketplace/segment-4.jpg) no-repeat center center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner.segment-5 {
    background: url(/marketClone/img/new-erp/dashboard-marketplace/segment-5.jpg) no-repeat center center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner.segment-6 {
    background: url(/marketClone/img/new-erp/dashboard-marketplace/segment-6.jpg) no-repeat center center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner.segment-8 {
    background: url(/marketClone/img/new-erp/dashboard-marketplace/segment-8.jpg) no-repeat center center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner.segment-9 {
    background: url(/marketClone/img/new-erp/dashboard-marketplace/segment-9.jpg) no-repeat center center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner.segment-11 {
    background: url(/marketClone/img/new-erp/dashboard-marketplace/segment-11.jpg) no-repeat center center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner.segment-12 {
    background: url(/marketClone/img/new-erp/dashboard-marketplace/segment-12.jpg) no-repeat center center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner.segment-14 {
    background: url(/marketClone/img/new-erp/dashboard-marketplace/segment-14.jpg) no-repeat center center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner.segment-36 {
    background: url(/marketClone/img/new-erp/dashboard-marketplace/segment-36.jpg) no-repeat center center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .banner p.segment-name {
    color: #fff;
    text-transform: uppercase;
    font-family: BaiJamjureeBold;
    font-size: 24px;
    line-height: 22px;
}

@media screen and (min-width: 1920px) {
    aside.sidebar .sidebar-inside.sidebar-marketplace .banner {
        width:550px;
        height: 250px;
        padding-left: 70px;
        padding-bottom: 0;
        place-items: center;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .banner p.segment-name {
        font-size: 36px;
        line-height: 34px;
    }
}

aside.sidebar .sidebar-inside.sidebar-marketplace .tabs {
    height: 35px;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .tabs .tab {
    width: 100%;
    line-height: 35px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #ff0;
    font-size: 12px;
    background-color: #373737;
    border-top: 2px solid #ff0;
}

aside.sidebar .sidebar-inside.sidebar-marketplace p.box-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-family: BaiJamjureeBold;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #474747;
}

@media screen and (min-width: 1920px) {
    aside.sidebar .sidebar-inside.sidebar-marketplace p.box-title {
        font-size:16px;
        padding: 0 0 20px 30px;
    }
}

aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel {
    margin-bottom: 30px;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .box-brand .brand-carousel.owl-carousel {
    padding: 0 40px;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .box-brand .brand-carousel.owl-carousel .owl-stage {
    height: 100px;
    display: flex;
    align-items: center;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .box-brand .brand-carousel.owl-carousel .owl-nav button {
    position: absolute;
    top: 17px;
    color: #fff;
    font-size: 36px;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .box-brand .brand-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .box-brand .brand-carousel.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .box-brand .brand-carousel.owl-carousel .owl-nav button:hover {
    background-color: transparent;
}

@media screen and (min-width: 1920px) {
    aside.sidebar .sidebar-inside.sidebar-marketplace .box-brand .brand-carousel.owl-carousel {
        padding:0 40px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-brand .brand-carousel.owl-carousel .owl-stage {
        height: 100px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-brand .brand-carousel.owl-carousel .owl-nav button {
        top: 17px;
        font-size: 36px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-brand .brand-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-brand .brand-carousel.owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }
}

aside.sidebar .sidebar-inside.sidebar-marketplace .view-products {
    padding-top: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

aside.sidebar .sidebar-inside.sidebar-marketplace .link-marketplace {
    margin-top: auto;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel {
    background-color: #373737;
    position: relative;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery {
    min-width: 100%;
    width: 100%;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .user-interaction .controls,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .user-interaction .controls,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .user-interaction .controls {
    width: 30px;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .user-interaction .controls button,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .user-interaction .controls button,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .user-interaction .controls button {
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .user-interaction .controls.prev button i,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .user-interaction .controls.prev button i,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .user-interaction .controls.prev button i {
    float: left;
    margin-left: 5px;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .user-interaction .controls.next button i,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .user-interaction .controls.next button i,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .user-interaction .controls.next button i {
    transform: rotate(180deg);
    float: right;
    margin-right: 5px;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider {
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content {
    display: grid;
    grid-template-columns: 101px 117px;
    grid-column-gap: 16px;
    padding: 15px 10px 15px 35px;
    grid-template-areas: "name image" "barcode image" "divisor image" "value image" "detail image";
    align-items: center;
    text-transform: initial;
}

@media screen and (min-width: 1360px) {
    aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content {
        grid-template-columns:90px 95px;
        grid-column-gap: 10px;
    }
}

@media screen and (min-width: 1440px) {
    aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content {
        grid-template-columns:101px 117px;
        grid-column-gap: 16px;
    }
}

@media screen and (min-width: 1920px) {
    aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content {
        grid-template-columns:200px 218px;
    }
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .product-image,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .product-image,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .product-image {
    display: grid;
    place-items: center center;
    grid-area: image;
    width: 100%;
    height: 122px;
    border: 2px solid #c82422;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .product-image .image-container,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .product-image .image-container,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .product-image .image-container {
    display: grid;
    place-items: center;
    background-color: #fff;
    width: 98%;
    height: 98%;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .product-image .image-container img,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .product-image .image-container img,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .product-image .image-container img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content p.product-name,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content p.product-name,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content p.product-name {
    grid-area: name;
    font-family: PatuaOne,Arial,Helvetica,sans-serif;
    height: 30px;
    font-size: 10px;
    color: #032d3b;
    line-height: 1;
    color: #fff;
    margin: 0;
}

@media screen and (min-width: 1920px) {
    aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content p.product-name,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content p.product-name,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content p.product-name {
        height:36px;
    }
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content p.product-name.clamp,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content p.product-name.clamp,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content p.product-name.clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .barcode-content,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .barcode-content,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .barcode-content {
    grid-area: barcode;
    display: grid;
    grid-template-columns: 16px auto;
    grid-column-gap: 8px;
    justify-content: left;
    color: #fff;
    align-items: center;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .barcode-content i,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .barcode-content i,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .barcode-content i {
    font-size: 13px;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .barcode-content p,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .barcode-content p,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .barcode-content p {
    font-size: 8px;
    font-family: BaiJamjureeSemiBold,Arial,Helvetica,sans-serif;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content hr.divisor,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content hr.divisor,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content hr.divisor {
    grid-area: divisor;
    background-color: #5c5c5c;
    margin: 0;
    border: none;
    height: 2px;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .value-content,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .value-content,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .value-content {
    display: grid;
    grid-template-columns: 100%;
    grid-area: value;
    justify-content: right;
    margin-bottom: 12px;
    line-height: .96;
    color: #fff;
    padding-top: 5px;
    margin-bottom: 0;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.text-value,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.text-value,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.text-value {
    font-family: BaiJamjureeSemiBold,Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: right;
    margin: 0;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value {
    display: flex;
    align-items: baseline;
    font-family: BaiJamjureeBold,Arial,Helvetica,sans-serif;
    justify-self: right;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.currency,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.currency,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.currency {
    margin-right: 6px;
    font-size: 10px;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.integer-value,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.integer-value,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.integer-value {
    font-size: 24px;
    flex: 1;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.decimal-value,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.decimal-value,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.decimal-value {
    font-size: 14px;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content {
    display: grid;
    grid-area: detail;
    grid-template-columns: 23px auto;
    grid-template-rows: 23px;
    place-items: center center;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button {
    position: relative;
    background-color: #f6b2b2;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button input,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button input,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    margin: 0;
    z-index: 2;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button input:checked~i,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button input:checked~i,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button input:checked~i {
    background-position: -281px -197px;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button i.sprite-new-erp.icon-fav-empty-heart,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button i.sprite-new-erp.icon-fav-empty-heart,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button i.sprite-new-erp.icon-fav-empty-heart {
    transform: scale(.7);
    position: relative;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button:hover i,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button:hover i,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button:hover i {
    background-position: -260px -197px;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content a,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content a,aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: BaiJamjureeSemiBold,Arial,Helvetica,sans-serif;
    font-size: 8px;
    text-align: center;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    background-color: #c82422;
}

aside.sidebar .sidebar-inside.sidebar-alert .link-marketplace,aside.sidebar .sidebar-inside.sidebar-marketplace .link-marketplace,aside.sidebar .sidebar-inside.sidebar-erp .link-marketplace {
    background-color: #c82422;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

@media screen and (min-width: 1920px) {
    aside.sidebar .sidebar-inside.sidebar-alert .link-marketplace,aside.sidebar .sidebar-inside.sidebar-marketplace .link-marketplace,aside.sidebar .sidebar-inside.sidebar-erp .link-marketplace {
        height:50px;
        line-height: 50px;
    }
}

aside.sidebar .sidebar-inside.sidebar-alert .link-marketplace a,aside.sidebar .sidebar-inside.sidebar-marketplace .link-marketplace a,aside.sidebar .sidebar-inside.sidebar-erp .link-marketplace a {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: BaiJamjureeBold;
    display: block;
    position: relative;
}

aside.sidebar .sidebar-inside.sidebar-alert .link-marketplace a i,aside.sidebar .sidebar-inside.sidebar-marketplace .link-marketplace a i,aside.sidebar .sidebar-inside.sidebar-erp .link-marketplace a i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(.6);
}

@media screen and (min-width: 1360px) {
    aside.sidebar .sidebar-inside.sidebar-alert .link-marketplace a,aside.sidebar .sidebar-inside.sidebar-marketplace .link-marketplace a,aside.sidebar .sidebar-inside.sidebar-erp .link-marketplace a {
        text-align:left;
        margin-left: 4px;
    }

    aside.sidebar .sidebar-inside.sidebar-alert .link-marketplace a i,aside.sidebar .sidebar-inside.sidebar-marketplace .link-marketplace a i,aside.sidebar .sidebar-inside.sidebar-erp .link-marketplace a i {
        right: -5px;
        transform: translateY(-50%) scale(.4);
    }
}

@media screen and (min-width: 1440px) {
    aside.sidebar .sidebar-inside.sidebar-alert .link-marketplace a,aside.sidebar .sidebar-inside.sidebar-marketplace .link-marketplace a,aside.sidebar .sidebar-inside.sidebar-erp .link-marketplace a {
        font-size:11px;
        text-align: center;
        margin-left: 0;
    }

    aside.sidebar .sidebar-inside.sidebar-alert .link-marketplace a i,aside.sidebar .sidebar-inside.sidebar-marketplace .link-marketplace a i,aside.sidebar .sidebar-inside.sidebar-erp .link-marketplace a i {
        right: 0;
        transform: translateY(-50%) scale(.6);
    }
}

@media screen and (min-width: 1920px) {
    aside.sidebar .sidebar-inside.sidebar-alert .link-marketplace a,aside.sidebar .sidebar-inside.sidebar-marketplace .link-marketplace a,aside.sidebar .sidebar-inside.sidebar-erp .link-marketplace a {
        font-size:18px;
    }

    aside.sidebar .sidebar-inside.sidebar-alert .link-marketplace a i,aside.sidebar .sidebar-inside.sidebar-marketplace .link-marketplace a i,aside.sidebar .sidebar-inside.sidebar-erp .link-marketplace a i {
        right: 30px;
        transform: translateY(-50%) scale(1);
    }
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel {
    height: 180px;
}

aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery,aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery {
    height: 180px;
}

aside.sidebar .sidebar-inside.sidebar-erp .box-carousel {
    margin-top: auto;
    height: 100%;
    min-height: 150px;
}

aside.sidebar .sidebar-inside.sidebar-erp .box-carousel div {
    height: 100%;
}

aside.sidebar .sidebar-inside.sidebar-erp .box-carousel div .pure-gallery {
    height: 100%;
}

aside.sidebar .sidebar-inside.sidebar-erp .box-carousel div .pure-gallery .content {
    height: 100%;
}

aside.sidebar .sidebar-inside.sidebar-erp .box-carousel div .pure-gallery .content .content-slider .product-content {
    padding: 0;
    height: 139px;
    justify-content: inherit;
}

@media screen and (min-width: 1360px) {
    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel div .pure-gallery .content .content-slider .product-content {
        grid-template-columns:90px 95px;
    }
}

@media screen and (min-width: 1440px) {
    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel div .pure-gallery .content .content-slider .product-content {
        grid-template-columns:101px auto;
    }
}

@media screen and (min-width: 1920px) {
    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel div .pure-gallery .content .content-slider .product-content {
        grid-template-columns:200px auto;
    }
}

aside.sidebar .sidebar-inside.sidebar-erp .box-carousel.big-size .pure-gallery .content .content-slider .product-content {
    height: 180px;
}

aside.sidebar .sidebar-inside.sidebar-erp .box-carousel.big-size .pure-gallery .content .content-slider .product-content .product-image {
    width: 120px;
    height: 160px;
}

@media only screen and (min-width: 1920px) {
    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel.big-size .pure-gallery .content .content-slider .product-content .product-image {
        width:160px;
    }
}

@media screen and (min-width: 1920px) {
    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .user-interaction .controls,aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .user-interaction .controls {
        width:50px;
    }

    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .user-interaction .controls button,aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .user-interaction .controls button {
        width: 50px;
    }

    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .product-image,aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .product-image {
        width: 161px;
        height: 160px;
    }

    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content p.product-name,aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content p.product-name {
        font-size: 12px;
        text-transform: capitalize;
    }

    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .barcode-content p,aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .barcode-content p {
        margin: 0;
    }

    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.text-value,aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.text-value {
        font-size: 11px;
    }

    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.currency,aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.currency {
        font-size: 11px;
    }

    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.integer-value,aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.integer-value {
        font-size: 25px;
    }

    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.decimal-value,aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.decimal-value {
        font-size: 15px;
    }

    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content,aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content {
        grid-template-columns: 33px auto;
        grid-template-rows: 33px;
    }

    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button i.sprite-new-erp.icon-fav-empty-heart,aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button i.sprite-new-erp.icon-fav-empty-heart {
        transform: scale(1);
    }

    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content a,aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content a {
        font-size: 11px;
        line-height: 33px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel {
        height: 260px;
        margin: 0;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery {
        width: 300px;
        height: 260px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .user-interaction .controls {
        width: 50px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .user-interaction .controls button {
        width: 50px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content {
        padding: 18px 59px 18px 59px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .product-image {
        width: 212px;
        height: 212px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content p.product-name {
        font-size: 15.8px;
        height: 45px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content hr.divisor {
        margin: 10px 0;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .value-content {
        padding-top: 0;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.text-value {
        font-size: 14px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.currency {
        font-size: 18px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.integer-value {
        font-size: 48px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .value-content p.product-value span.decimal-value {
        font-size: 24px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content {
        grid-template-columns: 33px auto;
        grid-template-rows: 33px;
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content button i.sprite-new-erp.icon-fav-empty-heart {
        transform: scale(1);
    }

    aside.sidebar .sidebar-inside.sidebar-marketplace .box-carousel .pure-gallery .content .content-slider .product-content .view-detail-content a {
        font-size: 11px;
        line-height: 33px;
    }

    aside.sidebar .sidebar-inside.sidebar-erp .box-carousel .pure-gallery .content .content-slider .product-content .product-image {
        height: 135px;
    }

    aside.sidebar .sidebar-inside.sidebar-alert .box-carousel .pure-gallery .content .content-slider .product-content {
        padding: 18px 59px 18px 95px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration {
    background-color: #6529a0;
    justify-content: flex-start;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .sidebar-wrapper {
    margin-bottom: 0;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .sidebar-wrapper .sidebar-title {
    border-bottom: 1px solid #fff;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items {
    padding: 14px 21px;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list {
    padding: 0 5px 0 0;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list {
        padding:25px 5px 25px 0;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu {
    color: #fff;
    text-transform: uppercase;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu {
        margin-bottom:25px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu span.submenu-title {
    font-size: 14px;
    font-family: BaiJamjureeBold;
    align-items: center;
    cursor: pointer;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu span.submenu-title {
        font-size:18px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu span.submenu-title .wrap-icon {
    width: 25px;
    margin-right: 15px;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu span.submenu-title .wrap-icon {
        width:50px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu span.submenu-title i {
    margin: 0 auto;
    transform: scale(.7);
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu span.submenu-title i {
        transform:scale(1);
        margin: 0 15px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu span.submenu-title i.config-drop {
    margin: 0 0 0 auto;
    transition: transform .1s linear;
    transform: rotate(-90deg);
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu ul.internal-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease-out;
    margin: 5px 0 10px 0;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu ul.internal-list {
        margin:15px 0 10px 0;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu ul.internal-list li {
    background-color: #8045a1;
    height: 25px;
    line-height: 25px;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu ul.internal-list li {
        height:45px;
        line-height: 45px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu ul.internal-list li a.menu-link {
    font-size: 10px;
    color: #fff;
    display: block;
    padding-left: 40px;
    text-decoration: none;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu ul.internal-list li a.menu-link.active {
    color: #fcfc00;
}

@media screen and (min-width: 1920px) {
    .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu ul.internal-list li a.menu-link {
        font-size:14px;
        padding-left: 90px;
    }
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu ul.internal-list li:hover,.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu ul.internal-list li:active {
    background-color: #753b96;
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu.active span.submenu-title i.config-drop {
    transform: rotate(90deg);
}

.include-sidebar .sidebar-box aside.sidebar .sidebar-inside.sidebar-configuration .config-list-items ul.config-list li.submenu.active ul.internal-list {
    max-height: 500px;
    transition: max-height .35s ease-in;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp {
    display: grid;
    grid-template-rows: auto minmax(auto,545px) 1fr;
    grid-template-columns: 100%;
    background-color: #0f74a6;
    color: #fff;
    text-transform: uppercase;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp h3,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp h4,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp p {
    margin: 0 0 6px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp h4 {
    font-family: BaiJamjureeBold;
    font-size: 12px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp hr {
    border: none;
    border-bottom: 2px solid #2882af;
    margin: 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .positive {
    color: #56d78c;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .positive p,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .positive span {
    color: #56d78c;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .negative {
    color: #f77777;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .negative p,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .negative span {
    color: #f77777;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .row {
    margin: 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .row .col-xs-12 {
    padding: 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-sell-cents {
    margin-left: -4px !important;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .blue-number {
    color: #87ddff;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header {
    padding: 20px 20px 10px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .select-box {
    position: relative;
    width: 121px;
    width: 141px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .select-box .sidebar-erp-area-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
    padding: 1px 5px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ff0;
    font-family: BaiJamjureeBold;
    position: relative;
    z-index: 2;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .select-box .sidebar-erp-area-select option {
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .select-box:before {
    content: '';
    display: block;
    background: url('/marketClone/img/new-erp/sprite-new-erp.png') no-repeat;
    width: 8px;
    height: 14px;
    background-position: -321px -146px;
    position: absolute;
    top: 8px;
    right: 3px;
    transform: rotate(-90deg);
    z-index: 1;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .dashboard-visibility-box {
    display: flex;
    flex-direction: row-reverse;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .dashboard-visibility-box .btn-toggle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .dashboard-visibility-box .btn-toggle .glyphicon {
    margin-right: 3px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .date-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .date-container .sidebar-erp-date {
    font-size: 16px;
    font-family: BaiJamjureeBold;
    line-height: 27px;
}

@media only screen and (min-width: 1360px) {
    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .select-box {
        width:120px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .select-box .sidebar-erp-area-select {
        font-size: 16px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .date-container .sidebar-erp-date {
        font-size: 12px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 1440px) {
    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .select-box {
        width:141px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .select-box .sidebar-erp-area-select {
        font-size: 18px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header .date-container .sidebar-erp-date {
        font-size: 16px;
        line-height: 27px;
    }
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header hr {
    margin-top: 14px;
    margin-bottom: 0;
    border-color: #2882af;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content {
    display: grid;
    grid-template-rows: auto 1fr 20px;
    padding: 4px 20px 14px;
    overflow: hidden;
    height: 100%;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area h4 {
    margin: 0 0 10px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side {
    display: none;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item {
    margin-bottom: 10px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-toggle {
    background-color: #2882af;
    height: 40px;
    display: flex;
    place-items: center;
    cursor: pointer;
    position: relative;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-toggle:before {
    position: absolute;
    font-size: 32px;
    bottom: 0;
    left: 0;
    font-family: BaiJamjureeBold;
    color: #3e95bf;
    white-space: nowrap;
    overflow: hidden;
    width: 15px;
    height: 32px;
    direction: rtl;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-toggle .item-name-content {
    height: 100%;
    display: grid;
    place-items: center;
    border-right: 1px solid #3e95bf;
    padding: 0 19px 0 29px;
    flex: 1;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-toggle .item-name-content .best-sell-item-toggle-info {
    margin: 0;
    font-size: 10px;
    line-height: 1.1;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-toggle .best-sell-item-toggle-btn {
    width: 39px;
    background-color: #2882af;
    border: none;
    color: #87ddff;
    outline: transparent;
    cursor: pointer;
    position: relative;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-toggle .best-sell-item-toggle-btn:after {
    content: '-';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail {
    display: none;
    background-color: #3e95bf;
    padding: 10px 34px 9px 20px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-price span.dash-title,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-month span.dash-title,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-profit span.dash-title,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-stock span.dash-title {
    font-family: BaiJamjureeBold;
    font-size: 8px;
    display: block;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-price .blue-number,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-month .blue-number,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-profit .blue-number,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-stock .blue-number,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-price .sidebar-percent-value,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-month .sidebar-percent-value,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-profit .sidebar-percent-value,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-stock .sidebar-percent-value {
    font-family: BaiJamjureeSemiBold;
    line-height: 1;
    margin: 0 0 2px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-price .blue-number span.cash-currency,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-month .blue-number span.cash-currency,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-profit .blue-number span.cash-currency,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-stock .blue-number span.cash-currency,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-price .sidebar-percent-value span.cash-currency,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-month .sidebar-percent-value span.cash-currency,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-profit .sidebar-percent-value span.cash-currency,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-stock .sidebar-percent-value span.cash-currency,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-price .blue-number span.sidebar-sell-cents,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-month .blue-number span.sidebar-sell-cents,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-profit .blue-number span.sidebar-sell-cents,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-stock .blue-number span.sidebar-sell-cents,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-price .sidebar-percent-value span.sidebar-sell-cents,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-month .sidebar-percent-value span.sidebar-sell-cents,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-profit .sidebar-percent-value span.sidebar-sell-cents,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-stock .sidebar-percent-value span.sidebar-sell-cents {
    font-size: 9.31px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-price .blue-number span.sidebar-sell-money,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-month .blue-number span.sidebar-sell-money,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-profit .blue-number span.sidebar-sell-money,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-stock .blue-number span.sidebar-sell-money,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-price .sidebar-percent-value span.sidebar-sell-money,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-month .sidebar-percent-value span.sidebar-sell-money,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-profit .sidebar-percent-value span.sidebar-sell-money,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-stock .sidebar-percent-value span.sidebar-sell-money {
    font-size: 14px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-price,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-profit {
    margin-bottom: 10px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-profit span,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-stock span,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-profit p,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-detail .best-sell-item-stock p {
    text-align: right;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item .best-sell-item-toggle:before {
    content: attr(data-index-number);
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item.active .best-sell-item-toggle-btn:after {
    content: '+';
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-item.active .best-sell-item-detail {
    display: block;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers hr {
    margin-bottom: 4px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side .best-sellers .best-sell-full-list {
    font-size: 10px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume {
    text-align: left;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item {
    padding: 10px 0 10px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item:first-of-type {
    padding-top: 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item h4,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item p,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item span {
    line-height: 1;
    text-align: center;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item h4,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item .blue-number {
    font-family: BaiJamjureeBold;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item p,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item span {
    margin: 0 0 6px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item h4 {
    font-family: BaiJamjureeBold;
    font-size: 12px;
    margin: 0 0 4px;
    color: #fff;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item .small-number {
    font-size: 10px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item .big-number {
    font-size: 18px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item.claims-values .big-number,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item.providers-values .big-number {
    margin: 0 0 9px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item.cash-values p.sidebar-cash-value.sidebar-cash-max-size span.cash-currency {
    font-size: 12px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item.cash-values p.sidebar-cash-value.sidebar-cash-max-size span.sidebar-sell-cents {
    font-size: 16px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container {
    margin: 0 auto;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container .stock-chart-carousel .stock-graph,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container .stock-chart-static-graphs .stock-graph {
    margin: 0 auto;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container .stock-chart-carousel #stock-chart-gallery {
    height: 170px;
    min-width: initial;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container .stock-chart-carousel #stock-chart-gallery .stock-graph {
    width: 170px;
    height: 125px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container .stock-chart-carousel #stock-chart-gallery .donut-graph-uniq-data .c3-chart-arcs-title {
    font-size: 13px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container .stock-chart-carousel #stock-chart-gallery .controls.prev {
    padding-bottom: 28px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container .stock-chart-carousel #stock-chart-gallery .controls.next {
    padding-top: 26px;
    transform: rotate(180deg);
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container .stock-chart-carousel #stock-chart-gallery .controls button {
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container .stock-chart-static-graphs {
    display: none;
}

@media only screen and (min-width: 1920px) {
    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container .stock-chart-carousel {
        display:none;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container .stock-chart-static-graphs {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        justify-items: center;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graphs-container .stock-chart-static-graphs .stock-graphs {
        margin: 0;
    }
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side {
    display: none;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side h4 {
    text-align: center;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .financial-graph {
    height: 390px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .financial-graph .graph-container [id*="chart"] img {
    display: block;
    margin: 0 auto;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .financial-graph .graph-container .first-chart {
    padding-top: 15px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .financial-graph .graph-container .chart-margin {
    margin-bottom: 20px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .emmited-invoice {
    margin-top: 30px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .emmited-invoice h4 {
    margin-bottom: 7px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .emmited-invoice p,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .emmited-invoice span {
    line-height: 1;
    text-align: center;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .emmited-invoice .big-value {
    font-family: BaiJamjureeSemiBold;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .emmited-invoice .big-value .cash-currency {
    font-size: 14px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .emmited-invoice .big-value .sidebar-sell-money {
    font-size: 28.37px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .emmited-invoice .big-value .sidebar-sell-cents {
    font-size: 18.91px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side .emmited-invoice .small-value {
    font-size: 10px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side h4 {
    text-align: right;
    margin-bottom: 5px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .balance .balance-value {
    text-align: right;
    font-family: BaiJamjureeBold;
    line-height: 1;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .balance .balance-value .cash-currency,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .balance .balance-value .sidebar-sell-cents {
    font-size: 15px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .balance .balance-value .sidebar-sell-money {
    font-size: 24px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .balance.estimated-content {
    padding-top: 5px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .balance.estimated-content h4 {
    margin-bottom: 8px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-title {
    display: flex;
    place-items: center;
    width: 100%;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-title .dash-title {
    padding-right: 10px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-title hr {
    flex: 1;
    border: 1px solid #fff;
    border-top: none;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-title i.icon {
    font-style: normal;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 22px;
    line-height: 20px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-title i.icon.minus {
    line-height: 18px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content {
    display: flex;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .bills-detail,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .bills-detail {
    flex: 1;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .bills-detail .detail-title,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .bills-detail .detail-title {
    background-color: #3d8fb7;
    line-height: 25px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .bills-detail .detail-title,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .bills-detail .detail-title,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .bills-detail .value,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .bills-detail .value {
    padding-right: 23px;
    text-align: right;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .bills-detail .value,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .bills-detail .value {
    background-color: #2782af;
    font-family: BaiJamjureeSemiBold;
    line-height: 27px;
    display: block;
    height: 27px;
    margin: 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .bills-detail .value .cash-currency,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .bills-detail .value .cash-currency {
    font-size: 11.84px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .bills-detail .value .sidebar-sell-money,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .bills-detail .value .sidebar-sell-money {
    font-size: 24px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .bills-detail .value .sidebar-sell-cents,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .bills-detail .value .sidebar-sell-cents {
    font-size: 16px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .btn-go-to-link,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .btn-go-to-link {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .btn-go-to-link.positive,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .btn-go-to-link.positive {
    background-color: #56d78c;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .btn-go-to-link.negative,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .btn-go-to-link.negative {
    background-color: #f77777;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content {
    margin: 5px 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content {
    margin-bottom: 11px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .dash-title,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .detail-title {
    font-family: BaiJamjureeBold;
    color: #9ee1ff;
    font-size: 12px;
    margin: 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .show-complete-box {
    grid-row-start: 3;
    grid-row-end: 4;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .dash-title {
    font-family: BaiJamjureeBold;
    font-size: 12px;
    color: #9ee1ff;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .maximum-potencial-sell {
    margin-bottom: 25px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .maximum-potencial-sell p {
    text-align: center;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .maximum-potencial-sell p.dash-title {
    color: #56d78c;
    margin-bottom: 3px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .maximum-potencial-sell p.value {
    line-height: 1;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item {
    display: flex;
    margin-bottom: 7px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item:last-of-type {
    margin-bottom: 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-cash {
    text-align: center;
    font-size: .8em;
    flex: 1;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-cash .title-content {
    background-color: #3d8fb7;
    padding: 6px 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-cash .title-content h4 {
    margin: 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-cash .detail-content {
    padding: 3px 0;
    background-color: #2782af;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-cash .detail-content p {
    margin: 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-cash .detail-content .sidebar-cash-value {
    font-size: 1.8em;
    font-weight: normal;
    color: #fff;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-percentual {
    position: relative;
    min-width: 65px;
    text-align: center;
    padding: 5px 0;
    background-repeat: no-repeat;
    background-position: center 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3e95c0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-percentual .percent-content p {
    display: flex;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-percentual .percent-content p span {
    color: #fff;
    font-size: 12px;
    font-family: baiJamjureeSemiBold;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-percentual i.icon-arrow {
    display: block;
    width: 13px;
    height: 20px;
    margin: 0 auto 11px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-percentual.positive {
    background-color: #56d78c;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-percentual.positive i.icon-arrow {
    background: url('/marketClone/img/new-erp/dashboard/icon-arrow-up.png') no-repeat;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-percentual.negative {
    background-color: #f77777;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .sell-status-data-item .sell-status-data-item-percentual.negative i.icon-arrow {
    background: url('/marketClone/img/new-erp/dashboard/icon-arrow-down.png') no-repeat;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .value {
    font-family: BaiJamjureeSemiBold;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .value .cash-currency {
    font-size: 11.84px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .value .sidebar-sell-money {
    font-size: 24px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side .sell-status-data .value .sidebar-sell-cents {
    font-size: 16px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-data-item:first-of-type,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-data-item:nth-of-type(2) {
    display: none;
    margin-bottom: 20px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-data-item:first-of-type {
    margin-top: 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-data-item:last-of-type {
    margin-top: 20px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-container-icon {
    text-align: center;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-info h4,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-info p {
    text-align: center;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-info h4 {
    font-size: 12px;
    font-family: baiJamjureeSemiBold;
    margin-bottom: 12px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-info p {
    color: #87ddff;
    font-family: baiJamjureeBold;
    line-height: 1;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-info p.big-text {
    font-size: 18px;
    margin-bottom: 4px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-info p.small-text {
    font-size: 12px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .sidebar-erp-graphs {
    margin-top: auto;
    margin-bottom: 1px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .sidebar-erp-graphs .sell-graphs {
    display: none;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-box .left-side,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-box .right-side {
    width: 100%;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-graphs hr {
    margin-top: 2px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-graphs img {
    width: 100%;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-graphs h4 {
    text-align: center;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-graphs .graph-info {
    text-align: right;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-graphs .graph-info .graph-info-box {
    position: relative;
    font-size: 10px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-graphs .graph-info .graph-info-box:after {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    right: -15px;
    top: 0;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-graphs .graph-info .graph-info-box.medium-blue {
    margin-right: 49px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-graphs .graph-info .graph-info-box.medium-blue:after {
    background-color: #3190b4;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-graphs .graph-info .graph-info-box.light-blue {
    margin-right: 10px;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-graphs .graph-info .graph-info-box.light-blue:after {
    background-color: #4ca6c1;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .show-complete-box .show-complete-dashboard {
    margin: 3px 0 0 auto;
    display: block;
    width: fit-content;
    font-size: 11px;
    opacity: .8632527;
}

.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .show-complete-box .show-complete-dashboard:focus,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .show-complete-box .show-complete-dashboard:visited,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .show-complete-box .show-complete-dashboard:active,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .show-complete-box .show-complete-dashboard:hover {
    color: #fff;
}

@media screen and (min-width: 1600px) {
    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-header {
        padding:20px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box {
        margin-bottom: 2px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side h4,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side h4 {
        margin-bottom: 13px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .balance .balance-value .sidebar-sell-money {
        font-size: 30px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .balance .balance-value .cash-currency,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .balance .balance-value .sidebar-sell-cents {
        font-size: 24.52px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .balance.estimated-content {
        padding-top: 0;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .bills-detail .detail-title {
        line-height: 25px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .bills-detail .value,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .bills-detail .value {
        height: 40px;
        line-height: 40px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-today-content .btn-go-to-link,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .right-side .bills-content .bills-late-content .btn-go-to-link {
        width: 65px;
        height: 65px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-data-item:first-of-type {
        margin-top: 20px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-data-item:first-of-type,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-data-item:nth-of-type(2) {
        display: block;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-data-item:last-of-type {
        margin-top: 0;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .sidebar-erp-graphs {
        align-self: center;
        margin-top: 4px;
        margin-bottom: 0;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item h4 .info {
        margin-bottom: 0;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item .big-number {
        font-size: 24px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs {
        margin-top: 22px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graph-container .stock-chart-carousel #stock-chart-gallery .stock-graph {
        height: 170px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs .graph-container .stock-chart-carousel #stock-chart-gallery .stock-graph .donut-graph-uniq-data .c3-chart-arcs-title {
        font-size: 16px;
    }
}

@media screen and (min-width: 1920px) {
    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area {
        padding:9px 20px 23px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .sidebar-erp-box {
        display: flex;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .left-side {
        display: block;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-box .right-side .sidebar-erp-resume .sidebar-erp-resume-item {
        padding: 17px 0 18px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.stock-area .sidebar-erp-graphs h4 {
        text-align: left;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.financial-area .sidebar-erp-box .left-side {
        display: block;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side {
        display: block;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-data-item:first-of-type {
        margin-top: 0;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-data-item:first-of-type,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .right-side .sell-status-client-data .sell-status-client-data-item:nth-of-type(2) {
        display: block;
        margin-bottom: 47px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .left-side {
        border-right: 2px solid #2882af;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content.sell-area .sidebar-erp-graphs .sell-graphs {
        display: block;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-box .left-side,.sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-box .right-side {
        width: 50%;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-box .left-side {
        padding-right: 19px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-box .right-side {
        padding-left: 19px;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-content .sidebar-erp-graphs {
        display: block;
    }

    .sidebar-box aside.sidebar .sidebar-inside.sidebar-erp .sidebar-erp-resume {
        padding: 0 20px;
        text-align: center;
    }
}

.sidebar-box aside.sidebar .sidebar-inside.protected-blur .best-sell-item,.sidebar-box aside.sidebar .sidebar-inside.protected-blur .blue-number,.sidebar-box aside.sidebar .sidebar-inside.protected-blur .graphs-container,.sidebar-box aside.sidebar .sidebar-inside.protected-blur .graph-container,.sidebar-box aside.sidebar .sidebar-inside.protected-blur .value,.sidebar-box aside.sidebar .sidebar-inside.protected-blur .balance-value,.sidebar-box aside.sidebar .sidebar-inside.protected-blur .big-text,.sidebar-box aside.sidebar .sidebar-inside.protected-blur .small-text {
    filter: blur(.4rem);
    cursor: pointer;
    pointer-events: none;
}

.sidebar-box aside.sidebar .sidebar-inside .db {
    display: block;
}

.sprite-new-erp,.toggle-top-action-bar .subcategory:after {
    background: url(/marketClone/img/new-erp/sprite-new-erp.png) no-repeat;
    display: block;
}

.sprite-new-erp.logo-plataform {
    width: 109px;
}

.sprite-new-erp.logo-plataform.mup {
    background-position: 0 0;
    height: 52px;
}

.sprite-new-erp.logo-plataform.marketplace {
    background-position: -110px 0;
    height: 17px;
}

.sprite-new-erp.logo-plataform.pdv {
    background-position: -110px -18px;
    height: 17px;
}

.sprite-new-erp.arrow-change-plataform {
    width: 22px;
    height: 13px;
    background-position: 0 -53px;
}

.sprite-new-erp.search-menu {
    width: 37px;
    height: 38px;
    background-position: 0 -71px;
}

.sprite-new-erp.logout {
    width: 16px;
    height: 18px;
    background-position: -23px -53px;
}

.sprite-new-erp.dashboard {
    width: 32px;
    height: 25px;
    background-position: -39px -53px;
}

.sprite-new-erp.upstore {
    width: 27px;
    height: 30px;
    background-position: -71px -53px;
}

.sprite-new-erp.warning {
    width: 32px;
    height: 28px;
    background-position: -99px -53px;
}

.sprite-new-erp.configuration {
    width: 28px;
    height: 28px;
    background-position: -132px -53px;
}

.sprite-new-erp.menu-home {
    width: 48px;
    height: 46px;
    background-position: -161px -53px;
}

.sprite-new-erp.menu-favorite {
    width: 48px;
    height: 45px;
    background-position: -211px -52px;
}

.sprite-new-erp.menu-catalog {
    width: 48px;
    height: 50px;
    background-position: -260px -52px;
}

.sprite-new-erp.menu-sales {
    width: 48px;
    height: 48px;
    background-position: -38px -83px;
}

.sprite-new-erp.menu-purchase {
    width: 48px;
    height: 42px;
    background-position: -87px -82px;
}

.sprite-new-erp.menu-financial {
    width: 49px;
    height: 54px;
    background-position: -136px -101px;
}

.sprite-new-erp.menu-reports {
    width: 48px;
    height: 48px;
    background-position: -186px -99px;
}

.sprite-new-erp.open-submenu {
    width: 27px;
    height: 15px;
    background-position: 0 -111px;
}

.sprite-new-erp.suporte {
    width: 45px;
    height: 45px;
    background-position: -235px -102px;
}

.sprite-new-erp.login-user {
    width: 28px;
    height: 28px;
    background-position: 0 -127px;
}

.sprite-new-erp.login-password {
    width: 33px;
    height: 33px;
    background-position: -282px -103px;
}

.sprite-new-erp.login-facebook {
    width: 81px;
    height: 17px;
    background-position: -28px -131px;
}

.sprite-new-erp.login-confirm-gplus {
    width: 49px;
    height: 31px;
    background-position: -44px -216px;
}

.sprite-new-erp.login-confirm-fb {
    width: 38px;
    height: 38px;
    background-position: -94px -218px;
}

.sprite-new-erp.login-confirm-key {
    width: 36px;
    height: 36px;
    background-position: -134px -218px;
}

.sprite-new-erp.login-confirm-key-orange {
    width: 33px;
    height: 33px;
    background-position: -171px -218px;
}

.sprite-new-erp.list {
    width: 38px;
    height: 32px;
    background-position: 0 -156px;
}

.sprite-new-erp.import {
    width: 27px;
    height: 35px;
    background-position: -123px -156px;
}

.sprite-new-erp.print {
    width: 38px;
    height: 38px;
    background-position: -84px -156px;
}

.sprite-new-erp.export {
    width: 43px;
    height: 30px;
    background-position: -40px -155px;
}

.sprite-new-erp.export-xml {
    width: 26px;
    height: 34px;
    background-position: -227px -160px;
}

.sprite-new-erp.copy {
    width: 32px;
    height: 32px;
    background-position: -272px -163px;
}

.sprite-new-erp.email {
    width: 30px;
    height: 26px;
    background-position: 0 -190px;
}

.sprite-new-erp.ico-help {
    width: 42px;
    height: 43px;
    background-position: 0 -217px;
}

.sprite-new-erp.ico-filter {
    width: 14px;
    height: 14px;
    background-position: -315px -52px;
}

.sprite-new-erp.bottom-plus {
    width: 16px;
    height: 16px;
    background-position: -313px -67px;
}

.sprite-new-erp.bottom-plus.white {
    background-position: -169px -177px;
}

.sprite-new-erp.bottom-help {
    width: 12px;
    height: 21px;
    background-position: -317px -84px;
}

.sprite-new-erp.bottom-import {
    width: 14px;
    height: 20px;
    background-position: -315px -106px;
}

.sprite-new-erp.bottom-list {
    width: 21px;
    height: 15px;
    background-position: -137px -83px;
}

.sprite-new-erp.bottom-print {
    width: 21px;
    height: 21px;
    background-position: -112px -130px;
}

.sprite-new-erp.bottom-export {
    width: 25px;
    height: 17px;
    background-position: -286px -137px;
}

.sprite-new-erp.bottom-xml {
    width: 16px;
    height: 21px;
    background-position: -255px -173px;
}

.sprite-new-erp.bottom-copy {
    width: 20px;
    height: 20px;
    background-position: -305px -174px;
}

.sprite-new-erp.bottom-email {
    width: 18px;
    height: 16px;
    background-position: -31px -191px;
}

.sprite-new-erp.edit {
    width: 20px;
    height: 20px;
    background-position: -150px -157px;
}

.sprite-new-erp.delete {
    width: 15px;
    height: 20px;
    background-position: -170px -156px;
}

.sprite-new-erp.cancel {
    width: 19px;
    height: 19px;
    background-position: -186px -156px;
}

.sprite-new-erp.confirm {
    width: 20px;
    height: 18px;
    background-position: -205px -156px;
}

.sprite-new-erp.order-down {
    width: 10px;
    height: 4px;
    background-position: -286px -211px;
}

.sprite-new-erp.report-drop {
    width: 14px;
    height: 8px;
    background-position: -310px -161px;
}

.sprite-new-erp.drop-list {
    width: 24px;
    height: 22px;
    background-position: -73px -195px;
}

.sprite-new-erp.drop-print {
    width: 22px;
    height: 22px;
    background-position: -99px -195px;
}

.sprite-new-erp.drop-pdf {
    width: 17px;
    height: 21px;
    background-position: -122px -193px;
}

.sprite-new-erp.drop-excel {
    width: 24px;
    height: 24px;
    background-position: -140px -192px;
}

.sprite-new-erp.drop-chart {
    width: 20px;
    height: 21px;
    background-position: -52px -185px;
}

.sprite-new-erp.action-bar-search {
    width: 20px;
    height: 20px;
    background-position: -165px -197px;
}

.sprite-new-erp.close-modal {
    width: 30px;
    height: 30px;
    background-position: -186px -187px;
}

.sprite-new-erp.action-bar-search-open {
    width: 22px;
    height: 23px;
    background-position: -217px -195px;
}

.sprite-new-erp.go-marketplace {
    width: 35px;
    height: 35px;
    background-position: -206px -218px;
}

.sprite-new-erp.icon-fav-empty-heart {
    width: 20px;
    height: 18px;
    background-position: -239px -197px;
    margin: 0 auto;
}

.sprite-new-erp.config-company {
    width: 26px;
    height: 24px;
    background-position: -302px -195px;
}

.sprite-new-erp.config-ecommerce {
    width: 26px;
    height: 22px;
    background-position: -242px -216px;
}

.sprite-new-erp.config-pdv {
    width: 28px;
    height: 28px;
    background-position: -269px -216px;
}

.sprite-new-erp.config-restaurante {
    background: url(/marketClone/img/configuracoes/ic-restaurante.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    opacity: .6;
}

.sprite-new-erp.config-fiscal {
    width: 21px;
    height: 26px;
    background-position: -298px -220px;
}

.sprite-new-erp.config-marketplace {
    width: 27px;
    height: 28px;
    background-position: -242px -240px;
}

.sprite-new-erp.config-integration {
    width: 28px;
    height: 26px;
    background-position: -269px -245px;
}

.sprite-new-erp.config-drop {
    width: 8px;
    height: 14px;
    background-position: -321px -146px;
}

.sprite-new-erp.double-arrow {
    width: 12px;
    height: 15px;
    background-position: -256px -151px;
}

.sprite-new-erp.blue-credit-card {
    width: 37px;
    height: 26px;
    background-position: 0 -261px;
}

.sprite-new-erp.blue-clock {
    width: 36px;
    height: 36px;
    background-position: -41px -253px;
}

.sprite-new-erp.blue-user {
    width: 34px;
    height: 34px;
    background-position: -93px -257px;
}

.sprite-new-erp.white-logout {
    width: 30px;
    height: 30px;
    background-position: -128px -257px;
}

.sprite-new-erp.icon-arrow-up {
    width: 13px;
    height: 20px;
    background-position: -79px -241px;
}

.sprite-new-erp.icon-arrow-down {
    width: 13px;
    height: 20px;
    background-position: -79px -263px;
}

.sprite-new-erp.checkbox {
    width: 13px;
    height: 13px;
    background-position: -316px -127px;
}

.sprite-new-erp.hourglasses {
    width: 26px;
    height: 32px;
    background-position: -188px -254px;
}

.sprite-new-erp.empty-arrow {
    width: 28px;
    height: 18px;
    background-position: -159px -253px;
}

.sprite-new-erp.empty-arrow.right {
    transform: rotate(0);
}

.sprite-new-erp.empty-arrow.left {
    transform: rotate(180deg);
}

.sprite-new-erp.drop-select-filter {
    width: 16px;
    height: 10px;
    background-position: -215px -271px;
}

.sprite-new-erp.icon-small-person-purple {
    width: 17px;
    height: 17px;
    background-position: -232px -269px;
}

.sprite-new-erp.icon-small-product-blue {
    width: 16px;
    height: 16px;
    background-position: -250px -270px;
}

.sprite-new-erp.icon-small-ticket-blue {
    width: 21px;
    height: 21px;
    background-position: -268px -272px;
}

.sprite-img-brand {
    background: url('/marketClone/img/new-erp/sprite-brands.png') no-repeat;
    filter: brightness(100);
    display: block;
    margin: 0 auto;
    transform: scale(.8);
}

@media screen and (min-width: 1360px) {
    .sprite-img-brand {
        transform:scale(.6);
    }
}

@media screen and (min-width: 1440px) {
    .sprite-img-brand {
        transform:scale(.8);
    }
}

@media screen and (min-width: 1920px) {
    .sprite-img-brand {
        transform:scale(1);
    }
}

.sprite-img-brand.brand-3m {
    width: 99px;
    height: 42px;
    background-position: -10px -10px;
}

.sprite-img-brand.brand-amanco {
    width: 81px;
    height: 20px;
    background-position: -10px -62px;
}

.sprite-img-brand.brand-aoc {
    width: 56px;
    height: 18px;
    background-position: -10px -92px;
}

.sprite-img-brand.brand-bozzano {
    width: 79px;
    height: 16px;
    background-position: -10px -120px;
}

.sprite-img-brand.brand-brastemp {
    width: 92px;
    height: 7px;
    background-position: -10px -146px;
}

.sprite-img-brand.brand-dupont {
    width: 99px;
    height: 42px;
    background-position: -10px -163px;
}

.sprite-img-brand.brand-electrolux {
    width: 94px;
    height: 12px;
    background-position: -9px -215px;
}

.sprite-img-brand.brand-epson {
    width: 68px;
    height: 18px;
    background-position: -10px -237px;
}

.sprite-img-brand.brand-fujiwara {
    width: 99px;
    height: 42px;
    background-position: -10px -265px;
}

.sprite-img-brand.brand-havaianas {
    width: 99px;
    height: 42px;
    background-position: -10px -317px;
}

.sprite-img-brand.brand-honeywell {
    width: 99px;
    height: 42px;
    background-position: -10px -369px;
}

.sprite-img-brand.brand-lg {
    width: 55px;
    height: 26px;
    background-position: -10px -421px;
}

.sprite-img-brand.brand-motorola {
    width: 92px;
    height: 19px;
    background-position: -10px -457px;
}

.sprite-img-brand.brand-reckittbenckiser {
    width: 99px;
    height: 42px;
    background-position: -10px -486px;
}

.sprite-img-brand.brand-samsung {
    width: 70px;
    height: 24px;
    background-position: -10px -538px;
}

.sprite-img-brand.brand-sony {
    width: 73px;
    height: 12px;
    background-position: -10px -572px;
}

.sprite-img-brand.brand-tigre {
    width: 99px;
    height: 42px;
    background-position: -10px -594px;
}

.sprite-img-brand.brand-tramontina {
    width: 99px;
    height: 42px;
    background-position: -10px -646px;
}

.sprite-img-brand.brand-unilever {
    width: 99px;
    height: 42px;
    background-position: -10px -698px;
}

.filter {
    margin-top: 10px;
}

.filter .filter-content {
    display: grid;
    grid-template-columns: repeat(2,147px);
    grid-column-gap: 6px;
    grid-row-gap: 5px;
}

.filter .filter-content .filter-button .filter-btn {
    width: 147px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: stretch;
    cursor: pointer;
    line-height: 22px;
    height: 26px;
}

.filter .filter-content .filter-button .filter-result-button {
    line-height: 11px;
    font-size: 10px;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.filter .filter-content .filter-button .add-filter,.filter .filter-content .filter-button .edit-filter {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px;
    font-family: BaiJamjureeSemiBold;
    text-transform: uppercase;
    justify-content: center;
    border-style: dashed;
    border-width: 2px;
}

.filter .filter-content .filter-button .add-filter span.text,.filter .filter-content .filter-button .edit-filter span.text {
    width: 110px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

.filter .filter-content .filter-button .disabled-filter {
    border: 1px solid #cecece;
    font-family: GalanoBold,Arial,sans-serif;
    color: #cecece;
    font-size: 36px;
    overflow: hidden;
    display: flex;
    align-items: center;
    cursor: default;
}

.filter .filter-content .filter-button .disabled-filter .number {
    margin-right: -2px;
    cursor: default;
}

.filter .filter-content .filter-button .disabled-filter .ico-filter {
    margin-left: 8px;
}

.filter .filter-content .filter-button .add-filter {
    border-color: #0884c2;
    color: #0884c2;
}

.filter .filter-content .filter-button .edit-filter {
    border-color: #9e9e9e;
    color: #9e9e9e;
}

.filter .filter-content .filter-tag tags-input .tags {
    display: flex;
    border: none;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    margin-top: 5px;
}

.filter .filter-content .filter-tag tags-input .tags li.tag-item {
    background-color: #1074a8;
    color: #fff;
    width: 147px;
}

.filter .filter-content .filter-tag tags-input .tags li.tag-item a.remove-button {
    background-color: #13415b;
    color: #fff;
}

.filter .filter-content .filter-tag tags-input .tags input.input {
    display: none;
}

.filter .filter-content .filter-result-button {
    display: flex;
    border: none;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    background-color: #1074a8;
    color: #fff;
    width: 147px;
    justify-content: space-around;
}

.filter .filter-content .filter-result-button p {
    flex: 1;
}

.filter .filter-content .filter-result-button p.filter-text {
    font-size: 9px;
    color: #fff;
    padding: 0 5px;
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter .filter-content .filter-result-button p.filter-text .filter-text-type {
    text-transform: uppercase;
    margin-right: 5px;
}

.filter .filter-content .filter-result-button .btn-remove-filter {
    display: block;
    background: #0b415b;
    font-size: 10px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 35px;
    min-height: 26px;
}

.show-filter {
    color: #8a8a8a;
}

.show-filter .modal-dialog .modal-content {
    height: auto !important;
}

.show-filter .filter {
    margin-bottom: 25px !important;
}

.show-filter .filter .filter-content {
    grid-template-columns: repeat(2,208px);
    grid-column-gap: 21px;
    grid-row-gap: 19px;
}

.show-filter .filter .filter-content .filter-button .filter-btn {
    width: 208px;
    height: 40px;
    font-size: 13px;
}

.show-filter .filter .filter-content .filter-button .filter-btn .filter-btn-edit-text,.show-filter .filter .filter-content .filter-button .filter-btn .filter-btn-add-text {
    align-items: center;
    flex: 1;
    justify-content: center;
}

.show-filter .filter .filter-content .filter-button .filter-btn .cancel-edit-filter {
    flex: 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: auto;
    cursor: pointer;
    background: #520096;
    color: #fff;
    font-size: 12px;
}

.show-filter .filter .filter-content .filter-button .filter-btn.edit-filter {
    border: 1px solid #520096;
    color: #520096;
}

.show-filter .filter .filter-content .filter-button .filter-btn.edit-filter .filter-btn-add-text,.show-filter .filter .filter-content .filter-button .filter-btn.edit-filter .btn-remove-filter,.show-filter .filter .filter-content .filter-button .filter-btn.edit-filter .filter-text {
    display: none;
}

.show-filter .filter .filter-content .filter-button .filter-btn.edit-filter .filter-btn-edit-text {
    display: flex;
}

.show-filter .filter .filter-content .filter-button .filter-btn.add-filter {
    border: 2px dashed #0884c2;
    width: 100%;
    color: #0884c2;
    font-family: BaiJamjureeSemiBold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

.show-filter .filter .filter-content .filter-button .filter-btn.add-filter .cancel-edit-filter {
    display: none;
}

.show-filter .filter .filter-content .filter-button .filter-btn.add-filter .filter-btn-add-text {
    display: flex;
}

.show-filter .filter .filter-content .filter-button .filter-btn.add-filter .filter-btn-edit-text {
    display: none;
}

.show-filter .filter .filter-content .filter-button .filter-result-button .filter-btn-edit-text,.show-filter .filter .filter-content .filter-button .filter-result-button .cancel-edit-filter {
    display: none;
}

.show-filter .filter .filter-content .filter-button .filter-result-button.edit-filter .filter-btn-edit-text,.show-filter .filter .filter-content .filter-button .filter-result-button.edit-filter .cancel-edit-filter {
    display: flex;
}

.show-filter .filter .filter-content .filter-button .filter-result-button p.filter-text {
    height: auto;
    font-size: 11px;
    max-width: 160px;
    padding: 0 0 0 5px;
    line-height: 15px;
}

.show-filter .filter .filter-content .filter-button .filter-result-button .btn-remove-filter {
    flex: 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: auto;
    cursor: pointer;
    min-height: 40px;
}

.show-filter .search-modal-row select,.show-filter .search-modal-row input {
    height: 42px;
    width: 100%;
}

.show-filter .filter-from-to-container {
    display: flex;
}

.show-filter .filter-from-to-container .from {
    flex: 1;
}

.show-filter .filter-from-to-container .to {
    padding-left: 25px;
    flex: 1;
}

.show-filter .selected-filter.range {
    flex-wrap: wrap;
}

.show-filter .selected-filter.range .search-modal-filter-value {
    flex: 100%;
    padding: 0;
    margin-top: 10px;
}

.show-filter .selected-filter.daterange {
    flex-wrap: wrap;
}

.show-filter .selected-filter.daterange .search-modal-filter-type {
    flex: 100%;
}

.show-filter .selected-filter.daterange .search-modal-filter-value {
    flex: 1;
    padding: 0;
    margin-top: 10px;
}

.show-filter .modal-container-tags {
    padding: 15px;
    background: #fafafa;
    border-bottom: none !important;
    max-height: initial !important;
}

.show-filter .modal-container-tags tags-input .host {
    background-color: #fff;
    border-bottom: 1px solid #dcdada;
}

.show-filter .filter-standard {
    background-color: #e5e5e5;
    padding: 20px 45px;
}

.show-filter .filter-standard.disabled {
    opacity: .2;
    pointer-events: none;
}

.show-filter h3 {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    margin: 25px 0;
}

.show-filter h3.search-for-modal-title {
    margin: 0 0 15px 0;
    text-align: left;
    padding-left: 13px;
}

.show-filter select,.show-filter input {
    padding: 10px;
    border: 1px solid #ccc;
}

.show-filter select {
    width: 100%;
    height: auto;
}

.show-filter select.disabled {
    opacity: .2;
    pointer-events: none;
}

.show-filter input::placeholder {
    color: #909090;
}

.show-filter .flex-container {
    display: flex;
}

.show-filter .search-modal-filter-type {
    flex: 1;
}

.show-filter .search-modal-filter-value {
    flex: 1;
    padding-left: 10px;
}

.show-filter .clear-filter-btn {
    padding: 10px;
    background: #d3d3d3;
    color: #fff;
    margin-left: 10px;
}

.show-filter .btn-search-filter {
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}

.show-filter .modal-add-filter {
    margin-top: 15px;
    background: #a5afb3;
    color: #fff;
}

.show-filter .modal-search-btn {
    background: #520096;
    color: #fff;
    box-sizing: border-box;
    height: 65px;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sprite-offline-page {
    display: block;
    background: url('/marketClone/img/offline-page/sprite-offline-page.png');
}

.sprite-offline-page.icon-wi-fi {
    width: 232px;
    height: 195px;
    background-position: 0 0;
}

.sprite-offline-page.icon-caixa {
    width: 84px;
    height: 84px;
    background-position: -233px 0;
}

.sprite-offline-page.icon-logo-marketup {
    width: 123px;
    height: 30px;
    background-position: -233px -85px;
}

.offline-page {
    margin: 0 auto;
    min-width: 768px;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    text-transform: uppercase;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.offline-page .marketup-logo {
    background-color: #222;
    padding: 15px 0;
}

.offline-page .marketup-logo i.icone-marketup {
    margin-left: 20px;
}

.offline-page .connection-failed {
    background-color: #4e4e4e;
    text-align: center;
    width: 100%;
    height: 100%;
}

.offline-page .connection-failed .no-connection {
    padding: 90px 0 100px 0;
    width: 88.7%;
    margin: 0 auto;
    border-bottom: 1px solid #838383;
}

.offline-page .connection-failed .no-connection i.icone-wifi {
    margin: 0 auto;
}

.offline-page .connection-failed .no-connection .title,.offline-page .connection-failed .no-connection .subtitle {
    margin: 0;
}

.offline-page .connection-failed .no-connection .title {
    font-weight: bold;
    font-size: 48px;
    margin-top: 47px;
    margin-bottom: 6px;
}

.offline-page .connection-failed .no-connection .subtitle {
    font-family: 'Arial Narrow',Arial,Helvetica,sans-serif;
    font-size: 30px;
    color: #727272;
}

.offline-page .connection-failed button.offline-pdv {
    border: none;
    background-color: #8ac53b;
    margin: 100px auto 89px auto;
    padding: 0 83px;
    max-width: 875px;
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 150px;
}

.offline-page .connection-failed button.offline-pdv i.icone-caixa {
    margin-right: 47px;
    display: inline-block;
    vertical-align: middle;
}

@font-face {
    font-family: BaiJamjuree;
    font-style: normal;
    font-weight: normal;
    src: url(/marketClone/fonts/BaiJamjuree-Regular.ttf);
}

@font-face {
    font-family: BaiJamjureeSemiBold;
    font-style: normal;
    font-weight: normal;
    src: url(/marketClone/fonts/BaiJamjuree-SemiBold.ttf);
}

@font-face {
    font-family: BaiJamjureeBold;
    font-style: normal;
    font-weight: normal;
    src: url(/marketClone/fonts/BaiJamjuree-Bold.ttf);
}

@font-face {
    font-family: Raleway-Black;
    src: url(/marketClone/fonts/Raleway-Black.ttf);
}

@font-face {
    font-family: Raleway-Light;
    src: url(/marketClone/fonts/Raleway-Light.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(/marketClone/fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(/marketClone/fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: SourceSansPro-Regular;
    src: url(/marketClone/fonts/SourceSansPro-Regular.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(/marketClone/fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(/marketClone/fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
    font-family: Qanelas-ExtraBold;
    src: url(/marketClone/fonts/QanelasSoftDEMO-ExtraBold.otf);
}

@font-face {
    font-family: ItauText_Bd;
    src: url(/marketClone/fonts/ItauText_Bd.ttf);
}

@font-face {
    font-family: ItauText_Rg;
    src: url(/marketClone/fonts/ItauText_Rg.ttf);
}

@font-face {
    font-family: ItauDisplay_XBd;
    src: url(/marketClone/fonts/ItauDisplay_XBd.ttf);
}

@font-face {
    font-family: ItauDisplay_Rg;
    src: url(/marketClone/fonts/ItauDisplay_Rg.ttf);
}

@font-face {
    font-family: Qanelas-ExtraBold;
    src: url(/marketClone/fonts/QanelasSoftDEMO-ExtraBold.otf);
}

@font-face {
    font-family: OfficinaSerifOSITCTTBold;
    src: url(/marketClone/fonts/OfficinaSerifOSITCTTBold.ttf);
}

@font-face {
    font-family: AvenirNextCyr-Bold;
    src: url(/marketClone/fonts/AvenirNextCyr-Bold.ttf);
}

@font-face {
    font-family: AvenirNextCyr-Regular;
    src: url(/marketClone/fonts/AvenirNextCyr-Regular.ttf);
}

@font-face {
    font-family: AvenirNextLTPro-BoldCn;
    src: url(/marketClone/fonts/AvenirNextLTPro-BoldCn.otf);
}

@font-face {
    font-family: Dosis-Bold;
    src: url(/marketClone/fonts/Dosis-Bold.ttf);
}

@font-face {
    font-family: Dosis-Regular;
    src: url(/marketClone/fonts/Dosis-Regular.ttf);
}

@font-face {
    font-family: Barlow-Light;
    src: url(/marketClone/fonts/Barlow-Light.ttf);
}

@font-face {
    font-family: Barlow-Bold;
    src: url(/marketClone/fonts/Barlow-Bold.ttf);
}

@font-face {
    font-family: Barlow-Regular;
    src: url(/marketClone/fonts/Barlow-Regular.ttf);
}

@font-face {
    font-family: Dosis-SemiBold;
    src: url(/marketClone/fonts/Dosis-SemiBold.ttf);
}

@font-face {
    font-family: Heebo-Regular;
    src: url(/marketClone/fonts/Heebo-Regular.ttf);
}

@font-face {
    font-family: Heebo-Bold;
    src: url(/marketClone/fonts/Heebo-Bold.ttf);
}

@font-face {
    font-family: SourceSansPro-Regular;
    src: url(/marketClone/fonts/SourceSansPro-Regular.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(/marketClone/fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(/marketClone/fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Roboto-BoldItalic;
    src: url(/marketClone/fonts/Roboto-BoldItalic.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(/marketClone/fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(/marketClone/fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: Nunito-SemiBold;
    src: url(/marketClone/fonts/Nunito-SemiBold.ttf);
}

@font-face {
    font-family: Nunito-Regular;
    src: url(/marketClone/fonts/Nunito-Regular.ttf);
}

@font-face {
    font-family: Nunito-Light;
    src: url(/marketClone/fonts/Nunito-Light.ttf);
}

@font-face {
    font-family: Nunito-Bold;
    src: url(/marketClone/fonts/Nunito-Bold.ttf);
}

@font-face {
    font-family: Myriadpro-bold;
    src: url('/marketClone/fonts/MYRIADPRO-BOLD.OTF');
}

@font-face {
    font-family: Myriadpro-regular;
    src: url('/marketClone/fonts/MYRIADPRO-REGULAR.OTF');
}

@font-face {
    font-family: AvenirNextCyr-Bold;
    src: url(/marketClone/fonts/AvenirNextCyr-Bold.ttf);
}

@font-face {
    font-family: AvenirNextCyr-Regular;
    src: url(/marketClone/fonts/AvenirNextCyr-Regular.ttf);
}

@font-face {
    font-family: AvenirNextLTPro-BoldCn;
    src: url(/marketClone/fonts/AvenirNextLTPro-BoldCn.otf);
}

@font-face {
    font-family: OpenSans;
    src: url(/marketClone/img/upstore/zenvia/opensans-regular.ttf);
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(/marketClone/fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: DINBold;
    src: url(/marketClone/fonts/din-bold.otf);
}

@font-face {
    font-family: DINBlackAlternate;
    src: url(/marketClone/fonts/DINBlackAlternate.ttf);
}

@font-face {
    font-family: Din-medium;
    src: url(/marketClone/fonts/din-medium.otf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(/marketClone/fonts/roboto-light.ttf);
}

@font-face {
    font-family: OpenSans-Light;
    src: url(/marketClone/img/upstore/zenvia/opensans-light.ttf);
}

@font-face {
    font-family: OpenSans-SemiBold;
    src: url(/marketClone/img/upstore/zenvia/opensans-semibold.ttf);
}

@font-face {
    font-family: OpenSans-Bold;
    src: url('/marketClone/img/upstore/certisign/opensans-bold.ttf');
}

@font-face {
    font-family: Roboto-Light;
    src: url(/marketClone/fonts/roboto-light.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(/marketClone/fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(/marketClone/fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Proxima-nova-bold;
    src: url(/marketClone/fonts/proxima-nova-bold.otf);
}

@font-face {
    font-family: Proxima-nova;
    src: url(/marketClone/fonts/proxima-nova.otf);
}

@font-face {
    font-family: Cairo-Bold;
    src: url(/marketClone/fonts/Cairo-Bold.ttf);
}

@font-face {
    font-family: OfficinaSerifOSITCTTBook;
    src: url(/marketClone/fonts/OfficinaSerifOSITCTTBook.ttf);
}

@font-face {
    font-family: Cairo-Regular;
    src: url(/marketClone/fonts/Cairo-Regular.ttf);
}

@font-face {
    font-family: Ubuntu-Medium;
    src: url('/marketClone/fonts/Ubuntu-Medium.ttf');
}

@font-face {
    font-family: Lato-Regular;
    src: url('/marketClone/fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: Klavika;
    src: url('/marketClone/fonts/klavika.otf');
}

@font-face {
    font-family: KlavikaLight;
    src: url('/marketClone/fonts/klavika-light.otf');
}

@font-face {
    font-family: Sansation;
    src: url('/marketClone/fonts/Sansation_Regular.ttf');
}

@font-face {
    font-family: Ubuntu-Light;
    src: url('/marketClone/fonts/Ubuntu-Light.ttf');
}

@font-face {
    font-family: Lato;
    src: url(/marketClone/img/upstore/conciliador/lato-regular.ttf);
}

@font-face {
    font-family: Lato-Bold;
    src: url(/marketClone/img/upstore/contabilizei/lato-bold.ttf);
}

@font-face {
    font-family: Lato-Light;
    src: url(/marketClone/img/upstore/contabilizei/lato-light.ttf);
}

@font-face {
    font-family: Lato-Black;
    src: url(/marketClone/img/upstore/contabilizei/lato-black.ttf);
}

@font-face {
    font-family: Colaborate-Regular;
    src: url(/marketClone/img/upstore/portoseguro/colabreg-webfont.ttf);
}

@font-face {
    font-family: Colaborate-Medium;
    src: url(/marketClone/img/upstore/portoseguro/colabmed-webfont.ttf);
}

@font-face {
    font-family: Colaborate-Light;
    src: url(/marketClone/img/upstore/portoseguro/colablig-webfont.ttf);
}

@font-face {
    font-family: Bungee;
    src: url('/marketClone/img/upstore/certisign/bungee-regular.ttf');
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('/marketClone/img/upstore/certisign/arial narrow.ttf');
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/marketClone/img/upstore/qrpoint/bebasneue-regular.otf');
}

@font-face {
    font-family: Ubuntu;
    src: url('/marketClone/img/upstore/terraempresas/ubuntu-medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: Futura;
    src: url('/marketClone/img/upstore/supermenu/marketClone/fonts/FuturaRound.ttf');
}

@font-face {
    font-family: FuturaBold;
    src: url('/marketClone/img/upstore/supermenu/marketClone/fonts/FuturaRoundBold.ttf');
}

@font-face {
    font-family: JosefinSans-Regular;
    src: url('/marketClone/fonts/JosefinSans-Regular.ttf');
}

@font-face {
    font-family: JosefinSans-Bold;
    src: url('/marketClone/fonts/JosefinSans-Bold.ttf');
}

@font-face {
    font-family: Product-SansBold;
    font-style: normal;
    font-weight: 700;
    src: local('Product Sans Bold'),local('ProductSans-Bold'),url(https://marketClone/fonts.gstatic.com/s/productsans/v10/pxicypQkot1TnFhsFMOfGShdrPKbT2lB.woff2) format('woff2');
    unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
    font-family: Product-SansRegular;
    font-style: normal;
    font-weight: 400;
    src: local('Product Sans'),local('ProductSans-Regular'),url(https://marketClone/fonts.gstatic.com/s/productsans/v10/pxiDypQkot1TnFhsFMOfGShVF9eO.woff2) format('woff2');
    unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

.offlinepage.alelo {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

.offlinepage.alelo .browser-explorer .img-logo {
    height: 70px;
    width: 106px;
    background-image: url("../../marketClone/img/alelo/alelo-logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.offlinepage.alelo .browser-explorer .subtitle-style {
    font-weight: bold;
    color: #000;
    font-family: BaiJamjureeBold;
    font-size: 29px;
    text-align: center;
    padding: 10px;
}

.offlinepage.alelo .browser-explorer .box-download {
    width: 830px;
    height: 454px;
    background-color: #fff;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.offlinepage.alelo .browser-explorer .box-download .color-text-area {
    width: 831px;
    height: 133px;
    background-color: #006646;
}

.offlinepage.alelo .browser-explorer .box-download .text-area-safra {
    display: none;
}

.offlinepage.alelo .browser-explorer .box-download .browser-download-option .browser-download-g .button-download {
    background-color: #90b02d;
    border: none;
    color: #fff;
    font-family: BaiJamjureeBold;
    width: 210px;
    height: 40px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.offlinepage.safra {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #1d254c;
    position: fixed;
    top: 0;
    left: 0;
}

.offlinepage.safra .browser-explorer .img-logo {
    height: 43px;
    width: 175px;
    background-image: url("/marketClone/img/safra/logo-safrapay.svg");
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}

.offlinepage.safra .browser-explorer .subtitle-style {
    display: none;
}

.offlinepage.safra .browser-explorer .box-download {
    width: 831px;
    height: 454px;
    background-color: #fff;
}

.offlinepage.safra .browser-explorer .box-download .color-text-area {
    width: 831px;
    height: 133px;
    background-color: #303c74;
    margin-top: 20px;
}

.offlinepage.safra .browser-explorer .box-download .color-text-area.text-safra {
    padding: 0 60px;
}

.offlinepage.safra .browser-explorer .box-download .color-text-area .text-area {
    display: none;
}

.offlinepage.safra .browser-explorer .box-download .color-text-area .text-area-safra {
    text-align: left;
    font-size: 16px;
    padding: 39px 0;
    color: #fff;
    font-family: BaiJamjuree;
    font-weight: lighter;
    line-height: 2;
    display: block;
}

.offlinepage.safra .browser-explorer .box-download .browser-download-option .browser-download-g {
    margin: 0 auto;
}

.offlinepage.safra .browser-explorer .box-download .browser-download-option .browser-download-g .button-download {
    background-color: #303c74;
    border: none;
    color: #fff;
    font-family: BaiJamjureeBold;
    width: 210px;
    height: 40px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.offlinepage.santander {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

.offlinepage.santander .browser-explorer .img-logo {
    height: 43px;
    width: 185px;
    background-image: url("../../marketClone/img/santander/logo-menu.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.offlinepage.santander .browser-explorer .subtitle-style {
    font-weight: bold;
    color: #000;
    font-family: BaiJamjureeBold;
    font-size: 29px;
    text-align: center;
    padding: 15px;
}

.offlinepage.santander .browser-explorer .box-download {
    width: 831px;
    height: 454px;
    background-color: #f0f0f0;
}

.offlinepage.santander .browser-explorer .box-download .color-text-area {
    width: 831px;
    height: 133px;
    background-color: #ea1d25;
}

.offlinepage.santander .browser-explorer .box-download .color-text-area .text-area-safra {
    display: none;
}

.offlinepage.santander .browser-explorer .box-download .browser-download-option {
    width: 831px;
    height: 235px;
    padding-top: 30px;
    display: flex;
}

.offlinepage {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #262626;
    position: fixed;
    top: 0;
    left: 0;
}

.offlinepage .browser-explorer {
    max-width: 831px;
    padding-top: 60px;
    margin: 0 auto;
    text-align: center;
}

.offlinepage .browser-explorer .img-logo {
    height: 43px;
    width: 185px;
    background-image: url("../../../marketClone/img/logo_branco_marketup.png");
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}

.offlinepage .browser-explorer .subtitle-style {
    font-weight: bold;
    color: #fff;
    font-family: BaiJamjureeBold;
    font-size: 29px;
    text-align: center;
    padding: 35px;
}

.offlinepage .browser-explorer .box-download {
    width: 831px;
    height: 454px;
    background-color: #fff;
}

.offlinepage .browser-explorer .box-download .color-text-area {
    width: 831px;
    height: 133px;
    background-color: #8cc63f;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 30px;
}

.offlinepage .browser-explorer .box-download .color-text-area .internet-img {
    width: 67px;
    height: 67px;
    background-image: url(../../../marketClone/img/internet_negative_white_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 35px 36px;
}

.offlinepage .browser-explorer .box-download .color-text-area .text-area {
    text-align: left;
    font-size: 16px;
    padding: 39px 0;
    letter-spacing: 0;
    color: #fff;
    font-family: BaiJamjuree;
    font-weight: lighter;
}

.offlinepage .browser-explorer .box-download .color-text-area .text-area-safra {
    display: none;
}

.offlinepage .browser-explorer .box-download .browser-download-option {
    width: 831px;
    height: 235px;
    padding-top: 30px;
    display: flex;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-g {
    margin: 0 auto;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-g .browser-download-g-text {
    font-family: BaiJamjuree;
    color: #0c0c0c;
    font-size: 17px;
    margin: 0 0 7px 0;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-g .img-recomended-browser {
    height: 110px;
    width: 110px;
    padding-top: 9px;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-g a {
    text-decoration: none;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-g a:visited {
    color: #fff;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-g .download-recomended-browser {
    font-family: BaiJamjureeBold;
    font-size: 17px;
    color: #8b8b8b;
    margin-top: 5px;
    margin-bottom: 15px;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-g .button-download {
    background-color: #4a4a4a;
    border: none;
    color: #fff;
    font-family: BaiJamjureeBold;
    width: 210px;
    height: 40px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-others {
    width: 415px;
    padding: 0 80px;
    text-align: left;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-others .browser-download-others-text {
    font-family: BaiJamjuree;
    color: #8b8b8b;
    font-size: 17px;
    margin: 0 0 7px 0;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-others ul {
    padding: 0;
    margin: 0;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-others li {
    list-style: none;
    padding: 0 0 15px 0;
    display: flex;
    align-items: center;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-others .border-text-decoration {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-others .class-option-browsers {
    padding: 19px 0 0 1px;
    width: 269px;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-others .browsers-logos {
    width: 32px;
    height: 33px;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-others .download-recomended-browser-others {
    font-family: BaiJamjureeBold;
    font-size: 17px;
    color: #8b8b8b;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-others .download-recomended-browser-others .firefox-text {
    padding: 0 80px 0 15px;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-others .download-recomended-browser-others .edge-text {
    padding: 0 95px 0 15px;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-others .download-recomended-browser-others .opera-text {
    padding: 0 88px 0 15px;
}

.offlinepage .browser-explorer .box-download .browser-download-option .browser-download-others a {
    text-decoration: none;
    font-family: BaiJamjuree;
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: 0;
}

.item_list,.internal-page {
    position: relative;
    height: inherit;
    z-index: 1;
}

.item_list.open-modal,.internal-page.open-modal {
    z-index: 999;
}

.item_list .top-action-bar,.internal-page .top-action-bar {
    background-color: #f1efef;
    width: 100%;
    height: 302px;
    padding: 24px 0 32px 0;
    box-sizing: border-box;
    position: fixed;
    top: 65px;
    z-index: 20;
    align-self: flex-start;
}

@media screen and (min-width: 1366px) {
    .item_list .top-action-bar,.internal-page .top-action-bar {
        width:-moz-calc(100% - 299px);
        width: -webkit-calc(100% - 299px);
        width: calc(100vw - 299px);
    }
}

@media screen and (min-width: 1920px) {
    .item_list .top-action-bar,.internal-page .top-action-bar {
        width:-moz-calc(100% - 650px);
        width: -webkit-calc(100% - 650px);
        width: calc(100% - 650px);
        top: 94px;
    }
}

.item_list .top-action-bar .wrapper,.internal-page .top-action-bar .wrapper {
    width: 992px;
    margin: 0 auto;
    justify-content: space-between;
}

.item_list .top-action-bar .wrapper .left,.internal-page .top-action-bar .wrapper .left {
    width: 661px;
}

.item_list .top-action-bar .wrapper .left .title,.internal-page .top-action-bar .wrapper .left .title {
    justify-content: space-between;
    height: 73px;
    padding-bottom: 20px;
}

.item_list .top-action-bar .wrapper .left .title .dashboard-title p,.internal-page .top-action-bar .wrapper .left .title .dashboard-title p {
    text-transform: uppercase;
    line-height: 1.2;
}

.item_list .top-action-bar .wrapper .left .title .dashboard-title p.category,.internal-page .top-action-bar .wrapper .left .title .dashboard-title p.category {
    font-size: 16px;
    color: rgba(0,0,0,.5);
    font-family: BaiJamjureeSemiBold;
}

.item_list .top-action-bar .wrapper .left .title .dashboard-title p.subcategory,.internal-page .top-action-bar .wrapper .left .title .dashboard-title p.subcategory {
    font-size: 30px;
    color: #0f74a6;
    font-family: BaiJamjureeBold;
}

.item_list .top-action-bar .wrapper .left .title .line-help,.internal-page .top-action-bar .wrapper .left .title .line-help {
    position: relative;
    padding: 0 20px 20px 30px;
}

.item_list .top-action-bar .wrapper .left .action-bar,.internal-page .top-action-bar .wrapper .left .action-bar {
    padding-top: 22px;
    justify-content: space-between;
    border-top: 1px solid #000;
}

.item_list .top-action-bar .wrapper .left .action-bar .search,.internal-page .top-action-bar .wrapper .left .action-bar .search {
    width: 353px;
    background-color: #e5e3e3;
    padding: 8px 32px 10px 21px;
    height: 100%;
}

.item_list .top-action-bar .wrapper .left .action-bar .search>.filter div.filter-content div.filter-button.reduced-button,.internal-page .top-action-bar .wrapper .left .action-bar .search>.filter div.filter-content div.filter-button.reduced-button {
    display: none;
}

.item_list .top-action-bar .wrapper .left .action-bar .search p.label,.internal-page .top-action-bar .wrapper .left .action-bar .search p.label {
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(0,0,0,.5);
    font-family: BaiJamjureeSemiBold;
}

.item_list .top-action-bar .wrapper .left .action-bar .search p.search-title,.internal-page .top-action-bar .wrapper .left .action-bar .search p.search-title {
    color: #0f4e6d;
    text-transform: uppercase;
    font-size: 12px;
    font-family: BaiJamjureeSemiBold;
    margin-bottom: 10px;
}

.item_list .top-action-bar .wrapper .left .action-bar .search button.open-action-bar,.internal-page .top-action-bar .wrapper .left .action-bar .search button.open-action-bar {
    display: none;
}

.item_list .top-action-bar .wrapper .left .action-bar .search .search-tags,.internal-page .top-action-bar .wrapper .left .action-bar .search .search-tags {
    border-bottom: 1px solid #c9c9c9;
    max-height: 38px;
}

.item_list .top-action-bar .wrapper .left .action-bar .search .search-tags input,.internal-page .top-action-bar .wrapper .left .action-bar .search .search-tags input {
    width: 270px;
    background-color: transparent;
    padding: 0 10px;
    border: none;
    font-size: 14px;
}

.item_list .top-action-bar .wrapper .left .action-bar .search .search-tags .tags,.internal-page .top-action-bar .wrapper .left .action-bar .search .search-tags .tags {
    box-shadow: none;
    display: inline-block;
}

.item_list .top-action-bar .wrapper .left .action-bar .search .search-tags .tags ul.tag-list li.tag-item,.internal-page .top-action-bar .wrapper .left .action-bar .search .search-tags .tags ul.tag-list li.tag-item {
    background-color: #fff;
    color: #424242;
    max-width: 147px;
}

.item_list .top-action-bar .wrapper .left .action-bar .search .search-tags .tags ul.tag-list li.tag-item a.remove-button,.internal-page .top-action-bar .wrapper .left .action-bar .search .search-tags .tags ul.tag-list li.tag-item a.remove-button {
    background-color: #c9c9c9;
    color: #424242;
}

.item_list .top-action-bar .wrapper .left .action-bar .search .search-tags .tags,.internal-page .top-action-bar .wrapper .left .action-bar .search .search-tags .tags,.item_list .top-action-bar .wrapper .left .action-bar .search .search-tags .tags input,.internal-page .top-action-bar .wrapper .left .action-bar .search .search-tags .tags input {
    background-color: transparent;
    border: none;
}

.item_list .top-action-bar .wrapper .left .action-bar .search.search-date,.internal-page .top-action-bar .wrapper .left .action-bar .search.search-date {
    padding-right: 0;
}

.item_list .top-action-bar .wrapper .left .action-bar .search.search-date .filter-date,.internal-page .top-action-bar .wrapper .left .action-bar .search.search-date .filter-date {
    justify-content: space-around;
    padding-bottom: 4px;
    border-bottom: 1px solid #c9c9c9;
}

.item_list .top-action-bar .wrapper .left .action-bar .action-buttons,.internal-page .top-action-bar .wrapper .left .action-bar .action-buttons {
    min-width: 152px;
}

.item_list .top-action-bar .wrapper .left .action-bar .action-buttons .sprite-new-erp.copy,.internal-page .top-action-bar .wrapper .left .action-bar .action-buttons .sprite-new-erp.copy {
    position: relative;
    top: -4px;
    left: 4px;
    margin: 0;
}

.item_list .top-action-bar .wrapper .left .action-bar .action-buttons .buttons,.internal-page .top-action-bar .wrapper .left .action-bar .action-buttons .buttons {
    display: grid;
    grid-template-columns: repeat(2,75px);
    grid-row-gap: 2px;
    grid-column-gap: 2px;
}

.item_list .top-action-bar .wrapper .left .action-bar .action-buttons .buttons .action,.internal-page .top-action-bar .wrapper .left .action-bar .action-buttons .buttons .action {
    width: 75px;
    height: 75px;
    background-color: #d8d7d7;
}

.item_list .top-action-bar .wrapper .left .action-bar .action-buttons .buttons button,.internal-page .top-action-bar .wrapper .left .action-bar .action-buttons .buttons button {
    width: 75px;
    height: 75px;
}

.item_list .top-action-bar .wrapper .left .action-bar .action-buttons .buttons button i,.internal-page .top-action-bar .wrapper .left .action-bar .action-buttons .buttons button i {
    margin: 0 auto;
}

.item_list .top-action-bar .wrapper .left .action-bar .action-buttons .buttons button[disabled],.internal-page .top-action-bar .wrapper .left .action-bar .action-buttons .buttons button[disabled] {
    opacity: .5;
}

.item_list .top-action-bar .wrapper .left .action-bar .ad-new button,.internal-page .top-action-bar .wrapper .left .action-bar .ad-new button {
    width: 152px;
    height: 152px;
    background-color: #2f0254;
    color: #fff;
    cursor: pointer;
}

.item_list .top-action-bar .wrapper .left .action-bar .ad-new button span,.internal-page .top-action-bar .wrapper .left .action-bar .ad-new button span {
    text-transform: uppercase;
    line-height: 1;
    display: block;
}

.item_list .top-action-bar .wrapper .left .action-bar .ad-new button span:first-of-type,.internal-page .top-action-bar .wrapper .left .action-bar .ad-new button span:first-of-type {
    font-family: BaiJamjureeSemiBold;
    font-size: 16px;
}

.item_list .top-action-bar .wrapper .left .action-bar .ad-new button span:last-of-type,.internal-page .top-action-bar .wrapper .left .action-bar .ad-new button span:last-of-type {
    font-family: BaiJamjureeBold;
    font-size: 24px;
}

.item_list .top-action-bar .wrapper .left .action-bar .ad-new button[disabled],.internal-page .top-action-bar .wrapper .left .action-bar .ad-new button[disabled] {
    opacity: .5;
    cursor: default;
}

.item_list .top-action-bar .wrapper .left .action-bar .ad-new button.btn-null span,.internal-page .top-action-bar .wrapper .left .action-bar .ad-new button.btn-null span {
    color: transparent;
}

.item_list .top-action-bar .wrapper .right,.internal-page .top-action-bar .wrapper .right {
    width: 300px;
    position: relative;
    background-image: none;
    background-size: 900px 250px;
    background-repeat: no-repeat;
}

.item_list .top-action-bar.action-bar-closed,.internal-page .top-action-bar.action-bar-closed,.item_list .top-action-bar.name-only,.internal-page .top-action-bar.name-only {
    height: 98px;
}

.item_list .top-action-bar.action-bar-closed .left,.internal-page .top-action-bar.action-bar-closed .left,.item_list .top-action-bar.name-only .left,.internal-page .top-action-bar.name-only .left {
    width: 1001px;
}

.item_list .top-action-bar.action-bar-closed .left .action-bar,.internal-page .top-action-bar.action-bar-closed .left .action-bar,.item_list .top-action-bar.name-only .left .action-bar,.internal-page .top-action-bar.name-only .left .action-bar,.item_list .top-action-bar.action-bar-closed .right,.internal-page .top-action-bar.action-bar-closed .right,.item_list .top-action-bar.name-only .right,.internal-page .top-action-bar.name-only .right {
    display: none;
}

.item_list .top-action-bar.reduced,.internal-page .top-action-bar.reduced {
    height: 96px;
    padding: 18px 0 15px 0;
}

.item_list .top-action-bar.reduced .wrapper .left,.internal-page .top-action-bar.reduced .wrapper .left {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 62px;
}

.item_list .top-action-bar.reduced .wrapper .left .title,.internal-page .top-action-bar.reduced .wrapper .left .title {
    padding: 13px 0 0 0;
}

.item_list .top-action-bar.reduced .wrapper .left .title .dashboard-title p.category,.internal-page .top-action-bar.reduced .wrapper .left .title .dashboard-title p.category {
    font-size: 14px;
}

.item_list .top-action-bar.reduced .wrapper .left .title .dashboard-title p.subcategory,.internal-page .top-action-bar.reduced .wrapper .left .title .dashboard-title p.subcategory {
    font-size: 18px;
}

.item_list .top-action-bar.reduced .wrapper .left .title .line-help,.internal-page .top-action-bar.reduced .wrapper .left .title .line-help {
    display: none;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar,.internal-page .top-action-bar.reduced .wrapper .left .action-bar {
    border: none;
    padding: 0;
    align-items: center;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .search,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search {
    padding: 0;
    background-color: transparent;
    width: fit-content;
    display: flex;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .search .search-title,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search .search-title,.item_list .top-action-bar.reduced .wrapper .left .action-bar .search .search-tags,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search .search-tags,.item_list .top-action-bar.reduced .wrapper .left .action-bar .search .filter-date,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search .filter-date {
    display: none;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .search button.open-action-bar,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search button.open-action-bar {
    display: block;
    margin-right: 15px;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .search>.filter,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search>.filter {
    display: inline-block;
    margin: 0;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content {
    display: inline-block;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content .filter-button,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content .filter-button {
    display: none;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content .filter-button.reduced-button,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content .filter-button.reduced-button {
    display: block;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content .filter-button:first-of-type .filter-btn-add-text,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content .filter-button:first-of-type .filter-btn-add-text,.item_list .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content .filter-button:first-of-type button,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content .filter-button:first-of-type button {
    border: none;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content .filter-button:first-of-type .filter-btn-add-text span.add-filter,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content .filter-button:first-of-type .filter-btn-add-text span.add-filter,.item_list .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content .filter-button:first-of-type button span.add-filter,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search>.filter .filter-content .filter-button:first-of-type button span.add-filter {
    height: 45px;
    font-size: 12px;
    color: #006798;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .action-buttons,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .action-buttons {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #dddcdc;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .action-buttons .buttons,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .action-buttons .buttons {
    display: flex;
    align-items: center;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .action-buttons .buttons .action,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .action-buttons .buttons .action {
    background-color: transparent;
    width: auto;
    height: auto;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .action-buttons .buttons .action button,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .action-buttons .buttons .action button {
    width: auto;
    height: auto;
    margin-right: 10px;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .action-buttons .buttons .action button i,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .action-buttons .buttons .action button i {
    transform: scale(.7);
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .ad-new button,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .ad-new button {
    width: 90px;
    height: 45px;
    margin-right: 15px;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .ad-new button span:first-of-type,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .ad-new button span:first-of-type {
    font-size: 12px;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .ad-new button span:last-of-type,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .ad-new button span:last-of-type {
    font-size: 17px;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .ad-new button.btn-null,.internal-page .top-action-bar.reduced .wrapper .left .action-bar .ad-new button.btn-null {
    display: none;
}

.item_list .top-action-bar.reduced .wrapper .right,.internal-page .top-action-bar.reduced .wrapper .right {
    display: none;
}

.item_list .tags,.internal-page .tags {
    box-shadow: none;
    display: flex;
    overflow: initial;
}

.item_list .tags ul.tag-list,.internal-page .tags ul.tag-list {
    float: left;
}

.item_list .tags ul.tag-list li.tag-item,.internal-page .tags ul.tag-list li.tag-item {
    border: none;
    text-transform: uppercase;
    font-size: 11px;
    font-family: BaiJamjureeSemiBold;
    border-radius: 0;
    padding: 0 0 0 10px;
    margin: 0;
    height: 25px;
}

.item_list .tags ul.tag-list li.tag-item span,.internal-page .tags ul.tag-list li.tag-item span {
    max-width: 94px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.item_list .tags ul.tag-list li.tag-item a.remove-button,.internal-page .tags ul.tag-list li.tag-item a.remove-button {
    font-family: GalanoMedium;
    margin: 0 0 0 10px;
    padding: 0 10px;
    font-size: 24px;
    font-weight: normal;
    float: right;
    display: block;
    height: 25px;
    line-height: 25px;
}

.item_list .tags input.input,.internal-page .tags input.input {
    min-width: 150px;
}

.item_list .filter,.internal-page .filter {
    margin-top: 10px;
}

.item_list .filter .filter-content .filter-button button,.internal-page .filter .filter-content .filter-button button {
    width: 147px;
    border: 1px solid #cecece;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    height: 25px;
    line-height: 22px;
}

.item_list .filter .filter-content .filter-button button.add-filter,.internal-page .filter .filter-content .filter-button button.add-filter {
    padding-left: 8px;
}

.item_list .filter .filter-content .filter-button button span.number,.internal-page .filter .filter-content .filter-button button span.number {
    font-size: 36px;
    font-family: GalanoBold;
    color: #cecece;
}

.item_list .filter .filter-content .filter-button button span.add-filter,.internal-page .filter .filter-content .filter-button button span.add-filter {
    border: 2px dashed #0884c2;
    width: 100%;
    text-align: center;
    color: #0884c2;
    font-size: 10px;
    font-family: BaiJamjureeSemiBold;
    text-transform: uppercase;
    height: 25px;
}

.item_list .filter .filter-content .filter-tag tags-input .tags,.internal-page .filter .filter-content .filter-tag tags-input .tags {
    display: flex;
    border: none;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.item_list .filter .filter-content .filter-tag tags-input .tags li.tag-item,.internal-page .filter .filter-content .filter-tag tags-input .tags li.tag-item {
    background-color: #1074a8;
    color: #fff;
    width: 147px;
}

.item_list .filter .filter-content .filter-tag tags-input .tags li.tag-item a.remove-button,.internal-page .filter .filter-content .filter-tag tags-input .tags li.tag-item a.remove-button {
    background-color: #13415b;
    color: #fff;
}

.item_list .filter .filter-content .filter-tag tags-input .tags input.input,.internal-page .filter .filter-content .filter-tag tags-input .tags input.input {
    display: none;
}

.item_list .show-filter,.internal-page .show-filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.item_list .show-filter .filter-bg,.internal-page .show-filter .filter-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 55;
}

.item_list .show-filter .modal-dialog,.internal-page .show-filter .modal-dialog {
    height: 100%;
}

.item_list .show-filter .modal-dialog .modal-content,.internal-page .show-filter .modal-dialog .modal-content {
    width: 513px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    font-family: BaiJamjureeBold;
}

.item_list .show-filter .modal-dialog .modal-content .modal-header p,.internal-page .show-filter .modal-dialog .modal-content .modal-header p,.item_list .show-filter .modal-dialog .modal-content .modal-footer button,.internal-page .show-filter .modal-dialog .modal-content .modal-footer button {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    height: 65px;
    line-height: 65px;
}

.item_list .show-filter .modal-dialog .modal-content .modal-header,.internal-page .show-filter .modal-dialog .modal-content .modal-header {
    padding: 0;
    background-color: #969696;
    position: relative;
}

.item_list .show-filter .modal-dialog .modal-content .modal-header button,.internal-page .show-filter .modal-dialog .modal-content .modal-header button {
    position: absolute;
    right: 15px;
    top: 18px;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body,.internal-page .show-filter .modal-dialog .modal-content .modal-body {
    padding: 30px 29px;
    max-height: 325px;
    overflow-y: auto;
}

@media screen and (min-width: 1920px) {
    .item_list .show-filter .modal-dialog .modal-content .modal-body,.internal-page .show-filter .modal-dialog .modal-content .modal-body {
        max-height:500px;
    }
}

.item_list .show-filter .modal-dialog .modal-content .modal-body .search-tags,.internal-page .show-filter .modal-dialog .modal-content .modal-body .search-tags {
    display: block !important;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body p.title,.internal-page .show-filter .modal-dialog .modal-content .modal-body p.title {
    text-align: center;
    font-size: 13px;
    color: #5c5c5c;
    text-transform: uppercase;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body .filter,.internal-page .show-filter .modal-dialog .modal-content .modal-body .filter {
    margin-bottom: 40px;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body .filter .filter-content,.internal-page .show-filter .modal-dialog .modal-content .modal-body .filter .filter-content {
    justify-content: center;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body .filter-box,.internal-page .show-filter .modal-dialog .modal-content .modal-body .filter-box {
    margin-top: 20px;
    background-color: #e5e5e5;
    padding: 25px 30px;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body .filter-box .filter-field,.internal-page .show-filter .modal-dialog .modal-content .modal-body .filter-box .filter-field {
    margin-bottom: 20px;
    position: relative;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body .filter-box .filter-field:last-of-type,.internal-page .show-filter .modal-dialog .modal-content .modal-body .filter-box .filter-field:last-of-type {
    margin: 0;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body .filter-box .filter-field.date,.internal-page .show-filter .modal-dialog .modal-content .modal-body .filter-box .filter-field.date {
    justify-content: space-between;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body .filter-box .filter-field.select-box select,.internal-page .show-filter .modal-dialog .modal-content .modal-body .filter-box .filter-field.select-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    z-index: 2;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body .filter-box .filter-field.select-box:before,.internal-page .show-filter .modal-dialog .modal-content .modal-body .filter-box .filter-field.select-box:before {
    content: "";
    display: block;
    background: url("/marketClone/img/new-erp/sprite-new-erp.png") no-repeat;
    width: 16px;
    height: 10px;
    background-position: -215px -271px;
    position: absolute;
    top: 38px;
    right: 14px;
    z-index: 1;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body .filter-box label.filter-title,.internal-page .show-filter .modal-dialog .modal-content .modal-body .filter-box label.filter-title {
    color: #797979;
    text-transform: uppercase;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body .filter-box .radio-group label,.internal-page .show-filter .modal-dialog .modal-content .modal-body .filter-box .radio-group label {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.item_list .show-filter .modal-dialog .modal-content .modal-body .filter-box .radio-group label input,.internal-page .show-filter .modal-dialog .modal-content .modal-body .filter-box .radio-group label input {
    margin-right: 10px;
}

.item_list .show-filter .modal-dialog .modal-content .modal-footer,.internal-page .show-filter .modal-dialog .modal-content .modal-footer {
    padding: 0;
}

.item_list .show-filter .modal-dialog .modal-content .modal-footer button,.internal-page .show-filter .modal-dialog .modal-content .modal-footer button {
    width: 100%;
    background-color: #8cc63f;
}

.item_list .filter-date,.internal-page .filter-date {
    align-items: flex-end;
}

.item_list .filter-date input[type="date"],.internal-page .filter-date input[type="date"] {
    width: 147px;
    padding: 0;
    height: 30px;
    font-size: 16px;
    color: #0884c2;
    font-family: BaiJamjureeBold;
    border: none;
    background-color: transparent;
}

.item_list .filter-date input[type="date"]::-webkit-calendar-picker-indicator,.internal-page .filter-date input[type="date"]::-webkit-calendar-picker-indicator {
    background: url("/marketClone/img/report/calendario.png") no-repeat center right;
    display: block;
    width: 18px;
    height: 18px;
    color: rgba(0,0,0,0);
    opacity: 1;
    padding: 0;
}

.item_list .filter-date input[type="date"]::-webkit-clear-button,.internal-page .filter-date input[type="date"]::-webkit-clear-button {
    display: none;
}

.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search button.open-action-bar {
    display: none;
}

.internal-page .top-action-bar.reduced .wrapper .left .action-bar .search .filter {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}

.item_list .top-action-bar .wrapper .left .action-bar .search button.open-action-bar {
    display: none;
}

.item_list .top-action-bar.reduced .wrapper .left .action-bar .search button.open-action-bar {
    display: block;
}

.action-bar-bottom {
    width: 100%;
    height: 166px;
    background-color: #f2f2f2;
    position: relative;
    z-index: 21;
}

.action-bar-bottom .action-bar-bottom-fixed {
    width: 992px;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar {
    justify-content: space-between;
    align-items: center;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .small-buttons ul.list-action {
    align-items: center;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .small-buttons ul.list-action li {
    margin-right: 44px;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .small-buttons ul.list-action li button {
    opacity: .7;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .small-buttons ul.list-action li button:hover {
    opacity: 1;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .small-buttons ul.list-action li button[disabled=disabled] {
    opacity: .5;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .small-buttons ul.list-action li.line-help {
    position: relative;
    margin: 0 0 0 -44px;
    padding: 8px 44px;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .small-buttons ul.list-action li.line-help ul.list-help {
    left: -13px;
    bottom: 45px;
    left: 31px;
    top: initial;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .small-buttons ul.list-action li.line-help ul.list-help::before {
    border: 10px solid transparent;
    border-top: 7px solid #b6b6b6;
    border-bottom: none;
    bottom: -7px;
    left: 10px;
    top: initial;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .small-buttons ul.list-action li.line-help ul.list-help li {
    margin: 0;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .right {
    align-items: center;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .right p.list-count {
    color: #282828;
    font-size: 12px;
    font-family: GalanoMedium;
    margin-right: 13px;
    text-transform: uppercase;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .right button.btn-bottom,.action-bar-bottom .action-bar-bottom-fixed .button-bar .right label.btn-bottom {
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    min-width: 228px;
    background: #9dc44d;
    font-family: BaiJamjureeSemiBold;
    text-transform: uppercase;
    border: none;
    color: #fff;
    margin: 0 0 0 5px;
    text-align: center;
    cursor: pointer;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .right button.btn-bottom[disabled=disabled],.action-bar-bottom .action-bar-bottom-fixed .button-bar .right label.btn-bottom[disabled=disabled] {
    opacity: .5;
    cursor: default;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .right button.btn-bottom.grey,.action-bar-bottom .action-bar-bottom-fixed .button-bar .right label.btn-bottom.grey {
    background-color: #4e4e4e;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .right button.btn-bottom.grey[disabled],.action-bar-bottom .action-bar-bottom-fixed .button-bar .right label.btn-bottom.grey[disabled] {
    background-color: #4e4e4e;
    opacity: .65;
    color: #676767;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .right button.btn-bottom.red,.action-bar-bottom .action-bar-bottom-fixed .button-bar .right label.btn-bottom.red {
    background-color: #d33131;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .right button.btn-bottom.red[disabled],.action-bar-bottom .action-bar-bottom-fixed .button-bar .right label.btn-bottom.red[disabled] {
    background-color: #d33131;
    opacity: .65;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .right button.btn-bottom.blue,.action-bar-bottom .action-bar-bottom-fixed .button-bar .right label.btn-bottom.blue {
    background-color: #085bc2;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .right button.btn-bottom.blue[disabled],.action-bar-bottom .action-bar-bottom-fixed .button-bar .right label.btn-bottom.blue[disabled] {
    background-color: #085bc2;
    opacity: .65;
}

.action-bar-bottom .action-bar-bottom-fixed .button-bar .right button.btn-bottom.small,.action-bar-bottom .action-bar-bottom-fixed .button-bar .right label.btn-bottom.small {
    min-width: 0;
}

.blackBar {
    position: sticky;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    display: grid;
    justify-content: center;
    transform: translateY(-50%);
    width: 100%;
}

.blackBar .ads-free-wrapper {
    bottom: -10px;
    z-index: 1000;
    background-color: #f2f2f2;
    top: initial;
}

.blackBar .ads-free-wrapper span {
    position: relative;
}

.blackBar .ads-free-wrapper span:before {
    left: 0;
    bottom: -1px;
}

.new-erp .line-help:hover .list-help {
    display: block;
}

.new-erp ul.list-help {
    background-color: #b6b6b6;
    width: 306px;
    position: absolute;
    top: 52px;
    right: 20px;
    z-index: 3;
    display: none;
    padding: 0 4px 4px 4px;
}

.new-erp ul.list-help::before {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-bottom: 7px solid #b6b6b6;
    border-top: none;
    width: 0;
    position: absolute;
    top: -7px;
    right: 10px;
}

.new-erp ul.list-help li {
    position: relative;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #d4d4d4;
    color: #262626;
}

.new-erp ul.list-help li:nth-of-type(2) {
    padding-top: 10px;
    height: 40px;
    line-height: 32px;
}

.new-erp ul.list-help li:last-of-type {
    height: 35px;
    line-height: 25px;
}

.new-erp ul.list-help li a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: BaiJamjuree;
}

.new-erp ul.list-help li.tit-help {
    background-color: #b6b6b6;
    font-size: 16px;
    font-family: BaiJamjureeBold;
    height: 37px;
    line-height: 37px;
    padding: 0;
}

.new-erp ul.list-help li.video button {
    background-color: transparent;
    color: #7b8a90;
    font-size: 12px;
    width: 178px;
    text-transform: uppercase;
    border: none;
    height: 34px;
}

.new-erp .box {
    width: 992px;
    margin: 0 auto;
    padding-bottom: 50px;
    flex: 1;
    min-height: -moz-calc(100% - 168px);
    min-height: -webkit-calc(100% - 168px);
    min-height: calc(100% - 168px);
    position: relative;
    padding-top: 30px;
}

.new-erp .box .box-content p.text-center {
    margin-top: 30px;
}

.new-erp .box .box-content table.main-table tbody tr {
    border-top: 2px solid #f1efef;
}

.new-erp .box .box-content table.main-table tbody tr:hover {
    background-color: #e2e2e2;
}

.new-erp .box .box-content table.main-table tbody tr td {
    height: 62px;
    line-height: 62px;
    font-family: BaiJamjureeMedium;
    font-size: 14px;
    text-transform: uppercase;
    color: #3f3f3f;
    padding: 0 5px;
    border: none;
}

.new-erp .box .box-content table.main-table tbody tr td.double {
    line-height: 1;
    padding-top: 15px;
}

.new-erp .box .box-content table.main-table tbody tr td.buttons {
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.new-erp .box .box-content table.main-table tbody tr td.debit {
    color: #d41919;
}

.new-erp .box .box-content table.main-table tbody tr td.credit {
    color: #3478bd;
}

.new-erp .box .box-content table.main-table tbody tr td.listMessageBox {
    line-height: 2;
}

.new-erp .box .box-content table.main-table tbody tr:last-of-type {
    border-bottom: 2px solid #f1efef;
}

.new-erp .box .box-content table.main-table th,.new-erp .box .box-content table.new-table th {
    height: 62px;
    line-height: 62px;
    text-transform: uppercase;
    color: #0f4e6d;
    font-size: 14px;
    font-family: BaiJamjureeBold;
    border: none;
}

.new-erp .box .box-content table.new-table tbody tr#adOnList {
    display: block;
    width: 992px;
}

.new-erp .box .box-content table.new-table tbody tr#adOnList td {
    width: 992px;
}

.new-erp .box .box-content table.new-table tbody tr td.buttons {
    display: flex;
}

.new-erp .box .box-content table.diff tr td.buttons {
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    display: flex;
}

.new-erp .wrapper-item-page {
    display: flex;
    flex-direction: column;
}

.new-erp .wrapper-item-page .item-page .box {
    margin-top: 50px;
}

.new-model .box {
    padding-bottom: 0;
}

.new-erp.source_2 header .plataform-content button.toggle-plataform-list,.new-erp.source_7 header .plataform-content button.toggle-plataform-list,.new-erp.source_32 header .plataform-content button.toggle-plataform-list,.new-erp.source_35 header .plataform-content button.toggle-plataform-list,.new-erp.source_36 header .plataform-content button.toggle-plataform-list,.new-erp.source_47 header .plataform-content button.toggle-plataform-list,.new-erp.source_57 header .plataform-content button.toggle-plataform-list {
    display: none;
}

.new-erp.source_2 header .plataform-content button.toggle-plataform-list i,.new-erp.source_7 header .plataform-content button.toggle-plataform-list i,.new-erp.source_32 header .plataform-content button.toggle-plataform-list i,.new-erp.source_35 header .plataform-content button.toggle-plataform-list i,.new-erp.source_36 header .plataform-content button.toggle-plataform-list i,.new-erp.source_47 header .plataform-content button.toggle-plataform-list i,.new-erp.source_57 header .plataform-content button.toggle-plataform-list i {
    display: none;
}

.new-erp.source_2 header .plataform-content a.change-plataform,.new-erp.source_7 header .plataform-content a.change-plataform,.new-erp.source_32 header .plataform-content a.change-plataform,.new-erp.source_35 header .plataform-content a.change-plataform,.new-erp.source_36 header .plataform-content a.change-plataform,.new-erp.source_47 header .plataform-content a.change-plataform,.new-erp.source_57 header .plataform-content a.change-plataform {
    cursor: default;
}

.new-erp.source_2 header .plataform-content a.change-plataform i.logo,.new-erp.source_7 header .plataform-content a.change-plataform i.logo,.new-erp.source_32 header .plataform-content a.change-plataform i.logo,.new-erp.source_35 header .plataform-content a.change-plataform i.logo,.new-erp.source_36 header .plataform-content a.change-plataform i.logo,.new-erp.source_47 header .plataform-content a.change-plataform i.logo,.new-erp.source_57 header .plataform-content a.change-plataform i.logo {
    background-position: 0 0;
    display: block;
}

.new-erp.source_2 header .plataform-content a.change-plataform i.logo {
    background: url(/marketClone/img/banners/positivo/positivo_toplogo.png) no-repeat;
    width: 101px;
    height: 51px;
}

.new-erp.source_7 header .plataform-content a.change-plataform {
    cursor: default;
}

.new-erp.source_7 header .plataform-content a.change-plataform i.logo {
    background-image: url(/marketClone/img/banners/martins/lg_supergerencia_pdv_erp.png);
    width: 96px;
    height: 36px;
}

.new-erp.source_32 header .plataform-content a.change-plataform {
    cursor: default;
}

.new-erp.source_32 header .plataform-content a.change-plataform i {
    background: url(/marketClone/img/banners/cielo/lg_negociopro_erp.png) no-repeat;
    width: 167px;
    height: 34px;
}

.new-erp.source_35 .main-login header .left .login-box {
    background-color: #00539f;
}

.new-erp.source_35 .main-login header .left .login-box .login-wrapper {
    background-color: initial;
}

.new-erp.source_35 .main-login header .left .login-box .btn-open-login {
    background-color: rgba(223,223,223,.2);
}

.new-erp.source_35 .main-login .login-content aside form[name="loginForm"] fieldset.input-box .input-line .input-content input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    -webkit-box-shadow: 0 0 0 1000px rgba(0,83,159,.823) inset;
    -webkit-text-fill-color: #fff !important;
    color: #fff;
}

.new-erp.source_35 header .plataform-content {
    background-color: #cc092f;
}

.new-erp.source_35 header .plataform-content button.toggle-plataform-list {
    display: block;
}

.new-erp.source_35 header .plataform-content button.toggle-plataform-list i {
    display: block;
}

.new-erp.source_35 header .plataform-content .image-box {
    height: 100%;
}

.new-erp.source_35 header .plataform-content .image-box a.change-plataform {
    cursor: default;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.new-erp.source_35 header .plataform-content .image-box a.change-plataform i.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(/content/app-bra/marketClone/img/desktop/logo-bradesco.png) no-repeat;
    width: 205px;
    height: 46px;
    transform: scale(.65) translate(-79%,-79%);
}

@media screen and (min-width: 1366px) {
    .new-erp.source_35 header .plataform-content .image-box a.change-plataform i.logo {
        transform:scale(.8) translate(-63%,-63%);
    }
}

.new-erp.source_35 header .plataform-content .image-box ul.plataform-list li:first-of-type {
    display: none;
}

.new-erp.source_36 header .plataform-content {
    background-color: #3f47cf;
}

.new-erp.source_36 header .plataform-content a.change-plataform {
    cursor: default;
}

.new-erp.source_36 header .plataform-content a.change-plataform i.logo {
    background-image: url(/marketClone/img/header/partners/lg-sweda-mobox.png);
    width: 115px;
    height: 25px;
}

.new-erp.source_47.login header .left .plataform-content a.change-plataform {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.new-erp.source_47.login header .left .plataform-content a.change-plataform i {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(/marketClone/img/header/partners/logo-alelo.png) no-repeat;
    display: block;
    width: 204px;
    height: 59px;
    margin: 0 auto;
    transform: translate(-50%,-50%) scale(.65);
}

@media screen and (min-width: 1366px) {
    .new-erp.source_47.login header .left .plataform-content a.change-plataform i {
        transform:translate(-50%,-50%) scale(1);
    }
}

.new-erp.source_47.login header .left .login-box .login-wrapper {
    background-color: #1a8062;
}

.new-erp.source_47.login header .left .login-box .btn-open-login {
    background-color: #bdd562;
}

.new-erp.source_47.login .login-content aside form[name="loginForm"] fieldset.input-box .input-line .input-content input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    -webkit-box-shadow: 0 0 0 1000px rgba(26,128,98,.85) inset;
    -webkit-text-fill-color: #fff !important;
    color: #fff;
}

.new-erp.source_47:not(.login) header .plataform-content button.toggle-plataform-list {
    display: block;
}

.new-erp.source_47:not(.login) header .plataform-content button.toggle-plataform-list i {
    display: block;
}

.new-erp.source_47:not(.login) header .plataform-content a.change-plataform {
    cursor: default;
}

.new-erp.source_47:not(.login) header .plataform-content a.change-plataform i.logo {
    background: url(/marketClone/img/header/partners/logoalelo.png) no-repeat;
    display: block;
    width: 89px;
    height: 59px;
}

.new-erp.source_47:not(.login) header .plataform-content a.change-plataform .active-plataform i {
    display: block;
    width: 89px;
    height: 59px;
}

.new-erp.source_57 .main-login header .left .login-box .login-wrapper {
    background-color: #c00;
}

.new-erp.source_57 .main-login header .left .login-box .btn-open-login {
    background-color: #900;
}

.new-erp.source_57 .main-login .login-content aside form[name="loginForm"] fieldset.input-box .input-line .input-content input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    -webkit-box-shadow: 0 0 0 1000px #c00 inset;
    -webkit-text-fill-color: #fff !important;
    color: #fff;
}

.new-erp.source_57 header .plataform-content {
    background-color: #c00;
}

.new-erp.source_57 header .plataform-content a.change-plataform {
    cursor: pointer;
}

.new-erp.source_57 header .plataform-content a.change-plataform i.logo {
    background-image: url(/marketClone/img/santander/logo.png);
    width: 115px;
    height: 35px;
    background-size: contain;
    margin-top: 6px;
}

@media screen and (min-width: 1366px) {
    .new-erp.source_57 header .plataform-content a.change-plataform i.logo {
        margin-top:0;
        width: 200px;
    }
}

.new-erp.source_64 header .plataform-content a.change-plataform i.logo {
    background: url(/marketClone/img/safra/logo-safrapay.svg) no-repeat;
    background-size: cover;
    width: 165px;
    height: 41px;
}

@media screen and (min-width: 1920px) {
    .new-erp.source_64 header .plataform-content a.change-plataform i.logo {
        width:150px;
        height: 37px;
    }
}

.jcrop-holder {
    direction: ltr;
    text-align: left;
}

.jcrop-vline,.jcrop-hline {
    background: #fff url(/marketClone/img/Jcrop.gif) top left repeat;
    font-size: 0;
    position: absolute;
}

.jcrop-vline {
    height: 100%;
    width: 1px!important;
}

.jcrop-hline {
    height: 1px!important;
    width: 100%;
}

.jcrop-vline.right {
    right: 0;
}

.jcrop-hline.bottom {
    bottom: 0;
}

.jcrop-handle {
    background-color: #333;
    border: 1px #eee solid;
    font-size: 1px;
}

.jcrop-tracker {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}

.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px;
}

.jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%;
}

.jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%;
}

.jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}

.jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0;
}

.jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -4px;
    margin-right: -4px;
    right: 0;
}

.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px;
}

.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%;
}

.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px;
}

.jcrop-dragbar.ord-n {
    margin-top: -4px;
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0;
}

.jcrop-dragbar.ord-w {
    margin-left: -4px;
}

.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline {
    background: #fff;
    filter: alpha(opacity=70) !important;
    opacity: .7 !important;
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #fff;
    border-radius: 3px;
}

.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline {
    background: #000;
    filter: alpha(opacity=70) !important;
    opacity: .7 !important;
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    border-color: #000;
    border-radius: 3px;
}

.jcrop-holder img,img.jcrop-preview {
    max-width: none;
}

.msgbox_container {
    position: relative;
}

.msgbox_main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 1px 0 #d9d9d9;
    box-shadow: 2px 2px 1px 0 #d9d9d9;
    position: absolute;
    left: 0;
    z-index: 3;
    display: none;
    white-space: nowrap;
}

.msgbox_main.hint {
    background-color: #8cc63f;
}

.msgbox_main.hint:after {
    border-color: #8cc63f transparent transparent;
}

.msgbox_main.erro {
    background-color: #000;
}

.msgbox_main.erro:after {
    border-color: #000 transparent transparent;
}

.msgbox_main.fast {
    background-color: #ff7e00;
}

.msgbox_main.fast:after {
    border-color: #ff7e00 transparent transparent;
}

.msgbox_main:before {
    content: ' ';
    border-color: rgba(217,217,217,.5) transparent transparent;
    border-style: solid;
    border-width: 13px;
    position: absolute;
    bottom: -27px;
    left: 17px;
}

.msgbox_main:after {
    content: ' ';
    border-style: solid;
    border-width: 10px;
    position: absolute;
    bottom: -20px;
    left: 20px;
}

.informacao {
    background-color: #f8fbac;
    color: #cb8a08;
    font-weight: normal;
    font-size: 14px;
}

.informacao:after {
    border-color: #f8fbac transparent transparent;
    color: #cb8a08;
}

label {
    font-weight: normal;
}

.form-control {
    color: #000;
    background-color: #efefef;
    background-image: none;
    border: 1px solid #a5afb3;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 5px;
}

.form-control[required] {
    background-color: #d0cfcf;
}

.form-control:focus {
    border-color: initial;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #fff;
    border-color: #bbb;
}

.btn-primary {
    background: #2f0254;
    border-color: #2f0254;
    text-shadow: none;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:active:focus,.btn-primary:active:hover,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2f0254;
    border-color: initial;
}

.btn-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.label {
    font-size: 14px;
}

.modal-backdrop.in,.modal-backdrop.fade.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.btn-primary {
    background-image: none;
    background: #2f0254;
    border-radius: 0;
}

.btn-primary:hover,.btn-primary:focus {
    background-color: #2f0254;
}

.btn-primary:active,.btn-primary.active {
    background-color: #2f0254;
    border-color: initial;
}

.bootstrap-switch.bootstrap-switch-wrapper {
    border-radius: 3px;
    padding: 3px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 1px 0 #d9d9d9;
}

.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-on {
    background-color: #8cc63f;
}

.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-on .bootstrap-switch-label {
    border-radius: 0;
}

.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-on .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #8cc63f;
}

.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-off {
    background-color: #9e9e9e;
}

.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-off .bootstrap-switch-label {
    border-radius: 0;
}

.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-off .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: #9e9e9e;
}

.bootstrap-switch.bootstrap-switch-wrapper .bootstrap-switch-label {
    background: transparent;
    width: 17px;
    height: 17px;
    overflow: hidden;
    font-size: 0;
}

.bootstrap-switch.bootstrap-switch-wrapper .bootstrap-switch-handle-on.bootstrap-switch-primary {
    border-radius: 0;
    background: url('/marketClone/img/radio-on.png') center no-repeat #fff;
    width: 17px;
    height: 17px;
    overflow: hidden;
    font-size: 0;
}

.bootstrap-switch.bootstrap-switch-wrapper .bootstrap-switch-handle-off.bootstrap-switch-default {
    border-radius: 0;
    background: url('/marketClone/img/radio-off.png') center no-repeat #fff;
    width: 17px;
    height: 17px;
    overflow: hidden;
    font-size: 0;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.payable .table>tbody>tr>td,.spacer-table-content .table>tbody>tr>td,.management_account .table>tbody>tr>td,.purchase_order .table>tbody>tr>td {
    white-space: initial;
}

#modalPrint {
    z-index: 2050;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.btn {
    padding: 6px 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.btn-info,.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    background-image: -webkit-linear-gradient(top,#8cc63f 0,#7fb636 100%);
    background-image: -o-linear-gradient(top,#8cc63f 0,#7fb636 100%);
    background-image: linear-gradient(to bottom,#8cc63f 0,#7fb636 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8cc63f',endColorstr='#ff7fb636',GradientType=0);
    background-color: #7fb636;
}

.ui-dialog {
    position: fixed;
    padding: 0;
    width: 300px;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 1px 1px #d9d9d9;
    border-radius: 0;
}

.ui-widget-overlay {
    background-image: none;
    position: fixed;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 18px;
    top: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    width: 12px;
    height: 12px;
}

.ui-dialog .ui-dialog-titlebar-close span.ui-icon.ui-icon-closethick {
    background: url(/marketClone/img/btCloseHeader.png) center center no-repeat;
}

.ui-dialog .ui-dialog-title {
    margin: 0 0 0 15px;
    color: #7b8a90;
    font: 700 18px Arial;
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0;
    position: relative;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    background: #f4f4f4;
    border-radius: 0;
}

.ui-button-icon-only .ui-icon {
    margin: -8px 0 0 -8px !important;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    color: #fff;
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    background-color: #8cc63f;
    border: none;
    border-radius: 2px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    background-image: none;
}

input[type=date]::-webkit-inner-spin-button {
    display: none;
}

.form-group input[type=date]::-webkit-clear-button,.form-group input[type=date]::-webkit-inner-spin-button,.form-group input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
}

.form-group input[type=date]:hover::-webkit-clear-button,.form-group input[type=date]:hover::-webkit-calendar-picker-indicator {
    display: block;
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: 0;
}

.ui-datepicker {
    padding: 0;
    color: #bebebe;
    font-family: Arial;
    background: #fcfcfc;
    border: 1px solid #dedede;
    display: none;
}

.ui-datepicker .ui-datepicker-calendar tr td {
    background: #fcfcfc;
    opacity: 1;
}

.ui-datepicker .ui-datepicker-header {
    border: 0;
    position: relative;
    padding: 0;
    background: #ededed;
    margin-bottom: 2px;
    border-radius: 0;
    border-bottom: 1px solid #dedede;
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 28px;
}

.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover {
    top: 2px;
    border: 0;
    background: 0 0;
}

.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: 1px;
    opacity: .47;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 2.8em;
    text-align: center;
    background-color: #f0f0f0;
    color: #849297;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    margin: 0 auto .4em;
    background: rgba(0,0,0,0);
    box-shadow: none;
}

.ui-datepicker th {
    padding: .2em .3em .1em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker th span {
    font-size: 16px;
}

.ui-datepicker td {
    border: 0;
    padding: 0 1px;
}

.ui-datepicker td a,.ui-datepicker td a.ui-state-default,.ui-datepicker td span {
    display: block;
    padding: 0 em;
    text-decoration: none;
    border: 0;
    background: 0 0;
    color: #849297;
    text-align: center;
    font-weight: 700;
}

.ui-datepicker td a,.ui-datepicker td a.ui-state-default:hover,.ui-datepicker td span {
    color: #8cc63f;
    background-color: #efefef;
}

.ui-datepicker td.ui-datepicker-current-day a {
    background: #8cc63f;
    color: #fff;
    border-radius: 3px;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
    background: #fcfcfc;
    border: 1px solid #dedede;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
    background: 0 0;
    box-shadow: none;
    table-layout: fixed;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
    border-right: 1px solid #dedede;
    margin-right: -1px;
    min-height: 252px;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-cover {
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

.ui-autocomplete {
    z-index: 2;
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #8cc63f;
}

tags-input {
    display: block;
}

tags-input *,tags-input:after,tags-input:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

tags-input .host {
    position: relative;
    height: 100%;
}

tags-input .host:active {
    outline: 0;
}

tags-input .tags {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    padding: 1px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: text;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    box-shadow: 1px 1px 1px 0 #d3d3d3 inset;
    height: 100%;
}

tags-input .tags.focused {
    outline: 0;
    -webkit-box-shadow: 0 0 3px 1px rgba(5,139,242,.6);
    -moz-box-shadow: 0 0 3px 1px rgba(5,139,242,.6);
    box-shadow: 0 0 3px 1px rgba(5,139,242,.6);
}

tags-input .tags .tag-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

tags-input .tags .tag-item {
    margin: 2px;
    padding: 0 5px;
    display: inline-block;
    float: left;
    font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 26px;
    line-height: 25px;
    border: 1px solid #acacac;
    border-radius: 3px;
    background-color: #a4afb3;
    color: #fff;
}

tags-input .tags .tag-item .remove-button {
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    vertical-align: middle;
    font: 700 16px Arial,sans-serif;
    color: #fff;
}

tags-input .tags .input.invalid-tag,tags-input .tags .tag-item .remove-button:active {
    color: #f00;
}

tags-input .tags .input {
    border: 0;
    outline: 0;
    margin: 2px;
    padding: 0 0 0 5px;
    float: left;
    height: 26px;
    font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

tags-input .tags .input::-ms-clear {
    display: none;
}

tags-input.ng-invalid .tags {
    -webkit-box-shadow: 0 0 3px 1px rgba(255,0,0,.6);
    -moz-box-shadow: 0 0 3px 1px rgba(255,0,0,.6);
    box-shadow: 0 0 3px 1px rgba(255,0,0,.6);
}

tags-input[disabled] .host:focus {
    outline: 0;
}

tags-input[disabled] .tags {
    background-color: #eee;
    cursor: default;
}

tags-input[disabled] .tags .tag-item {
    opacity: .65;
    background: -webkit-linear-gradient(top,#f0f9ff 0,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62) 100%);
    background: linear-gradient(to bottom,#f0f9ff 0,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62) 100%);
}

tags-input[disabled] .tags .tag-item .remove-button {
    cursor: default;
}

tags-input[disabled] .tags .tag-item .remove-button:active {
    color: #585858;
}

tags-input[disabled] .tags .input {
    background-color: #eee;
    cursor: default;
}

tags-input .autocomplete {
    margin-top: 5px;
    position: absolute;
    padding: 5px 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

tags-input .autocomplete .suggestion-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 280px;
    overflow-y: auto;
    position: relative;
}

tags-input .autocomplete .suggestion-item {
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    background-color: #fff;
}

tags-input .autocomplete .suggestion-item.selected,tags-input .autocomplete .suggestion-item.selected em {
    color: #fff;
    background-color: #0097cf;
}

tags-input .autocomplete .suggestion-item em {
    font: normal 700 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    background-color: #fff;
}

.center-container {
    margin: 0 auto;
}

.top-margin {
    margin-top: 20px;
}

.pure-gallery {
    height: inherit;
    min-width: 320px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.pure-gallery .user-interaction {
    position: absolute;
    width: 100%;
    min-width: inherit;
    height: inherit;
}

.pure-gallery .user-interaction .controls {
    position: absolute;
    top: 0;
    height: inherit;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
}

.pure-gallery .user-interaction .controls.prev {
    left: 0;
}

.pure-gallery .user-interaction .controls.next {
    right: 0;
}

.pure-gallery .user-interaction .controls button {
    width: 35px;
    height: 60px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background: #d0cfcf;
    color: #fff;
    font-size: 25px;
    opacity: .85;
    outline: transparent;
    display: flex;
    justify-content: center;
    place-items: center;
}

.pure-gallery .content {
    position: relative;
    height: inherit;
    min-width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
}

#upstore_banner_offer .pure-gallery .content .content-slider {
    opacity: 1;
}

.pure-gallery .content .content-slider {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 25px;
    color: #fff;
    transition: left .3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.pure-gallery .content .content-slider>* {
    width: 100%;
}

.pure-gallery .content .content-slider img,.pure-gallery .content .content-slider video {
    pointer-events: none;
}

.pure-gallery .content .content-slider iframe {
    border: none;
    width: 90%;
    height: 90%;
}

.pure-gallery .content .content-slider img {
    height: 100%;
}

.pure-gallery .thumbnails {
    min-width: inherit;
    min-height: 30px;
    margin-top: 0;
    box-sizing: border-box;
    padding: 20px 8px;
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0;
    justify-content: center;
}

.pure-gallery .thumbnails .thumb-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #0a85c2;
    border: 2px solid #edecec;
    cursor: pointer;
}

.pure-gallery .thumbnails .thumb-circle.active {
    background: #fff;
}

.pure-gallery .thumbnails .thumb-content {
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #131212;
    color: #fff;
    margin: 0 8px 0 0;
    flex: 1;
    transition: background .2s ease-in;
}

.pure-gallery .thumbnails .thumb-content:last-child {
    margin: 0;
}

.pure-gallery .thumbnails .thumb-content.active,.pure-gallery .thumbnails .thumb-content:hover {
    background: #2b2b2b;
    cursor: pointer;
}

.pure-gallery.up-layout .content {
    min-height: auto;
    height: calc(100% - 86px);
}

.pure-gallery.up-layout .thumbnails {
    min-height: 70px;
    margin-top: -86px;
    width: calc(100% - 100px);
    left: 50px;
}

.first_user_helper {
    margin-top: -5px;
}

.first_user_helper.helper_list .left .arrow-tip-right-medium,.first_user_helper.helper_list .right .arrow-tip-right-medium,.first_user_helper.helper_list .left .arrow-tip-left-medium,.first_user_helper.helper_list .right .arrow-tip-left-medium,.first_user_helper.helper_list .left .arrow-tip-left-small,.first_user_helper.helper_list .right .arrow-tip-left-small,.first_user_helper.helper_list .left .arrow-tip-right-small,.first_user_helper.helper_list .right .arrow-tip-right-small {
    display: block;
}

.first_user_helper.helper_list .left .arrow-tip-right-medium,.first_user_helper.helper_list .right .arrow-tip-right-medium,.first_user_helper.helper_list .left .arrow-tip-left-medium,.first_user_helper.helper_list .right .arrow-tip-left-medium {
    width: 81px;
    height: 170px;
}

.first_user_helper.helper_list .left .arrow-tip-left-small,.first_user_helper.helper_list .right .arrow-tip-left-small,.first_user_helper.helper_list .left .arrow-tip-right-small,.first_user_helper.helper_list .right .arrow-tip-right-small {
    width: 82px;
    height: 90px;
}

.first_user_helper.helper_list .left .arrow-tip-right-medium,.first_user_helper.helper_list .right .arrow-tip-right-medium {
    background: url('/marketClone/img/arrow-tip-right-medium.png');
}

.first_user_helper.helper_list .left .arrow-tip-left-medium,.first_user_helper.helper_list .right .arrow-tip-left-medium {
    background: url('/marketClone/img/arrow-tip-left-medium.png');
}

.first_user_helper.helper_list .left .arrow-tip-left-small,.first_user_helper.helper_list .right .arrow-tip-left-small {
    background: url('/marketClone/img/arrow-tip-left-small.png');
}

.first_user_helper.helper_list .left .arrow-tip-right-small,.first_user_helper.helper_list .right .arrow-tip-right-small {
    background: url('/marketClone/img/arrow-tip-right-small.png');
}

.first_user_helper.helper_list .left.catalog-right,.first_user_helper.helper_list .right.catalog-right {
    margin-top: -110px;
}

.first_user_helper.helper_list .left.seller-comission-right,.first_user_helper.helper_list .right.seller-comission-right {
    margin-top: -115px;
}

.first_user_helper.helper_list .left.brand-right,.first_user_helper.helper_list .right.brand-right {
    margin-top: -90px;
}

.first_user_helper.helper_list .left.print-label-right,.first_user_helper.helper_list .right.print-label-right {
    margin-top: -240px;
    margin-right: 300px;
}

.first_user_helper.helper_list .text-small-left i.icon-help,.first_user_helper.helper_list .text-small-right i.icon-help,.first_user_helper.helper_list .text-medium-right i.icon-help,.first_user_helper.helper_list .text-medium-left i.icon-help {
    background: url(/marketClone/img/ico-bar-help.png) no-repeat;
    display: inline-block;
    width: 25px;
    transform: scale(.7);
    vertical-align: middle;
    height: 25px;
}

.first_user_helper.helper_list .text-small-left .helper-title-tip,.first_user_helper.helper_list .text-small-right .helper-title-tip,.first_user_helper.helper_list .text-medium-right .helper-title-tip,.first_user_helper.helper_list .text-medium-left .helper-title-tip {
    font-family: 'ScubaOT-Bold',sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin-bottom: 7px;
}

.first_user_helper.helper_list .text-small-left .helper-text-tip,.first_user_helper.helper_list .text-small-right .helper-text-tip,.first_user_helper.helper_list .text-medium-right .helper-text-tip,.first_user_helper.helper_list .text-medium-left .helper-text-tip {
    font-size: 18px;
    font-family: roboto;
    font-weight: 300;
    line-height: 1.4;
}

.first_user_helper.helper_list .text-small-left.discount-campaign-item-helper.discount-campaign-item-helper-left,.first_user_helper.helper_list .text-small-right.discount-campaign-item-helper.discount-campaign-item-helper-left,.first_user_helper.helper_list .text-medium-right.discount-campaign-item-helper.discount-campaign-item-helper-left,.first_user_helper.helper_list .text-medium-left.discount-campaign-item-helper.discount-campaign-item-helper-left {
    margin-left: 170px;
    width: 220px;
}

.first_user_helper.helper_list .text-small-left.discount-campaign-item-helper.discount-campaign-item-helper-right,.first_user_helper.helper_list .text-small-right.discount-campaign-item-helper.discount-campaign-item-helper-right,.first_user_helper.helper_list .text-medium-right.discount-campaign-item-helper.discount-campaign-item-helper-right,.first_user_helper.helper_list .text-medium-left.discount-campaign-item-helper.discount-campaign-item-helper-right {
    width: 348px;
}

.first_user_helper.helper_list .text-small-left.catalog-item-helper.catalog-item-helper-left,.first_user_helper.helper_list .text-small-right.catalog-item-helper.catalog-item-helper-left,.first_user_helper.helper_list .text-medium-right.catalog-item-helper.catalog-item-helper-left,.first_user_helper.helper_list .text-medium-left.catalog-item-helper.catalog-item-helper-left {
    width: 340px;
}

.first_user_helper.helper_list .text-small-left.catalog-item-helper.catalog-item-helper-right,.first_user_helper.helper_list .text-small-right.catalog-item-helper.catalog-item-helper-right,.first_user_helper.helper_list .text-medium-right.catalog-item-helper.catalog-item-helper-right,.first_user_helper.helper_list .text-medium-left.catalog-item-helper.catalog-item-helper-right {
    width: 270px;
}

.first_user_helper.helper_list .text-small-left.sale-pdv-operation-helper.sale-pdv-operation-left,.first_user_helper.helper_list .text-small-right.sale-pdv-operation-helper.sale-pdv-operation-left,.first_user_helper.helper_list .text-medium-right.sale-pdv-operation-helper.sale-pdv-operation-left,.first_user_helper.helper_list .text-medium-left.sale-pdv-operation-helper.sale-pdv-operation-left {
    width: 255px;
    margin-left: 60px;
}

.first_user_helper.helper_list .text-small-left.sale-pdv-operation-helper.sale-pdv-operation-right,.first_user_helper.helper_list .text-small-right.sale-pdv-operation-helper.sale-pdv-operation-right,.first_user_helper.helper_list .text-medium-right.sale-pdv-operation-helper.sale-pdv-operation-right,.first_user_helper.helper_list .text-medium-left.sale-pdv-operation-helper.sale-pdv-operation-right {
    width: 285px;
    margin-right: 30px;
}

.first_user_helper.helper_list .text-small-left.print-label-helper.print-label-helper-left,.first_user_helper.helper_list .text-small-right.print-label-helper.print-label-helper-left,.first_user_helper.helper_list .text-medium-right.print-label-helper.print-label-helper-left,.first_user_helper.helper_list .text-medium-left.print-label-helper.print-label-helper-left {
    width: 355px;
}

.first_user_helper.helper_list .text-small-left.print-label-helper.print-label-helper-right,.first_user_helper.helper_list .text-small-right.print-label-helper.print-label-helper-right,.first_user_helper.helper_list .text-medium-right.print-label-helper.print-label-helper-right,.first_user_helper.helper_list .text-medium-left.print-label-helper.print-label-helper-right {
    width: 280px;
}

.first_user_helper.helper_list .text-small-left.sale-return-helper.sale-return-helper-left,.first_user_helper.helper_list .text-small-right.sale-return-helper.sale-return-helper-left,.first_user_helper.helper_list .text-medium-right.sale-return-helper.sale-return-helper-left,.first_user_helper.helper_list .text-medium-left.sale-return-helper.sale-return-helper-left {
    width: 265px;
    margin-left: 165px;
}

.first_user_helper.helper_list .text-small-left.sale-return-helper.sale-return-helper-right,.first_user_helper.helper_list .text-small-right.sale-return-helper.sale-return-helper-right,.first_user_helper.helper_list .text-medium-right.sale-return-helper.sale-return-helper-right,.first_user_helper.helper_list .text-medium-left.sale-return-helper.sale-return-helper-right {
    width: 270px;
    margin-right: 55px;
}

.first_user_helper.helper_list .text-small-left.sale-return-helper .return-sale-tip,.first_user_helper.helper_list .text-small-right.sale-return-helper .return-sale-tip,.first_user_helper.helper_list .text-medium-right.sale-return-helper .return-sale-tip,.first_user_helper.helper_list .text-medium-left.sale-return-helper .return-sale-tip {
    position: relative;
}

.first_user_helper.helper_list .text-small-left.sale-return-helper .return-sale-tip img.tip-return-sale-helper,.first_user_helper.helper_list .text-small-right.sale-return-helper .return-sale-tip img.tip-return-sale-helper,.first_user_helper.helper_list .text-medium-right.sale-return-helper .return-sale-tip img.tip-return-sale-helper,.first_user_helper.helper_list .text-medium-left.sale-return-helper .return-sale-tip img.tip-return-sale-helper {
    top: 3px;
    left: 0;
    width: 15px;
    position: absolute;
    height: 15px;
}

.first_user_helper.helper_list .text-small-left.sale-return-helper .return-sale-tip p,.first_user_helper.helper_list .text-small-right.sale-return-helper .return-sale-tip p,.first_user_helper.helper_list .text-medium-right.sale-return-helper .return-sale-tip p,.first_user_helper.helper_list .text-medium-left.sale-return-helper .return-sale-tip p {
    text-indent: 20px;
}

.first_user_helper.helper_list .text-small-left.sale-item-helper,.first_user_helper.helper_list .text-small-right.sale-item-helper,.first_user_helper.helper_list .text-medium-right.sale-item-helper,.first_user_helper.helper_list .text-medium-left.sale-item-helper {
    width: 330px;
}

.first_user_helper.helper_list .text-small-left.sale-item-helper.sale-item-helper-right,.first_user_helper.helper_list .text-small-right.sale-item-helper.sale-item-helper-right,.first_user_helper.helper_list .text-medium-right.sale-item-helper.sale-item-helper-right,.first_user_helper.helper_list .text-medium-left.sale-item-helper.sale-item-helper-right {
    width: 405px;
}

.first_user_helper.helper_list .text-small-left.catalog-service-helper.catalog-service-right,.first_user_helper.helper_list .text-small-right.catalog-service-helper.catalog-service-right,.first_user_helper.helper_list .text-medium-right.catalog-service-helper.catalog-service-right,.first_user_helper.helper_list .text-medium-left.catalog-service-helper.catalog-service-right {
    width: 275px;
}

.first_user_helper.helper_list .text-small-left.catalog-service-helper.catalog-service-left,.first_user_helper.helper_list .text-small-right.catalog-service-helper.catalog-service-left,.first_user_helper.helper_list .text-medium-right.catalog-service-helper.catalog-service-left,.first_user_helper.helper_list .text-medium-left.catalog-service-helper.catalog-service-left {
    width: 400px;
    margin-left: 75px;
}

.first_user_helper.helper_list .text-small-left.seller-comission-helper.seller-comission-helper-right,.first_user_helper.helper_list .text-small-right.seller-comission-helper.seller-comission-helper-right,.first_user_helper.helper_list .text-medium-right.seller-comission-helper.seller-comission-helper-right,.first_user_helper.helper_list .text-medium-left.seller-comission-helper.seller-comission-helper-right {
    width: 420px;
}

.first_user_helper.helper_list .text-small-left.seller-comission-helper.seller-comission-helper-left,.first_user_helper.helper_list .text-small-right.seller-comission-helper.seller-comission-helper-left,.first_user_helper.helper_list .text-medium-right.seller-comission-helper.seller-comission-helper-left,.first_user_helper.helper_list .text-medium-left.seller-comission-helper.seller-comission-helper-left {
    width: 380px;
}

.first_user_helper.helper_list .text-small-left.person-client-helper.person-client-left,.first_user_helper.helper_list .text-small-right.person-client-helper.person-client-left,.first_user_helper.helper_list .text-medium-right.person-client-helper.person-client-left,.first_user_helper.helper_list .text-medium-left.person-client-helper.person-client-left {
    width: 330px;
}

.first_user_helper.helper_list .text-small-left.person-client-helper.person-client-right,.first_user_helper.helper_list .text-small-right.person-client-helper.person-client-right,.first_user_helper.helper_list .text-medium-right.person-client-helper.person-client-right,.first_user_helper.helper_list .text-medium-left.person-client-helper.person-client-right {
    width: 270px;
}

.first_user_helper.helper_list .text-small-left.sale-budget-right,.first_user_helper.helper_list .text-small-right.sale-budget-right,.first_user_helper.helper_list .text-medium-right.sale-budget-right,.first_user_helper.helper_list .text-medium-left.sale-budget-right {
    width: 270px;
}

.first_user_helper.helper_list .text-small-left,.first_user_helper.helper_list .text-small-right {
    margin-top: 30px;
}

.first_user_helper.helper_list .text-medium-left,.first_user_helper.helper_list .text-medium-right {
    margin-top: 140px;
}

.first_user_helper.helper_list .text-small-left,.first_user_helper.helper_list .text-medium-left {
    text-align: right;
    margin-right: 25px;
}

.first_user_helper.helper_list .text-small-right,.first_user_helper.helper_list .text-medium-right {
    text-align: left;
    margin-left: 20px;
}

.first_user_helper.helper-dashboard .column-left .dashboard-helper .helper-label-content {
    margin-top: 30px;
    width: 400px;
}

.first_user_helper.helper-dashboard .column-left .dashboard-helper .helper-label-content p.helper-label {
    font-size: 18px;
    font-family: roboto;
    font-weight: 100;
}

.first_user_helper.helper-dashboard .column-right .ImageHelperContent {
    margin-top: 5px;
    cursor: pointer;
}

.first_user_helper.helper-dashboard .column-right .ImageHelperContent i.img-helper {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 100px;
}

.first_user_helper.helper-dashboard .column-right .ImageHelperContent span.img-subtitle-helper {
    display: block;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 13px;
    font-family: 'Arial Narrow',Arial,sans-serif;
}

.first_user_helper.helper-dashboard .column-right .ImageHelperContent span.img-subtitle-helper span.first {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}

@font-face {
    font-family: "Roboto";
    src: url("/marketClone/fonts/roboto-light.eot?#iefix") format("embedded-opentype"),url("/marketClone/fonts/roboto-light.woff") format("woff"),url("/marketClone/fonts/roboto-light.ttf") format("truetype"),url("/marketClone/fonts/roboto-light.svg#Roboto-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "PTSans-Narrow";
    src: url("/marketClone/fonts/ptsans-narrow.eot?#iefix") format("embedded-opentype"),url("/marketClone/fonts/ptsans-narrow.woff") format("woff"),url("/marketClone/fonts/ptsans-narrow.ttf") format("truetype"),url("/marketClone/fonts/ptsans-narrow.svg#PTSans-Narrow") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PTSans-Narrow";
    src: url("/marketClone/fonts/ptsans-narrowbold.eot?#iefix") format("embedded-opentype"),url("/marketClone/fonts/ptsans-narrowbold.woff") format("woff"),url("/marketClone/fonts/ptsans-narrowbold.ttf") format("truetype"),url("/marketClone/fonts/ptsans-narrowbold.svg#PTSans-NarrowBold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ScubaOT-Bold";
    src: url("/marketClone/fonts/scubaot-bold_gdi.eot?");
    src: url("/marketClone/fonts/scubaot-bold_gdi.eot?#iefix") format("embedded-opentype"),url("/marketClone/fonts/scubaot-bold_gdi.woff") format("woff"),url("/marketClone/fonts/scubaot-bold_gdi.ttf") format("truetype"),url("/marketClone/fonts/scubaot-bold_gdi.svg#ScubaOT-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "ScubaOT-Bold";
    src: url("/marketClone/fonts/scubaot-extrabold_gdi.eot?");
    src: url("/marketClone/fonts/scubaot-extrabold_gdi.eot?#iefix") format("embedded-opentype"),url("/marketClone/fonts/scubaot-extrabold_gdi.woff") format("woff"),url("/marketClone/fonts/scubaot-extrabold_gdi.ttf") format("truetype"),url("/marketClone/fonts/scubaot-extrabold_gdi.svg#ScubaOT-Extrabold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}

.ads {
    color: ActiveCaption;
}

ul#adOnList {
    grid-template-columns: auto;
    padding: 0;
}

#adOnList.campanha-bb,#adOnList td,#adOnList li {
    position: relative;
}

#adOnList.campanha-bb img,#adOnList td img,#adOnList li img,#adOnList.campanha-bb button#btAdClose,#adOnList td button#btAdClose,#adOnList li button#btAdClose {
    transition: ease-in height .5s;
    height: 0;
}

#adOnList.campanha-bb .adLink,#adOnList td .adLink,#adOnList li .adLink,#adOnList.campanha-bb img,#adOnList td img,#adOnList li img {
    display: block;
    width: 728px;
}

#adOnList.campanha-bb .adLink,#adOnList td .adLink,#adOnList li .adLink {
    margin: 15px auto 15px auto;
}

#adOnList.campanha-bb .adLink a,#adOnList td .adLink a,#adOnList li .adLink a {
    display: block;
}

#adOnList.campanha-bb .adLink a img.easyIn,#adOnList td .adLink a img.easyIn,#adOnList li .adLink a img.easyIn {
    height: 90px;
}

#adOnList.campanha-bb button#btAdClose,#adOnList td button#btAdClose,#adOnList li button#btAdClose {
    position: absolute;
    top: 48px;
    right: 5px;
    background: url("/marketClone/img/ad-list-close.png") no-repeat;
    background-size: 26px;
}

#adOnList.campanha-bb button#btAdClose.easyIn,#adOnList td button#btAdClose.easyIn,#adOnList li button#btAdClose.easyIn {
    height: 26px;
}

#adOnList td .ads-free-wrapper {
    bottom: 30px;
    height: 10px !important;
    top: initial;
}

#adOnList td .ads-free-wrapper span {
    position: relative;
}

#adOnList td .ads-free-wrapper span:before {
    left: 0;
    bottom: -1px;
}

#adOnList li .ads-free-wrapper {
    bottom: 8px;
    height: 10px !important;
    top: initial;
}

#adOnList li .ads-free-wrapper span {
    position: relative;
}

#adOnList li .ads-free-wrapper span:before {
    left: 0;
    bottom: -1px;
}

html,body {
    height: 100%;
}

html ::-webkit-scrollbar-track,body ::-webkit-scrollbar-track {
    background: transparent;
}

body {
    width: 100%;
    min-height: 100%;
    height: 100%;
    font-family: Arial,Helvetica,sans-serif;
}

body.modal-open {
    padding-right: 0 !important;
}

object {
    display: none !important;
}

label[for][disabled] {
    pointer-events: none;
    cursor: default;
}

tfoot.printFooter {
    display: none;
}

.print-footer {
    display: none;
}

div[ui-view] {
    display: flex;
    flex-direction: column;
    height: -moz-calc(100vh - 65px);
    height: -webkit-calc(100vh - 65px);
    height: calc(100vh - 65px);
}

@media screen and (min-width: 1366px) {
    div[ui-view] {
        position:relative;
    }
}

@media screen and (min-width: 1920px) {
    div[ui-view] {
        height:-moz-calc(100vh - 94px);
        height: -webkit-calc(100vh - 94px);
        height: calc(100vh - 94px);
    }
}

.cp {
    cursor: pointer;
}

.ads {
    color: ActiveCaption;
}

.ads-free-wrapper {
    bottom: initial;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #333;
    top: 246px;
}

.ads-free-wrapper span {
    font-size: 8px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 17px;
}

.ads-free-wrapper span:before {
    content: "";
    background: url(/marketClone/img/warning-white.png);
    width: 13px;
    height: 13px;
    background-size: contain;
    display: flex;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 6px;
    left: 4px;
    filter: invert(35%) sepia(56%) saturate(3038%) hue-rotate(343deg) brightness(104%) contrast(93%);
}

.ads-free-wrapper span a {
    color: #f68a2a;
    text-decoration: underline;
}

.box-loader {
    position: relative;
    padding-right: 5px;
    z-index: 2;
}

.box-loader:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
}

.box-loader:before {
    content: "";
    width: 125px;
    background-size: cover;
    height: 125px;
    background-image: url(/marketClone/img/loader_2.svg);
    display: block;
    position: absolute;
    top: 32%;
    left: 42%;
    fill: white;
    filter: brightness(0);
    z-index: 3;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.mupmais {
    background: #eef4e2;
    border: 1px solid #2f0254;
    padding: 14px;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.mupmais .descripton-mupmais {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.loading-dots {
    color: #0779b4;
    font: 300 4em/150% Impact;
    position: absolute !important;
    top: -25px;
}

.loading-dots:after {
    content: " .";
    animation: dots 1s steps(5,end) infinite;
}

@keyframes dots {
    0%,20% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: #0779b4;
        text-shadow: .25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0);
    }

    60% {
        text-shadow: .25em 0 0 #0779b4,.5em 0 0 rgba(0,0,0,0);
    }

    80%,100% {
        text-shadow: .25em 0 0 #0779b4,.5em 0 0 #0779b4;
    }
}

a {
    text-decoration: none;
    font-weight: normal;
    text-shadow: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

>a {
    position: absolute;
    bottom: 0;
}

.label {
    color: inherit;
    padding: 0;
}

button,input,optgroup,select,textarea {
    font-weight: normal;
}

.pageMain input:not(.form-control),.pageMain textarea:not(.form-control) {
    box-sizing: content-box;
}

ol,ul {
    margin-top: 0;
    margin-bottom: 0;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.table {
    margin-bottom: 0;
    table-layout: fixed;
    word-wrap: break-word;
}

.close {
    text-shadow: none;
}

p {
    margin-bottom: 0;
}

th {
    text-align: center;
}

.wrapper-middle {
    width: 992px;
    background-color: #fff;
    position: relative;
}

.content-position {
    position: relative;
}

.sweda-content .help-bar a {
    display: none !important;
}

#scripts {
    display: none;
}

div.credit,.form span.credit,.form .credit,.form table tr td a.credit,.form table tr td .credit {
    color: #3478bd;
}

div.debit,.form span.debit,.form .debit,.form table tr td a.debit,.form table tr td .debit {
    color: #d41919;
}

.Main {
    width: 992px;
    margin: 0 auto;
}

.MainSection {
    position: relative;
}

.MainContent {
    z-index: 1000;
}

.box-certisign-countdown {
    margin-left: 30px;
    background: #5c5c5c;
}

.box-certisign-countdown .alert {
    font-size: 18px;
    font-weight: bold;
}

.box-certisign-countdown img {
    transform: scale(.8);
    margin-right: 13px;
}

.home .page-dashboard,.login .page-dashboard {
    display: none;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    float: right;
}

.ui-dialog-buttonset .btNo {
    background-color: #000;
}

.ui-dialog-buttonset .btCancel {
    background-color: #000;
}

.ui-widget-overlay {
    background-color: #000;
    opacity: .85;
}

.ui-dialog-titlebar.ui-widget-header button {
    margin-right: 73px !important;
    width: auto !important;
    height: auto !important;
}

.ui-widget-content .ui-state-default.btCancelModal {
    background-color: #000;
}

.sheet {
    display: none;
}

.sheet .cep_label .msgbox_container {
    display: inline-block;
    width: 50%;
    margin-right: 10px;
}

.form .credit_label .msgbox_container {
    width: 89px;
    display: inline-block;
    margin-right: 7px;
}

.client .form .credit_label .msgbox_container {
    width: 150px;
}

.gecko .form .credit_label .msgbox_container {
    width: 150px;
}

.pageHeader {
    position: relative;
}

.pageHeader .pageHGroup {
    margin-bottom: 7px;
    max-width: 631px;
}

.pageHeader .pageHGroup h2 {
    padding: 0 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #7b8a90;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: 25px;
    height: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

.pageHeader .actionBar {
    position: relative;
    height: 50px;
    line-height: 48px;
    background-color: #efefef;
}

.pageHeader .actionBar button {
    border: none;
    cursor: pointer;
}

.pageHeader .actionBar .search {
    position: relative;
    background: #d0cfcf;
    height: 50px;
    float: left;
}

.pageHeader .actionBar .search>.ok {
    background: url("/marketClone/img/icon-lupa.png") no-repeat center transparent;
    vertical-align: middle;
    width: 55px;
    height: 50px;
    float: left;
    border: none;
    font-size: 0;
    box-shadow: none;
    margin: 0;
}

.pageHeader .actionBar .search>.inputText {
    line-height: 50px;
    padding: 0 20px;
    float: left;
    width: 269px;
    background: none;
    height: 50px;
    border: none;
    box-shadow: none;
    font-size: 18px;
    text-transform: uppercase;
}

.pageHeader .actionBar .search>.inputText.data_ate,.pageHeader .actionBar .search>.inputText.data_de,.pageHeader .actionBar .search>.inputText.date {
    margin-right: 0;
}

.pageHeader .actionBar .search>.msgbox_container {
    display: inline-block;
}

.pageHeader .actionBar .search>.msgbox_container .inputText {
    background-color: #fff;
    width: 190px;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    line-height: 1;
}

.pageHeader .actionBar .search>.msgbox_container .date {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    border: none;
}

.pageHeader .actionBar .search .advancedSearch {
    width: 188px;
    height: 50px;
    line-height: 51px;
    padding-right: 30px;
    color: #7b8a90;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    background: #e1dfdf;
    float: right;
}

.pageHeader .actionBar .search .advancedSearch:after {
    position: absolute;
    display: block;
    content: " ";
    width: 19px;
    height: 15px;
    background: url("/marketClone/img/icoarrowdow.png") no-repeat center center;
    top: 18px;
    right: 5px;
}

.pageHeader .actionBar .search .advancedSearch.open:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pageHeader .actionBar .search .advancedSearchBox {
    background: #e1dfdf;
    right: 0;
    top: 50px;
    width: 188px;
    z-index: 7;
    position: absolute;
    display: none;
}

.pageHeader .actionBar .search .advancedSearchBox>ul {
    padding: 0 20px 20px;
}

.pageHeader .actionBar .search .advancedSearchBox ul .inputText,.pageHeader .actionBar .search .advancedSearchBox ul .inputText.required {
    background-color: #fff;
}

.pageHeader .actionBar .search .advancedSearchBox ul .fieldContent label {
    display: block;
}

.pageHeader .actionBar .search .advancedSearchBox ul .fieldTitle {
    line-height: 17px;
    font-family: "PTSans-Narrow",Arial,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.pageHeader .actionBar .search .advancedSearchBox .customselect_container,.pageHeader .actionBar .search .advancedSearchBox .custom-select,.pageHeader .actionBar .search .advancedSearchBox .custom-select,.pageHeader .actionBar .search .advancedSearchBox .customselect_button {
    background-color: #fff;
}

.pageHeader .actionBar .search .advancedSearchBox ul .dePara {
    display: block;
    line-height: 30px;
}

.pageHeader .actionBar .search .advancedSearchBox ul .dePara .inputText {
    width: 56px;
}

.pageHeader .actionBar .search .advancedSearchBox ul .dePara .separador {
    padding: 10px;
    font-size: 14px;
    color: #7b8a90;
}

.pageHeader .actionBar .search .advancedSearchBox .btFiltrar {
    width: 100%;
}

.pageHeader .actionBar .buttonPanel {
    float: left;
    width: 230px;
    height: 50px;
    background-color: #efefef;
    text-align: right;
    padding: 0 5px;
}

.ipad .fin_entry .pageHeader .actionBar .buttonPanel {
    width: 140px;
}

.pageHeader .actionBar .buttonPanel>.actionButton {
    margin: 13px 7px 0 7px;
    text-align: right;
}

.tooltip-inner {
    font-size: 14px;
    font-family: BaiJamjuree !important;
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.ads-smartbank {
    display: grid;
    grid-template-rows: 15px 52px 12px;
    align-items: center;
    justify-content: right;
    text-align: center;
    font-family: BaiJamjuree;
    margin-top: 50px;
    position: relative;
    bottom: 23%;
    right: 0;
}

.ads-smartbank p.w-description {
    color: #012946;
    font-size: 13px;
    font-family: BaiJamjureeBold;
}

.ads-smartbank img {
    width: 112px;
    margin: 0 auto;
}

.ads-smartbank a.smartbank {
    background-color: #012946;
    width: 228px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding: 12px 0;
}

.boxHelp {
    display: inline-block;
    position: relative;
}

.boxHelp ul.listHelp {
    background-color: #fff;
    width: 210px;
    border: 1px solid #ececec;
    position: absolute;
    padding: 10px;
    top: 42px;
    right: -15px;
    z-index: 1;
    display: none;
    box-sizing: content-box;
}

.boxHelp ul.listHelp li {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 2px 19px;
    background-color: #efefef;
    box-sizing: content-box;
}

.boxHelp ul.listHelp li.titHelp {
    background-color: #e1e1e1;
    text-align: center;
}

.boxHelp ul.listHelp li.titHelp h2 {
    color: #7b8a90;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    font-weight: bold;
}

.boxHelp ul.listHelp li.video button {
    background: url("/marketClone/img/ico_video.png") no-repeat left;
}

.boxHelp ul.listHelp li.tutorial a {
    background: url("/marketClone/img/ico_tutorial.png") no-repeat left;
}

.boxHelp ul.listHelp li.faq a {
    background: url("/marketClone/img/ico_faq.png") no-repeat left;
}

.boxHelp ul.listHelp li.manual a {
    background: url("/marketClone/img/ico_manual.png") no-repeat left;
}

.boxHelp ul.listHelp li a {
    color: #7b8a90;
    padding-left: 20px;
    font-size: 12px;
    text-transform: uppercase;
    box-sizing: content-box;
}

.boxHelp ul.listHelp li button {
    color: #7b8a90;
    padding-left: 15px;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    box-sizing: content-box;
    line-height: 14px;
}

.boxHelp ul.listHelp li .bgArrowBoxHelp {
    width: 15px;
    height: 10px;
    display: block;
    top: -19px;
    z-index: 2;
    right: 10px;
    background: url("/marketClone/img/bg_drop-down-help.png") no-repeat;
    position: absolute;
}

.pageHeader>.buttonPanel,.productBar>.buttonPanel {
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 5;
}

.pageHeader>.buttonPanel .listHelp .video,.productBar>.buttonPanel .listHelp .video {
    line-height: 28px;
}

.pageHeader .actionBar .addNew {
    width: 250px;
    height: 50px;
    color: #fff;
    padding: 0 60px 0 10px;
    background: #8cc63f;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    position: relative;
}

.pageHeader .actionBar .addNew::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/marketClone/img/header/plus-border.png) center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: 0;
    right: 22px;
    top: 9px;
}

.gecko .pageHeader .actionBar .addNew {
    margin-top: 0;
}

.pageHeader .actionBar .search .advancedSearchBox ul li label .fieldRadio {
    margin-right: 7px;
    display: inline-block;
    line-height: 30px;
}

.home.new-erp .header-notification {
    width: 100%;
    left: 0;
}

.new-erp .app-loader {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    opacity: .45;
    background: #000;
    overflow: hidden;
    z-index: 99999;
}

.new-erp .app-loader.santander-loader {
    opacity: 1;
    background-color: #fff;
}

.new-erp .app-loader.santander-loader:before {
    background-image: url("/marketClone/img/santander/loader-santander.svg");
    animation: none;
    width: 110px;
    height: 110px;
}

.new-erp .app-loader.santander-loader:after {
    content: "";
    width: 55px;
    height: 50px;
    background: url("/marketClone/img/santander/ico-santander-big.png") no-repeat center/contain;
}

.new-erp .app-loader:before,.new-erp .app-loader:after {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.new-erp .app-loader:before {
    content: "";
    width: 140px;
    height: 140px;
    background: url("/marketClone/img/loader_2.svg") no-repeat center/contain;
    animation: spin 1.5s infinite linear;
}

.html-loading {
    width: 100%;
    height: 100%;
}

.html-loading:before,.html-loading:after {
    content: "";
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.html-loading:after {
    content: "";
    width: 140px;
    height: 140px;
    background: url("/marketClone/img/loader_2.svg") no-repeat center/contain;
    animation: spin 1.5s infinite linear;
}

.html-loading:before {
    opacity: .45;
    background: #000;
}

.html-loading .new-erp .new-content {
    background-color: #fff;
}

.html-loading .new-erp .new-content .new-container {
    background-color: inherit;
}

.html-loading .new-erp .new-content .new-container .main-section {
    background-color: inherit;
}

.home.new-erp .include-home .wrapper-home.top-margin-notification {
    padding-top: 46px;
}

.new-erp .top-action-bar.top-margin-notification {
    top: 130px;
}

.new-erp .new-content .new-container section.main-section .item_list .box.top-padding-notification {
    padding-top: 160px;
}

.new-erp .new-content .new-container section.main-section .item_list .box.top-padding-notification.opened {
    padding-top: 365px;
}

.new-erp .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.top-padding-notification {
    padding-top: 65px;
}

.new-erp .new-content .new-container section.main-section .internal-page.top-padding-notification {
    padding-top: 65px;
}

.new-erp .header-notification {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 65px;
    position: fixed;
    left: 0;
    top: 65px;
    background: #fff;
    z-index: 3;
}

.new-erp .header-notification.top-show-notification {
    opacity: 1;
    pointer-events: auto;
}

.new-erp .header-notification .top-header-notification {
    width: 100%;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 0;
    font-family: BaiJamjureeBold;
    font-size: 16px;
    text-transform: uppercase;
}

.new-erp .header-notification .top-header-notification .notification-wrapper {
    padding: 3px 5px 0 0;
    height: 65px;
}

.new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container {
    width: fit-content;
    margin: 0 auto;
}

.new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container p.title-warning {
    font-family: BaiJamjureeBold;
    font-size: 16px;
    text-transform: uppercase;
}

.new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container input {
    width: 258px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #fff;
    font-size: 12px;
    background-color: transparent;
    padding: 0 10px;
}

.new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container a {
    display: block;
}

.new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container a.save {
    width: 109px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #282828;
    font-size: 12px;
    font-family: BaiJamjureeBold;
    background-color: #fff;
}

.new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container a.yellow-button {
    font-size: 10px;
    line-height: 1.5;
}

.new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container .box-text-register {
    padding: 0 15px;
}

.new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container .box-text-register p.text {
    font-size: 12px;
    line-height: 18px;
}

.new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container .box-text-register p.text a {
    color: #282828;
    display: inline-block;
}

.new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container .title-box {
    display: flex;
}

.new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container .btn-over-input {
    display: block;
    margin: 0 0 0 auto;
}

.new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container .btn-under-input {
    display: none;
}

.new-erp .header-notification .top-header-notification.box-cnpj-confirmation .notification-wrapper {
    background-color: #ff7c07;
}

.new-erp .header-notification .top-header-notification.box-cnpj-confirmation .notification-wrapper .top-header-notification-container .box-action {
    width: 270px;
}

.new-erp .header-notification .top-header-notification.box-cnpj-confirmation .notification-wrapper .top-header-notification-container .box-action .box-action-container {
    width: 100%;
    background-color: #dd6e0b;
    padding: 5px;
    height: 100%;
    box-sizing: border-box;
}

.new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper {
    background-color: #c00;
}

.new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container {
    height: 100%;
}

.new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-buttons {
    justify-content: space-evenly;
}

.new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-buttons button {
    margin-top: -10px;
    font-size: 10px;
    font-family: BaiJamjureeBold;
    text-align: center;
    text-transform: uppercase;
}

.new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-buttons button i.ico-notification {
    width: 59px;
    height: 58px;
    display: block;
    margin: 0 auto -5px auto;
    transform: scale(.7);
}

.new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-buttons button i.ico-notification.gplus {
    background: url(/marketClone/img/new-erp/notification-gplus.png) no-repeat;
}

.new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-buttons button i.ico-notification.fb {
    background: url(/marketClone/img/new-erp/notification-fb.png) no-repeat;
}

.new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-buttons button i.ico-notification.key {
    background: url(/marketClone/img/new-erp/notification-key.png) no-repeat;
}

.new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-buttons button span {
    display: none;
}

.new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-buttons button.option-facebook {
    margin: -10px 24px 0;
}

.new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-key,.new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-email {
    display: none;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper {
    background-color: #50ab19;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container {
    height: 100%;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .left {
    padding-left: 10px;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .left .title-msg {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #296306;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .left .msgbox_container {
    display: inline-block;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .left .text-msg {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 17px;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .left p {
    width: 100%;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .left p a {
    color: #fff;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action {
    width: 285px;
    text-align: center;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action button {
    font-weight: bold;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action button.btn-ok {
    border-radius: 50%;
    border: 3px solid #000;
    width: 40px;
    height: 40px;
    background-color: #000;
    position: relative;
    top: 1px;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action button.btn-ok::before {
    content: "";
    position: absolute;
    transform: rotate(40deg);
    opacity: 1;
    top: 3px;
    width: 14px;
    height: 23px;
    left: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action button.btn-ok span {
    display: none;
    white-space: nowrap;
    bottom: -22px;
    left: -31px;
    position: absolute;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action button.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 30px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    background-color: transparent;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action a {
    font-weight: bold;
}

.new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action a.button-msg {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.new-erp .header-notification .top-header-notification.top-header-banner {
    padding: 0;
    background-color: #000;
    position: relative;
}

.new-erp .header-notification .top-header-notification.top-header-banner::before {
    display: none;
}

.new-erp .header-notification .top-header-notification.top-header-banner.float-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.new-erp .header-notification .top-header-notification.top-header-banner.ad-google {
    text-align: center;
    display: none;
}

.new-erp .header-notification .top-header-notification.top-header-banner>div {
    z-index: 4 !important;
}

.new-erp .header-notification .top-header-notification.top-header-banner .btn-close {
    font-family: Arial,sans-serif;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 4px rgba(0,0,0,.8);
    position: absolute;
    top: -12px;
    right: -5px;
    padding: 10px;
    background: transparent;
    font-size: 20px;
    border: none;
    z-index: 5;
}

.new-erp .header-notification .box-banner-ad .advertise-body {
    height: 100px;
    padding: 20px 0 0 95px;
    background: url(https://files.marketup.com/ads/certisign/banner-certisign-countdown-new.jpg) -6px 0 no-repeat;
    background-position: center;
    color: #fff;
    font-size: 16px;
}

.new-erp .header-notification .box-banner-ad .advertise-bg-colors::before {
    content: "";
    display: block;
    background: #a21010;
    width: calc(100%/2 - 0);
    height: 100px;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

.new-erp .header-notification .box-banner-ad .advertise-bg-colors::after {
    content: "";
    display: block;
    background: #0884c2;
    width: calc(100%/2 - 0);
    height: 100px;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
}

.new-erp .header-notification .box-banner-ad .advertise-bg-colors {
    width: 860px;
    margin: auto;
    margin-top: 12px;
}

.new-erp .header-notification .box-banner-ad .advertise-bg-colors .advertise-text {
    color: #edff00 !important;
    position: absolute;
    top: 26px;
    font-size: 19px;
    width: 83px;
    text-align: center;
}

.new-erp .header-notification .box-banner-ad .advertise-bg-colors .text-banner {
    color: #edff00;
    font-size: 16px;
    text-decoration: underline;
}

@media only screen and (min-width: 1280px) {
    .home.new-erp .header-notification {
        width:calc(100% - 65px);
        left: 65px;
    }

    .home.new-erp .include-home .wrapper-home.top-margin-notification {
        padding-top: 70px;
    }

    .new-erp .header-notification {
        width: calc(100% - 65px);
        left: 65px;
    }

    .new-erp .header-notification .notification-wrapper {
        padding: 3px 3px 0;
    }
}

@media only screen and (min-width: 1360px) {
    .home.new-erp .header-notification {
        width:calc(100% - 320px);
        left: 65px;
    }

    .home.new-erp .header-notification .notification-wrapper {
        padding: 3px 3px 0;
    }

    .new-erp .header-notification {
        width: calc(100% - 320px);
        left: 65px;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container {
        background: url(/marketClone/img/bg-warning-message.png) no-repeat left center/6%;
        background-size: 42px;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .left {
        width: 430px;
        padding: 0 0 0 62px;
    }

    .new-erp .header-notification .top-header-notification.box-cnpj-confirmation .notification-wrapper .top-header-notification-container {
        background: url(/marketClone/img/new-erp/bg-notification-cnpj.png) no-repeat center left/4%;
        padding-left: 45px;
    }

    .new-erp .header-notification .top-header-notification.box-cnpj-confirmation .notification-wrapper .top-header-notification-container .box-action {
        width: 417px;
    }

    .new-erp .header-notification .top-header-notification.box-cnpj-confirmation .notification-wrapper .top-header-notification-container .box-action .box-action-container {
        padding: 2px 25px 9px 25px;
    }

    .new-erp .header-notification .top-header-notification.box-cnpj-confirmation .notification-wrapper .box-text-register {
        padding: 0 25px;
    }

    .new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container {
        background: url(/marketClone/img/new-erp/bg-notification-email.png) no-repeat left center/6%;
        padding-left: 50px;
        background-size: 42px;
    }

    .new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-action {
        width: 430px;
    }

    .new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-action .box-buttons button span {
        display: block;
    }

    .new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container {
        width: fit-content;
    }

    .new-erp .include-sidebar .sidebar-box aside.sidebar .sidebar-inside.top-padding-notification {
        padding-top: 0;
    }
}

@media only screen and (min-width: 1440px) {
    .home.new-erp .header-notification {
        width:calc(100% - 365px);
        left: 65px;
    }

    .home.new-erp .header-notification .notification-wrapper {
        padding: 3px 3px 0;
    }

    .new-erp .header-notification {
        width: calc(100% - 365px);
        left: 65px;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action {
        width: 345px;
    }

    .new-erp .header-notification .top-header-notification .notification-wrapper .box-action {
        width: 345px;
    }
}

@media only screen and (min-width: 1920px) {
    .home.new-erp .include-home .wrapper-home.top-margin-notification {
        padding-top:80px;
    }

    .home.new-erp .header-notification {
        width: calc(100% - 650px);
        left: 100px;
    }

    .new-erp .top-action-bar.top-margin-notification {
        top: 188px;
    }

    .new-erp .new-content .new-container section.main-section .item_list .box.top-padding-notification {
        padding-top: 190px;
    }

    .new-erp .new-content .new-container section.main-section .item_list .box.top-padding-notification.opened {
        padding-top: 396px;
    }

    .new-erp .new-content .new-container section.main-section .internal-page.top-padding-notification {
        padding-top: 95px;
    }

    .new-erp .header-notification {
        width: calc(100% - 650px);
        left: 100px;
        height: 94px;
        top: 94px;
    }

    .new-erp .header-notification.top-show-notification {
        opacity: 1;
        pointer-events: auto;
    }

    .new-erp .header-notification .top-header-notification.box-cnpj-confirmation .notification-wrapper {
        height: 94px;
        padding: 10px 40px;
    }

    .new-erp .header-notification .top-header-notification.box-cnpj-confirmation .notification-wrapper .top-header-notification-container {
        background-size: initial;
        padding-left: 90px;
    }

    .new-erp .header-notification .top-header-notification.box-cnpj-confirmation .notification-wrapper .top-header-notification-container p.title-warning {
        margin-bottom: 15px;
    }

    .new-erp .header-notification .top-header-notification.box-cnpj-confirmation .notification-wrapper .top-header-notification-container .box-action {
        width: 418px;
    }

    .new-erp .header-notification .top-header-notification.box-cnpj-confirmation .notification-wrapper .top-header-notification-container .box-action .box-action-container {
        height: 77px;
        padding: 8px 25px;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper {
        height: 94px;
        padding: 10px 40px;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container {
        background-size: initial;
        padding-left: 90px;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .left {
        height: initial;
        padding: 8px 0 8px 110px;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .left .title-msg {
        margin: 10px 0 5px;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .left .text-msg {
        line-height: initial;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action {
        height: initial;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action a.button-msg {
        margin-top: 12px;
        height: 50px;
        line-height: 50px;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action button.btn-ok {
        width: 60px;
        height: 60px;
        top: -7px;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action button.btn-ok::before {
        top: 8px;
        width: 17px;
        height: 29px;
        left: 19px;
        border-right: 6px solid #fff;
        border-bottom: 6px solid #fff;
    }

    .new-erp .header-notification .top-header-notification.box-warning-message .notification-wrapper .top-header-notification-container .box-action button.btn-ok span {
        display: block;
    }

    .new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper {
        height: 94px;
        padding: 10px 40px;
    }

    .new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container {
        background-size: initial;
        padding-left: 90px;
    }

    .new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-buttons button {
        margin-top: 0;
    }

    .new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-buttons button i.ico-notification {
        margin: 0 auto 3px auto;
        transform: scale(1);
    }

    .new-erp .header-notification .top-header-notification.box-email-confirmation .notification-wrapper .top-header-notification-container .box-buttons button.option-facebook {
        margin: 0 24px;
    }

    .new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container .btn-over-input {
        display: none;
    }

    .new-erp .header-notification .top-header-notification .notification-wrapper .top-header-notification-container .btn-under-input {
        display: block;
    }
}

.notificationBar {
    height: 50px;
    background-color: #e1dfdf;
    margin-bottom: 40px;
}

.notificationBar .buttonPanel {
    float: left;
    padding-left: 10px;
}

.notificationBar .buttonPanel .actionButton {
    margin-top: 13px;
    height: 50px;
    float: left;
    opacity: .5;
    border: none;
    margin: 0 10px;
}

.notificationBar .buttonPanel .actionButton:hover {
    opacity: 1;
}

.notificationBar .itemOption {
    position: relative;
    float: left;
}

.notificationBar .itemOption .btItemOption {
    border: none;
    width: 25px;
    height: 25px;
    background: url("/marketClone/img/confactionbuttonv2.png") no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

.notificationBar .itemOption .boxTemOption {
    display: none;
    width: 134px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 9px;
    position: absolute;
    top: -180px;
    left: -14px;
}

.notificationBar .itemOption .boxTemOption .form {
    width: 134px;
}

.notificationBar .itemOption .boxTemOption .form li {
    background-color: #efefef;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.notificationBar .itemOption .boxTemOption .form li.title {
    background-color: #e1e1e1;
    padding-left: 10px;
}

.notificationBar .itemOption .boxTemOption .form li.title span {
    font-size: 14px;
    font-weight: bold;
}

.notificationBar .itemOption .boxTemOption .form li label {
    cursor: pointer;
}

.notificationBar .itemOption .boxTemOption .form li input {
    margin-right: 10px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.notificationBar .itemOption .boxTemOption .form li span {
    color: #7b8a90;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.notificationBar .itemOption .boxTemOption .bgArrow {
    display: block;
    width: 16px;
    height: 8px;
    background: url("/marketClone/img/bgarrowbottomwhite.png") no-repeat center;
    position: absolute;
    bottom: -8px;
    left: 27px;
}

.notificationBar .txt {
    float: right;
    text-align: right;
    width: auto;
    height: 50px;
    line-height: 50px;
}

.notificationBar .notification {
    float: right;
    text-align: right;
    width: auto;
    height: 50px;
}

.notificationBar .notification p {
    line-height: 50px;
}

.notificationBar .notification .ico {
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    width: auto;
}

.notificationBar .notification .ico span {
    vertical-align: middle;
}

.notificationBar p {
    color: #7b8a90;
    font-size: 14px;
    margin: 0 10px;
    display: inline-block;
    overflow: hidden;
    height: 50px;
    vertical-align: middle;
}

.notificationBar .fr .button {
    height: 50px;
    font-size: 18px;
    min-width: 200px;
    background: #8cc63f;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-left: 1px solid #fff;
    color: #fff;
    padding: 0 20px;
    margin: 0;
}

.notificationBar .fr .button:disabled {
    cursor: default;
    background-color: #6c9a2e;
    opacity: .65;
}

.notificationBar .fr .button.redButton {
    background-color: #4e4e4e;
}

.notificationBar .fr .button.redButton[disabled] {
    background-color: #4e4e4e;
    opacity: .65;
}

.notification .icoCheckBig {
    background: url("/marketClone/img/bgcheckbig.png") no-repeat left top;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.notification .icoErrorBig {
    background: url("/marketClone/img/bgerrorbig.png") no-repeat left top;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.notification .icoErrorMac {
    background: url("/marketClone/img/bgerrormac.png") no-repeat left top;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.notification .icoCautionBig {
    background: url("/marketClone/img/bgcautionbig.png") no-repeat left top;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.notification .icoQuadBig {
    background: url("/marketClone/img/bgquadbig.png") no-repeat left top;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.notification .icoLoadingBig {
    background: url("/marketClone/img/loader.gif") no-repeat center top;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.notification .icoCheckMini,.notification-text .icoCheckMini {
    background: url("/marketClone/img/bgcheckmini.gif") no-repeat left top;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.notification .icoErrorMini,.notification-text .icoErrorMini {
    background: url("/marketClone/img/bgerrormini.gif") no-repeat left top;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.notification .icoCautionMini,.notification-text .icoCautionMini {
    background: url("/marketClone/img/bgcautionmini.gif") no-repeat left top;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.notification .icoCheckSmall {
    background: url("/marketClone/img/bgchecksmall.png") no-repeat left top;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.notification .icoErrorSmall {
    background: url("/marketClone/img/bgerrorsmall.png") no-repeat left top;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.notification .icoCautionSmall {
    background: url("/marketClone/img/bgcautionsmall.png") no-repeat left top;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.notification .icoLoadingSmall {
    background: url("/marketClone/img/loader.gif") no-repeat center top;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.barCrumbConfig {
    height: 50px;
    padding: 5px 20px 0 14px;
    margin-bottom: 10px;
}

.barCrumbConfig button {
    height: 50px;
    background-color: #7ab32e;
    position: relative;
    border: none;
    font-weight: 300;
    font-size: 14pt;
    font-family: "Roboto",sans-serif;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    padding: 0 20px 0 10px;
    width: 202px;
    text-transform: uppercase;
}

.barCrumbConfig button .bg {
    display: block;
    height: 50px;
    width: 14px;
    position: absolute;
    top: 0;
    left: -14px;
    background: url(/marketClone/img/bgbackconfig.png) no-repeat center;
}

.barCrumbConfig .titleBreadcrumb {
    display: inline-block;
    vertical-align: middle;
}

.barCrumbConfig .titleBreadcrumb h2 {
    display: inline-block;
    vertical-align: middle;
}

.pageHeader .tabsPanel {
    overflow: hidden;
    padding-left: 10px;
    max-width: 500px;
    display: inline-block;
}

.pageHeader .tabsPanel .tabItem {
    overflow: hidden;
    font-weight: bold;
    position: relative;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    color: #94a0a5;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: -1px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: -23px;
}

.pageHeader .tabsPanel .tabItem span {
    display: inline-block;
    vertical-align: middle;
}

.pageHeader .tabsPanel .tabItem .text {
    background-color: #ededed;
    padding-left: 20px;
}

.pageHeader .tabsPanel .tabItem .tabTip {
    width: 20px;
    height: 32px;
    background: url("/marketClone/img/bgsteps.png") no-repeat center right;
}

.pageHeader .tabsPanel .tabItem:nth-child(1) {
    z-index: 5;
}

.pageHeader .tabsPanel .tabItem:nth-child(2) {
    z-index: 4;
}

.pageHeader .tabsPanel .tabItem:nth-child(3) {
    z-index: 3;
}

.pageHeader .tabsPanel .tabItem:nth-child(4) {
    z-index: 2;
}

.pageHeader .tabsPanel .tabItem:hover,.pageHeader .tabsPanel .tabItem.ativo {
    height: 37px;
    line-height: 37px;
    -webkit-box-shadow: -12px 1px -4px 0 #e1e1e1;
    box-shadow: -12px 1px -4px 0 #e1e1e1;
    color: #8cc63f;
}

.pageHeader .tabsPanel .tabItem:hover .text,.pageHeader .tabsPanel .tabItem.ativo .text {
    background-color: #fff;
}

.pageHeader .tabsPanel .tabItem:hover .tabTip,.pageHeader .tabsPanel .tabItem.ativo .tabTip {
    background: url("/marketClone/img/bgstepsselected.png") no-repeat center right;
}

.pageHeader .tabsPanel .tabItem:hover {
    z-index: 7;
}

.pageHeader .tabsPanel .tabItem.ativo {
    z-index: 6;
}

.pageContent .pageMain .tabContent.ativo {
    display: block;
}

.pageContent .pageMain .tabContent {
    display: none;
}

.panelContent {
    margin-top: 20px;
}

.panelContent .panelMain {
    background-color: #fff;
    border-top: 1px solid #a5afb3;
}

.panelContent .panelHeader+.panelMain {
    padding-bottom: 20px;
}

.panelContent .panelHeader {
    margin-bottom: 7px;
}

.panelContent .panelHeader h3 {
    text-transform: uppercase;
    padding: 0 10px 0;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 16px;
    color: #333;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

.qq-upload-button {
    width: 200px;
    -webkit-appearance: none;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    -box-shadow: 2px 2px 1px 0 #d9d9d9;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-right: 2px;
    cursor: pointer;
    background-color: #8cc63f;
}

.qq-upload-drop-area {
    background: #eee;
    width: 700px;
    height: 45px;
    text-align: center;
    z-index: 20;
    position: absolute;
}

.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qq-upload-list span {
    display: inline-block;
    font-family: Verdana,Geneva,"DejaVu Sans",sans-serif;
    font-size: 11px;
    line-height: 18px;
    margin-right: 3px;
}

.qq-upload-list span.qq-upload-failed-text {
    display: none;
}

#modalCertificadoDigital {
    width: 560px;
    height: 195px;
}

#modalCertificadoDigital .form .table tr:hover td {
    background-color: #f3f3f3;
}

#modalCertificadoDigital .form .table tr:nth-child(2n+2):hover td {
    background-color: #f9f9f9;
}

#modalCertificadoDigital .table tr td a {
    margin-left: 10px;
}

#modalCertificadoDigital .statusResul {
    width: 248px;
    display: inline-block;
}

.ie1 #modalCertificadoDigital .statusResul .inputText,.gecko #modalCertificadoDigital .statusResul .inputText {
    width: 100%;
}

#modalCertificadoDigital .statusResul .inputText {
    vertical-align: top;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#modalCertificadoDigital #nfe_sign_panel§lbl_certificate_type .custom-select,#modalCertificadoDigital #nfe_sign_panel§lbl_certificate_type .custom-select .customselect_container {
    width: 315px;
}

#modalCertificadoDigital #nfe_sign_panel§certificate_alias {
    width: 315px;
    margin-right: 10px;
}

#modalCertificadoDigital #nfe_sign_panel§certificate_pass {
    width: 200px;
}

.sheet .pageHeader .actionBar .search .advancedSearch {
    width: 170px;
    height: 50px;
    padding-right: 21px;
    color: #7b8a90;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.help {
    width: 992px;
    min-height: 345px;
    background-color: #f7f7f7;
    position: relative;
}

.help .boxText {
    position: absolute;
}

.help .boxText h3 {
    color: #000;
    font-size: 14px;
}

.help .boxText p {
    color: #535353;
    font-size: 12px;
}

#MarketUPUploadDialog .legenda {
    text-align: center;
    padding: 10px;
}

#MarketUPUploadDialog .upload_img {
    width: 709px;
    background-color: #fff;
    margin: auto;
}

#MarketUPUploadDialog .upload_img .cont {
    padding-top: 170px;
    margin: auto;
    text-align: center;
}

#MarketUPUploadDialog .upload_img .cont #MarketUPUploadDialogFile {
    display: inline-block;
}

#MarketUPUploadDialog .upload_img .cont .import {
    border: none;
    width: 102px;
    height: 102px;
    background: transparent url("/marketClone/img/ico_upload.png") no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

#MarketUPUploadDialog .upload_img .cont p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    text-align: left;
}

#MarketUPUploadDialog .upload_img .cont p span {
    display: block;
    color: #8b8b8b;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

#MarketUPUploadDialog .crop_img {
    display: none;
}

#MarketUPUploadDialog .crop_img>div {
    margin: auto;
}

#MarketUPUploadDialog .crop_img p {
    text-align: center;
    padding: 10px;
}

.modal-dialog #MarketUPUploadDialog .upload_img {
    width: auto;
}

.modal-dialog #MarketUPUploadDialog .cont {
    padding-top: 30px;
}

.modal-dialog #MarketUPUploadDialog input[type="file"] {
    position: absolute;
    right: 0;
    top: 0;
    font-family: Arial;
    font-size: 118px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}

.faststart .MainFooter {
    position: relative;
    z-index: 99999;
}

.MainFooter {
    display: block;
    position: relative;
    z-index: 11;
}

.MainFooter .linksFooter {
    background-color: #222;
    padding: 10px 10px 0;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 992px;
    z-index: 7;
    height: 30px;
    display: none;
}

.MainFooter .linksFooter a,.MainFooter .linksFooter span {
    font-size: 10px;
    color: #7b8a90;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
}

.MainFooter .linksFooter a {
    padding-right: 5px;
    border-right: 1px solid #7b8a90;
    margin-right: 5px;
    border-bottom: 0;
    color: #fff;
    float: left;
}

.MainFooter .linksFooter span {
    position: absolute;
    right: 0;
    color: rgba(255,255,255,.3);
    padding-left: 10px;
    margin: -10px 0 0;
    padding: 10px 95px 0 10px;
    background: url("/marketClone/img/logo-footer.png") right center no-repeat;
    height: 30px;
}

.MainFooter .linksFooter .manual {
    border-right: 0;
}

.home .MainFooter .linksFooter {
    display: block;
}

.pageMain>.panelContent>.panelMain.form[data-isloading]>.table {
    margin-top: -20px;
}

.pageMain>.panelContent>.panelMain.form[data-isloading]>.table>thead tr th {
    padding-top: 20px;
}

.pageMain>.panelContent>.panelMain.form[data-isloading]>.container_32.header>div {
    padding-top: 0;
}

.buttonPanel #import_catalog§bt_import_xls {
    position: relative;
    height: 25px;
    width: 25px;
    border: 0;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

.buttonPanel #import_catalog§bt_import_xls .boxDrag.qq-upload-drop-area {
    display: none;
}

.buttonPanel #import_catalog§bt_import_xls .qq-upload-list {
    display: none;
}

.buttonPanel #import_catalog§bt_import_xls .qq-upload-button {
    position: absolute;
    top: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    direction: ltr;
    background: url("/marketClone/img/importactionbutton.png") no-repeat center center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.Main .MainSection .floatBox,.floatBox {
    background: #d8d8d8;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 5px 5px 4px;
    position: relative;
    border-radius: 2px;
    width: 100%;
    z-index: 10;
    bottom: -9px;
    display: none;
    box-sizing: content-box;
}

.floatBox:after {
    content: " ";
    border-color: transparent transparent #d8d8d8;
    border-style: solid;
    border-width: 6px;
    position: absolute;
    top: -12px;
    left: 50%;
    box-sizing: content-box;
}

.floatBox .inlineField {
    display: inline-block;
}

.floatBox .inlineField .inlineFieldTitle {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding-right: 4px;
    text-transform: uppercase;
    line-height: 35px;
    box-sizing: content-box;
}

.floatBox .inlineField .inlineFieldArea {
    display: inline-block;
    vertical-align: middle;
}

.floatBox .inlineField .inlineFieldArea.cor {
    width: 110px;
}

.floatBox .inlineField .inlineFieldArea.cor .custom-select {
    width: 120px;
}

.inlineField.cor {
    padding-left: 8px;
    box-sizing: content-box;
}

.import_xls .cont {
    padding-top: 30px;
    margin: auto;
    text-align: center;
    box-sizing: content-box;
}

.import_xls .cont .import {
    border: none;
    width: 102px;
    height: 102px;
    background: transparent url("/marketClone/img/importar_xls.png") no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.import_xls .cont p span {
    display: block;
    color: #8b8b8b;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px;
}

.import_xls .cont p a {
    color: #8b8b8b;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 0 10px;
    display: inline-block;
}

.import_xml .cont {
    padding-top: 30px;
    margin: auto;
    text-align: center;
}

.import_xml .cont .import {
    border: none;
    width: 102px;
    height: 102px;
    background: transparent url("/marketClone/img/importar_xml.png") no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
    margin: 0;
    color: transparent;
}

.import_xml .cont p span {
    display: block;
    color: #8b8b8b;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px;
}

.import_xml .cont p a {
    color: #8b8b8b;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 0 10px;
    display: inline-block;
}

.import_ofx .cont .ofx {
    border: none;
    width: 102px;
    height: 102px;
    background: transparent url("/marketClone/img/importar_ofx.png") no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.import_ofx .cont p span {
    display: block;
    color: #8b8b8b;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px;
}

.import_ofx .cont p a {
    color: #8b8b8b;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 0 10px;
    display: inline-block;
}

.import_ofx .cont {
    padding-top: 30px;
    margin: auto;
    text-align: center;
}

.strike {
    text-decoration: line-through;
}

.hallotoolbar .ui-buttonset {
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}

.ui-dialog {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.ui-dialog .ui-dialog-titlebar {
    height: 50px;
}

.ui-dialog .ui-dialog-content {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.ui-dialog .wizard .MainContent {
    display: block;
}

.hallotoolbar .ui-state-default,.hallotoolbar .ui-widget-content .ui-state-default,.hallotoolbar .ui-widget-header .ui-state-default {
    float: none;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}

.hallo_editable h1 {
    font-size: 2em;
}

.hallo_editable h2 {
    font-size: 1.5em;
    float: none;
}

.wizard .Main .MainContent .hallo_editable h2 {
    font-size: 1.5em;
    float: none;
    text-transform: none;
    letter-spacing: normal;
    display: normal;
}

.hallo_editable h3 {
    font-size: 1.17em;
}

.hr {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 1px 0 #d9d9d9;
    box-shadow: 0 2px 1px 0 #d9d9d9;
    height: 2px;
}

.loader_container.isfull {
    overflow: hidden;
}

.loader_container.isfull:before {
    content: "";
    width: 140px;
    height: 140px;
    background-image: url("/marketClone/img/loader_2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 140px 140px;
    -o-background-size: 140px 140px;
    -webkit-background-size: 140px 140px;
    background-size: 140px 140px;
    position: fixed;
    border-radius: 70px;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.coupon .boxInvoice {
    width: 481px;
    float: left;
    color: #7b8a90;
}

.boxInvoice .panelMain .header {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background-color: #f2f2f2;
}

.boxInvoice .panelMain .header p {
    float: left;
    font-size: 12px;
    font-weight: bold;
}

.boxInvoice .panelMain .header .customradioToggle {
    float: right;
    margin-top: 10px;
}

.boxInvoice .panelMain .body {
    padding: 10px;
    height: 325px;
}

.boxInvoice .panelMain .body span a {
    font-weight: bold;
}

.boxInvoice .panelMain .body .notification {
    font-size: 14px;
}

.boxInvoice .panelMain .body .notification p {
    font-size: 11px;
}

.boxInvoice .panelMain .body .typeInvoice {
    position: relative;
    width: 482px;
    height: 136px;
    margin: 40px 0 0 -11px;
}

.boxInvoice .panelMain .body .typeInvoice .nfe,.boxInvoice .panelMain .body .typeInvoice .nfse {
    width: 442px;
    border-top: 1px solid #e1e1e1;
    padding: 20px;
}

.boxInvoice .panelMain .body .typeInvoice .nfe .boxErrors,.boxInvoice .panelMain .body .typeInvoice .nfse .boxErrors {
    font-size: 12px;
}

.boxInvoice .panelMain .body .typeInvoice .nfe .boxErrors .listErrors .titleList .text,.boxInvoice .panelMain .body .typeInvoice .nfse .boxErrors .listErrors .titleList .text {
    text-transform: uppercase;
}

.boxInvoice .panelMain .body .typeInvoice .nfe .boxErrors .listErrors .childs ul li p strong,.boxInvoice .panelMain .body .typeInvoice .nfse .boxErrors .listErrors .childs ul li p strong {
    font-size: 10px;
}

.boxInvoice .panelMain .body .typeInvoice .nfe #nfe_panel_progress_1+.fieldTitle,.boxInvoice .panelMain .body .typeInvoice .nfse #nfe_panel_progress_1+.fieldTitle {
    display: none;
}

.boxInvoice .panelMain .body .typeInvoice .title {
    position: absolute;
    top: -21px;
    cursor: pointer;
    margin-right: -5px;
    border: 1px solid #e1e1e1;
    vertical-align: bottom;
    display: inline-block;
    background-color: #ededed;
    border-width: 0 0 0 8px;
    padding: 0 30px;
    color: #94a0a5;
    font-size: 12px;
    line-height: 22px;
    width: 75px;
    text-align: center;
    z-index: 10;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: content-box;
}

.boxInvoice .panelMain .body .typeInvoice .title:nth-child(1n) {
    left: 70px;
}

.boxInvoice .panelMain .body .typeInvoice .title:nth-child(2n) {
    left: 227px;
}

.boxInvoice .panelMain .body .typeInvoice .title.active:nth-child(2n) {
    left: 213px;
}

.boxInvoice .panelMain .body .typeInvoice .title.active {
    border: 1px solid #e7eaeb;
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
    padding: 0 40px;
    color: #95a1a6;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    top: -31px;
    box-sizing: content-box;
    margin-top: 0;
}

.boxInvoice .panelMain .body .typeInvoice .fieldTitle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.boxInvoice .panelMain .body .typeInvoice .custom-select {
    display: inline-block;
    vertical-align: middle;
    width: 290px;
}

.boxInvoice .panelMain .body .typeInvoice .custom-select .customselect_container {
    width: 290px;
}

.boxInvoice .panelMain .body .typeInvoice .custom-select .customselect_container .custom-select {
    width: 255px;
}

.boxInvoice .panelMain .body .typeInvoice .buttonArea {
    margin-top: 10px;
}

.boxInvoice .panelMain .body .typeInvoice .buttonArea .right .button {
    margin: 0 3px;
}

.boxInvoice .panelMain .body .panelProgress {
    background: url("/marketClone/img/loader.gif") no-repeat center;
    z-index: 1;
    border-radius: 2px;
    box-shadow: none;
    background-color: #fff;
    position: absolute;
    left: 1px;
    width: 99%;
    height: 225px;
}

.notification {
    width: 460px;
    display: inline-block;
}

.notification p span {
    float: left;
}

.notification p span.text {
    line-height: 25px;
    margin-left: 5px;
}

.notification li {
    height: 25px;
    padding: 0;
    margin-top: 10px;
    overflow: hidden;
}

.notification li>div {
    float: left;
    height: 25px;
    line-height: 25px;
}

.notification li>div>h5 {
    padding-left: 10px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
}

.notification li>div>p {
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    text-transform: lowercase;
}

.notification li>div>.errDetail,.notification li>div>.errCorrection {
    vertical-align: middle;
    display: inline-block;
    height: 25px;
    cursor: pointer;
}

.notification li>div>.errDetail {
    background: url("/marketClone/img/deattach.png") no-repeat center center;
    width: 20px;
}

.notification li>div>.errCorrection {
    font-size: 11px;
    font-weight: bold;
}

.toggleArea {
    float: right;
    margin-bottom: 5px;
}

.toggleArea .legend {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    margin-right: 10px;
    font-weight: bold;
    color: #ce8e04;
    font-size: 14px;
}

.customradio {
    display: inline-block;
    vertical-align: middle;
}

.gecko .body .typeInvoice .textarea {
    width: 320px;
    height: 70px;
}

.body .typeInvoice .textarea {
    width: 338px;
    font-family: Arial,Helvetica,sans-serif;
    vertical-align: text-top;
    padding: 5px;
}

.client .toggleArea {
    margin: -5px 5px 0 0;
}

.newradio.customradioToggle.no-shadow .customradio_content {
    box-shadow: none;
}

.newradio.customradioToggle .customradio_content {
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 3px;
    background-color: #9e9e9e;
    height: 17px;
    width: 34px;
    box-shadow: 2px 2px 1px 0 #d9d9d9;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.newradio.customradioToggle .customradio_content .customradio_button {
    height: 17px;
}

.newradio.customradioToggle .customradio_content .areaOn,.newradio.customradioToggle .customradio_content .areaOff {
    width: 17px;
    height: 17px;
}

.newradio.customradioToggle .customradio_content .button_active {
    width: 24px;
}

.newradio.customradioToggle .customradio_content.true {
    background-color: #8cc63f;
}

.newradio.customradioToggle .customradio_content.true .areaOn {
    background: url("/marketClone/img/radio-on.png") center no-repeat #fff;
}

.newradio.customradioToggle .customradio_content.true .areaOff {
    background: none;
}

.newradio.customradioToggle .customradio_content .areaOn,.newradio.customradioToggle .customradio_content .button_active {
    background: none;
}

.newradio.customradioToggle .customradio_content .areaOff {
    background: url("/marketClone/img/radio-off.png") center no-repeat #fff;
}

.ico-segment-40 {
    background-image: url("/marketClone/img/segmentos/avatar_agencia-de-viagem-e-turismo.png");
}

.ico-segment-26 {
    background-image: url("/marketClone/img/segmentos/avatar_artesanato.png");
}

.ico-segment-6 {
    background-image: url("/marketClone/img/segmentos/avatar_artigos-de-perfumaria-e-beleza.png");
}

.ico-segment-38 {
    background-image: url("/marketClone/img/segmentos/avatar_assistencia-tecnica.png");
}

.ico-segment-14 {
    background-image: url("/marketClone/img/segmentos/avatar_bancas.png");
}

.ico-segment-12 {
    background-image: url("/marketClone/img/segmentos/avatar_cafes-bares-e-restaurantes.png");
}

.ico-segment-2 {
    background-image: url("/marketClone/img/segmentos/avatar_casa-e-construção-e-jardinagem.png");
}

.ico-segment-30 {
    background-image: url("/marketClone/img/segmentos/avatar_consultoria-e-treinamento.png");
}

.ico-segment-31 {
    background-image: url("/marketClone/img/segmentos/avatar_educacao.png");
}

.ico-segment-21 {
    background-image: url("/marketClone/img/segmentos/avatar_eletronicos-e-jogos.png");
}

.ico-segment-24 {
    background-image: url("/marketClone/img/segmentos/avatar_esportes.png");
}

.ico-segment-41 {
    background-image: url("/marketClone/img/segmentos/avatar_farmacias.png");
}

.ico-segment-39 {
    background-image: url("/marketClone/img/segmentos/avatar_festas-e-eventos.png");
}

.ico-segment-23 {
    background-image: url("/marketClone/img/segmentos/avatar_graficas.png");
}

.ico-segment-16 {
    background-image: url("/marketClone/img/segmentos/avatar_hotel-pousada.png");
}

.ico-segment-3 {
    background-image: url("/marketClone/img/segmentos/avatar_informatica-e-tecnologia.png");
}

.ico-segment-25 {
    background-image: url("/marketClone/img/segmentos/avatar_joias-e-presentes.png");
}

.ico-segment-28 {
    background-image: url("/marketClone/img/segmentos/avatar_limpeza.png");
}

.ico-segment-18 {
    background-image: url("/marketClone/img/segmentos/avatar_livrarias-e-papelarias.png");
}

.ico-segment-33 {
    background-image: url("/marketClone/img/segmentos/avatar_locadora-de-equipamentos.png");
}

.ico-segment-34 {
    background-image: url("/marketClone/img/segmentos/avatar_locadora-veiculos.png");
}

.ico-segment-29 {
    background-image: url("/marketClone/img/segmentos/avatar_locadora-audio-video.png");
}

.ico-segment-35 {
    background-image: url("/marketClone/img/segmentos/avatar_logistica-e-transportes.png");
}

.ico-segment-32 {
    background-image: url("/marketClone/img/segmentos/avatar_academia.png");
}

.ico-segment-4 {
    background-image: url("/marketClone/img/segmentos/avatar_loja-de-artigos-em-geral.png");
}

.ico-segment-1 {
    background-image: url("/marketClone/img/segmentos/avatar_mercados-e-emporios.png");
}

.ico-segment-5 {
    background-image: url("/marketClone/img/segmentos/avatar_moda-e-acessorios.png");
}

.ico-segment-7 {
    background-image: url("/marketClone/img/segmentos/avatar_moveis-e-decoracao.png");
}

.ico-segment-22 {
    background-image: url("/marketClone/img/segmentos/avatar_musica-e-video.png");
}

.ico-segment--1 {
    background-image: url("/marketClone/img/segmentos/avatar_naodefinido.png");
}

.ico-segment-36 {
    background-image: url("/marketClone/img/segmentos/avatar_oficinas-mecanicas.png");
}

.ico-segment-19 {
    background-image: url("/marketClone/img/segmentos/avatar_oticas.png");
}

.ico-segment-10 {
    background-image: url("/marketClone/img/segmentos/avatar_outros.png");
}

.ico-segment-13 {
    background-image: url("/marketClone/img/segmentos/avatar_padarias.png");
}

.ico-segment-27 {
    background-image: url("/marketClone/img/segmentos/avatar_pizzarias-e-lanchonetes.png");
}

.ico-segment-17 {
    background-image: url("/marketClone/img/segmentos/avatar_posto-de-combustivel.png");
}

.ico-segment-37 {
    background-image: url("/marketClone/img/segmentos/avatar_profissionais-liberais.png");
}

.ico-segment-11 {
    background-image: url("/marketClone/img/segmentos/avatar_servicos-de-saude-e-beleza.png");
}

.ico-segment-9 {
    background-image: url("/marketClone/img/segmentos/avatar_servicos-em-geral.png");
}

.ico-segment-8 {
    background-image: url("/marketClone/img/segmentos/avatar_servicos-veterinarios-e-petshops.png");
}

.ico-segment-20 {
    background-image: url("/marketClone/img/segmentos/avatar_sex-shop.png");
}

@media print {
    .printModal {
        width: 100%;
        display: block;
        margin: 0;
        top: 0;
        left: 0;
        position: absolute;
        border: none;
        padding-top: 10px;
    }

    .Main {
        display: none;
    }

    .print-footer {
        position: fixed;
        bottom: 0;
        display: block;
        margin: 5px 0 0 0;
        width: 100%;
    }

    .print-footer .by,.print-footer .date {
        color: #000;
        font: normal 10px "Verdana","Arial";
    }

    .print-footer .by {
        float: left;
        line-height: 15px;
        text-transform: uppercase;
    }

    .print-footer .by img {
        vertical-align: bottom;
    }

    .print-footer .date {
        float: right;
    }
}

.angular-view {
    display: block;
    padding: 0;
}

.angular-view.modals {
    margin: 0 !important;
    padding: 0;
    display: block;
}

.angular-view.modal {
    margin-top: 0 !important;
    padding: 0;
    z-index: 2041 !important;
}

.login .angular-view {
    margin-top: 0;
}

.col-xs-11 {
    width: 91.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-10 {
    width: 83.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-9-5 {
    width: 79.16666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-8-5 {
    width: 70.83333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-7-5 {
    width: 62.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-6-5 {
    width: 54.16666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-5-5 {
    width: 45.83333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-4-5 {
    width: 37.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-3-5 {
    width: 29.16666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-2-5 {
    width: 20.83333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-1-5 {
    width: 12.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-0-5 {
    width: 4.16666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.wrapper {
    width: 990px;
    margin: 0 auto;
}

.container {
    width: 1002px;
}

.txt-success {
    color: #80b53a;
}

.txt-error {
    color: #d33131;
}

.btn {
    background-image: none;
    text-transform: uppercase;
    padding: 7px 5px;
}

.btn-deactivated {
    opacity: .3 !important;
}

.btn-anzac {
    color: #fff;
    background-color: #ddb152;
}

.btn:focus {
    box-shadow: none;
    outline: dotted 1px;
}

.btn-ico {
    padding: 4px 6px;
}

textarea {
    resize: none;
}

.btn-default {
    background-color: #464646;
    color: #fff;
    text-shadow: none;
}

.btn-default:hover {
    background-color: #464646;
    color: #fff;
}

.btn-primary {
    color: #fff;
}

.btn-primary:hover {
    border-color: transparent;
}

.btn-full {
    width: 100%;
}

.area-title {
    font-size: 19px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Roboto",sans-serif;
    color: #676767;
    margin: 0 0 3px;
    text-transform: uppercase;
    padding: 0 15px;
}

.page-title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #5d6569;
    line-height: 1.4em;
    text-transform: uppercase;
}

.content-title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #5d6569;
    line-height: 1.4em;
    text-transform: uppercase;
}

.title-inner {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: bold;
}

.logo-marketup {
    width: 86px;
    height: 22px;
    background: url(/marketClone/img/logo-marketup.png) 0 0 no-repeat;
    margin: 0;
}

.text-inline {
    padding-top: 8px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.cursor-pointer {
    cursor: pointer;
}

.text-center {
    text-align: center !important;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mg-top {
    margin-top: 20px;
}

.mg-right {
    margin-right: 5px;
}

.mg-bottom {
    margin-bottom: 15px;
}

.mg-left {
    margin-left: 5px;
}

.padding-left {
    padding-left: 10px;
}

.padding-right {
    padding-right: 10px;
}

.no-label {
    padding-top: 25px;
}

.no-label-btn {
    padding-top: 20px;
}

.txt-area {
    height: 70px;
    width: 100%;
    padding: 5px;
}

.row-grey {
    background-color: #dcdcdc;
    padding: 15px 10px 0;
    margin: 0 0 15px;
}

.bd-top {
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
}

.info {
    display: inline-block;
    font-size: 14px;
}

.money {
    text-align: right;
}

.payment-type-new .mg-top {
    margin-top: 55px;
}

.action-bar .row {
    margin-left: -5px;
    margin-right: -5px;
}

.action-bar .text {
    padding-top: 8px;
    display: block;
    line-height: 30px;
    text-align: center;
}

.action-bar .form-horizontal .form-group {
    padding-top: 8px;
    margin-left: -5px;
    margin-right: -5px;
}

.action-bar .form-horizontal .period-date {
    padding-top: 8px;
    display: block;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.action-bar .add-item {
    padding-top: 8px;
}

.action-bar .add-item .input-group {
    display: inline-table;
    width: 100px;
    vertical-align: middle;
}

.action-bar .add-item .input-group .input-number {
    text-align: center;
}

.action-bar .add-item .item-total-value {
    width: 150px;
    vertical-align: middle;
    text-align: center;
    display: inline-table;
    line-height: 34px;
    font-size: 20px;
}

.action-bar .add-item .btn-add-item {
    display: inline-block;
    vertical-align: middle;
}

.action-bar .label-inline {
    color: #7c8e92;
    text-align: right;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 50px;
}

.action-bar .search-box {
    background-color: #d0cfcf;
    height: 50px;
}

.action-bar .search-box.search-icon {
    position: relative;
}

.action-bar .search-box.search-icon::before {
    content: "";
    background: url("/marketClone/img/icon-lupa.png") no-repeat center transparent;
    box-shadow: none;
    border: none;
    margin: 0;
    height: 29px;
    width: 34px;
    position: absolute;
    top: 11px;
    right: 17px;
}

.action-bar .search-box .form-group {
    margin-bottom: 0;
}

.action-bar .search-box input {
    padding: 0 6px;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 17px;
    height: 34px;
    text-transform: uppercase;
}

.action-bar .search-box input[type="text"] {
    font-size: 18px;
    padding: 0 10px;
}

.action-bar .search-box input[type="date"]::-webkit-calendar-picker-indicator {
    background: url("/marketClone/img/report/calendario.png") no-repeat center right;
    display: block;
    width: 18px;
    height: 18px;
    color: rgba(0,0,0,0);
    opacity: 1;
}

.action-bar .search-box input[type="date"]::-webkit-clear-button {
    display: none;
}

.action-bar .search-box .btn-ok {
    background: url("/marketClone/img/icon-lupa.png") no-repeat center transparent;
    vertical-align: middle;
    float: left;
    font-size: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    height: 34px;
}

.action-bar .dropdown-box {
    background-color: #e1dfdf;
    color: #7b8a90;
}

.action-bar .dropdown-box .drop-list {
    background-color: #cfcece;
}

.action-bar .dropdown-box .drop-list .form-group input[type="date"]::-webkit-calendar-picker-indicator {
    background: url("/marketClone/img/report/calendario.png") no-repeat center right;
    display: block;
    width: 18px;
    height: 18px;
    color: rgba(0,0,0,0);
    opacity: 1;
}

.action-bar .dropdown-box .drop-list .form-group input[type="date"]::-webkit-clear-button {
    display: none;
}

.action-bar .dropdown-box .drop-list .form-group label {
    font-weight: bold;
}

.action-bar .dropdown-box .radio-group {
    margin-bottom: 15px;
}

.action-bar .dropdown-box .radio-group label {
    font-size: 9px;
    vertical-align: middle;
}

.action-bar .dropdown-box .radio-group input {
    vertical-align: sub;
}

.action-bar .dropdown-box .btn-remove-filter {
    font-size: 9px;
    z-index: 1;
    position: absolute;
    top: 36px;
    left: 47px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.action-bar .dropdown-box .btn-remove-filter:hover {
    text-decoration: underline;
}

.action-bar .dropdown-box .btn-remove-filter .glyphicon {
    color: rgba(255,0,0,.72);
}

.action-bar .btn-filter {
    height: 50px;
    background-color: #e1dfdf;
}

.action-bar .legend {
    height: 50px;
    line-height: 50px;
}

.action-bar .legend .ico {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.action-bar .legend .txt {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.action-bar .legend .provided {
    float: left;
    margin-left: 20px;
}

.action-bar .legend .provided .ico {
    background-color: #dfac45;
}

.action-bar .legend .provided .txt {
    color: #dfac45;
}

.action-bar .legend .realized {
    float: left;
    margin-left: 20px;
}

.action-bar .legend .realized .ico {
    background-color: #908f8f;
}

.action-bar .legend .realized .txt {
    color: #908f8f;
}

.action-bar .exibition {
    background-color: #e1dfdf;
    height: 50px;
}

.action-bar .exibition .tit-exibition {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #7c8e92;
    line-height: 30px;
    text-transform: uppercase;
    float: left;
    display: inline;
    padding: 11px 0 0 23px;
}

.action-bar .exibition .bg-day {
    width: 100%;
    margin: 10px 0;
}

.action-bar .exibition .bg-day>li:first-child {
    background: #7ab32e;
    float: left;
    left: 15px;
    position: relative;
    width: 160px;
}

.action-bar .exibition .bg-day>li:first-child a {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-left: 0;
    color: #fff;
    line-height: 28px;
    text-align: center;
    width: 77px;
    height: 28px;
}

.action-bar .exibition .btn-exibir-mes {
    background: #fff;
    color: #7c8e92 !important;
    text-align: center;
    float: right;
    width: 76px;
    position: absolute !important;
    top: 11px;
    margin-left: -63px;
    height: 26px;
    line-height: 26px;
}

.modal-import {
    text-align: center;
}

.modal-import .ico {
    font-size: 50px;
    color: #6529a0;
}

.btn-clean {
    background: none;
    border: none;
    padding: 0;
}

.dropdown-menu .btn-clean {
    padding: 3px 20px;
}

.utilities {
    background-color: #efefef;
    height: 50px;
}

.utilities.margin-small>ul>li {
    margin: 0 1px;
}

.utilities>ul {
    list-style: none;
    padding: 0;
    font-size: 0;
}

.utilities>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 3px;
}

.utilities>ul>li>button {
    height: 50px;
    width: 45px;
    float: left;
    opacity: .5;
    border: none;
    margin: 0 3px;
}

.utilities>ul>li>button:hover {
    opacity: 1;
}

.utilities>ul>li>button[disabled="disabled"] {
    opacity: .5;
}

.utilities>ul>li .btn {
    background: none;
}

.utilities>ul>li .btn-new {
    background: url(/marketClone/img/ico-bar-new.png) center no-repeat;
    width: 25px;
}

.utilities>ul>li .btn-print {
    background: url(/marketClone/img/ico-bar-print.png) center no-repeat;
    width: 25px;
}

.utilities>ul>li .btn-import {
    background: url(/marketClone/img/ico-bar-import.png) center no-repeat;
    width: 35px;
}

.utilities>ul>li .btn-export {
    background: url(/marketClone/img/ico-bar-export.png) center no-repeat;
    width: 25px;
}

.utilities>ul>li .btn-export-xml {
    background: url(/marketClone/img/ico-xml.png) center no-repeat;
    width: 25px;
}

.utilities>ul>li .btn-list {
    background: url(/marketClone/img/ico-bar-list.png) center no-repeat;
    width: 21px;
}

.utilities>ul>li .btn-help {
    background: url(/marketClone/img/ico-bar-help.png) center no-repeat;
    width: 26px;
}

.utilities>ul>li .btn-copy {
    background: url(/marketClone/img/ico-bar-copy.png) center no-repeat;
    width: 26px;
}

.utilities>ul>li .btn-print {
    background: url(/marketClone/img/ico-bar-print.png) center no-repeat;
    width: 25px;
}

.utilities>ul>li .btn-mail {
    background: url("/marketClone/img/ico-bar-mail.png") center no-repeat;
    width: 25px;
}

.utilities>ul .button-wrapper {
    float: right;
}

.utilities>ul .btn-bottom {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    min-width: 160px;
    float: right;
    background: #8cc63f;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-left: 1px solid #fff;
    color: #fff;
    padding: 0 10px;
    margin-left: 0;
}

.utilities>ul .btn-bottom.grey {
    background-color: #4e4e4e;
}

.utilities>ul .btn-bottom.grey[disabled] {
    background-color: #4e4e4e;
    opacity: .65;
    color: #676767;
}

.utilities>ul .btn-bottom.red {
    background-color: #d33131;
}

.utilities>ul .btn-bottom.red[disabled] {
    background-color: #d33131;
    opacity: .65;
}

.utilities>ul .btn-bottom.blue {
    background-color: #085bc2;
}

.utilities>ul .btn-bottom.blue[disabled] {
    background-color: #085bc2;
    opacity: .65;
}

.utilities>ul .btn-bottom.small {
    min-width: 0;
}

.utilities>ul .btn-bottom[disabled="disabled"] {
    background-color: #6c9a2e;
    opacity: .65;
}

.utilities>ul .ico-arrow-right {
    width: 11px;
    height: 16px;
    display: inline-block;
    background: url(/marketClone/img/arrow-sm-right.png);
}

.utilities>ul .ico-arrow-left {
    width: 11px;
    height: 16px;
    display: inline-block;
    background: url(/marketClone/img/arrow-sm-left.png);
}

.utilities .button-escape {
    display: block;
    background: #e1dfdf;
    height: 50px;
}

.utilities .help-bar {
    height: 50px;
    position: relative;
}

.utilities .help-bar .text {
    color: #fff;
    font-family: "PTSans-Narrow",Arial,sans-serif;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
}

.utilities .help-bar .text b {
    font-family: "ScubaOT-Bold",sans-serif;
    font-weight: normal;
}

.utilities .help-bar a {
    text-decoration: none;
}

.utilities .help-bar .btn-top {
    height: 50px;
    position: absolute;
    top: 0;
    right: 20px;
    border: none;
    color: #eaff00;
    font-size: 14px;
    font-family: "ScubaOT-Bold",sans-serif;
    padding-right: 35px;
    background: url(/marketClone/img/ico-bar-top.png) right center no-repeat;
    text-transform: uppercase;
}

.margin-small>ul>li {
    margin: 0 1px;
}

>ul {
    list-style: none;
    padding: 0;
    text-align: right;
    font-size: 0;
}

>ul>li {
    display: inline-block;
    position: relative;
    height: 50px;
    margin: 0 3px;
}

>ul>li>button {
    height: 50px;
    width: 45px;
    float: left;
    opacity: .5;
    border: none;
    margin: 0 3px;
}

>ul>li>button:hover {
    opacity: 1;
}

>ul>li>button[disabled="disabled"] {
    opacity: .5;
}

>ul>li .btn-new {
    background: url(/marketClone/img/ico-bar-new.png) center no-repeat;
    width: 25px;
}

>ul>li .btn-import {
    background: url(/marketClone/img/ico-bar-import.png) center no-repeat;
    width: 35px;
}

>ul>li .btn-export {
    background: url(/marketClone/img/ico-bar-export.png) center no-repeat;
    width: 25px;
}

>ul>li .btn-export-xml {
    background: url(/marketClone/img/ico-xml.png) center no-repeat;
    width: 25px;
}

>ul>li .btn-list {
    background: url(/marketClone/img/ico-bar-list.png) center no-repeat;
    width: 21px;
}

>ul>li .btn-help {
    background: url(/marketClone/img/ico-bar-help.png) center no-repeat;
    width: 26px;
}

>ul>li .btn-copy {
    background: url(/marketClone/img/ico-bar-copy.png) center no-repeat;
    width: 26px;
}

>ul>li .btn-mail {
    background: url("/marketClone/img/ico-bar-mail.png") center no-repeat;
    width: 25px;
}

.btn-calendar {
    font-size: 8px;
    background-color: #fff;
    border: none;
    border-top: 4px solid #989898;
    width: 100%;
    text-align: center;
    height: 34px;
    padding: 0 4px;
}

.date-row {
    background-color: #747474;
    color: #fff;
}

.table-align-not-first tr td:not(:first-child),.table-align-not-first tr th:not(:first-child) {
    text-align: center;
    vertical-align: middle;
}

.table-align-not-first tr td:first-child,.table-align-not-first tr th:first-child {
    vertical-align: middle;
}

.table-align-left>tbody>tr>td {
    text-align: left;
    vertical-align: middle;
}

.table-cursor-pointer tbody {
    cursor: pointer;
}

.table-list {
    table-layout: initial;
    background-color: #fff;
}

.table-list a {
    display: block;
}

.table-list tbody td {
    cursor: pointer;
}

.table-list tbody td.buttons {
    white-space: nowrap;
}

.table-list .text-right:not(:last-child) {
    padding-right: 20px;
}

.table-vertical-align-middle>tbody>tr>td {
    line-height: inherit;
    vertical-align: middle;
}

.table-vertical-align-middle>thead>tr>th {
    line-height: inherit;
    vertical-align: middle;
}

.label-title {
    margin-bottom: 5px;
    color: #7b8a90;
    font-weight: bold;
}

.dropdown-box {
    position: relative;
}

.dropdown-box.show .drop-list {
    display: block;
    width: 100%;
    border-top: 2px solid #464646;
}

.dropdown-box .drop-list {
    padding: 10px;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
}

.dropdown-box .form-group:last-child {
    margin-bottom: 0;
}

.form-group-spacer {
    padding-top: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.box-bt-add {
    margin-top: 10px;
}

.form-observation {
    font-family: "PTSans-Narrow",sans-serif;
    font-size: 17px;
    opacity: .7;
    margin-bottom: 20px;
}

.btn-add {
    height: 50px;
    color: #fff;
    padding: 0 60px 0 10px !important;
    background: #8cc63f;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    border: none;
    border-radius: 0;
}

.btn-add::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/marketClone/img/header/plus-border.png) center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: 0;
    right: 22px;
    top: 9px;
}

.btn-add .arrow-bullet {
    display: none;
}

.ico {
    display: inline-block;
    font-weight: normal;
    color: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
}

.ico.ico-plus-blue {
    background: #2584ee url("/marketClone/img/ico_dre_plus.png") no-repeat center center;
    border-color: #2584ee;
}

.ico.ico-minus-red {
    background: #f00 url("/marketClone/img/ico_dre_minus.png") no-repeat center center;
    border-color: #f00;
}

.ico.ico-equal-black {
    background: #000 url("/marketClone/img/ico_dre_equal.png") no-repeat center center;
    border-color: #000;
}

.table-payment>tbody>tr>td {
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.table-payment>tbody>tr>td:last-child {
    padding-right: 0;
}

.table-payment>tbody>tr:last-child>td {
    border: none;
}

.table-payment>thead>tr>th {
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid #ccc;
}

.table-payment>thead>tr>th:last-child {
    padding-right: 0;
}

.table-payment th {
    font-family: "PTSans-Narrow",Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.table-payment th .ico {
    vertical-align: middle;
}

.table-payment td {
    font-size: 18px;
    color: rgba(0,0,0,.5);
}

.table-payment .double-info {
    font-size: 16px;
    font-family: "PTSans-Narrow",Arial,sans-serif;
    color: #bbb;
    line-height: 1.1em;
}

.table-payment .double-info strong {
    display: block;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
}

.table-payment input {
    text-align: right;
}

.table-payment .btn-remove {
    background: none;
    border: none;
    opacity: .5;
}

.table-payment .btn-remove .glyphicon {
    font-size: 30px;
    color: #333;
}

.table-payment .btn-remove:hover {
    opacity: 1;
}

.box-include-payment {
    background-color: #747474;
    padding: 20px 15px;
    font-size: 18px;
    color: #fff;
}

.box-include-payment .total-row {
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: rgba(255,255,255,.5);
    font-weight: bold;
    text-transform: uppercase;
}

.box-include-payment .total-row .total-label {
    font-family: "PTSans-Narrow",Arial,sans-serif;
    font-weight: 300;
}

.box-include-payment .total-row .total-number {
    color: #fff;
    font-size: 24px;
    margin-left: 15px;
}

.box-include-payment label {
    font-family: "PTSans-Narrow",Arial,sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

.arrow-bullet {
    width: 70px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 49px;
    padding-top: 8px;
}

.arrow-bullet .glyphicon {
    font-size: 25px;
}

.arrow-bullet:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 1;
}

.bg-grey {
    background-color: #e6e5e5;
}

.bg-white {
    background-color: #fff;
}

.no-padding {
    padding: 0 !important;
    margin-top: 75px;
    height: auto !important;
}

.no-margin {
    margin: 0 !important;
    height: auto !important;
}

.position-relative {
    position: relative;
}

.align-left {
    text-align: left;
}

.inline {
    display: inline-block !important;
}

.align-center {
    text-align: center;
}

.carousel ul {
    padding-left: 0;
}

.label-item {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.product-image {
    border: 1px solid #cfcece;
}

.item-box .item-status {
    padding: 20px;
    color: #ce8e04;
    text-align: center;
    font-weight: bold;
}

.item-box .item-status .stock span {
    color: #5d6569;
    display: block;
}

.item-box .item-status .stock .number {
    font-size: 30px;
}

.item-box .item-status p {
    text-shadow: 1px 1px 1px rgba(255,255,255,.6);
}

.item-box .item-status p:not(:first-child) {
    margin: 30px 0;
}

.upload-image {
    border: 1px solid #d9d9d9;
    height: 140px;
    background: url("/marketClone/img/bgnoimage3.png") center center no-repeat;
    background-size: auto 90%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.upload-image .btn-group {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    margin: 0;
    display: none;
}

.upload-image:hover {
    border-style: dashed;
    background-image: url(/marketClone/img/image-upload.png);
    background-position: center;
    background-size: auto 40%;
    background-position-y: 40%;
}

.upload-image:hover .btn-group {
    display: block;
}

.upload-image .dropdown-menu {
    margin: 0;
}

.tooltip.top {
    margin-left: -8px;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.button-products {
    background-color: #c8c8c8;
}

.button-products li {
    border-top: none;
}

.button-products li:before {
    display: none;
}

.button-products .carousel {
    margin-top: 5px;
}

.button-products .carousel button {
    height: 50px;
}

.unit-tag {
    font-size: 20px;
    text-align: right;
    padding-top: 28px;
    font-weight: bold;
}

.green-text {
    color: #639027;
    font-size: 20px;
    padding-top: 5px;
    line-height: 1.2em;
}

.pdv-textarea.form-control {
    background-color: #eee;
    padding: 3px;
    height: 70px;
}

.preview-pdv {
    background-color: #cfcece;
    padding: 8px 0 9px;
    text-align: center;
}

.preview-pdv button {
    cursor: default;
    background-color: #fff;
    border: none;
    height: 53px;
    text-transform: uppercase;
    color: #ae53b4;
    width: 120px;
    overflow: hidden;
    font-family: Arial,sans-serif;
    font-size: 12px;
}

.output-dimensions {
    height: 150px;
}

.box-img-large {
    height: 190px;
    border: 1px solid #cfcece;
    margin-bottom: 15px;
}

.box-img-small {
    height: 82px;
    border: 1px solid #cfcece;
    margin-bottom: 15px;
}

.button-bar .btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 15px;
}

.spinner .glyphicon {
    font-size: 13px;
}

.spinner .input-number {
    text-align: center;
}

.description-pane {
    width: 95%;
    height: 200px;
    margin: 15px;
}

.on-off .bootstrap-switch {
    margin-left: 10px;
}

.bootstrap-switch-disabled {
    cursor: none !important;
    pointer-events: none;
    opacity: .5;
}

.arrow-view {
    margin-top: -15px;
    padding: 15px 10px 12px;
    background-color: #b9b9b9;
    position: relative;
    left: -5px;
}

.arrow-view:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 15px solid #b9b9b9;
    border-top: 32px solid #dcdcdc;
    border-bottom: 32px solid #dcdcdc;
}

.table>tbody>tr>td.table-inner {
    padding: 0;
}

.table>tbody>tr>td.table-inner .table {
    margin: 0;
}

.table>tbody>tr>td.table-inner .table td {
    border: none;
}

.table-inner {
    padding: 0;
}

.table-inner .table {
    border: none;
}

.col-link .glyphicon-link {
    font-size: 30px;
    color: #ccc;
}

.glyphicon-facebook {
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAElBMVEX///8AAAAAAAAAAAAAAAAAAABknMCaAAAABXRSTlMAQICg8KvwC/kAAABASURBVHhetcuhFYBADATRMfERKYQWTqQBXrb/VnC35sAx7ouhtFu0McjphDuJjQuMfAW0DHQGQHzCz79oYyhjPbHqTK11A1C0AAAAAElFTkSuQmCC");
    display: block;
}

.btn-facebook {
    background-color: #fff;
}

.footer-actionbar {
    background-color: #fff;
}

.footer-actionbar .notification-content p {
    line-height: 30px;
    margin: 0;
}

.ico-segment-32 {
    background-image: url("/marketClone/img/segmentos/avatar_academia.png");
}

.ico-segment-40 {
    background-image: url("/marketClone/img/segmentos/avatar_agencia-de-viagem-e-turismo.png");
}

.ico-segment-26 {
    background-image: url("/marketClone/img/segmentos/avatar_artesanato.png");
}

.ico-segment-6 {
    background-image: url("/marketClone/img/segmentos/avatar_artigos-de-perfumaria-e-beleza.png");
}

.ico-segment-38 {
    background-image: url("/marketClone/img/segmentos/avatar_assistencia-tecnica.png");
}

.ico-segment-14 {
    background-image: url("/marketClone/img/segmentos/avatar_bancas.png");
}

.ico-segment-12 {
    background-image: url("/marketClone/img/segmentos/avatar_cafes-bares-e-restaurantes.png");
}

.ico-segment-2 {
    background-image: url("/marketClone/img/segmentos/avatar_casa-e-construção-e-jardinagem.png");
}

.ico-segment-30 {
    background-image: url("/marketClone/img/segmentos/avatar_consultoria-e-treinamento.png");
}

.ico-segment-31 {
    background-image: url("/marketClone/img/segmentos/avatar_educacao.png");
}

.ico-segment-21 {
    background-image: url("/marketClone/img/segmentos/avatar_eletronicos-e-jogos.png");
}

.ico-segment-24 {
    background-image: url("/marketClone/img/segmentos/avatar_esportes.png");
}

.ico-segment-41 {
    background-image: url("/marketClone/img/segmentos/avatar_farmacias.png");
}

.ico-segment-39 {
    background-image: url("/marketClone/img/segmentos/avatar_festas-e-eventos.png");
}

.ico-segment-23 {
    background-image: url("/marketClone/img/segmentos/avatar_graficas.png");
}

.ico-segment-16 {
    background-image: url("/marketClone/img/segmentos/avatar_hotel-pousada.png");
}

.ico-segment-3 {
    background-image: url("/marketClone/img/segmentos/avatar_informatica-e-tecnologia.png");
}

.ico-segment-25 {
    background-image: url("/marketClone/img/segmentos/avatar_joias-e-presentes.png");
}

.ico-segment-28 {
    background-image: url("/marketClone/img/segmentos/avatar_limpeza.png");
}

.ico-segment-18 {
    background-image: url("/marketClone/img/segmentos/avatar_livrarias-e-papelarias.png");
}

.ico-segment-33 {
    background-image: url("/marketClone/img/segmentos/avatar_locadora-de-equipamentos.png");
}

.ico-segment-34 {
    background-image: url("/marketClone/img/segmentos/avatar_locadora-veiculos.png");
}

.ico-segment-29 {
    background-image: url("/marketClone/img/segmentos/avatar_locadora-audio-video.png");
}

.ico-segment-35 {
    background-image: url("/marketClone/img/segmentos/avatar_logistica-e-transportes.png");
}

.ico-segment-32 {
    background-image: url("/marketClone/img/segmentos/avatar_academia.png");
}

.ico-segment-4 {
    background-image: url("/marketClone/img/segmentos/avatar_loja-de-artigos-em-geral.png");
}

.ico-segment-32 {
    background-image: url("/marketClone/img/segmentos/avatar_academia.png");
}

.ico-segment-1 {
    background-image: url("/marketClone/img/segmentos/avatar_mercados-e-emporios.png");
}

.ico-segment-5 {
    background-image: url("/marketClone/img/segmentos/avatar_moda-e-acessorios.png");
}

.ico-segment-7 {
    background-image: url("/marketClone/img/segmentos/avatar_moveis-e-decoracao.png");
}

.ico-segment-22 {
    background-image: url("/marketClone/img/segmentos/avatar_musica-e-video.png");
}

.ico-segment--1 {
    background-image: url("/marketClone/img/segmentos/avatar_naodefinido.png");
}

.ico-segment-36 {
    background-image: url("/marketClone/img/segmentos/avatar_oficinas-mecanicas.png");
}

.ico-segment-19 {
    background-image: url("/marketClone/img/segmentos/avatar_oticas.png");
}

.ico-segment-10 {
    background-image: url("/marketClone/img/segmentos/avatar_outros.png");
}

.ico-segment-13 {
    background-image: url("/marketClone/img/segmentos/avatar_padarias.png");
}

.ico-segment-27 {
    background-image: url("/marketClone/img/segmentos/avatar_pizzarias-e-lanchonetes.png");
}

.ico-segment-17 {
    background-image: url("/marketClone/img/segmentos/avatar_posto-de-combustivel.png");
}

.ico-segment-37 {
    background-image: url("/marketClone/img/segmentos/avatar_profissionais-liberais.png");
}

.ico-segment-11 {
    background-image: url("/marketClone/img/segmentos/avatar_servicos-de-saude-e-beleza.png");
}

.ico-segment-9 {
    background-image: url("/marketClone/img/segmentos/avatar_servicos-em-geral.png");
}

.ico-segment-8 {
    background-image: url("/marketClone/img/segmentos/avatar_servicos-veterinarios-e-petshops.png");
}

.ico-segment-20 {
    background-image: url("/marketClone/img/segmentos/avatar_sex-shop.png");
}

.dropdown-box {
    position: relative;
}

.dropdown-box .drop-list {
    padding: 10px;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
}

.dropdown-box .form-group:last-child {
    margin-bottom: 0;
}

.box-footer-grey {
    background: #e5e5e5;
    padding: 15px 15px 0;
    font-family: "PTSans-Narrow",Arial,sans-serif;
    font-size: 18px;
}

.box-footer-grey .control-label {
    font-weight: 300;
    text-transform: uppercase;
}

.box-footer-grey [readonly] {
    text-align: right;
    background: none;
    border: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 18px;
}

td.credit,input.credit {
    color: #3478bd;
}

td.debit,input.debit {
    color: #d41919;
}

#modalPrint .modal-body {
    max-height: 500px;
    overflow-y: scroll;
}

.div-crossed .row>div {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #cccddd;
}

.div-crossed .first-col .row:nth-child(odd)>div {
    background-color: #e7e8e9;
    border-right: 10px solid #d4d4d4;
}

.div-crossed .first-col .row:nth-child(even)>div {
    background-color: #f3f3f3;
    border-right: 10px solid #cfd0d1;
}

.div-crossed .middle-col .row:nth-child(odd) div:nth-child(odd) {
    background-color: #e0e0e0;
}

.div-crossed .middle-col .row:nth-child(odd) div:nth-child(even) {
    background-color: #ececec;
}

.div-crossed .middle-col .row:nth-child(even) div:nth-child(odd) {
    background-color: #e7e7e7;
}

.div-crossed .middle-col .row:nth-child(even) div:nth-child(even) {
    background-color: #f3f3f3;
}

.div-crossed .last-col .row:nth-child(odd)>div {
    background-color: #e7e8e9;
    border-left: 10px solid #d4d4d4;
}

.div-crossed .last-col .row:nth-child(even)>div {
    background-color: #f3f3f3;
    border-left: 10px solid #cfd0d1;
}

.table-account .form-horizontal .form-group {
    margin-bottom: 0;
}

.table-hover>tbody>tr.no-hover {
    background-color: #fff;
}

.table-hover>tbody>tr.no-hover td {
    background-color: #fff;
}

.bank-digit::before {
    content: "-";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -7px;
}

.modal {
    z-index: 2050;
    top: 105px;
}

@media screen and (min-width: 1920px) {
    .modal {
        top:94px;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2040 !important;
    background-color: #000;
}

.error-page .wrapper-middle {
    background: url(/marketClone/img/bg_mup.png) 0 0 no-repeat;
    color: #eaff00;
    display: table;
    vertical-align: middle;
}

.error-page .wrapper-middle .page-dashboard {
    display: none;
}

.pageError {
    height: 100vh;
    text-align: center;
    font-size: 18px;
    line-height: 1.3em;
    background: url(/marketClone/img/page-error-bg.png) center center no-repeat;
    background-color: #0078d7;
    color: #fff;
    padding-top: calc((100vh/2) - 135px);
    padding-left: calc((100vw - 1024px)/2);
    padding-right: calc((100vw - 1024px)/2);
}

.pageError h2 {
    font-family: "ScubaOT-Bold",sans-serif;
    font-size: 60px;
    margin-bottom: 20px;
}

.pageError p {
    font-family: Roboto,sans-serif;
    font-weight: 300;
}

.marketup-modal {
    z-index: 99999 !important;
    margin: 0;
    padding: 0;
    display: block;
}

.ui-datepicker-multi .ui-datepicker-group table {
    table-layout: fixed;
}

.typeahead-container {
    position: relative;
}

ul.dropdown-menu[uib-typeahead-popup] {
    position: absolute;
    float: none;
    display: block;
    min-width: 100%;
    font-size: 11px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: 99;
    overflow-y: auto;
    max-height: 200px;
    max-width: 371px;
}

ul.dropdown-menu[uib-typeahead-popup] li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media(max-width: 900px) {
    .action-bar-bottom .action-bar-bottom-fixed {
        position:absolute;
    }
}

.upstore .action-bar-bottom {
    width: 100%;
    height: 102px;
    background-color: #f2f2f2;
    position: absolute;
    z-index: 21;
    margin-top: 27px;
}

.spacer-table-content {
    padding: 0 20px 0 20px;
    width: 100%;
}

.form-spacer .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.form-spacer .row {
    margin-left: -15px;
    margin-right: -15px;
}

.form-spacer .col-xs-1,.form-spacer .col-sm-1,.form-spacer .col-md-1,.form-spacer .col-lg-1,.form-spacer .col-xs-2,.form-spacer .col-sm-2,.form-spacer .col-md-2,.form-spacer .col-lg-2,.form-spacer .col-xs-3,.form-spacer .col-sm-3,.form-spacer .col-md-3,.form-spacer .col-lg-3,.form-spacer .col-xs-4,.form-spacer .col-sm-4,.form-spacer .col-md-4,.form-spacer .col-lg-4,.form-spacer .col-xs-5,.form-spacer .col-sm-5,.form-spacer .col-md-5,.form-spacer .col-lg-5,.form-spacer .col-xs-6,.form-spacer .col-sm-6,.form-spacer .col-md-6,.form-spacer .col-lg-6,.form-spacer .col-xs-7,.form-spacer .col-sm-7,.form-spacer .col-md-7,.form-spacer .col-lg-7,.form-spacer .col-xs-8,.form-spacer .col-sm-8,.form-spacer .col-md-8,.form-spacer .col-lg-8,.form-spacer .col-xs-9,.form-spacer .col-sm-9,.form-spacer .col-md-9,.form-spacer .col-lg-9,.form-spacer .col-xs-10,.form-spacer .col-sm-10,.form-spacer .col-md-10,.form-spacer .col-lg-10,.form-spacer .col-xs-11,.form-spacer .col-sm-11,.form-spacer .col-md-11,.form-spacer .col-lg-11,.form-spacer .col-xs-12,.form-spacer .col-sm-12,.form-spacer .col-md-12,.form-spacer .col-lg-12,.form-spacer .col-xs-1-5,.form-spacer .col-xs-2-5,.form-spacer .col-xs-3-5,.form-spacer .col-xs-4-5,.form-spacer .col-xs-5-5,.form-spacer .col-xs-6-5,.form-spacer .col-xs-7-5,.form-spacer .col-xs-8-5,.form-spacer .col-xs-9-5,.form-spacer .col-xs-10-5,.form-spacer .col-xs-11-5,.form-spacer .col-xs-12-5 {
    padding-left: 15px;
    padding-right: 15px;
}

.has-float-form {
    position: relative;
}

.float-form {
    width: 300px;
    padding: 15px;
    position: absolute;
    right: 5px;
    background-color: #aeaeae;
    z-index: 5;
}

.float-form.top::before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #aeaeae;
    border-top: none;
    position: absolute;
    top: -6px;
    bottom: auto;
    right: 12px;
}

.float-form.top::after {
    border: none;
}

.float-form.bottom {
    bottom: auto;
    top: 60px;
}

.float-form.bottom::after {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #aeaeae;
    border-top: none;
    position: absolute;
    top: -6px;
    bottom: auto;
    right: 12px;
}

.float-form label {
    color: #fff;
}

.float-form .btn {
    margin-left: 5px;
}

.float-form::after {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #aeaeae;
    position: absolute;
    bottom: -6px;
    right: 12px;
}

.float-form .btn-close {
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    border: none;
    font-size: 18px;
}

.box-tip {
    overflow: hidden;
    position: relative;
}

.box-tip.hint .arrow {
    visibility: visible;
}

.box-tip.hint .arrow .thin {
    visibility: visible;
}

.box-tip.hint .arrow .mid {
    visibility: visible;
}

.box-tip.hint .arrow .thick {
    visibility: visible;
}

.box-tip.hint .arrow.right {
    animation-name: slideInLeft;
}

.box-tip.hint .arrow.right .thin {
    animation-name: slideInLeftThin;
}

.box-tip.hint .arrow.right .mid {
    animation-name: slideInLeftMid;
}

.box-tip.hint .arrow.right .thick {
    animation-name: slideInLeftThick;
}

.box-tip.hint .arrow.left {
    animation-name: slideInRight;
}

.box-tip.hint .arrow.left .thin {
    animation-name: slideInRightThin;
}

.box-tip.hint .arrow.left .mid {
    animation-name: slideInRightMid;
}

.box-tip.hint .arrow.left .thick {
    animation-name: slideInRightThick;
}

.box-tip.hint .arrow.top {
    animation-name: slideInUp;
}

.box-tip.hint .arrow.top .thin {
    animation-name: slideInBottomThin;
}

.box-tip.hint .arrow.top .mid {
    animation-name: slideInBottomMid;
}

.box-tip.hint .arrow.top .thick {
    animation-name: slideInBottomThick;
}

.box-tip.hint .arrow.bottom {
    animation-name: slideInDown;
}

.box-tip.hint .arrow.bottom .thin {
    animation-name: slideInTopThin;
}

.box-tip.hint .arrow.bottom .mid {
    animation-name: slideInTopMid;
}

.box-tip.hint .arrow.bottom .thick {
    animation-name: slideInTopThick;
}

.box-tip .arrow {
    visibility: hidden;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.box-tip .arrow .arrow-head {
    visibility: hidden;
}

.box-tip .arrow .arrow-head.thin,.box-tip .arrow .arrow-head.mid,.box-tip .arrow .arrow-head.thick {
    animation-fill-mode: both;
}

.box-tip .arrow .arrow-head.thin {
    animation-duration: .5s;
    animation-delay: 2.5s;
    opacity: .25;
}

.box-tip .arrow .arrow-head.mid {
    animation-duration: .75s;
    animation-delay: 2s;
    opacity: .5;
}

.box-tip .arrow .arrow-head.thick {
    animation-duration: 1s;
    animation-delay: 1.5s;
    opacity: .75;
}

.box-tip .arrow .arrow-head:before,.box-tip .arrow .arrow-head:after {
    background-color: #5d901a;
    content: "";
    display: block;
}

.box-tip .arrow .arrow-body {
    background-color: #5d901a;
    position: relative;
}

.box-tip .arrow .arrow-body:after,.box-tip .arrow .arrow-body:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}

.box-tip .arrow .arrow-body .msg {
    padding: 20px;
    color: #fff;
    font-family: Arial,"DejaVu Sans","Liberation Sans",Freesans,sans-serif;
}

.box-tip .arrow .arrow-body .msg .title {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.box-tip .arrow .arrow-body .msg .text {
    font-size: 15px;
}

.box-tip .arrow.left .arrow-head {
    margin-right: 7px;
    float: left;
}

.box-tip .arrow.left .arrow-head:before,.box-tip .arrow.left .arrow-head:after {
    height: 76px;
}

.box-tip .arrow.left .arrow-head.thin {
    margin-right: -7px;
}

.box-tip .arrow.left .arrow-head.thin:before,.box-tip .arrow.left .arrow-head.thin:after {
    width: 7px;
}

.box-tip .arrow.left .arrow-head.mid {
    margin-right: -15px;
}

.box-tip .arrow.left .arrow-head.mid:before,.box-tip .arrow.left .arrow-head.mid:after {
    width: 15px;
}

.box-tip .arrow.left .arrow-head.thick {
    margin-right: -30px;
}

.box-tip .arrow.left .arrow-head.thick:before,.box-tip .arrow.left .arrow-head.thick:after {
    width: 30px;
}

.box-tip .arrow.left .arrow-head:before {
    transform: skew(-24deg,0);
}

.box-tip .arrow.left .arrow-head:after {
    transform: skew(24deg,0);
}

.box-tip .arrow.left .arrow-body {
    float: left;
    height: 152px;
    margin-left: 18px;
}

.box-tip .arrow.left .arrow-body:before {
    margin-left: -34px;
    border-bottom: 76px solid transparent;
    border-right: 34px solid #5d901a;
    border-top: 76px solid transparent;
}

.box-tip .arrow.left .arrow-body .msg {
    margin-right: 20px;
}

.box-tip .arrow.right .arrow-head {
    margin-left: 7px;
    float: right;
}

.box-tip .arrow.right .arrow-head:before,.box-tip .arrow.right .arrow-head:after {
    height: 76px;
}

.box-tip .arrow.right .arrow-head.thin {
    margin-left: -7px;
}

.box-tip .arrow.right .arrow-head.thin:before,.box-tip .arrow.right .arrow-head.thin:after {
    width: 7px;
}

.box-tip .arrow.right .arrow-head.mid {
    margin-left: -15px;
}

.box-tip .arrow.right .arrow-head.mid:before,.box-tip .arrow.right .arrow-head.mid:after {
    width: 15px;
}

.box-tip .arrow.right .arrow-head.thick {
    margin-left: -30px;
}

.box-tip .arrow.right .arrow-head.thick:before,.box-tip .arrow.right .arrow-head.thick:after {
    width: 30px;
}

.box-tip .arrow.right .arrow-head:before {
    transform: skew(24deg,0);
}

.box-tip .arrow.right .arrow-head:after {
    transform: skew(-24deg,0);
}

.box-tip .arrow.right .arrow-body {
    float: right;
    height: 152px;
    margin-right: 18px;
}

.box-tip .arrow.right .arrow-body:after {
    margin-right: -34px;
    border-bottom: 76px solid transparent;
    border-left: 34px solid #5d901a;
    border-top: 76px solid transparent;
    top: 0;
    right: 0;
}

.box-tip .arrow.right .arrow-body .msg {
    margin-left: 20px;
}

.box-tip .arrow.top .arrow-head:before,.box-tip .arrow.top .arrow-head:after {
    width: 160px;
}

.box-tip .arrow.top .arrow-head.thin:before,.box-tip .arrow.top .arrow-head.thin:after {
    display: inline-block;
    height: 7px;
}

.box-tip .arrow.top .arrow-head.mid:before,.box-tip .arrow.top .arrow-head.mid:after {
    display: inline-block;
    height: 15px;
}

.box-tip .arrow.top .arrow-head.thick:before,.box-tip .arrow.top .arrow-head.thick:after {
    display: inline-block;
    height: 30px;
}

.box-tip .arrow.top .arrow-head:before {
    transform: skew(0,-12deg);
}

.box-tip .arrow.top .arrow-head:after {
    transform: skew(0,12deg);
}

.box-tip .arrow.top .arrow-body {
    width: 320px;
    margin-top: 18px;
}

.box-tip .arrow.top .arrow-body:before {
    border-bottom: 34px solid #5d901a;
    border-right: 160px solid transparent;
    border-left: 160px solid transparent;
    margin-top: -34px;
}

.box-tip .arrow.top .arrow-body .msg {
    margin-bottom: 20px;
}

.box-tip .arrow.bottom .arrow-head:before,.box-tip .arrow.bottom .arrow-head:after {
    width: 160px;
}

.box-tip .arrow.bottom .arrow-head.thin:before,.box-tip .arrow.bottom .arrow-head.thin:after {
    display: inline-block;
    height: 7px;
}

.box-tip .arrow.bottom .arrow-head.mid:before,.box-tip .arrow.bottom .arrow-head.mid:after {
    display: inline-block;
    height: 15px;
}

.box-tip .arrow.bottom .arrow-head.thick:before,.box-tip .arrow.bottom .arrow-head.thick:after {
    display: inline-block;
    height: 30px;
}

.box-tip .arrow.bottom .arrow-head:before {
    transform: skew(0,12deg);
}

.box-tip .arrow.bottom .arrow-head:after {
    transform: skew(0,-12deg);
}

.box-tip .arrow.bottom .arrow-body {
    width: 320px;
    margin-top: 18px;
}

.box-tip .arrow.bottom .arrow-body:after {
    border-top: 34px solid #5d901a;
    border-right: 160px solid transparent;
    border-left: 160px solid transparent;
    margin-top: -34px;
    bottom: -34px;
}

.box-tip .arrow.bottom .arrow-body .msg {
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
}

@keyframes slideInLeftThin {
    from {
        visibility: visible;
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        visibility: visible;
        margin-left: 7px;
    }
}

@keyframes slideInLeftMid {
    from {
        visibility: visible;
        opacity: 0;
    }

    50% {
        opacity: .75;
    }

    100% {
        margin-left: 7px;
        visibility: visible;
    }
}

@keyframes slideInLeftThick {
    from {
        visibility: visible;
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        margin-left: 7px;
        visibility: visible;
    }
}

@keyframes slideInRightThin {
    from {
        visibility: visible;
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        visibility: visible;
        margin-right: 7px;
    }
}

@keyframes slideInRightMid {
    from {
        visibility: visible;
        opacity: 0;
    }

    50% {
        opacity: .75;
    }

    100% {
        margin-right: 7px;
        visibility: visible;
    }
}

@keyframes slideInRightThick {
    from {
        visibility: visible;
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        margin-right: 7px;
        visibility: visible;
    }
}

@keyframes slideInBottomThin {
    from {
        visibility: visible;
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        visibility: visible;
        margin-bottom: 5px;
    }
}

@keyframes slideInBottomMid {
    from {
        visibility: visible;
        opacity: 0;
    }

    50% {
        opacity: .75;
    }

    100% {
        margin-bottom: 5px;
        visibility: visible;
    }
}

@keyframes slideInBottomThick {
    from {
        visibility: visible;
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        margin-bottom: 10px;
        visibility: visible;
    }
}

@keyframes slideInTopThin {
    from {
        visibility: visible;
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        visibility: visible;
        margin-top: 0;
    }
}

@keyframes slideInTopMid {
    from {
        visibility: visible;
        opacity: 0;
    }

    50% {
        opacity: .75;
    }

    100% {
        margin-top: 7px;
        visibility: visible;
    }
}

@keyframes slideInTopThick {
    from {
        visibility: visible;
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        margin-top: 25px;
        visibility: visible;
    }
}

#client§ls_contact_person .table td,#supplier§ls_contact_person .table td {
    padding: 0;
}

.box-address .title-address {
    font-size: 14px;
    font-weight: bold;
    color: #4e4e4e;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #a5afb3;
    margin: 27px 0 3px;
}

.box-address .title-address .bt-toggle-map {
    float: right;
    border: none;
    background: transparent;
    color: #a6a6a6;
    font-family: "ScubaOT-Bold";
    font-size: 12px;
    text-transform: uppercase;
}

.box-address .address-type {
    position: relative;
    overflow: auto;
    margin-bottom: 27px;
}

.box-address .address-type .nav {
    width: 43px;
    height: 43px;
    position: absolute;
    right: 93px;
    background-color: #a6a6a6;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.box-address .address-type .nav[disabled] {
    opacity: .5;
}

.box-address .address-type .previous {
    background-image: url(/marketClone/img/arrow-dashboard-left.png);
    top: 0;
}

.box-address .address-type .next {
    background-image: url(/marketClone/img/arrow-dashboard-right.png);
    bottom: 0;
}

.box-address .address-type .new-address {
    height: 90px;
    width: 90px;
    background: url(/marketClone/img/ico-plus-circle-white-big.png) center no-repeat #2b7963;
    background-size: 43px auto;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

.box-address .address-item {
    width: 269px;
    height: 90px;
    background: #efefef;
    padding: 15px 10px;
    font-size: 14px;
    float: left;
    margin-right: 3px;
    cursor: pointer;
}

.box-address .address-item.active {
    background: #2b7963;
    color: #fff;
}

.box-address .address-item .zipcode {
    margin-right: 7px;
}

.box-address .address-item p:first-child {
    margin-bottom: 7px;
}

.box-address .address-item .city-state {
    opacity: .5;
}

.box-address .form-address {
    background: #efefef;
    padding: 14px 58px 5px 10px;
    position: relative;
}

.box-address .form-address .city-state {
    float: right;
    font-family: "PTSans-Narrow",Arial,sans-serif;
    color: rgba(0,0,0,.5);
}

.box-address .form-address .btn-ok {
    background-color: #2b7963;
    width: 39px;
    bottom: 20px;
    position: absolute;
    right: 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
}

.box-address .map {
    height: 280px;
}

.box-address .zipcode-search-button {
    position: absolute;
    top: 29px;
    right: 12px;
    border: none;
    background: transparent;
    float: right;
}

.box-address .remove-form {
    position: absolute;
    top: 5px;
    right: 6px;
    cursor: pointer;
}

.box-address.client .form-address,.box-address.supplier .form-address,.box-address.employee .form-address,.box-address.cfop-item .form-address {
    margin: -20px -20px 20px;
    padding: 14px 38px 10px 25px;
}

.box-address.client .form-address .btn-ok,.box-address.supplier .form-address .btn-ok,.box-address.employee .form-address .btn-ok,.box-address.cfop-item .form-address .btn-ok {
    position: relative;
    bottom: auto;
    right: auto;
}

.new-erp .tab-buttons {
    height: 50px;
    display: flex;
}

.new-erp .tab-buttons button {
    flex: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: #2b7963;
    border: none;
    border-right: 1px solid #fff;
    font-weight: bold;
}

.new-erp .tab-buttons button[disabled] {
    background-color: #a5afb3;
}

.new-erp .tab-buttons button.active {
    background-color: #7ab32e;
}

.new-erp .tab-buttons.client button,.new-erp .tab-buttons.supplier button {
    width: 20%;
}

.new-erp .tab-buttons.employee button {
    width: 25%;
}

.new-erp .tab-buttons.item-features button {
    width: 14.287%;
}

.new-erp .tab-buttons.item-features button:first-child {
    border-left: 1px solid #fff;
}

.new-erp .tab-box {
    clear: both;
    margin: 3px 0 15px;
    border-left: 1px solid #2b7963;
    border-right: 1px solid #2b7963;
    position: relative;
    padding: 20px 20px 10px;
    border-top: 1px solid #2b7963;
    border-bottom: none;
    margin-top: 0;
}

.new-erp .tab-box .row {
    margin-right: -5px;
    margin-left: -5px;
}

.new-erp .tab-box::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: -1px;
    width: 992px;
    border-bottom: 8px solid #2b7963;
}

.new-erp .tab-box .data-row {
    margin: -20px 0 20px 0;
    padding: 10px 0;
    border-bottom: 1px solid #a5afb3;
}

.new-erp .tab-box .data-advise {
    color: #c40e0e;
    font-weight: bold;
    font-size: 14px;
    padding: 14px 58px 5px 10px;
    text-transform: uppercase;
}

.new_client .tab-box,.client .tab-box,.supplier .tab-box {
    padding-bottom: 20px;
}

.client-credit .credit-selection,.supplier-credit .credit-selection {
    border-bottom: 2px solid #40a286;
    margin-bottom: 30px;
}

.client-credit .col-quantity,.supplier-credit .col-quantity {
    padding-top: 30px;
    text-align: center;
}

.client-credit .col-info,.supplier-credit .col-info {
    padding-left: 30px;
}

.client-credit .col-title,.supplier-credit .col-title {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    opacity: .5;
    border-bottom: 1px solid #000;
    margin-bottom: 11px;
    padding-bottom: 3px;
}

.client-credit .btn-credit,.supplier-credit .btn-credit {
    height: 85px;
    width: 73px;
    color: #4e4e4e;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background: url(/marketClone/img/btn-stock.png) center 29px no-repeat;
    border: none;
    margin: 0 9px;
    padding-bottom: 56px;
}

.client-credit .btn-credit.active,.supplier-credit .btn-credit.active {
    background: url(/marketClone/img/btn-stock-active.png) center 29px no-repeat;
}

.client-credit .btn-credit+.btn-stock,.supplier-credit .btn-credit+.btn-stock {
    margin: 0 0 0 18px;
}

.client-credit .info-credit,.supplier-credit .info-credit {
    text-align: center;
    font-size: 14px;
    padding: 0 0 30px;
}

.client-credit .info-credit b,.supplier-credit .info-credit b {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "PTSans-Narrow",Arial,sans-serif;
    display: block;
}

#modalImport p,.modal-import p {
    margin: 10px 0;
    font-size: 12px;
}

#modalImport p a:hover,.modal-import p a:hover {
    text-decoration: underline;
}

#modalImport .import-message,.modal-import .import-message {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

#modalConfirm .modal-body {
    max-height: 400px;
    overflow: auto;
}

@media(min-width: 768px) {
    .modal-register-domain.in .modal-dialog {
        width:500px;
    }
}

.modal-register-domain.in .modal-dialog .modal-register-domain {
    padding: 15px;
}

.modal-register-domain.in .modal-dialog .modal-register-domain .domain-message {
    padding-bottom: 15px;
}

.modal-register-domain.in .modal-dialog .modal-register-domain .domain-box .input-box {
    position: relative;
}

.modal-register-domain.in .modal-dialog .modal-register-domain .domain-box .input-box .form-control {
    position: relative;
    padding-right: 224px;
    background-color: transparent;
    z-index: 2;
}

.modal-register-domain.in .modal-dialog .modal-register-domain .domain-box .input-box .mask {
    position: absolute;
    right: 5px;
    top: calc(50% - 9px);
    z-index: 1;
}

.modal-register-domain.in .modal-dialog .modal-register-domain .domain-box .error {
    color: #ef3333;
}

.modal-register-domain.in .modal-dialog .modal-footer .btn-default {
    background-color: #739e41;
}

@media(min-width: 768px) {
    .modal-publish-store-modal.in .modal-dialog,.modal-getnet-terms-of-use.in .modal-dialog {
        width:500px;
    }
}

.modal-publish-store-modal.in .modal-dialog .modal-header,.modal-getnet-terms-of-use.in .modal-dialog .modal-header {
    display: flex;
}

.modal-publish-store-modal.in .modal-dialog .modal-header .close,.modal-getnet-terms-of-use.in .modal-dialog .modal-header .close {
    margin-left: auto;
}

.modal-publish-store-modal.in .modal-dialog .modal-publish-store-modal,.modal-getnet-terms-of-use.in .modal-dialog .modal-publish-store-modal {
    padding: 15px;
}

.modal-publish-store-modal.in .modal-dialog .modal-publish-store-modal {
    padding: 15px;
}

.modal-getnet-terms-of-use.in .modal-dialog .modal-getnet-terms-of-use {
    padding: 15px;
}

.modal-getnet-terms-of-use.in .modal-dialog .modal-getnet-terms-of-use .checkbox-group {
    margin-top: 20px;
    display: flex;
}

.modal-getnet-terms-of-use.in .modal-dialog .modal-getnet-terms-of-use .checkbox-group label {
    text-transform: uppercase;
    margin-left: 5px;
}

.modal-getnet-terms-of-use.in .modal-dialog .modal-footer .link-disabled {
    pointer-events: none;
    opacity: .3;
}

.modal-login {
    padding: 15px;
}

.modal-login p {
    margin-bottom: 15px;
    font-size: 12px;
}

.modal-login p a:hover {
    text-decoration: underline;
}

.modal-login .login-message {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.bt-ico {
    opacity: .7;
    background: transparent no-repeat center;
    background-size: auto 100%;
    border: none;
    width: 26px;
    height: 26px;
}

.bt-ico:hover {
    opacity: 1;
}

.bt-ico.deactivated {
    opacity: .3;
}

.bt-ico+.bt-ico {
    margin-left: 3px;
}

.bt-ico.bt-confirm {
    background-image: url(/marketClone/img/ico-confirm.png);
}

.bt-ico.bt-cancel {
    background-image: url(/marketClone/img/ico-cancel.png);
}

.bt-ico.bt-edit {
    height: 23px;
    background-image: url(/marketClone/img/ico-edit-pencil.png);
}

.bt-ico.bt-remove {
    background-image: url(/marketClone/img/icon-trash.png);
}

.bt-ico.bt-search {
    background-image: url(/marketClone/img/ico-lupa.png);
}

.bt-ico.bt-link {
    background-image: url(/marketClone/img/icon-link-blue.png);
}

.box-tip-content {
    position: relative;
}

.box-tip-content .tip {
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
    color: #000;
}

.box-tip-content .tip h3 {
    font-family: "ScubaOT-Bold",sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.box-tip-content.box-tip-item .left {
    padding: 160px 0 0 145px;
    background: url(/marketClone/img/arrow-tip-right-medium.png) 42px 13px no-repeat;
    max-width: 700px;
}

.box-tip-content.box-tip-item .right {
    position: absolute;
    top: 15px;
    right: 70px;
    padding: 25px 105px 0 0;
    background: url(/marketClone/img/arrow-tip-left-small.png) right top no-repeat;
    max-width: 460px;
}

.new_seller_commission .box .box-content .row:nth-of-type(2) div:first-child .form-group {
    margin: -4px 0 0 0;
}

.new_seller_commission .box .box-content .row:nth-of-type(2) div:first-child .form-group label {
    float: left;
    width: auto;
    margin-right: 1.3rem;
}

.new_seller_commission_closing .box .box-content .panel {
    border: 0;
    box-shadow: none;
}

.new_seller_commission_closing .box .box-content .panel>.panel-heading {
    background: #fff;
}

.new_seller_commission_closing .box .box-content .panel>.panel-footer {
    background: #fff;
}

.new_transaction_nature .cfop-item input {
    background: #fff;
}

.new_transaction_nature .cfop-item button.btn-add-cfop-item {
    background-color: #2b7963;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.new_transaction_nature .cfop-item p.pull-right {
    margin: 8px 10px 0 0;
}

.new_transaction_nature .cfop-item .remove-form {
    position: absolute;
    top: -5px;
    right: -25px;
    cursor: pointer;
}

.newVersionActionBar {
    color: #eaff00;
    background-color: #002676;
    text-align: center;
    font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 50px;
}

.newVersionActionBar a {
    text-decoration: underline;
}

.newVersionContent {
    width: 992px;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 100;
    margin-top: -23px;
}

.newVersionContent .newVersionContentDisplay {
    color: #4e4e4e;
    background: #fff;
    height: 300px;
    margin: 60px auto;
    padding: 0 60px 0 60px;
}

.newVersionContent .newVersionContentDisplay .title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    font-family: "ScubaOT-Bold",sans-serif;
}

.newVersionContent .newVersionContentDisplay .content {
    font-size: 16px;
    font-family: "Roboto";
    margin-top: 20px;
}

.newVersionContent .newVersionContentDisplay .content a {
    text-decoration: underline;
}

@media screen and (min-width: 992px) {
    .site-wrapper {
        width:992px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1260px) {
    .site-wrapper {
        width:1260px;
        margin: 0;
    }
}

.import-model-link {
    text-decoration: underline;
}

.import-help-link {
    text-decoration: underline;
}

.import-download-link {
    text-decoration: underline;
    font-weight: bold;
}

.autocomplete i.loader {
    background: url(/marketClone/img/loader_grey.gif) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: none;
}

.gallery-js-loader {
    background: url(/marketClone/img/loader_grey.gif) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

input[uib-typeahead].loader {
    background: url(/marketClone/img/loader-input.gif) no-repeat center right 10px !important;
    background-size: 28px !important;
}

.wrapper-item-page {
    position: relative;
}

.print-items-labels {
    position: absolute;
    left: 0;
    margin: 8px 0 0 8px;
    font-family: "PTSans-Narrow",Arial,sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    background: url(/marketClone/img/ico-bar-print.png) 0 0 no-repeat;
    height: 25px;
    padding: 4px 0 0 30px;
    cursor: pointer;
}

.print-items-labels button {
    font-family: "PTSans-Narrow",Arial,sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
}

#launcher {
    top: auto;
}

.new-erp.safra #launcher {
    top: auto;
}

.arrow-icon {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    opacity: .5;
}

.arrow-icon.right-arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 1px;
}

.arrow-icon.left-arrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 1px;
}

.arrow-icon.up-arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow-icon.down-arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.menu-upstore {
    height: 100vh;
    background-image: url(/marketClone/img/upstore/menu/polygon-aside.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position: center calc(50% + 120px);
    background-size: 100%;
}

.menu-upstore .menu-description {
    font-family: "PTSans-Narrow";
    font-size: 16px;
    padding: 50px 20px;
    line-height: 1.5em;
    text-align: center;
}

.menu-upstore .view-offers {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 297px;
}

.menu-upstore .view-offers a.menu-link {
    font-family: "PTSans-Narrow";
    padding: 17px 15px 16px;
    background-color: #8cc53f;
    color: #fff;
    border: none;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    background-image: url(/marketClone/img/upstore/menu/view-offer-icon.png);
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    font-size: 16px;
}

.new-erp {
    font-family: BaiJamjuree;
}

.new-erp button {
    background: none;
    border: none;
}

.new-erp button.btn-submit-color {
    margin-top: 15px;
    background: #9dc44d;
    color: #fff;
    min-width: 115px;
}

.new-erp button.btn-submit-color.default {
    background-color: #464646;
}

.new-erp button .btn-success {
    background-color: #2f0254;
    color: #fff;
}

.new-erp button.btn-primary {
    background-color: #2f0254;
}

.new-erp button.btn-default {
    background-color: #464646;
}

.new-erp .advertise-full-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: rgba(0,0,0,.8);
}

.new-erp .advertise-full-page #erpFullPage {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.new-erp .advertise-full-page #erpFullPage[data-google-query-id]~.background,.new-erp .advertise-full-page #erpFullPage[data-google-query-id]~button {
    display: block;
}

.new-erp .advertise-full-page #erpFullPage,.new-erp .advertise-full-page button {
    position: absolute;
    z-index: 9999;
}

.new-erp .advertise-full-page button {
    width: 90px;
    height: 28px;
    right: 45px;
    cursor: pointer;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAcCAYAAADhqahzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTZEMDcwMjM2ODg2MTFFNjg0NzJGMkJCODJDQkVCNDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTZEMDcwMjQ2ODg2MTFFNjg0NzJGMkJCODJDQkVCNDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NkQwNzAyMTY4ODYxMUU2ODQ3MkYyQkI4MkNCRUI0NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NkQwNzAyMjY4ODYxMUU2ODQ3MkYyQkI4MkNCRUI0NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnbM/6oAAANgSURBVHja7FpLb9NAEJ6ECk4IhXLkIeVCWqpCklbi0gtyz5wMF15CEFQJcU3/AFLChQNIVVOEoHBB+QmJuPTAoU0CVR9wAInHkdZClSBFBTOD1/HG9W7s1LaQlpE+ZT0zu2N/Hu/OOk6Ypgkqyg9I2M084hZiAnECkdzj0L8RHxELiFlEg5QJxYm+gniIOBhRmC3EbcS8ykTn8Ocl4lDEob4hziVBXZmKgWRgMaZUJnoizlgqE308zlgqE70vzlgqEy2tAnZ2AJZfA3z5LPYhG/mQb69YKhMtlO1tgAf3Ac5mAfTzAOuru31IRzbyIV/qI5XvJmgIU4CiDzswUPs9Z6uxvsDpNM6fHxc4LDHdpksvOlfyKyFS5EPlqh+gb1t0Xa+af7O9g9wYmI1Vx05t0vE+1EfCUzusjK4hSog0p9MQqYDjpNlODVhfzUcf8iuy+KHI4BGA01nnuLkEcAO3Nu/eWqA26WwhX+ojEzfRCRfKPuwFjpALnG0MUQ94jbrrWEa0HWeaHRf6uLGecvQYwOPnALkxR9fCjfTlixZaDUdPPuRLfYIQ3Y/YZBDpVU5Pp2P0Oda0gHgv4ZMhH1ZWDw0DzD3BAccd3cqyhU6wccuHfHtJmETX9zhOynXT3FNJ7DJ0Col8CjB6ZreNdGQjHz+S9Ch5bNQEJZGNIkdQkLlcNL6dvVXXb6952j4PI4SbHZn8S+Wdxk05/BOiS+pgk1sEy2GfEJVwN69atbJbSEc2r9Iv6GI4KVmA+IWy7jPzgI0pGt8mtMQInOXm3bTHWBT3A9cOlej1NSTyGt71RUc3MmqhswgtWj7kG0dG17lVX3NlqN/5Ve/DPskqG4PFKoRFMu34rl/qLuGyeCXPXljI5rtLP/KV7SD7Idr0mMcr7HFPeczBesBpo+p6aio9qgmDy+SSIPMDy8ZXgDet7hLu0TzAyYwFavOlH/lSn6gz2mDZVeHKOYOR1giY0XXB06JLFt0yd6ND2bRksFy7e8/ZjLhLOLv0szc15JvpUeKp/A9LG38OyF4qra0AHB4Ub0ZoutjcABgeARgYkL8+UZloeg20P6ZwP1V+e/crzlgqE/0pzlgqE70QZyyViZ4B61OAqIVizKhMdBNxB6yPXKKSLRajmfj/SVg8n4T9EWAAKhDQLvG5aAcAAAAASUVORK5CYII=");
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 4px rgba(0,0,0,.8);
    position: absolute;
    top: 45px;
    padding: 10px;
    font-size: 20px;
    border: none;
}

.new-erp .advertise-full-page .ads-free-wrapper {
    bottom: 0;
    color: #fff;
    top: initial;
}

.new-erp .advertise-full-page .ads-free-wrapper span {
    position: relative;
}

.new-erp .advertise-full-page .ads-free-wrapper span:before {
    left: 0;
    bottom: -1px;
}

.new-erp .new-content {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 65px 1fr;
    overflow: initial;
}

@media screen and (min-width: 1920px) {
    .new-erp .new-content {
        grid-template-rows:94px 1fr;
    }
}

.new-erp .new-content .fixed-header {
    width: 100%;
    z-index: 16;
    height: 0;
}

.new-erp .new-content .new-container {
    height: 100%;
}

@media screen and (min-width: 1280px) and (max-width:1366px) {
    .new-erp .new-content .new-container aside.new-navbar {
        display:block;
    }
}

@media screen and (min-width: 1440px) {
    .new-erp .new-content .new-container aside.new-navbar {
        display:block;
    }
}

.new-erp .new-content .new-container aside ul li:last-of-type {
    margin-bottom: 0;
}

.new-erp .new-content .new-container aside.new-sidebar {
    right: 0;
}

.new-erp .new-content .new-container section.main-section,.new-erp .new-content .new-container .wrapper-home {
    flex: 1;
}

.new-erp .new-content .new-container section.main-section .content,.new-erp .new-content .new-container .wrapper-home .content {
    width: 992px;
    min-height: 100%;
    background-color: #979696;
    margin: 0 auto;
}

.new-erp .new-content .new-container section.main-section {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1360px) {
    .new-erp .new-content .new-container section.main-section {
        margin-left:65px;
    }
}

@media only screen and (min-width: 1920px) {
    .new-erp .new-content .new-container section.main-section {
        margin-left:100px;
    }
}

.new-erp .new-content .new-container section.main-section .item_list,.new-erp .new-content .new-container section.main-section .internal-page {
    min-height: 532px;
}

.new-erp .new-content .new-container section.main-section .item_list .box,.new-erp .new-content .new-container section.main-section .internal-page .box {
    padding-top: 125px;
}

.new-erp .new-content .new-container section.main-section .item_list .box.opened {
    padding-top: 300px;
}

.overlay-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 285px;
    background-color: rgba(0,0,0,.5);
    z-index: 30;
}

@media screen and (min-width: 1920px) {
    .overlay-menu {
        left:350px;
    }
}

.c3-legend-item text {
    font-size: 10px;
}

.c3-tooltip td {
    color: #999;
}

.donut-graph-uniq-data text {
    fill: #54b0da;
}

.donut-graph-uniq-data .c3-chart-arcs-title {
    font-size: 16px;
}

.donut-graph-uniq-data.yellow .c3-chart-arcs-title {
    fill: #ff0;
}

.donut-graph-uniq-data.red .c3-chart-arcs-title {
    fill: #f77777;
}

.donut-graph-uniq-data.green .c3-chart-arcs-title {
    fill: #56d78c;
}

.donut-graph-uniq-data .c3-legend-item:first-of-type {
    transform: translate(15px,0);
}

.donut-graph-uniq-data .c3-legend-item:last-of-type {
    display: none;
}

.donut-graph-uniq-data>div {
    margin-left: -20px;
}

.donut-graph-uniq-data .c3-chart-arcs text {
    font-weight: 900;
    fill: #fff;
}

.donut-graph-uniq-data .c3-chart-arc text {
    display: none;
}

.gauge-graph-uniq-data.yellow .c3-gauge-value {
    fill: #ff0;
}

.gauge-graph-uniq-data.red .c3-gauge-value {
    fill: #f77777;
}

.gauge-graph-uniq-data.green .c3-gauge-value {
    fill: #56d78c;
}

.gauge-graph-uniq-data .c3-chart-arc path {
    stroke: transparent;
}

.gauge-graph-uniq-data .c3-chart-arcs .c3-chart-arcs-background {
    fill: #2782af;
}

.gauge-graph-uniq-data .c3-gauge-value {
    font-size: 16px;
    font-weight: 900;
    dominant-baseline: text-after-edge;
}

.gauge-graph-uniq-data .c3-chart-arcs-gauge-unit {
    fill: #87ddff;
    font-size: 12px;
    dominant-baseline: central;
}

.gauge-graph-uniq-data .c3-chart-arcs .c3-chart-arcs-gauge-max,.gauge-graph-uniq-data .c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #fff;
}

.donut-hide-labels-info .c3-chart-arc text {
    display: none;
}

.donut-hide-borders .c3-chart-arc path {
    stroke: transparent;
}

.modal-bg-overlay {
    background: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

#showPrintModal .modal-header h5 {
    flex: 1;
    font-weight: bold;
    font-size: 17px;
}

.graph-scaled {
    transform: scale(.75);
}

@media screen and (min-width: 1600px) {
    .graph-scaled {
        transform:scale(1);
    }
}

.no-click {
    pointer-events: none;
}

select.no-click {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.search-tags.completed-filter .tags>*:not(ul) {
    display: none;
}

.top-action-bar {
    transition: height .3s ease-in;
}

.toggle-top-action-bar .subcategory {
    position: relative;
    cursor: pointer;
}

.toggle-top-action-bar .subcategory:after {
    content: "";
    position: relative;
    width: 20px;
    height: 10px;
    padding: 0;
    top: -24px;
    background-position: -308px -162px;
    left: calc(100% + 5px);
    display: block;
    transform: rotate(180deg);
}

.toggle-top-action-bar .subcategory:before {
    content: "Ocultar";
    position: absolute;
    padding: 0;
    top: 14px;
    background-position: -308px -162px;
    left: calc(100% + 30px);
    display: block;
    font-size: 10px;
    color: #0884c2;
}

.top-action-bar.reduced .toggle-top-action-bar .subcategory:before {
    content: "Expandir";
    top: 6px;
    position: absolute;
    border-width: 5px;
}

.top-action-bar.reduced .toggle-top-action-bar .subcategory:after {
    top: 8px;
    position: absolute;
    border-width: 5px;
    left: calc(100% + 7px);
    transform: rotate(0deg);
}

.top-action-bar.reduced .action-bar {
    -webkit-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards;
}

.banner-marketplace {
    width: 624px;
    height: 56px;
    background-color: #520096;
    margin-top: 10px;
}

@media only screen and (min-width: 1920px) {
    .banner-marketplace {
        margin-top:8px;
    }
}

.banner-marketplace button.icon-x {
    width: 20px;
    height: 20px;
    background: #fff;
    color: #520096;
    font-family: arial;
    font-weight: bold;
    margin: 5px;
}

.banner-marketplace p {
    font-family: BaiJamjureeSemiBold;
    color: #fff;
    font-size: 17.38px;
    text-transform: uppercase;
    line-height: 56px;
    margin-left: 10px;
}

.banner-marketplace a.link-marketplace {
    background-color: #fff;
    width: 100px;
    height: 30px;
    color: #520096;
    font-family: BaiJamjureeSemiBold;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    align-self: center;
    margin-left: 35px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.max-layer-position {
    z-index: 999 !important;
}

.modal-cocacola table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

.modal-cocacola td,.modal-cocacola th {
    vertical-align: top;
    font-size: 12pt;
}

.modal-cocacola h1,.modal-cocacola h2,.modal-cocacola h3,.modal-cocacola h4,.modal-cocacola h5,.modal-cocacola h6 {
    clear: both;
}

.modal-cocacola ol,.modal-cocacola ul {
    margin: 0;
    padding: 0;
}

.modal-cocacola li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modal-cocacola li span {
    clear: both;
    line-height: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.modal-cocacola span.footnodeNumber {
    padding-right: 1em;
}

.modal-cocacola span.annotation_style_by_filter {
    font-size: 95%;
    font-family: Arial;
    background-color: #fff000;
    margin: 0;
    border: 0;
    padding: 0;
}

.modal-cocacola span.heading_numbering {
    margin-right: .8rem;
}

.modal-cocacola * {
    margin: 0;
}

.modal-cocacola .fr1 {
    font-size: 11pt;
    font-family: Calibri;
    text-align: center;
    vertical-align: top;
    margin-left: 0;
    margin-right: .026cm;
    margin-top: 0;
    margin-bottom: .026cm;
    background-color: transparent;
    padding: 0;
    border-style: none;
}

.modal-cocacola .gr1 {
    font-size: 11pt;
    font-family: Calibri;
    text-align: left;
    vertical-align: top;
    min-height: 0;
    min-width: 0;
    padding-top: .127cm;
    padding-bottom: .127cm;
    padding-left: .254cm;
    padding-right: .254cm;
    margin-left: .318cm;
    margin-right: .397cm;
    margin-top: .127cm;
    margin-bottom: .168cm;
}

.modal-cocacola .gr2 {
    font-size: 11pt;
    font-family: Calibri;
    text-align: right;
    vertical-align: top;
    min-height: 0;
    min-width: 0;
    padding-top: .127cm;
    padding-bottom: .127cm;
    padding-left: .254cm;
    padding-right: .254cm;
    margin-left: .318cm;
    margin-right: .397cm;
    margin-top: .127cm;
    margin-bottom: .168cm;
}

.modal-cocacola .P1 {
    font-size: 11pt;
    line-height: 150%;
    margin-bottom: .282cm;
    margin-top: 0;
    text-align: center !important;
    font-family: Calibri;
    writing-mode: lr-tb;
}

.modal-cocacola .P2 {
    font-size: 11pt;
    line-height: 150%;
    margin-bottom: .282cm;
    margin-top: 0;
    text-align: justify !important;
    font-family: Calibri;
    writing-mode: lr-tb;
}

.modal-cocacola .P3 {
    font-size: 11pt;
    line-height: 150%;
    margin-bottom: .282cm;
    margin-top: 0;
    text-align: center !important;
    font-family: Calibri;
    writing-mode: lr-tb;
    font-weight: bold;
}

.modal-cocacola .P4 {
    font-size: 11pt;
    line-height: 150%;
    margin-bottom: .282cm;
    margin-top: 0;
    text-align: justify !important;
    font-family: Calibri;
    writing-mode: lr-tb;
}

.modal-cocacola .P5 {
    font-size: 11pt;
    line-height: 150%;
    margin-bottom: .282cm;
    margin-top: 0;
    text-align: left !important;
    font-family: Calibri;
    writing-mode: lr-tb;
}

.modal-cocacola .P6 {
    font-size: 11pt;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left !important;
    font-family: Calibri;
    writing-mode: lr-tb;
}

.modal-cocacola .P7 {
    font-size: 18pt;
    font-family: Calibri;
    writing-mode: page;
    text-align: left !important;
}

.modal-cocacola .T1 {
    font-weight: bold;
}

.modal-cocacola .T2 {
    font-family: Calibri;
}

.manifest-box-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.box-detail {
    font-size: 12px;
    margin-right: 72px;
    color: #808080;
    opacity: .7;
}

.detail-span {
    color: #619cc0;
    font-size: 12px;
}

.manifest-box-detail {
    display: grid;
    grid-template-columns: 105px 121px 108px;
    padding-top: 3px;
}

.modal-arquivo-mais .modal-content {
    background-color: #53a4fa;
    color: #fff;
    margin: 90px 100px 0 -100px;
    box-shadow: none;
    border: none;
}

.modal-arquivo-mais .modal-content .modal-header {
    border: none;
}

.modal-arquivo-mais .modal-content .modal-header .top-image {
    background: transparent url(/marketClone/img/upstore/arquivomais/marketClone/img/ft_arquivomais.png) center top no-repeat;
    width: 161px;
    height: 137px;
    margin: -90px auto -15px;
    padding: 0;
    background-size: contain;
}

.modal-arquivo-mais .modal-content .modal-header .close {
    margin-top: -10px;
}

.modal-arquivo-mais .modal-content .modal-body .title {
    padding: 0;
    margin: 0 auto;
    width: fit-content;
}

.modal-arquivo-mais .modal-content .modal-body .title img {
    margin: -16px 5px 0 0;
}

.modal-arquivo-mais .modal-content .modal-body .title span {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #f1bd47;
    font-family: 'BaiJamjureeBold';
}

.modal-arquivo-mais .modal-content .modal-body .content {
    font-size: 22px;
    margin: 20px 10px;
    text-align: justify;
}

.modal-arquivo-mais .modal-content .modal-body .content p {
    margin: 0;
    line-height: 10px;
}

.modal-arquivo-mais .modal-content .modal-footer {
    padding: 0;
    border: none;
}

.modal-arquivo-mais .modal-content .modal-footer button,.modal-arquivo-mais .modal-content .modal-footer a {
    height: 56px;
    font-size: 21px;
    font-weight: bold;
    font-family: 'BaiJamjureeBold';
    padding: 0 15px;
    width: 200px;
    margin: 0;
    float: left;
    line-height: 55px;
}

.modal-arquivo-mais .modal-content .modal-footer button:first-child,.modal-arquivo-mais .modal-content .modal-footer a:first-child {
    width: calc(100% - 200px);
    background-color: #0c810f;
}

.modal-arquivo-mais .modal-content .modal-footer button:only-child,.modal-arquivo-mais .modal-content .modal-footer a:only-child {
    width: 100%;
    background-color: #0c810f;
}

.modal-export-invoice .modal-dialog {
    width: 800px;
}

.modal-export-invoice .queue-table {
    display: block;
    max-height: 150px;
    overflow-x: hidden;
}

.modal-export-invoice .queue-table th {
    position: sticky !important;
    top: 0;
    z-index: 2;
    background: #fff;
}

.modal-export-invoice .queue-table tr {
    height: inherit !important;
    width: 100% !important;
}

.modal-export-invoice .queue-table span,.modal-export-invoice .queue-table i {
    display: inline-block;
}

.modal-export-invoice .queue-table span.queue-text-processando {
    text-transform: uppercase;
    color: #b8860b;
    font-weight: bold;
}

.modal-export-invoice .queue-table span.queue-text-novo,.modal-export-invoice .queue-table span.queue-text-sucesso,.modal-export-invoice .queue-table span.queue-text-erro,.modal-export-invoice .queue-table span.queue-text-informacao {
    text-transform: uppercase;
    font-weight: bold;
}

.modal-export-invoice .queue-table span.queue-text-novo,.modal-export-invoice .queue-table span.queue-text-sucesso {
    color: #006400;
}

.modal-export-invoice .queue-table span.queue-text-erro {
    color: #f00;
}

.modal-export-invoice .queue-table span.queue-text-informacao {
    color: #d79d13;
}

.modal-export-invoice .queue-table span.protocol,.modal-export-invoice .queue-table span.information {
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 374px;
}

.modal-export-invoice .queue-table span.protocol strong,.modal-export-invoice .queue-table span.information strong {
    text-transform: uppercase;
}

.modal-export-invoice .queue-table i.queue-status-informacao,.modal-export-invoice .queue-table i.queue-status-sucesso,.modal-export-invoice .queue-table i.queue-status-erro,.modal-export-invoice .queue-table i.queue-status-novo,.modal-export-invoice .queue-table i.queue-status-processando {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.modal-export-invoice .queue-table i.queue-status-novo,.modal-export-invoice .queue-table i.queue-status-processando {
    background: url('/marketClone/img/loader.gif') no-repeat center center;
}

.modal-export-invoice .queue-table i.queue-status-informacao {
    background: url('/marketClone/img/bgcautionsmall.png') no-repeat center center;
}

.modal-export-invoice .queue-table i.queue-status-sucesso {
    background: url('/marketClone/img/bgchecksmall.png') no-repeat center center;
}

.modal-export-invoice .queue-table i.queue-status-erro {
    background: url('/marketClone/img/bgerrorsmall.png') no-repeat center center;
}

.modal-export-invoice .queue-table a {
    font-size: 12px;
    text-decoration: underline;
    color: #23527c;
}
