.dataTables_filter,
.pagination {
    float: right;
}

.dataTables_length {
    margin-top: 40px;
}

.th-fit {
    white-space: nowrap;
    width: 1%;
}

#alertDelete .modal-content .modal-body .modal-icon {
    text-align: center;
    color: #ffbd21;
    margin: 20px;
}

#alertDelete .modal-content .modal-body .modal-title {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

#alertDelete .modal-content .modal-body .modal-buttons {
    text-align: center;
    margin: 20px;
}

#selecioneReuniao .modal-content .modal-body .modal-buttons {
    text-align: center;
    margin: 20px;
}

#selecioneReuniao .modal-content .modal-body .modal-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}

#selecioneReuniao .modal-content .modal-body .modal-buttons {
    text-align: center;
    margin: 30px;
}

#selecioneReuniao .modal-content .modal-body .modal-text .form-group {
    margin: 0 auto;
}

.cursor-pointer {
    cursor: pointer;
}

.logo-login {
    vertical-align: middle;
    border-style: none;
    max-width: 440px;
}

.logo-dash {
    vertical-align: middle;
    border-style: none;
    max-width: 100px;
}

.logo-dash-person {
    vertical-align: middle;
    border-style: none;
    max-width: 65px;
}

.logo-login-mobile {
    vertical-align: middle;
    border-style: none;
    max-width: 370px;
    margin: 55px;
}
/*PC*/
@media screen and (min-width: 768px) {

    .logo-login-mobile {
        display: none;
    }
}

/*MOBILE*/
@media screen and (max-width: 991px) {

    .logo-login-mobile {
        display: block;
        max-width: 250px;
        margin: 0 auto;
    }

    .dataTables_length {
        display: none!important;
    }
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.toggle.btn.btn-success,
.toggle.btn.btn-danger.off,
.toggle.btn.btn-primary,
.toggle.btn.btn-warning.off {
    float: right !important;
}

.toggle.btn {
    margin: 5px;
}

.list-group-item {
    display: flex;
    text-align: left;
    align-items: flex-end;
    justify-content: space-between;
}

.list-group-item p {
    text-overflow: ellipsis;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
}

h2 {
    font-size: 2vw !important;
    /* 2% da largura da tela - tamanho de fonte relativo */
}

.fc-toolbar {
    text-transform: capitalize;
}
