div.blockMsg {
    background-image: url("../../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
}

.dataTables_length label {
    margin-bottom: 0px;
}

.modal-open .select2-container {
    z-index: 3000;
}

.sw > .tab-content {

    overflow-y: visible;
}

form label.required:after {
    content:" *";
    color: red;
}

form legend.required:after {
    content:" *";
    color: red;
}

.swal2-container {
    z-index: 2060;
}

.overflow {
    overflow: scroll;
    height: 150px;
}

.form-group:last-child, .form-group:only-child {
    margin-top: 10px;
}

.error{
    color: red;
}

div#modal-visualizar-archivo {
    z-index: 10001;
}
/*
div#modal-upload {
    z-index: 10001;
}
*/

.docto-lista-margin {
    margin-top: 15px;
}

.nav-tabs .nav-item .nav-link.active:not(:hover) {
    background-color: aliceblue;
}