@charset "UTF-8";
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/** CHECKBOX CON DESLIZAD **/
.divSwitch {
  align-self: center;
}

.switchBtn {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  height: 28px;
  width: 50px;
}

.switchBtn input {
  display: none;
}

.slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ced4da;
  transition: 0.4s;
  /*padding: 2px;*/
  border-radius: 100px;
}

.texto {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px 2px 6px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

/***Start Estils adicionales**/
.placaVehi__pad_05 {
  padding-left: 0.9em;
}

/***End Estils adicionales**/
.slide:before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: 0.4s;
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  border-radius: 50px;
}

input:checked + .slide {
  background-color: #ed2529;
}

input:checked + .slide:before {
  transform: translateX(26px);
  left: 1px;
}

/*** Error ***/
.Soat .error {
  margin: 12px;
}
.Soat .error .msjError {
  color: #ed252a;
  margin-bottom: 10px;
  padding-top: 15px;
}
.Soat .error .msjError img {
  width: 12px;
}

/*** Fin Error ***/
/*** Start Ingresa ***/
/** Tooltip Gen1Int*/
.content-inte-pagos.content-soat .content-form .campotooltip .tooltipgene.ubi {
  margin-top: 0px !important;
  margin-right: 12px !important;
}
@media (max-width: 990px) {
  .content-inte-pagos.content-soat .content-form .campotooltip .tooltipgene.ubi {
    margin-top: 0px !important;
    margin-right: 8px !important;
  }
}

/*** End Ingrersa ***/
.exitooOtp.exito .content-inte-pagos.content-soat.princi {
  margin-top: -50px;
}

/*** tooltip ***/
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: #fff;
  color: #666 !important;
  text-align: justify;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: -40%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  border: 1px solid #ccc;
  font-weight: 100;
}

.width_23.tooltip .tooltiptext {
  left: -410%;
}

.width_23.tooltip .tooltiptext::after {
  left: 91%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 70%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #cccccc transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*** Fin  tooltip ***/
/*** CheckBox Custom ***/
/* The container */
.container_Check {
  display: block;
  position: relative;
  padding-left: 20px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-weight: bold;
}
@media (max-width: 990px) {
  .container_Check {
    font-size: 10px;
  }
}

@media (max-width: 990px) {
  .info-t-font {
    font-size: 12px;
  }
}

/* Hide the browser's default checkbox */
.container_Check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  margin-top: 3px;
}

/* On mouse-over, add a grey background color */
.container_Check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_Check input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #ed2529;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_Check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_Check .checkmark:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #ed2529;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*** FIN CheckBox Custom ***/
/*** Generales ***/
h4.TitleGris {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #666;
  margin: 0 0 18px 0;
  padding: 0;
}

.Soat {
  padding: 0 15px 15px;
}

.cont-Datos h4 {
  margin-left: 20px;
}

.fila {
  padding-bottom: 18px;
  margin: 15px 15px 0 15px;
  margin: 0;
}

.bordeAbajo {
  border-bottom: solid 1px #cecece;
}

.justify {
  text-align: justify;
}

.rowSimple {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 990px) {
  .rowSimple {
    padding-left: 20px;
    padding-right: 10px;
  }
}
.rowSimple input {
  width: auto;
}

.SizeImg12 {
  width: 12px;
  height: 12px;
  margin: 5px 5px 5px 0;
}

.Soat input {
  text-transform: uppercase;
}

.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

input#datepicker-desde {
  text-align: center !important;
}

.inline-tipopago {
  margin-bottom: 15px;
}
.inline-tipopago .fila.row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.inline-tipopago .fila.row .col-md-5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 40%;
  justify-content: flex-start;
}
.inline-tipopago .fila.row .col-md-5 input {
  width: auto;
}
.inline-tipopago .fila.row .col-md-5 img {
  margin: 0 5px;
}
.inline-tipopago .fila.row .col-md-7 {
  width: 60%;
  justify-content: center;
}
.inline-tipopago .fila.row .col-md-7 .cont_2_Select .tooltip select {
  width: 100%;
}

.marginAst {
  margin: 0 7px 0 0;
}

.sinbold {
  padding-top: 10px;
  font-weight: 100;
  font-size: 13px;
  max-width: 85%;
  margin: 0 auto;
}

.FieldObligatorios {
  margin-bottom: 20px;
}

.contSelect select {
  margin-bottom: -5px;
}

.ng-submitted .ng-invalid.ng-empty {
  border: 1px solid #ed252a !important;
}

.ng-submitted .ng-invalid.ng-empty ~ .checkmark {
  border: 1px solid #ed252a !important;
}

.cont_2_Select {
  display: flex;
  flex-direction: row;
  JUSTIFY-CONTENT: space-between;
}

.width_23 {
  width: 23%;
}

.width_75 {
  width: 75%;
}
.width_75 select {
  width: 100%;
}

/*** Fin Generales***/
/* Progreso*/
/******soat front integración JU *******/
.progreso {
  margin: 31px auto 15px;
  display: block;
  width: 95%;
  max-width: 900px;
  height: 6px;
  background-color: #ccc;
  position: relative;
  font-weight: bold;
}

.progreso > .puntos {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: none;
  padding: 0;
  z-index: 1;
  background-color: #ffffff;
  border: 4px solid #ccc;
}

.progreso > .puntos > label {
  top: 100%;
}

.progreso > .puntos + i {
  position: absolute;
  display: none;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  border-radius: 50%;
  z-index: 3;
}

.progreso > .puntos ~ label {
  position: absolute;
  transform: translateX(-50%);
  max-width: 145px;
  display: inline-block;
  top: 100%;
  margin-top: 15px;
  text-align: center;
}

.progreso > .punto_uno,
.progreso > .punto_uno + i,
.progreso > .punto_uno ~ label {
  left: 0;
}

.progreso > .punto_dos ~ label {
  left: 33%;
  color: #666;
  width: 140px;
  text-align: center;
  line-height: 1em;
}

.progreso > .punto_tres ~ label {
  left: 66%;
  color: #666;
  width: 140px;
  text-align: center;
  line-height: 1em;
}

.progreso > .punto_cuatro ~ label {
  left: 100%;
}

.progreso > .punto_dos,
.progreso > .punto_dos + i {
  left: 33%;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border: 4px solid #ccc;
}

.progreso > .punto_tres,
.progreso > .punto_tres + i {
  left: 66%;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border: 4px solid #ccc;
}

.progreso > .punto_cuatro,
.progreso > .punto_cuatro + i {
  left: 100%;
}

.progreso > .puntos.listo + i {
  display: flex;
  font-family: FontAwesome;
  font-size: 8px;
  font-weight: normal;
  align-items: center;
  justify-content: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  height: 14px;
  width: 14px;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  background-color: #ed2529;
}

.progreso > .puntos.listo + i + label {
  color: #ed2529;
}

.progreso > .puntos.listo + i::before {
  content: "";
}

.progreso > .punto_dos.listo {
  display: none;
}

.progreso > .barra_vacia {
  position: absolute;
  height: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FD8533;
  z-index: 2;
  will-change: width;
  transition: width 0.3s linear;
}

/**/
/***** Soat virtual *****/
#pagoDeSOAT #divPlacaMoto {
  /*display: none;*/
}

#pagoDeSOAT .halfInput {
  max-width: 40%;
  display: inline-block;
  margin: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#pagoDeSOAT #soatPaso5 {
  text-align: center;
  margin-bottom: 15px;
}

#pagoDeSOAT #soatPaso5 h3 {
  color: #ed252a;
  font-size: 20px;
}

#pagoDeSOAT #soatPaso5 img {
  margin: 10px auto;
}

#pagoDeSOAT .inline-tipove li {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-bottom: solid 1px #D9D9D9;
  margin-bottom: 15px;
}

#pagoDeSOAT .inline-tipopago li {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

#pagoDeSOAT .inline-tipopago li .img-responsive {
  display: inline-block !important;
}

#pagoDeSOAT .inline-tipopago li label {
  margin-right: 20px;
}

#avisoSoat {
  overflow: auto;
  padding: 0 15px 15px;
}

#avisoSoat h2 {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 20px;
  text-align: center;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.cont2field.fila {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 5px 0;
}

.col-md-6 {
  width: 50%;
  text-align: center;
}

.txtaux {
  margin-top: 10px;
}

#divPagarSOAT {
  text-align: justify;
}

.legales {
  padding: 2px 115px;
  text-align: center;
}

#pasosSoat p {
  font-size: 14px;
  display: block;
}

#pasosSoat .bold {
  font-weight: bold;
  margin-bottom: 10px;
}

#pasosSoat .detalleconten {
  background-color: #ed252a;
  color: #fff;
  overflow: hidden;
  padding: 10px 10px 0px 10px;
}

#pasosSoat {
  border-bottom: 1px solid #FF552B;
  margin-bottom: 10px;
}

#pasosSoat .imgaux img {
  display: block;
  margin-top: 5px;
}

#pasosSoat .numeropagarelist {
  background-color: #FFF;
  padding: 6px 15px;
  border-radius: 30px;
  color: #111;
  font-size: 20px;
  margin: 5px auto;
  display: inline-block;
  vertical-align: baseline;
}

#pasosSoat .center {
  text-align: center;
}

.medioPago {
  margin-bottom: 15px;
}

#pasosSoat.avisoformpaga, #avisospagare.avisoformpaga .detalleconten {
  background-color: #1b76ae !important;
}

#pasosSoat.avisoformpaga {
  margin-top: 60px;
}

#pasosSoat .listaAlertPaga {
  list-style: circle;
}

#pasosSoat .listaAlertPaga li {
  margin-bottom: 10px;
  font-size: 16px;
}

#pasosSoat .listaAlertPaga li a {
  color: #fff;
  font-weight: 700;
}

.negroSoat {
  color: #000;
}

#pasosSoat .active .numeropagarelist {
  background-color: #FF552B;
  color: #fff;
  border: 5px solid #ccc;
}

#pasosSoat .active, #pasosSoat .active .numeropagarelist {
  font-weight: 700;
  font-size: 1.3em;
}

.resumen table.datos td {
  border: #cecece solid 1px;
  padding: 3px 6px;
  width: 50%;
}

.ui-selectmenu-text {
  width: 100%;
}

/**/
/**/
.titPasos {
  color: #ed252a;
  font-size: 13px;
  margin: 18px auto;
  padding: 0 15px;
  font-weight: bold;
}

.titPasos span {
  color: #666;
}

.titPasosTcv {
  color: #CE0096;
  font-size: 13px;
  margin: 18px auto;
  padding: 0 15px;
  font-weight: bold;
}

.titPasosTCV span {
  color: #666;
}

.Soat .titPasos {
  margin-top: 0;
}

/**/
/***** Externos generales *****/
.dataTables_wrapper {
  padding-top: 0 !important;
}

div.dataTables_length label {
  display: flex;
  flex-direction: row;
}
div.dataTables_length label select {
  margin: 0 10px;
  width: 50px;
}

.informativa.iconos {
  display: flex;
  flex-direction: row;
}
.informativa.iconos div {
  margin-right: 10px;
}

img.iconosAcciones {
  width: 12px;
  margin-right: 5px;
}

table.dataTable, table.dataTable.no-footer {
  margin: 1rem 0 0 !important;
}

*:focus {
  outline: none;
}

.bordeAbajo {
  border-bottom: solid 1px #cecece !important;
  margin-bottom: 25px;
}

.error {
  margin-top: 0px !important;
}

.msjError {
  color: #ed252a;
  margin-bottom: 10px;
}

.listado-li {
  padding-top: 5px;
}

.negrilla {
  font-weight: bold;
}

.subtitle-page {
  font-size: 16px !important;
  color: #6C6C6C;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  margin: 20px 0px;
}

.label-form {
  font-size: 12px;
}

.label-form.center {
  text-align: center;
  margin: 0;
}

.padding-main {
  padding: 0 0 25px;
}

.pagoSaldo {
  text-align-last: center;
  border: solid 1px #cecece;
  padding: 14px 0 7px;
}

.datesoat-p input[type=date]::-webkit-calendar-picker-indicator {
  /*background: url(/RS/images/soat/dateSoat.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;*/
  background: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.datesoat input[type=date]::-webkit-calendar-picker-indicator {
  background: url(/RS/images/soat/dateSoat.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

/***Start Ingresa Placa Vehiculo*/
.car-pad-left {
  padding-left: 0.5em;
}

/**Start Seleccionar***/
@media (max-width: 990px) {
  .content-form .campo-input select {
    font-size: 12px !important;
  }
}
@media (max-width: 990px) {
  .content-form .campo-input select:focus {
    width: auto;
  }
}
@media (max-width: 990px) {
  .content-form .campo-input select option {
    font-size: 10px !important;
  }
}

/**Soat**/
@media (max-width: 990px) {
  .val-soat-width {
    width: 90% !important;
  }
}

/**End Seleccionar**/
.contenedor-field-inscripcion {
  width: 100%;
  /*width:90%;*/
  display: flex;
  flex-wrap: wrap;
  margin: 25px auto 0px;
  justify-content: space-between;
  align-items: flex-start;
}
.contenedor-field-inscripcion input {
  width: 100%;
}
.contenedor-field-inscripcion .cajatoolerro {
  width: 100%;
  max-width: 420px;
}
.contenedor-field-inscripcion .cajatoolerro .campo-input .content-input #placa {
  text-transform: uppercase;
  font-weight: bold;
}
.contenedor-field-inscripcion .cajatoolerro .campo-input:focus-within {
  border: 1px solid #FD6620;
}
.contenedor-field-inscripcion select {
  width: 100%;
  margin-bottom: -5px;
}

.chulo {
  margin-top: 5px;
}
.chulo .fa-check {
  margin-right: 5px;
}

.cont-boton {
  display: flex;
}

.field-form {
  width: 48%;
}

.icon-yellow {
  width: 40px;
}

.panel-principal {
  display: flex;
  flex-direction: row;
}
.panel-principal .panel-izq {
  display: flex;
  flex-direction: row;
  width: 50%;
  border-right: 1px solid #ccc;
  margin-right: 15px;
}
.panel-principal .panel-izq picture {
  margin: 0 10px 0 0;
}
.panel-principal .panel-izq div p {
  margin-top: 10px;
}
.panel-principal .panel-der {
  width: 50%;
  display: block;
}
.panel-principal .panel-der span {
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.panel-principal .panel-der table tr td {
  border: 1px solid #ccc;
}

.center {
  text-align: center;
  margin: 20px auto 20px;
  width: 100%;
}

.inner-fila.center {
  margin: 0px auto 0px;
}

.inner-fila.center.obligatorios {
  margin: 0px auto 20px;
}

.margin_izq_der {
  margin: 0 10px;
}

.margin_right {
  margin: 0 10px 0 0;
}

.avisoClickContinuar {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}

.btn-continuar-check {
  width: 130px;
}

.btn-continuar-check:hover {
  color: #fff;
}

.botonContinuar {
  width: auto;
  margin: 20px auto 30px;
}
.botonContinuar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  border: none;
  padding: 7px 16px;
  background: #666;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.botonContinuar a i {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 8px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.botonContinuar a i:before {
  content: "";
}

.btns-panel {
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 20px 0;
}
.btns-panel .btn-continuar-check {
  border-radius: 4px;
  border: none;
  padding: 9px 16px;
  background: #666;
  color: #fff;
  margin: 0 auto 20px;
  width: 129px;
  transition: all ease-in-out 0.2s;
}
.btns-panel .btn-continuar-check i {
  padding-right: 6px;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.btns-panel .btn-continuar-check .fa-check-circle:before {
  content: "";
}
.btns-panel .btn-continuar-check:hover {
  background: #ed252a;
  color: #fff;
}
.btns-panel a:first-child {
  margin: 0;
  padding: 6px 16px;
}
.btns-panel a.icon-print {
  margin: 0px 10px 0 30px;
}
.btns-panel a.icon-print img {
  width: 25px;
}
.btns-panel .tooltip-send-mail {
  position: relative;
}
.btns-panel .tooltip-send-mail .icon-send {
  padding: 0;
  margin-left: 10px;
}
.btns-panel .tooltip-send-mail .icon-send img {
  width: 25px;
}
.btns-panel .tooltip-send-mail .tooltipEmail {
  width: 400px !important;
  border: 1px solid #cecece;
  background-color: #fff;
  color: #6c6c6c !important;
  text-align: center;
  border-radius: 3px;
  padding: 5px 10px 30px 20px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.4s;
  transform: translate(-49%, -2%);
  visibility: hidden;
}
.btns-panel .tooltip-send-mail .tooltipEmail .row a {
  display: block;
  width: 100%;
  text-align: right;
  padding: 0;
  margin-bottom: 25px;
}
.btns-panel .tooltip-send-mail .tooltipEmail .row a.link-cerrar-tooltip {
  margin: 0;
}
.btns-panel .tooltip-send-mail .tooltipEmail .row .subpanel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.btns-panel .tooltip-send-mail .tooltipEmail .row .subpanel img {
  margin-right: 15px;
  width: 80px;
  height: 50px;
}
.btns-panel .tooltip-send-mail .tooltipEmail .row .subpanel .subsubpanel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.btns-panel .tooltip-send-mail .tooltipEmail .row .subpanel .subsubpanel p {
  font-size: 11px;
  line-height: 14px;
  display: block;
  width: 250px;
}
.btns-panel .tooltip-send-mail .tooltipEmail .row .subpanel .subsubpanel span {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 11px;
}
.btns-panel .tooltip-send-mail .tooltipEmail .row .subpanel .subsubpanel .btn-continuar-check {
  margin: 10px auto 0;
  width: 100px;
  padding: 7px 0;
  border-radius: 4px;
  border: none;
  background: #666;
  color: #fff;
  transition: all ease-in-out 0.2s;
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
}
.btns-panel .tooltip-send-mail .tooltipEmail .row .subpanel .subsubpanel .btn-continuar-check i {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding-right: 6px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.btns-panel .tooltip-send-mail .tooltipEmail .row .subpanel .subsubpanel .btn-continuar-check .fa-check-circle:before {
  content: "";
}
.btns-panel .tooltip-send-mail .tooltipEmail:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent;
}
.btns-panel .tooltip-send-mail .tooltipVisible {
  visibility: visible;
  opacity: 1;
}

.continuar:hover {
  background: #ed252a !important;
}

.guardarDatos {
  width: auto;
  margin: 0 auto 20px;
}

input {
  text-align: left;
  border: 1px solid #cecece;
  background: #f4f4f4;
  /*padding: 7px 6px;*/
  border-radius: 7px;
  width: 85%;
  /*margin-bottom: 12px;*/
  color: #6b6b6b;
}

.padding_left {
  padding-left: 20px;
}

.padding_left_right {
  padding-left: 15px;
  padding-right: 15px;
}

.padding_right {
  padding-right: 20px;
}

.panel-2.fila.otp_01 {
  display: flex;
  flex-direction: column;
}

.rojo {
  color: #ed252a;
}

select {
  text-align: center;
  border: solid 1px #cecece;
  background: #f4f4f4;
  padding: 7px 6px;
  width: 100%;
  border-radius: 7px;
  width: 85%;
  margin-bottom: 12px;
  color: #6b6b6b;
}

.width_50 {
  width: 50% !important;
}

.width_80 {
  width: 80% !important;
}

.width_100 {
  width: 100% !important;
  margin: 10px 0 20px 0 !important;
}

.cont-img-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.cont-img-text img {
  width: 18px;
  margin-right: 15px;
}

/***** Fin Externos Generales *****/
/***** Confirm *****/
.confirm {
  padding: 0 20px 15px;
}
.confirm .panel-principal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto 30px;
  align-items: normal;
}
.confirm .panel-principal .panel-izq {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-right: 1px solid #cecece;
  padding-right: 20px;
  width: 49%;
  padding-top: 0;
  padding-bottom: 30px;
}
.confirm .panel-principal .panel-izq picture {
  margin-right: 10px;
}
.confirm .panel-principal .panel-izq picture img {
  width: 40px;
  padding: 1px 1px;
}
.confirm .panel-principal .panel-izq div strong {
  font-size: 13px;
  display: block;
}
.confirm .panel-principal .panel-izq div > p {
  margin: 10px 0;
}
.confirm .panel-principal .panel-izq div > p:last-child {
  margin: 0;
}
.confirm .panel-principal .panel-der {
  width: 49%;
}
.confirm .panel-principal .panel-der span {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  padding-right: 15px;
  margin-bottom: 12px;
}
.confirm .panel-principal .panel-der table {
  border-collapse: collapse;
  width: 100%;
}
.confirm .panel-principal .panel-der table tbody tr td {
  width: 50%;
  border: 1px solid #cecece;
  padding: 5px;
}
.confirm .panel-principal .panel-der table tbody tr td:first-child {
  text-align: right;
}
.confirm .panel-principal .panel-der table tbody tr td:nth-child(2) {
  background-color: #f7f7f7;
}
.confirm .Schedule.txt-info {
  width: 80%;
  margin: 0 auto;
}

/***** Fin confirm *****/
/***** Exito *****/
.exito {
  padding: 0 15px 15px;
}
.exito .panel-principal {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin: 30px auto 20px;
}
.exito .panel-principal article {
  width: 50%;
  border-right: 1px solid #cecece;
  padding-right: 10px;
  margin-right: 15px;
}
.exito .panel-principal article .name-green-shield {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 10px;
}
.exito .panel-principal article .name-green-shield picture {
  margin-right: 10px;
}
.exito .panel-principal article .name-green-shield picture img {
  width: 40px;
}
.exito .panel-principal article .name-green-shield div p.nombre {
  margin-bottom: 10px;
}
.exito .panel-principal article .recuerda {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: justify;
  margin: 20px auto 0;
  width: 95%;
}
.exito .panel-principal article .recuerda .gris {
  font-size: 13px;
  font-family: Open_Sans_Bold;
}
.exito .panel-principal article .recuerda .recuerda-interna {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 10px auto 0;
}
.exito .panel-principal article .recuerda .recuerda-interna picture {
  width: 50px;
  margin-right: 8px;
}
.exito .panel-principal article .recuerda .recuerda-interna picture img {
  width: 100%;
}
.exito .panel-principal .cont-colum-der {
  width: 50%;
}
.exito .panel-principal .cont-colum-der .table-panel h4 {
  text-align: center;
}
.exito .panel-principal .cont-colum-der .table-panel span {
  display: block;
  color: #666;
  text-align: center;
  font-size: 13px;
  font-family: Open_Sans_Bold;
}
.exito .panel-principal .cont-colum-der .table-panel table {
  border-collapse: collapse;
  margin-top: 15px;
  width: 100%;
  margin: 15px auto 0;
}
.exito .panel-principal .cont-colum-der .table-panel table tbody tr td {
  font-size: 12px;
  border: 1px solid #cecece;
  padding: 5px;
}
.exito .panel-principal .cont-colum-der .table-panel table tbody tr td:first-child {
  text-align: right;
}
.exito .panel-principal .cont-colum-der .table-panel table tbody tr td:nth-child(2) {
  background-color: #f7f7f7;
}
.exito .panel-principal .cont-colum-der .table-panel .transferirInmediato {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  justify-content: center;
  align-items: center;
}
.exito .panel-principal .cont-colum-der .table-panel .transferirInmediato p {
  margin-bottom: 10px;
}
.exito .panel-principal .cont-colum-der .table-panel .transferirInmediato ul.inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.exito .panel-principal .cont-colum-der .table-panel .transferirInmediato ul.inline li input {
  width: auto;
}
.exito .btns-panel {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
}
.exito .btns-panel a:first-child {
  margin: 0;
  padding: 6px 16px;
}
.exito .btns-panel a:nth-child(2) {
  margin: 0 12px;
}
.exito .btns-panel a:nth-child(2) img {
  width: 25px;
}
.exito .btns-panel a:nth-child(3) img {
  width: 25px;
}
.exito .btns-panel .tooltip-send-mail {
  position: relative;
}
.exito .btns-panel .tooltip-send-mail .icon-send {
  padding: 0;
  margin-left: 10px;
}
.exito .btns-panel .tooltip-send-mail .icon-send img {
  width: 25px;
}
.exito .btns-panel .tooltip-send-mail .tooltipEmail {
  width: 400px !important;
  border: 1px solid #cecece;
  background-color: white;
  color: #6c6c6c !important;
  text-align: center;
  border-radius: 3px;
  padding: 5px 10px 30px 20px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.4s;
  transform: translate(-49%, -2%);
  visibility: hidden;
}
.exito .btns-panel .tooltip-send-mail .tooltipEmail:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.exito .btns-panel .tooltip-send-mail .tooltipEmail a {
  display: block;
  width: 100%;
  text-align: right;
  padding: 0;
  margin-bottom: 25px;
}
.exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel img {
  margin-right: 15px;
  width: 80px;
  height: 50px;
}
.exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel .subsubpanel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel .subsubpanel p {
  font-size: 11px;
  line-height: 14px;
  display: block;
  width: 250px;
}
.exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel .subsubpanel span {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 11px;
}
.exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel .subsubpanel .btn-continuar-check {
  margin: 10px auto 0;
  width: 100px;
  padding: 7px 0;
}
.exito .btns-panel .tooltip-send-mail .tooltipVisible {
  visibility: visible;
  opacity: 1;
}
.exito .btns-panel .tooltip-send-mail .enviando-mail img {
  width: 80px;
  margin-top: 10px;
}

/***** Fin Exito *****/
/***** Error *****/
.error-general {
  padding: 0 20px 15px !important;
  margin-bottom: 15px;
}
.error-general .panel-header-error p span {
  font-weight: 600;
}
.error-general .panel-medio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-wrap: nowrap;
}
.error-general .panel-medio picture {
  padding: 2px 5px;
}
.error-general .panel-medio picture img {
  width: 45px;
}
.error-general .panel-medio p {
  margin: 15px 20px 12px;
}
.error-general .panel-medio .btn-continuar-check {
  margin: 0;
  padding: 6px 0;
}
.error-general .bloqueoPasos03 {
  margin: 5px 0 10px 0;
}
.error-general .panel-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
}
.error-general .panel-footer .linea-seguridad .linea-facil-content {
  margin: 0;
}

/***** Error *****/
/***** _Otp *****/
._otp {
  padding: 0 20px 15px;
}
._otp h4 {
  margin: 10px 0 25px 0;
}
._otp .panel-principal {
  display: flex;
  flex-direction: row;
}
._otp .panel-principal article {
  display: flex;
  flex-direction: row;
  width: 50%;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}
._otp .panel-principal article .recuerda {
  margin-left: 10px;
  margin-right: 10px;
}
._otp .panel-principal article .recuerda picture {
  text-align: center;
}
._otp .panel-principal article .recuerda picture img {
  width: 20px;
}
._otp .panel-principal .cont-colum-der {
  display: flex;
  flex-direction: column;
  width: 50%;
}
._otp .panel-principal .cont-colum-der .table-panel span {
  margin: 0 auto;
  width: 100%;
  font-weight: 700;
}
._otp .panel-principal .cont-colum-der .table-panel #resumenTx {
  border-collapse: collapse;
  margin-top: 10px;
  width: 100%;
}
._otp .panel-principal .cont-colum-der .table-panel #resumenTx tr td {
  padding: 3px 6px;
  border: 1px solid #ccc;
  width: 50%;
}
._otp .panel-principal .cont-colum-der .table-panel #resumenTx tr td:nth-child(2) {
  background-color: #f7f7f7;
}
._otp .panel-principal .cont-colum-der .btns-panel {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 20px;
  align-items: baseline;
}
._otp .panel-principal .cont-colum-der .btns-panel .btn-continuar-check {
  margin-left: 0;
  margin-right: 0;
}
._otp .panel-principal .cont-colum-der .btns-panel .icon-print img {
  width: 20px;
  margin-left: 15px;
}
._otp .panel-principal .cont-colum-der .btns-panel .tooltip-send-mail .icon-send img {
  width: 20px;
  margin-left: 15px;
}
._otp .panel-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto 30px;
  border-bottom: 1px solid #cecece;
  margin: 18px 15px;
  padding: 0PX 0px 30PX;
}
._otp .panel-1 article {
  width: 40%;
  text-align: justify;
  font-size: 12px;
}
._otp .panel-1 .inputs {
  text-align: center;
}
._otp .panel-1 .inputs span {
  color: #666;
  font-size: 13px;
  font-family: Open_Sans_Bold;
}
._otp .panel-1 .inputs:nth-child(2) {
  width: 20%;
}
._otp .panel-1 .inputs:nth-child(3) {
  width: 30%;
}
._otp .panel-1 .inputs .cel-usuario {
  padding: 9px 15px;
  background: #f4f4f4 url(/RS/images/general/ico_cambio_clave_celular.svg) 6px 4px no-repeat;
  padding-left: 28px;
  height: 34px;
  width: 100%;
  border: solid 1px #cecece;
  border-radius: 6px;
  text-align: center;
  overflow-x: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
}
._otp .panel-1 .inputs input.mail-usuario {
  padding: 9px 15px;
  background: #f4f4f4 url(/RS/images/general/ico_cambio_clave_correo.svg) 6px 6px no-repeat;
  padding-left: 28px;
  height: 34px;
  width: 100%;
  border: solid 1px #cecece;
  border-radius: 6px;
  text-align: center;
  overflow-x: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
}
._otp .panel-2 {
  display: flex;
  flex-direction: column;
}
._otp .panel-2 form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
._otp .panel-2 form p {
  font-family: Open_Sans_Bold;
  font-size: 13px;
}
._otp .panel-2 form .input-otp {
  background: #f4f4f4 url(/RS/images/general/ico_cambio_clave_codigo.svg) 6px 7px no-repeat;
  background-size: 20px;
  margin: 0 9px;
  width: 100px;
  padding: 0 0 0 40px;
  height: 33px;
  border: solid 1px #cecece;
  border-radius: 6px;
  overflow-x: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
  margin: 0 10px;
}
._otp .panel-2 form button {
  margin: 0;
}
._otp .panel-2 .info-otp.flecha-arriba {
  background: url(/Sitefinity/WebsiteTemplates/ThemeFinandina/App_Themes/ThemePrivado/Images/bitmaps/flecha_avisoRevisaCel.gif) 0 0 no-repeat;
  width: 250px;
  padding-left: 24px;
  padding-top: 18px;
  margin-left: 350px;
  margin-top: 5px;
  height: 50px;
}
._otp .panel-2 .info-otp.flecha-arriba .error-otp {
  padding-top: 0;
  margin-left: 0;
  margin-top: 0;
  left: 30%;
}
._otp .panel-2 .info-otp {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 10px 90px 5px 0;
  position: relative;
}
._otp .panel-2 .info-otp picture {
  width: 13px;
  position: absolute;
  left: 56%;
  bottom: 30%;
  transform: translate(-30%, 30%);
}
._otp .panel-2 .info-otp picture img {
  width: 100%;
}
._otp .panel-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
._otp .panel-3 picture {
  width: 30px;
  margin-right: 10px;
}
._otp .panel-3 picture img {
  width: 20px;
}
._otp .panel-3 article {
  text-align: justify;
  font-size: 12px;
  line-height: 1.3em;
}

/***** FIN _OTP *****/
/***** _Soat *****/
.error-check {
  color: #ed252a;
}
.error-check input {
  border: 1px solid #ed252a !important;
}

.Soat .container_Check.error-check {
  color: #ed252a;
}
.Soat .checkmark.error-check {
  color: #ed252a;
  border: 1px solid #ed252a;
}
.Soat .error-check {
  color: #ed252a;
}
.Soat .error-check input {
  border: 1px solid #ed252a !important;
}

/***** _Soat *****/
/***** Style Celulares *****/
@media (max-width: 990px) {
  .confirm .panel-principal {
    flex-direction: column;
  }
  .confirm .panel-principal .panel-izq {
    width: auto;
    border-right: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 25px;
    margin-right: 0;
  }
  .confirm .panel-principal .panel-izq picture img {
    width: 25px;
    padding: 0;
  }
  .confirm .panel-principal .panel-der {
    width: auto;
  }
  .confirm .panel-principal .panel-der span {
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .confirm .cont-boton {
    display: flex;
    flex-direction: column;
  }
  .confirm .Schedule.txt-info {
    width: 100% !important;
  }

  .exito .panel-principal {
    flex-direction: column;
  }
  .exito .panel-principal article {
    width: auto;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .exito .panel-principal article .name-green-shield {
    margin-bottom: 20px;
  }
  .exito .panel-principal article .name-green-shield picture img {
    width: 25px;
  }
  .exito .panel-principal .cont-colum-der {
    width: auto;
  }
  .exito .btns-panel {
    justify-content: center !important;
    padding: 0 0 !important;
  }
  .exito .btns-panel .tooltip-send-mail {
    padding: 0px 0px 0px 0px !important;
    left: auto !important;
  }
  .exito .btns-panel .tooltip-send-mail .tooltipEmail {
    width: 300px !important;
  }
  .exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel {
    flex-direction: column !important;
  }

  .error-general .panel-footer {
    flex-direction: column;
  }
  .error-general .panel-footer .linea-seguridad .recomendaciones-seguridad {
    margin-left: 0px;
  }
  .error-general .panel-medio {
    flex-direction: column;
  }
  .error-general .panel-medio p {
    margin: 10px 0px 15px;
  }

  ._otp .panel-1 {
    display: flex;
    flex-direction: column;
    padding: 0px 0 10px;
    margin: 15px 0;
  }
  ._otp .panel-1 article {
    width: auto;
  }
  ._otp .panel-1 .inputs {
    width: auto !important;
    margin-top: 10px;
  }
  ._otp .panel-2 form {
    display: flex;
    flex-direction: column;
  }
  ._otp .panel-2 form .input-otp {
    margin: 0 !important;
    width: auto;
  }
  ._otp .panel-2 form .btn-continuar-check {
    margin-top: 20px !important;
  }
  ._otp .panel-2 .info-otp {
    justify-content: center;
    margin: 0 !important;
    flex-direction: column;
  }
  ._otp .panel-2 .info-otp picture {
    display: none;
  }
  .error-general .panel-footer {
    align-items: flex-start;
  }
}
/***** Fin Style Celulares *****/
/********
    @ ESTILOS FELIPE B @
    ********/
#campofecha {
  position: relative;
}
#campofecha input#datepicker-desde {
  width: 90%;
}
#campofecha input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
#campofecha .iconCalendar {
  position: absolute;
  display: none;
  top: 8px;
  right: 26px;
}
#campofecha input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(/RS//images/Register/Icon-Date.svg) no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}