/* * {
    border: solid red 1px;
} */
/* #horariosDisponibles * {
    border-collapse: collapse;
} */
.ct-table {
    /* border:solid darkslategrey 1px; */
    margin: 16px;
    background-color: white;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-radius: 5px;
    width: auto;
}
.ct-table ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ct-table thead {
    border-bottom: 1px solid darkslategrey;
}
.ct-table th {
    font-size: 1rem;
}

td {
    all: initial;
    display: table-cell;
    padding: 10px;
}
/* .ct-table ul li {
    margin: 5px 0px;
} */
/* .ct-table tbody tr {
    border-left: 10px hidden white;
    border-right: 10px hidden white;
    border-top: 5px hidden white;
    border-bottom: 5px hidden white;
} */
@media (hover:hover) {
    .ct-avaible:hover{
        background-color: lightgray;
        cursor:pointer;
    }
    .ct-unavaible:hover{
        cursor:not-allowed;
    }
}
.ct-avaible-active {
    background-color: green;
    color: #ffffff;
}
