* {
	box-sizing: border-box;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #49505a;
	font-size: 14px;
	line-height: 1.42857143;
}

#hidden {
	display: none;
}

#buckets label
{
	display: inline-block;
	width: 100%;
}

#curtain {
	display: none;
	position: fixed;

	top: 0;
	left: 0;
	z-index: 1000;

	width: 99.6%;
	height: 99.6%;

	padding: 5% 0;

	background-color: rgba(255, 255, 255, 0.9);

	font-size: 24px;
	color: #006;
	text-align: center;
}

#control p.half {
	width: 50%;
	display: inline-block;
}
#control p.half:first-child {
	padding-right: 20px;
}
#control p.half:not(:last-child) {
	float: left;
}
#control ul {
	padding-left: 20px;
}

#info {
	clear: both;
}
.tab-content {
	padding: 10px;
}


.note {
	font-size: smaller;
	font-style: italic;
}


#info .message {
	font-weight: bold;
	margin-bottom: 10px;
}

#times {
	display: none;
	/*position: fixed;*/

	top: 50%;
	left: 0;
	z-index: 1001;

	width: 100%;
}
#times .start {
}
#times .start:before {
	content: "- ";
}
#times .end {
}
#times .diff {
	border-top: 1px solid #999;
}
#report {
	display: none;

	font-size: 16px;
}

.tries {
	display: none;
}
.tries.active {
	display: block;
}

.notes {
	width: 36%;
	margin: 0 auto;
	text-align: left;
}

.progress {
	margin: 10px auto 0;
	border: 1px solid #030;
	border-radius: 10px;

	font-size: 14px;
	clear: both;

	opacity: 0;

	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
	transition: opacity 1s linear;

	overflow: hidden;

	width: 50%;
}
.progress.loading {
	opacity: 1.0;
}

.progress .percent {
	background-color: #090;
	height: auto;
	width: 0;

	border-radius: 10px;

	text-shadow: -1px -1px 1px #090, 1px -1px 1px #090, 1px 1px 1px #090, -1px 1px 1px #090;
	color: #fff;

	line-height: 1.2em;
	padding: 1px 0 2px;

	-moz-transition: width 1s linear;
	-o-transition: width 1s linear;
	-webkit-transition: width 1s linear;
	transition: width 1s linear;
}

input[type=file] {
	background-color: #428bca;
	color: #fff;
	border: 1px solid #428bca;
	padding: 8px 8px 30px;
}


/* Below this is APT styles */

[id=MyAPTHeader] {
	display: block;
	position: relative;
	top: 0;
	left: 0;

	height: 115px;
	min-height: 100px;
	width: 100%;

	margin: 0 0 10px;
	background-color: #fff;
	padding: 0;

	transition: all ease 0.6s;
}
[id=MyAPTHeader] > #logo {
	float: none;
	margin: 21px 0;
	text-align: center;
	transition: all ease 1s;
	opacity: 1;
	z-index: 900;
	background-color: #fff;
}
[id=MyAPTHeader] > #logo img {
	width: 291px;
	height: auto;
	vertical-align: middle;
	border: 0;
}

section.main-content {
	margin: 0 auto;
	max-width: 800px;
	width: 80%;
}


footer {
	display: block;
	padding: 10px;
	background: #fff;
	min-height: 80px;
}

#footer {
	width: 100%;
	margin: auto;
	padding-bottom: 35px;
	margin-top: 65px;
}

#footer .container_12 {
	max-width: 1010px;
	margin: auto;
}

#footer .lineLeft {
	margin-left: 20px;
	border-left: 1px solid #ccc;
	padding-left: 60px;
}

#footer .lineLeft div:not(:last-child) {
	margin-right: 50px;
}

#footer .left div {
	margin-right: 50px;
}

#footer ul {
	margin: -4px 0 10px -23px;
}


#siteNotice {
	top: 300px;
	left: 200px;
	z-index: 2000;
	display: none;
	width: 450px;
	height: 100px;
	padding: 15px;
	border-style: solid;
	border-width: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	background: #bbbbbb;
	position: absolute;
}


/* Classes */
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
	font-style: italic;
}


/* Elements */
a:hover,
a:focus {
	color: #49505a;
	text-decoration: none;
}
a,
a:visited {
	color: #428bca;
	white-space: normal !important;
}

