* {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2;
}

body {
	margin: 0;
}

button:focus {
	outline: 0;
}

button:disabled {
	background-color: #9E9E9E;
}

button.topicon {
	border: 0px solid black;
	border-radius: 50%;
	background-color: #FFC107;
	padding: 5px;
	margin-right: 10px;
}

button.topicon:hover, button.topicon:active {
	box-shadow: 0px 1px 15px #757575;
}

button.menuicon {
	border: 0px solid black;
	background-color:  rgba(0, 0, 0, 0);
	padding: 5px;
	margin-right: 10px;
}

button.menuicon.click {
	
}

svg.align {
	top: .2em;
	position: relative;
}



#head {
	position: fixed;
	z-index: 100;
	font-size: 30px;
	padding: 10px;
	padding-bottom: 16px;
	padding-top: 16px;
	width: 100%;
}

#right_menu {
	float: right;
	padding-right: 10px;
}


/*

	Content

*/

#wrapper {
	overflow-y: visible;
}

#content {
	display: block;
	width: 100%;
}

button.entry {
	display: table;
	white-space: nowrap;
	border: 0px solid black;
	border-bottom: 1px solid #BDBDBD;
	border-radius: 0;
	background-color: white;
	width: 100%;
	text-align: left;
}

button.entry div {
	display: table-cell;
}

button.entry .percentage {
	margin-right: 15px;
}

button.entry .percentage p color {
	font-weight: bold;
	font-size: 20px;
	color: #673AB7;
	text-align: right;
}

button.entry p {
	margin: 8px;
	color: black;
	font-size: 20px;
}

#multi-select {
	background-color: #00BFA5;
	margin: 0;
	font-size: 20px;
}

#multi-select.selected {
	background-color: #00BCD4;
}

#multi-select:disabled {
	background-color: #9E9E9E;
}

.entry.selected {
	background-color: #B9F6CA;
}

button.normal {
	display: block;
	border: 0px solid black;
	background-color: #FFC107;
	padding: 14px;
	box-shadow: 0px 1px 5px #757575;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
	width: 100%;
}

button.normal:disabled {
	background-color: #9E9E9E;
}

input.submit {
	display: block;
	border: 0px solid black;
	background-color: #4CAF50;
	padding: 14px;
	box-shadow: 0px 1px 5px #757575;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
	width: 100%;
}

button.quiz {
	display: block;
	border: 0px solid black;
	border-bottom: 1px solid #BDBDBD;
	background-color: #FFCCBC;
	padding: 14px;
	box-shadow: 0px 1px 5px #757575;
	font-size: 25px;
	margin-top: 10px;
	color: black;
	width: 100%;
	text-align: left;
	white-space: initial;
}

button.quiz:disabled {
	background-color: #40C4FF;
}

button.quiz.correct, button.quiz.correct:disabled {
	background-color: #4CAF50;
}

button.quiz.incorrect:disabled {
	background-color: #EF5350;
}

button.bug {
	display: block;
	border: 0px solid black;
	border-bottom: 1px solid #BDBDBD;
	background-color: #E0E0E0;
	padding: 14px;
	box-shadow: 0px 1px 5px #757575;
	font-size: 25px;
	margin-top: 10px;
	color: black;
	width: 100%;
	text-align: left;
}

button.bug.selected {
	background-color: #40C4FF;
}

button#account-delete-confirm {
	background-color: #F44336;
}

button#account-delete-confirm:disabled {
	background-color: #9E9E9E;
}

h1 {
	color: #FF5722;
	text-align: left;
	font-weight: bold;
	margin: 5px;
}

h2 {
	color: #FF5722;
	text-align: left;
	margin: 5px;
}

input {
	color: black;
	padding-left: 5px;
}

input:disabled {
	background-color: #E0E0E0;
}

input.correction {
	background-color: white;
}







#loadbg {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #FF5722;
	background-color: rgba(0,0,0,0.1);
}

#load {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 32px;
	padding: 10px;
	padding-left: 45px;
	padding-right: 45px;
	white-space: nowrap;
	
}

#load * {
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}




.pagebg {
	display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255,255,255);
}

.page {
	color: black;
    position: relative;
	font-size: 32px;
	height: 100%;
	overflow-y: visible;
}

.page > * {
	width: 100%;
	left: 0;
}

.page input {
	width: 100%;
	left: 0;
}

.page * {
	font-size: 20px;
}

.page p {
	margin: 0;
	color: FF5722;
}

#learn-correct, #quiz-continue {
	display: none;
}

#browse-container div {
	width: 100%;
	border-bottom: 1px solid #BDBDBD;
	padding-bottom: 5px;
	padding-top: 10px;
}

#browse-container div p {
	margin: 5px;
	white-space: normal;
}

#menubg {
	z-index: 99;
	background-color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
}

#bugreportbg, #accountbg, #creditsbg {
	z-index: 98;
}

#credits p {
	white-space: initial;
	margin: 5px;
}

#credits p a {
	color: #FF5722;
}

#menu .option {
	display: block;
	width: 100%;
	padding: 20px;
	/*background-color: #E0E0E0;*/
	font-size: 30px;
	color: black;
	border: 0px solid black;
	border-bottom: 1px solid black;
	text-align: right;
}

.menu-info {
	position: fixed;
	bottom: 0;
	padding-bottom: 10px;
	color: white;
	text-align: center;
	white-space: initial;
}

h1.big {
	text-decoration: underline;
	font-size: 22px;
}

p.disclaimer {
	color: #607D8B;
	white-space: initial;
	margin: 5px;
}


.loading-animation {
	display: inline-block;
	border: 4px solid #FF5722;
	border-top: 4px solid #FFC107;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	animation: rotate 1s linear infinite;
}


/*

	Keyframes

*/

@keyframes rotate {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/*

	Script Info

*/
scriptinfo {
	position: fixed;
	display: none;
	width: 0;
	height: 0;
}

scriptinfo * {
	position: fixed;
	display: none;
	width: 0;
	height: 0;
}


/* Palette generated by Material Palette - materialpalette.com/deep-orange/amber */

.dark-primary-color    { background: #E64A19; }
.primary-color { background: #FF5722; }
.light-primary-color   { background: #FFCCBC; }
.text-primary-color    { color: #FFFFFF; }
.accent-color          { background: #FFC107; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #757575; }
.divider-color         { border-color: #BDBDBD; }
