@import url("../fonts/Poppins.css");
@import url("../bootstrap/css/bootstrap-theme.min.css");

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.modal.modal-notify .modal-header {
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.modal .modal-content .modal-header {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal.modal-notify.modal-warning .modal-header {
    background-color: #fac459 !important;
}

.modal.modal-notify .heading {
    padding: .3rem;
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.btn-warning {
    color: #fff;
    background-color: #fac459 !important;
}

.ocultar{
  display:none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.baseColor {
  color: #fac459;
}

.defaultColor {
  color: #717175;
}

.subtitlePagoVisa {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.link_to_menu_options{
  cursor: pointer;
}

.spnTerminosCondiciones{
  text-decoration-line: underline;
}

.btnBase{
  font-weight:bold !important;
  background:#fac459 !important;
  font-size:16px !important;
  color:white !important;
}

.btnBase:hover{
  color:white !important;
}

.div_pago_visa {
  margin-top: 40px;
}


.errorValid{
  border-color: rgb(226, 24, 24) !important;
}

.inputValid{
  border-color: #fac459!important;
}

.lbl_msg_error{
  font-size: 14px;
  color: #e21818;
  font-weight: bold;
}

.icon-action-envio {
  margin: 0 0.5em;
}

.hidden {
  display: none;
}
.buttonApp {
  font-weight:bold;
  background:#888585;
  border-radius: 10px;
  font-size:16px !important;
  color:white !important;
  padding : 6px 12px !important;
  margin: 0 1em;
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  top: 2px;
}

.divPago{
  border: solid 1px #fac459;
  border-radius: 10px;
  padding: 0.5em;
  cursor: pointer;
}
.divDescripcionPago{
  font-size: 14px;
  text-align: justify;
}
#div_ubicacion input, #div_ubicacion select, #div_ubicacion button {
  border: 1px solid  #fac459;
  height: 50px;
  font-size: 25px;
  font-family: Poppins;
  color: #b4b4b4;
}

#confirmacion_email input,  #confirmacion_email button {
  /*width: 280px;
  height: 40px;
  left: 679px;
  top: 604px;*/

  border: 2px solid #fac459;
  box-sizing: border-box;
  border-radius: 5px;
}


#div_option_pago_tienda input, #div_option_pago_tienda select, #div_option_pago_tienda button {
  border: 1px solid  #fac459;
  height: 40px;
  font-size: 25px;
  font-family: Poppins;
  color: #b4b4b4;
}

#div_formas_pago label {
  height: 50px;
  font-size: 25px;
  font-family: Poppins;
  color: #b4b4b4;
  font-weight: 100;
  padding: 10px 40px;
}

#div_tipo_documento input, #div_tipo_documento select, #div_tipo_documento button {
  border: 1px solid  #fac459;
  height: 50px;
  font-size: 22px;
  font-family: Poppins;
  color: #b4b4b4;
  border-radius: 6px;
}

.optionActive a {
  color: yellow;
  font-size: 3em;
  text-decoration: underline;
}

h1 {
  margin-top: 100px;
  font-size: 38px;
  font-weight: 100;
  color: #888585;
  line-height: 50px;
  text-align: center;
}

/***** Top content *****/
.f1 {
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
}

.f1 h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.f1-steps {
  overflow: hidden;
  position: relative;
  margin: 0px 10px;
  text-align: center;
}

.f1-progress {
  position: absolute;
  top: 30px;
  width: 77%;
  left: 14%;
  height: 1px;
  background: #ddd;
}

.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #fac459;
}

.f1-step {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 5px;
}

.f1-step-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 4px;
  background: #ddd;
  font-size: inherit;
  color: #fff;
  line-height: 75px;
  border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
  background: #fff;
  border: 1px solid #fac459;
  color: #fac459;
  line-height: 38px;
}

.f1-step.active .f1-step-icon {
  width: 60px;
  height: 60px;
  margin-top: 0;
  background: #fac459;
  font-size: inherit;
  line-height: 75px;
}

.f1-step p {
  color: #ccc;
  margin-top: 10px !important;
}

.f1-step.activated p {
  color: #fac459;
}

.f1-step.active p {
  color: #fac459;
}

.f1 fieldset {
  display: none;
  text-align: left;
}

.f1-buttons {
  text-align: center;
}

.f1 .input-error {
  border-color: #f35b3f;
}

.colorMenuDanger{
  background: #ec6b6b;
}

fieldset {
  min-width: 0;
  padding: 33px 100px;
  margin: 0;
  border: 0;
}

#op_forma_pago_tienda ul.buttons, #op_forma_pago_tienda ol{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/*
#fieldset_paso1 .row{
  margin-bottom: 10px;
}
*/
#fieldset_paso1 .row {
  margin-bottom: 10px;
}

.cls_subtitle_form{
  padding-bottom:18px;
  padding-top:10px;
  margin-bottom: 0px !important;
}

.last_item{
  margin-bottom: 0px !important;
}

.btn-model-accion{
  font-size: 16px !important;
}
.btn-edit-acciones{
  /* width: 24px !important;float: left !important;
   */
   display: inline;
}

.title_retorno_cargo{
  float: left !important; 
}
.title_retorno_cargo h4{
  color:#717175;  font-size:23px; font-weight: bold !important; 
}
.opcion_cargo_adjunto{
  float: left !important; 
  width: 250px;
  margin-top: 5px !important;
}
.opcion_cargo_adjunto .op_cargo_adjunto{
  float: left !important; 
}
.opcion_cargo_adjunto .op_cargo_adjunto .buttons span{
  left: -20px !important; top: 2px !important; 
}
.opcion_cargo_adjunto .op_cargo_adjunto .buttons label{
  padding-left: 0px !important;
}
.clear{
  clear: both;
}
#op_folio_cargo,#cargo_adjunto_dir,#cargo_adjunto_dir_det,#quien_envia,#quien_recibe,#adonde_enviamos, .ver_si_tienda,.ver_si_dir, #cargo_adjunto, #que_envias{
  display: none;
}
/*# sourceMappingURL=app_28092020.css.map */
/***** Media queries *****/
@media (min-width: 1200px) and (max-width: 2000px) {
  .lbl_confirm_email{
    float:right !important;
    padding-top:7px;
  }
  .div_nombres_consignado, .label_adonde_enviamos{
    padding-bottom:16px !important;
  }
  .espacio_vista_xs{
    padding-bottom:17px !important;
  }
  .espacio_vista_xs_2{
    padding-bottom:10px !important;
  }

  .espacio_vista_xs_3{
    padding-bottom:29px !important;
  }

  .btn_seleccionar_distrito{
    border:0px; 
    padding: 3px 15px 3px 15px; 
    background:#fac459; 
    font-weight:bold; 
    border-radius: 15px; 
    font-size:24px; 
    color:white !important; 
    box-shadow: 2px 2px 5px #999;
    width:100% !important;
  }
  .fila_1{
    padding-bottom:30px !important;
  }
  .span_letras_t1{
    font-weight: normal;
    color:#717175;
    font-size:18px;
  }
  .span_letras_t2{
    font-weight: normal; 
    color:#717175;  
    font-size:15px;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {

  .span_letras_t1{
    font-weight: normal;
    color:#717175 ;
    font-size:18px;
  }

  .lbl_confirm_email{
    float:right !important;
    padding-top:7px;
  }
  .div_nombres_consignado, .label_adonde_enviamos{
    padding-bottom:16px !important;
  }
  .espacio_vista_xs{
    padding-bottom:17px !important;
  }
  .espacio_vista_xs_2{
    padding-bottom:10px !important;
  }

  .espacio_vista_xs_3{
    padding-bottom:29px !important;
  }

  .btn_seleccionar_distrito{
    border:0px; 
    padding: 3px 15px 3px 15px; 
    background:#fac459; 
    font-weight:bold; 
    border-radius: 15px; 
    font-size:24px; 
    color:white !important; 
    box-shadow: 2px 2px 5px #999;
    width:100% !important;
  }
  .fila_1{
    padding-bottom:30px !important;
  }

  #op_terminos_condiciones label{
    display: inline;
    font-size: 20px;
  }

  #op_terminos_condiciones .buttons label {
     padding-left: 0px;
     left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .span_letras_t1{
    font-weight: normal;
    color:#717175;
    font-size:13px;
  }

  .span_letras_t2{
    font-weight: normal; 
    color:#717175;  
    font-size:11px;
  }

  .open{
  max-width: 100% !important;
}

  .lbl_confirm_email{
    float:right !important;
    padding-top:7px;
  }
  .espacio_vista_xs{
    padding-bottom:17px !important;
  }
  .espacio_vista_xs_2{
    padding-bottom:10px !important;
  }

  .espacio_vista_xs_3{
    padding-bottom:10px !important;
  }

  .btn_seleccionar_distrito{
    border:0px; 
    padding: 3px 15px 3px 15px; 
    background:#fac459; 
    font-weight:bold; 
    border-radius: 15px; 
    font-size:24px; 
    color:white; 
    box-shadow: 2px 2px 5px #999;
    width:100% !important;
  }

  #fieldset_paso1 .row .cls_element_item.first_item{
    margin-top: 0px !important;
  }

  #fieldset_paso1 .row .cls_element_item,#modalNuevoCliente .row .cls_element_item{
    margin-top: 10px;
  }

  #op_terminos_condiciones label{
    display: inline;
    font-size: 18px;
  }

  #op_terminos_condiciones .buttons label {
    padding-left: 0px;
    left: 0px;
  }

  .cls_subtitle_form {
    padding-bottom: 0px;
    padding-top: 0px;
  }

}

@media (max-width: 767px) {

  .span_letras_t1{
    font-weight: normal;
    color:#717175;
    font-size:13px;
  }

   .span_letras_t2{
    font-weight: normal; 
    color:#717175;  
    font-size:11px;
  }

  .open{
  max-width: 100% !important;
}

  .btn_seleccionar_distrito{
    border:0px; 
    padding: 3px 15px 3px 15px; 
    background:#fac459; 
    font-weight:bold; 
    border-radius: 15px; 
    font-size:20px; 
    color:white !important; 
    box-shadow: 2px 2px 5px #999;
    height:38px !important;
    width:100% !important;
  }

	.espacio_vista_xs{
    padding-bottom:17px !important;
  }
  .espacio_vista_xs_2{
    padding-bottom:10px !important;
  }
  .espacio_vista_xs_3{
    padding-bottom:25px !important;
  }

	.buttons{
    display: inline;
  }

  .f1-step p{
   /* display: none;*/
  }

  .f1-steps {
    overflow: hidden;
    position: relative;
    margin: 10px 5px;
    text-align: center;
  }

  .f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #fac459;
  }
  
  .f1-step {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 5px;
  }
  
  .f1-step p {
    color: #ccc;
  }
  
  .f1-step.activated p {
    color: #fac459;
  }
  
  .f1-step.active p {
    color: #fac459;
  }
  
  .f1 fieldset {
    display: none;
    text-align: left;
  }
  
  .f1-buttons {
    text-align: center;
  }
  
  .f1 .input-error {
    border-color: #f35b3f;
  }
  
  .colorMenuDanger{
    background: #ec6b6b;
  }
  
  fieldset {
    min-width: 0;
    padding: 16px 50px;
    margin: 0;
    border: 0;
  }

  #fieldset_paso1 .row .cls_element_item.first_item{
    margin-top: 0px !important;
  }

  #fieldset_paso1 .row .cls_element_item,#modalNuevoCliente .row .cls_element_item{
    margin-top: 10px;
  }

  #op_terminos_condiciones label{
    display: inline;
    font-size: 15px;
  }

  #op_terminos_condiciones .buttons label {
    padding-left: 0px;
    left: 0px;
  }

  .cls_subtitle_form {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .descripcion_tipo_envio{
    width: 120px !important;
    text-align: center !important;

  }
  .btn-model-accion{
    font-size: 12px !important;
  }
  #op_regulacion .buttons,#op_juramento .buttons{
    padding-left: 0px !important;
    list-style-type: none !important;
  }
  #op_regulacion .buttons label,#op_juramento .buttons label{
    padding-left: 0px !important;
    left: 0px !important;
    display: inherit !important;
  }

  .title_retorno_cargo{
    float: none !important; 
  }  

  .opcion_cargo_adjunto{
    float: none !important; 
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px !important;
  }

}

@media screen and (max-device-width : 480px) {
	
	h1, h2 { font-size: 32px; }
	
	.f1 { padding-bottom: 20px; }
	.f1-buttons button { margin-bottom: 5px; }

  .f1-progress {
    position: absolute;
    top: 25px;
    width: 77%;
    left: 14%;
    height: 1px;
    background: #ddd;
  }

  .f1-step p{
    font-size: 12px !important;
    margin-top: 4px !important;
  }

  .f1-step.active .f1-step-icon {
    width: 50px;
    height: 50px;
    margin-top: 0;
    background: #fac459;
    font-size: inherit;
    line-height: 65px;
  }

  .f1-step-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 2px;
    background: #ddd;
    font-size: inherit;
    color: #fff;
    line-height: 65px;

  }

  .f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #fac459;
    color: #fac459;
    line-height: 19px;
  }

  #op_terminos_condiciones label{
    display: inline;
    font-size: 15px;
  }

  #op_terminos_condiciones .buttons label {
    padding-left: 0px;
    left: 0px;
  }
  #op_terminos_condiciones .buttons {
    padding-left: 0px;
  }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 162px 36px !important;
    }
	
}
/* selected link */
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background:#fac459 !important;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
  color: whitesmoke !important;
  background: #fac459 !important;
}


#cambioColor  select:focus > option:checked { 
  color: whitesmoke !important;
  background: #fac459 !important;
}

/* radio*/
.radiobtn {
  display: none;
}

.buttons label{
  padding-left: 30px;
  position: relative;
  left: -25px;
}

.buttons span {
  display: inline-block;
  position: relative;
  top: 5px;
  border: 2px solid #6e6e6e;
  width: 18px;
  height: 18px;
  border-radius: 10%;
}
.radiobtn:checked + span::before{
  content: '';
  border: 1px solid #6e6e6e;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #fac459;
  border-radius: 10%;
}
/*fin radio*/

.swal-button {
  background-color: #fac459 !important;
}
/**/
.confirm_selection {
  -webkit-animation: glow .5s infinite alternate;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

@-webkit-keyframes glow {
  to {
      text-shadow: 0 0 2px #8B0000;
  }
}
.table-responsive {
  border: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  background: #fac459 !important;
}

.dataTables_wrapper #blueTable_paginate.dataTables_paginate .paginate_button:hover {
  background: #fac459 ;
  color: black !important;
}

a#blueTable_previous.disabled ,a#blueTable_next.disabled{
  background: transparent !important;
}