/**
  * Plantilla por defecto de IQ2EE
  * @author: Carlos Jose Acuna Daza - Agosto/2020
  */

#app-nav,
#app-rightbar {
    display: none;
}

body.iqnologin #mainDataOptions {
    display: none;
}

body.iq-show-formulario #showDataGrid,
body.iqnologin #showDataGrid,
body.iq-show-formulario #showTextoModulo,
body.iqnologin #showTextoModulo {
    display: none;
}


/** Disble support for Microsfot Internet Explorer */

#isIEalert {
    display: none;
}

body.isMSIE #isIEalert {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgb(120, 120, 120);
    background-color: rgba(200, 200, 200, 0.7);
    padding: 20px;
    padding-top: 10%;
    text-align: center;
}

body.isMSIE div.iq-popup {
    display: inline-block;
    background-color: white;
    width: 40%;
    border: 5px solid black;
    border-radius: 10px;
    padding: 40px;
}

body.isMSIE A img {
    width: 30px;
    height: 30px;
}

body.isMSIE A {
    margin-right: 10px;
}

body.isMSIE div.iq-popup div {
    margin-bottom: 15px;
}

body.isMSIE div.pophead {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.5rem;
}

body.isMSIE div.popbody {
    text-align: justify;
}

h5.modal-title {
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#app-splash-screen {
    position: fixed;
    top: 0px;
    height: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 5000;
}