.popover{
	z-index: 9999;
}

.realizada {
	background: green;
	color: white;
}
.cancelada {
	background: red;
	color: yellow;
}
.planificada {
	background: #0079BF;
	color: white;
}

#estado {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;   


}

#alert-estado-hora {
	align-self: center;
}

.hora-edit{

	padding: .5em 0;
}

.td-historial {

	border: 1px solid black;
	padding: 1em;
}

.herramientas{
	width: 100%;
	white-space: normal;
	word-wrap: break-word;
}

.herramientas > i {
	width: 20%;
}

.herramientas > span {
	width: 80%;
}