@charset "ISO-8859-1";

.mm-pointer {
	cursor: pointer;
}

.txt-component {
	transition: 0.3s;
}

.txt-component:hover {
	color: black;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
    supported by Chrome and Opera */
}

.selected {
	background-color: azure;
}

#ac-calendario .fc-today {
	background-color: #ffd775 !important;
}

#ac-calendario .fc-day-top {
	background-color: rgba(0, 0, 0, 0.0) !important;
}

.leyenda-hoy {
	color: #ffd775;
}

.leyenda-horarios {
	color: #9aede1;
}

.success {
	background-color: rgb(240, 255, 240);
	/* 	border: solid 1px rgb(220, 255, 220); */
}

.error {
	background-color: rgb(255, 240, 240);
	/* 	border: solid 1px rgb(255, 220, 220); */
}

@media (max-width: 1199.99px) {
	#cmdHome{
		width: 200px;
	}
	#tabs{
		width: 50%;
	}
}
  
@media (min-width: 1200px) {
	#cmdHome{
		width: 20%;
	}
	#tabs{
		width: 60%;
	}
}