.loaderGIF {
    position:       relative;
    display:        block;
    z-index:        99999;
    opacity:        .8;
    margin:         auto;
    padding-left:   auto;
    padding-right:  auto;
}

.imgGIF {
    position:       fixed;
    display:        block;
    left:           50%;
    top:            50%;
    margin-left:    -200px;
    margin-top:     -200px;
    z-index:        99999;
    max-width:      100%;
    height:         auto;
}

.titulos {
    color:  #934c8e;
}

.login_form{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
}

#fondo{
    background-color: #222;
    bottom: 0;
    content: " ";
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1049;
}

#loading{
    text-align: center;
    bottom: 0;
    left: 0;
    outline: 0 none;
    position: fixed;
    right: 0;
    top: 30%;
    overflow: hidden;
    z-index: 1050;
}

.footer {
    position: fixed;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 1000;
    padding: 1rem;             
}

footer{
    background-color: #ffffff;
}

footer .text-right{
    margin-right: 50px;
}
.alnright { text-align: right; }
.alnlefet { text-align: left; }
.alncenter { text-align: center; }
.oculto {display:none!important;}

.horizontal-scroll-wrapper {
    width: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.container-dt-horizontal {
    width: 10px;
    overflow-x: auto;
    white-space: nowrap;
}
.badge-purple {
    color: #fff;
    background-color: #673ab7;
}
.btn-facm {
    color: #fff;
    background-color: #934c8e;
    border-color: #975e99;
}

.btn-facm:hover {
    color: #b4bdce;
}
.swal-wide{
    width:850px !important;
}