.login-form .logo {
    width: 250px;
    margin-bottom: inherit;
}

.container-default {
    min-height: 100vh;
}

star {
    color: #EB5E28;
    padding-left: 3px;
}

.margin-r--10 {
    margin-right: -10px !important;
}

.img-gift {
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
}

.custom-top-bg {
    background-color: #EEE0D9 !important;
    border-bottom: 1px #E1B7A4;
}

.top-right {
    padding-top: 18px;
}

.top-right .link a {
    letter-spacing: 0.5px;
    color: #5B4D77;
}

.top-right .profilebox .caret {
    border-top: 7px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-left: 5px;
    color: #5B4D77;
}

/* sidebar-panel and top-bar */

.applogo {
    background-color: #EE6D5E;
}

.custom-sidebar-bg {
    background-color: #ABA29C;
}

.sidebar-panel li ul {
    background-color: #948888;
}

.sidebar-panel li a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
}

.sidebar-panel li .icon {
    color: rgba(255, 255, 255, 0.8)
}

.sidebar-panel li a:hover {
    background-color: #948888;
    color: rgba(255, 255, 255, 1) !important;
}

.sidebar-panel li a.active {
    background-color: #948888;
    color: rgba(255, 255, 255, 1) !important;
}

.sidebar-open-button {
    color: #EE6D5E;
    border-right: solid 1px #E1B7A4;
}

.sidebar-open-button:hover, .sidebar-open-button.active, .sidebar-open-button:focus {
    background-color: #6A5B5B;
    color: white;
}

/* page */

.page-header .title {
    color: #443B4F;
    letter-spacing: 0.4px;
}

/* buttons */
.btn-default {
    background-color: rgb(169, 163, 157);
}

.btn-default:hover {
    background-color: rgba(169, 163, 157, 0.8) !important;
}

.btn-primary {
    background-color: #ED6C5E;
}

.btn-primary:hover {
    background-color: rgba(238, 109, 94, 0.8) !important;
}

.btn-success {
    background-color: #ee6d5e;
}

.btn-success:hover {
    background-color: rgba(238, 109, 94, 0.8) !important;
}

.btn-danger {
    background-color: rgb(169, 163, 157);
}

.btn-danger:hover {
    background-color: rgba(169, 163, 157, 0.8) !important;
}

.btn-delete {
    background-color: #ee6d5e;
}

.btn-delete:hover {
    background-color: rgba(238, 109, 94, 0.8) !important;
}

/* Content */
body {
    color: rgba(0, 0, 0, 0.4) !important;
    text-Shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #e1b7a4;
}

a {
    color: #ee6d5e;
}

/* a:hover {
    color: rgba(238, 109, 94, 0.8);
} */

/* Tables */
thead {
    color: #5b4d77;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #ee6d5e;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #5b4d77;
    border-color: #5b4d77;
}

.pagination > li > a, .pagination > li > span {
    color: #5b4d77;
}

/* Forms */
.form-control {
    box-shadow: none;
    border: solid 1px rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.5);
}

.input-group-addon {
    color: #ee6d5e;
    background-color: white;
}

/* croppic */
.croppic {
    text-align: center;
    background-color: #f4f2f3 !important;

}

.transferencetable thead th {
    position: relative;

}

.transferencetable thead th .order-box {
    position: absolute;
    right: 12px;
    display: inline-block;
}

.transferencetable thead th .order-box .order-button {
    padding: 4px;
    opacity: 0.4;
    transition: all 0.25s;
    font-size: 20px;
    line-height: 10px;
    color: #ee6d5e;

}

.transferencetable thead th .order-box .order-button:hover, .transferencetable thead th .order-box .order-button.active, .transferencetable thead th .order-box .order-button.active:hover {
    opacity: 1;
    cursor: pointer;
}

/* HIGHCHARTS */

.highcharts-color-0 {
    fill: #f9d9ca !important;
}

.highcharts-color-1 {
    fill: #ffa89e !important;
}

.highcharts-legend-item.highcharts-pie-series.highcharts-color-0 rect.highcharts-point {
    fill: #f9d9ca !important;
}

.highcharts-legend-item.highcharts-pie-series.highcharts-color-1 rect.highcharts-point {
    fill: #ffa89e !important;
}

/* SPACING */

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

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

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

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.p-1 {
    padding: 10px !important;
}

.px-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pt-1 {
    padding-top: 10px !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pr-1 {
    padding-right: 10px !important;
}

.pl-1 {
    padding-left: 10px !important;
}

.m-1 {
    margin: 10px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.ml-1 {
    margin-left: 10px !important;
}

.p-2 {
    padding: 20px !important;
}

.px-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pr-2 {
    padding-right: 20px !important;
}

.pl-2 {
    padding-left: 20px !important;
}

.m-2 {
    margin: 20px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.p-3 {
    padding: 30px !important;
}

.px-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pt-3 {
    padding-top: 30px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.pr-3 {
    padding-right: 30px !important;
}

.pl-3 {
    padding-left: 30px !important;
}

.m-3 {
    margin: 30px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mr-3 {
    margin-right: 30px !important;
}

.ml-3 {
    margin-left: 30px !important;
}

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

.px-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.pt-4 {
    padding-top: 40px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.pr-4 {
    padding-right: 40px !important;
}

.pl-4 {
    padding-left: 40px !important;
}

.m-4 {
    margin: 40px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mr-4 {
    margin-right: 40px !important;
}

.ml-4 {
    margin-left: 40px !important;
}

.p-5 {
    padding: 50px !important;
}

.px-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.pt-5 {
    padding-top: 50px !important;
}

.pb-5 {
    padding-bottom: 50px !important;
}

.pr-5 {
    padding-right: 50px !important;
}

.pl-5 {
    padding-left: 50px !important;
}

.m-5 {
    margin: 50px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mr-5 {
    margin-right: 50px !important;
}

.ml-5 {
    margin-left: 50px !important;
}

a.disabled_c {
    pointer-events: none;
    cursor: default;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    opacity: .65;
}

/*
Adicional para compensar boostrap*/
/*.fade {
    transition: opacity 0.15s linear;
}*/
.colorpicker-bs-popover {
    opacity: 1 !important;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

input:focus::placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.payment_culqi {
    background-color: #d8f7d4;
}

.payment_se {
    background-color: #fbeaf7;
}

.payment_difference {
    background-color: #ff9e94;
}
.table_custom > thead > tr > th{
    padding: 10px !important;

}

.error{
    color: red;
}
