/* Template */
.content {
	margin-top: 10px;
}

.small {
	font-size: 10px;
}

.hideLink {
	font-family:arial;
	color:#777;
	text-decoration:none;
}

.hideLink:hover {
	font-family:arial;
	color:#333;
	text-decoration:none;
}

.equal {
	display: -webkit-flex;
	display: flex;
}

/* Dashboard */
.dashboard-center {
	width: 100%;
	height: 30vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Apps */
.apps {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px; }
.apps .apps_row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 2rem; }
.apps .apps_row .apps_row_header {
	width: 100%;
	margin-left: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	font-size: 1.5rem;
	margin-bottom: .75rem; }
.apps .apps_card {
	width: calc(50% - 10px);
	margin: 10px 0 0 10px;
	cursor: pointer;
	position: relative;
	color: inherit;
	background: #eeeeee;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	transition: all .2s; }
@media screen and (min-width: 550px) {
	.apps .apps_card {
		width: calc(33.33333% - 10px); } }
@media screen and (min-width: 768px) {
	.apps .apps_card {
		width: calc(25% - 10px); } }
@media screen and (min-width: 1080px) {
	.apps .apps_card {
		width: calc(16.66667% - 10px); } }
.apps .apps_card:hover {
	background: #bbbbbb; }
.apps .apps_card:before {
	content: "";
	display: block;
	padding-top: 100%; }
.apps .apps_card .apps_card_inner {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center; }
.apps .apps_card .apps_card_inner .apps_card_icon {
	font-size: 4rem;
	color: #333; }
@media screen and (max-width: 449px) {
	.apps .apps_card .apps_card_inner .apps_card_icon {
		font-size: 2.5rem; } }
.apps .apps_card .apps_card_inner .apps_card_label {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
	width: calc(100% - 40px);
	text-align: center;
	line-height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: calc(3rem + 5px);
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	padding-bottom: 2px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; }
.apps .apps_card .apps_card_inner .apps_card_new {
	position: absolute;
	top: 20px;
	right: -10px;
	display: block;
	padding: 5px 10px;
	height: 20px;
	width: 20px;
	background: #d7005f;
	border-radius: 10px; }
.apps .apps_card .apps_card_inner .apps_card_open {
	position: absolute;
	top: 20px;
	right: -10px;
	display: block;
	padding: 5px 10px;
	min-width: 30px;
	text-align: center;
	background: #ffb066;
	border-radius: 40%;
	color: #333;
	font-weight: bold; }

/* Switch */
.material-switch > input[type="checkbox"] {
	display: none;
}

.material-switch > label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
}

.material-switch > label::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	content: '';
	height: 16px;
	margin-top: -8px;
	position:absolute;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: 40px;
}
.material-switch > label::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content: '';
	height: 24px;
	left: -4px;
	margin-top: -8px;
	position: absolute;
	top: -4px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
	background: inherit;
	opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
	background: inherit;
	left: 20px;
}

/* Question */
.question {
	text-align: center;
}

.question p {
	font-size: 32px;
}

/* Timeline */
.timeline {
	text-align:center;
}

label#admin {
	margin-top: 15px;
}

/* Table */
.table_center {
	text-align: center;
}

/* */
.fa-6 {
	font-size: 20em;
}

/* Footer */
.footer {
	clear:left;
	margin-top:10px;
	color: #000;
	text-align:center;
	padding:10px;
}

.footer .footer-left {
	display: inline;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 10px;
	padding-left: 1em;
}

.footer .footer-center {
	display: block;
	clear: both;
	margin-top: 5em;
	margin-right: auto;
	margin-left: auto;
}

.footer .footer-right {
	display: inline;
	float: right;
	margin-left: 2.5%;
	margin-bottom: 10px;
	padding-right: 7em;
}

/* File-Input */
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}