@charset "UTF-8";
/* Add here all your CSS customizations */
/*
  Padding
  ---------------------------------------------------------------------------------------------------------------------
*/
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

/*
  Margin
  ---------------------------------------------------------------------------------------------------------------------
*/
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

/*
  Tablas
  ---------------------------------------------------------------------------------------------------------------------
 */
/*
  Elementos
  ---------------------------------------------------------------------------------------------------------------------
 */
legend {
  font-size: 0.8rem;
  font-weight: bold;
  color: #999999;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 7px;
  margin-bottom: 16px;
}

.badge.status-badge {
  display: block;
  width: 24px;
  padding: 4px;
  margin: 3px auto 0 auto;
}

/*
  Menús
  ---------------------------------------------------------------------------------------------------------------------
 */
.sidemenu-divider {
  display: inline-block;
  height: 0;
  width: 100%;
  margin: 0.5rem 0 0 0;
  padding: 6px 15px 0 57px;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*
  Formato para tablas y elementos de tablas
  ---------------------------------------------------------------------------------------------------------------------
 */
th.center {
  text-align: center !important;
}
th.left {
  text-align: left !important;
}
th.right {
  text-align: right !important;
}
th.sm {
  width: 80px;
}
th.md {
  width: 120px;
}
th.lg {
  width: 200px;
}
th.xl {
  width: 240px;
}
th.tcw-40 {
  width: 40px !important;
}
th.tcw-60 {
  width: 60px !important;
}
th.tcw-80 {
  width: 80px !important;
}
th.tcw-100 {
  width: 100px !important;
}
th.tcw-120 {
  width: 120px !important;
}
th.tcw-140 {
  width: 140px !important;
}
th.tcw-160 {
  width: 160px !important;
}
th.tcw-180 {
  width: 180px !important;
}
th.tcw-200 {
  width: 200px !important;
}
th.tcw-220 {
  width: 220px !important;
}
th.tcw-240 {
  width: 240px !important;
}
th.tcw-260 {
  width: 260px !important;
}
th.tcw-280 {
  width: 280px !important;
}
th.tcw-300 {
  width: 300px !important;
}
th.tcw-320 {
  width: 320px !important;
}
th.tcw-340 {
  width: 340px !important;
}
th.tcw-360 {
  width: 360px !important;
}
th.tcw-380 {
  width: 380px !important;
}
th.tcw-400 {
  width: 400px !important;
}
th.tcw-420 {
  width: 420px !important;
}
th.tcw-440 {
  width: 440px !important;
}
th.tcw-460 {
  width: 460px !important;
}
th.tcw-480 {
  width: 480px !important;
}
th.tcw-500 {
  width: 500px !important;
}
th.tcw-520 {
  width: 520px !important;
}
th.tcw-540 {
  width: 540px !important;
}
th.tcw-560 {
  width: 560px !important;
}
th.tcw-580 {
  width: 580px !important;
}
th.tcw-600 {
  width: 600px !important;
}

td.center {
  text-align: center !important;
}
td.left {
  text-align: left !important;
}
td.right {
  text-align: right !important;
}

/*
  Altura de línea para textos
  ---------------------------------------------------------------------------------------------------------------------
 */
.lh-1_1 {
  line-height: 1.1;
}

.lh-1_2 {
  line-height: 1.2;
}

.lh-1_3 {
  line-height: 1.3;
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_5 {
  line-height: 1.5;
}

/*
  Otros
  ---------------------------------------------------------------------------------------------------------------------
 */
.body-fe {
  display: table;
  height: 100vh;
  margin: 0 auto;
  max-width: 650px;
  padding: 0 8px;
  width: 100%;
}
.body-fe .center-fe {
  display: table-cell;
  padding-top: 20px;
  vertical-align: top;
}
.body-fe .card-fe {
  background: transparent;
}
.body-fe .card-fe .card-title-fe .title {
  background-color: #CCC;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  display: inline-block;
  font-size: 0.75rem;
  padding: 13px 17px;
  vertical-align: bottom;
}
.body-fe .card-fe .card-body {
  background: #FFF;
  border-top: 5px solid #CCC;
  border-radius: 5px 0 5px 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 16px 16px 15px;
}

legend .titulo-divisor {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #999999;
}

#vp-tarjeta {
  padding: 32px;
}
#vp-tarjeta .contenido-tarjeta {
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  padding: 8px;
}
#vp-tarjeta .contenido-tarjeta .contenedor-qr {
  display: block;
  /*width: 180px !important;*/
  /*height: 180px !important;*/
}
#vp-tarjeta .contenido-tarjeta .subtitulo {
  color: #808697;
  font-size: 13px;
  line-height: 1.2em;
  margin: 7px 0 0;
  padding: 0;
}
#vp-tarjeta .contenido-tarjeta .codigo-tarjeta {
  font-weight: bold;
  font-size: 1rem;
}
#vp-tarjeta .contenido-tarjeta .logo {
  display: block;
  width: 116px;
  height: 54px;
}

.borde-derecho {
  border-right: 1px solid #cacaca;
}

.border-izquierdo {
  border-left: 1px solid #cacaca;
}

.borde-superior {
  border-top: 1px solid #cacaca;
}

.borde-inferior {
  border-bottom: 1px solid #cacaca;
}

.error-block {
  color: #d2322d;
  line-height: 1.3;
  margin-top: 0.5rem;
}

/*# sourceMappingURL=custom.css.map */
