.fundo-ajax {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EEEEF0;
    background-image: url(/assets/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
    /* opacity: 0.5; */
    display: none;
    z-index: 1000 !important;
}

.text-sm {
    font-size: 0.7em !important;
}

.b-none {
    border: none !important;
}

.vh-130 {
    height: 130vh !important;
}

.vh-120 {
    height: 120vh !important;
}

.vh-160 {
    height: 160vh !important;
}

.text-rigth {
    text-align: right;
}

div.dt-container div.dt-paging ul.pagination {
    justify-content: right;
}

.modal.fade.show {
    background: rgba(0, 0, 0, 0.6);
}

.logo-login {
    max-width: 180px;
}

.ajax {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9000;
    background-image: url(/assets/images/ajaxloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    display: none;
}