/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/*Elementos y clases generales*/


/*checkbox*/

* {
    outline: none;
}

body,
p,
b,
button,
input,
select,
label {
    font-family: 'Muli', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Muli", sans-serif !important;
}

select option {
    font-size: 13px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-shadow {
    box-shadow: none;
}

.primary-color {
    color: #3397fd;
}

.bolder {
    font-weight: bold;
}

.inner-wrap {
    min-height: 100vh;
}


/* Footer */

footer {
    width: 100%;
    /* bottom: 35px; */
    position: relative;
    margin-top: 6rem;
}

#footer {
    font-size: 12px;
    width: 100%;
    z-index: 0;
    line-height: 45px;
    margin: 0 0px 0 0;
    padding: 0 30px 0 0px;
    color: rgba(98, 113, 155, 0.7);
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-text {
    text-align: center;
    color: #333333;
    font-size: 12px;
}

.footer-text b {
    color: #333333;
}

#footer img {
    margin: 1rem auto;
    display: block;
    width: 120px;
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
    padding: 0.4rem 0.5rem;
    color: black;
    background: white;
    font-size: 13px;
}

.home-link {
    width: 100%;
    max-height: 90px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    background-color: white;
    padding: 1rem 0;
    margin-top: 1rem;
    border: 3px solid #6500ca;
}

.btn-home {
    padding-left: 0;
}

.home-link.active {
    background-color: #6500ca;
}

.home-link p:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
    margin-top: -0.9rem;
    color: #6500ca;
}

.home-link.active p:nth-child(1) {
    color: white;
}

.home-link.active p:nth-child(2) {
    line-height: 120%;
    color: #ffffff;
}

.home-link p:nth-child(2) {
    line-height: 120%;
    color: #6500ca;
    font-size: 16px;
}

.pointer {
    cursor: pointer;
}

.inline {
    display: inline;
}

.rating-star {
    color: #ffcc00 !important;
}

.input-with-icon {
    width: 70%;
    float: left;
    margin-right: 20%;
    margin-left: 5%;
}

.input-with-icon:disabled {
    background: white;
}

.input-with-icon.is-invalid-input:disabled {
    background: #e8d9da;
}

.input-icon {
    width: 5%;
    float: left;
}

.input-icon span {
    float: left;
    background-color: white;
    font-size: 1.3rem;
    padding-left: 40%;
    padding-right: 40%;
    line-height: 2.4375rem;
}

.datepicker-dropdown {
    /* z-index: 101 !important; */
}

table {
    margin-bottom: 0;
}

table .fa,
table a {
    color: #9d9fa7;
}

.report-title {
    text-align: center;
    font-size: 2rem;
    margin-top: 1rem;
}

.truncate-text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.medium-font {
    font-size: 0.9rem;
}

.button-app {
    display: block;
    padding: 10%;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #cdf2fe;
    margin-bottom: 1rem;
    margin-top: 1rem;
    cursor: pointer;
    color: black !important;
}

.img-zoom {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.img-zoom:hover {
    transform: scale(1.05);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.inline-items label {
    display: inline;
    float: left;
    font-size: 13px;
    line-height: 2.2rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.inline-items input {
    display: inline;
    float: left;
    width: 150px;
    margin: 0;
}

.div-block {
    display: inline-block;
}

.inline-items button {
    display: inline;
    float: left;
    margin-left: 1rem;
}

.inline-filters .block-input label {
    text-align: left;
}

.inline-filters .block-buttons,
.inline-filters .block-input {
    float: left;
    display: block;
}

.inline-filters .block-buttons:not(:first-child),
.inline-filters .block-input:not(:first-child) {
    margin-left: 0.5rem;
}

.inline-filters input,
.inline-filters select,
.inline-filters .block-input {
    width: 168px;
}

.inline-filters .block-buttons button:not(:first-child) {
    margin-left: 1rem;
}

.inline-filters .block-buttons button {
    display: inline;
    float: left;
}

.inline-filters .block-buttons {
    display: inline-block;
    float: right;
    padding-top: 10px;
}


/* Report css */

.report-container .no-margin-right {
    margin-right: 0 !important;
}

.report-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.report-container.between {
    justify-content: space-between;
}

.report-container .label-block,
.report-container .input-block {
    margin-right: 15px;
    margin-bottom: 15px;
}

.report-container .input-group {
    margin: 0;
}

.report-container .input-group-field {
    max-width: 100px;
}


/*Endomarketing*/


/*Leaders*/

.no-activity-label {
    margin-top: 10px !important;
    background-color: #f5f9ff;
    padding: 10px;
}

.box-shadow-container .title {
    color: #6500ca;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.container-trophys {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.container-trophys .trophys {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: normal;
    margin-bottom: 20px;
}

.container-trophys .trophys:last-child {
    float: left;
}

.container-trophys .trophys img {
    width: 45%;
}

.container-trophys .trophys div {
    margin-left: 10px;
}

.container-trophys .trophys p {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: black;
}

.leaders-container {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: center;
}

.padding-leaders {
    padding: 25px 0 !important;
}

.leaders-container p {
    color: black;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 90%;
}

.leaders-container .block {
    /*min-width: calc(100% / 7);*/
    min-width: 216px;
    margin-top: 20px;
}

.leaders-container .block div {
    width: 150px;
    background-color: #e4e6e7;
    display: block;
    margin: 0 auto;
    position: relative;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
}

.leaders-container .block img {
    width: 130%;
    max-width: inherit;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}


/*End Endormarketing*/


/* End Report css */

.tuki-blocks {
    display: flex;
    flex-wrap: wrap;
}

.tuki-blocks .block-input {
    min-width: 110px;
    max-width: 125px;
    width: 35%;
}

.tuki-blocks .block-input.small {
    max-width: 60px;
    min-width: 55px;
    width: 16%;
}

.tuki-blocks .block-input.large {
    max-width: 180px;
    min-width: 185px;
    width: 34%;
}

.tuki-blocks .block-label,
.tuki-blocks .block-input,
.segment-block {
    margin-left: 17px;
}

.flex-columns {
    display: flex;
    flex-wrap: wrap;
}

.flex-row {
}

.segment-form {
    padding-right: 20px;
}

.title-detais {
    text-align: center;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    color: #414c58;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.details-block {
    padding-bottom: 1rem;
}

.details-block .tabs-content {
    border-radius: unset;
    padding: 0.5rem;
}

.details-block .tabs-panel {
    padding: 3.1rem 1rem 0.1rem 1rem;
}

@media screen and (max-width: 63.9375em) {
    /*medium and down*/
    .segment-form {
        padding-right: 0;
    }
}

#div_age_range {
    margin: 8px 0;
}


/*.tuki-blocks div:first-child {
    margin-left: 0;
}
*/

.tuki-blocks .block-label p {
    line-height: 39px;
}

.left-search-icon {
    float: left;
    display: inline;
    width: calc(100% - 45px);
}

.right-search-icon {
    float: left;
    display: inline;
    width: 45px;
}


/*
.tablet-cards{
	min-height: 20rem;
}*/

.center-items {
    display: flex !important;
    align-items: baseline;
    justify-content: flex-start;
}

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

.center-buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.center-left-container {
    display: flex;
    align-items: center;
    justify-content: left;
}

.top-bar-tuki {
    display: inline-block;
    width: 100%;
}

h4 {
    font-size: 1.4em;
}

.nav-height-tuki {
    height: 6rem;
}

.relative-position {
    position: relative;
}

.welcome-tuki {
    text-align: center;
    line-height: 6rem;
    color: #9FA2A9;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.level-max-height {
    overflow-y: scroll;
    max-height: 200px;
}

#gallery_rewards {
    overflow-y: scroll;
    max-height: 380px;
}

.logo-nav-tuki {
    height: 4rem;
    margin-top: 1rem;
    position: absolute;
}

.interogation-img {
    width: 18px;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: help;
}

.mytuki-interrogation {
    cursor: help;
}

.protip-content {
    text-align: center;
    font-family: "Muli", sans-serif;
    color: gray;
}

.protip-content b {
    color: white;
}

.mytuki-interrogation.gray {
    color: #9B9DA4;
}

.small-height {
    height: 2.4rem;
}

.card-levels-table {
    border-spacing: 0 6px;
}

.card-levels-table tbody {
    font-size: 13px;
}

table .fa {
    font-size: 18px;
    margin-top: 6px;
}

.level-card-colors {
    width: 20px;
    margin-left: 11.5px;
    height: 20px;
    border: 1px solid gray;
    text-align: center;
    line-height: 20px;
    color: white;
    font-weight: normal;
    display: block;
    float: left;
}

.modal-box b {
    color: black;
    font-family: "Muli", sans-serif !important;
}

.card-levels-table {
    font-family: "Muli", sans-serif !important;
}

.card-levels-table thead {
    border-radius: 10px;
}

.card-levels-table td {
    position: relative;
}

.card-levels-table td:not(:first-child) {
    text-align: center;
}

.card-levels-table thead th div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-levels-table thead th {
    text-align: center;
}

.trash-img-table {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.edit-img-table {
    position: absolute;
    left: 40px;
    top: 10px;
    cursor: pointer;
}

.desc-table-levels {
    position: absolute;
    top: 10px;
}

.level-color {
    border-radius: 10px;
    height: 19px;
    position: absolute;
    right: 100px;
    top: 13px;
    width: 19px;
}

.to-up-level {
    cursor: pointer;
    position: absolute;
    right: 39px;
    top: 10px;
}

.to-down-level {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.standard-form input,
.standard-form select {
    color: #333333;
    background-color: white;
    font-size: 13px;
}

a.tuki-button,
label.tuki-button {
    text-align: center;
    line-height: 2.4375rem;
}

label.tuki-button {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.button {
    padding: 0.6em 1em;
}

.dropdown.tuki-button {
    line-height: 1.3rem;
}

.tuki-button {
    height: 2.4375rem;
    line-height: 2.3rem;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.tuki-button-alert {
    height: 2.4375rem;
    line-height: 2.3rem;
    border: 1px solid #ec5840;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;
    background-color: #ec5840;
    color: #fefefe !important;
}

.tuki-button.full {
    width: 100%;
}

.tuki-button .icon {
    float: right;
    line-height: 2.3rem;
    margin-right: 10px;
}

.btn-white {
    color: #494949;
    font-weight: 500;
}

.btn-white:hover {
    background: var(--jobi-secundary-color-opacity-8);
    color: white;
}

.btn-white:hover span.icon:before {
    color: white;
}

.btn-blue {
    color: white;
    background-color: #494949;
    font-weight: 500;
}

.small-btn {
    width: 150px;
}

.small-two-btn {
    width: 200px;
}

.medium-btn {
    width: 250px;
}

.btn-blue:hover {
    background: #707070;
    color: white;
}

.btn-blue:hover span.icon:before {
    color: white;
}

p {
    margin-bottom: 0;
}

.card-level-container {
    height: 2.4375rem;
    width: 100%;
}

.card-level-left {
    display: inline-block;
    float: left;
    height: 100%;
    width: 75%;
    background-color: white;
    border: 1px solid #bfbfbf;
}

.card-level-right {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 100%;
    width: 25%;
    background-color: #E8E8EB;
}

.card-level-right img {
    width: 26px;
}


/*remove css foundation*/

.tuki-border {
    border: 1px solid #bfbfbf;
}

.card-user-levels,
.card-user-levels-fix {
    width: 100%;
    display: inline-block;
    border: 1px solid #bfbfbf;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.card-style-container {
    display: inline-block;
    background-color: #f5f8fd;
    float: left;
    height: 40px;
    width: 23%;
    color: #9D9FA7;
    position: relative;
    overflow: hidden;
    cursor: context-menu;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 2%;
    border-radius: 20px;
    border: 1px solid #f5f8fd;
}

.card-style {
    display: inline-block;
    float: left;
    height: 100%;
    width: 60%;
    color: #9D9FA7;
    position: relative;
    overflow: hidden;
    cursor: context-menu;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-logo-container {
    width: 125px;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-logo {
    background: white none repeat scroll 0 0;
    border-radius: 50% !important;
    padding: 2px;
    width: 65%;
    margin: 0 auto;
    overflow: hidden;
}

.card-logo img {
    border-radius: 50% !important;
    width: 100%;
}

.card-titles-container {
    font-family: 'roboto condensed';
    height: 100%;
    float: left;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-titles-inner {
    display: inline;
    margin-right: auto;
}

.icon-card-style {
    width: 39%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.range-button {
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-family: "Muli", sans-serif;
}

.card-style img {
    left: -10px;
    position: absolute;
    top: -95px;
}

.slider-handle {
    background-color: #77009D;
    border-radius: 50%;
    outline: none !important;
}

.slider-handle:hover,
.slider-handle:active {
    background-color: #77009D;
}

.slider {
    background-color: white;
}

.slider-fill {
    background-color: white;
}

.tool-tip-picker {
    background-color: #E8E8EB;
    font-family: "Muli", sans-serif;
    margin-top: 10px !important;
    cursor: context-menu;
}

.tool-tip-picker-inner.patron {
    width: 500px;
    padding: 0px;
}

.tool-tip-picker-inner.range-slider {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

#range-slider-id {
    margin-top: 10px;
    margin-bottom: 15px;
}

.range-slider-block {
    width: 85%;
    margin-left: 3%;
    margin-bottom: 1.2rem;
}

.range-slider-block .range-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 5px;
}

.range-label {
    background-color: #9d9fa7;
    border-radius: 16px;
    color: white;
    display: block;
    line-height: 200%;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

.patron-width {
    max-width: 600%;
    width: 600%;
}

.before-patron {
    width: 100%;
    display: none;
    height: 57px;
    background: rgba(0, 196, 249, 0.3) center no-repeat;
    z-index: 10;
    color: #bbb;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.no-padding {
    padding: 0;
}

.before-patron.selected {
    display: flex;
}

.tool-tip-picker-inner.color-picker {
    width: 177px;
    padding: 0;
}

.patron-container {
}

.dropdown-tuki {
    display: inline-block;
}

.dropdown-tuki > li {
    background-color: #9C9FA4;
    height: 40px;
    width: 80px;
}

.patron-picture {
    width: 18%;
    float: left;
    height: 57px;
    background-color: #9D9FA7;
    margin: 1%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.patron-picture img {
    left: -10px;
    position: absolute;
    top: -95px;
}

.dropdown-tuki > li > a {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 40px;
    color: white !important;
    font-weight: 500 !important;
    font-family: "Muli", sans-serif;
}

.dropdown-tuki > li.is-dropdown-submenu-parent > a {
    padding-right: 0rem !important;
}

ul.menu-tabs li:hover {
    background-color: #b6eafc;
    /*border-bottom: solid #7db135;*/
    line-height: 0em;
}

ul.menu-tabs > li > a {
    padding: 0;
}

.menu-link {
    width: 6.5%;
    margin-left: 0.5%;
    min-width: 3rem;
    display: inline-block;
}

.log-tuki-4 {
    width: 11%;
    min-width: 3rem;
    display: inline-block;
}

.paginate_button {
    border: none !important;
    border-radius: 10px;
    padding: 0.4rem 0.8rem !important;
}

.paginate_button:hover {
    background: #707070 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #494949;
}

input[type='radio'],
input[type='checkbox'] {
    display: none;
}

input[type='radio'] + label + p,
input[type='checkbox'] + label + p,
input[type='checkbox'] + p {
    margin-left: 60px;
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 13px;
    font-family: "Muli", sans-serif;
    display: inline-block;
}

.dataTable input[type='radio'] + label + p,
.dataTable input[type='checkbox'] + label + p {
    margin-left: 32px;
}

.dataTable input[type="radio"] + label,
.dataTable input[type="checkbox"] + label {
    margin-top: -7px;
    margin-left: 0px;
}

.input-group-label {
    background-color: #3397fd;
    color: #fff;
    border: none;
    border-radius: 5px !important;
}

input,
textarea {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: none !important;
    padding: 10px !important;
}

input:focus,
textarea:focus {
    background-color: #f5f8fd !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

input[type='radio'] + label {
    background: url('../assets/img/uncheck_sq.svg') no-repeat;
    height: 50px;
    width: 50px;
    padding: 0 0 0 0px;
    display: inline-block;
    position: absolute;
}

input[type='radio']:checked + label {
    background: url('../assets/img/check_sq.svg') no-repeat;
    height: 50px;
    width: 50px;
    padding: 0 0 0 0px;
    display: inline-block;
    position: absolute;
}

input[type='checkbox'] + label {
    background: url('../assets/img/uncheck_sq.svg') no-repeat;
    height: 50px;
    width: 50px;
    padding: 0 0 0 0px;
    display: inline-block;
    position: absolute;
}

input[type='checkbox']:checked + label {
    background: url('../assets/img/check_sq.svg') no-repeat;
    height: 50px;
    width: 50px;
    padding: 0 0 0 0px;
    display: inline-block;
    position: absolute;
}

.small-icons input[type='radio'] + label + p,
.small-icons input[type='checkbox'] + label + p {
    margin-left: 35px;
    margin-top: 11px;
    margin-bottom: 13px;
    font-size: 13px;
    font-family: "Muli", sans-serif;
    display: inline-block;
    line-height: 7px;
}

.small-icons input[type="checkbox"] + label {
    background: url('../assets/img/uncheck_sq.svg') no-repeat;
    height: 30px;
    width: 30px;
    padding: 0 0 0 0px;
    display: inline-block;
    position: absolute;
    margin: 0;
}

.small-icons input[type='checkbox']:checked + label {
    background: url('../assets/img/check_sq.svg') no-repeat;
    height: 30px;
    width: 30px;
    padding: 0 0 0 0px;
    display: inline-block;
    position: absolute;
}

.all-branchs {
    position: absolute;
    top: 62px;
    background: #99C3FD;
    width: 100%;
    border-radius: 10px;
}

#hasPromoteReward input[type='checkbox'] + label {
    margin-left: -0.5rem;
}

#hasPromoteReward input[type="checkbox"] + label + p {
    margin-left: 42px;
}

.box {
    margin-bottom: 11px;
}

.box.checked div {
    background: url('../vendor/tuki_2_0/check.png') no-repeat;
    background-position: center;
    height: 40px;
    width: 60px;
}

.box.unchecked div {
    background: url('../vendor/tuki_2_0/no_check.png') no-repeat;
    background-position: center;
    height: 40px;
    width: 60px;
}

.box p {
    font-size: 15px;
    font-family: "Muli", sans-serif;
}

.accordion {
    background: linear-gradient(to bottom right, white, #F8F8F8);
    width: 100%;
    background: white;
    border: 1px solid #DDE0E7;
}

.accordion-header {
    border-bottom: 1px solid #DDE0E7;
    color: #2a313a;
    font-weight: 700;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.accordion-header.content {
    background: #ccf4ff;
}

.accordion-header .arrow {
    margin: 0rem 0.5rem;
}

.accordion-header.no-padd {
    padding: 0rem 1.5rem;
    cursor: default;
}

.accordion-toggle {
    padding: 0.8rem 0rem;
    width: 90%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-header label {
    font-size: 13px;
    margin-right: 1rem;
    color: #5d44d9;
    cursor: pointer;
}

.accordion-header p {
    font-size: 13px;
    color: #404040;
}

.accordion-container {
    display: none;
    border-bottom: 1px solid #DDE0E7;
    padding: 0.5rem;
    color: #4a5666;
}

.accordion-dropdown {
    z-index: 100;
    position: absolute;
    display: none;
    top: 3rem;
    max-width: 35rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.accordion-dropdown.show {
    display: block;
}

.card-user-levels input[type='radio'],
.card-user-levels input[type='checkbox'],
.card-user-levels-fix input[type='radio'],
.card-user-levels-fix input[type='checkbox'] {
    display: none;
}

.card-user-levels input[type='radio'] + label + p,
.card-user-levels input[type='checkbox'] + label + p {
    display: inline-block;
    font-family: "Muli", sans-serif;
    font-size: 26px;
    line-height: 112%;
    margin-left: 60px;
    margin-top: 0;
    text-align: center;
}

.card-user-levels-fix input[type='radio'] + label + p,
.card-user-levels-fix input[type='checkbox'] + label + p {
    display: inline-block;
    font-family: "Muli", sans-serif;
    line-height: 112%;
    margin-left: 60px;
    margin-top: 0;
    text-align: center;
}

.card-user-levels input[type='radio'] + label,
.card-user-levels input[type='checkbox'] + label,
.card-user-levels-fix input[type='radio'] + label,
.card-user-levels-fix input[type='checkbox'] + label {
    background: url('../vendor/tuki_2_0/no_check.png') no-repeat;
    display: inline-block;
    height: 40px;
    margin-top: 23px;
    padding: 0;
    position: absolute;
    width: 40px;
}

.card-user-levels input[type='radio']:checked + label,
.card-user-levels input[type='checkbox']:checked + label,
.card-user-levels-fix input[type='radio']:checked + label,
.card-user-levels-fix input[type='checkbox']:checked + label {
    background: url('../vendor/tuki_2_0/check.png') no-repeat;
    height: 40px;
    width: 40px;
    padding: 0 0 0 0px;
    display: inline-block;
    position: absolute;
}

.circl-checks-tuki input[type='radio'],
.circl-checks-tuki input[type='checkbox'] {
    display: none;
}

.circl-checks-tuki input[type='radio'] + label + p,
.circl-checks-tuki input[type='checkbox'] + label + p {
    display: inline-block;
    font-family: "Muli", sans-serif;
    font-size: 26px;
    line-height: 112%;
    margin-left: 60px;
    margin-top: 0;
    text-align: center;
}

.circl-checks-tuki input[type='radio'] + label,
.circl-checks-tuki input[type='checkbox'] + label {
    background: url('../vendor/tuki_2_0/no_check.png') no-repeat;
    display: inline-block;
    height: 40px;
    margin-top: 23px;
    padding: 0;
    position: absolute;
    width: 40px;
}

.circl-checks-tuki input[type='radio']:checked + label,
.circl-checks-tuki input[type='checkbox']:checked + label {
    background: url('../vendor/tuki_2_0/check_dot.png') no-repeat;
    height: 40px;
    width: 40px;
    padding: 0 0 0 0px;
    display: inline-block;
    position: absolute;
}

.level-inputs input[type='radio'],
.level-inputs input[type='checkbox'] {
    display: none;
}

.level-inputs input[type='radio'] + label + p,
.level-inputs input[type='checkbox'] + label + p {
    display: inline-block;
    font-family: "Muli", sans-serif;
    font-size: 19px;
    margin-left: 60px;
    margin-top: 7px;
    text-align: center;
}

.level-inputs input[type='radio'] + label,
.level-inputs input[type='checkbox'] + label {
    background: url('../vendor/tuki_2_0/no_check.png') no-repeat;
    display: inline-block;
    height: 40px;
    margin-top: 0;
    padding: 0;
    position: absolute;
    width: 40px;
}

.level-inputs input[type='radio']:checked + label,
.level-inputs input[type='checkbox']:checked + label {
    background: url('../vendor/tuki_2_0/check.png') no-repeat;
    height: 40px;
    width: 40px;
    padding: 0 0 0 0px;
    display: inline-block;
    position: absolute;
}

.caracteristicas-panel input {
    text-align: center;
    color: #9d9fa7;
    font-weight: 500;
    font-family: "roboto";
    font-size: 19px;
}

.dropdown-tuki > li.is-dropdown-submenu-parent > a::after {
    content: none !important;
}

.arrow_box-tuki:after,
.arrow_box-tuki:before {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box-tuki:after {
    border-color: rgba(250, 250, 250, 0);
    border-bottom-color: #E8E8EB;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box-tuki:before {
    border-color: rgba(191, 191, 191, 0);
    border-bottom-color: #bfbfbf;
    border-width: 11px;
    margin-left: -11px;
}

.orange {
    background-color: orange !important;
}

.close-button {
    font-size: 3em;
    line-height: 2rem;
}


/* add class */

.tabs {
    background: none;
    margin-top: 14px;
}

.tabs-content {
    box-shadow: 9px 9px 11px -4px rgba(200, 200, 200, 0.3);
    border: none !important;
}

.box-shadow-container {
    background: #ffffff;
    box-shadow: 6px 5px 13px 0px rgb(0 0 0 / 25%);
    border: none !important;
    margin-top: 12px;
}

.box-shadow-container.full-pd {
    padding-top: 10px;
    padding-bottom: 10px;
}

.box-line-container {
    border: 2px solid #f2f2f2;
    border-radius: 20px;
    margin: 5px 0;
}

.box-line-container thead th {
    font-weight: normal;
}

.padding-container {
    padding: 30px 20px;
}

.center-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.tabs-title{
    max-width: 96.6% !important;
}

.tabs-title > a:hover {
    background: none !important;
}

.tuki-tabs {
    border: none;
    width: 100%;
}

.tuki-tabs li:nth-child(n+1) {
    margin-right: 7px;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
    background: none;
}

.tuki-tabs li a {
    display: block;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 0 !important;
    margin: 0 !important;
    color: black;
    text-align: center;
    line-height: 3.85rem;
    position: relative;
    bottom: 5px;
}


.tuki-tabs li span {
    margin-right: 10px;
    border-radius: 100%;
    background-color: #3397fd;
    color: #ffffff;
    padding: 1px 9px;
    border-top: 3px solid #3397fd;
    border-bottom: 3px solid #3397fd;
}

.tuki-tabs .is-active span {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.tuki-tabs li.is-active span {
    border-radius: 100%;
    background-color: white;
    color: #00C4F9;
    padding: 1px 9px;
}

.tuki-tabs li {
    height: 3.2rem;
    width: 168px;
    max-width: 90%;
    margin-bottom: 0.5rem;
    background-color: #ebebeb
}

.white-tab{
    background-color: white !important;
}


.tuki-tabs li.is-active {
    background-color: var(--jobi-primary-color) !important;
    border: none;
}

.tuki-tabs li.is-active a {
    border-radius: 5px;
}

.tuki-tabs li.is-active a {
    color: white;
}

.grey-tabs {
    display: flex;
    justify-content: center;
}

.grey-tabs li {
    border: 2px solid #dfe3e7;
    margin: 0 5px;
}

.grey-tabs li a {
    display: block;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 110px;
}

.grey-tabs li.is-active {
    background-color: #e0e3e7;
}

.menu {
    list-style-type: none;
    margin: 0;
}

.menu > li button {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
    color: #70716F;
}

.menu > li {
    display: table-cell;
    vertical-align: middle;
}

[data-whatinput="mouse"] .menu > li {
    outline: 0 none;
}

.menu > li > a.aragon {
    display: block;
    text-transform: uppercase;
    line-height: 4.5;
    padding-top: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-bottom: 0em;
}

.menu a,
.menu button,
.menu input {
    margin-bottom: 0;
}

.menu > li > a i,
.menu > li > a i + span,
.menu > li > a img,
.menu > li > a img + span,
.menu > li > a svg,
.menu > li > a svg + span {
    vertical-align: middle;
}

.menu > li > a i,
.menu > li > a img,
.menu > li > a svg {
    display: inline-block;
    margin-right: 0.25rem;
}

.menu > li {
    display: table-cell;
}

.menu.vertical > li {
    display: block;
}

@media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
        display: table-cell;
    }

    .menu.medium-vertical > li {
        display: block;
    }
}

@media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
        display: table-cell;
    }

    .menu.large-vertical > li {
        display: block;
    }
}

.menu.simple li {
    display: inline-block;
    line-height: 1;
    margin-right: 1rem;
}

.menu.simple a {
    padding: 0;
}

.menu.align-right::after,
.menu.align-right::before {
    content: " ";
    display: table;
}

.menu.align-right::after {
    clear: both;
}

.menu.align-right > li {
    float: right;
}

.menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.menu.expanded > li:first-child:last-child {
    width: 100%;
}

.menu.icon-top > li > a {
    text-align: center;
}

.menu.icon-top > li > a i,
.menu.icon-top > li > a img,
.menu.icon-top > li > a svg {
    display: block;
    margin: 0 auto 0.25rem;
}

.menu.nested {
    margin-left: 1rem;
}

.menu .active > a {
    background: #2199e8 none repeat scroll 0 0;
    color: #fefefe;
}

table.tuki_table tbody td {
    text-align: center;
    padding: 0.1rem 0.625rem 0.1rem;
}

table.tuki_table thead tr th {
    padding: 0.3rem 0.625rem 0.3rem;
    text-align: center;
}

.tuki-loader {
    margin: 100px auto;
    margin-top: 130px;
    margin-bottom: 108px;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2), 2.5em 0em 0 0em rgba(95, 44, 144, 0.2), 1.75em 1.75em 0 0em rgba(95, 44, 144, 0.2), 0em 2.5em 0 0em rgba(95, 44, 144, 0.2), -1.8em 1.8em 0 0em rgba(95, 44, 144, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(95, 44, 144, 0.9);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(95, 44, 144, 0.9), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(95, 44, 144, 0.2), 1.75em 1.75em 0 0em rgba(95, 44, 144, 0.2), 0em 2.5em 0 0em rgba(95, 44, 144, 0.2), -1.8em 1.8em 0 0em rgba(95, 44, 144, 0.2), -2.6em 0em 0 0em rgba(95, 44, 144, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(95, 44, 144, 0.9), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(95, 44, 144, 0.2), 0em 2.5em 0 0em rgba(95, 44, 144, 0.2), -1.8em 1.8em 0 0em rgba(95, 44, 144, 0.2), -2.6em 0em 0 0em rgba(95, 44, 144, 0.2), -1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(95, 44, 144, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(95, 44, 144, 0.9), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(95, 44, 144, 0.2), -1.8em 1.8em 0 0em rgba(95, 44, 144, 0.2), -2.6em 0em 0 0em rgba(95, 44, 144, 0.2), -1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(95, 44, 144, 0.2), 1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(95, 44, 144, 0.9), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(95, 44, 144, 0.2), -2.6em 0em 0 0em rgba(95, 44, 144, 0.2), -1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(95, 44, 144, 0.2), 1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2), 2.5em 0em 0 0em rgba(95, 44, 144, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(95, 44, 144, 0.9), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(95, 44, 144, 0.2), -1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(95, 44, 144, 0.2), 1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2), 2.5em 0em 0 0em rgba(95, 44, 144, 0.2), 1.75em 1.75em 0 0em rgba(95, 44, 144, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(95, 44, 144, 0.9), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(95, 44, 144, 0.2), 1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2), 2.5em 0em 0 0em rgba(95, 44, 144, 0.2), 1.75em 1.75em 0 0em rgba(95, 44, 144, 0.2), 0em 2.5em 0 0em rgba(95, 44, 144, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(95, 44, 144, 0.9), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2), 2.5em 0em 0 0em rgba(95, 44, 144, 0.2), 1.75em 1.75em 0 0em rgba(95, 44, 144, 0.2), 0em 2.5em 0 0em rgba(95, 44, 144, 0.2), -1.8em 1.8em 0 0em rgba(95, 44, 144, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(95, 44, 144, 0.9);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(95, 44, 144, 0.9), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(95, 44, 144, 0.2), 1.75em 1.75em 0 0em rgba(95, 44, 144, 0.2), 0em 2.5em 0 0em rgba(95, 44, 144, 0.2), -1.8em 1.8em 0 0em rgba(95, 44, 144, 0.2), -2.6em 0em 0 0em rgba(95, 44, 144, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(95, 44, 144, 0.9), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(95, 44, 144, 0.2), 0em 2.5em 0 0em rgba(95, 44, 144, 0.2), -1.8em 1.8em 0 0em rgba(95, 44, 144, 0.2), -2.6em 0em 0 0em rgba(95, 44, 144, 0.2), -1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(95, 44, 144, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(95, 44, 144, 0.9), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(95, 44, 144, 0.2), -1.8em 1.8em 0 0em rgba(95, 44, 144, 0.2), -2.6em 0em 0 0em rgba(95, 44, 144, 0.2), -1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(95, 44, 144, 0.2), 1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(95, 44, 144, 0.9), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(95, 44, 144, 0.2), -2.6em 0em 0 0em rgba(95, 44, 144, 0.2), -1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(95, 44, 144, 0.2), 1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2), 2.5em 0em 0 0em rgba(95, 44, 144, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(95, 44, 144, 0.9), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(95, 44, 144, 0.2), -1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(95, 44, 144, 0.2), 1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2), 2.5em 0em 0 0em rgba(95, 44, 144, 0.2), 1.75em 1.75em 0 0em rgba(95, 44, 144, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(95, 44, 144, 0.9), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(95, 44, 144, 0.2), 1.8em -1.8em 0 0em rgba(95, 44, 144, 0.2), 2.5em 0em 0 0em rgba(95, 44, 144, 0.2), 1.75em 1.75em 0 0em rgba(95, 44, 144, 0.2), 0em 2.5em 0 0em rgba(95, 44, 144, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(95, 44, 144, 0.9), -1.8em -1.8em 0 0em #ffffff;
    }
}

.loadersmall {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    border-top: 5px solid #01b0e8;
    border-radius: 50%;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}

.has-tip {
    border-bottom: inherit;
    cursor: inherit;
    display: inline;
    font-weight: 700;
    position: relative;
}

.tooltip {
    background-color: #0a0a0a;
    border-radius: 0;
    color: #fefefe;
    font-size: 80%;
    max-width: 15rem !important;
    padding: 0.75rem;
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 5;
}

.tooltip::before {
    border-bottom-style: inherit;
    border-color: transparent transparent #0a0a0a;
    border-top-width: 0;
    bottom: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.tooltip.top::before,
.tooltip::before {
    border: inherit;
    content: "";
    display: block;
    height: 0;
    width: 0;
}

.tooltip.top::before {
    border-bottom-width: 0;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    bottom: auto;
    top: 100%;
}

.tooltip.left::before {
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    left: 100%;
}

.tooltip.left::before,
.tooltip.right::before {
    border: inherit;
    bottom: auto;
    content: "";
    display: block;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.tooltip.right::before {
    border-color: transparent #0a0a0a transparent transparent;
    border-left-width: 0;
    border-right-style: solid;
    left: auto;
    right: 100%;
}


/*end remove*/

.stepy-titles li {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #fff inset;
    cursor: pointer;
    float: left;
    line-height: 1;
    font-size: 0.8em;
    margin: 0px 5px 0px 5px;
    padding: 10px;
    /*top right bottom left*/
    font-weight: 100;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.button.disabled,
.button[disabled] {
    cursor: not-allowed;
    opacity: 0.75;
}

.reveal-modal-terms {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.stepy-titles .is-active {
    background: #1C8FDB none repeat scroll 0 0;
    border-color: #aed2ea;
}

div.small-site {
    display: none;
}

h2.header-nube {
    font-family: "Muli", sans-serif;
    line-height: 2.5em;
    padding-left: 1.3em;
    border-left: solid white;
    border-width: 0.06em;
    color: white;
    left: 35%;
    font-size: 2.5em;
    position: absolute;
    top: 0.33em;
}

h4.header-branch {
    font-family: "Muli", sans-serif;
    color: white;
    text-align: center;
}

div.nube-main {
    height: 8.2em;
    background: linear-gradient(90deg, #00AFF1 30%, #0dc9f9 70%);
}

div.nube-branch {
    height: 2.2em;
    background: #3397fd;
}

div.sideleft {
    width: 50%;
    height: 8.2em;
    float: left;
    background-size: 100% 100%;
    background-image: url('../vendor/img/nube.png');
    display: flex;
    align-items: center;
    justify-content: center;
}

div.sideright {
    width: 50%;
    float: right;
}

div.centerd {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.body-title {
    height: 8.2em;
    background-size: 50% 100%;
    background-repeat: repeat-y;
    background-image: url('../vendor/img/nube.png');
    display: flex;
    align-items: center;
    justify-content: center;
}

p.justify-text {
    text-align: justify;
}

.title-bar .menu-icon {
    float: right;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

div.mylogo {
    width: 8em;
    height: 3em;
    margin-top: 0.7em;
    margin-left: 11.5em;
    background-image: url('../vendor/login/logo.png');
    background-size: 100% 100%;
}

div.mainmenu {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
}

div.top-bar-right {
    padding-right: 5em;
}

.dropdown li {
    cursor: pointer;
    padding-left: 0.1em;
    padding-right: 0.1em;
}

ul.dropdown {
    margin-top: 0em;
    font-style: italic;
    font-family: 'roboto condensed', sans-serif;
}

ul li.nav-li {
    color: inherit;
    font-weight: 700;
    line-height: 0;
    padding: 0rem 0rem;
}

ul.menu-tabs {
    /*	background-color: white;*/
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #70716F transparent;
    border-width: 10px 7px 0;
    margin-right: 3%;
    padding: 0;
}

.dropdown li a {
    color: #70716F;
    font-weight: normal;
    font-style: normal;
}

.is-dropdown-submenu {
    min-width: 150px;
}

p.blueTable {
    line-height: 0 !important;
    margin-top: 10%;
    color: #1974fd;
}

p.redTable {
    line-height: 0 !important;
    margin-top: 10%;
    color: #FC5A00;
}

p.blackTable {
    line-height: 0 !important;
    margin-top: 10%;
    color: black;
}

#title_commerce {
    font-family: "Muli", sans-serif;
    font-size: 1.8em;
    text-align: center;
    color: #414c58;
    line-height: 100%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-transform: uppercase;
}

.numberCircle {
    border: 6px solid;
    border-radius: 50%;
    color: black;
    font: 900 0.8em "Muli", sans-serif;
    margin-right: 0.2em;
    padding: 3px;
    text-align: center;
    width: 40px;
    color: #414c58;
}

#openNewMsg {
    width: 160px;
}

#editMessage {
    float: right;
}

div.divNumbers {
    margin-bottom: 12px;
}

div.divNumbers p {
    font-family: "Muli", sans-serif;
    font-size: 16px;
    color: #414c58;
}

.search {
    font-size: 13px;
    font-family: "Muli", sans-serif;
    padding: 0px;
    line-height: 50px;
}

.search-fa {
    font-size: 13px;
    font-family: "Muli", sans-serif;
    padding: 0px;
}

#searchbox,
#searchboxSchedMsg {
    margin-top: -1px;
    background-color: white;
    border: none;
    padding: 15px;
    box-shadow: none;
    font-size: 13px;
    height: 40px;
    color: black;
    border: 1px solid #e5e5e5 !important;

}

#searchbox:focus {
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
}

select.hidden-elements,
input.hidden-elements {
    font-size: 0px !important;
}

.content-color {
    background-color: #f4f4f4 !important;
    color: #2c3144 !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.margin-1-left-right {
    margin-left: 1%;
    margin-right: 1%;
}

.margin-20 {
    margin: 20px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-btm-10 {
    margin-bottom: 10px;
}

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

.margin-top-35 {
    margin-top: 35px;
}

.padding-20 {
    padding: 20px;
}

.margin-bottom-10 {
    margin-bottom: 20px;
}

.margin-bottom-1-rem {
    margin-bottom: 1rem;
}

.paddding-left-20 {
    padding-left: 20px;
}

.margin-right-15 {
    margin-right: 15px;
}

.header-logo {
    margin: 13px 0 10px 35px;
    width: 8.9em;
}

.white-color {
    background-color: white;
}

.dark-blue {
    background-color: #0F1B5E;
}

.white-blue {
    background-color: white;
}

.light-brown {
    background-color: #ECECEC;
}

.tuki-section {
    background-color: white;
    padding-bottom: 20px;
}

.tuki-section h5 {
    line-height: 100%;
    margin-bottom: 0;
}

.white-content {
    background-color: white;
}

.days-container {
    background-color: none;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 5px 3px;
    border-radius: 8px;
}

.days-container a {
    border-radius: 8px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 5px 25px;
    background-color: white;
    border: 1px solid #3397fd;
    color: #3397fd;
}

.days-container a.active {
    border: none;
    color: white;
    background-color: #3397fd;
}

.tuki-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.white-content h5 {
    line-height: 100%;
    margin-bottom: 0;
}

.main-div {
    padding-top: 30px;
    padding-bottom: 30px;
}

.imgStopMaxWidth {
    max-width: none !important;
}

.padding-top-20 {
    padding-top: 20px;
}

.container {
    margin-top: 20px;
    padding: 20px;
}

.message-alert {
    font-size: 15px;
    font-family: Helvetica, Roboto, Arial, sans-serif;
}

.show-panel-message {
    display: inherit;
}

.hide-panel-message {
    display: none;
}

.hidden {
    display: none !important;
}

.hideme {
    display: none;
}

.hidemebutkeepme {
    visibility: hidden;
}

.show {
    display: inherit !important;
}

.callout {
    margin: 0px !important;
    padding: 40px !important;
    /* padding-bottom: 5px !important; MOD MZC*/
}

.callout.warning {
    border-color: var(--jobi-callot-border-color) !important;
    background-color: var(--jobi-callot-bg-color) !important;
    color: #0a0a0a
}

.form-container {
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 30px;
}

.font-form {
    font-size: 13px;
}

div.aftermap {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(5, 5, 5, 0.5);
    z-index: 10 !important;
}

div.reward-info {
    border-style: solid;
    border-width: 2px;
    padding: 1em;
}

div.reward-info .label-form {
    font-size: 15px;
    color: #888;
}

div.reward-info .myfont {
    font-size: 16px;
    text-align: center;
    color: #888;
}

div.border-segment {
    border-style: solid;
    color: #B2B2B2;
    border-width: 2px;
    margin-bottom: 1em;
}

div.seg-info {
    border-style: solid;
    color: #B2B2B2;
    border-width: 2px;
    padding: 1em;
}

table.datatable tbody > tr > td > span {
    margin-left: 0.3em;
}

table .button {
    margin-bottom: 0;
}

.label-form {
    /*text-transform: uppercase;*/
    color: black;
    font-family: "Muli", sans-serif;
    font-size: 13px;
    line-height: 175% !important;
}

.label-form.two-lines {
    padding-top: 23px;
}

label.label-form[for="middle-label"] {
    font-size: 18px;
}

.none-display {
    display: none;
}

.label-form-inline {
    font-size: 17px;
    font-family: "Muli", sans-serif;
    padding: 0px 0px 0px 0px !important;
}

.ms-choice {
    border: none !important;
    background-color: #f5f8fd !important;
    border-radius: 10px !important;
}

select.tuki-select {
    font-family: roboto;
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0;
}

.select2-container {
    border: none !important;
    background-color: #f5f8fd !important;
    border-radius: 10px !important;
}

.ms-drop ul li label span {
    padding: 4px;
    display: flex;
}

.ms-drop ul li:hover {
    background-color: #f5f8fd;
}

select {
    font-family: "Muli", sans-serif;
    font-size: 16px;
    padding-bottom: 0;
    padding-top: 0;
    border: none;
    background-color: #f5f8fd;
    outline: none;
    height: 40px;
    margin-top: -1px;


}

select.select-form {
    font-family: "Muli", sans-serif;
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 0;
    border: none;
    background-color: white;
    outline: none;
    height: 40px;
    margin-top: -1px;
    border: 1px solid #e5e5e5;
}

.report-filters select.select-form {
    font-size: 18px;
}

.report-filters select.select-form option {
    font-size: 1rem;
}

.report-filters .font-form {
    font-size: 1rem;
}

.is-invalid-input {
    border: 1px solid red !important;
}

.input-form {
    font-size: 12px;
    font-family: "Muli", sans-serif;
    background-color: white;
    text-align: left;
    color: black;
}

.input-search {
    font-size: 12px;
    font-family: "Muli", sans-serif;
    background-color: white;

}

.input-group {
    font-size: 20px;
}

.label-form-select-color {
    font-size: 25px;
    line-height: 1 !important;
}

.div-label-total {
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    height: 38px;
    width: 66%;
    float: left;
    background-color: white;
    font-size: 15px !important;
}

.div-count-total {
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    height: 38px;
    width: 34%;
    float: left;
    background-color: #6500ca;
}

.div-label-total p {
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    color: #9D9FA7;
    font-weight: 500;
    font-family: roboto;
}

.div-count-total p {
    font-family: roboto;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    color: white;
    font-weight: 700;
}

.myfont {
    font-family: "Muli", sans-serif;
}

.myfontadd {
    font-family: "Muli", sans-serif !important;
    font-size: 15px !important;
    padding: 10px 0px 10px 0px;
    margin: 0px;
}

.form-error {
    color: #cc4b37;
    font-family: "Muli", sans-serif !important;
    font-size: 12px !important;
    width: 100%;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 5px !important;
}

dl,
ol,
ul {
    margin-bottom: 0em;
}

.form-error.pics {
    margin-bottom: 0px !important;
    margin-top: 3px !important;
}

.standard-form input,
.standard-form textarea {
    font-family: "Muli", sans-serif;
    color: black;
    line-height: 100%;
    background-color: white;
}

.small-split input,
.small-split label {
    margin-bottom: 0px !important;
}

.small-split textarea,
.small-split select {
    margin-bottom: 13px !important;
}

.small-split label {
    line-height: 1.4em;
    margin-bottom: 15px !important;
}

.refreshpass:hover {
    background-color: #b3b3b3;
}

.progress.logo {
    height: 10px;
    margin-bottom: -14px;
}

.progress.portada {
    height: 10px;
    margin-bottom: -4px;
}

#autocomplete-google {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-family: "Muli", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    height: 29px;
    margin-left: 12px;
    margin-top: 10px;
    outline: none;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 85%;
}


/*
	Listas
*/

.listblock ul li a {
    background-color: white;
    display: block;
    padding: 14px
}

.listblock ul li a:hover {
    background-color: #C7CCD6;
}


/*
	Botones
*/

.button.default {
    padding: 3px;
    background-color: #0F1B5E;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Muli", sans-serif;
}

.button.default:hover,
.button.default:focus {
    background-color: #070d2c;
    color: white;
    font-weight: bold;
}

.button.formbutton {
    height: 2.4375rem;
    line-height: 2.4375rem;
    padding: 0 !important;
    width: 150px;
    background-color: var(--jobi-primary-color);
    color: #ffffff;
    font-size: 13px !important;
    font-family: "Muli", sans-serif;
    margin-bottom: 15px !important;
}

.button.formbutton:hover,
.button.formbutton:focus {
    background-color: var(--jobi-primary-color);
    color: #ffffff;
}

.button.cancel {
    height: 2.4375rem;
    line-height: 2.4375rem;
    padding: 0 !important;
    width: 150px;
    background-color: #ffffff;
    color: #494949;
    font-size: 13px;
    font-family: "Muli", sans-serif;
    border: 1px solid #303030;
    margin-left: 7px;
}

.button.cancel:hover,
.button.calcel:focus {
    background-color: #a3a3a3;
    color: #ffffff;
}

.form-report {
    margin-bottom: 20px;
}

.button.secundary {
    padding: 3px;
    background-color: #BBBBBB;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Muli", sans-serif;
}

.button.secundary:hover,
.button.secundary:focus {
    background-color: #737373;
    color: #fefefe;
    font-color: black;
    font-weight: bold;
}

.button.white {
    border: 1.5px #9b9b9b solid;
    background-color: white;
    color: #828181;
    font-size: 25px;
    font-weight: 500;
    height: 107px;
    font-family: "Muli";
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    outline: none !important;
    border-radius: 10px;
}

.button.white:hover,
.button.white:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}

.active-blue {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
    position: relative;
    color: #3397fd !important;
    border: 1.5px solid #3397fd !important;
}

.active-blue:after,
.active-blue:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.active-blue:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 18px;
    margin-top: -18px;
}

.active-blue:before {
    border-color: rgba(191, 191, 191, 0);
    border-left-color: #3397fd;
    border-width: 19px;
    margin-top: -19px;
}

.appbuttons {
    height: 17.5em;
}

.grap.label {
    background-color: #0F1B5E;
}

.table-btn {
    line-height: 3px;
}

.homebutton {
    background-color: white;
    color: #828181;
    border: 1px solid #bfbfbf;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}

.homebutton p.title {
    font-family: "Muli", sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 120%;
    color: #8c8c8c;
    transition: all 0.3s ease-in-out;
}

.homebutton:hover p.title {
    color: #511b74;
    transition: color 0.3s ease-in-out;
}

.homebutton:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease-in-out;
}

.homebutton p.desc {
    font-family: "Muli", sans-serif;
    font-size: 0.8em;
    line-height: 120%;
    font-weight: 100;
    text-align: center;
}

.homebutton img.commerce-icon {
    width: 7em;
    display: block;
    margin: auto;
}

div.com-button {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}

.purple-border {
    color: #828181;
    border: 1px solid #4E0664;
}

.button.homebutton:hover,
.button.homebutton:focus {
    background-color: #b3e6ff;
}


/*Div's*/

.divCircle {
    border-radius: 50%;
    border: 1px solid white;
    behavior: url(PIE.htc);
    /* Para IE8 */
    background: white;
    padding: 2px;
    margin: 10px;
}

.divCircle-add {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* Para IE8 */
    background: white;
    margin-left: 61px;
    margin-top: 42px;
    cursor: pointer;
}

.footer-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.goback-bar {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* Para IE8 */
    background: white;
    width: 80px;
    height: 80px;
    float: left;
}

.grap-percent {
    background-color: #99c3fd;
    height: 2.1rem;
    width: 50%;
    height: 2.3rem;
    float: left;
    display: table;
}

.grap-label {
    background-color: #F2F3F9;
    width: 50%;
    height: 2.3rem;
    float: left;
    display: table;
}

.grap-label p {
    color: #9D9FA7;
    font-family: roboto;
    font-size: 11px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.grap-percent p {
    font-family: roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

p.paragdata {
    font-family: "Muli", sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #888;
}


/*Backgrounds*/

.left-half {
    background-color: black;
    background-size: 100% 100%;
}


/*font colors*/

span.alert {
    color: #ec5840;
    font-weight: 800;
    font-family: "Muli", sans-serif;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #6d7078 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #6d7078 !important;
}

.right-half {
    background-color: orange;
    background-size: 50% 100%;
}


/* Selects */

.select-primary {
    font-size: 1.2rem;
    margin-top: 1px;
    margin-left: -2px;
    height: 3.438rem;
    -webkit-appearance: none !important;
    text-align-last: center;
    text-align: center !important;
    -ms-text-align-last: center !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
    background: url(../vendor/img/buscador-flecha.png) no-repeat right #f5f8fd;
    background-size: 20px;
    background-position-x: 98%;
    border: none;
}

.select-primary option {
    background-color: #f5f8fd;
    appearance: none;
    -webkit-appearance: none;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}


/* H E A D E R S */

.header-text {
    float: left;
    color: white;
    padding-left: 20px;
    color: white;
    margin: 0;
    font-family: "Muli", sans-serif;
}

.header-perfiles {
    color: white;
    padding-left: 50px;
    color: white;
    font-family: "Muli", sans-serif;
}


/* P A G I N A T I O N */


/*
Styles related DIRECTLY with jQuery-simple-pagination
*/

.simple-pagination-page-numbers a {
    display: block;
    float: left;
    width: 2rem;
    text-align: center;
}

a[class^="simple-pagination-navigation-"] + a[class^="simple-pagination-navigation-"] {
    margin-right: 0;
}

a[class*="simple-pagination-navigation-disabled"] {
    /*color: black;
	cursor: default;*/
}


/*
Styles used to page things look nice :)
*/

#header {
    border-radius: .5rem;
}

.my-navigation:after {
    content: "";
    display: table;
    clear: both;
}

.my-navigation div {
    float: left;
}

.my-navigation div + div {
    margin-left: 5px;
}

.my-navigation,
.tableData {
    width: 700px;
    margin: 0 auto;
}

.my-navigation {
    text-align: right;
    padding-top: 10px;
}

.simple-pagination-navigation-page,
.navbutton {
    margin: auto 1px;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    background: #6ea2de;
    color: white;
    border-radius: 3px;
    text-align: center;
    color: white !important;
    font-size: 20px;
}

.navbutton {
    font-weight: bold;
}

a.simple-pagination-selected {
    background: #187ed5;
    font-weight: bold;
}

.paging-nav a[data-page],
.paging-nav a[data-direction] {
    margin: auto 1px;
    text-decoration: none;
    display: inline-block;
    padding: 1px 7px;
    background: #91b9e6;
    color: white;
    border-radius: 3px;
}

.paging-nav a[data-page] {
    padding: 1px 12px;
}

.fontComp {
    font-size: 1.5rem;
    line-height: 1;
}

.tableRedemp {
    width: 250px;
    margin: 0 auto;
    border: 2px solid white;
}

.tableRedemp th label,
.tableRedemp td label {
    vertical-align: middle;
    background-color: white;
    font-size: 20px;
}

.tableRedemp th,
.tableRedemp td {
    vertical-align: middle;
    background-color: white;
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding: 0;
}

.tableComp {
    width: 700px;
    margin: 0 auto;
    border: 2px solid white;
}

.tableComp th label,
.tableComp td label {
    vertical-align: middle;
    background-color: white;
    font-size: 20px;
}

.tableComp td:nth-child(even) {
    padding-right: 40px;
}

.tableComp td:nth-child(odd) {
    padding-left: 55px;
}

.tableComp th,
.tableComp td {
    vertical-align: middle;
    background-color: white;
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding: 0;
}

.content-body {
    padding-top: 0px;
}


/* C U S T O M */

.not-selectable {
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    /*for obera and ie9 add attr unselectable="on"*/
}

.fixed-head tbody,
.fixed-head thead {
    display: block;
}

.fixed-head tbody {
    overflow: auto;
    max-height: 50vh;
}

.reveal-footer-fixed-head {
    margin-top: 0.8em;
}

.custom-panel-heading {
    background: #f5f8fd none repeat scroll 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-left: 20px;
    font-size: 1.15em;
    color: #333;
    font-weight: bolder;
    text-transform: uppercase;
}

.title-header {
    font-family: 'Muli', sans-serif;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 1.15em;
    color: #333;
    font-weight: bolder;
    text-transform: uppercase;
}

ul.touchMultiSelect {
    background-color: white !important;
    font-size: 18px !important;
}

.reveal .custom-panel-details {
    margin: 0;
}

.custom-panel-details {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
    padding-top: 10px;
}

.drop-zone-logotipo {
    width: 140px !important;
    height: 140px !important;
    border: 3px dotted black !important;
    display: block;
    margin: 0 auto;
}

.level-logo-zone {
    width: 140px;
    height: 140px;
    border: 3px dotted black;
}

.drop-zone-recompensa {
    width: 220px !important;
    height: 165px !important;
    border: 3px dotted black !important;
    display: block;
    margin: 0 auto;
}

.drop-zone-reward {
    width: 220px !important;
    height: 140px !important;
    border: 3px dotted black !important;
    display: table;
    margin: 0 auto;
}

.drop-zone-message {
    max-width: 220px !important;
    border: 3px dotted black !important;
    display: table;
    margin: 0 auto;
}

.drop-zone-message-solid {
    max-width: 220px !important;
    display: table;
    margin: 0 auto;
}

.button.editbutton {
    background-color: #26a655;
    color: #fefefe;
}

.button.editbutton:hover {
    background-color: #1c7d40;
}

.recompensa-segmentacion {
    width: 220px !important;
    height: 165px !important;
    border: 3px solid black !important;
    display: table;
    margin: 0 auto;
}

.recompensa-segmentacion-show {
    border: 3px solid black;
    display: table;
    margin: 0 auto;
    max-width: 220px;
}

.drop-zone-photogallery {
    width: 160px;
    height: 120px;
    border: 3px dotted black;
    display: inline-block;
    margin-left: 15px;
    margin-top: 16px;
    vertical-align: middle;
}

.allign-div-center {
    margin: 0 auto;
}

.logo-zone {
    width: 140px;
    height: 140px;
    border: dotted;
    /*margin-bottom: 16px;*/
}

.logo-zone {
    text-align: center;
}

.drop-zone-portada {
    width: 220px !important;
    height: 142px !important;
    border: 3px dotted black !important;
    display: block;
    margin: 0 auto;
}

img[src=""] {
    display: none;
}

.centerHeader {
    text-align: center;
}

textarea {
    resize: none;
}


/*COLOR PICKER*/

.simplecolorpicker.picker {
    min-width: 150px !important;
    max-width: 150px !important;
}

.simplecolorpicker.icon {
    width: 142px;
    margin-top: 0px;
}

.gllpMap {
    width: 100% !important;
}


/*V E N D O R*/

.stats {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #e1e1e1;
    border-image: none;
    border-style: solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-width: 3px 1px 1px;
    height: 150px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #fad8d1;
}

.stats-title {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
    line-height: 100%;
    font-size: 18px;
    text-align: center;
}

.stats-header {
    border-bottom: 1px solid #e1e1e1;
    padding: 0px;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    background-color: #eb7760;
    color: white !important;
    font-family: "Muli", sans-serif;
}

.stats-body {
    font-size: 30px;
    font-weight: 300;
    padding-top: 10px;
    line-height: 100%;
    text-align: center;
}

.resultTables {
    float: left !important;
}


/*Data tables*/

table tfoot,
table thead {
    /*background: transparent;*/
    color: #333333;
    border: 1px solid transparent;
}

table tbody tr:nth-child(even) {
    background-color: rgba(153, 195, 253, 0.1);
}

table.rewardstable tbody td {
    font-size: 18px;
    padding: 8px 15px !important;
    line-height: 1.1 !important;
    color: black;
}

table.card-levels-table.pointer tbody td {
    cursor: pointer;
}

table.rewardstable thead {
    font-size: 18px;
    line-height: 1.1;
    color: black;
}

table.rewardstableMsg tbody td {
    font-size: 1.4em;
    padding: 8px 15px !important;
    line-height: 1.1 !important;
    color: black;
}

table.rewardstableMsg thead {
    font-size: 1.3em;
    line-height: 1.1;
    color: black;
}

table.branchstable tbody td {
    font-size: 18px;
    padding: 8px 15px !important;
    line-height: 0.5 !important;
    color: black;
}

table.branchstable thead {
    font-size: 18px;
    line-height: 0.5;
    color: black;
}

.dataTables_info {
    clear: both;
    float: left;
    padding: 0.755em;
    font-size: 13px;
    line-height: 1.1;
}

.dataTables_wrapper .dataTables_paginate {
    font-size: 13px;
}


/*REVEAL CUSTOM*/

.reveal.small {
    width: 41%;
}

.reveal.small-middle {
    width: 46%;
}

.reveal.small-large {
    width: 52%;
}

.reveal.middle-small {
    width: 58%;
}

div.reveal.middle-middle {
    width: 68%;
}

label.middle {
    padding: 0.363rem 0;
}

div.reveal.large-small {
    width: 70%;
}


/*LINKS*/

.font-color-black {
    color: black;
}

.black-color {
    color: black;
}

.black-color:hover {
    color: black;
}


/*
.font-color-black:hover{
	color: black;
	font-size: 23px;
}
*/


/*  CSS PARA LA GALERIA DE COMERCIO  */

.gallery-pics {
    width: 100%;
    max-height: 288px;
    overflow: auto;
    padding-bottom: 16px;
    background-color: #f0f0f5;
}

.gallery-pics img {
    display: inline-block;
    vertical-align: middle;
    max-width: 155px;
    max-height: 120px;
    z-index: 1 !important;
}

.branch-div {
    width: 100%;
    max-height: 265px;
    overflow: auto;
    padding-bottom: 16px;
}

.overflow_table {
    width: 100%;
    overflow: auto;
}

.divPhotoGallery {
    /*cada imagen de la galeria va a estar en un div con esta clase*/
    display: inline-block;
    margin-left: 15px;
    margin-top: 16px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    color: transparent;
}

.remove-image {
    position: absolute;
    left: 68px;
    top: 40px;
    font-size: 30px !important;
    text-decoration: none;
    cursor: pointer;
}

.divPhotoMsg {
    /*cada imagen de la galeria va a estar en un div con esta clase*/
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    color: transparent;
}

.remove-msg-pic {
    cursor: pointer;
    font-size: 30px !important;
    margin: -13px;
    position: absolute;
    text-decoration: none;
}

.afterGallery {
    z-index: 2 !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
}

.afterGallery:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6) center no-repeat;
    color: #bbb;
}


/*vendor messages*/

#showMessage {
    display: none;
    color: #fff;
    left: 0;
    width: 100%;
    margin: 0
}

#showMessageDemo {
    color: #fff;
    left: 14.5%;
    width: 85.5%;
    margin: 0;
    position: fixed;
    z-index: 5;
    display: block;
    /* font-family: "roboto condensed", sans-serif; */
}

#showMessageDemo.menu-close {
    left: 3%;
    width: 97%;
}

#showMessage.success,
#showMessageDemo.success {
    background-color: #7fae00
}

#showMessage.fail,
#showMessageDemo.fail {
    background-color: #c00000
}

#showMessage.alert,
#showMessageDemo.alert {
    background-color: #f68b01
}

#showMessage.info,
#showMessageDemo.info {
    background-color: #00a6fc
}

#showMessageDemo.demo {
    background-color: rgba(90, 103, 231, 0.7);
}

.demo-btn {
    font-size: 12px;
    border-radius: 0px !important;
    background-color: #4050BA !important;
}

#showMessage a,
#showMessageDemo a {
    color: #fff
}

#showMessage .stateHolder {
    width: 90%;
    margin: 10px auto
}

#showMessageDemo .stateHolder{
    width: 90%;
    margin: 22px auto;
    margin-left: 40px;
    font-size: 14px;
}

#showMessage ul,
#showMessageDemo ul{
    padding: 0 10px;
    font-size: 18px;
}

#showMessage .messageNav,
#showMessageDemo .messageNav {
    float: right;
    padding-right: 14px;
    font-size: 18px;
}

#showMessageDemo .messageNav {
    margin-top: -50.5px;
    margin-right: 20px;
}


#showMessage .showMsg_list,
#showMessageDemo .showMsg_list {
    margin: 0;
    padding: 0
}

#showMessage .showMsg_list li,
#showMessageDemo .showMsg_list li {
    list-style: none
}


/*vendor modal alerts*/

.reveal-modal.open {
    position: fixed;
    top: 50% !important;
    /* override inline style injected from JS */
    left: 50%;
    transform: translate(-50%, -50%);
}

.reveal {
    box-shadow: 9px 18px 19px -8px rgba(51, 51, 51, 0.3);
    padding: 0px !important;
    background-color: #f4f4f4 !important;
}

.reveal-title {
    position: relative;
    padding: 12px 25px;
    font-size: 15px;
    overflow: hidden;
}

.reveal-body {
    padding: 1rem 1.5rem 0.5rem 1.5rem;
    font-family: "Muli", sans-serif;
}

div.centerpic img {
    display: block;
    margin: 0 auto;
}

img.centerpic {
    display: block;
    margin: 0 auto;
}

.reveal-title h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.reveal-footer {
    padding: 1rem 1rem 2rem;
}

.reveal-footer-tabs {
    margin-top: 1em;
    padding: 0rem;
}

.sep-15 {
    margin: 0em 0em 0.5em 0em;
}

.sep-30 {
    margin: 0em 0em 0.7em 0em;
}


/*loading animation*/

.loader {
    margin: 0 auto;
    border: 20px solid #78009D;
    border-radius: 50%;
    border-top: 20px solid #00CDFF;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 3s linear infinite;
}

#skin-select {
    z-index: 1 !important;
}

.reveal-overlay {
    z-index: 999;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

div.showmoreoptions {
    font-size: 1.5rem;
    width: 12%;
    background-color: #8c8c8c;
    min-height: 44px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    color: #f2f2f2;
}

div.monitor-info {
    width: 9.5%;
    max-height: 150px;
    display: inline-block;
    float: left;
    border-width: 1%;
    border-style: solid;
    margin: 0.25%;
    font-size: 1em;
    line-height: 100%;
    padding-top: 2px;
    padding-bottom: 3px;
    color: black;
    text-align: center;
    cursor: help;
}

div.monitor-info b {
    color: black;
}

div.monitor-info.green {
    background-color: #71da71;
    border-color: #2aa22a;
}

div.monitor-info.red {
    background-color: #ff4d4d;
    border-color: #b30000;
}

div.monitor-info.orange {
    background-color: #ff944d;
    border-color: #cc5200;
}


/*Table css*/

div.table-table {
    display: table;
}

div.header-table {
    display: table-header-group;
    font-weight: bold;
}

div.rowGroup-table {
    display: table-row-group;
}

div.row-table {
    display: table-row;
}

div.cell-table {
    display: table-cell;
    padding: 0px 2px 0px 2px;
}


/*End table css*/

button,
input,
optgroup,
select,
textarea {
    font-family: "Muli", sans-serif;
}


/*REPORT CSS*/

label.label-report {
    text-align: right;
    font-family: "Muli", sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 100%;
}

label.desc-report {
    text-align: left;
    font-family: "Muli", sans-serif;
    font-size: 21px;
    line-height: 100%;
}


/**/

ul.menu-row-items {
    margin: 0;
    display: inline-block;
}

ul.menu-row-items li {
    font-family: roboto condensed;
    font-size: 13px;
    margin: 3px 1px;
    cursor: pointer;
    list-style: none;
    border: 1px solid #A0A0A0;
    color: #252525;
    display: inline-block;
    line-height: 1.8rem;
    padding: 0 10px;
    text-align: center;
}

ul.menu-row-items li.selected {
    line-height: 1.92rem;
    color: white;
    border: none;
    padding: 0 11px;
    background-color: #00c4f9;
}


/* Helper Class */

.font-white {
    color: #ffffff;
}

.color-default {
    color: #333333;
}

.color-purple {
    color: #6500ca;
}

.uppercase {
    text-transform: uppercase !important;
}

.bold600 {
    font-weight: 600;
}

.w25 {
    width: 25px;
    height: 25px;
}

.no-border {
    border: inherit !important;
}

.no-border-top {
    border-top: none !important;
}

.container-boxs {
    margin-top: 25px;
    margin-bottom: 70px;
}

.box-default {
    height: 200px;
    max-height: 200px;
    text-align: center;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.05);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px -7px rgba(51, 51, 51, 0.3);
    border-radius: 20px;
}

.box-default img {
    width: 80px;
    height: 80px;
}

.box-default h2 {
    font-size: 1.7rem;
}

.box-default p {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}

.container-box-header {
    position: relative;
}

.container-box-header > .container-box-tools {
    padding: 10px 10px 5px 5px;
}

.container-box-header .title-box {
    display: inline-block;
    padding: 10px 0px 10px 0;
    margin: 0 0 0 5px;
    font-size: 16px;
    cursor: default;
    font-weight: normal;
    margin-left: 10px;
}

.container-box-header .title-box-update {
    margin-left: 10px;
    font-size: 12px;
}

.container-section-general {
    padding: 10px;
}

.container-feedback {
    background: rgba(153, 195, 253, 0.1);
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.container-feedback span {
    color: #333333;
}

.button-default.blue {
    background-color: #3397fd;
    color: #ffffff;
}

.button-default {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

.button-default.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.rounded {
    border-radius: 5000px !important;
}

.btn-text-purple {
    background-color: #6500ca;
    height: 40px;
    border-radius: 5% 5% 5% 5%;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 1px;
    margin-left: 5px;
    margin-left: 5px;
}


.agregarObservador {
    width: 40%;
    float: left;
    margin-bottom: 15px;
}

.searchbox-input {
    max-width: 250px;
    float: left;
}

.btn-block {
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 10px;
    max-width: 60px;
}

.btn-block button,
.btn-block div {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 13px;
}

.btn-block span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
    color: black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 10px;
    margin-top: 2px;
}

.my-btn i {
    font-size: 13px;
}

.btn-block.blue-color button,
.btn-block.blue-color div {
    background-color: #0097ff;
}

.btn-block.blue-border button,
.btn-block.blue-border div {
    border: 2px solid #0097ff;
}

.btn-block.blue-border div {
    padding: 10px;
}

.btn-block.blue-border button i,
.btn-block.blue-border div i {
    color: #0097ff;
    font-size: 22px;
}

.btn-purple,
.btn-grey {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: white;
    text-align: center;
    line-height: 0rem;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 0;
}

.btn-purple {
    background-color: #6500ca;
}

.btn-grey {
    background-color: #9e9e9e;
}

.btn-grey-color {
    background-color: #9e9e9e;
}

.btn-plus {
    background-image: url('../vendor/img/mas.svg');
}

.filter,
.trash,
.edit,
.import,
.clock,
.envelope {
    margin-left: -20% !important;
    margin-bottom: 3px;
}

.additional-params {
    font-family: "Muli", sans-serif;
    font-size: 13px;
    padding-bottom: 0;
    padding-top: 0;
    border: none;
    background-color: #f5f8fd;
    border-radius: 10px;
    outline: none;
    height: 40px;
    margin-bottom: 1rem !important;
}

.SumoSelect > .CaptionCont > span.placeholder {
    font-size: 13px !important;
}

.additional-params:hover {
    color: black !important;
}

ul#menuLanguage li {
    display: inline;
}

ul#menuLanguage li a {
    margin-left: 17px;
}

.active-lang a {
    color: #6500ca;
    font-weight: 900;
}

.container-list-language {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-list-language ul {
    list-style: none !important;
}

.container-list-language ul li {
    list-style: none !important;
    padding: 0px 10px 0px 5px;
}


/**/

.borderRadius8 {
    border-radius: 8px !important;
}

.w200 {
    width: 200px !important;
}

.div-logout {
    margin-top: 30px
}


/* M E D I A    Q U E R I E S */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    div.monitor-info {
        width: 16.15%;
    }
}


/*end media queries medium only*/

@media screen and (max-width: 39.9375em) {
    /*small only*/
    .reveal {
        width: 100% !important;
    }

    ul.touchMultiSelect {
        width: 87% !important;
    }

    div.showmoreoptions {
        width: 12%;
    }

    div.top-bar-left {
        display: none;
    }

    div.small-site {
        display: inherit;
    }

    div.large-site {
        display: none;
    }

    div.title-bar {
        background: #ECECEC none repeat scroll 0 0;
        color: black;
        padding: 0.5rem;
    }

    button.menu-icon::after {
        background: #77009D none repeat scroll 0 0;
        box-shadow: 0 7px 0 #77009D, 0 14px 0 #77009D;
    }

    button.menu-icon:hover::after {
        background: #77009D none repeat scroll 0 0;
        box-shadow: 0 7px 0 #77009D, 0 14px 0 #77009D;
    }

    div.mylogo {
        height: 3em;
        margin-left: 0em;
        margin-top: 0em;
    }

    .title-bar .menu-icon {
        top: 1em;
        width: 1.5em;
    }

    div.monitor-info {
        width: 24.5%;
    }

    .grap-percent {
        width: 100%;
    }

    .grap-label {
        width: 100%;
    }
}


/*end media queries small only*/

#laboralCondition {
    display: none;
}

#expedienteBlock {
    display: none;
}

.columna {
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.side-icon {
    width: 30px;
    height: auto;
}

.info-area {
    border-left-style: solid;
    border-left-color: rgb(252, 13, 27);
    border-width: 5px;
    border-radius: 4px;
    margin-top: 20px;
    font-family: "roboto condensed", sans-serif;
}

.text-banner {
    color: black;
    white-space: nowrap;
    margin: 5px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.title-text-jobi {
    color: black;
    font-size: 14px;
    font-weight: bold;
    font-family: "roboto condensed", sans-serif !important;
}

.title-text-jobi-2 {
    color: black;
    font-size: 12px;
    font-weight: bold;
    font-family: "roboto condensed", sans-serif !important;
}

.colums {
    float: left;
}

.icon-nav {
    width: auto;
    position: relative;
    margin-right: 10px;
}

.li-nav {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -20px;
}

img.icon-table-class {
    width: 25px;
    max-width: 25px;
    height: auto;
}

tbody {
    white-space: nowrap;
}

thead {
    font-size: 12px;;
    white-space: nowrap;
}

b {
    color: #222;
}

.label-tabs {
    font-weight: 700;
}

.tab-header {
    background-color: #f4f4f4;
}

.margin-view {
    margin-left: 15px;
    margin-right: 15px;
}

.input-search::placeholder {
    font-family: "Font Awesome 5 Free";
    text-align: right;
    color: #0a0a0a;
    font-weight: 700;
}

textarea {
    background-color: #f5f8fd;
}

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

.tagsEmployees {
    width: auto;
    height: auto;
    background: var(--jobi-secundary-color);
    display: flex;
    color: white;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    margin: 5px;
}

.boton {
    float: right;
    color: white;
    font-size: 18px;
    margin: 5px;
    cursor: pointer;
}

.tagContainer {
    border: 33px;
    border: solid 1px #cecece;
    border-radius: 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-emotions {
    text-align: center;
    position: relative;
    height: 120px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 79px;
}

.data-emotions {
    height: 120px;
    text-align: center;
}

.stats-emotions {
    font-size: 40px;
    font-weight: 700;
}

.stats-emotions-unique {
    font-size: 30px;
    font-weight: 700;
}

.text-emotions {
    color: black;
    font-weight: 600;
}

.emoji-margin-container {
    width: 19.667% !important;
}

.card-emotions {
}

.emoji {
    width: 36px;
    height: 36px;
}

.emotion-orbit-container {
    height: 220px !important;
}

.bullets-orbit {
    width: 0.8rem !important;
    height: 0.8rem !important;
}

.container-options-missions {
    border-radius: 10px;
    background-color: #f3f3f3;
}

#how_report {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 7px;
}

.preview {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 80%;
}

.boton-preview {
    color: black;
    cursor: pointer;
    position: relative;
    float: right;
    margin: 5px;
}

.margin-absence {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tittle-count-absence {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: black;
    color: black;
    border-width: thin;
    font-weight: 700;
}

.block-absence {
    background-color: #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 88px;
}

.title-seccion {
    font-size: 14px;
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
}

.title-seccion-container {
    font-size: 14px;
    color: black;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;

}

.img-absence-profile {
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    background-size: cover;
}

.tr-user-absent {
    background-color: #ffffff !important;
}

.icon-status {
    width: 16px;
    height: auto;
}

.border-limit-absent {
    border-right: rgb(235 235 235);
    border-width: 2px;
    border-right-style: solid;
}

.total-request {
    margin: 15px;
    color: var(--jobi-primary-color);
    font-size: 28px;
}

.margin-content {
    margin-bottom: 7px;
    margin-left: 40px;
    margin-right: 10px;
    margin-top: 10px;
}

@media (max-width: 820px) {
    .margin-content {
        margin-bottom: 7px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
    }
    .tabs-title{
        width: 100% !important;
    }
    .callout{
        padding: 25px !important;
    }
    .rs-h-450{
        height: 450px !important;
    }
    .rs-h-100{
        height: 100% !important;
    }
    .rs-w-auto {
        width: auto !important;
    }
    .rs-w-93 {
        width: 93.3% !important;
    }
    .rs-w-96 {
        width: 96.6% !important;
    }
    .rs-w-100 {
        width: 100% !important;
    }
    .rs-mt-n-10 {
        margin-top: -10px !important;
    }
    .rs-mt-0 {
        margin-top: 0rem !important;
    }
    .rs-mt-1 {
        margin-top: .25rem !important;
    }
    .rs-mt-2 {
        margin-top: .5rem !important;
    }
    .rs-mt-3 {
        margin-top: 1rem !important;
    }
    .rs-mt-4 {
        margin-top: 1.5rem !important;
    }
    .rs-mt-5 {
        margin-top: 3rem !important;
    }
    .rs-mt-25 {
        margin-top: 25px !important;
    }
    .rs-mb-0 {
        margin-bottom: 0rem !important;
    }
    .rs-mb-1 {
        margin-bottom: .25rem !important;
    }
    .rs-mb-2 {
        margin-bottom: .5rem !important;
    }
    .rs-mb-3 {
        margin-bottom: 1rem !important;
    }
    .rs-mb-4 {
        margin-bottom: 1.5rem !important;
    }
    .rs-mb-5 {
        margin-bottom: 3rem !important;
    }
    .rs-mb-20 {
        margin-bottom: 20px !important;
    }
    .rs-pt-0 {
        padding-top: 0rem !important;
    }
    .text-banner{
        white-space:pre-line !important;
    }
    #tabs-employees {
        width: auto !important;
    }
    .accordion-msg-header {
        padding: 25px !important;
    }
    .accordion-msg-content {
        padding: 0 25px 25px !important;
    }

    #showMessageDemo {
        left: 13% !important;
        width: 87% !important;
    }
    #showMessageDemo .stateHolder{
        margin: 22px auto;
    }

    #showMessageDemo .messageNav {
        margin-top: -10px;
        margin-bottom: 10px;
        padding-right: 14px;
    }

    .messageNav .ml-1 {
        padding-left: 50px;
    }

    #demo-content {
        padding-top: 150px !important;
    }

    .border-limit-pay {
        border-top: 2px solid var(--jobi-primary-color-opacity-8);
        border-left: 0px solid var(--jobi-primary-color-opacity-8) !important;
    }

    .padding-card-amount {
        padding: 10px !important;
        min-height: 1px;
    }
    .fixed-columns th:first-child,
    .fixed-columns td:first-child {
        position: static !important;
    }

    .fixed-columns th:first-child,
    .fixed-columns td:first-child,
    .fixed-columns th:nth-child(2),
    .fixed-columns td:nth-child(2),
    .fixed-columns th:nth-child(3),
    .fixed-columns td:nth-child(3) {
        position: static !important;
    }
}

.status-absent {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 90px;
    float: right;
    bottom: 25px;
}

.img-status-message {
    width: 20px;
    height: auto;
}

.dashboard-blocks-noti {
    height: 80px;
    margin-bottom: 10px;
}

.total-dashboard {
    font-size: 52px;
    color: var(--jobi-primary-color);
}

.total-analytics {
    font-size: 30px;
    color: var(--jobi-primary-color);
}

.dashboard-shadow123 {
    background: #ffffff;
    /*box-shadow: 9px 18px 19px -8px rgba(200, 200, 200, 0.3);*/
    box-shadow: 6px 5px 4px 0px rgb(0 0 0 / 25%);
    border: none !important;
    margin-top: 12px;
}

.div_hover {
    background-color: #FFFFFF;
    box-shadow: 6px 5px 13px 0px rgb(0 0 0 / 25%);
}

.div_hover:hover {
    background-color: var(--jobi-primary-color);
    color: white !important;
}

.div-noti {
    position: relative;
    width: 25px;
    height: 25px;
    background-color: #f91624;
    border-radius: 30px;
    left: 15px;
    bottom: 39px;
}

.block-dashboard {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 88px;
}

.div_hover:hover a {
    color: white;
}

.status-dashboard {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: red;
    float: right;
    border-radius: 20px;
    left: 5px;
    bottom: 13px;
}

.space-line {
    line-height: 12px;
}

.div_tab {
    background-color: #FFFFFF;
}

.div_shadow {
    box-shadow: 6px 5px 19px 0px rgb(0 0 0 / 25%);
}

.grid-margin-x > .cell-inputs-absence {
    width: calc(25% - 2.875rem);
}

.box-shadow-container-invert {
    background: #ffffff;
    box-shadow: -6px 5px 19px 0px rgb(0 0 0 / 25%);
    border: none !important;
    margin-top: 12px;
}

.margin-space-content {
    margin-left: 0px;
    margin-top: 15px;
}

.btn-container-rigth {
    display: flex;
    align-items: center;
    justify-content: right;
}

.btn-action-container {
    width: 15.667%;
}

.div-container-border {
    background: white;
    border: 1px solid #e5e5e5;
}

.cell-space-content {
    position: relative;
    top: 20px;
    margin-top: 35px;
}

.tittle-space-seccion {
    position: absolute;
    top: -2rem;
}

#alertMessageDescription {
    font-size: 16px;
}

/* Helper class */
.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

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

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

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

.btn-status-active {
    background-color: #4BA64C;
    height: 25px;
    border-radius: 5px;
    color: white;
    color: white;
    font-size: 10px;
}

.btn-status-inactive {
    background-color: #ed9c25;
    height: 25px;
    border-radius: 5px;
    color: white;
    font-size: 10px;
}

.btn-status-rejected {
    background-color: red;
    height: 25px;
    border-radius: 5px;
    color: white;
    font-size: 10px;
}

.btn-status-text {
    margin: 8px;
}

.badge {
    border-radius: 6px !important;
}

.badge.greylight {
    background: #F1F5F9;
    color: #0a0a0a;
}

.badge.greylight2 {
    background: rgb(232,236,239);
    color: rgb(73,73,73);
}

.badge.greylight3 {
    background: rgba(232,236,239, 0.6);
    color: rgb(73,73,73);
}
.badge.greylight4 {
    background: rgba(232,236,239, 0.5);
    color: rgba(73,73,73, 0.5);
}

.badge.amber {
    background: #fef3c7;
    color: #0a0a0a;
}

.badge.greenlight {
    background: #d8f5da;
    color: #0a0a0a;
}

.badge.greenlight2 {
    background: rgb(190,242,211 );
    color: rgb(26,114,0);
}

.badge.greendark {
    background: #4BA64C;
    color: #ffffff;
}

.badge.pinklight {
    background: #f6a3b0;
    color: #0a0a0a;
}

.badge.orangelight {
    background: rgba(242, 200, 15, 0.25);
    color: #D68910;
}

.badge.bluelight {
    background: rgba(15, 147, 242, 0.25);
    color: #1087d6;
}

.badge.redlight {
    background: rgba(242, 15, 15, 0.25);
    color: #d61010;
}

.jb-bg-greenlight {
    background: #d8f5da !important;
    color: #0a0a0a;
}

.jb-bg-greendark {
    background: #4BA64C !important;
    color: #ffffff;
}

.jb-bg-pinklight {
    background: #f6a3b0 !important;
    color: #0a0a0a;
}

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

.btn-documents-menu {
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: white;
    padding: 5px;
}

.button.tabs-menu {
    height: 2.4375rem;
    line-height: 2.4375rem;
    padding: 0 !important;
    width: 150px;
    background-color: white;
    color: #494949;
    font-size: 13px;
    font-family: "Muli", sans-serif;
    margin-left: 7px;
}

.img-employee-profile {
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    background-size: contain;
}

.container-profile {
    margin: 5px;
}

.container-absence {
    display: flex;
    background-color: white;
    margin-top: 5px;
    margin-bottom: 20px;
    height: 130px;
    max-height: 150px;
}

.sub-container-absence {
    background-color: white;
    margin-top: -20px;
    margin-bottom: 20px;
}

.container-text-absence {
    margin: 5px;
}

.name-absence-text {
    font-weight: 600;
    color: black;
    font-size: 14px;
}

.header-absence {
    display: flex;
    justify-content: space-between;
}

.text-absence-request {
    font-size: 12px;
    color: black;
    font-weight: 600;
}

.date-request-absence {
    font-size: 12px;
}

.container-status-absence {
    /*background-color: #ea9a25;*/
    display: flex;
    align-items: center;
    justify-content: left;
}

.text-status-pending {
    color: white;
    font-size: 11px;
}

.close-button:focus, .close-button:hover {
    color: #e03131 !important;
}

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

.ml-1 {
    margin-left: .25rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

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

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

.mr-1 {
    margin-right: .25rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

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

.text-danger {
    color: #cc4b37 !important;
}

.jb-stamped {
    width: 16px !important;
    margin-right: 35px;
}

.jb-by-stamped {
    width: 16px !important;
    margin-right: 35px;
}

.jb-pointer {
    cursor: pointer !important;
}

.jb-pointer-none {
    pointer-events: none !important;
}

.jb-w30 {
    width: 30px;
}

.font-s8 {
    font-size: 8px !important;
}

.font-s10 {
    font-size: 10px !important;
}

.font-s12 {
    font-size: 12px !important;
}

.font-s14 {
    font-size: 14px !important;
}

.font-s16 {
    font-size: 16px !important;
}

.font-s18 {
    font-size: 18px !important;
}

.jb-font-s20 {
    font-size: 20px;
}

.container-tab-analytics {
    background: #ffffff;
    border: none !important;
    margin-top: 12px;
}

.jb-bg-purple {
    background-color: var(--jobi-primary-color) !important;
    color: #ffffff;
}

.jb-bg-purple:hover, .jb-bg-purple:focus {
    background-color: var(--jobi-primary-color) !important;
    color: #ffffff;
}


.card-hover {
    color: #0000;
    cursor: pointer;
    background: linear-gradient(90deg, #1095c1 50%, #000 0) var(--_p, 100%)/200% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    transition: .4s;
}

.card-hover:hover {
    --_p: 0%;
}

.button.lineoptionsecond {
    height: 2.4375rem;
    line-height: 2.4375rem;
    padding: 0 !important;
    width: 150px;
    background-color: transparent;
    font-size: 13px !important;
    font-family: "Muli", sans-serif;
    margin-bottom: 15px !important;
    color: black;
    border-bottom-style: solid;
    border-bottom-color: var(--jobi-primary-color);
}
.button.lineoptions {
    height: 2.4375rem;
    line-height: 2.4375rem;
    padding: 0 !important;
    width: 150px;
    background-color: transparent;
    font-size: 13px !important;
    font-family: "Muli", sans-serif;
    margin-bottom: 15px !important;
    color: var(--jobi-primary-color);
    border-bottom-style: solid;
    border-bottom-color: red;
}

/* Estilos para el contenedor de los botones */
.tab-jobi-buttons {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

/* Estilos para los botones de pestañas */
.tab-jobi-button {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 10px 20px;
    color: rgb(128, 128, 128);
    border-bottom: 2px solid rgb(128, 128, 128);
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: end;
    justify-content: center;
}

/* Estilos para los botones redondeados */
.round-jobi-button {
    width: 100%;
    border-radius: 5px;
    background-color: var(--jobi-primary-color);
    padding: 10px 20px;
    color: white;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: end;
    justify-content: center;
}

.round-jobi-button:hover {
    background-color: var(--jobi-primary-color-opacity-8);
    color: white;
}

/* Animación de desplazamiento infinito */
@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.tab-jobi-button::before {
    content: attr(data-text); /* Utiliza el atributo data-text para el contenido */
    position: absolute;
    white-space: nowrap;
    animation: scrollText 2s linear infinite; /* Ajusta la duración y la velocidad según tus preferencias */
}

/* Estilos para el borde inferior morado cuando el botón está activo */
.tab-jobi-button.active {
    color: var(--jobi-primary-color);
    border-bottom: 2px solid var(--jobi-primary-color);
}

/* Efecto de iluminación cuando el cursor pasa por encima */
.tab-jobi-button:hover {
    background-color: var(--jobi-primary-color-opacity-8);
    border-bottom: 2px solid var(--jobi-primary-color);
    color: white;
}

/* Barra de progreso */
.progress-bar {
    width: 100% ;
    height: 10px ;
    appearance: none ;
    -webkit-appearance: none ;
}
.progress-bar::-webkit-progress-bar {
    background-color: #ddd;
    border-radius: 10px;
}

.progress-bar-success::-webkit-progress-value {
    background-color: rgb(190,242,211 ) !important;
}
.progress-bar-warning::-webkit-progress-value {
    background-color: rgba(242, 200, 15, 0.95) !important;
}

.progress-bar::-webkit-progress-value {
    background-color: var(--jobi-primary-color-opacity-8);
    border-radius: 10px;
}

.progress-bar-alternative::-webkit-progress-value {
    background-color: var(--jobi-alternative-color-opacity-8);
    border-radius: 10px;
}

.progress-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Alinea el porcentaje a la esquina superior izquierda */
    width: 100%;
    height: 100%; /* Ajusta la altura según tus necesidades */
}

.progress-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.progress-label {
    margin-left: 10px; /* Ajusta el espaciado entre los dos divs */
    margin-right: 10px; /* Ajusta el espaciado entre los dos divs */
}

.progress-bar {
    width: 100%;
    margin-top: 10px; /* Ajusta el espacio entre los divs y la barra de progreso */
}

/* Paginado tablas */
a.paginate_button.current {
    background: var(--jobi-primary-color) !important;
}

a.paginate_button.previous:hover,
a.paginate_button.next:hover,
a.paginate_button:hover {
    background: rgb(89, 103, 231,0.75) !important;
}

.event-title {
    white-space: normal; /* Permitir saltos de línea */
    overflow: hidden;   /* Cortar texto que desborde el contenedor */
    text-overflow: ellipsis; /* Agregar puntos suspensivos (...) al final del texto cortado */
    max-height: 1.5em; /* Limitar la altura para mostrar solo 2 líneas de texto */
}

/* Para ocultar la imagen en dispositivos móviles */
@media (max-width: 768px) {
    .mobile-hidden {
        display: none;
    }
}

.spinner-sm {
    border: 4px solid var(--jobi-primary-color);
    border-top: 4px solid #e9ecef;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

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

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

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-94 {
    width: 94% !important;
}

.w-96 {
    width: 96.6% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

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

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

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

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

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

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

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

.lh-0 {
    line-height: 0 !important;
}

.lh-1 {
    line-height: 0.25rem !important;
}

.lh-2 {
    line-height: 0.5rem !important;
}

.lh-3 {
    line-height: 1rem !important;
}

.lh-4 {
    line-height: 1.5rem !important;
}

.lh-5 {
    line-height: 3rem !important;
}

.lh-auto {
    line-height: auto !important;
}

.text-left-i {
    text-align: left !important;
}
/* Aplicar la clase "text-left" a todos los elementos <li> dentro de la estructura de detalles de DataTables */
table.dataTable.dtr-inline tr.child ul li {
    text-align: left !important;
}

.subtitleCard {
    color: #666;
    font-size:13px;
}

.centerDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 10px;
}

.table-border-0 {
    border-collapse: initial !important;
}

.txt-ws {
    white-space: normal;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0;
}

.switch input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px !important;
    height: 34px !important;
    background-color: grey !important;
    border-radius: 34px !important;
    transition: background-color 0.3s !important;
}

.switch label:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: white;
    top: 4px;
    left: 4px;
    transition: transform 0.3s;
}

.switch input[type="checkbox"] + label {
    background:#000;
}

.switch input[type="checkbox"]:checked + label {
    background-color: var(--jobi-primary-color) !important;
    background:#000;
}

.switch input[type="checkbox"]:checked+label:before {
    transform: translateX(26px) ;
}

.color-jobi {
    color: var(--jobi-primary-color-opacity-8)
}

.color-jobi-alt {
    color: var(--jobi-alternative-color-opacity-8)
}

.th-head-active {
    background-color: rgba(153, 195, 253, 0.1) !important;
}
.th-head-active-blue {
    background-color: rgba(192, 214, 228, 0.5) !important;
}
.th-head-active-green {
    background-color: rgba(144, 238, 144, 0.3) !important;
}
.th-head-active-light-salmon {
    background-color: rgb(255, 160, 122) !important;
}
.th-head-active-light-red {
    background-color: rgba(200, 16, 46, 0.3) !important;
}
.th-head-active-extra-light-red {
    background-color: rgba(228, 0, 70, 0.1) !important;
}
.th-head-active-light-pink {
    background-color: rgb(252, 228, 214) !important;
}

.fixed-columns th:first-child,
.fixed-columns td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #F8F8F8; /* Color del encabezado */
}
.fixed-columns tbody tr:nth-child(odd) td:first-child{
    background-color: #FFF;
}
.fixed-columns tbody tr:nth-child(even) td:first-child{
    background-color: #F3F8FD;
}

.dv-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ms-parent input[type='radio'],
.ms-parent input[type='checkbox'] {
    display: block;
}
.ms-choice {
    height: 39px;
}

.ms-choice>span {
    color: gray;
    top: 6px;
}

.jb-remove {
    color: red;
}

.icon-sidebar-filter {
    filter: var(--ic-sidebar-filtro);
}

.btn-type-ic{
    margin-bottom: 20px;
    display: flex; /* Hace que el div sea un contenedor flex */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    margin-bottom: 20px; /* Mantiene tu margen existente */
    height: 100%; /* Establece una altura, ajusta según sea necesario */
}

.btn-type-ic a {
text-align: center; /* Centra el contenido del enlace */
display: block; /* Hace que el enlace se comporte como un bloque */
}

.th-word-wrap {
    white-space: normal;
    word-wrap: break-word;
}

.accordion-msg {
    width: 100%;
    background: white;
    border: 2px solid #DDE0E7;
    border-radius: 10px;
}

.accordion-msg.info {
    /* border: 2px solid var(--jobi-callot-border-color) !important; */
    border: 0px solid #DDE0E7;
}

.a-msg-info-2 {
    background-color: var(--jobi-callot-bg-color) !important;
}

.accordion-msg-header {
    color: #2a313a;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 25px 30px 25px 50px;
}

.accordion-msg-content {
    /* display: none; */
    margin-top: -10px;
    padding: 0 50px 25px;
    border-bottom: 0;
    background-color: white;
    border-radius: 10px !important;
}

.accordion-msg-icon {
    width: 25px !important;
}

.accordion-msg-tittle {
    font-size: 15px;
    font-weight: 900;
}

.step-div {
    margin-left: 0px !important;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px !important;
    border: 0px solid #DDE0E7;
}

.step-close {
    position: sticky;
    text-align: right;
    font-size: 1.5rem;
    margin-right: -25px;
    margin-top: -25px;
}

.lh-1 {
    line-height: 1rem;
}

.txt-bottom {
    vertical-align: bottom;
}

.close-accordion-item {
    width: 20px !important;
}

.jb-container-amount {
    margin: 0;
}

.border-limit-pay {
    border-left: 2px solid var(--jobi-primary-color);
}

.padding-card-amount {
    padding: 30px 5px;
    min-height: 1px;
}

.f-w-n {
    font-weight: normal !important;
}
