.pointer {
    cursor: pointer;
}

.noAtiende, .fc .noAtiende, .fc .fc-non-business {
    background-color: #A8A8A8;
    cursor: default;
    opacity: 1;
}

@media (max-width: 768px) {
    .fc .fc-toolbar {
        flex-wrap: wrap;
        gap: 8px;
    }

    .fc .fc-toolbar-chunk {
        display: flex;
        gap: 4px;
        justify-content: center;
    }

    .fc .fc-toolbar-title {
        font-size: 1.5rem;
    }

    .fc .fc-header-toolbar .fc-toolbar-chunk:first-child {
        width: 100%;
        justify-content: space-evenly;
    }
}

.fc .fc-daygrid-bg-harness > .noAtiende {
    background-color: rgba(168, 168, 168, 0.5)
}

.fc .fc-day-today {
    background: none !important;
}

.fc-event-main {
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
}

.fc-scroller {
    overflow-y: visible !important;
}

.fc-daygrid-event-harness {
    overflow: hidden;
}

.fc-timegrid-event-harness-inset {
    margin-right: 6px;
}

.fc-slotDurationSelect-button {
    display: none !important;
}

h2.fc-toolbar-title {
    border-bottom: none;
    color: #333;
}

.fc-timegrid-event,
.fc-daygrid-event {
    border-left-width: 4px;
}

.fc-v-event .fc-event-main, .fc-h-event .fc-event-main {
    color: rgb(34, 34, 34);
}

.dia-con-nota a {
    color: red;
}

.canceladoOLicencia {
    background-color: #A8A8A8;
    /*background: repeating-linear-gradient(-45deg, #D9D9D9, #D9D9D9 .10em, #A8A8A8 0, #A8A8A8 .90em );*/
}

.noDisponible {
    background-color: #A8A8A8;
    /* background: repeating-linear-gradient(-45deg, #D9D9D9, #D9D9D9 .10em, #ffffff 0, #ffffff .90em );*/
}


.horarioConTurno {
    background-color: #A8A8A8;
    max-width: 1px;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.disponible {
    background-color: #ffffff;
}

.tabla-reserva-turno th {
    border: 1px solid black !important;
    font-size: 12px;
}

.tdReserva {
    text-align: left;
    position: relative;
    overflow: visible;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-clip: padding-box;
    vertical-align: middle !important;
}

    .tdReserva div {
        padding-left: 3px;
        position: absolute;
        z-index: 1;
        top: 1px;
        border: 1px solid black;
        word-wrap: break-word;
        overflow: hidden;
        background-color: #f7f7f7;
        font-size: 12px;
    }

.letraGrandeReserva {
    font-size: 15px;
}


.tooltipVerde + .tooltip > .tooltip-inner {
    background-color: #018577;
}

.horario {
    font-weight: bold;
    font-size: 12px;
    border: 1px solid black;
}

.enAtencion {
    background-color: #F1E7FF;
}

.error {
    color: #ED0846 !important;
}

.disponible {
    color: green !important;
}

.btnInputGroup {
    padding-left: 4px;
    padding-right: 3px;
}

div.tooltip-inner {
    max-width: none;
    white-space: nowrap;
    text-align: left !important;
}

.cancelado {
    text-decoration: line-through;
}

.info {
    color: #555555;
    cursor: pointer;
}

    .info:hover {
        color: #7F7F7F;
    }


.botonImagen {
    cursor: pointer;
}

table.bordes-negros th {
    border: 1px solid black !important;
}


table.bordes-negros td {
    border: 1px solid black !important;
}

table td.turnoMultipleNoDisponible {
    background-color: red !important;
}

table td.turnoMultipleDisponible {
    background-color: #5cb85c !important;
    background-image: none;
}


.input-group.input-group-unstyled input.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
}

.fixed-header::-webkit-scrollbar {
    background-color: #F1F1F1; /* optional: just make scrollbar invisible */
}

.fixed-header {
    scrollbar-track-color: #F1F1F1;
    scrollbar-arrow-color: #F1F1F1;
}

.tablaChica td, th {
    padding: 3px !important;
}

.imagenCentrada {
    position: absolute;
    top: 30%;
    left: 40%;
}

.might-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*
    .might-overflow:hover {
        overflow: visible;
        white-space: normal;
        word-break: break-all;
    }
*/

.tabla-reserva-turno > tbody > tr > td, .tabla-reserva-turno > tbody > tr > th {
    padding: 0;
}

.superior-negro {
    border-top: 1px solid black !important;
}

.tabla-reserva-turno {
    line-height: 1px;
}


.fc .fc-timegrid-slots {
    z-index: 3;
}
