form.form_consulta {
  width: 600px;
}

form.form_consulta label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

#form-register label {
  color: black;
}

form.form_consulta .form-input {
  padding: 1em;
}

form.form_consulta .form-input input[type="text"],
form.form_consulta .form-input input[type="email"] {
  display: block;
  width: 100%;
}

p.exito {
  font-size: 1.5em;
  padding: 1em;
  border: 2px solid green;
  background: lightgreen;
}

p.error {
  font-size: 1.5em;
  padding: 1em;
  border: 2px solid red;
  background: #ff8787;
}

.form-input {
  margin-bottom: 15px;
  text-align: center;
}

.form-input-data {
  margin-bottom: 15px !important;
}

.formconsulta {
  text-align: center;
}

.requireds {
  color: red;
}

#btnFinalizar {
  margin-left: 10%;
}

#opbusqueda,
#opbusquedas {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #000000;
  padding: 0 4px 0 4px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
#birtdate,
#expdoc {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #000000;
  padding: 0 4px 0 4px;
  height: 40px;
  font-size: medium;
}

.dataTables_paginate,
a.paginate_button.previous,
a.paginate_button.next,
a.paginate_button,
.dataTables_info,
.dataTables_length,
.dataTables_filter {
  display: none;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

.island-gray,
.column-gradient {
  background: -moz-linear-gradient(#fff, #f4f8fc) repeat scroll 0 0 #f4f8fc;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #f4f8fc),
      color-stop(1, #fff));
  background: -webkit-linear-gradient(#fff, #f4f8fc);
  background: -o-linear-gradient(#fff, #f4f8fc);
  background: linear-gradient(#fff, #f4f8fc);
  margin: 0 5px;
}

.island-gray {
  padding: 20px !important;
  text-align: center;
  font-weight: bold;
  color: #525f7f;
  font-size: large;
}

.island,
.island-gray,
.island-dark-gray {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #f9cacf;
  display: block;
  margin-bottom: 25px;
  padding: 14px 0px 25px;
}

#subtitle {
  font-size: initial;
  font-weight: normal;
}

.btn1 {
  color: #0099cc;
  background: transparent;
  border: 2px solid #0099cc;
  border-radius: 6px;
  padding: 16px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-primary {
  padding: 8px 10px;
  font-size: initial;
}

.btn1:hover {
  background-color: #008cba;
  color: white;
}

.btn2 {
  color: #ffffff;
  background: #0170b9;
  border: 2px solid #0099cc;
  border-radius: 6px;
  padding: 8px 10px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 0px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  width: 25%;
}

.btn2:hover {
  background-color: #40496d86;
  color: rgb(255, 255, 255);
}

/* HIDE RADIO */
[type="radio"] {
  position: initial;
  opacity: 1;
  width: 25px;
  height: 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 3.05em;
  margin-left: -18px;
  margin-bottom: 0px;
}

/* IMAGE STYLES */
[type="radio"]+img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type="radio"]:checked+img {
  outline: 3px solid #f00;
}

#mes,
#anio,
#dept {
  font-size: 1.5rem;
}

#check {
  width: 25px;
  height: 20px;
}

.modalwait {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.5) url(../ajax-loader3.gif) 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.loading .modalwait {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .modalwait {
  display: block;
}

/* Section QR */

.order_detall {
  line-height: 1.4;
  list-style: none;
  text-align: start;
}

.amount_total {
  color: #ff1b22;
  font-weight: 600;
  font-size: 16px;
}

#stepsqr {
  max-width: 100%;
}

#stepinfo {
  font-size: 15px;
  color: #666;
  text-align: start;
}

.simple1 {
  float: left;
  width: 31%;
  padding: 1%;
  border-radius: 9px;
}

.simple2 {
  float: left;
  width: 31%;
  padding: 1%;
  border-radius: 9px;
}

.simple3 {
  float: left;
  width: 31%;
  padding: 1%;
  border-radius: 9px;
}

#qrimage {
  width: 70%;
  display: block;
  height: auto;
  overflow: auto;
  background-color: rgb(153, 153, 153);
  border-radius: 20px;
  margin-left: 15%;
  margin-right: 15%;
}

#qrimg {
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 19px 21px -8px rgba(34, 34, 34, 0.55);
  -moz-box-shadow: 0px 19px 21px -8px rgba(34, 34, 34, 0.55);
  box-shadow: 0px 19px 21px -8px rgba(34, 34, 34, 0.55);
}

element {
  color: #0cc243;
  font-size: 15px;
  font-weight: 700;
}

.animatext {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes parpadeo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes parpadeo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#waiting {
  color: #0cc243;
  font-size: 15px;
  font-weight: 700;
}

#dat_check1 {
  margin-top: 45px;
  width: auto;
}

#msgimg {
  width: 10%;
}


@media screen and (max-width: 64em) {

  .btn2 {
    width: 20%;
  }

  #dat_check1 {
    font-weight: normal;
    margin-top: 45px;
    width: auto;
  }

  #msgimg {
    width: 15%;
  }
}

@media screen and (max-width: 50em) {

  .btn2 {
    width: 25%;
  }

  #dat_check1 {
    font-weight: normal;
    margin-top: 45px;
    width: auto;
  }

  #msgimg {
    width: 15%;
  }
}

@media screen and (max-width: 850px) {

  .btn2 {
    width: 45%;
  }

  #dat_check1 {
    font-weight: normal;
    margin-top: 45px;
    width: 40%;
  }

  #btnFinalizar {
    margin-left: 8%;
  }

  #msgimg {
    width: 10%;
  }
}

@media screen and (max-width: 850px) {
  #tarjeta {
    display: none;
  }
}

label {
  font-weight: normal;
}

.strong {
  font-weight: bold;
}

.containerdate{
  padding: 15px;
}

#day, #month, #year {
  padding: 5px;
  width: 32% !important;
}