body {
    overflow-x: hidden;
}

.navbar-header {
    width: 100%;
}

a {
    color: #988b86;
}

a:hover,
a:focus {
    color: #b6a7a1;
}

.ibox-title h5 {
    float: initial;
    margin: 0;
    text-align: left;
}

.ibox-sec h5 {
    float: initial;
    margin: 0;
    text-align: left;
}

.page-heading {
    border-bottom: 1px solid #e7eaec !important;
    padding-bottom: 10px;
}

.page-heading h2 {
    padding: 16px 15px 16px 0;
    margin: 0;
}

.page-heading .page-title,
.page-actions {
    display: table-cell;
    vertical-align: top;
}

.page-heading .page-title {
    margin-bottom: 0;
}

.page-heading > div > div > div {
    text-align: right;
}

.breadcrumb {
    /* background-color: #f9f9f9; */
    padding: 8px 15px 8px 0px;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active a {
    font-weight: bold;
}

.breadcrumb>li+li:before {
    content: '\00BB';
    color: #717171;
}

.ibox-content {
    padding: 9px 20px 14px 20px;
}

.f--grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.static-group {
    margin-bottom: 8px;
}

.static-group label {
    margin-bottom: 2px;
}

.static-group .form-control-static {
    min-height: auto;
    margin-bottom: 0;
    padding: 0;
    word-wrap: break-word;
}

.indicators .ibox--widget h1 {
    font-size: 18px;
}

.indicators .ibox--widget,
.indicators .ibox--widget .ibox-content {
    border: 0;
}

.indicators .ibox--widget {
    margin: 0;
}

.indicators .ibox--widget .ibox-content {
    padding: 0;
}

.page-actions {
    white-space: nowrap;
    width: 1%;
}

.page-title {
    margin-top: 0;
    margin-bottom: 16px;
}

.options-wrapper {
    height: 34px;
    width: 100%;
    display: table;
}

.select2-close-mask {
    z-index: 2099;
}

.select2-dropdown {
    z-index: 3051;
}

.input-group-addon .btn {
    height: 32px;
    border-radius: 0;
}

.select2-container {
    width: 100% !important;
}

.options-wrapper label,
.options-wrapper__options {
    display: table-cell;
    vertical-align: middle;
}

.options-wrapper__options {
    padding-left: 8px;
}

.options-wrapper label {
    font-weight: 400;
    width: 1%;
}

.panel-group .panel-heading {
    display: table;
    width: 100%;
}

.panel-group .panel-title,
.panel-group .panel-actions {
    display: table-cell;
}

.panel-group .panel-title a {
    display: block;
}

.panel-group .panel-actions {
    width: 1%;
    white-space: nowrap;
}

.d-table-cell.actions {
    width: 1%;
    white-space: nowrap;
}

.v-align-middle {
    vertical-align: middle !important;
}

.form-actions {
    background: #c3b2ab;
    border: 1px solid #e7eaec;
    position: fixed;
    bottom: 0;
    right: 0;
    width: calc(100% - 220px);
    z-index: 99;
    will-change: width;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 19px 38px, rgba(0, 0, 0, 0.33) 0px 15px 12px;
}

.body-small .form-actions {
    width: 100%;
}

.mini-navbar .form-actions {
    width: calc(100% - 70px);
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.navbar__logo {
    height: 26px;
    margin: 12px 10px;;
}

.minimalize-styl-2 {
    margin: 10px 5px 10px 20px;
}

.btn {
    position: relative;
}

.btn-primary {
    border: 1px solid rgba(127, 116, 113, 1);
    background: rgba(127, 116, 113, 1);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background: rgba(127, 116, 113, 0.7);
    border: 1px solid rgba(127, 116, 113, 0.7);
}

.btn-dark {
    border: 1px solid rgba(127, 84, 75, 1);
    background: rgba(127, 84, 75, 1);
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark,
.btn-dark:active:focus,
.btn-dark:active:hover,
.btn-dark.active:hover,
.btn-dark.active:focus {
    background: rgba(127, 84, 75, 0.7);
    border: 1px solid rgba(127, 84, 75, 0.7);
    color: #fff;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff;
}

.btn-success.btn-outline {
    color: #1e7e34;
}

.btn-secondary.btn-outline {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary.btn-outline:hover,
.btn-secondary.btn-outline:focus,
.btn-secondary.btn-outline:active,
.btn-secondary.btn-outline.active,
.open .dropdown-toggle.btn-secondary.btn-outline,
.btn-secondary.btn-outline:active:focus,
.btn-secondary.btn-outline:active:hover,
.btn-secondary.btn-outline.active:hover,
.btn-secondary.btn-outline.active:focus {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.btn-tertiary {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.btn-tertiary.active:focus {
    background-color: #418bcb;
    border-color: #418bcb;
    color: #fff;
}

.btn-tertiary.btn-outline {
    color: #418bcb;
}

.table .btn-mini {
    border-radius: 0;
    background: rgba(127, 116, 113, 0.7);
    border: 1px solid rgba(127, 116, 113, 0.7);
    color: #fff;
}

.table .btn-mini:hover,
.table .btn-mini:focus {
    background: rgba(127, 116, 113, 0.5);
    border: 1px solid rgba(127, 116, 113, 0.5);
}

.btn-outline {
    background: 0;
}

.btn-help {
    height: 15px !important;
    width: 15px !important;
    line-height: 1 !important;
    padding: 1px 0 !important;
}

.btn-help .fa {
    width: auto;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background: rgba(127, 116, 113, 0.7);
    border: 1px solid rgba(127, 116, 113, 0.7);
}

.ibox-title {
    border-top-color: rgba(195, 177, 173, 1);
}

.ibox--widget h1 {
    font-weight: 600;
    margin-bottom: 4px !important;
}

.text-success {
    color: #28a745 !important;
}

.text-left-i {
    text-align: left !important;
}

.text-center-i {
    text-align: center !important;
}

.stronger {
    font-weight: bold !important;
}

.table--headless tr:first-child td {
    border-top: 0;
}

.invoice-table tr~.product-kit td {
    padding-top: 0;
}

.invoice-table thead > tr > th:nth-child(2),
.invoice-table tbody > tr > td:nth-child(2) {
    text-align: left;
}

body .invoice-table .product-kit td {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}

.invoice-table .product-kit  > td {
    border-top: 1px solid #e7eaec !important;
}

.invoice-table .product-kit td .invoice-table--inner {
    margin-left: 42px;
    width: calc(100% - 42px);
    /*border-top: 1px solid #DDDDDD;*/
}

/*.invoice-table .product-kit td .invoice-table--inner tr:last-of-type td {*/
    /*border-bottom: 1px solid #DDDDDD !important;*/
/*}*/

.invoice-table .product-kit td .invoice-table--inner th:first-child,
.invoice-table .product-kit td .invoice-table--inner td:first-child {
    /*border-left: 2px solid rgba(195, 177, 173, 1) !important;*/
}

.invoice-table .product-kit td .invoice-table--inner td,
.invoice-table .product-kit td .invoice-table--inner th {
    padding: 3px 8px;
}

.invoice-table .product-kit td .invoice-table--inner th {
    border: 0;
}

.invoice-table .product-kit td .invoice-table--inner tr:last-child td {
    padding-bottom: 8px !important;
}

.product-kit td {
    border: 0 !important;
}

.product-kit-category td:first-child,
.product-kit td:first-child {
    padding-left: 12px !important;
}

.product-kit-category > td {
    padding: 0 !important;
}

.product-kit-category-i {
    width: 35% !important;
}

.product-kit-item-i {
    text-align: left !important;
}

.product-kit-category td:first-child {
    text-align: left !important;
}

.product-kit-category tbody td {
    border: 0 !important;
}

.product-kit-open td:first-child {
    padding-left: 48px !important;
}

.custom-tabs {
    position: relative;
    padding-left: 43px;
}

.custom-tabs__nav {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(270deg) translate(-82px, -72px);
    transform: rotate(270deg) translate(-82px, -72px);
    z-index: 1;
}

.custom-tabs--event .custom-tabs__nav {
    -webkit-transform: rotate(270deg) translate(-82px, -72.5px);
    transform: rotate(270deg) translate(-82px, -72.5px);
}

.custom-tabs__nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

.custom-tabs__nav li {
    float: right;
}

.custom-tabs__nav li.active a {
    background-color: #fff;
    cursor: default;
}

.custom-tabs li a {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
    padding: 8px;
    color: #555555;
    background-color: #e6e6e6;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
}

.custom-tabs li a:hover {
    color: #676a6c;
}

.custom-tabs__content .ibox-content {
    min-height: 148px;
}

.custom-tabs__content .tab-pane {
    display: none;
}

.custom-tabs__content .tab-pane.active {
    display: block;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.table.no-borders td,
.table.no-borders th {
    border: 0 !important;
}

.nav-header {
    background-image: none;
}

.pace .pace-progress {
    background: #7F544B;
}

body.mini-navbar .nav-header {
    background: #403b39;
}

.nav>li.active {
    border-left: 4px solid #FFA996;
}

.nav-header a,
.nav>li>a {
    color: #b1b1b1;
}

.nav-header a:hover,
.nav-header a:focus {
    color: #fff;
}

.w-100per {
    width: 100%;
}

.bg-white {
    background-color: #fff;
}

.bg-primary a {
    color: #fff;
}

.bg-primary {
    border-color: 1px solid rgba(195, 177, 173, 1);
    background: rgba(195, 177, 173, 1);
}

.bg-primary:hover,
.bg-primary:focus,
.bg-primary:active,
.bg-primary.active,
.bg-primary:active:focus,
.bg-primary:active:hover,
.bg-primary.active:hover,
.bg-primary.active:focus {
    background: rgba(195, 177, 173, 0.7);
}

.table--estimate tr td:nth-child(3) .form-control {
    width: 100px;
    height: 30px;
}

.table--conciliation .form-control {
    height: 30px;
    padding: 0 12px;
    font-size: 13px;
}

.table--conciliation td {
    height: 47px;
    vertical-align: middle;
}

.table--conciliation__paid td {
    background-color: #e0f7df;
    border-top: 1px solid #c0d4bf !important;
}

.table--conciliation__paid td:not(:first-child) {
    padding-left: 20px;
}

.table--estimate tr td:nth-child(2) .expand-product {
    white-space: nowrap;
}

.table-responsive {
    margin-bottom: 0;
}

.inmodal .modal-icon {
    color: #fff;
    background: #C3B1AD;
    font-size: 26px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
}

.inmodal .modal-header {
    border-bottom: 0;
    padding: 30px 15px 0px;
}

.inmodal .modal-body {
    background-color: #fff;
}

.inmodal .modal-footer {
    background-color: #f8fafb;
    border-top: 0;
}

.estimate-footer {
    position: relative;
}

.estimate-footer__title {
    margin-bottom: 0;
}

.estimate-footer__subtitle {
    margin-bottom: 8px;
}

.estimate-footer__value {
    margin-top: 8px;
}

.estimate-footer__title,
.estimate-footer__subtitle,
.estimate-footer__value {
    color: #fff;
}

.estimate-footer__pre,
.estimate-footer__total,
.form-actions__buttons {
    padding: 15px;
    text-align: center;
}

.estimate-footer__pre {
    position: relative;
}

.estimate-footer__total .estimate-footer__value {
    margin-bottom: 0;
}

.form-control:focus,
.single-line:focus {
    border-color: #dcb3aa;
}

.d-table {
    display: table;
}

.d-table-cell {
    display: table-cell;
}

.add-product-form .d-table-cell {
    vertical-align: bottom;
}

.add-product-form .d-table-cell:nth-child(1) {
    width: 100%;
    padding-right: 8px;
}

.add-product-form .d-table-cell:nth-child(1)>.input-group {
    width: 100%;
}

.add-product-form .d-table-cell:nth-child(2) {
    padding-right: 8px;
}

.add-product-form .d-table-cell:nth-child(2)>.form-control {
    width: 60px;
}

.add-product-form .d-table-cell:nth-child(2),
.add-product-form .d-table-cell:nth-child(3) {
    width: 1%;
    white-space: nowrap;
}

.add-codigocc-form .d-table-cell {
    vertical-align: bottom;
}

.add-codigocc-form .d-table-cell:nth-child(1) {
    width: 50%;
    padding-right: 8px;
}

.add-codigocc-form .d-table-cell:nth-child(2) {
    width: 50%;
    padding-right: 8px;
}

.add-codigocc-form .d-table-cell:nth-child(1)>.input-group {
    width: 100%;
}

.add-codigocc-form .d-table-cell:nth-child(2) {
    padding-right: 8px;
}

.add-codigocc-form .d-table-cell:nth-child(2)>.form-control {
    width: 100%;
}

.estimate-footer__toggle {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9;
    color: #2f404f;
    display: none;
}

.estimate-footer__toggle:hover,
.estimate-footer__toggle:focus,
.estimate-footer__toggle:active {
    color: #2f404f;
}

.estimate-footer__toggle--toggled .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pretty.p-default input:checked~.state label:after {
    background-color: #7f7471 !important;
}

.label-primary,
.badge-primary {
    background-color: #28a745;
}

.badge-round {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.badge {
    border-radius: .25em;
}

.badge-quaternary {
    background-color: #988b86;
    color: #fff !important;
}

.badge-quaternary:hover,
.badge-quaternary:focus,
.badge-quaternary:active,
.badge-quaternary.active {
    background-color: #b6a7a1;
    color: #fff !important;
}

.badge-quinary {}

.badge-senary {}

.badge-septenary {}

.badge-octonary {}

.badge-nonary {}

.btn-round {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    font-size: 12px;
    line-height: 1.42857;
    text-align: center;
}

.table--has-action th:last-child,
.table--has-action td:last-child {
    width: 1%;
    white-space: nowrap;
}

.table--supplier-product tbody tr td:nth-child(3),
.table--composition.table--has-action tbody tr td:nth-child(3),
.table--has-action td:last-child {
    text-align: right;
    padding: 4px 8px;
}


.table .btn-round,
.table--supplier-product tbody tr td:nth-child(3) .btn-round,
.table--composition.table--has-action tbody tr td:nth-child(3) .btn-round,
.table--has-action td:last-child .btn-round {
    width: 24px;
    height: 24px;
    line-height: 1;
}

.d-none {
    display: none;
}

.table {
    margin-bottom: 0;
}

.table-actions {
    display: table;
    margin-bottom: 16px;
}

.table-actions__text {
    width: 100%;
    padding-right: 32px;
}

.table-actions__buttons {
    white-space: nowrap;
    width: 1%;
}

.table-actions__text,
.table-actions__buttons {
    display: table-cell;
}

.table a {
    font-weight: bold;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: #505050;
}

.panel-title>.small>a:hover,
.panel-title>a:hover,
.panel-title>small>a:hover,
.panel-title>.small>a:focus,
.panel-title>a:focus,
.panel-title>small>a:focus {
    color: #505050;
}

.table--supplier-product td:last-child {
    white-space: nowrap;
    width: 1%;
}

.fa-stack {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.fa-stack .fa-file-text {
    left: -3px;
}

.fa-stack .fa-usd {
    width: 14px !important;
    height: 14px !important;
    line-height: 14px !important;
    border-radius: 50%;
    background: #28a745;
    left: 12px;
    top: 4px;
}

.fa-stack.fa-stack--budget {
    right: 0;
    left: auto;
    position: relative;
    width: 14px;
    height: 16px;
    line-height: 16px;
}

.fa-stack.fa-stack--budget .fa-usd {
    width: 8px !important;
    height: 16px !important;
    line-height: 14px !important;
    border-radius: 50%;
    background: transparent;
    color: #7f7471;
    font-size: 10px;
    left: 3px;
    top: 1px;
}

.fa-password {
    font-size: 7px;
    vertical-align: middle;
}

.p-relative {
    position: relative;
}

.m-r-0 {
    margin-right: 0;
}

@supports(display: flex) {
    .table-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .table-actions__text,
    .table-actions__buttons {
        display: block !important;
        width: auto !important;
    }

    .ibox--widget .ibox-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        /*justify-content: center;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pagination,
.paginator {
    margin: 10px 0 0;
}

.paginator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.paginator .btn-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: initial;
    text-align: right;
}

body {
    background-color: #fff;
}

#wrapper {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #2f4050;
}

#wrapper,
.nav-header {
    background-color: #403a39;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus {
    background-color: #504746;
}

.order-date-indicator {
    background-color: #988b86;
    color: #fff;
    font-size: 20px;
    border-radius: 15px;
}

.order-date-indicator a {
    color: #fff;
}

.order-date-indicator a:hover,
.order-date-indicator a:focus {
    color: rgba(255, 255, 255, 0.8);
}

.table--order th:not(:first-child),
.table--order td:not(:first-child) {
    text-align: center;
}

.table--order th:not(:last-child),
.table--order td:not(:last-child) {
    border-right: 1px solid #e7eaec;
}

.table--order th,
.table--order td {
    white-space: nowrap;
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.table--order .product-category {
    padding-left: 8px !important;
    font-weight: bold;
}

.table-responsive .table th {
    white-space: nowrap;
}

.ibox-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 15px 9px;
}

.cursor-pointer{
    cursor: pointer;
}

.product-open .fa-caret-square-o-down:before {
    content: '\f151';
}

.table--inner {
    border-left: 2px solid #c3b1ad;
}

.nested-products {
    display: none;
}

.nested-products td {
    padding: 0;
}

.nested-products__category td {
    background-color: #f3f3f4;
    padding: 3px 8px !important;
}

.nested-products table tr:first-child td {
    border-top: 0;
}

.nested-products td:last-child {
    width: auto;
    white-space: initial;
}

.nested-products td:nth-child(1),
.nested-products td:nth-child(2) {
    text-align: left;
}

.nested-products__list > td {
    padding: 0 0 0 0 !important;
}

.nested-products__list .table--inner th:last-child,
.nested-products__list .table--inner td:last-child,
.nested-products__list--fixed th:last-child,
.nested-products__list--fixed td:last-child {
    text-align: initial;
    width: auto !important;
    white-space: initial !important;
}

.nested-products__list--fixed > td {
    background-color: #fff !important;
}

.select-wrapper {
    border: 1px solid #e5e5e5;
    position: relative;
}

.select-wrapper,
.select-wrapper>* {
    cursor: pointer;
}

.select-wrapper select {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: radio-container;
    appearance: none;
}

.select-wrapper select:-moz-focusring {
    color: transparent;
    /* hides that darn border... and the options */
    text-shadow: 0 0 0 #000;
    /* "unhide" the options */
}

.select-wrapper select:-moz-focusring option:disabled {
    text-shadow: none;
    /* remove the inherited shadow from disabled options */
}

.select-wrapper:after {
    content: '';
    width: 0;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 4px;
    border-style: solid;
    pointer-events: none;
    border-color: #656565 transparent transparent transparent;
}

.d--block {
    display: block;
}

.d--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.j--space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.j--flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ai--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.ai--flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.ai--flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.product-kit-row__line td {
    padding: 8px !important;
}

.product-kit-row > td {
    text-align: left !important;
    width: auto !important;
    white-space: initial !important;
}

.product-kit-row .nested-products__category:first-child td {
    border-top: 1px solid #e7eaec !important;
}

.nested-products__list--fixed {
    display: none;
}

/** Login */

body.login {
    background-color: #f3f3f4;
    position: relative;
}

.login .wrapper-content {
    padding: 0;
}

.login-wrapper {
    width: 100%;
    height: 100vh;
    display: table;
    position: relative;
    z-index: 1;
}

.login-wrapper__inner {
    display: table-cell;
    vertical-align: middle;
    padding-top: 50px;
    padding-bottom: 100px;
}

.login-actions,
.ibox--login {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
}

.ibox--login .ibox-content {
    border-top-color: rgba(195, 177, 173, 1);
    border-top-width: 2px;
}

.login-actions {
    margin-top: 12px;
    display: table;
}

.login-actions>div {
    display: table-cell;
    vertical-align: middle;
}

.login__logo {
    width: 260px;
    max-width: 100%;
    margin: 16px auto 16px;
    display: block;
}

.login-action__wrapper {
    width: 90%;
    max-width: 992px;
    margin: 42px auto 0;
}

.break-word {
    word-wrap: break-word;
}

.nav>li {
    background-color: #403a39;
}

.navbar-static-side .nav>li.active,
.navbar-static-side .nav.nav-second-level,
.navbar-static-side .nav.nav-second-level>li {
    background-color: #504746;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs>li.active {
    border-left: 0;
}

.tabs-left {
    position: relative;
}

.tabs-left .nav-tabs {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    width: auto !important;
    position: absolute;
    left: -71px;
    top: 114px;
}

.tabs-left .nav-tabs>li {
    float: right !important;
}

.collapsing {
    -webkit-transition: height 0.01s;
    transition: height 0.01s;
}

.p-none {
    padding: 0 !important;
}

.p-4 {
    padding: 4px !important;
}

.m-none {
    margin: 0 !important;
}

.d-none {
    display: none;
    visibility: hidden;
}

.b-1px-default {
    border: 1px solid #e7eaec;
}

.product-sidebar__header {
    background-color: #a3a1a2;
    padding: 15px 20px 5px 20px;
    color: #fff;
}

.product-sidebar__content {
    padding: 15px 20px 20px 20px;
}

.product-list {
    margin-bottom: 0;
}

.product-list .list-group-item {
    padding: 15px;
}

.product-list__item:hover,
.product-list__item:focus {
    color: inherit;
}

.product-list .product-list__item:last-child .list-group-item {
    border-bottom: 0;
}

.table--composition tbody tr:first-child td {
    border-top: 0;
}

.table--composition tbody tr td:nth-child(3) {
    width: 112px;
}

.table--composition.table--has-action tbody tr td:nth-child(2) {
    width: 70px;
}

.table--composition.table--has-action tbody tr td:nth-child(3) {
    width: 1%;
}

.table--composition td {
    vertical-align: middle !important;
}

.table--row-selectable tr {
    cursor: pointer;
}

.table--row-selectable tr.active {
    background-color: #f5f5f5;
}

.tabs-custom {
    display: table;
    width: 100%;
}

.tabs-custom>div {
    display: table-cell;
}

.tabs-custom__action {
    width: 1%;
    white-space: nowrap;
    border-bottom: 1px solid #e7eaec;
}

.jumbotron--event {
    background-color: #f3f3f4;
    border: 1px solid #e8e8e8;
}

.jumbotron--event p {
    font-size: inherit;
    font-weight: inherit;
}

.invoice-total-wrapper {
    display: inline-block;
    float: right;
}

.invoice-total>tbody>tr>td:last-child {
    width: auto
}

.invoice-total .total td {
    font-size: 16px;
    font-weight: bold;
}

.m-b-8 {
    margin-bottom: 8px;
}

.m-b-8-i {
    margin-bottom: 8px !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.widget--address {
    position: relative;
    background-color: #f7f7f7;
    color: #424242;
    border: 1px solid #eaeaea;
}

.widget--address__action {
    position: absolute;
    right: 10px;
    top: 10px;
}

.fileinput-filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--default .select2-selection--single {
    border-color: #e5e6e7 !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #dcb3aa !important;
}

.table--with-totals.table--estimate td:nth-child(3) .btn-round {
    padding: 6px 0px;
}

.table--with-totals.table--estimate .nested-products__list--fixed > td,
.table--with-totals.table--estimate .nested-products > td {
    padding-left: 42px !important;
    background-color: #fff;
}

.table--with-totals.table--estimate .nested-products__list--fixed > td > .table--inner,
.table--with-totals.table--estimate .nested-products > td > .table-responsive {
    border-left: 2px solid rgba(195, 177, 173, 1);
}

.table--with-totals.table--estimate .nested-products__list .table--inner {
    border-left: 0;
}

.table--with-totals.table--estimate .nested-products__list .table--inner td {
    padding: 3px 8px;
}

.qtip-default {
    border-color: #2F4050;
    background-color: #2F4050;
    color: #fff;
    border-radius: 4px;
}

a.fc-day-grid-event:focus,
a.fc-day-grid-event:hover {
    color: rgba(255, 255, 255, 0.9);
}


.table--conciliation .help-block {
    margin-bottom: 0;
}

.ibox-tools {
    white-space: nowrap;

}

 .table-flex{
    height: 54px !important;
    vertical-align: middle !important;
} 

@media(min-width: 1280px){
    .table-flex{
        display: flex !important;
        align-items: center !important;
    } 
}

@media screen and (max-width: 1550px) {
    .break-1550 {
        width: 100%;
    }
}
.search-cep {
    cursor: pointer;
}

.tooltip {
    z-index: 2051 !important;
}

@media screen and (max-width: 1335px) {
    .jumbotron--event [class*='col-'] label span {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .text-right-lg {
        text-align: right
    }
}

@media screen and (max-width: 1200px) {

    .jumbotron--event [class*='col-']:nth-last-child(2) .static-group,
    .jumbotron--event [class*='col-']:first-child .static-group {
        margin-bottom: 8px;
    }

    .jumbotron--event [class*='col-'] label span {
        display: inline;
    }
}

.table--with-totals__discount input,
.table--with-totals__fee input {
    padding: 0 4px;
    height: auto !important;
}

.table--with-totals tr td:nth-child(3) .form-control {
    float: right;
}

.table--with-totals .spacer {
    width: 24px;
    height: 24px;
    display: block;
}

.table--with-totals td:nth-child(3) .btn-round {
    width: 24px;
    height: 24px;
    padding: 2px 0px;
}

.table--with-totals td {
    vertical-align: middle !important;
}

#product-list {
    position: relative;
    max-height: 100%;
    overflow: hidden;
}

#full-height-scroll {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.fh-column {
    flex: 0 0 auto;
}

.fh-column #full-height-scroll {
    max-height: calc(100% - 150px);
    height: auto;
}

.fh-column #full-height-scroll.full-height-scroll--filter {
    max-height: calc(100% - 124px);
}

.fh-column .tabs-container {
    height: 100%;
}

.fh-column .tab-content {
    height: calc(100% - 40.57px);
}

.fh-column .tab-content .tab-pane,
.fh-column .tab-content .panel-body {
    height: 100%;
}

.ps__rail-y,
.ps__rail-x {
    z-index: 2;
}

.fh-breadcrumb {
    height: calc(100% - 165px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fh-column {
    width: 380px;
    border-right: 1px solid #e7eaec;
}

.fh-column .tabs-container {
    background-color: #f3f3f4;
}

.fh-column .panel-body {
    border: 0;
}

.full-height {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: calc(100% - 380px);
}

.full-height>.ibox {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    height: 100%;
}

.full-height>.details-ajax {
    height: 100%;
    width: 100%;
    background-color: #fff;
    float: left;
}

.full-height .ibox-content {
    border: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: rgba(127, 116, 113, 0.7);
    border: 1px solid rgba(127, 116, 113, 0.7);
}

.table--no-break th,
.table--no-break td {
    white-space: nowrap;
}

.fc td,
.fc th {
    background-color: #fff;
    width: auto;
}

.fc-state-default {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-color: #ddd;
}

.fc-state-default:hover,
.fc-state-default:focus {
    background-color: #ddd;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    background: rgba(127, 116, 113, 0.7);
    border: 1px solid rgba(127, 116, 113, 0.7);
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
}

.fc-center h2 {
    text-transform: capitalize;
}

.fc-event, .fc-event-dot {
    background-color: #7f7471;
}

.fc-event {
    border: 1px solid #7f7471;
}

.tab-error {
    color: #ed5565 !important;
    border: 1px solid #ed5565 !important;
    border-bottom-color: transparent !important;
}

.role-list {
    padding: 0;
    list-style: none;
}

.role-list__item:not(:last-child) {
    margin-bottom: 8px;
}

.role-list__item--inner {
    padding-left: 16px;
}

.ibox--permission {
    background-color: #fff;
}

.alert ul {
    padding: 0;
    list-style: none;
}

.alert ul li:not(:last-child) {
    margin-bottom: 4px;
}

body.mini-navbar .nav-second-level .nav-label {
    display: inline-block !important;
    max-width: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    /* new lines */
    width: 100%;
    position: absolute;
    left: 0;
    padding-left: 30px;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

i.fileinput-exists {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.form-control[readonly] {
    background-color: #fff;
}

.bg-white {
    background-color: #fff;
}

.sign {
    padding: 20px !important;
}

.sign img {
    max-width: 100%;
}

.sign .fa {
    font-size: 40px;
}

.sign__placeholder {
    border: 1px solid #eee;
    border-radius: 6px;
}

.mail-box {
    padding: 29px 20px 14px 20px;
    margin-bottom: 0;
    border: 0;
}

.mail-text.has-error .note-editor.panel {
    border: 1px solid #ed5565 !important;
}

.mail-text.has-error {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.note-editor {
    border-radius: 0 !important;
    border: 1px solid #e7eaec !important;
    border-top: 0 !important;
}

.file {
    margin: 0;
}

.file .btns {
    position: absolute;
    right: 8px;
    top: 8px;
}

.file .icon, .file .image {
    padding: 48px 10px 15px;
    height: 140px;
}

.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #dcb3aa;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0;
    height: 34px;
    padding: 6px 12px !important;
    border-color: #e5e6e7;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #7f7471;
    color: #fff;
    border-color: #7f7471;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.has-error .form-control + .select2 .select2-selection{
    border-color: #ed5565 !important;
}

/* Fixes for IE < 8 */

@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 992px) {

    .custom-tabs,
    .custom-tabs~div {
        padding-left: 0 !important;
    }

    .custom-tabs__nav {
        -webkit-transform: initial !important;
        transform: initial !important;
    }

    .custom-tabs {
        padding-top: 29px;
    }

    .custom-tabs__nav li {
        float: left;
    }

    .custom-tabs__content .ibox-content {
        min-height: auto;
    }

    .full-height-layout {
        height: auto;
    }

    .fh-breadcrumb {
        display: block;
        height: auto;
        padding: 26px;
    }

    .fh-column {
        width: 100%;
        margin-bottom: 30px;
        border-right: 0;
    }

    .fh-column .panel-body {
        border: 1px solid #e7eaec;
    }

    .full-height {
        width: 100%;
    }

    .full-height .ibox-content {
        border: 1px solid #e7eaec;
    }

    .full-height>.details-ajax {
        background-color: transparent;
    }

    body.full-height-layout #page-wrapper {
        height: auto;
    }

    .full-height .fh-column {
        float: initial;
    }

    .full-height .details-ajax {
        height: auto;
        float: initial;
    }
}

@media screen and (min-width: 992px){
    .content-pix {
        border-left: 2px solid #c1b2ad;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog-sm {
        width: 450px;
    }
}

@media screen and (min-width: 768px) {
    .table--order td:first-child {
        border-right: 1px solid #e7eaec;
    }

    .table--order th:nth-last-child(2),
    .table--order td:nth-last-child(2) {
        border-right: 0 !important;
    }

    .table--order th:first-of-type,
    .table--order td:first-of-type,
    .table--order th:last-of-type,
    .table--order td:last-of-type {
        border-right: 1px solid #e7eaec;
        border-bottom: 1px solid #e7eaec;
        position: absolute;
        top: auto;
        margin-top: 0;
        border-top: 1px solid transparent !important;
    }

    .table--order th:last-child,
    .table--order td:last-child {
        border-left: 1px solid #e7eaec;
    }

    .table--order th:first-of-type,
    .table--order td:first-of-type {
        left: 0;
        border-left: 1px solid #e7eaec;
    }

    .table--order th:last-of-type,
    .table--order td:last-of-type {
        right: 0;
        border-top: 1px solid transparent !important;
    }

    .table-responsive--order {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .table--order th {
        height: 36.5667px;
        border-right: 1px solid #e7eaec;
    }

    .table--order td {
        height: 36.5667px;
        border-right: 1px solid #e7eaec !important;
    }

    .table--order thead tr:first-child th,
    .table--order td {
        border-top: 1px solid #e7eaec !important;
    }

    .table--order thead tr:first-child th:first-child,
    .table--order thead tr:first-child th:last-child {
        height: 37.5667px;
        margin-top: -1px;
    }
}

@media screen and (max-width: 768px) {

    .tabs-custom,
    .tabs-custom>div {
        display: block;
    }

    .tabs-custom__action {
        width: auto;
        border: 0;
        text-align: right;
        margin: 10px auto;
    }

    .page-heading .btn {
        margin-bottom: 4px;
    }

    .hidden-sm {
        display: none;
        visibility: hidden;
    }

}

@media screen and (max-width: 468px) {
    .qrcode-mobile {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 550px) {
    .estimate-footer {
        width: 100%;
        display: table;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

    .estimate-footer__pre,
    .estimate-footer__total {
        display: table-cell;
        width: 50%;
        border-top: 0;
    }

    .estimate-footer__pre {
        display: table;
        width: 100%;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }

    .estimate-footer__pre>div {
        display: table-cell;
        width: 50%;
    }

    .form-actions__buttons {
        text-align: right;
    }
}

@media screen and (max-width: 550px) {
    .estimate-footer__toggle {
        display: block;
    }

    .estimate-footer__pre {
        position: relative;
        display: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        margin-bottom: 12px;
    }

    .estimate-footer__total {
        padding-bottom: 0;
    }

    #page-wrapper {
        padding: 0 6px;
    }

    .row--navbar {
        margin-left: -6px;
        margin-right: -6px;
    }

    .wrapper-content {
        padding: 10px 10px 40px;
    }

    .form-actions .btn-primary-action {
        width: 100%;
        display: block;
    }

    .form-actions__buttons--estimate-detail .btn:nth-child(1),
    .form-actions__buttons--estimate-detail .btn:nth-child(2),
    .form-actions__buttons--estimate-detail .btn:nth-child(3),
    .form-actions__buttons--estimate-detail .btn:nth-child(4) {
        display: inline-block;
        width: 49%;
    }

    .modal-footer .btn {
        display: block;
        width: 100%;
    }

    .modal-footer .btn:not(:first-child) {
        margin: 8px 0 0;
    }

    .table-actions {
        flex-direction: column;
    }

    .table-actions__text {
        padding-right: 0;
        margin-bottom: 8px;
        display: block !important;
        width: 100% !important;
    }

    .table-actions__buttons {
        text-align: right;
        display: block !important;
        width: 100% !important;
    }

    .page-heading {
        margin-left: -6px;
        margin-right: -6px;
    }

    .page-heading .d--flex > div {
        width: 100%;
        text-align: right;
    }

    .fileinput,
    .fileinput > .form-control,
    .fileinput > .input-group-addon {
        display: block;
        width: 100%;
        text-align: center;
    }

    .fileinput > .form-control {
        margin-bottom: 4px;
    }

    .fileinput .input-group-addon {
        margin-top: 4px;
        border-left: 1px solid #E5E6E7;
        border-radius: 4px !important;
    }

    .order-date-indicator {
        width: 100%;
        display: block;
        border-radius: 4px;
    }

    .page-heading > div > div > div {
        width: 100%;
    }
}


.datepicker table tr td.active.active{
    background: #7f7471 !important;
}

.datepicker .cw{
    display: none;
}

.datepicker th{
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker table tr td.old{
    color: #999;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .datepicker-switch{
    cursor: pointer;

}

.datepicker table tr td.active.active{
    color: #ffffff;
}

.datepicker table tr td span.active.active{
    background: #7f7471 !important;
    color: white !important;
}

.next:hover , .datepicker-switch:hover , .prev:hover, .today:hover , .month:hover , .year:hover{
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker td{
    text-align: center;
}

.datepicker table tr td span.focused {
    background: #7f7471 ;
    color: white !important;
}

.datepicker table tr td.new {
    color: #999;
}

#alert-retirada{
    color: #a94442;
}

.header-modal{
    display: none;
    position: absolute;
    right: 16px;
    top: 100%;
    border: 1px solid #e8e8e8;
    background-color: #f3f3f4;
    padding-top: 0 !important;
    z-index: 999;
    transition: 0.2s;
}

.backgroud-none{
    background-color: #fff !important;
    border: none !important;
}

.new-btn-add{
    margin: 15px 0px;
}

.mt-30{
    margin-top: 30px;
}

.pix-copia-cola {
    display: flex;
    align-items: center;
    max-width: 550px;
    border: 1px solid #978b86;
}

.pix-copia-cola input{
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 8px 6px;
}

.pix-copia-cola input:focus {
    outline: none;
}

.copia-pix {
    display: flex;
    width: 80px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.container-btn-copy span {
    cursor: pointer;
}

.info-pix {
    list-style: decimal;
    padding: 0 18px;
}

.info-pix li {
    font-size: 15px;
}

.title-pix-center {
    display: flex;
    justify-content: center;
}

.icon-pix-center {
    display: flex;
    justify-content: center;
    margin: 16px 0;
}

.info-pix-center {
    text-align: center;
    line-height: 22px;
}

.f-w-400 {
    font-weight: 400;
}

.container-pix-center {
    max-width: 968px;
    margin: 0 auto;
}

.info-pix-products {
    padding: 20px 20px 0px 20px;
    overflow: auto;
}

.pd-20 {
    padding: 20px 20px 0px 20px;
}

.info-pix-products table {
    min-width: 700px;
    border-collapse: collapse;
    width: 100%;
  }

.info-pix-products table th, 
.info-pix-products table td {
    padding: 8px;
    text-align: left;
    border-bottom: none;
}

.info-pix-products table th {
    color: #7f7471;
    font-weight: bold;
}

.item-simple {
    font-weight: bold;
}

.kit-title {
    color: #7f7471;
    font-weight: bold;
    padding-left: 8px;
}

.kit-items td {
    padding: 0 !important;
    background: #f9f9f9 !important;
}
 
.table-kits {
    width: 100%;
    border-collapse: collapse;
}

.table-kits th, 
.table-kits td {
    padding: 3px 14px !important;
    text-align: left !important;
    background-color: #fff !important;
}

.item-category td {
    background-color: #7f747114;
}

.table-align-right {
    text-align: right !important;
}

.f-bold {
    font-weight: bold;
}

.w-170 {
    width: 170px;
}

.w-290 {
    width: 290px;
}

.size-16 {
    font-size: 16px;
}

.info-adress td {
    padding: 2px !important;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
    gap: 3px;
}


@media(max-width: 1586px){
    .table-align-mb{
        text-align: left !important;
    }

    .overflow-none {
        overflow: unset !important;
    }    
}

@media (min-width: 1024px) {
    .info-pix-products .grid-info > div:first-child{
        float: right;
    }

    .info-pix-products .grid-info table {
        min-width: auto;
    }
}

.btn-notifications {
    padding: 16px 15px 16px 0;
    display: grid;
    justify-content: flex-end;
}

.notifications {
    display: flex;
    font-weight: bold;
    justify-content: flex-end;
    font-size: 18px;
}

.parameter-error {
    border-color: #a94442;  
}
.label-parameter-error {
    border-color: #a94442;  
    color: #a94442;
}

.header-content {
    display: flex;
    align-items: center;
}

.navbar-left-content {
    flex:9;
}

.navbar-right-content {
    flex:1;
}

.toast-custom {
    padding: 15px 15px 15px 25px !important;
    background-color: #fff !important;
    color: #676a6c !important;
    border: 1px solid #ccc;
    opacity: 1 !important;
    cursor:default !important;
}

.toast-custom .toast-title {
    padding-bottom: .5rem;
    border-bottom: 1px solid #e7eaec;
}

.toast-custom .toast-close-button {
    color: #676a6c !important;
    opacity: 1 !important;
}

.toast-custom .toast-message {
    margin-top: .5rem;
}

.toast-custom a {
    color: #676a6c !important;
    font-weight: 600;
}

.toast-custom::before {
    content: none !important;
}

#toast-container > div {
    width: 460px;
}

@media(max-width: 480px){
    #toast-container > div {
        width: 300px;
    }   
}

.toast-notification-title-container {
    display: flex;
    justify-content: space-between;
}

.toast-notification-title-container span {
    color: #C4C4C4;
}