/*body {
  min-height: 2000px;
  padding-top: 70px;
}*/

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    background-color: #eee;
}

.form-control {
    height: 26px;
    font-size: 12px;
}
/*REPORTES*/
.reportes {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px;
    height: 400px;
    overflow: auto;
    margin-top: 5px;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
    background-color: #ffffff;
}

/* Set the fixed height of the footer here */
#footer {
    height: 100px;
    background-color: #2F2F2F;
    color: snow;
    margin-top: 5px;
}

#egresado_login {
    margin: 0 auto;
    padding: 15px;
    max-width: 500px;
}

#egresado_login .form-control{
    height: 34px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
    padding: 60px 15px 0;
}
.container .credit {
    margin: 20px 0;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

code {
    font-size: 80%;
}
.fila-color-rojo {
    background: #BC0808!important;

}