:root{
	--color-butom-danger: #f81105;
}
.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-standar-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;
}


span i {
	color: #087cc4;

}

.fa-pacientes {
	color: black;
	font-size: 20px;

}



.fa-icons-pacientes {
	border-radius: 50%;
	padding: 5px;

}

.td-data {
	color: rgb(20, 77, 163);
	font-size: 12px;

}

.label-consultas {
	color: #726d6d;
	font-weight: 550;
}

.input :focus {
	border: 1px solid red !important;
}

.panelFinalizarConsulta {
	display: flex;
	flex-direction: row;
	justify-content: right;
	align-items: center;
	height: 60px;
	background-color: #B7B9CC;
	border-radius: 5px 5px 0 0;
	color: black;
	margin-left: 1px;
	margin-right: 0.5px;
	font-weight: 600;
}

.liTab{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
}

.datospacienteConsulta {
	border: 1px solid #B7B9CC;
	border-radius: 5px;
	color: black;
	padding: 10px;
}
.panelRecetas{
	padding-bottom: 10px;
	padding-top: -50px;
	border: 2px dotted #B7B9CC;
		border-radius: 5px;
		color: black;
		padding: 10px;
		margin: 3px;
}


 select:focus,
 input:focus,
 button:focus,
 textarea:focus {
 	box-shadow: 0 0 3px #e70909 !important;
	outline: none;
 }

 .text-danger {
 	color: #e70909 !important;
	text-transform: uppercase;
	font-weight: 500;
 }

.iconosAccion{
	display: flex;
	padding: 10px;
	/* padding-left: 5px; */
	/* padding-right: 5px; */
	align-items: center;
	justify-content: space-between;
}
.iconosAccion a{
	border-radius: 10%;
}

.iconosAccion a:hover {
	background-color: #cdcdcd;
	color: white;
	border-radius: 5px;
}



.label-consultas {
	margin-right: 4px;
}

.examenesPanel {
	border: 2px dotted #9c9898;
	color: black;
	border-radius: 5px;
	margin: 3px;
	padding: 4px;
	padding-bottom: 10px;
}
.examenesPanel:hover{
	border: 2px solid #750f0f;
}


fieldset.scheduler-border {
	border: 2px dotted #928989 !important;
		padding: 0 1.4em 1.4em 1.4em !important;
		/* margin: 0 0 1.5em 0 !important; */
		-webkit-box-shadow: 0px 0px 0px 0px #000;
		box-shadow: 0px 0px 0px 0px #000;
		border-radius: 5px;
		
}

fieldset.scheduler-border:hover legend {
	/* border: 2px solid #530606 !important; */
	color: #530606;
	border-radius: 5px;
}
fieldset.scheduler-border:hover {
	border: 2px solid #530606 !important;
	color: #530606;
}

legend.scheduler-border {
	font-size: 1.2em !important;
		font-weight: bold !important;
		text-align: left !important;
		width: auto;
		padding: 0 10px;
		border-bottom: none;
}
.licenciaPanel{
		width:100%;
		height: 100%;
	background-image: url('../images/licencia.fw.png');
	background-size: stretch ;
	background-repeat: no-repeat;
}