.table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}
.table > tbody > tr > td > div > p{
    margin-top: 0;
    margin-bottom: 0;
}
#calendar{
    max-width: 100%;
    max-height: 80%;
}
.fc-toolbar-title{
    text-transform:capitalize;
}
input[type=file] {
    padding-bottom: 37px;
}
/* .div_container_sidebar{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 50%;
} */
.modal-content-transparent {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff0;
    outline: 0;
}
.nav-item > .collapse > .collapse-inner > .collapse-item > span{
    white-space: pre-wrap;
}
.loading_factura,.loading_preview,.loading_importar{
    display: none;
}
.thead-primary th{
    color:#fff;
    background-color:#11416e;
    border-color:#6c6e7e;
}