.register {
	display: none;
}

.display-none {
	display: none;
}

div.padding-collapsible {
	background-color: rgb(238, 232, 226); 
	padding-top: 15px;
	padding-bottom: 15px;
}

.nobutton {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.button-link {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	display: inline;
}

.button-link:hover {
	text-decoration: underline;
}

.logged-in .register {
	display: block;
}

.logged-in.user-role-administrator .register {
	display: none;
}

.day:hover {
	background-color: #e0e0e0;
}

.days {
	font-weight: bold;
	background-color: #e0e0e0;
	padding: 0 65px 0 0;
	width: 14.2%;
	border: 1px solid gray;
	margin: 0;
}

.day {
	width: 14.2%;
	border: 1px solid gray;
	display: flex;
	flex-flow: row wrap;
	min-height: 10vh;
	margin: 0;
	padding: 0;
}

.suscribedEvents {
	cursor: pointer;
	height: 20px;
	background-color: #00a2ed;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-grow: 1;
}

.createdEvents {
	cursor: pointer;
	height: 20px;
	background-color: #7db700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.adminEvents {
	cursor: pointer;
	height: 20px;
	background-color: #fdb900;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.emptyEvent {
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-grow: 1;
}

.events {
	display: grid;
	margin: 0;
	padding: 0;
	width: 100%;
}

.noborder {
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	margin-right: -1px;
	margin-left: -1px;
}

.noright {
	border-bottom: 1px solid blue;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-right: -1px;
}

.noleft {
	border-bottom: 1px solid blue;
	border-top: 1px solid blue;
	border-right: 1px solid blue;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -1px;
}

.noborderGreen {
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	margin-right: -1px;
	margin-left: -1px;
}

.norightGreen {
	border-bottom: 1px solid green;
	border-top: 1px solid green;
	border-left: 1px solid green;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-right: -1px;
}

.noleftGreen {
	border-bottom: 1px solid green;
	border-top: 1px solid green;
	border-right: 1px solid green;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -1px;
}

.noborderYellow {
	border-top: 1px solid yellow;
	border-bottom: 1px solid yellow;
	margin-right: -1px;
	margin-left: -1px;
}

.norightYellow {
	border-bottom: 1px solid yellow;
	border-top: 1px solid yellow;
	border-left: 1px solid yellow;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-right: -1px;
}

.noleftYellow {
	border-bottom: 1px solid yellow;
	border-top: 1px solid yellow;
	border-right: 1px solid yellow;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -1px;
}

.suscribe {
	height: 0.8em;
}

.quickchange {
	display: inline;
}

.calendarformbutton {
	align-self: flex-end;
}

.calendarCol {
	max-width: 25%;
}

.dailydays {
	font-weight: bold;
	background-color: #E7E7E7;
	width: 33.3%;
	min-height: 8vh;
	text-align: center;
	border: 1px solid #DDDDDD;
	margin: 0;
}

.dailyday {
	width: 33.3%;
	border: 1px solid #DDDDDD;
	display: flex;
	text-align: right;
	flex-flow: row wrap;
	min-height: 40vh;
	margin: 0;
	padding: 0;
}

.changeViewCenter {
	text-align: center;
	margin: auto;
}

.dailyEvent {
	text-align: left;
	border: 1px solid blue;
	color: white;
	background-color: #00a2ed;
	width: 100%;
	border-radius: 5px;
	max-height: 8vh;
	margin: 5px 5px 5px 5px;
	padding-left: 5px;
}

.exit {
	background: none;
	color: red;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.exit:hover {
	color: darkred;
	text-decoration: underline darkred;
}

.datesBox {
	padding: 5% 5% 0% 5%;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.datesTitle {
	font-size: 150%;
}

.searchbarFix {
	max-width: 95%;
}

.mapFix {
	position: relative;
	width: auto;
	height: 400px;
}

.map-description-catedratel {
	font-size: 1.2rem;
}

.collaborators-box {
	border: 1px solid black;
	border-radius: 10px;
	padding: 5% 5% 5% 5%;
	background-color: #f4f0ec;
}

.pcollaborators {
	font-size: 1rem;
	font-weight: bold;
	text-decoration: underline;
	display: flex;
	justify-content: center;
}

.grid-container-formulario {
	display: grid;
	padding: 20px 0 0 0;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.check-formulario {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.collapsible-personalizado {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
}

.active, .collapsible-personalizado:hover {
	background-color: #ccc;
}

.collapsible-content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

#secnav {
	background-color: white;
}

.uploadBox {
	border: 1px dashed black;
	width: 100%;
	text-align-last: center;
	padding-top: 0.5rem;
}

.uploadBox-Registr {
	border: 1px dashed black;
	height: 7rem;
	text-align-last: center;
	padding-top: 0.5rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.uploadImg {
	height: 65%;
	border-width: 0 !important;
}

.uploadImg-Registr {
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	border-width: 0 !important;
}

.fileDragNDrop {
	background-color: #ADD8E6;
	padding: 1% 1% 1% 1%;
	display: flex;
	height: 7rem;
}

.collapsible-personalizado:after {
	content: '\02795';
  /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: white;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2796";
  /* Unicode character for "minus" sign (-) */;
}

#sendlabel:hover {
	cursor: pointer;
}

::file-selector-button {
	display: none;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}

/* The dropdown container */
.dropdown-personalizado {
	overflow: hidden;
	padding: 0 6px;
	line-height: 25px;
	z-index: 200;
	text-decoration: 25px;
}

/* Dropdown button */
.dropdown-personalizado .dropbtn {
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #069;
	outline: none;
	background-color: inherit;
  /* Important for vertical align on mobile phones */
	margin: 0;
  /* Important for vertical align on mobile phones */;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown-personalizado:hover .dropbtn {
	background-color: #ddd;
}

/* Dropdown content (hidden by default) */
.dropdown-personalizado-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-personalizado-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-personalizado-content a:hover {
	background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown-personalizado:hover .dropdown-personalizado-content {
	display: block;
}

.collapsible-top-Fix {
	margin-top: -1rem;
}

.desplazamiento {
	border: 1px solid gray;
	width: 6%;
}

.borde-der {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.borde-izq {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.allElementsFilled {
	background-color: #51ffa6 !important;
}

.form__group {
	position: relative;
	padding: 15px 0 0;
	margin-top: 10px;
	width: 50%;
}

.form__field {
	font-family: inherit;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #9b9b9b;
	outline: 0;
	font-size: 1.3rem;
	color: #fff;
	padding: 7px 0;
	background: transparent;
	transition: border-color 0.2s;
}

.form__field::placeholder {
	color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
	font-size: 1.3rem;
	cursor: text;
	top: 20px;
}

.form__label {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 1rem;
	color: #9b9b9b;
}

.form__field:focus {
	padding-bottom: 6px;
	font-weight: 700;
	border-width: 3px;
	border-image: linear-gradient(to right, #11998e, #38ef7d);
	border-image-slice: 1;
}

.form__field:focus ~ .form__label {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 1rem;
	color: #11998e;
	font-weight: 700;
}

/* reset input */
.form__field:required, .form__field:invalid {
	box-shadow: none;
}

.form__description {
	font-size: 1rem;
}

.backbutton, .cartbutton {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
}

.neurobutton {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(120deg, #343A4F, #0F1620);
	color: white;
}

.neurobutton:hover {
	background-image: linear-gradient(90deg, #489be2, #0f629c);
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: inset 3px 4px 5px 0px rgba(197, 197, 197, 0.1), inset 3px 6px 6px 5px rgba(78, 77, 77, 0.1), -2px -2px 8px 2px rgba(255, 255, 255, 0.1), 2px 2px 6px 3px rgba(0, 0, 0, 0.4);
}

.delete_award_catedra:hover {
	background-color: red;
	cursor: pointer;
}

.delete_award_catedra {
	margin-left: 5px;
}

.awards_catedra {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.papelera_container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.awards_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.premio_container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.a-box {
	display: inline-block;
	text-align: center;
}

.img-container {
	height: 230px;
	width: 200px;
	overflow: hidden;
	border-radius: 0px 0px 20px 20px;
	display: inline-block;
}

.img-container img {
	height: 250px;
	margin: -35px -70px 0px -70px;
}

.text-container {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	padding: 120px 20px 20px 20px;
	border-radius: 20px;
	background: #fff;
	margin: -120px 0px 0px 0px;
	line-height: 19px;
	font-size: 14px;
}

.text-container h3 {
	margin: 20px 0px 10px 0px;
	color: #04bcff;
	font-size: 18px;
}

.card-catedra {
	border-radius: 15px;
}

.outline-catedratel-blanco:not(:hover) {
	background-color: white;
  /* Change the background color to white when the button is not being hovered over */;
}