.m-header {
    height: 57px !important;
}
.m-header--fixed .m-body {
    padding-top: 55px !important;
}
.center{
    text-align: center;
}
.table-bordered,.table-bordered th, .table-bordered td {
    border: 1px solid #dedede !important;
}

.custom-file-label::after{
    content: "Buscar" !important;
}

.canvas{
    border: 1px solid #ebedf2;
    color: #575962;
    box-shadow: 0px 3px 20px 0px rgba(34, 185, 255, 0.11);
    border-radius: 0.25rem;
    width: 100%; 
    height: 300px;
}


@media print {
    .fc-button-group, .fc-left  { display: none !important; }
}

.m-card-user__name, .m-card-profile__name {
    text-transform:capitalize;
}

.m-dropdown__wrapper {
    width: 420px !important;
}
.aparecer {
    display: none;
}
@media only screen and (max-width: 810px) {
    .desaparecer {
        display: none;
    }
    .aparecer {
        display: block;
        height: 100px;
    }
    .m-widget24__title, .m-widget24__change{
        margin-left: 0.5rem !important;
    }
}