 
.cf {
  zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
 
  box-shadow: 1px solid #000;
}

/* Clearing
--------------------------------------------------------------------------------*/

.clear {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;

  -webkit-box-shadow: 1px solid #000;
  box-shadow: 1px solid #000;
}


 
.wrapper {
  width: 100%;
  margin: 0 0;
  background: white;
  z-index: 1;
}
.w-fluid {
  width: 100%;
}
.w-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  height: auto;
  padding: 0 10px;
}
.ovisible {
  overflow: visible;
}
.mauto {
  margin: 0 auto;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.tleft {
  text-align: left !important;
}
.tright {
  text-align: right !important;
}
.tcenter {
  text-align: center !important;
}
.tjustify {
  text-align: justify !important;
}
.transitions {
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.bg_gray {
  background: #f0f0f0;
}
.center {
  margin: 0 auto !important;
  float: none !important;
  display: block !important;
}
.hide {
  display: none;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1020px;
}
p {
  font-size: 0.875em;
  margin: 0 0 20px 0;
}
.last {
  margin-right: 0;
}
img {
  max-width: 100%;
  height: auto;
  
}
a {
  color: #0065b4;
}
a img {
  border: none;
}
.bblue {
  background: #5896c8;
  background: -moz-linear-gradient(left, white 0%, #5896c8 100%);
  background: -webkit-gradient(linear, left top, bottom right, color-stop(0%, #5896c8), color-stop(100%, #5896c8));
  background: -webkit-linear-gradient(left, white 0%, 90%, white 100%);
  background: -o-linear-gradient(left, white 0%, #5896c8 100%);
  background: -ms-linear-gradient(left, white 0%, #5896c8 100%);
  background: linear-gradient(to bottom, white 0%, #5896c8 100%);
}
.bgray {
  background: #e8e8e6;
  background: -moz-linear-gradient(left, #f0f0f0 0%, #e8e8e6 100%);
  background: -webkit-gradient(linear, left top, bottom right, color-stop(0%, #e8e8e6), color-stop(100%, #e8e8e6));
  background: -webkit-linear-gradient(left, #f0f0f0 0%, 90%, #f0f0f0 100%);
  background: -o-linear-gradient(left, #f0f0f0 0%, #e8e8e6 100%);
  background: -ms-linear-gradient(left, #f0f0f0 0%, #e8e8e6 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #e8e8e6 100%);
}
.bred {
  background: #e1252b;
  background: -moz-linear-gradient(left, white 0%, #e1252b 100%);
  background: -webkit-gradient(linear, left top, bottom right, color-stop(0%, #e1252b), color-stop(100%, #e1252b));
  background: -webkit-linear-gradient(left, white 0%, 90%, white 100%);
  background: -o-linear-gradient(left, white 0%, #e1252b 100%);
  background: -ms-linear-gradient(left, white 0%, #e1252b 100%);
  background: linear-gradient(to bottom, white 0%, #e1252b 100%);
}
.byellow {
  background: #dda412;
  background: -moz-linear-gradient(left, #e4ab19 0%, #dda412 100%);
  background: -webkit-gradient(linear, left top, bottom right, color-stop(0%, #dda412), color-stop(100%, #dda412));
  background: -webkit-linear-gradient(left, #e4ab19 0%, 90%, #e4ab19 100%);
  background: -o-linear-gradient(left, #e4ab19 0%, #dda412 100%);
  background: -ms-linear-gradient(left, #e4ab19 0%, #dda412 100%);
  background: linear-gradient(to bottom, #e4ab19 0%, #dda412 100%);
}

body #wrap section.content{
   overflow: inherit;
}
#content {
 
  width: 1080px;
  display:block;
  vertical-align: top;
  margin: 23px auto;

}
.slider-tiny {
  height: 114px;
  overflow: hidden;
  margin: 0 0 0 0;
  position: relative;
}
.slider-tiny  .viewport {
  float: left;
  width: 100%;
  height: 114px;
  overflow: hidden;
  position: relative;
}
.slider-tiny  .buttons {
  display: block;
  margin: 0 0 0 0;
  float: left;
  text-indent: -9999em;
  width: 14px;
  height: 23px;
}
.slider-tiny  .next {
  margin: 0 0 0 0;
  background-position: right top;
}
.slider-tiny  .disable {
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.slider-tiny  .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.slider-controllers {
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
}
.slider-controllers .controls {
  position: absolute;
  top: 50%;
  width: 23px;
  cursor: pointer;
  height: 32px;
  z-index: 100;
  overflow: hidden;
  background: url("/clienteadmin/img/arrow_slide.png") 0 0;
}
.slider-controllers .controls.prev {
  background-position: left 0;
  left: 10px;
}
.slider-controllers .controls.prev:hover {
  background-position: left bottom;
}
.slider-controllers .controls.next {
  background-position: right 0;
  right: 10px;
}
.slider-controllers .controls.next span {
  background-position: 0 bottom;
}
.slider-controllers .controls.next:hover {
  background-position: right bottom;
}
.navbar {
  border-bottom: 16px solid #f8d41b;
}
.navbar h1.logo {
  float: left;
  margin: 18px 0;
}
.navbar h1.logo a {
  background: url("/clienteadmin/img/logo_presuel.png") no-repeat;
  width: 80px;
  height: 54px;
  display: block;
  text-indent: -9999px;
}
.wrap-user {
  background: whitesmoke;
  background: -moz-linear-gradient(left, white 0%, whitesmoke 100%);
  background: -webkit-gradient(linear, left top, bottom right, color-stop(0%, whitesmoke), color-stop(100%, whitesmoke));
  background: -webkit-linear-gradient(left, white 0%, 90%, white 100%);
  background: -o-linear-gradient(left, white 0%, whitesmoke 100%);
  background: -ms-linear-gradient(left, white 0%, whitesmoke 100%);
  background: linear-gradient(to bottom, white 0%, whitesmoke 100%);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  color: inherit;
  font-size: 18px;
  font-weight: 200;
  height: 128px;
  line-height: 30px;
  margin-bottom: 16px;
}
.wrap-user .w-user {
  width: 45.9%;
  float: left;
  padding: 15px 2%;
  border-right: 1px solid #eeeeee;
}
.wrap-user .w-user.last {
  border-right: none;
  border-left: 1px solid white;
}
.wrap-user .w-user .photo {
  float: left;
  border: 1px solid #cdcdcd;
  margin: 6px 26px 0 0;
}

.wrap-user .w-user.last .photo {
  margin-right: 32px;
}
.wrap-user .w-user.last .detail{
 margin-top: 8px;
}
.wrap-user .w-user .detail h4 {
  font-size: 14px;
  font-weight: bold;
  color: #909090;
}
.wrap-user .w-user .detail h3{
   line-height: 29px;
}
.wrap-user .w-user .detail h3 a {
  color: #0f2058;
  font-weight: bold;
  font-size: 22px;
}
.wrap-user .w-user.last .detail h3 a{
  font-size: 17px;
}

.wrap-user .w-user .detail p {
  color: black;
  font-size: 16px;
  margin: 0px;
  line-height: 26px;
  font-weight: 300;
}
.wrap-user .w-user .detail p a {
  color: #0f2058;
  font-size: 14px;
  padding-left: 24px;
}
.box {
  background: #fafafa;
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.wrap-form-comment {
  padding: 10px 15px;
}
.wrap-form-comment label {
  color: #121212;
  font-size: 14px;
  float: left;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.wrap-form-comment .tamensaje {
  width: 73.3%;
  float: left;
  margin: 0 2%;
  background: white;
  padding: 5px;
  min-height: 82px;
}
.wrap-form-comment .btn-submit {
  background: url("/clienteadmin/img/ico_comment.png") no-repeat top center;
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  padding: 25px 5px 0 5px;
  border: 0;
  margin: 10px 0 0 0;
  box-shadow: none;
}
.wrap-comment {
  background: #fafafa;
  margin: 0 0 12px;
  padding: 5px 3px;
  height: 400px;
  overflow: auto;
}
.wrap-comment .rowitem {
  padding: 10px 0;
  height: auto;
  overflow: hidden;
  background: url("/clienteadmin/img/sep_row.jpg") repeat-x bottom left;
}
.wrap-comment .rowitem:last-child {
  background: none;
}
.wrap-comment .fila {
  width: 100%;
  display: block;
  height: auto;
  overflow: hidden;
  padding: 2px 0;
}
.wrap-comment .label {
  width: 480px;
  padding: 5px 10px;
  border-radius: 10px;
  text-shadow: none;
}
.wrap-comment .label.left {
  float: left;
}
.wrap-comment .label.right {
  float: right;
}
.wrap-comment .label.cotizacion {
  background: #f8d41b;
}
.wrap-comment .label.mensaje,
.wrap-comment .label.vendedor {
  background: #f8a71b;
}
.wrap-comment .label.cliente {
  background: #f7ca7c;
}
.wrap-comment .label.orden {
  background: #154057;
  padding: 5px 10px;
}
.wrap-comment .label .name {
  color: black;
  font-size: 14px;
  font-weight: 900;
  line-height: 40px;
  height: 40px;
  margin: 0 25px 0 0;
  float: left;
}
.wrap-comment .label .tmessage {
  color: black;
  font-size: 14px;
  font-weight: 900;
  line-height: 40px;
  height: 40px;
  margin: 0 25px 0 0;
  padding: 0 0 0 25px;
  background: url("/clienteadmin/img/ico_comment.png") no-repeat left center;
  float: left;
}
.wrap-comment .label .date {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: black;
  float: left;
}
.wrap-comment .label .lnk {
  float: right;
  color: black;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-decoration: underline;
}
.wrap-comment .label .detail {
  float: left;
  width: 210px;
  text-align: left;
  padding: 5px 0;
}
.wrap-comment .label .detail .lnk {
  display: block;
  color: #f8d41b;
  font-size: 12px;
  height: auto;
  line-height: normal;
  float: none;
}
.wrap-comment .label .detail .date_min {
  font-size: 12px;
  font-weight: normal;
  color: white;
  float: left;
}
.wrap-comment .label .links {
  display: block;
  float: right;
}
.wrap-comment .label .links a {
  color: white;
  display: block;
  padding: 2px 0 2px 20px;
  margin: 2px 0;
}
.wrap-comment .label .links .lnk_pagada {
  background: url("/clienteadmin/img/ico_pagada.png") no-repeat left center;
}
.wrap-comment .label .links .lnk_ordenada {
  background: url("/clienteadmin/img/ico_ordenada.png") no-repeat left center;
}
.wrap-comment .label.orden .name {
  color: white;
  margin: 0 35px 0 0;
}
.wrap_article {
  margin: 0 0 12px;
  background: #fafafa;
}
.wrap_article .head {
  color: white;
  background: black;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.wrap_article .w-detail {
  padding: 15px 16px 5px;
  vertical-align: sub;
  min-height: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.wrap_article .w-detail .num {
  font-size: 21px;
  color: black;
  font-weight: 700;
  margin: 0 15px 0 0;
}
.wrap_article .w-detail .price {
  color: #b81414;
  font-weight: 700;
  font-size: 16px;
  margin: 0 15px 0 0;
}
.wrap_article .w-detail .date {
  color: black;
  font-weight: 700;
  font-size: 17px;
}
.wrap_article .wrap-aritcle {
  padding: 5px 0;
}
.wrap_article .wrap-aritcle .w-item {
  border: 1px solid #dedede;
  background: url("/front/cliente/img/degraded_gris.png") repeat-x;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin: 0 2px;
  width: 148px;
}
.wrap_article .wrap-aritcle .w-item.new {
  background: url("/front/cliente/img/degraded_hoy.png") repeat-x;
  color: white;
  text-align: center;
}
.wrap_article .wrap-aritcle .w-item.new .more {
  color: white;
  background: url("/clienteadmin/img/ico_more.png") no-repeat left 4px;
}
.wrap_article .wrap-aritcle .w-item .detail {
  padding: 5px 16px 5px;
  min-height: 70px;
}
.wrap_article .wrap-aritcle .w-item .date-ini {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.wrap_article .wrap-aritcle .w-item .date-fin {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.wrap_article .wrap-aritcle .w-item .price {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 3px 0;
}
.wrap_article .wrap-aritcle .w-item .new {
  background: url("/clienteadmin/img/ico_new.png") no-repeat left center;
  font-weight: 700;
  font-size: 20px;
  padding: 0 0 0 16px;
  display: inline-block;
  margin: 5px 0 10px;
}
.wrap_article .wrap-aritcle .w-lnk {
  display: block;
  text-align: center;
  background: url("/clienteadmin/img/sep.png") repeat-x left top;
  padding: 5px 0;
}
.wrap_article .wrap-aritcle .w-lnk .more {
  background: url("/clienteadmin/img/ico_more.png") no-repeat left -26px;
  font-weight: 700;
  font-size: 13px;
  color: black;
  text-decoration: none;
  padding: 0 0 0 25px;
  display: inline-block;
}
.wrap_article .wrap-aritcle .more {
  background: url("/clienteadmin/img/sep.png") no-repeat left top;
}
.wrap_article .wrap-aritcle .slider-tiny {
  padding: 0 48px;
}
.wrap_article .wrap-aritcle .slider-controllers .controls {
  width: 23px;
  height: 32px;
  margin: -16px 0 0 0;
}
.wrap-form {
  position: relative;
  margin: 0 0 12px;
}
.wrap-form .nav-tabs {

  border: none;
  margin: 0 3px 0 0;
  background: #000;
  width: 807px;
  position: relative;
  left: 273px;
  height: 40px;
  border-radius: 5px 5px 0px 0px;
}
.wrap-form .nav-tabs li { 
    float: left;
    margin: 0 -3px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-left: 7px;
}
.wrap-form .nav-tabs li a {
    color:#969696;
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
    border: none;
    display: inline-block;
    padding: 4px 2px;
    height: 32px;
    line-height: 30px;
}

.wrap-form .nav-tabs li a[data-toggle='tab']{
   color: white !important;
}
.wrap-form .nav-tabs li a:hover {
  border: none;
  background: none;
  color: #f8d41b;
  text-decoration: underline;
}
.wrap-form .nav-tabs li a i {
   margin: 0 3px 0 0;
}

.wrap-form .nav-tabs li  i.circle {
    background: url('/front/cliente/img/bolita_gris.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-style: normal;
}

.wrap-form .nav-tabs li.active  i.circle{
  background: url('/front/img/carrito/bolita_azul.png');
}

.wrap-form .nav-tabs li.group a {
  float: left;
}
.wrap-form .nav-tabs li.active a {
  border: none;
  background: none;
  color: #f8d41b; 
  text-decoration: underline;
}
.wrap-form .nav-tabs li.plus {
  margin: 0 10px;
}
.wrap-form .nav-tabs li.plus a {
  font-size: 30px;
  font-weight: 900;
}
.wrap-form .nav-tabs li.plus:hover a,
.wrap-form .nav-tabs li.plus.active a {
  color: #f8d41b;
  text-decoration: none;
}
.wrap-form .tab-content {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.wrap-form .tab-content .tab-pane {
  margin-top: 27px;
  margin-bottom: 9px;
  padding: 0 20px;
  overflow: inherit;
}
.wrap-form .tab-content .tab-pane#resumenCompra{
   padding:0px 10px !important;
}
.wrap-form .tab-content .tab-pane input[type='text'] ,
.wrap-form .tab-content .tab-pane input[type='email'] ,
.wrap-form .tab-content .tab-pane input[type='password']{
  width: 250px;
  height: 31px;
  background-color: #FDFDFD;
  border: 1px solid #EBEBEB;
  color:#6D6D6D;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}
.wrap-form .tab-content .tab-pane textarea{
  background-color: #FDFDFD;
  border: 1px solid #EBEBEB;
  color:#6D6D6D;
 
}
.wrap-form .tab-content form{
  margin: 0px;
}
.form-horizontal .control-group{
  margin-bottom: 15px;

}
.form-horizontal .control-group .controls-row{
  position: relative;
}


.form-horizontal .control-group .controls-row .tooltip_erro{
    position: absolute;
    width: 111px;
    height: 26px;
    left: 276px;
    top: 2px;
    font-size: 12px;
    line-height: 27px;
    border-radius: 5px;
    background: #FFB3B3;
    color: #8D0000;
    padding-left: 9px; 

}
.form-horizontal .control-group.last{
  margin-bottom: 5px;
}

.form-horizontal .control-group .control-label{
  color:#5A5A5A;
  
  font-size: 13px;
  width: 114px;
}
.form-horizontal .control-group .controls{
  margin-left: 129px;
}
.wrap-form .tab-content .tab-pane input[name='telefono_codigo']{
  width: 45px;
  height: 33px;
  margin-right: 0px;
}
.wrap-form .tab-content .tab-pane input[name='celular_codigo']{
   width: 72px;
   margin-right:0px;
}
.wrap-form .tab-content .tab-pane input[name='celular_numero']{
  width: 171px;
}
.wrap-form .tab-content .tab-pane input[name='telefono_numero']{
  width: 198px;
}
.wrap-form .tab-content h3 {
  margin: 0 0 15px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 4px;
}
.wrap-form .tab-content h3 span{
  color: #1d5fa6;
  font-size: 17px;
  line-height: 6px;
  font-weight: 600;
  margin-left: 43px;
  letter-spacing: 1px;
}
.wrap-form .tab-content strong {
  color: #5A5A5A;
  font-weight: normal;
}
.wrap-form .tab-content .w-btn {
  padding: 0 80px;
}
.wrap-form .tab-content .btn {
  background: #292929;
  background: -moz-linear-gradient(left, #444444 0%, #292929 100%);
  background: -webkit-gradient(linear, left top, bottom right, color-stop(0%, #292929), color-stop(100%, #292929));
  background: -webkit-linear-gradient(left, #444444 0%, 90%, #444444 100%);
  background: -o-linear-gradient(left, #444444 0%, #292929 100%);
  background: -ms-linear-gradient(left, #444444 0%, #292929 100%);
  background: linear-gradient(to bottom, #444444 0%, #292929 100%);
  margin: 0 5px;
  padding: 7px 16px;
  border: none;
}
.wrap-form .tab-content .btn i {
  margin: 1px 5px 0 0;
  color: #bcff1b;
}
.wrap-form .tab-content .btn.yellow {
  background: #f7c91b;
  color: black;
  font-weight: 400;
  padding: 7px 15px 7px 40px;
  position: relative;
  -webkit-box-shadow: 0 0 4px white inset, 0 1px 1px #999999;
  box-shadow: 0 0 4px white inset, 0 1px 1px #999999;
}
.wrap-form .small {
  color: #4b4b4b;
  font-size: 12px;
  margin-left: 58px;
  position: absolute;
  font-weight: 200;
  left: 10px;
  top: 23px;
}
.wrap-form .check-items .control-group {
  margin-bottom: 0;
}
.wrap-form .check-items .controls {
  margin-left: 25px;
}
.wrap-form .check-items .controls .checkbox {
  padding-left: 5px ;
}
.wrap-form .check-items .opcion-name {
  float: left;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  width: 30px;
  height: 30px;
  background: url('/front/cliente/img/circulo_desactive.png');
  line-height: 30px;
  background-repeat: no-repeat;
  margin-right: 2px;
}
.wrap-form .check-items label.checkbox {
  color: black;
  font-weight: 600;
  font-size: 14px;
}
.wrap-form .check-items .red {
  color: red;
}
.wrap-form .row-head {
  margin-top: 12px;
  position: relative;
  height: 48px;
  z-index: 999;
}
.wrap-form .row-head .toltip-informativo{
    background: url("/front/cliente/img/toltip.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    height: 104px;
    left: 168px;
    padding-top: 17px;
    position: absolute;
    display: none;
    text-align: center;
    top: -99px;
    width: 349px;
    z-index: 99999;
}
.wrap-form .row-head .toltip-informativo .precio-amarillo{
    color:#f7c91b;
}
.wrap-form .row-head .listado_domicilios{
    color: #0A4687;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    position: absolute;
    right: -7px;
    top: 15px;
    width: 510px;
}

#tabfacturacion{
  margin-top: 10px;
  overflow: hidden;

}

#formFacturacion{
   position: relative;
}
#formFacturacion .label-razon-social{
  padding-right: 10px;
  margin-top: 29px;
  text-align: right;
  margin-left: 9px;
  width: 128px;
  line-height: 13px;
}

#formFacturacion #labelTicketNombre{ 
  width: 167px !important;
}

#formFacturacion .label-rfc-social{
    width: 426px;
    margin-top: 30px;
    margin-left: 71px;
}
#formFacturacion .label-rfc-social label{
  width: 47px;
}

#formFacturacion .label-rfc-social .controls{
  margin-left: 58px;
}
#formFacturacion .razon-social-content{
  width: 507px; 
}
#formFacturacion  #txtRazon_fac{
  width: 324px;
  margin-top: 30px;
  padding: 0px;
}
#formFacturacion  #txtRfc_fac{
  width: 254px;
}
#formFacturacion .listado_domicilios{

  position: absolute;
  top: 2px;
  font-size: 13px;
  color: #0a4687;
  right: -11px;
  font-weight: 300;
  width: 602px;

}
.wrap-form .row-head .listado_domicilios .mensaje ,
#formFacturacion .listado_domicilios .mensaje {
    vertical-align: top;
    display: inline-block;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 28px;
    margin-right: 9px;
    text-align: right;
    width: 332px;
}
#formFacturacion .listado_domicilios .mensaje{
  width: 424px;
}
#formFacturacion .listado_domicilios{
    right: 0px !important;
}

button#GuardarDatosCliente{
  position: relative;
  right: 28px;
}

button#datosEnvio{
  position: relative;
  left: 16px;
}

button#envioOcurre{
  position: relative;
  left: 16px;
}

.usar-datos-facturacion .select_domicilio{
  right: 68px !important;
}
.select_domicilio{
   width: 174px;
   height: 26px;
   border:1px solid #e2e2e2;
   font-size: 14px;
   display: inline-block;
   border-radius: 3px;
   position: absolute;
   right: 0px;
}
.select_domicilio ul{
  color:#fff;
  background: #0c4889;
  display: none;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 1px 1px 7px #85AEE2;
}
.select_domicilio ul li{
  cursor: pointer;
  height: 29px;
  line-height: 29px;
}

.select_domicilio ul li:hover{
  background: #1960AD;
}
.select_domicilio ul li.agregar{
  color:#ffd500;
}


.select_domicilio ul li img , 
.select_domicilio .caption img{
    display: inline-block;
    margin: 0px 7px 0px 7px;

}

.select_domicilio > img.hotspot{
  margin:  0px 6px;
}

.select_domicilio .caption{
  font-size: 14px;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  background: url('/front/cliente/img/flecha_abajo.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  width: 100%;
  display: block;
  line-height: 26px;
  width: 84%;
  display: inline-block;
}
 

.contenedor-mapas{
  background: url('/front/cliente/img/background_mapa.png');
  margin:5px 0 0 -19px;
  padding: 0px; 
  width: 1078px;
  position: relative
}

.contenedor-mapas p{
  font-size: 13px;
  font-weight: 400;
  color: #131313;
 
}
.formulario_azul{
  background: url('/front/cliente/img/background_mapa.png');
  margin-left: -20px !important;
  width: 1078px;
  padding: 10px;
  position: relative;
 
}


.formulario_azul .flecha_arriba , 
.forma-de-pago .contenedor-mapas  .flecha_arriba{
 
  opacity: 0;
  background: url('/front/cliente/img/flecha_arriba.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 11px;
  left: 23px;
  position: absolute;
  top: -11px;
  width: 22px;
}
 
.forma-de-pago.active .formulario_azul ,
.forma-de-pago.active .contenedor-mapas{
  background: #195da6;
  -webkit-transition:all 1s linear;  /* Chrome y Safari */
  -o-transition:all 1s linear;  /* Opera */
  -moz-transition:all 1s linear;  /* Mozilla Firefox */
  -ms-transition:all 1s linear;   /* Internet Explorer */
  transition:all 1s linear;  /* W3C */
}

.forma-de-pago.active  .opcion-name ,
.opcion-name.active {
  background: url('/front/cliente/img/circulo_active.png') !important;
  background-repeat: no-repeat;
  color: #fff;
}

.forma-de-pago.active .flecha_arriba{
  opacity: 1;
  -webkit-transition:all 1s linear;  /* Chrome y Safari */
  -o-transition:all 1s linear;  /* Opera */
  -moz-transition:all 1s linear;  /* Mozilla Firefox */
  -ms-transition:all 1s linear;   /* Internet Explorer */
  transition:all 1s linear;  /* W3C */
}

.formulario_azul .box-i{
  width: 1055px;
}

.contenedor-mapas  .span4 {
  width: 345px !important;
  margin-left: 10px !important;
  margin-bottom: 15px;
}
.wrap-form .w-radio-center {
  text-align: center;
}
.wrap-form .w-radio-center .controls {
  margin: 0;
}
.wrap-form .w-radio-center .controls .checkbox {
  padding: 0;
}
.wrap-form .w-radio-center .controls .checkbox .check.checkpress {
  float: none;
  display: inline-block;
  top: 12px;
  background-image: url("/clienteadmin/img/bg_check_radio.png");
}
.wrap-form .box-i {
  border: 1px solid #e2e2e2;
  background: white;
  padding: 0px 0;
  margin: 10px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 2px #e2e2e2;
  box-shadow: 0 5px 2px #e2e2e2;
}

.forma-de-pago.active  .box-i{
    
    -webkit-box-shadow: 0 0px 0px  #e2e2e2 !important;
     box-shadow: 0 0px 0px  #e2e2e2  !important; 

}


.wrap-form .box-i.domicilio{
    height: 269px;
}

.wrap-form .box-i.domicilio .loading{
  width: 25px;
  position: absolute;
  display: none;
  left: 285px;
  top: 46px;
}

.head.row-fluid.rfc-razon{
   height: 80px;
  padding: 0 !important;

}

.wrap-form .box-i.ocurre{
    height: 174px;
}

.wrap-form .box-i.ocurre .torre_1 {
  width: 432px;
}
.wrap-form .box-i.ocurre .torre_2{
  margin: 0px;
  width: 496px;
}

.wrap-form .box-i.ocurre .torre_2 #contenedor-comentario-envio{
   width: 576px !important;
}
.wrap-form .box-i.ocurre .torre_2 label{
    width: 78px;
    vertical-align: middle;
    position: relative;
    top: -5px;
    text-align: left;
}
.wrap-form .box-i.ocurre .torre_2 .controls-row{
    margin: 0px;
    width: 493px;
    display: inline-block;
}
.ico-interrogacion{

    background: url('/front/cliente/img/interrogacion.png') !important;
    height: 20px !important;
    width: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block !important;
    position: absolute !important;
    left: 323px !important;
    top: 3px !important;

}
.wrap-form .box-i.box-i-padd {
  padding: 10px 10px;
  font-size: 13px;
}
.wrap-form .box-i h4 {
  color: #080a67;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 5px;
}
.wrap-form .box-i .head {
  padding: 15px 30px;
}
.wrap-form .box-i .head .control-group {
  margin-bottom: 0;
}
.wrap-form .box-i .body {
  margin-left: 50px;
  margin-top: 24px;
  width: 94%;
}

#modificar-facturacion-boton{
  position: absolute;
  bottom: 12px;
  right: 2px;
}

#modificar-ticket-boton{
  position: absolute;
  bottom: 26px;
  right: 9px;
  padding: 0px;
}

.content-padre-facturacion{
  height: 351px;
}
.content-padre-ticket{
    height: 78px;
}
.content-facturacion{
  margin-left: 9px !important;
  margin-top: 16px !important;
}

.content-facturacion .mini_loading{
  position: absolute;
  top: 140px;
  display: none;
  left: 233px;
  width: 26px;
}

.content-facturacion textarea{
 width: 250px !important;
}
.usar-datos-facturacion{
  position: relative;
  top: -4px; 
}
.usar-datos-facturacion .select_domicilio{
  width: 226px;
}
.usar-datos-facturacion label{
  width: 21px;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  padding-left: 0px;
  margin-left: 130px;
}

.wrap-form .box-i.ocurre .body{
  margin-left: 18px;
}
.wrap-form .box-i .control-label {
  color: #898989;
}
.wrap-form .box-i .control-label2 {
  width: 70px;
}
.wrap-form .box-i .ico-check {
  background: url("/clienteadmin/img/ico_check.png") no-repeat -29px 0;
  width: 12px;
  height: 12px;
  display: block;
  margin: 8px 0 0 8px;
  float: left;
}


.wrap-form .box-i .ico-check:hover,
.wrap-form .box-i .ico-check.active {
  background-position: 0 0;
}
 
.glyphicon-viewmap {
  background: url("/clienteadmin/img/ico_map.png") no-repeat 0 0;
  height: 21px;
  left: 8px;
  position: absolute;
  top: 4px;
  width: 24px !important;
}

.glyphicon-barcode ,
.glyphicon-map-marker ,
.glyphicon-user ,
.glyphicon-edit {
    background: url("/front/cliente/img/code_barras.png") no-repeat 0 0;
    height: 14px;
    display: inline-block;
    width: 16px !important;
    position: relative;
    top: 3px;
}
.glyphicon-map-marker{
     background: url("/front/cliente/img/ico_point.png") no-repeat 0 0;
}

.glyphicon-user{
     background: url("/front/cliente/img/ico_cuenta.png") no-repeat 0 0;
     top: 1px;

}

.glyphicon-edit{
  background: url("/front/cliente/img/modificar_ico.png") no-repeat 0 0;
  top: 3px;
  height: 16px;
}

.glyphicon-continue {
  background: url("/clienteadmin/img/ico_car.png") no-repeat 0 0;
  height: 22px;
  left: 8px;
  position: absolute;
  top: 4px;
  width: 24px !important;
}
.modal-header {
  background: #e4c212;
  background: -moz-linear-gradient(left, #f9de57 0%, #e4c212 100%);
  background: -webkit-gradient(linear, left top, bottom right, color-stop(0%, #e4c212), color-stop(100%, #e4c212));
  background: -webkit-linear-gradient(left, #f9de57 0%, 90%, #f9de57 100%);
  background: -o-linear-gradient(left, #f9de57 0%, #e4c212 100%);
  background: -ms-linear-gradient(left, #f9de57 0%, #e4c212 100%);
  background: linear-gradient(to bottom, #f9de57 0%, #e4c212 100%);
  border-radius: 6px 6px 0 0;
}
.modal-header h3 {
  font-size: 22px;
  color: #0f2058;
}
 
.modal-body .rowMessage {
  margin: 10px 0;
  position: relative;
}
.modal-body .rowMessage.rowRight .photo {
  right: 0;
  left: auto;
}
.modal-body .rowMessage.rowRight .detail {
  margin: 0 76px 0 0;
}
.wrap-user .detail .fecha_registro{
   color: #2e3b68 !important;
  font-size: 14px !important;
  padding-left: 135px !important;
  font-weight: 500 !important;
  display: block;
 
}

#formUsuario .torre-1{
   margin-left: 60px;
   margin-right: 42px;
}

.recomendar-modificar-contrasena{
    font-size: 13px;
    font-style: italic;
    color: #b81414;
    position: absolute;
    bottom: 17px;
    opacity: 0.5;
    left: 88px;
}

.modal-body .rowMessage.rowRight .detail .arrow {
  left: auto;
  right: -10px;
  background: url("/clienteadmin/img/arow_right.png") no-repeat 0 0;
}
.modal-body .photo {
  float: left;
  left: 0;
  margin: -24px 0 0;
  position: absolute;
  top: 50%;
}
.modal-body .photo img {
  border: 1px solid #cdcdcd;
}
.modal-body .detail {
  background: whitesmoke;
  background: -moz-linear-gradient(left, white 0%, whitesmoke 100%);
  background: -webkit-gradient(linear, left top, bottom right, color-stop(0%, whitesmoke), color-stop(100%, whitesmoke));
  background: -webkit-linear-gradient(left, white 0%, 90%, white 100%);
  background: -o-linear-gradient(left, white 0%, whitesmoke 100%);
  background: -ms-linear-gradient(left, white 0%, whitesmoke 100%);
  background: linear-gradient(to bottom, white 0%, whitesmoke 100%);
  border: 1px solid #f1f1f1;
  border-radius: 10px 10px 10px 10px;
  margin: 0 0 0 76px;
  padding: 10px;
  position: relative;
}
.modal-body .detail .arrow {
  width: 12px;
  height: 22px;
  display: block;
  top: 50%;
  left: -10px;
  position: absolute;
  margin: -11px 0 0 0;
  background: url("/clienteadmin/img/arow_left.png") no-repeat 0 0;
}
.modal-body .detail .top {
  height: auto;
  margin: 0 0 5px;
  overflow: hidden;
}
.modal-body .detail .top h3 {
  float: left;
  color: #142254;
  font-weight: 900;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
.modal-body .detail .top .date {
  float: right;
  font-size: 13px;
  color: #c41010;
  font-weight: 400;
}
.modal-body .detail p {
  font-size: 13px;
  line-height: 16px;
  text-align: justify;
}
.modal-footer {
  background: white;
  border: none;
  text-align: left;
}
.modal-footer h4 {
  margin: 0 0 10px;
}
.modal-footer .tamensaje {
  width: 84%;
  float: left;
  margin: 0 2% 0 0;
  background: white;
  padding: 5px;
}
.modal-footer .btn-submit {
  background: url("/clienteadmin/img/ico_comment.png") no-repeat top center;
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  padding: 25px 5px 0 5px;
  border: 0;
  margin: 10px 0 0 0;
  box-shadow: none;
}

.control-group .ico-check {
  background: url("/clienteadmin/img/ico_check.png") no-repeat -29px 0;
  width: 12px;
  height: 12px;
  display: block;
  margin: 8px 0 0 8px;
  float: left;
}

.control-group .ico-check.active{
  background: url("/clienteadmin/img/ico_check.png") no-repeat 0px 0 !important;
}

.check {
  position: relative;
  float: left;
}
.check input[type="checkbox"],
.check input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
  -moz-user-input: enabled  !important;

}
.check.checkpress {
  height: 24px;
  width: auto;
  background: url("/clienteadmin/img/bg_check.png") no-repeat 0 -2px;
  padding: 0 0 0 28px;
  margin:0px;
}
.check.checkpress.selected {
  background: url("/clienteadmin/img/bg_check.png") no-repeat 0 -42px;
}
.controls.controls-row.edificio , 
.controls.controls-row.calle{
  width: 321px;
}


input[type="text"]:disabled ,
input[type="email"]:disabled , 
input[type="password"]:disabled ,
textarea:disabled{
  background-color:#FAFAFA !important;
  border: 1px solid #EBEBEB !important;
  color: #727272 !important;
  padding-left:13px;
}
::-webkit-input-placeholder  {
  color: #B4B4B4 !important;
  font-size: 14px;
  margin:0px;
 
}
input:-moz-placeholder{
  color: #B4B4B4 !important;
  font-size: 14px;
  
}
.edificio-condomio{
  line-height: 15px;
  padding-top: 3px;
}
.span6.num_int{
  width: 59px !important;
}
.span6.num_int label{
  text-align: left !important;

}
.torre_dos_domicilio{
  margin-left: -26px;
}

 
textarea#txtEmail{
    width: 410px;
    height: 73px;
}

textarea#textareaEnvio{
  width: 455px;
  height: 73px;
}

#txtEstado_fac ,
#txtEstado_dom{
  width: 138px;
}
#txtRef_fac ,
#txtCalles_dom{
  height: 50px;
}
#txtCalles_dom{
  width:252px
}
#txtCalle_fac , 
#txtEdificio_fac ,
#txtCalle_dom ,
#txtedificio_dom{
  width: 295px;
}
#txtCP_dom ,
#txtCp_fac ,
.cp
{
  width: 88px !important;
}
#txtNumExt_dom  ,
#txtNumInt_dom  ,
#txtNum_ext_fac ,
#txtNum_int_fac {
    width: 60px;
}
#contenedor_num_int{
    width: 63px;
}
#contenedor_num_int label{
  width: 54px;
}

input:focus:required:invalid , textarea:focus:required:invalid, select:focus:required:invalid {
    color: #b94a48; 
    border-color: #e9322d !important;
    -webkit-box-shadow: 0 0 6px #f8b9b7 !important;
    -moz-box-shadow: 0 0 6px #f8b9b7 !important;
    box-shadow: 0 0 6px #f8b9b7 !important;
}




/*  :D  animaciones  */

.fade-hide, .fade-show {
    -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}
.fade-hide {
    opacity:1;
}
.fade-hide.fade-hide-active {
    opacity:0;
}
.fade-show {
    opacity:0;
}
.fade-show.fade-show-active {
    opacity:1;
}


input[type='text'].ng-dirty.ng-invalid ,
input[type='email'].ng-dirty.ng-invalid ,
input[type='password'].ng-dirty.ng-invalid{
  border: 1px solid #FAD2D2 !important;
  background: #FFFAFA !important;
  box-shadow:  1px 1px 10px #FAD2D2; 
  -webkit-box-shadow: 1px 1px 10px #FAD2D2; 
  -moz-box-shadow:  1px 1px 10px #FAD2D2; 
}


.errores-basico-user{
  display: block;
  clear: both;
  font-size: 12px;
  margin-left: 66px;
  color: #CE0101;
}
  
li.ui-menu-item a{
    color: #898989 !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    word-spacing: 4px !important;
}

/*  

  seccion  de  formas de pago
  
*/


#modalValidacionIfe{
  top: 0% !important;
  padding: 0px;
  width: 848px;
  background: none;
  box-shadow: none;
  border: none;

}
#modalValidacionIfe  .modal-body{
  margin: 0px;
  padding: 0px;
  height: 806px;
  overflow: inherit;
}

#modal-factura{
  padding: 0px;
  width: 805px;
  top: -259px !important;
  left: 53% !important;
  
}
.contenedor-formas-pago{
    width: 862px; display: inline-block; margin: 10px 0 10px 0; padding: 0px; font-family: 'Lato', sans-serif;
  }
.contenedor-pago{
     width: 1042px;
     position: relative;
     display: inline-block; 
     margin: 0px 0 7px 0;
     padding: 10px 0 0 0;
     background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #FFFFFF),
      color-stop(1, #F9F9F9)
    );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F9F9F9 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F9F9F9 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F9F9F9 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F9F9F9 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F9F9F9 100%);
     border-radius: 5px; 
     border: 1px solid #dddddd;
  }

.contenedor-pago.error{
   border: 1px solid #D89A9A;
}
.contenedor-pago .error_pago{
  
    color: #F38E8E;
    width: 186px;
    position: absolute;
    right: 0px;
    font-size: 16px;
    top: 26px;
    text-align: center;

}
.contenedor-pago.disabled{
    opacity: 0.4;
}

.contenedor-pago .radio{
    width: 37px; 
    height: 37px; 
    display: inline-block; 
    margin:13px 0 10px 10px;
    padding: 0px; float: left;

  }
  .contenedor-pago  .radio .cirulo{
      
      width: 35px;
      height: 35px;
      background: url("/front/cliente/images_forma_pago/radio.png"); 
      background-repeat: no-repeat;
      background-position:-37px 0px;
 
  }
  .contenedor-pago  .radio .cirulo.active{
       background-position: 2px 0px; 
  }
  .contenedor-pago  .texto{
     display: none;
     clear: both;
  }
  
.row {
  margin-left:auto !important; 
}

.mensaje_finalizar .contenedor_mensaje{
    background: url("/front/img/carrito/degradado_finalizar.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #1251A0;
    font-size: 16px;
    font-weight: bold;
    height: 147px;
    line-height: 29px;
    margin: 10px auto;
    padding-top: 3px;
    text-align: center;
    width: 736px;
}

.mensaje_finalizar .contenedor_mensaje .gracias{
            color:#032e65;
            font-size: 22px;
            text-decoration: none;
}
        .mensaje_finalizar .botones{
            width: 356px;
            margin: 14px auto;
        }
        .mensaje_finalizar .seguir_comprando{
            background: url('/front/img/carrito/seguir_comprando_sprite.png');
            width: 175px;
            height: 35px;
            display: inline-block;
        }
        .mensaje_finalizar .ir_micuenta{
            background: url('/front/img/carrito/seguir_comprando_sprite.png');
            width: 152px;
            height: 35px;
            display: inline-block;
            background-position: -179px center;
        }

        .mensaje_finalizar .logo_pago{
            margin:10px auto;
            width:200px;
        }

  .nombre-pago{
      width: 213px;
      display: inline-block;
      margin: 17px 0 0px 20px;
      padding: 0px;
      float: left;
      font-size: 20px;
      font-weight: bold;
      color: #375281;
      line-height: 20px;
      text-align: left;
      font-family: 'Lato', sans-serif;
  }

  .nombre-pago.largo{
     margin: 7px 0 0px 20px; 
  }
  .logos-pagos{
    width: 565px;  display: inline-block; margin: 0px 0 0px 0; padding: 0px; float: left; font-size: 18px; font-weight: 800; color: #375281;  text-align: left; 
  }
  .texto-abierto{
    font-size: 14px; 
    color: #666;
    line-height: 21px; 
    text-align: left;
     padding: 10px; margin: 10px 10px 10px 10px; 
    
    display: inline-block; 
  }
  .boton-validar{
    width: 189px; height: 30px; display: inline-block; float: right; background: url("/front/cliente/images_forma_pago/validarife1.png") no-repeat 0 0; margin: 10px 10px 10px 0
  }
  .boton-validar:hover{
    width: 189px; height: 30px; display: inline-block; float: right; background: url("/front/cliente/images_forma_pago/validarife1.png") no-repeat 0 -30px;
  }
  .boton-continuar{
    width: 103px; height: 30px; display: inline-block; float: right; background: url("/front/cliente/images_forma_pago/continuar-fondo.png") no-repeat 0 0; margin: 0px 10px 10px 0
  }
  .boton-continuar:hover{
    background: url("/front/cliente/images_forma_pago/continuar-fondo.png") no-repeat 0 -30px; 
  }
  .radio-meses{

  }
  .meses-pagos{
      display: inline-block; 
      width: 800px;
      padding: 4px 10px;
      margin-top: 10px;  
      float: left;
      position: relative;
      left: 20px;
      border: 1px dashed #fff;
  }

  .meses-pagos li{
    width: 160px;
    display: inline-block; 
    margin: 0px ; 
    padding: 0px; 
    float: left; 
    font-size: 16px; 
    font-weight: 400; color: #375281;  text-align: left;
  }
  
  .meses-pagos li.one{
    width: 114px;
  }

  .meses-pagos.error{
    
    -webkit-transition:all 1s linear;  /* Chrome y Safari */
    -o-transition:all 1s linear;  /* Opera */
    -moz-transition:all 1s linear;  /* Mozilla Firefox */
    -ms-transition:all 1s linear;   /* Internet Explorer */
    transition:all 1s linear;  /* W3C */
    border: 1px dashed #ff0000;

  }
  
  .meses-pagos.error li{
    color: #F58181;
    -webkit-transition:all 1s linear;  /* Chrome y Safari */
    -o-transition:all 1s linear;  /* Opera */
    -moz-transition:all 1s linear;  /* Mozilla Firefox */
    -ms-transition:all 1s linear;   /* Internet Explorer */
    transition:all 1s linear;  /* W3C */
  }
.meses-pagos .mensaje{
  display: none;
}
.meses-pagos.error .mensaje{
   display: block;
}

.meses-pagos li input[type='radio']{
     margin: -4px 3px 0px 0px;
  }
  .lightbox-ife{
    width: 843px;
    height: 574px;
    display: inline-block;
    position: relative;
    margin: 0px 0 0px 0;
    padding: 350px 0 0 10px;
    float: left;
    background: url("/front/cliente/images_forma_pago/ife.png") no-repeat 0 0px;

  }

 .lightbox-ife .contenedor_captcha{
     border: 1px solid #E7E7E7;
     width: 531px;
     height: 60px;
     background: #fff;
     position: absolute;
     top: 498px;
     left: 45px;
     border-radius: 5px;
  }
  .ui-autocomplete{
    z-index: 2147483647 !important;
  }
  .lightbox-ife .contenedor_captcha .fecha{
      background: url('/front/img/carrito/flecha_verde.png');
      width: 18px;
      position: absolute;
      left: 317px;
      top: 23px;
      height: 13px;
  }
 
  .lightbox-ife .contenedor_captcha.error_capcha{
    border: 2px solid #F7C8C8;
  }

  .lightbox-ife .contenedor_captcha .captcha{
      position: relative;
      top: -1px;
      left: 361px;
      width: 167px;
  }
  .lightbox-ife .contenedor_captcha .captcha{
     height: 44px;
  }
  .lightbox-ife .contenedor_captcha .input_captcha{
    width: 276px;
    position: absolute;
    top: 16px;
    left: 20px;
    display: inline-block;
  }
  .lightbox-ife .contenedor_captcha .input_captcha input{
      width: 274px;
      height: 30px;
      border: 1px solid #DADADA;
      border-radius: 5px;
      outline: 0px;
  }

  .respuesta_ife{
    bottom: 111px;
    color: rgb(255, 0, 0);
    height: 35px;
    line-height: 30px;
    position: absolute;
    right: 89px;
    text-align: center;
    text-transform: uppercase;
    width: 400px;
    border:1px solid #CCC;
    background: #fff;

  }
  .camposife1{
    width: 373px !important; 
    height: 34px !important; 
    display: inline-block !important;
    margin: 0px 0 0px 10px !important; 
    padding: 0px 0 0 8px !important; 
    float: right !important;  
    font-size: 15px !important; 
    font-weight: 800 !important;
    /*background: url("/front/cliente/images_forma_pago/fondo-campo1.png") no-repeat 0 0px !important;*/
    border: none; letter-spacing: 10px !important;
    text-transform: uppercase !important;

  }
  .camposife2{
    width: 373px !important; 
    height: 34px !important;
    display: inline-block !important; 
    margin: 0px 0 0px 10px !important;
    padding: 0px 0 0 7px !important; 
    float: right !important;
    font-size: 14px !important; 
    font-weight: 800 !important; 
    background: url("/front/cliente/images_forma_pago/fondo-campo2.png") no-repeat 0 0px !important;
    border: none !important; 
    letter-spacing: 8px !important;
  }
  .camposife3{
    width: 368px !important ; 
    height: 34px !important ;  
    display: inline-block !important ; 
    margin: 0px 0 0px 10px !important ; 
    padding: 0px 0 0 12px !important ; 
    float: right !important ;  
    font-size: 14px !important ; 
    font-weight: 800 !important ; #
    background: url("/front/cliente/images_forma_pago/fondo-campo3.png") no-repeat 0 0px !important ;
    border: none; letter-spacing: 18px  !important ;

  }
  .contcamposife{
    width: 600px; height: 34px;  display: inline-block; margin: 0px 0 0px 10px; padding: 0px 0 0 0px; float: left; float: left; font-size: 16px; font-weight: 800; text-align: right; line-height: 32px;
  }
  .contcamposife .camposife3{
    width: 59px !important;
   margin-right: 315px !important;
  }
  .validarife{
    width: 221px;
    height: 53px;
    display: block;
    margin: 42px auto 0;
    position: absolute;
    text-align: center;
    bottom: 19px;
    left: 594px;
 }
  .validarife:hover{
    opacity:0.7;
  }
  .text-azul{
    color: #375281;
  }
  .continuar-btn{
    width: 830px; display: inline-block; float: right; margin: 0px 0px 0 0; text-align: right;
  }
  .continuar-btn:hover{
    opacity:0.7;
  }
  .titulo-formadepago{
    width: 830px; display: inline-block; text-align: left; font-size: 20px; color: #282828; padding-left: 10px;
  }


  .tab-content > .active, .pill-content > .active{
    display: block !important;
  }

  

  /* modificamos los fade de bootstrap a uno mas lento */
.fade {
    transition:opacity 0.5s linear 0s;
}


/* PROGRESS BAR */

ul#progress {
  list-style: none;
  width: 125px;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 494px;
  opacity: 0;
}
ul#progress li {
  float:left;
  position:relative;
  width:15px;
  height:15px;
  border:1px solid #fff;
  border-radius:50px;
  margin-left:10px;
  border:1px solid #D3D3D3;
  background:#fff;
}

ul#progress li:first-child { margin-left:0; }

ul#progress.running{
   opacity: 1;
}
.running .ball {
 
  background-color:#303030; 
  background-image: -moz-linear-gradient(90deg, #707070 25%, #B3B3B3); 
  background-image: -webkit-linear-gradient(90deg, #707070 25%, #B3B3B3); 
  position: relative;
  top: -1px;
  left: -1px;
  width:15px;
  height:15px;
  border-radius:50px;
  -moz-transform:scale(0);
  -webkit-transform:scale(0);
  
  -moz-animation:loading 1s linear forwards;
  -webkit-animation:loading 1s linear forwards;
}

.running .pulse {

  width:15px;
  height:15px;
  border-radius:30px;
  border: 1px solid #969696;
  box-shadow: 0 0 5px #757575;
  position:absolute;
  top:-1px;
  left:-1px;
  -moz-transform:scale(0);
  -webkit-transform:scale(0);
  
  -webkit-animation:pulse 1s ease-out;
  -moz-animation:pulse 1s ease-out;
}

#layer1 { -moz-animation-delay:0.5s; -webkit-animation-delay:0.5s; }
#layer2 { -moz-animation-delay:1s; -webkit-animation-delay:1s; }
#layer3 { -moz-animation-delay:1.5s; -webkit-animation-delay:1.5s; }
#layer4 { -moz-animation-delay:2s; -webkit-animation-delay:2s; }
#layer5 { -moz-animation-delay:2.5s; -webkit-animation-delay:2.5s; }

#layer7 { -moz-animation-delay:1.5s; -webkit-animation-delay:1.5s; }
#layer8 { -moz-animation-delay:2s; -webkit-animation-delay:2s; }
#layer9 { -moz-animation-delay:2.5s; -webkit-animation-delay:2.5s; }
#layer10 { -moz-animation-delay:3s; -webkit-animation-delay:3s; }
#layer11 { -moz-animation-delay:3.5s; -webkit-animation-delay:3.5s; }

@-moz-keyframes loading {
  0%{-moz-transform:scale(0,0);}
  100%{-moz-transform:scale(1,1);}  
}

@-webkit-keyframes loading {
  0%{-webkit-transform:scale(0,0);}
  100%{-webkit-transform:scale(1,1);} 
}


@-moz-keyframes pulse {
  0%   {-moz-transform: scale(0);opacity: 0;}
    10%  {-moz-transform: scale(1);opacity: 0.5;}
  50%  {-moz-transform: scale(1.75);opacity: 0;}
    100% {-moz-transform: scale(0);opacity: 0;}  
}

@-webkit-keyframes pulse {
  0%   {-webkit-transform: scale(0);opacity: 0;}
  10%  {-webkit-transform: scale(1);opacity: 0.5;}
    50%  {-webkit-transform: scale(1.75);opacity: 0;}
    100% {-webkit-transform: scale(0);opacity: 0;}    
}

.animate-show {
  -webkit-transition:all linear 0.5s;
  transition:all linear 0.5s; 
  opacity:1;  
}
 
.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  display:block!important;
}
 
.animate-show.ng-hide {
  opacity:0;
  display: none !important;  

}

.row.carrito .carrito_proceso .content .botones_pago{

  position: relative !important;
  left: 0 !important;
  text-align: center !important;
  width: 415px !important; 
  margin: 20px auto !important ;

}

.row.carrito .carrito_proceso .content .botones_pago .btn_ordenar {
  background: url(/front/img/carrito/botones_carrito.png) -9px -6px ;
  width: 203px;
  display: inline-block;
  height: 43px;
  transition: none !important;
  
}

.row.carrito .carrito_proceso .content .botones_pago .btn_ordenar:hover{
  opacity: 1;
}

.row.carrito .carrito_proceso .content .botones_pago .btn_ordenar.ordenar_ya:hover{
  
  background-position: -9px -54px ;
  
}

.row.carrito .carrito_proceso .content .botones_pago .btn_ordenar.guardar_orden{
  background-position: -219px -6px ;    
}

.row.carrito .carrito_proceso .content .botones_pago .btn_ordenar.guardar_orden:hover{
  background-position: -219px -54px;
}

.row.carrito .carrito_proceso .content .cupon .btn_opcion{
  width: 162px;
  margin: 2px 0px 2px 8px  ;  
  height: 34px;
  display: inline-block;
  background: url(/front/img/carrito/botones_carrito_2.png); 
  transition: none;
}

.row.carrito .carrito_proceso .content .cupon .btn_opcion:hover{
  opacity: 1;
}

.row.carrito .carrito_proceso .content .cupon .seguir_comprando{
  background-position: -178px -10px;    
  width: 197px; 
}

.row.carrito .carrito_proceso .content .cupon .seguir_comprando:hover {
  background-position: -178px -46px;    
}

.row.carrito .carrito_proceso .content .cupon .mi_cuenta{
  background-position: -8px -10px;    
}

.row.carrito .carrito_proceso .content .cupon .mi_cuenta:hover{
  background-position: -8px -46px;    
}

.row.carrito .carrito_proceso .content.view_car .recomendadas .titulo.recomendados{

  text-decoration: none;  

}

.row.carrito .carrito_proceso .content .cupon .ver_formas {
  cursor: pointer; 
  background-position: -383px -10px;      
  width: 163px;
  height: 31px;  
  position: absolute;
  left: 50%;  
  top: 13px;
  margin-left: -81px;
}

.row.carrito .carrito_proceso .content .row.contenedor_cupon .container{

  padding: 9px 0 0;

}


.row.carrito .carrito_proceso .content .cupon .agregar {

}

.row.carrito .carrito_proceso .content .cupon .agregar #precio_siniva{

  width: 180px;   

}


.row.carrito .carrito_proceso .content .cupon .total{

  width: 335px ;

}
  

.row.carrito .carrito_proceso .content .cupon .total .iva {
  color: red;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  display: inline-block;  
  margin-right: 15px;
}


.row.carrito .carrito_proceso .content .cupon .total .total_label {
  margin-right: 5px;  
  font-weight: normal; 
}

.row.carrito .carrito_proceso .content .content-producto .cerrar {

  display: inline-block;
  color: red;
  background: #fff;
  border-radius: 2px;
  padding: 0px 4px;
  box-sizing: border-box;
  margin: 30px 20px 5px;
  width: 17px;
  height: 17px;
  line-height: 11px;
  border: 1px solid #F1DDDD;
  cursor: pointer;
  font-weight: bold;
  
}

.row.carrito .carrito_proceso .content .content-producto .nombre {
  width: 430px;
}

.row.carrito .carrito_proceso .content .content-producto .caja.precio {
  width: 123px;
  padding-top: 20px;
  position: relative; 
  right: 0;
  top: 0;
  text-align: right;
  

}


.wrap-form .tab-content .tab-pane .cp .valid_icon {
  left: 96px;
}

.wrap-form .tab-content .tab-pane .valid_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/front/cliente/img/valid_icon.png) 0 -12px no-repeat;
  margin: 8px;
}

.wrap-form .tab-content .tab-pane .valid .valid_icon {
  background-position: 0px 1px;
}



