@charset "utf-8";

/* CSS Document */
@font-face {
 font-family: MyCustomFont;
 src: url("fonts/NordsternDemo-Normal.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("fonts/NordsternDemo-Normal.ttf") /* TTF file for CSS3 browsers */
}

/* fieldset*/
fieldset{color: #333;background:; border:1px solid #d2d2d2;padding:10px;border-radius:0px; margin:0px;box-shadow: 0px 0px 0px #ccc;}

/* text */
.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:18px;}
.input_general: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:18px; outline:none }
.blb{ border-left:1px solid #FFF}
.brb{ border-right:1px solid #FFF}

.check
{
	background: #F8F5EC;
	width:18px;
	height:18px;
	cursor:pointer;
	color:#999;
	outline:none;
	font-size:12px;
	text-align:center;



box-sizing:border-box;	
}

/* 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: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(../dvy_plugins/images/chosen-sprite.png) no-repeat right #fff;border: 1px solid #ccc;cursor:pointer;outline:none;
padding-left:10px;}
/* 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:18px;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}	
.textarea_general:focus {border:1px solid  #168AE9;transition:1s;outline:none;}


/* boton enviar */
.boton_general{border:solid 1px #ccc;background:#48A4FF;width:100%;height:40px;cursor:pointer;color:#fff;outline:none;font-size:12px; text-align:center; text-transform:uppercase}

.boton_general_cargando{border:solid 1px #ccc;background: #3A3A3A ;background-repeat:no-repeat;width:100%;height:40px;
cursor:pointer;color:#fff;outline:none;text-transform:uppercase;font-size:12px;}




.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:40px;
-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:35px;-moz-box-sizing: border-box;
box-sizing: border-box;border: 1px solid #fff;font-size:12px;}

