html {
	height: 100%;
	zoom: 1;
}
body {
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	background: #ededed;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
textarea {
	height: 320px;
	width: 96%;
	margin: auto;
	display: block;
	border: none;
	resize: none;
	background: #ededed;
	outline: none;
	opacity: .6;
}
input[type="text"], select {
	transition: .1s linear;
	text-align: center;
	border: none;
	border: 2px solid #efefef;
	width: 80%;
	display: block;
	height: 30px;
	padding: 5px 20px;
	margin: 0 auto;
}
input[type="text"]:focus, select:focus {
	outline: none;
	border: 2px solid #f45c42;
	-webkit-box-shadow: 1px 1px 13px 0px #f45c42;
	-moz-box-shadow: 1px 1px 13px 0px #f45c42;
	box-shadow: 1px 1px 13px 0px #f45c42;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset, 1px 1px 13px 0px #f45c42;
}
button:focus {
	outline: 0;
}
input:checked + .slider {
	background-color: #f45c42;
}
input:focus + .slider {
	box-shadow: 0 0 1px #f45c42;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.container {
	position: relative;
	height: 94%;
}
.pageHeader {
	color: #f45c42;
	background: #fff;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
	width: 100%;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 3em;
	margin: 0;
	padding:0 0 10px 0;
	border-bottom: 2px solid #f45c42;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(244, 92, 66, 0.45);
	-moz-box-shadow: 0px 4px 5px 0px rgba(244, 92, 66, 0.45);
	box-shadow: 0px 4px 5px 0px rgba(244, 92, 66, 0.45);
}
.content {
	background: #fff;
	width: 100%;
	max-width: 700px;
	margin: 30px auto;
	padding: 0;
}
.mask {
	position: absolute;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sectionHeader {
	font-size: 20px;
	background: #f45c42;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
}
.innerContent {
	height: 100%;
	width: 100%;
}
.innerContent p {
	padding: 1px 25px;
	margin: 10px 0;
}
.button {
	display: inline-block;
	padding: 10px;
	background: #f45c42;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #f45c42;
	margin: 10px 0;
}
.button:hover {
	background: #b74633;
	border: 1px solid #b74633;
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	vertical-align: middle;
	margin-left: 10%;
	margin-bottom: 10px;
}
.switch input {
	display: none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.hidden {
	display: none;
}
.preview {
	width: 100%;
	padding: 3px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 5px;
	font-size: 22px;
}
.preview div,
.preview img {
	display: inline;
	vertical-align: middle;
}
.preview div {
	border-right: 1px solid #ededed;
	padding-right: 4px;
}
.input-label {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 2px;
}
.centre {
	text-align: center;
}
.btn {
	background: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 18px;
	transition: .2s linear;
	padding: 2px;
	margin: 20px auto;
	display: block;
	width: 200px;
	height: 40px;
}
.btn-primary {
	border: 1px solid #f45c42;
	color: #f45c42;
}
.btn-primary:hover {
	background: #f45c42;
	color: #fff;
}
.btn-inline {
	display: inline-block;
}
.shadow {
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3);
}
.footer {
	height: 40px;
	padding: 10px 0;
	text-align: center;
	background: #191919;
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.63);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.63);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.63);
}
#drop-area {
	border: 2px dashed #ccc;
	border-radius: 20px;
	width: 98%;
	height: 200px;
	text-align: center;
	margin: 20px auto;
	padding: 100px 20px;
	font-size: 30px;
}
#drop-area.highlight {
	border-color:  #f45c42;
}
#fileElem {
	display: none;
}
#settingsToggleText {
	display: inline;
}
#colorParent {
	width: 80%;
	margin: 0 auto;
	height: 30px;
	border: 1px solid #efefef;
	text-align: center;
}
