/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 15px;
    /* font-family: "Roboto", sans-serif; */
    font-family: 'Montserrat', sans-serif;
}

.main-login {
    background-image: url('../img/fondo_login.png');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-login {
    display: flex;
    align-items: center;
    height: 100vh;
}

.col-login {
    max-width: 350px;
}

.text-login {
    text-align: center;
    color: white;
}

.tab-content>.active {
    background-color: aliceblue !important;
}


#searchFichada .btn-verFichadas {
    width: 20.3% !important;
    height: 11% !important;
    top: 50.3% !important;
    left: 50.5% !important;
    position: absolute !important;
}

.rowbtnsfichadas {
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin: 1rem;
}

.table {
    background-color: #b9c2ce !important;
    border-radius: 7px;
}


.nav-tabs .nav-link {
    border: 2px solid #dae6f0 !important;
}

.nav-tabs .nav-link:hover {
    color: #1a1c26 !important;
}

.navbar svg path {
    fill: #ffffff;
    transition: fill 0.3s;
}

.navbar svg:hover path {
    fill: #000000;
}

.navbar svg:hover path {
    fill: #3a6c80;
}


.nav {
    --bs-nav-link-color: #656b77de;
}

.table>thead {
    /*border: 1px solid #0000005e !important;*/
    vertical-align: bottom;
}

.btn-danger {
    color: #212529 !important;
    background-color: #b4bed2;
    border-color: #5e4d4f;
}

.contenido {
    background-color: aqua;
}

.card {
    /* --bs-card-bg: aliceblue !important; */
    --bs-card-bg: #edf6fd !important;
    border: 0 !important;
}

.containerPage {
    background-color: #11496654;
    align-items: stretch;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.contenidoPage {
    overflow-x: auto;
    padding-top: 0;
}

.body-template {
    overflow-x: auto;
}

.containerPage::before {
    background: linear-gradient(to bottom, #d6c7c7, #1a5a71);
    content: " ";
    content: " ";
    height: 264px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sidebar {
    /*min-width: 320px;
    width: calc(10% + 320px);*/

    /* width: 320px; */
    background: transparent;
    border-right: 0;
    transition: margin-left .3s ease-in-out, left .3s ease-in-out, margin-right .3s ease-in-out, right .3s ease-in-out;
    z-index: 1;
    margin-bottom: 5%;
}

.sidebarLogo {
    width: 100%;
    display: flex;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 6rem !important;
}

.sidebarBrand .sidebarBrand:hover {
    background: #153d77;
    color: #fff;
    display: block;
    font-size: 1.175rem;
    font-weight: 500;
    padding: 1rem;
    text-decoration: none;
    width: 100%;
}

.sidebarBrand img {
    width: 200px;
    height: auto;
    object-fit: contain;
}

.divContainerMenuItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}

#texto {
    display: none;
    font-size: 11px;
    position: absolute;
    top: -15px !important;
    left: -20px !important;
}

#textoMensajes {
    display: none;
    font-size: 11px;
    position: absolute;
    top: -11px !important;
    left: -3px !important;
}

.inbox-element {
    line-height: 20px;
}

#textoUsuarios {
    display: none;
    font-size: 11px;
    position: absolute;
    top: -11px !important;
    left: -2px !important;
}

.backhome {
    display: inline-flex;
    gap: 5px;
    align-items: flex-end;
    text-decoration: none;
    padding-left: 10px;
    padding-top: 10px;
    width: fit-content;
}

.backhome:hover {
    color: #000000 !important;
    font-weight: 600;
    background-color: transparent !important;
    fill: #000000 !important;
}

.backhome:hover svg {
    fill: #000000 !important;
}

.navbar-expand .navbar-nav img {
    width: 25px !important;
}


#icon-building {
    width: 20px;
}



.sidebarContent {
    height: 100%;
    min-height: 100%;
    transition: margin-left .3s ease-in-out, left .3s ease-in-out, margin-right .3s ease-in-out, right .3s ease-in-out;
    width: 100%;
    overflow: hidden;
}

.sidebarContent.collapsed {
    width: 50%;
}



.sidebarContent,
.sidebarNav {
    width: 250px;
    /* height: 540px; */
    background: #1a1c26;
    display: flex;
    flex-direction: column;
    /*  border-top-right-radius: 8%;
    border-bottom-right-radius: 8%; */
}

.sidebarEmpresa {
    /*  background: #1f212a;
    color: #dbdfe9;
    padding: 10px 40px 20px 6px; */
    display: flex;
    justify-content: space-between;
    padding: 1rem 0.5rem;
}

/*VER*/
.infoEmpresa {
    height: 30px;
    color: #ffffffed;
    font-size: 18px;
    font-weight: 500 !important;
    padding-left: 3px;
}

.sidebarNav {
    flex: 1;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0px;
}


li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.sidebarNavHeader {
    background: transparent;
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 500;
    padding: 0.375rem 1.5rem;
    text-transform: none;
}

.sidebar [data-bs-toggle=collapse] {
    position: relative;
}

.sidebarElemLink,
a.sidebarElemLink {
    background: transparent;
    border-radius: 0.2rem;
    color: #b4bed2;
    cursor: pointer;
    display: block;
    font-weight: 400;
    /* margin: 0% 19% 0% 5%; */
    padding: 0% 0% 0% 0%;
    position: relative;
    text-decoration: none;
    transition: background .1s ease-in-out;
}

.sidebar-dropdown .sidebarElemLink {
    background: #47555d47;
    color: #2a6499;
    font-size: 90%;
    font-weight: 400;
    margin: 0 0.5rem;
    padding: 1% 1% 1% 3%;
}

.sidebarItem.active .sidebarElemLink:hover,
.sidebarItem.active>.sidebarElemLink {
    background: #1a1c26;
    color: #a5a8ab;
    padding-top: 2%;
}

.perfil-usuario {
    background-color: white;
}

.sidebar [data-bs-toggle=collapse]:before {
    border: solid;
    border-width: 0 0.1rem 0.1rem 0;
    content: " ";
    display: inline-block;
    padding: 2.5px;
    position: absolute;
    right: 10%;
    top: 45%;
    transform: rotate(-45deg);
    transition: all .2s ease-out;
}


/* .sidebarToggle {
    left: -83px !important;
    z-index: 1;
    top: 124% !important;
    position: absolute;
    width: 30px;
    cursor: pointer;
}

.sidebarToggle::after {
    top: -1px;
    content: "";
    position: absolute;
    left: 45%;
    bottom: 48px;
    width: 45px;
    height: 26px;
    background-color: #ffffffad;
    transform: translateX(-50%);
} */


.sidebar [aria-expanded=true]:before,
.sidebar [data-bs-toggle=collapse]:not(.collapsed):before {
    transform: rotate(45deg);
}

.align-middle {
    vertical-align: middle !important;
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0;
}

.sidebar-dropdown .sidebarItem .sidebarElemLink:hover,
.sidebar-dropdown .sidebarItem.active .sidebarElemLink {
    background: #656b7742;
    color: #212529;
    font-weight: 400;
}

.collapse:not(.show) {
    display: none;
}

.sidebar.toggled {
    margin-left: -195px;
}

.inbox-verTodos {
    background-color: aliceblue;
    text-align: center;
    color: #000000;
    border: 0 !important;
    height: 31px;
}

.item.active {
    font-weight: 700;
}

.oculto {
    opacity: 0;
}

.containerMain {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: margin-left .3s ease-in-out, left .3s ease-in-out, margin-right .3s ease-in-out, right .3s ease-in-out;
    width: 100%;
    overflow-x: auto;
}

.btnToggle,
.btnToggle:after,
.btnToggle:before {
    width: 3px;
    height: 3px;
    left: 11px;
    top: 4px;
    position: relative;
    border-radius: 50%;
    background: white;
    content: "";
    display: inline-block;
    transition: background .1s ease-in-out, color .1s ease-in-out;
    pointer-events: auto;
    z-index: 3;
}

.btnToggle::before {
    left: 0px;
    top: -7px;
    width: 3px;
    height: 3px;
    pointer-events: auto;
}

.btnToggle:hover,
.btnToggle:hover::before {
    cursor: pointer;
}

.btnToggle:after {
    left: 0px;
    top: -23px;
    width: 3px;
    height: 3px;
    pointer-events: auto;
}

.conten-btnToggle {
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    margin: -1% 0% -15% 0%;
    display: flex;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.conten-btnToggle:hover {
    background-color: grey;
}

/*
.btnToggle {
    z-index: 1;
    right: 106%;
    position: absolute;
    top: 119%;
}*/

/*.btnToggle:before {
    position: absolute;
    top: -6.5px;
    width: 20px;
}

.btnToggle:after {
    bottom: -6.5px;
    position: absolute;
    width: 20px;
}*/

.navbar .nav-item {
    line-height: 3rem;
}

.text-header {
    min-width: 150px;
    text-align: center;
    color: #FFFFFF;
}

.btn-primary {

    background-color: #656b7721 !important;
    color: #212529 !important;
    border: 1px solid #2a6499 !important;
    --bs-btn-color: #251d1de0 !important;
    --bs-btn-border-color: #0d6efd !important;
}

.form-control {
    width: 84% !important;
    box-shadow: #296378 2px 2px;
}

.contactivacion {
    background-color: aliceblue !important;
    padding: 0 0 0 0;
}


.btn:hover {
    color: #212529 !important;
    /*var(--bs-btn-hover-color)!important;*/
    background-color: #656b77;
    /*var(--bs-btn-hover-bg);*/
}


/****/
.navbar-theme {
    /* display: flex; */
    justify-content: space-between;
}

.menu-list {
    border-radius: 10px;
}

.dropdown-menu-lg {
    min-width: 20rem;
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    top: 100%;
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0;
}

table tbody tr:hover {
    backdrop-filter: none !important;

}

.dropdown-item:focus,
.dropdown-item:hover {

    background-color: transparent !important;
}

.dropdown .dropdown-menu.show {
    border: 12px solid #6d879d;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: dropdownAnimation;
    animation-timing-function: ease;
}

.dropdown-menu-header-footer {
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
}

.title-menu-header {
    background-color: aliceblue !important;
    border-radius: 5px;
}


.dropdown .list-group .list-group-item:first-child,
.dropdown .list-group .list-group-item:last-child {
    border-radius: 0;
}

.dropdown .list-group .list-group-item {
    border-width: 0 0 1px;
    margin-bottom: 0;
}


.doc-completa {
    text-decoration: none;
    color: #212529 !important;
    background-color: aliceblue;
}

.navbar .nav-item a {
    text-decoration: none;
    color: #212529 !important;
}

.text-muted {
    color: #212529 !important;
}

.icon-nav-link {
    color: white;
}

.icon-nav-link::after {
    display: none;
}

.navbar-collapse {
    flex-grow: 0;
}

.dropdown-item {
    transition: background .1s ease-in-out, color .1s ease-in-out;
}

.contentPage {
    flex: 1;
    margin-top: 1rem;
    padding: 0 0.5rem;
    margin-bottom: 5%;
}


.formNuevoTurno {
    border: 1px solid #808080;
    padding: 10px;
    border-radius: 5px;
    background-color: #f5f1f1;
    row-gap: 20px;
    display: flex;
    flex-direction: column;
}

.row-container {
    padding: 30px !important;
    background-color: #b9c2ce !important;
    --bs-gutter-x: 0px;
    --bs-gutter-y: 0;
}

.row-container:hover {
    cursor: pointer;
    background-color: #c7cad3 !important;
}

:host(:nth-child(odd)) .row-container {
    background-color: #c7cad3 !important;
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
}



.nuevoHorarioTurno {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 0px;
}

.horario {
    display: flex;
    align-items: center;
}

.textHorario {
    width: 100px;
}

.agregarOtroHorario {
    width: fit-content;
}

.inputTabla {
    border: 0;
    height: 30px;
}

.inputHora {
    width: 100px;
}

.containerNombreTurno {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.containerHorariosTable {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mensajeError {
    height: 50px;
    padding: 10px 30px;
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    font-weight: 700;
}

.mensajeError p {
    margin: 0;
}

.mensajeOK {
    color: #438443;
}

.desenfocado {
    pointer-events: none;
}

.mainContent {
    margin-top: 3rem !important;
    padding: 0 0 0 0 !important;

}

.confirmaModal {
    display: none;
    width: 50vw;
    max-width: 400px;
    border: 1px solid #000000;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ebebf0;
    pointer-events: auto;
    border: 0.25px solid #e9ecef;
    border-radius: 15px;
}

.confirmaModal.activo {
    display: block;
}

/*
.headConfirma {
   background-color: #000000;
    color: #FFFFFF;
    height: 30px;
    font-size: 1.1em;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close {
    position: absolute;
    left:382px;
    padding-right: 10px;
    cursor: pointer;
}*/
.mensajeConfirma {
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-left: 15px;
}

.btnConfirma {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5px;
}

.btnConfirma button {
    width: 50px;
}

.containerDiasLaborales {
    border: 1px solid #d4d1d1;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.rangoDias {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 15px 0;
}

.horario .containerHorario {
    width: 100px;
}

input[type="time"] {
    padding: 8px;
    font-size: 14px;
    border: 1px solid rgb(205, 199, 199);
    border-radius: 4px;
    cursor: pointer;
}

/*Ventana modal de agregar dispositivo*/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-contenido {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.cerrar-modal {
    /* position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    */
    cursor: pointer;
    top: 1px;
    right: 2px;
    position: absolute;
    width: 24px;
}

.modal.show {
    display: block;
}

/* NUeva ventana modal*/
.body-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/*
#searchFichada .btn-verFichadas {
    width: 20.3% !important;
    height: 11% !important;
    top: 50.3% !important;
    left: 54.5% !important;
    position: absolute !important;
}*/

.liDispositivo {
    display: grid;
    grid-template-columns: 15px 1fr 1fr 1fr;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #808080;
}

#fechainicio.from-control {
    display: block !important;
    width: 75% !important;
    padding: 0.200rem 0.7rem !important;
}

.celdaTablaAddDispositivo {
    border: 0;
    background-color: transparent;
    cursor: unset;
}

.divDiasTrial {
    display: none;
    width: 50%;
}

.btnDesvincular:disabled {
    cursor: not-allowed;
    border: 0;
}

.text-title-empresa {
    color: #acd8d4;
}

.configAsistencia {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    margin-bottom: 5px;
}

.configAsistencia p {
    margin-bottom: 0;
}

.titleInicioFin {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0;
    min-width: 150px;
}

.largo {
    min-width: 250px;
}

.widthbreak {
    min-width: 200px;
}

.configAsistencia>p {
    width: 200px;
}

legend {
    font-size: 1.5em;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.inputConfigAsistencia {
    width: 100px;
    height: 40px;
    max-width: 100px;
}

.selectConfigAsistencia {
    max-width: 200px;
}

.config_marcacion {
    display: flex;
    margin-top: 10px;
}

.config_marcacion select {
    width: 300px;
}

.config_marcacion>p {
    width: 300px;
}

.dialogModal {
    margin: auto;
    border: 1px solid #8E8E8E;
    border-radius: 20px;
    padding-bottom: 20px;
}

.dialogModal::backdrop {
    background: #fff5;
    backdrop-filter: blur(5px);
    opacity: 0.5;
}

.inputsResponsive {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.labelForm {
    display: flex;
    align-items: center;
    margin: 10px 0;
    width: 50%;
    padding: 0 30px;
}

.labelForm input[type="time"] {
    width: 100px;
}

.labelForm input[type="date"] {
    min-width: 140px;
}

.spanLabel {
    width: 200px;
    min-width: 200px;
    text-overflow: ellipsis;
    white-space: pre;
    text-wrap: balance;
    font-weight: 600;
}

.dialogModal h3 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

.containerModal {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 20px;
    margin: 0px 20px;
    grid-template-areas:
        "c b"
        "a b";
}


#menuInbox.list-group-item a {
    color: #212529 !important;
}

.container_inputs {
    grid-area: a;
}

a:hover {
    color: #d5dadeeb !important;
    background-color: #595c6c33 !important;
}

.submenu {
    color: #ffffff !important;
}

#tableHorariosTurnos {
    grid-area: b;
    width: 650px;
    max-height: 70vh;
    overflow-y: scroll;
    min-width: 650px;
    max-width: 650px;
    margin-right: 20px;
}

.selectHorariosTurnos {
    grid-area: c;
}

.gridTableDibujo {
    display: flex;
    height: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.encabezado-table-dibujo {
    padding-right: 10px;
}

.filaTableDibujo {
    border-right: 1px solid #000000;
    width: 590px;
    min-width: 480px;
    max-width: 480px;
}

.contSpanDia {
    width: 100px;
    border-right: 1px solid #000000;
    min-width: 100px;
}

.span-dia {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0px;
}

.dia-nulo {
    border: 0;
    width: 90px;
    min-width: 90px;
}

.span-hora {
    width: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 5px;
}

.container-graf {
    width: calc(590px - 90px);
    position: relative;
    padding: 5px 0px;
}

.barraHorario {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
}

.td_bg_color {
    border: 0;
    border-radius: 10px;
}

.p-libre {
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    position: absolute;
    top: 50%;
    color: black;
    right: 50%;
    transform: translate(-50%, -50%);
}

.div-libre {
    z-index: -10;
    background: repeating-linear-gradient(-45deg,
            rgb(255, 255, 255),
            rgb(255, 255, 255) 5px,
            rgb(214, 234, 255) 5px,
            rgb(224, 224, 227) 10px);
}

#tbodyTurnos tr {
    cursor: pointer;
}

.leftForm {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.component {
    min-height: 100px;
}

.componentModal {
    min-height: 100px;
    height: 70vh;
}

ul.accordion {
    margin: 1% 0;
    padding: 1rem 2rem;
    text-align: left;
    list-style: none;
    border-radius: 0.375rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    max-height: 65vh;
    overflow-y: auto;
}

.inner {
    padding-left: 3em;
    overflow: hidden;
    /* display: none; */
    height: 0px;
    list-style: none;
}

.inner.mostrado {
    height: 100%;
}

li {
    padding: 0px 0;
}

.contbtnDepto p.nest {
    width: 100%;
    display: block;
    margin: 0;
    padding: 1%;
    cursor: pointer;
    border-radius: 5px;
}

p.nest.selected {
    border: 1px solid #000000;
    background-color: #ebebf0;
}

.contbtnDepto {
    display: flex;
    align-items: center;
    width: 100%;
}

.btnViewDeptos {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnViewDeptos::before {
    content: "+";
    display: inline-block;
    transition: transform .3s ease-in-out;

}

.btnViewDeptos.abierto::before {
    content: '-';
}

.btnViewDeptos.sinhijos {
    cursor: unset;
    border: 0;
    background-color: transparent;
}

.btnViewDeptos.sinhijos::before {
    content: ' ';
}

.btnsAddQuitarTurno {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;

    button {
        min-width: 90px;
    }
}

.ulHorariosAgregados {
    min-height: 100px;
    border-radius: 0.375rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.turno.selected {
    color: #084298;
    background-color: #bacbe6;
}

.containerModalEmpleado {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 20px;
    margin: 0px 20px;
    grid-template-areas:
        "a b"
        "c c";
}

.container-deptos {
    grid-area: b;
}

.container-deptos div.row {
    max-height: 300px;
    margin-top: 15px;
}

p.asignado {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 600;
}

.btn-primary {
    --bs-btn-color: #000000c7 !important;
    --bs-btn-bg: #b0b8c3 !important;
    --bs-btn-border-color: #b0b8c3 !important;
}


.btnsForm {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
    grid-area: c;
}

.modalSearchDeptos {
    max-width: 400px;
    overflow-y: auto;
}


.filaAsignaTurno {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.containerTurnosHorarios {
    height: 300px;
    margin-bottom: 20px;
}

#bodyTableEmpleados tr {
    cursor: pointer;
}

#bodyTableEmpleados tr:hover {
    backdrop-filter: blur(150px);
}

.cabeceraBuscarFecha {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cabeceraBuscarFecha input {
    text-align: center;
}

.cabeceraBuscarFecha div.cabeceraBuscarFecha :nth-child(3) {
    transform: rotate(180deg);
}

.asideDerechoCalendario {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}

.calendario {
    width: fit-content;
}

.tituloDias {
    background-color: #a39f9f;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 0px;
    height: 50px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin: 0;
}

.celdaCalendario {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 0;
    text-align: end;
}

.celdaCalendario li {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 0.5px solid #b7b7b7;
    padding: 5px;
    overflow: hidden;
}

.celdaCalendario li p {
    margin: 0;
}

div.cardCalendario {
    position: relative;
    overflow: hidden;
    height: 100%;
}

div.cardCalendario div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.diaCalendario {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 10px;
}

li.calendarioMesAnterior {
    cursor: default;
    background-color: #ebebf0;
    backdrop-filter: blur(550px);

}

li.celdaNoEditable {
    cursor: default;
}

.containerModalEspecial {
    display: flex;
    flex-direction: column;
}

.calendarioViewTurno {
    display: flex;
    gap: 20px;
}

.borde-cuadro {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.375rem;
}

.modalSearch {
    min-width: 500px;
    width: 80%;
}

.btnsForm {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

#dirPrincipal ul.accordion {
    max-height: 100%;
    overflow-y: visible;
}

.customModal {
    border: 0.25px solid #e9ecef;
    border-radius: 15px;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.iconAlert {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    opacity: 0;
    text-align: center;
    background-color: #c92f2f;
    border-radius: 50%;
    line-height: 1.3rem;
    color: white;
}

.iconAlert svg {
    fill: #FFFFFF;
    width: 20px;
    height: 20px;
}

.iconAlert.message {
    opacity: 1;
}

#menuInbox li {
    line-height: 1.5;
}

#menuInbox li a {
    display: block;
    text-align: center;
}

/*TABLA REPORTE FICHADAS*/
.theadReporte {
    background-color: #c9c9c9;
}

.containertable {
    max-height: 60vh;
    overflow-y: auto;
}

.columnasHorarios {
    display: grid;
    text-align: center;
    font-weight: 100;
    justify-items: center;
    justify-content: center;
}

/* .canthorarios {
    grid-template-columns: repeat(6, 60px);
} */

/* .thHorarios {
    width: 360px;
} */

.horasfuera {
    grid-template-columns: repeat(2, 60px);
}

.headerNoHorario {
    /* width: 100px; */
    min-width: 100px;
}

.gridcol-1 {
    grid-template-columns: repeat(2, 60px);
}

.gridcol-2 {
    grid-template-columns: repeat(4, 60px);
}

.gridcol-3 {
    grid-template-columns: repeat(6, 60px);
}

.gridcol-4 {
    grid-template-columns: repeat(8, 60px);
}

.theadReporte tr th,
.theadReporte tr td {
    padding: 0 !important;
    text-align: center;
}

.thHorasFuera {
    width: 120px;
}

.reporteFichadas {
    border: 0.25px solid #e9ecef;
    border-radius: 15px;
    /* min-width: 80vw; */
    width: 100%;
}

.colorRangoReporte {
    background-color: #c9c9c9;
}

.tablaRangoReporte {
    min-width: 200px;
    max-width: 300px;
}

.modalBonito {
    border: 0.25px solid #e9ecef;
    border-radius: 15px;
    margin: auto;

    /* width: min-content; */
}

.modalBonito::backdrop {
    background: #fff5;
    backdrop-filter: blur(5px);
    opacity: 0.5;
}

.no-scroll {
    overflow: hidden;
}

.divFichada {
    cursor: pointer;
}

.horarioeditado {
    background-color: #b9d1f3;
}

.dialogAllFichadas {
    max-width: 600px;
}

.novedades {
    cursor: pointer;
}

.empleadosSelectedFichada {
    max-height: 150px;
    overflow-y: auto;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.close {
    float: right;
    font-size: 1.5rem !important;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.close span {
    font-size: 2rem;
}

/* .modal-content {
    height: 85vh;
} */

/*FIN TABLA REPORTE FICHADAS*/

.body-licencias-predet {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    min-width: 400px;
    overflow-x: auto;
}

.span-licencias-predet {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #fefefeff;
    background-color: #c7cad3;
    padding-left: 0.25rem;
}

.elem-list-licencias {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0.25rem;
    border-bottom: 1px solid #c3bdbd;

}

.grid-header {
    display: grid;
    grid-template-columns: 120px repeat(2, 1fr) 120px 120px;
    background-color: #c7cad3;
}

.grid-header span {
    border: 1px solid #ddd;
    padding: 8px;
    background-color: #c7cad3;
    min-width: 130px;
    font-weight: bold;
}

.btn-menu-reporte {
    background-color: transparent !important;
    border: 0 !important;
}

.btn-menu-reporte:hover {
    background-color: transparent !important;
    border: 0 !important;
}

.menu-lista-reporte {
    cursor: pointer;
    border: 1px solid #c7cad3 !important;
    background-color: #f4f6fa !important;
}

.menu-lista-reporte li a:hover {
    color: #000000 !important;
    background-color: #c7cad3 !important;
}

.header-table-empleados th {
    background-color: #c7cad3;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}

.sombra-data {
    border: 1px solid #b0b8c3;
    border-radius: 5px;
    box-shadow: 8px 7px 5px #ddd5d5;
    min-width: 350px;
    min-height: 100px;
    width: 100% !important;
}

.ancho-contenido {
    width: fit-content;
}

.ancho-heredado {
    width: inherit;
}

.tabla-home tbody tr td,
.tabla-home thead tr th {
    padding-bottom: 5px;
}

.grid-distribuidores {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 150px;
    background-color: #c7cad3;
    align-items: center;
    border-bottom: 1px solid #c3bdbd;
}

.grid-distribuidores span {
    padding: 5px;
    overflow-x: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.grid-container-distribuidores {
    min-width: 650px;
    overflow-x: auto;
}

.header-distribuidores {
    background-color: #999ba1;
    font-weight: 700;
    padding: 5px;
}

.grid-row-distribuidores-options {
    padding: 5px;
}

.labelSize {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 70%;
}

.labelSize input {
    max-width: 350px;
    min-width: 150px;
}

.container-canvas-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-canvas-logo div {
    padding: 20px 0;
    border: 1px solid #000000;
    width: 202px;
    background-color: #11496654;
}

.td-btn-actions {
    width: 40px;
}

.td-btn-actions button svg {
    fill: #000000;
    display: flex;
    justify-content: center;
    align-items: center;

}

tr {
    vertical-align: middle;
}

.dispInactivo,
.dispActivo {
    display: flex;
    align-items: center;
}

.contenido-mensaje {
    width: fit-content;
}

@media (max-width: 575.98px) {
    .navbar-expand .navbar-nav .dropdown-menu-lg {
        min-width: 90%;
        transform: translate(-5%, 0%);
    }

    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
        position: inherit;
    }
}



@media (max-width: 767.98px) {
    .main {
        min-width: 100vw;
        /*overflow-y: hidden;*/
        width: 100vw;
    }

    .containerNombreTurno {
        flex-direction: column;
    }

    .inputsResponsive {
        flex-direction: column;
    }

    .labelForm {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .labelSize {
        width: 100%;
        flex-direction: column;
        align-items: start;
    }
}