/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26-dic-2017, 18:27:33
    Author     : EDGARD
*/

#loadingdiv {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 100;
}
.ui-autocomplete-loading {
    background: white url("../../assets/images/loading4.gif") right center no-repeat;
}
#usuario-descripcion {
    margin: 0;
    padding: 0;
    font-size: x-small;
    font-weight: bold;
}