body
{

font-weight: 500;
color:#333;
background-color:#f7f7f7;
}
body,html{
margin:0px;
padding:0px;
height:100%;
width:100%;
background-color:#f2f5f7;	
}

body,html{
	overflow:hidden;	
}
img
{
   border: 0;
   margin: 0;
   padding: 0;
   outline: 0;
}

.boton_activo
{
	color:#272727;
	background-color:#ff951f;
	
}


/* OTROS */

label
{
	width:200px;
	display:block;
	font-size:13px;
	color:#666666;
}
#main
{
	width:300px;
	height:400px;
	text-align:center;
	position:relative;
	top:50%;
	margin-top:-255px;
	left:50%;
	margin-left:-125px;
	
}
#box
{
	width: 300px;
	height:140px;	
	text-align: left;
	padding: 20px;
	background-color: transparent;
	color: #333;
	
	position:relative;
	
	left:50%;
	margin-left:-180px;
	border-radius:5px;
	

}


#logo
{
	width: 300px;
	margin-bottom:30px;
	position:relative;
	left:50%;
	margin-left:-180px;
	top:50px;
	
	
}

.input
{
	
	padding:10px;
	font-size:14px;
	border:1px solid #999999;
	width:275px;
	margin-bottom:10px;
	border: 1px solid #e5e5e5;
background: #fbfbfb;
box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);

}
.button {
font-weight: bold;
padding: 12px 15px;
color: #fff !important;
font-size: 14px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
cursor: pointer;
text-decoration: none;
text-shadow: 0 1px 0px rgba(0,0,0,0.15);
border-width: 1px 1px 3px !important;
border-style: solid;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
zoom: 1;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
-moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
background: #eb2034;
border-color: #b36aff;
}

.button-rojo {
	background-color: #eb2034 !important;
	border-color: #c51223 !important;
}


.button-naranjo {
	background-color: #fb9600 !important;
	border-color: #d37e00 !important;
}


.button-azul {
	background-color: #2aa4c5 !important;
	border-color: #267ea6 !important;
}

.button-verdeagua {
	background-color: #33c3c1 !important;
	border-color: #33a3a0 !important;
}

.button-verde {
	background-color: #81ce56 !important;
	border-color: #6aae44 !important;
}

.button-plomo {
	background-color: #c3c4c4 !important;
	border-color: #a0a1a1 !important;
}

.button-plomo {
	background-color: #c3c4c4 !important;
	border-color: #a0a1a1 !important;
}

.button-morado {
	background-color: #b45bde !important;
	border-color: #8e46b0 !important;
}

.button-amarillo {
	background-color: #e5cd00 !important;
	border-color: #c2ad00 !important;
}

.button-blanco {
	background-color: #fbfbfb !important;
	border-color: #d4d4d4 !important;
	height:40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-top:8px;
	font-color:#272727;
	text-shadow: 0 1px 0px rgba(0,0,0,0.1);
	color: #272727 !important;
}




.msg
{
	font-size:11px;
	color:#666;
	padding:10px;
}
#error{font-size:12px; margin-top:10px}

#barra_color{
	height:6px;
	background-color:#181818;
	top:0px;
	left:0px;
	width:100%;	
}

#contenedor_general{
	height:-webkit-calc(100% - 61px); 
	height: -moz-calc(100% - 61px);
	height: calc(100% - 61px);
	width:100%;
	text-align:center;	
}


li{
	padding:5px;
}

.contenedor_categoria{
	width:500px;
	height:35px;
	border:1px solid grey;	
	border-radius:3px;
	padding:5px;
	background-color:#272727;
	color:#fff;
	margin:0 auto;
	margin-bottom:10px;
}

.contenedor_cliente{
	width:100%;
	height:35px;
	border:1px solid grey;	
	border-radius:3px;
	padding:5px;
	background-color:#272727;
	color:#fff;
	margin:0 auto;
	margin-bottom:10px;
}

.contenedor_subcategoria{
	width:500px;
	height:35px;
	border:1px solid grey;	
	border-radius:3px;
	padding:5px;
	background-color:#283743;
	color:#fff;
	margin:0 auto;
	margin-bottom:10px;
}

.contenedor_productos{
	height:35px;
	border:1px solid grey;	
	border-radius:3px;
	padding:5px;
	background-color:#283743;
	color:#fff;
	margin:0 auto;
	margin-bottom:10px;
}

h1{
width:100%;
text-align:center;
font-size:26px;	
}

.boton_seleccionado{
	background-color:#fb9600;	
}

.selecc_producto_venta{

	width:100%;
	background-color:#2aa4c5;
	text-align:center;
	font-weight:bold;
	color:#fff;	
	padding:8px;
	margin-bottom:5px;
	font-size:14px;
	
}

a{
	text-decoration:none;	
}

.selecc_producto_venta:hover
{
	background-color:#1f79a2;
}
.selecc_producto_venta a
{
	text-decoration:none;
}

#contenedor_venta_tipo5{
	width:97%;
	border-radius:5px;
	border:1px solid #cbcbcb;
	height:315px;
	-webkit-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);	
	margin-bottom:10px;
	padding:15px;
	
}

#contenedor_venta_tipo2{
	width:97%;
	border-radius:5px;
	border:1px solid #cbcbcb;
	height:290px;
	-webkit-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);	
	margin-bottom:10px;
	padding:10px;
	
}


#contenedor_venta_tipo1{
	width:97%;
	border-radius:5px;
	border:1px solid #cbcbcb;
	height:160px;
	-webkit-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);	
	margin-bottom:10px;
	padding:10px;
	
}

#sugerencia_venta{
width:17%;
background-color:#fff;
max-height:300px;
display:none;
float:right; 
border-left:solid 1px #dedede;
border-right:solid 1px #dedede;
border-bottom:solid 1px #dedede;
overflow:hidden;
position:fixed;
z-index:999;
}


#sugerencia{
width:20.6%;
background-color:#fff;
max-height:300px;
display:none;
float:right; 
border-left:solid 1px #dedede;
border-right:solid 1px #dedede;
border-bottom:solid 1px #dedede;
overflow:hidden;
position:fixed;
z-index:999;
}

.sugerencia_box
{
border-top:solid 1px #dedede; 
height:40px;
font-weight:bold;
padding:10px;
font-size:15px;

}
.sugerencia_box:hover
{
background:#3b5998;
color:#2aa4c5;
}

select{
	-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
	border:1px solid #C8C8C8;
	border-radius:0;
	background: url(../images/flecha_select.png)  no-repeat right center ;
	background-size: 20px auto;
	background-color:#fff;
	padding:8px;
	
}

.cuadro_foto_producto{
	width:100%;
	height:100%;
	background-size: auto 100%;
	background-position: center center;
	background-repeat:no-repeat;
}

#link_nuevo_control{
	text-decoration:none;
	font-size:90px;
	color:grey;
	width:160px;
	height:160px;
	position:relative;
}

#link_nuevo_control  :hover{
	color:#1675a1;
}

.contenedor_control{
	-webkit-box-shadow: 0px 0px 11px -7px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 11px -7px rgba(0,0,0,1);
	box-shadow: 0px 0px 11px -7px rgba(0,0,0,1);	
	border-radius:5px;
	margin:10px;
 	display: inline-block;
	border:1px solid #dedede;
	
}


.productos_ventas{
	overflow:hidden;
	padding:10px;
	border:1px solid #d0d0d0;
	background-color:#f2f2f2;
	border-radius:5px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);	
	
}



.clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 26px;
	margin:0 auto;
	padding:10px;
	width:100%;
	background-color:#1c262e;
	margin-bottom:10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	
}



.clockdiv > div{
	padding: 5px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}

.clockdiv div > span{
	padding: 10px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
	line-height:15px;
}


.clockdiv > contenedor_correlativo{
	padding: 5px;
	border-radius: 3px;
	background: #1ea3c6;
	display: inline-block;
}

.clockdiv div > contenedor_numero_correlativo{
	padding: 10px;
	border-radius: 3px;
	background: #1675a1;
	display: inline-block;
	line-height:15px;
}

.smalltext{
	padding-top: 5px;
	font-size: 12px;
}



@media screen and (max-width: 800px){
	
	.clockdiv{
		font-family: sans-serif;
		color: #fff;
		display: inline-block;
		font-weight: 100;
		text-align: center;
		font-size: 21px;
		margin:0 auto;
		padding:3%;
		width:100%;
		background-color:#1c262e;
		margin-bottom:5px;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	
	}
	
	.clockdiv > div{
	padding: 3px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}

.clockdiv div > span{
	padding: 10px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
	line-height:15px;
}


.clockdiv > contenedor_correlativo{
	padding: 5px;
	border-radius: 3px;
	background: #1ea3c6;
	display: inline-block;
}

.clockdiv div > contenedor_numero_correlativo{
	padding: 5px;
	border-radius: 3px;
	background: #1675a1;
	display: inline-block;
	line-height:15px;
}

.smalltext{
	padding-top: 5px;
	font-size: 11px;
}

}


@media screen and (max-width: 600px){
	
	.clockdiv{
		font-family: sans-serif;
		color: #fff;
		display: inline-block;
		font-weight: 100;
		text-align: center;
		font-size: 15px;
		margin:0 auto;
		padding:1px;
		width:100%;
		background-color:#1c262e;
		margin-bottom:5px;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	
	}
	
	.clockdiv > div{
	padding: 1px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}

.clockdiv div > span{
	padding: 6px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
	line-height:15px;
}


.clockdiv > contenedor_correlativo{
	padding: 5px;
	border-radius: 3px;
	background: #1ea3c6;
	display: inline-block;
}

.clockdiv div > contenedor_numero_correlativo{
	padding: 5px;
	border-radius: 3px;
	background: #1675a1;
	display: inline-block;
	line-height:15px;
}

.smalltext{
	padding-top: 5px;
	font-size: 8px;
}

}



.clockdiv_vertical{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 26px;
	margin:0 auto;
	padding:20px;
	width:130px;
	height:100%;
	background-color:#1c262e;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	
}

.clockdiv_vertical > div{
	padding: 5px;
	border-radius: 3px;
	background: #00BF96;
	margin:3px;
}

.clockdiv_vertical div > span{
	padding: 10px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
	line-height:15px;
}


.clockdiv_vertical > contenedor_correlativo{
	padding: 5px;
	border-radius: 3px;
	display: inline-block;
}

.clockdiv_vertical div > contenedor_numero_correlativo{
	padding: 10px;
	border-radius: 3px;
	background: #1675a1;
	display: inline-block;
	line-height:15px;
}

.smalltext_vertical{
	padding-top: 5px;
	font-size: 10px;
}


/*CSS para los insumos (Rojo y Azul)  */
.numero_producto_insumo{
		font-weight:bold;
		color:#fff;
		width:35px;
		height:100%;
		position:relative;
		float:right;
		z-index:9999;
		border-radius:2px;
		border:0;
		text-align:center;
	
}

.nombre_producto_insumo{
		width:100%;
		height:35px;
		position:relative;
		text-align:center;
		padding:6px;
		color:#fff;
		border-radius:2px;
}

.nombreynumero_producto_insumo {
	width:48%;
	height:35px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;	
}

.busqueda_insumo {
	width:48%;
	height:35px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;	
}

@media screen and (max-width: 980px){
		
	
	.numero_producto_insumo{
		font-weight:bold;
		color:#fff;
		width:35px;
		height:100%;
		position:relative;
		float:right;
		z-index:9999;
		border-radius:2px;
		border:0;
		text-align:center;
	
}

.nombre_producto_insumo{
		width:100%;
		height:35px;
		position:relative;
		text-align:center;
		padding:6px;
		color:#fff;
		border-radius:2px;
		font-size:14px;
}

.nombreynumero_producto_insumo {
	width:100%;
	height:35px;
	float:left;
	margin-right:5px;
	margin-bottom:6px;	
	}
	
	.busqueda_insumo {
	width:100%;
	height:35px;
	float:left;
	margin-right:5px;
	margin-bottom:6px;	
	}
	
	
}

@media screen and (max-width: 950px){
	.titulo_venta{
	font-size:12px;	
	}	
}

@media screen and (max-width: 930px){
	.titulo_venta{
	font-size:11px;	
	}	
}


.checkboxrojo {
	position:relative;
	top:15px;
	display:none;
}
.checkboxrojo + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
.checkboxrojo:checked + label span {
    background:url(check_radio_sheet.png) -19px top no-repeat;
}

.featherlight .featherlight-content {
    border: 0;
    padding: 0;
	max-width:80%;
	
}

.search-input{
   width:100%;
   margin:2px;
   border-radius:3px;
   height:30px;
   border:1px solid lightgrey;
   padding:3px;
	
}

.btn-group, .btn-group .multiselect {
    width: 100% !important;
}

div{
	-webkit-overflow-scrolling:touch;		
}
iframe{
	-webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.multiselect-container > li > a > label{
    white-space: normal !important;
	padding-left:10px;
	width:100%;
}

label{
	width:100%;	
}
.container{
	  -webkit-overflow-scrolling: touch;
	
}
.ContenidoCentrado{
	max-width:900px	;	
	margin:auto;
}

@media (max-width: 400px) {
  .container{
	  -webkit-overflow-scrolling: touch;
  max-width:380px	;	
		
}
}


@media (max-width: 320px) {
  .container{
	  -webkit-overflow-scrolling: touch;
  max-width:320px	;	
		
}
}

body,html{
	-webkit-overflow-scrolling: touch;
  overflow-y: auto;	
}