.order-container {
	top: 0px;
	width: 100%;
	height: 100%;
	background: white;
	flex-grow: 1;
	overflow: hidden;
	overflow-y: auto;
}

.leftpane {
	border-right: solid 3px #787878;
	background: #e2e2e2;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	max-width: 500px;
}
.icono {
	cursor: pointer;
}

.pads {
	border-top: solid 3px rgb(110, 200, 155);
}

.order {
	background: white;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 16px;
	text-align: left;
	max-width: 500px;
	-webkit-transform: translate3d(0, 0, 0);
}

.orderline {
	width: 100%;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 250ms ease-in-out;
	-moz-transition: background 250ms ease-in-out;
	transition: background 250ms ease-in-out;
}
.orderline.selected {
	background: rgba(140, 143, 183, 0.2);
	-webkit-transition: background 250ms ease-in-out;
	-moz-transition: background 250ms ease-in-out;
	transition: background 250ms ease-in-out;
	cursor: default;
}
.product-name {
	padding: 0;
	display: inline-block;
	font-weight: bold;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.price {
	padding: 0;
	font-weight: bold;
	float: right;
}
.orderline .info-list {
	color: #888;
	margin-left: 10px;
}
.orderline .info-list em {
	color: #777;
	font-weight: bold;
	font-style: normal;
}

#divCajaSeleccionada {
	background-color: #087cc4;
	color: white;
	height: 40px;
	margin-top: -14px;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	align-self: center;
}
.divCotizacionSeleccionada {
	background-color: #087cc4;
	color: white;
	height: 40px;
	margin-top: -14px;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	align-self: center;
}
#divTotalCompraDetalles {
	margin-top: 0px;
	padding: 12px;
	text-align: left;
	border: solid 2px #c0c0c0;
}
#panelDerecha {
	background-color: white;
	border: solid 2px #c0c0c0;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
#divDetalles {
	border-right-style: solid;
	border-right-color: #087cc4;
	text-align: left;
}
.separador {
	background-color: #087cc4;
	height: 2px;
	width: 100%;
	padding: 14px;
}
.separador2 {
	background-color: #087cc4;
	height: 2px;
	width: 100%;
	padding: 1px;
}
#divTotalVentaDetalles {
	border: 50px red;
}
#gallery-env article.album header img {
	line-height: 1;
	margin: 0;
	width: 100%;
	display: block;
	max-width: 100%;
	height: 50px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#myImg:hover {
	opacity: 0.7;
}

/* dropdown style */
span1{
	display: block;
	font-family: monospace;
	white-space: nowrap;
	border-right: 4px solid;
	width: 21ch;
	animation: typing 2s step(21), 
	blink .5 infinite step-end alternate repeat;
	overflow: hidden;
}
@keyframes typing {
	 from{width: 0}
	
}
@keyframes blink { 
	50%{border-color: transparent}
	
}

span i{
color: #087cc4;

}