.color-brand{
	color: #009EED!important;
}
hr{
	border-top: 1px solid #000000;
	margin-bottom: 50px;
	margin-top: 50px;
}
.address, .inf-cliente p, .totals p{
	font-size: 14px;
}
.inf-cliente{
	background-color: #FAFAFA;
	padding: 10px 0px 5px 10px;
	border-radius: 5px;
}
.subtotal{
	display: flex;
    justify-content: flex-end;
}
.content-totals{
	width: 150px;
}
select.iva{
	max-height: 0px;
}
.content-iva{
	display: flex;
    align-items: center;
}
.content-iva div:first-child{
	padding-right: 10px;
}
.content-iva label{
	margin-top: 8px;
}
.card.card-descount{
	margin-top: 30px;
}
.title-product{
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
}
.content-detail-product{
	margin-bottom: 20px;
}
.input-subtotal, .input-total, .input-iva{
	border: none;
	float: right;
	text-align: right;
	font-size: 14px;
	background-color: transparent!important;
	padding: 0px!important;
}
.input-total{
	font-weight: 600;
}
.instrucciones{
	margin-top: 20px;
}
.title-instrucciones{
	margin-top: 40px;
}
.btn-action{
	padding: 12px 20px!important;
}
.materialBote, .medidaBote, .medidaTapa{
	margin-top: 10px;
}
.cont-ingrediente, .cont-aditivo{
	border: none;
	max-width: 25px;
	text-align: center;
	color: #009EED;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	background-color: transparent;
}
.btn-submit button{
	margin-top: 40px;
	background-color: #009EED;
	border: none;
}
/* Agregar Nuevo Cliente */
.title-cliente{
	margin-top: 40px;
}

.container-inf-cliente label{
	margin-top: 20px;
}
.container-inf-cliente .col-md-6 label{
	margin-top: 20px;
}
.btn-add-cliente{
	margin-top: 20px;
	background-color: #009EED;
	border: none;
	width: 100%;
}
.cliente-seleccion{
	border: none;
	background-color: transparent;
	padding: 0;
	font-weight: 600;
}
.cliente-direccion{
	border: none;
	background-color: transparent;
	padding: 0;
	width: 400px;
}
.correoCliente, .telCliente{
	border: none;
	background-color: transparent;
}
.btn-eliminar-cliente, .btn-editar-cliente{
	height: 50px;
}
input.num-cotizacion {
    border: none;
    font-family: 'Montserrat SemiBold';
    color: #009EED;
    width: 50px;
}

/* Seccion Clientes */
.actualizar-cliente{
	background-color: #009EED;
	border: none;
	width: 100%;
}

/* Seccion Clientes */

/* Cotizaciones */
#order-listing tbody tr:hover{
	background-color: #fbfbfb;
}
.btn-login{
	width: 100%;
}