
* {
    scrollbar-width: thin;
}

div:not(.d-flex), a {
    font-size: 0.9rem !important;
}

.pointer {
    cursor: pointer;
}

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

.text.end {
    text-align: end;
}

.text.start {
    text-align: start;
}

.items {
    display: flex;
    align-items: center;
}

.items.col {
    flex-direction: column;
}

.items.space {
    justify-content: space-between;
}

.items.start {
    justify-content: flex-start;
}

.items.end {
    justify-content: flex-end;
    align-items: flex-end;
}

.items.center {
    justify-content: center;
}

.items.around {
    justify-content: space-around;
}

.items.evenly {
    justify-content: space-evenly;
}

.items.start {
    justify-content: flex-start;
}

.space.all {
    margin: 16px;
}

.space.top {
    margin-top: 16px;
}

.space.bottom {
    margin-bottom: 16px;
}

.space.left {
    margin-left: 16px;
}

.space.right {
    margin-right: 16px;
}

button.small {
    padding: 4px 16px;
}

.bold {
    font-weight: bold;
}

.embed-loading {
    background: url("/imagenes/loading_documents.gif") center center no-repeat;
    background-size: 400px;
    width: 100%;
    height: 100%;
}

.green {
    color: green;
    font-weight: bold;
}

.fc .fc-timeGridWeek-view .fc-col-header-cell-cushion {
    min-width: 100px !important;
}

.choices .choices__list {
    z-index: 9999999 !important;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
    background-color: initial !important;
}

@media (max-width: 768px) {

    table, thead, tbody, th, td, tr {
        display: block;
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border-bottom: 1px solid #eee;
        padding: 8px;
        margin-bottom: 10px;
    }

    td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
        margin-top: 8px;
    }

    td::before {
        content: attr(data-label);
        position: absolute;
        left: 0px;
        top: -14px;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        font-size: 1.1rem;
    }

    td button {
        width: 100%;
    }
}