
:root {
    --main-bg-color: #08515d;
}

.pace .pace-progress {
    display: none !important;
}

#crudTable_wrapper #crudTable tr td:first-child {
    padding-left: 16px !important;
}

.app-header {
    flex: 0 0 80px !important;
}

.app-header.bg-light .navbar-brand {
    height: 100%;
}

.nav {
    flex-wrap: nowrap;
}

.img-avatar {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}

.sidebar.sidebar-pills ul.panel {
    list-style-type: none;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #08515d94;
    border-radius: 10px;
    cursor: pointer;
}

.sidebar.sidebar-pills ul.panel:hover {
    background-color: var(--main-bg-color);
}

.sidebar.sidebar-pills ul.panel.active {
    background-color: var(--main-bg-color);
}

.sidebar.sidebar-pills ul.panel li.active {
    font-weight: 700;
}

.sidebar.sidebar-pills ul.panel li {
    color: #fff !important;
    padding-left: 5px;
    text-transform: uppercase;
}

.sidebar.sidebar-pills ul.panel li a:hover {
    text-decoration: none;
    font-weight: bold;
}

.select2-results__group {
    text-transform: uppercase;
    font-size: 14px;
    color: #00abaf !important;
}

.deviceChoice {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    margin: 0 30px;
    opacity: 0.7;
    transition: all 0.1s linear;
}

.deviceChoice:hover {
    opacity: 1;
}

.deviceChoice.selected {
    border: 2px solid #00abaf;
    border-radius: 15px;
    padding: 0 20px;
    opacity: 1;
}

.lang-button {
    display: none;
}

.backgroundCiceroneLight {
    background: #00abaf !important;
}

.backgroundCiceroneColorDark {
    background: #08515d !important;
}

.backgroundCiceroneDark {
    background: #08515d !important;
    /*AÑADIDO ANTONIO TEST*/
    position: fixed;
    top: 0;
    left: 0;
    height: 10vh;
    width: 100vw;
    z-index: 99;
}

.sidebar {
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar.sidebar-pills .nav-link,
.sidebar.sidebar-pills .nav-title {
    color: #fff !important;
}

.toggleCicerone {
    padding: 0.25rem 0;
    height: 100%;
    background: #00abaf !important;
    border-radius: 0 !important;
}

.mayus {
    border-bottom: 1px #fff solid !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
    margin-left: 25px;
    margin-right: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mainLi {
    padding: 15px 0;
}

.main {
    overflow: auto;
}

.sidebar.sidebar-pills .nav-link.inside.active {
    background-color: #08515d;
    color: #fff !important;
    border-radius: 5px;
    margin-right: 20px !important;
}

.sidebar.sidebar-pills .nav-link.active {
    color: #fff !important;
    background: none;
}

.sidebar.sidebar-pills .mayus:hover {
    font-weight: bold;
    color: #fff !important;
    background: none;
}

.sidebar.sidebar-pills .inside:hover {
    background-color: #08515d;
    color: #fff !important;
    border-radius: 5px;
    margin-right: 20px !important;
}

.sidebar .nav-dropdown-toggle:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%ffffffff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E") !important;
}

.nav-dropdown-items-parent {
    position: relative;
    top: 10px;
}

.sidebar.sidebar-pills .nav-dropdown.open {
    background: none !important;
}

.sidebar.sidebar-pills .nav-dropdown .nav-link:not(.nav-dropdown-toggle) {
    margin-left: 12px;
    padding: 0.5rem 0.25rem 0.5rem 0.75rem;
}

.toggleCicerone {
    outline: 0 !important;
}

.btn-primary {
    background: #08515d !important;
    border: 0 !important;
}

.open > .mayus {
    font-weight: bold !important;
}

.sidebar > .sidebar-nav {
    overflow: visible !important;
}

.open > .nav-dropdown-items-parent {
    overflow: visible !important;
}

/*
.contenidos:not(.open) > #contenidos{
    display: block !important
}

.contenidos.open > #contenidos{
    display: block !important
}
*/

::-webkit-scrollbar {
    width: 8px !important;
    height: 12px !important;
}

::-webkit-scrollbar-track {
    background: #fff !important;
    border-radius: 16px; /* Bordes redondeados */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    background: #0c8080 !important;
    border-radius: 16px;
    border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    background: #0c8080 !important;
}

@media only screen and (max-width: 600px) {
    ::-webkit-scrollbar {
        display: none;
    }
}

/* #contenidos{
    animation: fadeIn .2s;

} */

/* .contenidos:hover > #contenidos{
    display: block !important;
    opacity: 1;
    z-index: 2;

} */

/* #contenidos:not(:hover) {
    opacity: 0;
    z-index: -1;
  } */

/* .autenticacion:hover > #autenticacion{
    display: block !important;
    opacity: 1;
    z-index: 2;
}

#autenticacion:not(:hover){
    opacity: 0;
    z-index: -1;
  } */

.mainLiFather:before {
    content: "+";
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 16px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    line-height: 1;
    padding: 1px 4px;
}

.mainLiFather.open:before {
    content: "-";
    padding: 1px 5px;
    -webkit-text-stroke: 1px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Module offices */
.opacity-row {
    opacity: 50%;
}

/* End Module offices */

/* Module registers */

.switch-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    border: 2px solid #00abaf;
    border-radius: 10px;
    overflow: hidden;
    width: 200px;
    /* margin: 10px auto; */
}

.switcher {
    position: relative;
    width: 100%;
    height: 34px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.switcher input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    margin: 0;
    top: 0;
    left: 0;
}

.switcher label {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    pointer-events: none; /* el input es quien recibe el clic */
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    color: #1e1e1e;
}

.before-label,
.after-label {
    width: 50%;
    text-align: center;
    line-height: 34px;
    font-weight: 500;
    transition: color 0.3s;
}

/* Estilo activo según el estado del checkbox */
input:not(:checked) + label .before-label {
    color: #00abaf;
}

input:checked + label .after-label {
    color: #00abaf;
}


@keyframes turn-on {
    0% {
        left: 100%;
    }
    100% {
        left: 0%;
    }
}

@keyframes turn-off {
    0% {
        right: 100%;
    }
    100% {
        right: 0%;
    }
}

.register-icon-button {
    color: #00abaf;
    font-size: 25px;
    cursor: pointer;
}

.register-icon-button-red {
    color: red;
    font-size: 25px;
    cursor: pointer;
}

.register-satisfaction-level-icon {
    font-size: 70px;
}

.register-satisfaction-level-icon-five {
    font-size: 60px;
}

.register-satisfaction-level-icon-ten {
    font-size: 50px;
}

.icon-red {
    color: red;
}

.icon-orange {
    color: orange;
}

.icon-yellow {
    color: yellow;
}

.icon-low-green {
    color: #00af00;
}

.icon-green {
    color: #00abaf;
}
/* End Module registers */

/* Module registers */

.register-icon-button {
    color: #00abaf;
    font-size: 25px;
    cursor: pointer;
}

.register-icon-button-red {
    color: red;
    font-size: 25px;
    cursor: pointer;
}

.register-satisfaction-level-icon {
    font-size: 70px;
}

.register-satisfaction-level-icon-five {
    font-size: 60px;
}

.register-satisfaction-level-icon-ten {
    font-size: 50px;
}

.icon-red {
    color: red;
}

.icon-orange {
    color: orange;
}

.icon-yellow {
    color: yellow;
}

.icon-low-green {
    color: #00af00;
}

.icon-green {
    color: #00abaf;
}
/* End Module registers */

.ciceroneColor {
    color: #00abaf;
}

/* Module interest point */

.interest-point-form-element {
    color: #88692a;
    background-color: white;
    border: unset;
}

.backgroundFormBox {
    background-color: #f3f3f2;
}

.background-label-cicerone {
    background-color: #00abaf;
    color: #fff;
}

.background-label-grey {
    background-color: #f3f3f2;
}

.label-with-border {
    border-radius: 10px;
    padding-right: 2%;
    padding-left: 2%;
}

#crudTable_processing img {
    mask: url("/assets/icons/loader-crud.svg") no-repeat center;
    -webkit-mask: url("/assets/icons/loader-crud.svg") no-repeat center;
    background-color: #0c8080;
    width: 80px;
    height: 80px;
}

.breadcrumb li {
    display: flex;
}

#crudTable_info {
    display: none;
}

#crudTable_filter label {
    text-align: end;
}
/* End interest point */

.sticky-footer {
    display: flex;
    justify-content: center;
    height: auto;
    padding: 32px;

    .footer__text {
        text-align: center;
        font-size: 16px;
        color: #11b7b7;
    }

    .footer__devices {
        display: none !important;
    }
}

.label-with-border {
    display: inline-block;
    margin-bottom: 0.5rem;
}

/* Thead from CRUD tables when users scroll (fixed) */
.dtfh-floatingparent,
.dtfh-floatingparenthead {
    top: 112px !important;
    z-index: 1 !important;

    @media (max-width: 1024px) {
        top: 96px !important;
    }

    table {
        border-radius: 12px 12px 0 0;
        overflow: hidden;
    }

    table thead {
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        background-color: #0c8080;
    }

    table thead th {
        padding: 16px 32px;
    }

    table thead th::after {
        top: 52% !important;
    }

    table thead th::before {
        bottom: 52% !important;
    }

    table thead th:not(:first-child),
    table thead th:not(:last-child) {
        text-align: center;
    }
}

/* Hover effect in select2 from bootstrap */
.select2-container--bootstrap
    .select2-results__option--highlighted[aria-selected] {
    background-color: #11b7b7 !important;
    color: #ffffff !important;
}

/* Select filters backpack */
.dropdown-menu.show {
    border-radius: 8px;
}

.dropdown-item:active,
.dropdown-item:hover {
    background-color: #11b7b7 !important;
    color: #ffffff !important;
}
.dropdown-item.active {
    background-color: #0c8080 !important;
    color: #ffffff !important;
}

/* Bug from description edit - color picker */
#divInputDescription {
    .note-color-row {
        display: flex;
    }
}

i.la-flag-checkered.pull-right{display: none;}
.selfieImage img {
    width: auto !important;
    height: auto !important;
    aspect-ratio: auto !important;
    max-height: none !important;
}

