body {
	font-family:"Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:1.4;
	color:#555;
	margin:0;
}

form {
	margin:0;
	padding:0;
}

h1 {
	font-size:2.4rem;
	text-align:center;
	color:#333;
	padding:24px 0;
}
h2 {
	font-size:1.3rem;
	margin:0 0 8px 0;
	color:#333;
}

td {
	vertical-align:top;
}

img {
	border:none;
}

button {
	font-size:1.1rem;
	font-weight:bold;
	color:#fff;
	border-radius:5px;
	padding:8px 16px;
	background-color:#8dc63f;
	border:1px solid #7cb52e;
	cursor:pointer;
}
button.buttonBack {
	background-color:#888;
	border:1px solid #777;
}
button.buttonUpload {
	font-size:.9rem;
	background-color:#2ad;
	border:1px solid #19c;
	border-radius:4px;
	padding:4px 8px;
}
button.buttonRemove {
	font-size:.9rem;
	background-color:#c00;
	border:1px solid #b00;
	border-radius:4px;
	padding:4px 8px;
}

input[type="file"] {
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:4px;
	font-size:.9rem;
}
input:focus, select:focus:active {
	background-color:#ffc;
}
input {
	background-color:#eee;
}

.print-header, .print-footer {
	display:none;
}

.page-header {
	background-color:#00aeef;
	height:52px;
	padding:4px 0 4px 30px;
}

.page-header img {
	height:44px;
	width:auto;
}
.page-header-subject {
	float:right;
	font-size:2.4rem;
	margin:-2px 30px 0 0;
	color:#000;
	font-family:Impact, Charcoal, sans-serif;
}

.page-footer {
	margin:0 10%;
	text-align:center;
	margin-top:16px;
	padding:24px 0 48px 0;
	border-top:1px dotted #ccc;
	font-size:.8rem;
}

.formnote {
	color:#777;
	font-size:.7rem;
	text-align:center;
	margin:96px 0 0 0;
	padding:0;
}

.page-action {
	text-align:center;
	margin-top:36px;
}

#job-list, #submission {
	margin-top:36px;
	padding-top:4px;
	border-top:2px solid #ddd;
}

.job-entry, .job-section {
	margin:16px 0 48px 0;
}

.job-title {
	font-weight:bold;
	font-size:1.2rem;
	margin:0;
	padding:0;
}
.job-title p {
	margin:0;
}

.job-desc, .job-section-desc {
	font-size:1rem;
	margin:0;
	padding:0;
}
.job-desc p, .job-section-desc p {
	margin:2px 0 14px 0;
}

#breadcrumbs {
	padding:16px 0;
}

#errorMessage, .errorText {
	font-weight:bold;
	font-size:1.1rem;
	color:#c00;
	display:none;
}


.section {
	margin-top:400px;
}
.section-first {
	margin-top:24px;
}

.section-bar {
	width:100%;
	background-color:#ccc;
	color:#000;
	font-weight:bold;
	padding:6px 12px;
	font-size:1.06rem;
	border-radius:4px;
	text-transform: uppercase;
	margin-top:16px;
}

.section-body {
	padding:12px 0 24px 0;
	font-size:1rem;
}

.section-body-files {
	padding:4px 0 12px 0;
	font-size:1rem;
}

#jobForm > td {
	padding:16px;
}

.inputText {
	background-color:#eee;
	height:24px;
	border:1px solid #ccc;
}

.inputText:focus {
	background-color:#ffc;
}
.inputText {
	background-color:#eee;
}

.inputXLarge {
	width:508px;
}
.inputLarge {
	width:300px;
}
.inputMedium {
	width:200px;
}
.inputSmall {
	width:100px;
}
.inputMini {
	width:50px;
}
.inputTiny {
	width:16px;
}

.textLeft {
	text-align:left;
}
.textCenter {
	text-align:center;
}
.textRight {
	text-align:right;
}

.textNote {
	color:#777;
}

.textMini {
	font-size:.7rem;
}

.labelMini {
	margin-bottom:.3em;
}

.textWhite {
	color:#fff;
}
.textGreen {
	color:#8dc63f;
}
.req {
	color:#c00;
	font-weight:bold;
}

.textInflated {
	font-size:1.4rem;
}
.textAbout {
	font-size:1rem;
	margin:48px 0 0 0;
	color:#555;
	padding:12px;
	border:2px solid #00aeef;
}

.disabledSection {
    pointer-events: none;
    opacity: 0.25;
}

.spacer16 {
	width:16px;
	height:16px;
}
.spacer200 {
	width:200px;
	height:200px;
}
.spacer400 {
	width:400px;
	height:400px;
}

.uploadTable {
	/*border-bottom:1px dotted #ccc;*/
}
.uploadTable td {
	vertical-align: middle;
}

.progressImg {
	margin-left:16px;
	width:22px;
	height:22px;
}

.overlay {position:fixed; width:100%; height:100%; top:0; left:0; right:0; bottom:0; background-color:#eee; z-index:100; cursor:pointer; opacity:.8;}
.loader {margin-left:50%; margin-top:200px;}
.loaderImage {display:inline-block; border:8px solid #666; border-top:8px solid #3498db; border-radius:50%; width:64px; height:64px; animation:spin 1s linear infinite;}

@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}