html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-weight: 500;
	min-width: 800px;
	min-height: 400px;
}

button {
	color: black;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-weight: 500;
}

input {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-weight: 500;
}

@font-face {
    font-family: 'porsche';
	src: url('fonts/porsche.eot');
    src: url('fonts/porsche.eot?#iefix') format('embedded-opentype'),
		url('fonts/porsche.woff') format('woff'),
		url('fonts/porsche.ttf')  format('truetype'),
		url('fonts/porsche.svg#svgFontName') format('svg');
}

h1 {
	width: 100%;
	text-align: center;
	font-family: 'porsche';
	background: linear-gradient(#ff0000, #cc0000);
	background-clip: text;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
	padding: 25px 0;
	margin: auto 0;
}

#main {
	display: flex;
	height: 100%;
	width: 100%;
}

#left {
	width: 75%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

#right {
	display: flex;
	height: 100%;
	width: 25%;
	background-image: linear-gradient(#ff0000, #990000);
	justify-content: center;
	align-items: center;
}

#box_login {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

::placeholder {
	color: white;
	opacity: 1;
}

::-ms-input-placerholder {
	color: white;
}

#username {
	outline: none;
	margin: 15px 0;
	border: none;
	background: none;
	border-bottom: white solid 2px;
	color: white;
}

#password {
	margin: 0 0 15px 0;
	outline: none;
	border: none;
	background: none;
	border-bottom: white solid 2px;
	color: white;
}

#title_login {
	font-size: 25px;
	font-weight: bold;
	color: white;
	font-family: 'porsche';
	margin: 5px 0;
}

#forgotbox_login {
	position: absolute;
	bottom: 5%;
}

#forgot_login {
	margin-top: 5px;
	font-size: 10px;
	color: white;
	text-decoration: underline;
	cursor: pointer;
	height: 100%;
}

.button1 {
	padding: 4px;
	border: white solid 2px;
	border-radius: 2px;
	background-color: white;
	font-family: 'porsche';
	color: #cc0000;
	font-size: 15px;
	margin: 5px;
	cursor: pointer;
}

.button0 {
	padding: 4px;
	border: white solid 2px;
	border-radius: 2px;
	background-color: white;
	font-family: 'porsche';
	color: #990000;
	font-size: 15px;
	cursor: pointer;
	width: 100%;
}

.button3 {
	padding: 4px;
	border: white solid 2px;
	border-radius: 2px;
	background-color: #990000;
	font-family: 'porsche';
	color: white;
	font-size: 15px;
	cursor: pointer;
	width: 100%;
}

#buttons_profile {
	table-layout: fixed;
	margin: 0 15px;
}

#buttons_profile td {
	width: 50%;
	padding: 5px;
}

#picbox1 {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

#pic1 {
	flex-grow: 0;
	min-width: 100%;
	min-height: 100%;
}

@keyframes fade_out {
	100% {opacity: 0}
}

@keyframes fade_in {
	0% {opacity: 0}
	100% {opacity: 1}
}

@keyframes right_shrink {
	25% {width: 25%}
	100% {width: 0%}
}

@keyframes left_expand {
	25% {width: 75%}
	100% {width: 100%}
}

@keyframes right_expand {
	0% {width: 0%}
	25% {width: 0%}
	100% {width: 25%}
}

@keyframes left_shrink {
	0% {width: 100%}
	25% {width: 100%}
	100% {width: 75%}
}

@keyframes slide_up1 {
	0% {bottom: 0%}
	100% {bottom: 100%}
}

@keyframes slide_up2 {
	0% {bottom: -100%}
	100% {bottom: 0%}
}

@keyframes slide_down1 {
	0% {bottom: 0%}
	100% {bottom: -100%}
}

@keyframes slide_down2 {
	0% {bottom: 100%}
	100% {bottom: 0%}
}

@keyframes slide_right1 {
	0% {left: 0%}
	100% {left: 100%}
}

@keyframes slide_right2 {
	0% {left: -100%}
	100% {left: 0%}
}

@keyframes slide_left1 {
	0% {left: 0%}
	100% {left: -100%}
}

@keyframes slide_left2 {
	0% {left: 100%}
	100% {left: 0%}
}

#box1 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

#box1 > * {
	pointer-events: auto;
}

#table1 {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	position: relative;
}

.button2 {
	padding: 20px 0;
	border: none;
	border-radius: 4px;
	background-color: white;
	font-family: 'porsche';
	color: #cc0000;
	font-size: 25px;
	margin: 20px 0;
	cursor: pointer;
	width: 80%;
	word-wrap: break-word;
}

#button_profile {
	padding: 20px;
	border: none;
	border-radius: 4px;
	background: linear-gradient(#ff0000, #cc0000);
	font-family: 'porsche';
	color: white;
	font-size: 25px;
	margin: 20px 0;
	cursor: pointer;
	width: 94%;
}

#profile {
	position: relative;
	bottom: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 90%;
	min-width: 400px;
	max-height: 100%;
}

#table_profile {
	background: linear-gradient(#ff0000, #990000);
	color: white;
	width: 100%;
}

.td1 {
	padding: 0 10px 0 20px;
	width: 20%;
}

.td2 {
	padding: 0 25px 0 10px;
}

#table_profile input {
	outline: none;
	width: 100%;
	border: none;
	background: none;
	border-bottom: white solid 2px;
	color: white;
}

#title_profile {
	padding: 20px 0;
	font-family: 'porsche';
	font-size: 25px;
	text-align: center;
	background: #ff0000;
	color: white;
	border-radius: 4px 4px 0 0;
	width: 100%;
}

#button_bottom_profile {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	border-radius: 0 0 4px 4px;
	background: #990000;
	padding: 15px 0;
}

.button_bottom1 {
	text-align: center;
	width: 100%;
	border-radius: 0 0 4px 4px;
	background: white;
	padding: 5px 0 10px 0;
}

#table_courses {
	background-color: white;
	border-collapse: collapse;
	width: 100%;
}

#table_trackdays {
	background-color: white;
	border-collapse: collapse;
	width: 100%;
}

#table_subscriptions {
	background-color: white;
	border-collapse: collapse;
	width: 100%;
}

.title1 {
	padding: 20px 0;
	font-family: 'porsche';
	font-size: 25px;
	text-align: center;
	background: linear-gradient(#ff0000, #cc0000);
	color: white;
	border-radius: 4px 4px 0 0;
	width: 100%;
}

.td3 {
	padding: 10px 10px 10px 20px;
	border-bottom: #8c8c8c solid 2px;
}

.td3_bottom {
	padding: 10px 10px 10px 20px;
}

.td4 {
	padding: 10px;
	border-bottom: #8c8c8c solid 2px;
}

.td4_bottom {
	padding: 10px;
}

.td5 {
	padding: 10px 20px 10px 10px;
	text-align: center;
	min-width: 150px;
	border-bottom: #8c8c8c solid 2px;
}

.td5_bottom {
	padding: 10px 20px 10px 10px;
	text-align: center;
	min-width: 150px;
}

.td6 {
	padding: 10px 10px 10px 20px;
	white-space: nowrap;
	font-weight: bold;
	border-bottom: #8c8c8c solid 2px;
}

.td6_bottom {
	padding: 10px 10px 10px 20px;
	white-space: nowrap;
	font-weight: bold;
}

.td7 {
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
}

.course_title {
	white-space: nowrap;
	font-weight: bold;
	padding-bottom: 10px;
}

.course_date {
	white-space: pre;
}

.course_users {
	white-space: nowrap;
	padding-top: 10px;
}

#courses {
	position: relative;
	left: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 90%;
	max-height: 100%;
}

#trackdays {
	position: relative;
	bottom: -100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 90%;
	max-height: 100%;
}

#subscriptions {
	position: relative;
	left: -100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 90%;
	max-height: 100%;
}

.scrollbox {
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}

.scrollbox::-webkit-scrollbar {
	width: 7px;
}

.scrollbox::-webkit-scrollbar-track {
	background: #f2f2f2;
}

.scrollbox::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #8c8c8c;
}

.button5 {
	padding: 4px;
	border: none;
	border-bottom: black solid 2px;
	background-color: white;
	margin: 5px 0;
	cursor: pointer;
	font-size: inherit;
	display: inline-block;
	width: 100%;
}

.button6 {
	padding: 4px;
	border: none;
	border-bottom: black dotted 2px;
	background-color: white;
	margin: 5px 0;
	font-size: inherit;
	display: inline-block;
	width: 100%;
}

.button7 {
	padding: 4px;
	border: none;
	border-radius: 2px;
	color: white;
	background-color: #8c8c8c;
	margin: 5px 0;
	font-size: inherit;
	display: inline-block;
	width: 100%;
}

.button8 {
	padding: 4px;
	border: none;
	border-radius: 2px;
	color: white;
	background-color: green;
	margin: 5px 0;
	font-size: inherit;
	display: inline-block;
	width: 100%;
}

.button9 {
	padding: 4px;
	border: black solid 2px;
	border-radius: 2px;
	background-color: white;
	margin: 5px 0;
	font-size: inherit;
	display: inline-block;
	cursor: pointer;
	width: 100%;
}

.license_plates {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: black solid 2px;
	border-radius: 2px;
}

.license_plates_title {
	font-weight: bold;
	margin: 5px 0;
	width: 100%;
}

#shadow_box {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	opacity: 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: rgba(128, 128, 128, 0.5);
}

#box2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 50%;
}

#message {
	padding: 10px 20px;
	background: white;
}

#logo {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
