html,
body {
    font-size: 11px !important;
}

.swal2-container {
    z-index: 99999 !important;
}

.backdrop-submodal {
    background-color: #000 !important;
    opacity: 0.7 !important;
    z-index: 9999 !important;
}

.alert span[data-notify="message"] {
    margin-right: 20px
}

.select2-container {
    width: 100% !important;
}

.table-hover tbody tr:hover {
    background-color: #E1F0FF
}

.blockPage {
    z-index: 99999999999 !important;
}

.limit-200px {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.limit-150px {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.limit-100px {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.limit-10px {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10px;
}

.password {
    -webkit-text-security: circle;
}

/* Ajuste para funcionar quando o input é montado pelo php */
.spinner.spinner-sm:before {
    margin-top: 0.375rem;
}

.spinner:before {
    top: 70% !important;
}

@media (min-width: 992px) {
    .aside-fixed .aside {
        top: 0px;
        bottom: 0px;
        left: 0px;
        border-radius: 0;
    }
}

.modal-full {
    max-width: 99% !important;
}

.table .thead-primary th {
    color: #ffffff;
    background-color: #3699FF;
    border-color: #3699FF;
}

.table .thead-danger th {
    color: #ffffff;
    background-color: #F64E60;
    border-color: #F64E60;
}

/* .aside {background-color: #32614C !important;} */
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link{
    background-color: #3799ff;
}

.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link{
    background-color: #3799ff5b !important;
}