.hide {
    display: none !important
}

.text-justify{
    text-align:justify !important;
}

.swal2-container {
z-index:1090;
}
#tblListaEnRevision > tbody > tr > td {
padding:0px !important;
}
#tblLista > tbody > tr > td {
    padding: 0px !important;
}


.list-group-item.active h6, .list-group-item.active small {
    color: #fff !important;
}



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff7a;
    z-index: 1100;
    width: 100vw;
    height: 100vh;
    /*opacity: 0.5;*/
}

#loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
}

#loaderText {
    width: 100px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 62%;
    margin: -50px 0 0 -50px;
    text-align: center;
    font-weight: 700;
}

.w-10 {
    width:10% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}

.testarColor {
    color: #ad1f59 !important;
}

.fileInput {
    position: fixed;
    /*top: 0;*/
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100% !important;
}