@charset "utf-8";

/* fieldset*/
fieldset{color: #333;background:; border:1px solid #d2d2d2;padding:20px;border-radius:0px; margin:0px;box-shadow: 0px 0px 0px #ccc;}

/* text */


.input_general_modificar{padding: 8px 0px 8px 8px;width: 100%;height:40px;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #53A9FF;font-size:15px; outline:none;border-radius:5px;  }

.input_general_modificar_warning{padding: 8px 0px 8px 8px;width: 100%;height:40px;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid  #FF9797;font-size:15px; outline:none;border-radius:5px;}

.input_general{padding: 8px 0px 8px 8px;width: 100%;height:40px;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #ccc;font-size:15px; border-radius:5px; }
.input_general:focus {border:1px solid  #168AE9;transition:1s;outline:none;}
.input_general_error{padding: 8px 0px 8px 8px;width: 100%;height:40px;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #f00;font-size:15px; border-radius:5px; }
.input_general_error:focus {border:1px solid  #168AE9;transition:1s;outline:none;}
.input_general_buscar{padding: 8px 0px 8px 8px;width: 100%;height:35px;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #ccc;font-size:13px; border-radius:5px; background: url(../images/search.png) no-repeat right;}
.input_general_buscar:focus {border:1px solid  #168AE9;transition:1s;outline:none;}


/* div borde para buscadores */
.input_general_outline{padding: 8px 0px 8px 8px;width: 100%;height:40px;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #ccc;font-size:15px; outline:none;border-radius:5px;  }

.blb{ border-left:1px solid #FFF}
.brb{ border-right:1px solid #FFF}
.btb{ border-top:1px solid #FFF}
.bbb{ border-bottom:1px solid #FFF}

/* usada ejemplo en cambiar stock duplicar*/
.input_general_cargando{padding: 8px 0px 8px 8px;width: 100%;height:40px;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #ccc;font-size:18px; background: #FFFFFF url(../images/iconos/loading4.gif) no-repeat center}

/* select */
.styled-select select {background: transparent;font-size: 12px;line-height: 1;border: 0;padding:2px;-webkit-appearance: none;font-family: sans-serif;color:#333;width: 100%;height: 40px;overflow: hidden;background: url(../images/iconos/chosen-sprite.png) no-repeat right #fff;border: 1px solid #ccc;cursor:pointer;outline:none;padding-left:10px;border-radius:5px; }

.styled-select-loading select {background: transparent;font-size: 12px;line-height: 1;border: 0;padding:2px;-webkit-appearance: none;font-family: sans-serif;color:#333;width: 100%;height: 40px;overflow: hidden;background: url(../../images/iconos/chosen-sprite-loading.gif)  no-repeat right #fff;border: 1px solid #ccc;cursor:pointer;outline:none;padding-left:10px;border-radius:5px; }
/* cantidad */


/* textarea */
.textarea_general{padding: 8px 0px 8px 8px;width: 100%;height:100px;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #ccc;font-size:12px;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;border-radius:5px; }	
.textarea_general:focus {border:1px solid  #168AE9;transition:1s;outline:none;}


/* boton enviar */
.boton_general{ border:1px solid #ccc; width:100%;height:50px;cursor:pointer;color:#fff;outline:none;font-size:12px; text-align:center; text-transform:uppercase;border-radius:5px; }

.bg-save{background: #333}
.bg-delete{background: #C1392B}
.bg-update{background:#297FB8}
.bg-cancel{background: #999;}


.boton_nuevo{ border:1px solid #ccc; width:40px;height:40px; border-radius:100%;cursor:pointer;color:#fff;outline:none;font-size:12px; text-align:center; text-transform:uppercase;box-shadow: 0px 0px 5px #eee; border-radius:5px; }
.boton_nuevo:hover{ background:#E2E2E2;}

.input_vuelto_false{padding: 8px 0px 8px 8px;width: 100%;height:40px;-moz-box-sizing: border-box;
box-sizing: border-box;border: 1px solid #f3f3f3;background: #F3f3f3 url(../../../images/imagenes/bg.gif);color:#06C;
outline:0;font-size:17px;}
.input_vuelto_true{padding: 8px 0px 8px 8px;width: 100%;height:40px;-moz-box-sizing: border-box;box-sizing: border-box;
border: 1px solid #f3f3f3;background: #fff;color:#06C;outline:0;font-size:17px;}

/* costo */
.borde_costo{padding: 2px 0px 2px 2px;width: 100%;height:37px;
-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #fff;font-size:12px;box-shadow: 0px 0px 3px #ccc;background:#FFF;}

.input_general_costo{padding: 8px 0px 8px 8px;width: 100%;height:34px;-moz-box-sizing: border-box;
box-sizing: border-box;border: 1px solid #fff;font-size:12px;}

