.wml, .wmc, .wmr, .wmj, .wma {
    vertical-align: middle !important;
    white-space: nowrap !important;
}

.wmc {
    text-align: center !important;
}

.wmr {
    text-align: right !important;
}

.wmj {
    text-align: justify !important;
}

.wma {
    text-align: center !important;
    width: 1%;
}

.wmf {
    width: 1%;
    display: table-cell !important;
    vertical-align: middle !important;
}

.dt-i-a {
    vertical-align: bottom;
    margin-left: 7px;
}

.fa-1x {
    font-size: 1.5em !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.dataTables_info {
    line-height: 0px !important;
}

#table-actions {
    display: none;
    text-align: left;
}

#go-to {
    position: fixed;
    right: 20px;
    bottom: 50%;
    z-index: 1001;
    width: 45px;
    height: 90px;
    display: block;
    background-color: #16a085;
    background-color: rgba(22, 160, 133, 0.3);
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    transition: background 0.25s linear;
}

#cartao_image {
    transition: transform 0.5s;
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-right: 30px !important;
}
