﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}*/

/*
 * Page: Login & Register
 * ----------------------
 */
.detalle{
    font-size: 12px;
  text-align: justify;
  /*margin-bottom: 25px;
  font-weight: 300;*/
}
.certificado-logo {
  font-size: 28px;
  text-align: center;
  /*margin-bottom: 25px;*/
  font-weight: 300;
}
.certificado-footer {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 20px;
  font-weight: 300;
}
.login-logo a {
  color: #444;
}
.certificado-page {
  background: #d2d6de;
}
.certificado-box {
  width: 35%;
  margin: 2% auto;
}
.avaluo-box {
    width: 92%;
    margin: 2% auto;
}
.turnos-box {
    width: 85%;
    margin: 2% auto;
}
.calculadora-box {
    width: 75%;
    margin: 2% auto;
}
@media (max-width: 768px) {
    .certificado-box {
        width: 90%;
        margin-top: 0.5%;
    }
    .certificado-box-deuda {
        width: 90%;
        margin-top: 0.5%;
    }
    .avaluo-box {
        width: 90%;
        margin-top: 0.5%;
    }
    .turnos-box {
        width: 90%;
        margin-top: 0.5%;
    }
    .calculadora-box {
        width: 90%;
        margin-top: 0.5%;
    }
}
.certificado-box-body {
  background: #fff;
  padding: 0.5%;
  border-top: 0;
  /*color: #666;*/
}
.certificado-box-body .form-control-feedback {
  color: #777;
}
.certificado-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}
.div_cargando{
    width: 35%; 
    height: 35%; 
    margin: auto; 
    position: absolute; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
}
.procesando{
    position: fixed; 
    z-index: 999; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    background-color: white; 
    filter: alpha(opacity=00); 
    opacity: 0.6; 
    -moz-opacity: 0.8;
}

@media (max-width: 768px) {
    .modal-dialog {
        width: 95% !important;
    }
}

.certificado-box-deuda {
    width: 70%;
    margin: 2% auto;
}