.login-page {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
}

#screensDataTable tbody tr:hover {
	cursor: pointer;
}


@keyframes spinner {
	to {transform: rotate(360deg);}
}

/* Sticky navbar & left menu */
#accordionSidebar {
	z-index: 1500;
}
#content-wrapper {
	height: 100vh;
}
#content > .container-fluid {
	padding-top: 90px;
}

#alertContainer {
	position: fixed;
	width: 280px;
	right: 20px;
	top: 20px;
	z-index: 50;
}
#alertContainer.alertWithNavbar {
	padding-top: 75px;
}
#toastContainer .toast {
	position: absolute;
	top: 0;
	right: 0;
}
.card-footer-form {
	z-index: 110;
}

#myTab {
	position: relative;
	top: 17px;
}
#myTab button {
	border-radius: 0;
}
#myTab .nav-item:first-child button {
	border-top-left-radius: 0.35rem;
}
#myTab .nav-item:last-child button {
	border-top-right-radius: 0.35rem;
}
#myTab button .badge {
	border-radius: 20px;
	margin-left: 10px;
	display: none;
}

.elem-screen-form, .elem-screen-event, #elem-screen-noevent {
	display: none;
}
#spinnerLoadForm .spinner-border, #spinnerLoadEvents .spinner-border {
	width: 5rem;
	height: 5rem;
}

.card-header {
	border-radius: 0.35rem 0.35rem 0 0;
}
.card-footer {
	border-radius: 0 0 0.35rem 0.35rem;
}

.alert-danger:hover {
	cursor: pointer;
}


#submittingVeil {
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: 5000;
	background-color: #2b35405c;
	align-content: center;
	display: none;
}
#submittingVeilCenter {
	margin: auto;
}
#submittingVeil .spinner-border {
	width: 5rem;
	height: 5rem;
	color: #FFF !important;
	border: 0.50em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
}
#submittingVeilText {
	color: #FFF;
	font-weight: bold;
	font-size: 50px;
}

.toSpin {
	animation: spinner .6s linear infinite;
}

.form-group .fa-duotone {
	display: none;
	height: 16px;
	position: relative;
	left: 15px;
	top: 9px;
}
.form-group.loading .fa-duotone {
	display: block;
}
.form-group.loading {
	padding-right: calc(1.5rem - 16px) !important;
}

#invalidLoginPassword {
	text-align: center;
	margin-top: 15px;
}

.form-group-invalid .invalid-feedback {
	display: block;
}
.form-group.required label::after {
	content: ' *';
	color: #e74a3b;
}


.timeline-info {
	padding-bottom: 20px;
}
.timeline-sub-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.timeline-sub-list li {
	padding-left: 1em; 
	text-indent: -.7em;
}
.timeline-sub-list li::before {
	content: "• ";
	color: #858796;
}

li.timeline-delete::before {
	color: #e74a3b;
}
li.timeline-update::before {
	color: #f6c23e;
}
li.timeline-create::before {
	color: #1cc88a;
}

#btnLoginSpinner {
	display: none;
}
#btnLoginSpinner i {
	font-size: 1.2em;
}

#invalidTokenText {
	margin-top: 30px;
}