
html {
	font-family: "Roboto", sans-serif;
}

body {
	background: #fafafa;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0px auto;
}

h1 {
	text-align: center;
	font-weight: 300;
}

a {
	text-decoration: none;
}

hr {
	border-top: 1px solid #DDD;
	border-bottom: 0;
}

#app
{
	height: 100%;
}

.entry-heading {
	font-weight: 300;
	font-size: 1.5em;
}

.single-line-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #FFF;
	color: #020202;
	border-radius: 8px;
	width: 100%;
	max-width: 545px;
	height: 2em;
	margin: 1em auto;
	display: block;
	font-size: 1.2em;
	padding: 0 1em;
	box-sizing: border-box;
	border: 1px solid #F0F0F0;
}

.multi-line-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #FFF;
	color: #020202;
	border-radius: 8px;
	width: 100%;
	max-width: 545px;
	height: 15em;
	margin: 1em auto;
	display: block;
	font-size: 1.2em;
	padding: 0.8em 1em;
	box-sizing: border-box;
	border: 1px solid #F0F0F0;
}

.image-input {
	cursor: pointer;
	width: 100%;
	background-color: #333;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	background-color: #669999;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.content {
	width: 100%;
	max-width: 545px;
	margin: 1em auto;
}

#header {
	width: 100%;
}

.flogo {
	display: block;
	margin: 0 auto; 
	max-width: 200px;
	width: 90%;
	padding-top: 1em;
}

#login {
	max-width: 545px;
	padding: 3.5em;
	margin: 2em auto 1em;
}

.radio-select-container {
	display: flex;
	flex-direction: row;
}

.radio-select-container label {
	display: block;
	flex-grow: 1;
	flex-basis: 0;
}

.radio-select-container label:nth-child(2) .radio-select {
	border-radius: 8px 0 0 8px;
	border-left: 1px solid #000;
}

.radio-select-container label:last-child .radio-select {
	border-radius: 0 8px 8px 0;
	border-right: 1px solid #000;
}

.radio-select[type="radio"] {
	display: none;
}

.radio-select {
	background: #000;
	color: #FFF;
	cursor: pointer;
	font-size: 1.2em;
	padding: 0.5em 0;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: none;
	border-right: none;
}

.radio-select[type="radio"]:checked + label .radio-select {
	background: #EEE;
	color: #000;
}

.radio-select[type="radio"]:checked:hover + label .radio-select {
	background: #DDD;
	color: #000;
}

.radio-select[type="radio"]:hover + label .radio-select {
	background: #333;
}

select {
	border: 1.5px solid rgba(48,48,47,.13);
	border-radius: 8px;
	font-size: 1.2em;
	padding: 0.5em;
	width: 100%;
	margin-bottom: 1em;
	background: #FFF;
	color: #000;
	box-sizing: border-box;
}

textarea, input[type="date"], input[type="text"], input[type="number"] {
	border: 1.5px solid rgba(48,48,47,.13);
	border-radius: 8px;
	font-size: 1.2em;
	height: 1.5em;
	padding: 0.5em 0;
	width: 100%;
	margin-bottom: 1em;
	background: #FFF;
	color: #000;
	text-indent: 0.5em;
}

textarea {
	height: auto;
	max-width: 100%;
	min-width: 100%;
	text-indent: 0;
	padding: 0.5em;
	box-sizing: border-box;
}

.login-form input[type="text"], .login-form input[type="password"] {
	border: 1.5px solid rgba(48,48,47,.13);
	border-radius: 8px;
	font-size: 1.2em;
	height: 1.5em;
	padding: 0.3rem;
	width: 98%;
	margin-bottom: 1em;
	background: #FFF;
	color: #000;
	text-indent: 0.5em;
}

.button {
	background: #000;
	border: none;
	border-radius: 8px;
	color: #FFF;
	cursor: pointer;
	display: block;
	height: 2em;
	font-size: 1.2em;
}

.btn-small {
	min-width: 50%;
	margin: 0 auto;
}

.btn-wide {
	width: 100%;
	max-width: 545px;
	height: 2em;
	margin: 1em auto;
}

.button:hover{
	background: #666;
} 

.logging-in{
	background: #eee;
	color: #666;
	cursor: initial;
}

.logging-in:hover{
	background-color: #eee;
}

#disclaimer{
	margin: 0 auto; 
	max-width: 300px;
	width: 90%;
	padding-top: 1em;
	text-align: center;
}

div#mheader {
	height: auto;
	max-height: 80px;
	width: 100%;
	background-image: linear-gradient(#fff, #e2e0e0);
	box-shadow: 0px 0px 10px #888888;
}

.mlogo {
	display: block;
	height: 100px;
	background-position: center center;
	background-size: contain;
	box-sizing: border-box;
	background-repeat: no-repeat;
	margin: 1em auto 4em;
}

.elogo {
	display: block;
	margin: 0 auto; 
	max-width: 100px;
	width: 90%; 
	padding-top: 1em;
	padding-bottom: 1em;

}

div#appblock {
	width: 85%;
	max-width:545px;
	margin: 2em auto 5em auto;
}

.menu-block
{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.alogo {
	position: relative;
	display: inline-block;
	padding: 1em;
	width: 200px;
	height: 120px;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
	background-position: center top;
	background-size: contain;
	background-color: #fff;
	background-repeat: no-repeat;
	margin: 0.5em;
	overflow: hidden;
}

.aimg {
	position: absolute;
	top: 0;
	bottom: 20px;
	left: 0;
	right: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.atitle {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	text-align: center;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: lighter;
	display: flex;
	align-items: center;
	background: #f0f0f0;
}

.atitle p {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.preview-container {
	position: relative;
}

.prew {
	width: 100%;
	background-color: #333;
}

.asset-list {
	width: 100%;
}

.preview-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	transition: 200ms;
}

.cssload-container {
	width: 100%;
	height: 49px;
	text-align: center;
}

.cssload-speeding-wheel {
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border: 5px solid rgb(255,255,255);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}

.page-spinner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	transition: 200ms;
}

.spinner-container {
	width: 100%;
	height: 49px;
	text-align: center;
}

.spinner-wheel-dark {
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border: 5px solid rgb(0,0,0);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
