body { font-size: 18px; }
#loadingMessage { color: #000; }
.sidebar-section-heading {
	font-weight: 500;
	text-transform: uppercase;
	padding: 0.75rem 1.25rem;
}
.nav-tabs {
	margin-bottom: 15px;
}
.max-width-100 {
	max-width: 100px;
}
input.form-control[type="file"] {
	height: auto;
}
.maw100 { max-width: 100px; }
.maw200 { max-width: 200px; }
.mah100 { max-height: 100px; }
.mah200 { max-height: 200px; }
.bg-image {
	position: absolute;
	background-image: url("/img/bg.jpg");
	filter: blur(8px);
	-webkit-filter: blur(8px);
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin .form-control, .form-code .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin input[type="password"] {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-signin input[type="password"], #code {
	margin-bottom: 10px;
}
.form-signin, .form-code {
	background-color: rgba(255,255,255, 0.8);
	color: white;
	font-weight: bold;
	width: 80%;
	padding: 20px;
	text-align: center;
	border-radius: 6px;
}
nav {
	background-color: rgba(255,255,255, 0.2) !important;
}
.navbar {
	border: 0px;
}
.form-code {
	margin: 0 auto;
  font-weight: normal;
}
.panel-bottom {
	position: fixed;
	bottom: 0px;
	display: none;
}
#canvas { width: 100%; }
.clearable{
	position: relative;
	display: inline-block;
	width: 100%;
}
.clearable input[type=text]{
	padding-right: 24px;
	width: 100%;
	box-sizing: border-box;
}
.clearable__clear{
	display: none;
	position: absolute;
	right:0; top:0;
	padding: 0 12px;
	font-style: normal;
	font-size: 2em;
	user-select: none;
	cursor: pointer;
	color: black;
}
.clearable input::-ms-clear {  /* Remove IE default X */
	display: none;
}

#redeemed-vouchers {
	position: absolute;
	bottom: 0;
	right: 15px;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	background-color: yellow;
	font-size: .9rem;
	font-weight: 600;
	box-shadow: 2px -2px 10px #555;
}