@charset "UTF-8";
#form {
  padding-right: 20px;
}

.titulo-tramite {
  text-align: center;
}

.titulo-tramite > span.sub {
  display: block;
  font-size: 75%;
  font-weight: lighter;
  margin-top: 0.5rem;
}

.solitary-button {
  display: block !important;
  max-width: 40%;
  margin: 0 auto;
}

.tab-content {
  padding: 0 5% 20% 5%;
  text-align: justify;
}

.tabla-tramites-container {
  margin-top: 2rem;
}

.glyphicon-info-sign {
  font-family: "Noto Sans";
  font-style: italic;
  font-size: 1.8rem;
}
.glyphicon-info-sign::before {
  font-family: "Glyphicons Halflings";
  font-style: normal;
}

.btn_barra {
  margin-top: 2rem;
}

/* Imágenes de ayuda */
.ayuda-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 250px;
  height: 100%;
  max-height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

.ayuda-img.wide::after {
  width: 375px;
}

.ayuda-img .help-block {
  max-width: 60%;
}

.ayuda-img.alpaca-field-text {
  padding-right: 250px;
  min-height: 200px;
}

#floating-calendar {
  position: fixed;
  left: 50%;
  top: 50%;
}

#floating-calendar .bootstrap-datetimepicker-widget:before,
#floating-calendar .bootstrap-datetimepicker-widget:after {
  display: none;
}

@media only screen and (max-width: 1140px) {
  .tab-content {
    padding: 0 5% 10% 5%;
    text-align: justify;
  }
}
@media only screen and (max-width: 991px) {
  #form {
    padding-top: 20px;
    padding-right: 0;
  }

  .ayuda-img::after {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 250px;
  }

  .ayuda-img.wide::after {
    height: 125px;
  }

  .ayuda-img .help-block {
    max-width: 100%;
  }

  .ayuda-img.alpaca-field-text {
    padding-right: 0;
    min-height: 200px;
  }
}
/* PASOS */
#pasos {
  border-right: 1px solid #bfd730;
}

#smartwizard ul {
  border: 0;
  border-right: #bfd730;
  display: flex;
  flex-direction: column;
}
#smartwizard li {
  position: relative;
}
#smartwizard li > a {
  display: flex;
  flex-direction: row;
  border: 0;
  color: #4a4a4a;
}
#smartwizard li a:focus,
#smartwizard li a:hover {
  background: 0;
  color: dimgray;
}
#smartwizard li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(74, 74, 74, 0.1);
  width: 2px;
  height: 100%;
  left: 35px;
  z-index: 40;
}
#smartwizard li:first-child::before {
  height: 50%;
  bottom: 0;
}
#smartwizard li:last-child::before {
  height: 50%;
  top: 0;
}
#smartwizard .step-numero {
  border: 1px solid #4a4a4a;
  background-color: #ffffff;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  margin: auto 5px;
  border-radius: 50%;
  display: flex;
  z-index: 50;
  transition: background-color 0.3s ease-out;
}
#smartwizard .step-numero:hover {
  background-color: #eeeeee;
  transition: background-color 0.1s ease-in;
}
#smartwizard .step-numero > span {
  margin: auto;
  font-weight: bolder;
  font-size: 1.2rem;
}
#smartwizard .step-nombre {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1rem;
  width: 80%;
}
#smartwizard .step-nombre > span {
  font-size: 1.2rem;
  font-weight: 900;
}
#smartwizard li.active > a {
  background-color: unset;
}
#smartwizard li.active .step-numero {
  background-color: #bfd730;
  color: #00303e;
  border: 0;
}
#smartwizard li.active .step-numero:hover {
  background-color: #c8dd4e;
}
#smartwizard li.active::before {
  height: 50%;
  background-color: #bfd730;
  z-index: 45;
}
#smartwizard li.active:first-child::before {
  display: none;
}
#smartwizard li.active::after {
  content: "";
  height: 50%;
  display: block;
  position: absolute;
  width: 2px;
  height: 50%;
  left: 35px;
  bottom: 0;
  background-color: #eeeeee;
  z-index: 45;
}
#smartwizard li.active:last-child::after {
  display: none;
}
#smartwizard li.done::before {
  background-color: #bfd730;
  z-index: 45;
}
#smartwizard li.done > a {
  background-color: unset;
}
#smartwizard li.done .step-numero > span {
  color: #00303e;
}
#smartwizard li.done .step-numero {
  border: 2px solid #bfd730;
}
#smartwizard li.done .step-numero:hover {
  background-color: #d3ec46;
}
#smartwizard li.error::before {
  background-color: #A31515;
}
#smartwizard li.error .step-numero {
  border: 2px solid #A31515;
}
#smartwizard li.error .step-numero:hover {
  background-color: #f19393;
}
#smartwizard li.error .step-nombre {
  color: #A31515;
}
#smartwizard li.active.error .step-numero {
  background-color: #A31515;
  color: #00303e;
  border: 0;
}
#smartwizard li.active.error .step-numero:hover {
  background-color: #c31919;
}

#movil_pasos_ctrl {
  padding-right: 25px;
}

#movil_pasos_ctrl::before {
  content: "\e910";
  width: 20px;
  height: 20px;
  font-family: "addax_visor" !important;
  position: relative;
  font-size: 4rem;
  line-height: 0.1rem;
  top: 12px;
  right: 7px;
}

#movil_pasos_ctrl.collapsed::before {
  content: "\e911";
}

@media only screen and (min-width: 991px) {
  #pasos {
    display: block;
  }

  #movil_pasos_ctrl {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  /* Pasos */
  .sw-theme-circles > ul.step-anchor > li {
    padding-left: 0;
  }

  .sw-theme-circles > ul.step-anchor > li::before {
    left: 15px;
  }

  /* Fin de Pasos */
  .nav.nav-tabs.step-anchor {
    border-right: 0 !important;
    border-bottom: solid 1px var(--color-principal-pasos);
    padding-bottom: 10px;
    margin: 0 0 20px 0px;
  }
}
@media only screen and (min-width: 991px) {
  #pasos {
    display: block;
  }

  #movil_pasos_ctrl {
    display: none;
  }
}
/* FIN DE PASOS */
#pasos,
#formulario-container {
  transition: width 0.3s ease;
}

.steps-collapse-btn {
  display: flex;
  width: 20px;
  height: 30px;
  background-color: #bfd730;
  padding: 2px !important;
  border-radius: 40px 0 0 40px;
  position: absolute;
  right: -16;
  top: 50%;
  z-index: 100;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.steps-collapse-btn > span {
  border-top: 2px solid #00303e;
  border-left: 2px solid #00303e;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  margin: auto 0px auto auto;
}

.steps-collapse-btn.collapsed {
  transform: rotate(180deg) translateX(-20px);
}

@media only screen and (max-width: 991px) {
  .steps-collapse-btn {
    display: none;
  }
}
/* Botones */
#btn-siguiente,
.alpaca-form-button-submit,
#btnIniciarTramite {
  font-weight: 400;
  background-color: #bfd730;
  color: #00303e;
  border-width: 2px;
  border-style: solid;
  border-color: #b0c726;
  border-radius: 3px;
  padding: 10px 10px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#btn-siguiente:hover, #btn-siguiente:focus, #btn-siguiente:active, #btn-siguiente:checked, #btn-siguiente.active.focus, #btn-siguiente.active:focus, #btn-siguiente:active.focus, #btn-siguiente:active:focus, #btn-siguiente.active:hover, #btn-siguiente:active:hover,
.alpaca-form-button-submit:hover,
.alpaca-form-button-submit:focus,
.alpaca-form-button-submit:active,
.alpaca-form-button-submit:checked,
.alpaca-form-button-submit.active.focus,
.alpaca-form-button-submit.active:focus,
.alpaca-form-button-submit:active.focus,
.alpaca-form-button-submit:active:focus,
.alpaca-form-button-submit.active:hover,
.alpaca-form-button-submit:active:hover,
#btnIniciarTramite:hover,
#btnIniciarTramite:focus,
#btnIniciarTramite:active,
#btnIniciarTramite:checked,
#btnIniciarTramite.active.focus,
#btnIniciarTramite.active:focus,
#btnIniciarTramite:active.focus,
#btnIniciarTramite:active:focus,
#btnIniciarTramite.active:hover,
#btnIniciarTramite:active:hover {
  background-color: #c8dd4e;
  border-color: #c8dd4e;
  color: #00303e;
  transition: background-color 0.1s ease-in;
}

#btn-atras,
.alpaca-form-button-atras,
#btnRegresarTramite {
  font-weight: 400;
  background-color: transparent;
  color: #00303e;
  border-width: 2px;
  border-style: solid;
  border-color: #001c25;
  border-radius: 3px;
  padding: 10px 10px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#btn-atras:hover, #btn-atras:focus, #btn-atras:active, #btn-atras:checked, #btn-atras.active.focus, #btn-atras.active:focus, #btn-atras:active.focus, #btn-atras:active:focus, #btn-atras.active:hover, #btn-atras:active:hover,
.alpaca-form-button-atras:hover,
.alpaca-form-button-atras:focus,
.alpaca-form-button-atras:active,
.alpaca-form-button-atras:checked,
.alpaca-form-button-atras.active.focus,
.alpaca-form-button-atras.active:focus,
.alpaca-form-button-atras:active.focus,
.alpaca-form-button-atras:active:focus,
.alpaca-form-button-atras.active:hover,
.alpaca-form-button-atras:active:hover,
#btnRegresarTramite:hover,
#btnRegresarTramite:focus,
#btnRegresarTramite:active,
#btnRegresarTramite:checked,
#btnRegresarTramite.active.focus,
#btnRegresarTramite.active:focus,
#btnRegresarTramite:active.focus,
#btnRegresarTramite:active:focus,
#btnRegresarTramite.active:hover,
#btnRegresarTramite:active:hover {
  background-color: rgba(0, 48, 62, 0.1);
  border-color: #00303e;
  color: #00303e;
  transition: background-color 0.1s ease-in;
}

.alpaca-form-buttons-container {
  text-align: center;
}

#parent-btn-siguiente {
  padding-left: 4px !important;
}

#parent-btn-atras {
  padding-right: 0px !important;
  width: 49% !important;
}

@media only screen and (max-width: 991px) {
  #btn-siguiente, .alpaca-form-button-submit,
#btn-atras, .alpaca-form-button-atras {
    width: 45%;
    padding: 10px 20px;
  }
}
/* Aceptar Button */
.btn-aceptar {
  font-weight: 400;
  background-color: transparent;
  color: #ff9900;
  border-width: 2px;
  border-style: solid;
  border-color: #e68a00;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
  padding: 10px;
}
.btn-aceptar:hover, .btn-aceptar:focus, .btn-aceptar:active, .btn-aceptar:checked, .btn-aceptar.active.focus, .btn-aceptar.active:focus, .btn-aceptar:active.focus, .btn-aceptar:active:focus, .btn-aceptar.active:hover, .btn-aceptar:active:hover {
  background-color: rgba(255, 153, 0, 0.1);
  border-color: #ff9900;
  color: #ff9900;
  transition: background-color 0.1s ease-in;
}

.btn-aceptar::before {
  content: "";
  display: inline-block;
  background-color: transparent;
  -webkit-mask: url("/gimgs/aceptar_check.svg") no-repeat;
  mask: url("/gimgs/aceptar_check.svg") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  margin-left: -18px;
  margin-top: 1px;
}

.btn-aceptar.aceptado {
  font-weight: 400;
  background-color: #ff9900;
  color: #00303e;
  border-width: 2px;
  border-style: solid;
  border-color: #e68a00;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
  padding: 10px 10px 10px 30px;
}
.btn-aceptar.aceptado:hover, .btn-aceptar.aceptado:focus, .btn-aceptar.aceptado:active, .btn-aceptar.aceptado:checked, .btn-aceptar.aceptado.active.focus, .btn-aceptar.aceptado.active:focus, .btn-aceptar.aceptado:active.focus, .btn-aceptar.aceptado:active:focus, .btn-aceptar.aceptado.active:hover, .btn-aceptar.aceptado:active:hover {
  background-color: #ffa724;
  border-color: #ffa724;
  color: #00303e;
  transition: background-color 0.1s ease-in;
}

.aceptado::before {
  background-color: #00303e;
}

.btn-aceptar {
  font-family: "neo", sans-serif;
  font-size: 1.4rem;
}

/* Fin de Aceptar Button */
/* SI NO Radios */
.alpaca-field-radio > div:first-of-type {
  text-align: right;
}

.alpaca-control.radio {
  display: inline-block !important;
  width: 47%;
}
.alpaca-control.radio > label {
  padding: 0;
  width: 60%;
}
.alpaca-control.radio > label > div {
  background-color: transparent;
  border: 2px solid #979797;
  margin: 0 auto;
  padding: 10px;
  font-weight: 400;
  color: #727272;
  border-radius: 3px;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  font-family: "neo", sans-serif;
  font-size: 1.4rem;
}
.alpaca-control.radio > label input:checked + div {
  background-color: #bfd730;
  color: #00303e;
  border: 2px solid #b0c726;
  border-radius: 3px;
}
.alpaca-control.radio input[type=radio] {
  visibility: hidden;
}
@media only screen and (max-width: 720px) {
  .alpaca-control.radio .alpaca-control.radio {
    margin-left: 0;
  }
}

/* Fin de SI NO Radios */
/* Radio solitario aceptar */
.radio-solo.alpaca-field-radio > div:first-of-type {
  text-align: center;
}

.radio-solo .alpaca-control.radio {
  display: inline-block !important;
  width: 100%;
  margin-left: 0;
}

.radio-solo .radio > label > div::before {
  content: "";
  display: inline-block;
  background-color: transparent;
  -webkit-mask: url("/gimgs/aceptar_check.svg") no-repeat;
  mask: url("/gimgs/aceptar_check.svg") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  margin-left: -30px;
  margin-top: 1px;
}

.radio-solo .radio > label input:checked + div::before {
  background-color: #00303e;
}

.lista-radios > .alpaca-control.radio {
  display: block !important;
  width: 100%;
  margin-left: 0;
}
.lista-radios > .alpaca-control.radio > label {
  width: 100%;
}

/* Normal Radios Override */
.normal-radios > .alpaca-control.radio {
  display: block !important;
  margin: 20px;
  width: 100%;
  text-align: left;
}
.normal-radios > .alpaca-control.radio > label {
  width: 100%;
}
.normal-radios > .alpaca-control.radio > label div {
  font-family: unset;
}
.normal-radios > .alpaca-control.radio[disabled=disabled] {
  filter: grayscale(1);
}
.normal-radios > .alpaca-control > label > div,
.normal-radios .alpaca-control.radio > label > input:checked + div {
  background-color: transparent;
  padding: 0;
  text-transform: none;
  font-weight: 300;
  color: #4a4a4a;
  font-size: 1.6rem;
  text-align: left;
  text-shadow: none;
  border: 0;
}
.normal-radios > .alpaca-control > label > div::before {
  content: "";
  display: block;
  background: url("../imgs/elements/select_off.svg") no-repeat;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 6px 0 0;
}
.normal-radios > .alpaca-control.radio input[type=radio] {
  visibility: hidden;
}
.normal-radios > .alpaca-control > label > input:checked + div {
  background-color: transparent;
}
.normal-radios > .alpaca-control > label > input:checked + div::before {
  background: url("../imgs/elements/select_on.svg") no-repeat;
}

@media only screen and (max-width: 720px) {
  .alpaca-control.radio {
    width: 100%;
  }
  .alpaca-control.radio > label {
    padding: 0;
    width: 100%;
  }
}
/* Fin Normal Radios Override */
/* UPLOADER-DOWNLOADER */
.qq-uploader {
  width: 60%;
  margin: 0 auto;
}

.qq-upload-button {
  background-color: #bfd730;
  border: 2px solid #b0c726;
  display: inline-block;
  cursor: pointer !important;
  text-decoration: none;
  width: 100% !important;
  border-radius: 3px !important;
  color: #00303e;
  padding: 15px 24px;
  font-weight: 400;
  font-family: "neo", sans-serif;
  font-size: 1.4rem;
}
.qq-upload-button:hover {
  background-color: #c8dd4e !important;
  color: #00303e;
}

.qq-upload-list li.qq-upload-success {
  background-color: white;
  border: 2px solid #bfd730;
  color: #4a4a4a;
  padding: 20px 5px;
  margin: 5px 0;
  text-align: center;
}

.qq-upload-cancel,
.qq-upload-continue,
.qq-upload-delete,
.qq-upload-pause,
.qq-upload-retry,
.qq-upload-size {
  font-size: 1.6rem;
}

#addaxloading {
  color: #bfd730 !important;
}

.btn_download {
  background-color: transparent;
  margin-top: 5px;
}

.btn-descarga-docs,
.btn_download {
  background-color: transparent;
  color: #00303e;
  font-weight: 400;
  font-size: 1.4rem;
  box-sizing: border-box;
  border: 2px solid #00303e;
  border-radius: 3px;
  padding: 15px 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 60%;
  margin: 0 auto;
  white-space: normal;
}
.btn-descarga-docs:hover,
.btn_download:hover {
  background-color: rgba(0, 48, 62, 0.1);
  color: #00303e;
  border: 2px solid #00303e;
  text-decoration: none !important;
  cursor: pointer;
}

#callback-message {
  font-size: 1.8rem;
  width: 60%;
  margin: 0 auto;
}

.qq-full-columna .qq-uploader,
.qq-full-columna .btn-descarga-docs,
.qq-full-columna .btn_download {
  width: 90%;
  max-width: 600px;
}

.qq-file-rojo .qq-upload-button {
  background-color: #e31b00;
  border-color: #e31b00;
}
.qq-file-rojo .qq-upload-button:hover {
  background-color: #ff2508 !important;
  border-color: #ff2508 !important;
}

.qq-file-verde .qq-upload-button {
  background-color: #00b527;
  border-color: #00b527;
}
.qq-file-verde .qq-upload-button:hover {
  background-color: #00d92f !important;
  border-color: #00d92f !important;
}

.qq-file-azul .qq-upload-button {
  background-color: #0066dc;
  border-color: #0066dc;
}
.qq-file-azul .qq-upload-button:hover {
  background-color: #0177ff !important;
  border-color: #0177ff !important;
}

@media only screen and (max-width: 720px) {
  .qq-uploader, .btn-descarga-docs, .btn_download, #callback-message {
    width: 100%;
  }
}
/* FIN DE UPLOADER */
.form-control[disabled] {
  background-color: #f8f8f8;
  border: 1px solid #979797;
  font-style: italic;
  color: #727272;
  box-shadow: none;
}

.multiselect.disabled {
  background-color: #f8f8f8;
  border: 1px solid #979797;
  color: #727272;
  width: 100%;
  text-align: left;
}

.multiselect.disabled span {
  font-size: 1.8rem;
  font-weight: 400 !important;
  font-style: italic;
  color: #727272 !important;
}

.multiselect.disabled > b {
  float: right;
  margin-top: 11px;
}

.select2 {
  min-width: 50% !important;
  max-width: 100% !important;
}

legend.alpaca-container-label {
  font-weight: 400 !important;
  font-size: 2rem;
  text-align: left;
  border-bottom: 1px solid #4a4a4a;
}

.sec-subtitulo > label.alpaca-control-label {
  font-weight: 400 !important;
  font-size: 2rem;
  text-align: left;
  margin-top: 30px;
  color: #4a4a4a;
}

.solo-titulo > label.alpaca-control-label {
  font-size: 1.8rem;
}

span.multiselect-native-select {
  display: block;
  max-width: 100%;
}

label.alpaca-control-label {
  font-weight: 300 !important;
  font-size: 1.8rem;
  color: #4a4a4a;
  display: block !important;
}

.alpaca-control {
  font-weight: 300 !important;
  font-size: 1.8rem;
  color: #4a4a4a;
  max-width: 100%;
}

input.alpaca-control,
select.alpaca-control {
  height: 40px;
}

input.alpaca-control,
select.alpaca-control,
textarea.alpaca-control {
  border: 1px solid #979797;
  border-radius: 2px;
}

.alpaca-container-item .select2 {
  width: 100% !important;
}

.alpaca-field .select2-selection {
  font-weight: 300 !important;
  font-size: 1.8rem;
  color: #4a4a4a;
  border: 1px solid #979797;
  border-radius: 2px;
  height: 40px;
}

.alpaca-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.alpaca-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.has-error .form-control {
  border-color: #A31515;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error .checkbox label,
.has-error .checkbox-inline label,
.has-error .radio label,
.has-error .radio-inline label {
  color: #A31515;
}

[disabled] {
  pointer-events: none;
}

.tooltip-inner {
  max-width: 500px !important;
  min-width: 350px !important;
}

/* Tooltip */
.tooltip > .tooltip-inner {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  padding: 5px;
  font-size: 1.5rem;
  font-weight: 300;
}

.tooltip.bottom > .tooltip-arrow {
  border: 1px solid #333;
}

.alpaca-field-url a {
  color: #004E78;
  background-color: #40C7FB;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0;
  padding: 15px 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.alpaca-field-url a:hover {
  background-color: #66D4FF;
}
.alpaca-field-url > div.alpaca-control {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.alpaca-field a {
  width: 100%;
}
.alpaca-field a:hover {
  text-decoration: none;
}

/* Fechas */
.alpaca-field-date > input {
  background: url("../imgs/elements/calendar_icon.svg") no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: 50%;
}

.formulario-alpaca {
  max-width: 40% !important;
  margin: auto !important;
}

.alpaca-icon-required {
  font-size: 50%;
  color: #d06f00;
  vertical-align: super;
}

/* overrides */
.alpaca-field.doble_columna {
  display: inline-block;
  width: 48%;
}

/* custom hidden */
.custom_display_none {
  opacity: 0%;
  display: table-column;
}

.alert-success {
  background-color: rgba(90, 187, 73, 0.1);
  border: 2px solid #50ab40;
  color: #2d6024;
  font-weight: 600;
  text-align: center;
  margin: 1rem auto;
  border-radius: 0;
}

.alert-warning {
  background-color: rgba(163, 21, 21, 0.1);
  border: 2px solid #8c1212;
  color: #320606;
  font-weight: 600;
  text-align: center;
  margin: 1rem auto;
  border-radius: 0;
}

.help-block {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.44rem;
}

/* Check boxes */
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-top: 7px;
}

.alpaca-control.checkbox {
  max-width: 100%;
  height: auto;
  margin: 20px;
}
.alpaca-control.checkbox label {
  padding-left: 0;
}
.alpaca-control.checkbox input[type=checkbox] {
  visibility: hidden;
}
.alpaca-control.checkbox label > div {
  font-weight: 300;
  color: #535353;
  font-size: 1.8rem;
}
.alpaca-control.checkbox label > div::before {
  content: "";
  display: block;
  background: url("../imgs/elements/check_off.svg") no-repeat;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 6px 0 0;
}
.alpaca-control.checkbox label > input:checked + div::before {
  background: url("../imgs/elements/check_on.svg") no-repeat;
}
.alpaca-control.checkbox[disabled=disabled] {
  filter: grayscale(1);
}

.alpaca-control.checkbox[name=sv_revision__notas] {
  max-width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

/* Fin de Check boxes */
/* Column Radios/CheckBoxes */
.normal-radios.column-radios {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}

.normal-radios.column-radios .alpaca-control.checkbox,
.normal-radios.column-radios .alpaca-control.radio {
  width: 30%;
  margin-left: 0;
  margin-right: 0;
}

.normal-radios.column-radios.limitar-2-col .alpaca-control.checkbox,
.normal-radios.column-radios.limitar-2-col .alpaca-control.radio {
  width: 50%;
}

.normal-radios.column-radios label.alpaca-control-label,
.normal-radios.column-radios .help-block {
  width: 100%;
}

.normal-radios.column-radios .checkbox, .normal-radios.column-radios .radio {
  margin-top: 5px;
  margin-bottom: 5px;
}

.normal-radios.column-radios .checkbox label, .normal-radios.column-radios .radio label {
  line-height: 2rem;
}

@media only screen and (min-width: 600px) {
  .normal-radios.column-radios.limitar-2-col.ayuda-img {
    padding-right: 30%;
  }
}
@media only screen and (max-width: 1280px) {
  .normal-radios.column-radios .alpaca-control.checkbox,
.normal-radios.column-radios .alpaca-control.radio {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .normal-radios.column-radios .alpaca-control.checkbox,
.normal-radios.column-radios .alpaca-control.radio {
    width: 100% !important;
  }
}
/* Tables */
.table {
  border: 0;
}

.table > tbody > tr:nth-child(even) {
  background-color: #ccc;
}

.table > tbody > tr:nth-child(odd) {
  background-color: #fff;
}

.table > thead > tr > th, .tabulator-col-content {
  background-color: #00303e !important;
  font-weight: 600;
  color: #fff !important;
  font-size: 1.4rem;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #fff;
  text-align: center;
  padding: 15px 10px 8px 10px;
  vertical-align: bottom;
}

.table > tbody > tr > td label {
  display: none !important;
}

.table-bordered > tbody > tr > td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: none;
}

.tabla-lista {
  width: 100%;
  margin: 40px 0;
}

.tabla-lista > thead > tr > th {
  background-color: #00303e !important;
  font-weight: 600;
  color: #4a4a4a;
  font-size: 1.4rem;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #fff;
  text-align: center;
  padding: 15px 10px 5px 10px;
  vertical-align: middle;
}

.tabla-lista > tbody > tr > td {
  font-size: 1.4rem;
  padding: 15px 10px;
  vertical-align: middle;
}

.tabla-lista > tbody > tr:nth-child(even) {
  background-color: #ccc;
}

.tabla-lista > tbody > tr:nth-child(odd) {
  background-color: #fff;
}

.tabla-lista > tbody > tr > td > a {
  color: #d06f00 !important;
  font-size: 1.4rem;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  display: block;
}

.tabla-lista > tbody > tr > td > a:hover {
  color: #ff9900 !important;
}

.alpaca-array-actionbar-action[data-alpaca-array-actionbar-action=up],
.alpaca-array-actionbar-action[data-alpaca-array-actionbar-action=down] {
  display: none;
}

th.sorting_disabled {
  width: 70px;
}

td.actionbar {
  vertical-align: middle !important;
}

.tabulator {
  border: 0;
}
.tabulator .tabulator-header .tabulator-col {
  border: 0;
  background: #fff;
}
.tabulator .tabulator-header {
  border: 0;
}

.tabulator-header-filter > input {
  border: 1px solid #979797;
}

.tabulator-col-content {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tabulator-header-filter > input {
  color: #4a4a4a;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  white-space: normal;
  text-overflow: clip;
}

.tabulator-row.tabulator-selectable:hover {
  background: rgba(255, 153, 0, 0.1) !important;
}

.tabulator-row-odd, .tabulator-row-even {
  font-weight: 400;
  color: #4a4a4a;
}

.tabulator-row.tabulator-row-odd {
  background: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.tabulator-row.tabulator-row-even {
  background: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.tabulator-row .tabulator-cell {
  text-align: center;
  padding: 0;
  vertical-align: middle;
  font-size: 1.4rem;
}

.tabulator .tabulator-footer {
  background-color: #fff;
  font-size: 1.4rem;
}

/* Botones de tablas */
.alpaca-array-actionbar-action.btn-sm,
.btn-tabla {
  font-weight: 400;
  background-color: transparent;
  color: #00303e;
  border-width: 2px;
  border-style: solid;
  border-color: #001c25;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
  padding: 4px;
  margin: 1px !important;
  font-size: 1.5rem;
}
.alpaca-array-actionbar-action.btn-sm:hover, .alpaca-array-actionbar-action.btn-sm:focus, .alpaca-array-actionbar-action.btn-sm:active, .alpaca-array-actionbar-action.btn-sm:checked, .alpaca-array-actionbar-action.btn-sm.active.focus, .alpaca-array-actionbar-action.btn-sm.active:focus, .alpaca-array-actionbar-action.btn-sm:active.focus, .alpaca-array-actionbar-action.btn-sm:active:focus, .alpaca-array-actionbar-action.btn-sm.active:hover, .alpaca-array-actionbar-action.btn-sm:active:hover,
.btn-tabla:hover,
.btn-tabla:focus,
.btn-tabla:active,
.btn-tabla:checked,
.btn-tabla.active.focus,
.btn-tabla.active:focus,
.btn-tabla:active.focus,
.btn-tabla:active:focus,
.btn-tabla.active:hover,
.btn-tabla:active:hover {
  background-color: rgba(0, 48, 62, 0.1);
  border-color: #00303e;
  color: #00303e;
  transition: background-color 0.1s ease-in;
}

.btn-pequeno-rojo-tabla {
  font-weight: 400;
  background-color: transparent;
  color: #A31515;
  border-width: 2px;
  border-style: solid;
  border-color: #8c1212;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
  padding: 4px;
  margin: 1px !important;
  font-size: 1.5rem;
}
.btn-pequeno-rojo-tabla:hover, .btn-pequeno-rojo-tabla:focus, .btn-pequeno-rojo-tabla:active, .btn-pequeno-rojo-tabla:checked, .btn-pequeno-rojo-tabla.active.focus, .btn-pequeno-rojo-tabla.active:focus, .btn-pequeno-rojo-tabla:active.focus, .btn-pequeno-rojo-tabla:active:focus, .btn-pequeno-rojo-tabla.active:hover, .btn-pequeno-rojo-tabla:active:hover {
  background-color: rgba(163, 21, 21, 0.1);
  border-color: #A31515;
  color: #A31515;
  transition: background-color 0.1s ease-in;
}

.tabulator .tabulator-footer .tabulator-page,
.tabulator .tabulator-footer .tabulator-page:not(.disabled) {
  font-weight: 400;
  background-color: transparent;
  color: #00303e;
  border-width: 2px;
  border-style: solid;
  border-color: #001c25;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
  padding: 4px 10px;
}
.tabulator .tabulator-footer .tabulator-page:hover, .tabulator .tabulator-footer .tabulator-page:focus, .tabulator .tabulator-footer .tabulator-page:active, .tabulator .tabulator-footer .tabulator-page:checked, .tabulator .tabulator-footer .tabulator-page.active.focus, .tabulator .tabulator-footer .tabulator-page.active:focus, .tabulator .tabulator-footer .tabulator-page:active.focus, .tabulator .tabulator-footer .tabulator-page:active:focus, .tabulator .tabulator-footer .tabulator-page.active:hover, .tabulator .tabulator-footer .tabulator-page:active:hover,
.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover,
.tabulator .tabulator-footer .tabulator-page:not(.disabled):focus,
.tabulator .tabulator-footer .tabulator-page:not(.disabled):active,
.tabulator .tabulator-footer .tabulator-page:not(.disabled):checked,
.tabulator .tabulator-footer .tabulator-page:not(.disabled).active.focus,
.tabulator .tabulator-footer .tabulator-page:not(.disabled).active:focus,
.tabulator .tabulator-footer .tabulator-page:not(.disabled):active.focus,
.tabulator .tabulator-footer .tabulator-page:not(.disabled):active:focus,
.tabulator .tabulator-footer .tabulator-page:not(.disabled).active:hover,
.tabulator .tabulator-footer .tabulator-page:not(.disabled):active:hover {
  background-color: rgba(0, 48, 62, 0.1);
  border-color: #00303e;
  color: #00303e;
  transition: background-color 0.1s ease-in;
}

.tabulator .tabulator-footer .tabulator-page.active {
  font-weight: 400;
  background-color: #bfd730;
  color: #00303e;
  border-width: 2px;
  border-style: solid;
  border-color: #b0c726;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}
.tabulator .tabulator-footer .tabulator-page.active:hover, .tabulator .tabulator-footer .tabulator-page.active:focus, .tabulator .tabulator-footer .tabulator-page.active:active, .tabulator .tabulator-footer .tabulator-page.active:checked, .tabulator .tabulator-footer .tabulator-page.active.active.focus, .tabulator .tabulator-footer .tabulator-page.active.active:focus, .tabulator .tabulator-footer .tabulator-page.active:active.focus, .tabulator .tabulator-footer .tabulator-page.active:active:focus, .tabulator .tabulator-footer .tabulator-page.active.active:hover, .tabulator .tabulator-footer .tabulator-page.active:active:hover {
  background-color: #c8dd4e;
  border-color: #c8dd4e;
  color: #00303e;
  transition: background-color 0.1s ease-in;
}

.btn-pequeno-blanco-tabla {
  font-weight: 400;
  background-color: transparent;
  color: #00303e;
  border-width: 2px;
  border-style: solid;
  border-color: #001c25;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
  font-size: 1rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding: 7.5px 7.5px;
}
.btn-pequeno-blanco-tabla:hover, .btn-pequeno-blanco-tabla:focus, .btn-pequeno-blanco-tabla:active, .btn-pequeno-blanco-tabla:checked, .btn-pequeno-blanco-tabla.active.focus, .btn-pequeno-blanco-tabla.active:focus, .btn-pequeno-blanco-tabla:active.focus, .btn-pequeno-blanco-tabla:active:focus, .btn-pequeno-blanco-tabla.active:hover, .btn-pequeno-blanco-tabla:active:hover {
  background-color: rgba(0, 48, 62, 0.1);
  border-color: #00303e;
  color: #00303e;
  transition: background-color 0.1s ease-in;
}

.tabulator-row .tabulator-responsive-collapse {
  border: 0;
}

.tabulator-responsive-collapse td {
  height: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.tabulator-cell::before {
  display: none;
}

@media only screen and (max-width: 991px) {
  .tabulator .tabulator-footer .tabulator-page,
.tabulator .tabulator-footer .tabulator-page:not(.disabled) {
    padding: 4px 2px;
  }

  /* colapsado de tablas internas alpaca */
  .alpaca-field-table table,
.alpaca-field-table table > tbody {
    display: block;
    width: 100%;
  }

  .alpaca-field-table table > thead {
    display: none;
  }

  .alpaca-field-table table tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
  }

  .alpaca-field-table .table-bordered > tbody > tr > td {
    padding-bottom: 1rem;
    border-bottom: 2px solid #fff !important;
  }

  .alpaca-field-table table td > div {
    display: flex;
    flex-wrap: wrap;
  }

  .alpaca-field-table table td .alpaca-control-label {
    display: block !important;
    width: 40%;
    font-size: 1.4rem;
    white-space: break-spaces;
    margin-top: auto;
    margin-bottom: auto;
  }

  .alpaca-field-table table td .form-control {
    display: block !important;
    width: 60% !important;
  }

  .help-block.alpaca-message {
    max-width: 100%;
    white-space: normal;
  }
}
@media only screen and (max-width: 720px) {
  /* colapsado de tablas de tabulator */
  .tabulator-header {
    display: none;
  }

  .tabulator-table {
    width: 100%;
  }

  .tabulator-row {
    display: flex;
    flex-direction: column;
  }

  .tabulator-cell {
    width: 100% !important;
    text-align: right !important;
    height: auto !important;
    padding: 1rem !important;
    border-bottom: 2px solid #fff;
  }

  .tabulator-cell::before {
    display: block;
    float: left;
    font-weight: bold;
    text-align: left;
  }

  .tabulator-col-resize-handle {
    height: 0 !important;
  }
}
/* Fin de tables */
.contenedor_elementos_seleccionados .pull-left {
  width: 100%;
}

.contenedor_elementos_seleccionados .pull-right {
  float: none;
  position: absolute;
  right: 10px;
  top: 9px;
}

.contenedor_elementos_seleccionados .alpaca-field.alpaca-field-object {
  padding-top: 20px;
}

/* Checks admisibilidad */
.alpaca-container-item {
  position: relative;
}
.alpaca-container-item .check_revision {
  position: absolute;
  right: -25px;
  top: 55%;
  background-color: #fff;
  margin-right: 0 !important;
  z-index: 100;
}

.select-todo-container {
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  margin-right: 18px;
}
.select-todo-container .check_revision {
  margin-left: 0.5rem;
}

/* Fin de Checks de admisibilidad */
/* Revision checks */
.revision_img_button {
  width: 24px;
  height: 24px;
  background: url(/gcss/icheck/square/checkmark.png) no-repeat;
  position: absolute;
  right: -34px;
  top: 55%;
  margin-right: 0 !important;
}

.revision_aprobado_button {
  background-position: 0px 0;
}

.revision_rechazado_button {
  background-position: -24px 0;
}

.formulario-alpaca {
  max-width: 40% !important;
  margin: auto !important;
}

/* Fin de Revision checks */
.pre-label label {
  font-weight: 300 !important;
  margin-bottom: -10px;
}

.normal-width {
  width: unset !important;
}

/*# sourceMappingURL=formularios_setena.css.map */
