/* Login de Acceso */


html,
body {
  height: 100%;
  background-color: #f0f0f0;
  background-image: url("../image/fondo1.png");
  background-repeat: no-repeat;
  width: 100%;  
  background-size: cover;
}

body {
  /*display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;*/
  align-items: center;
  padding: 17px;
  background-color: #fff;
}

.form-signin {
  width: 100%;
  max-width: 388px;
  padding: 0px;
  margin: auto;
  background-color: transparent;
  margin-top: 45px;
}

.form-signin > div{
  display: block;
  border: 1px #ddd solid;
  padding: 10px 15px;
  border-radius: 23px;
  margin-bottom: 5px;
  background-color: #001f81;
  color: white;
  font-family: 'Arial' !important;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Fin - Login de Acceso */

/* Color Button's */

.btn-primary {
    color: #fff;
    background-color: #1056a1;
    border-color: #2871bf;
}

.form-signin a:not(.btn){
  color: #dadada;
  text-decoration: underline;
  margin: 10px 0;
  display: block;
}
.form-signin a.btn-success{
  margin-top: 10px;
}
/* Fin - Color Button's */

img{
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px red solid;
}


/* Menu */

.navbar-it{
  max-height: 100px;
  background-color: white;
  margin-bottom: 10px;

}

.navbar-it img.img-response{
  max-height: 50px;
  height: auto;
  width: auto;
  border:none;
  margin: 5px;
  max-width: 100%;
}
#barcodeTarget{
  max-width: 75%;
  position: absolute;
  z-index: 2;
  bottom: 10%;
  right: -4%;
}
#barcodeTarget object{
  width: 100%;
}
.membresia img{
  border:none;
}
img.driver{
  z-index: 2;
  display: block;
  height: 35px;
  width: auto;
  border:none;
  margin: 5px 0 30px 10px;
}
img.carnet{
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  
}
.membresia{
  max-width: 450px;
  width: 100%;
  margin: auto auto 70px auto;
  position: relative;
  min-height: 260px;
  background-color: white;
}
h3.title_membresia{
  color: #111f81;
  font-weight: bold;
  margin: 15px;
  font-size: 22px;
  font-family: "BreulGroteskA-Black";
}
.colordr{
  color: #1729a9;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.font-bold{
  font-weight: 500;
}
.btn-light {
    border: 1px #c5bfbf solid;
}
.btn-light:hover {
    border: 1px #c5bfbf solid;
    font-weight: 500;
}
.img-header{
  display: block;
  height: auto;
  max-height: 86px;
  max-width: 388.54px;
  margin: 0 auto 0 auto;
  border: none;
}

/* Login de Acceso */

.title_membresia{
  font-family: 'Arial Black' !important;
  font-weight: bold !important;
}
.img_membresia{
  display: block;
  border: none;
  margin: 15px 0;
  margin-bottom: 10px;
}
.form-signin > div label[for]{
  display: block;
  margin-top: 33px;
  margin-bottom: 5px;
}
.form-signin > div > input[type=text],
.form-signin > div > input[type=password],
.form-signin > div > input[type=email]{
  border-radius: 18px;
  border:none;
}
.form-signin > div.carts{
  background-color: #cccccc;
  padding: 5px;
}
.form-signin > div > div.membresia{
  background-color: white !important;
  border:none;
  border-radius: 15px;
  margin: 65px 3px 65px 0;
  overflow-x: hidden;
}
.form-signin button[type=submit]{
  background-color: #2d6502;
  color: white;
  border: 1px #306607 solid;
  border-radius: 15px;
  max-width: 180px;
  margin: auto;
  font-weight: bold;
  font-family: 'Arial Black';
}
a.link{
  margin-top: 25px !important;
  color: #111f81 !important;
}

.form-signin a.btn-success{
  background-color: #111f81;
    border: 1px #182791 solid;
    border-radius: 15px;
    color: white;
    margin-top: -5px;
    font-weight: bold;
    font-family: 'Arial Black';
    font-size: 16px;
}

.form-signin h3{
  color: #001f81;
  font-weight:bold;
  font-size:20px;
  text-align:center;
}

.membresia > p{
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 22%;
  color: black;
  font-size: 14px;
  height: auto;
  width: 60%;
  line-height: 1.1;
}


a > span{
  color:blue;
  background-color: white;
  display:inline-block;
  padding: 0px 5px;
  border-radius: 50%;
  min-height: 25px;
  min-width: 35px;
  text-align:center;
}


.pnl-consulta {
  display:block;
  margin: 30px 10px;
}
.pnl-consulta a{
  display:block;
  width:100%;
  padding: 10px;
  font-size: 22px;
  margin-top: 20px;
}
.pnl-consulta p a{
  font-size: 15px;
  display:block;
  max-width: 300px;
  margin: -15px auto -15px auto;
}
.pnl-consulta p label i{
  min-width: 15px;
  text-align:center;
  margin-right: 10px;
}
.pnl-consulta > h3{
  color: #001f81;
  font-weight:bold;
  font-size:20px;
  text-align:center;
}

.pnl-consulta p{
  display: block;
  width:100%;
}

.pnl-consulta p > span{
  display: inline-block;
}
.pnl-consulta p > span > b{
  display: inline-block;
  text-align:right;
  color:#175aa1;
  border-radius: 3px;
  padding: 2px 4px;
}
.pnl-consulta p > label{
  display: inline-block;
  min-width: 50%;
}

.pnl-consulta > div > div{
  display:block;
  background-color: white;
  border: 1px solid #ddd;
  margin: 5px 0;
  padding: 8px;
}


.form-control {
  border: 1px solid #98aec4;
}

.pnl-consulta  button,
.pnl-consulta  a{
  min-width: 250px;
  display: block;
  margin: 15px auto;
  padding: 15px;
}

.btn-default {
  background-color: #d2d2d2;
  border-color: #b7aaaa;
  color: black;
}

a {
  -webkit-appearance: button;
}


a[href="?a=login"]{
  font-size: 30px;
}


table.table-condensed th{
  padding: 3px !important;
}
.info-error{
  color:red;
}