.tooltip_container {
  float: right;
  margin-right: 15px;
}

/*luis*/

.tooltip_container2 {
  float: right;
  margin-right: 15px;
}
.tooltip2 {
  display: inline;
  position: relative;
  z-index: 999999;
}
.tooltip2:hover:after {
  bottom: -65px;
  content: attr(title); /* este es el texto que será mostrado */
  right: 0%;
  position: absolute;
  z-index: 999999;
  /* el formato gráfico */
  background: rgba(100, 100, 100, 0.8); /* el color de fondo */
  border-radius: 5px;
  color: #fff; /* el color del texto */
  font-size: 12px;
  padding: 12px 12px;
  text-align: center;
  width: 150px;
}
.tooltip2:hover:before {
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 999999;
  /* el triángulo inferior */
  border: solid;
  border-color: rgba(255, 255, 255, 0.2) transparent;
  border-width: 6px 6px 0 6px;
}
/*luis*/

.tooltip_procesado_raw_basico,
.tooltip_procesado_raw_avanzado,
.tooltip_escaneo_imagenes,
.tooltip_retoque_moda,
.tooltip {
  display: inline;
  position: relative;
  z-index: 999999;
}
.tooltip:hover:after {
  bottom: -35px;
  content: attr(title); /* este es el texto que será mostrado */
  right: 200%;
  position: absolute;
  z-index: 999999999;
  /* el formato gráfico */
  background: rgba(100, 100, 100, 0.8); /* el color de fondo */
  border-radius: 5px;
  color: #fff; /* el color del texto */
  font-size: 12px;
  padding: 12px 12px;
  text-align: center;
  width: 150px;
}
.tooltip_escaneo_imagenes:hover:after {
  bottom: 15px;
  content: attr(title); /* este es el texto que será mostrado */
  right: 200%;
  position: absolute;
  z-index: 999999999;
  /* el formato gráfico */
  background: rgba(100, 100, 100, 0.8); /* el color de fondo */
  border-radius: 5px;
  color: #fff; /* el color del texto */
  font-size: 12px;
  padding: 12px 12px;
  text-align: center;
  width: 150px;
}

.tooltip_procesado_raw_avanzado:hover:after {
  bottom: -5px;
  content: attr(title); /* este es el texto que será mostrado */
  right: 200%;
  position: absolute;
  z-index: 999999999;
  /* el formato gráfico */
  background: rgba(100, 100, 100, 0.8); /* el color de fondo */
  border-radius: 5px;
  color: #fff; /* el color del texto */
  font-size: 12px;
  padding: 1px 1px;
  text-align: center;
  width: 200px;
}

.tooltip_procesado_raw_basico:hover:after {
  bottom: -38px;
  content: attr(title); /* este es el texto que será mostrado */
  right: 200%;
  position: absolute;
  z-index: 999999999;
  /* el formato gráfico */
  background: rgba(100, 100, 100, 0.8); /* el color de fondo */
  border-radius: 5px;
  color: #fff; /* el color del texto */
  font-size: 12px;
  padding: 5px 5px;
  text-align: center;
  width: 150px;
}
.tooltip_procesado_raw_basico:hover:before,
.tooltip_procesado_raw_avanzado:hover:before,
.tooltip_escaneo_imagenes:hover:before,
.tooltip:hover:before {
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 999999999;
  /* el triángulo inferior */
  border: solid;
  border-color: rgba(255, 255, 255, 0.2) transparent;
  border-width: 6px 6px 0 6px;
}
.tooltip_retoque_moda:hover:after {
  bottom: -100px;
  content: attr(title); /* este es el texto que será mostrado */
  right: 200%;
  position: absolute;
  z-index: 999999999;
  /* el formato gráfico */
  background: rgba(100, 100, 100, 0.8); /* el color de fondo */
  border-radius: 5px;
  color: #fff; /* el color del texto */
  font-size: 12px;
  padding: 12px 12px;
  text-align: center;
  width: 150px;
}

.color_fondo_preview {
  background-color: red;
  height: 40px;
  width: 40px;
}

.onoffswitch {
  float: left;
  margin-left: 10px;
  position: relative;
  width: 44px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  margin-bottom: 0px !important;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 4px;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 13px;
  padding: 0;
  line-height: 13px;
  font-size: 11px;
  color: white;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "SÍ";
  padding-left: 5px;
  background-color: #02a2d3;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "NO";
  padding-right: 3px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  width: 13px;
  margin: 0px;
  background: #ffffff;
  border: 2px solid #999999;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  box-sizing: unset !important;
  -webkit-box-sizing: unset !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.tooltip_silueteado {
  background: #02a2d3;
  width: 95%;
  margin-left: 10px;
  padding: 5%;
  margin-bottom: 20px;
  line-height: 16px;
  color: #fff;
  font-size: 13px;
  position: relative;
  border: solid 1px #ccc;
  float: left;
  height: 85px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
}
.MultiFile {
  color: #0d0;
}

#referenciaTitle {
  -o-text-overflow: ellipsis; /* Opera */
  text-overflow: ellipsis; /* IE, Safari (WebKit) */
  overflow: hidden; /* don't show excess chars */
  white-space: nowrap; /* force single line */
  width: 200px; /* fixed width */
}



#page-cliente #cuerpo, #page-cliente-listado #cuerpo, #page-formularios #cuerpo {
    width: 100%;
    min-width: 1000px;
    display: block;
    position: relative;
    float: left;
    background-color:#fff;
}


.subtituloLabel {
    color: #28aae1 !important;
    font-weight: 600;
}


#page-formularios #col2 .bloqueResumen .cabeceraResumen {
    /* FONT-WEIGHT: 100; */
    width: 100%;
    height: 30px;
     background: none; 
    color: #ffffff;
    padding-top: 5px;
    font-size: 16px;
    background-color: #28aae1;
    border-radius: 10px;
}




#page-formularios #col2 .bloqueResumen {
    width: 100%;
    position: relative;
    float: left;
     border: none; 
    margin-bottom: 20px;
    /* border-bottom: none; */
    
}

#page-formularios #col2 .bloqueResumen .pieResumen {
    width: 100%;
    position: relative;
    float: right;
    margin-top: 20px;
    background-color: #ffffff;
    /* border-radius: 10%; */
    padding: 10px 0px;
    border-top: 2px solid #28aae1;
}


#page-formularios #col2 h4.tituloResumen {
    margin: 0px;
    padding: 0px;
    color: #2a2e31;
    font-size: 25px;
    font-weight: lighter;
}

#page-formularios #col2 h4.subtituloResumen {
    margin: 0px;
    padding: 0px;
    color: #2a2e31;
    font-size: 18px;
    font-weight: lighter;
}

 #page-formularios #col2 .bloqueResumen .cuerpoResumen .contenedorOpciones li span.normal {
    color: #2a2e31;
    line-height: 16px;
    position: relative;
    float: left;
    top: 1px;
    font-size: 13px;
}


#page-formularios #col2 .bloqueResumen .cuerpoResumen .contenedorOpciones li span.bold {
    position: relative;
    float: left;
    margin-left: 10px;
    font-weight: 550;
}

#superior > div.columnaLeft {
  margin-left: 3%;
  
}





#superior > div.columnaDerecha > div.zonaInferior > div {margin-left: 5%;    
   }

#superior { border-bottom: 5px solid #00aeef; }


#page-cliente-listado .primerPedidoCWKEND {
    width: 100%;
    position: relative;
    padding: 0px 0px 5px 0px;
    text-align: center;
    display: block;
    
    background-color: #00aeef;
}

#page-cliente #col2 .separaGrande, #page-cliente-listado #col2 .separaGrande, #page-formularios #col2 .separaGrande {
    width: 100%;
    position: relative;
    float: left;
    border-bottom: solid 1px #2a2e31;
    margin: 10px 0px;
    opacity: 0;
}


#page-formularios {
    /* background: url(../img/bg.jpg) repeat; */
    background-color: white;
}


#col2 > div > div > div.bloquePagos > div > a {
  background: #00aeef;
    color: white;
    
    padding: 1% 3%;
}


#col2 > div > div > div.headerPago {
  display: flex;
    flex-direction: column;
    align-items: center;
    
}
 #col2 > div > div > div.headerPago > table > tbody {
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
 }

 #cuerpo > table > tbody > tr > td:nth-child(1) {
  width: 10%;
 }
