/* Styles for the site setup view */
.cdmu-site-setup fieldset {
	margin-bottom: 0.5em;
}
.cdmu-site-setup-url-details {
	margin-top: 1em;
}

/* Styles for the export classes view */
.cdmu-export-classes-program {
	width: 49%;
}
.cdmu-export-classes-course {
	width: 49%;
	margin-right: -10px;
}

/* Styles for the field mappings view */
.cdmu-field-mappings .cdmu-attribute {
	width: 50%;
}
.cdmu-field-mappings-program {
	width: 49%;
}
.cdmu-field-mappings-course {
	width: 49%;
	margin-right: -10px;
}
.cdmu hr {
	border-top-color: #C7C8C0;
}

.always-default .hidden-if-always-default {
	display: none;
}


/* Styles for the export filter view */
.cdmu-export-filter .cdmu-attribute {
	width: 100%;
}
.cdmu-export-filter .cdmu-filter-value {
	width: 100%;
}
.cdmu-export-filter-program {
	width: 49%;
}
.cdmu-export-filter-course {
	width: 49%;
	margin-right: -10px;
}
.cdmu-export-filter td.attribute {
	width: 45%;
}
.cdmu-export-filter td.value {
	width: 45%;
}
.cdmu-export-filter-class {
	margin-bottom: 10px;
}
.cdmu-export-filter .cdmu-filter-main-node-only {
	float: right;
}
.cdmu-export-filter .cdmu-filter-main-node-only label {
	padding: 0 2px;
}
.cdmu-export-filter .cdmu-filter-main-node-only input {
	margin: 0;
	vertical-align: bottom;
	position: relative;
	bottom: 1px;
	right: 1px;
}


/* styles for the export status display */
.completion-bar {
	width: 500px;
	position: relative;
	height: 16px;
	background-color: #F0F0F0;
	padding: 0;
	margin: 1px;
	border: 1px solid #404040
}
.completion-bar div {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
}
.completion-bar .completion-color {
	background-color: #B0B0FF;
}
.completion-bar .completion-text {
	width: 500px;
	text-align: center;
}

