/* CSS Document */

/* Form styles */
div.formrow {
	clear: both;
	margin: 0.5em 0;
	padding: 0 0.5em;
}

div.label {
	float: left;
	width: 30%;
}

div.element {
	float: right;
	width: 68%;
}

div.buttons {
	border-bottom: 1px dotted #C9C9C9;
	border-top: 1px dotted #C9C9C9;
	padding: 0.5em;
}

.notVisible {
	visibility: hidden !important;
	width: 0px !important;
	height: 0px !important;
	padding: 0 !important;
	border: 0 !important;
}

.pstrength-minchar {
	font-size: 10px;
}

.actions {
	float: right;
}

#title {
	font-weight: bold;
	padding: 5px 5px 5px 5px !important;
	background-color: #f1f1f1;
}

#title.label {
	font-weight: normal;
	padding: 0;
}

td.subtitle {
	font-weight: bold;
}

.title {
	font-weight: bold;
	background-color: #f1f1f1;
}

.country_title {
	font-weight: bold;
	padding: 5px 0 5px 0;
	background-color: #E4E4E4;
}

.host_institution,
.country_dates {
	padding: 0 0 10px 0;
	overflow: hidden;
}

.country_dates.is-empty .add_dates_child {
	display: none;
}

#application_div fieldset {
	border: none;
	background: none;
}

/* Steps */
.step_name {
	font-size: 20px;
	margin: 0px;
	padding: 20px 0px;
	color: #f26522;
	font-weight: normal;
	display: none;
}

.step_name {
	font-size: 20px;
	color: #f26522;
	font-weight: normal;
}

p#step1commands {
	overflow: hidden;
	width: 100%;
}

p#step0commands {
	overflow: hidden;
	width: 100%;
}

p#step2commands {
	overflow: hidden;
	width: 100%;
}

p#step3commands {
	overflow: hidden;
	width: 100%;
}

p#step4commands {
	overflow: hidden;
	width: 100%;
}

p#step5commands {
	overflow: hidden;
	width: 100%;
}

p#step6commands {
	overflow: hidden;
	width: 100%;
}

p#step7commands {
	overflow: hidden;
	width: 100%;
}

.prev {
	float: left;
}

.next {
	float: right;
}

#save_commands {
	margin: 25px 10px;
	text-decoration: none;
	text-align: center;
}

.save {}

.save_for {}

#makeWizard {
	background-color: #b0232a;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 18px;
}

#makeWizard:hover {
	background-color: #000;
}

div.list-footer {
	margin: 0 0 30px 0;
}

table#add_table td.title {
	background: none;
}

table#add_table img.decision {
	position: absolute;
	margin-left: 5px;
}

table#add_table .title {
	width: 25%;
}

.grey_title {
	background: #dfdfdf;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}

.loading_upload {
	background-image: url("../js/uploader/loading.gif");
	background-repeat: no-repeat;
	padding-left: 17px;
	height: 15px;
	width: 142px;
}

div.progress_bar {
	border: 1px solid #ccc;
	width: 150px;
	margin: 2px 5px 2px 0;
	padding: 1px;
	float: left;
	background: white;
}

div.progress_bar .bar {
	background-color: #ACE97C;
	height: 12px
}

.swfupload-control {
	text-align: left;
	height: 20px;
}

.swfupload {
	cursor: hand;
}

.latest {
	min-width: 150px;
}

tr.receipt_row {
	border-bottom: 1px dashed #CCC;
	height: 62px;
}

/* General typhography */
.subtitle {
	margin: 0 0 1em 0;
	padding: 0.5em;
	background: #f1f1f1;
	font-weight: bold;
}

/* Tips and notes */
.note {
	background: none repeat scroll 0 0 #FDFDE4;
	border: 1px solid #D4D5AA;
	clear: both;
	color: #000000;
	font-size: 0.9em;
	margin: 0.5em 0;
	padding: 0.5em;
}

/* Developer styles */
.devnote {
	border: 2px dashed #ff0000;
	padding: 0.5em;
	margin: 0 0 1em 0;
}

/* Buttons row */
div.addnewapp {
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 1em 0;
	border-top: 1px dotted #E6EBF1;
	border-bottom: 1px dotted #E6EBF1;
}

table td.tl {
	text-align: left;
}

table td.tr {
	text-align: right;
}

table td.tl input.button {
	margin: 0 0.5em 0 0;
}

table td.tr input.button {
	margin: 0 0 0 0.5em;
}

table.separate {
	border-collapse: separate;
	border-spacing: 1px;
}

.story-form {
	background-color: #F9F9F9;
	margin: 0 0 1em 0;
	padding: 0.5em;
}

@media print {
	.hidden-print {
		display: none !important;
	}
}