/*STYLE PARA LA PANTALLA DE CARGAR*/
#cover {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #131313;
    opacity: 0.9;
    display: none;
    z-index: 9999;
    top: 0;
}

div>div#cover {
    position: fixed;
}

#loading {
    font-weight: 700;
    width: 250px;
    height: 75px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -120px;
    border: 2px solid #1F88C0;
    border-radius: 10px;
    opacity: 1;
    padding: 0px 10px;
    box-shadow: 2px 2px 0.25px #1F88C0;
}

div>div#loading {
    position: fixed;
}

#loading_content {
    width: 260px;
}

#loading img {
    float: left;
    max-width: 65px;
}

#loading_content h3 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}


#id_td_hr hr {
    border: none;
    border-left: 2px solid #1F88C0;
    height: 40px;
    width: 1px;
}