/* -------------------------------------------------------------------------------------------------- 
	
	* Description:		Form Styles
	* Modified:			2012-10-17
   
====[ FORMS: ]====================================================================================== */

/*---------------[ =Base (very general) styles ]---------------*/

/*****=basic form elements*****/



/***=select***/	
select.chosen {
	min-width: 250px;
	padding: 0;
	width: 100%;
}
select.uploadUpdates {
	height: auto;
	width: 100%;
}
select.full { width: 100%; }

select.wide { max-width: 330px; }


/***=label***/
/*=required label*/
label.required:after, .accessible-required {
	color: #dd0201;
	content: " *";
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	vertical-align: text-top;
}
.accessible-required[title] { border-bottom: 0; }
label.required.hide-after:after { display: none; }
label.inline { display: inline; }
    
/* To do, figure out where paragraph classes are used and why */
p.radio label,
p.checkbox label,
input[type="radio"]+label,
input[type="checkbox"]+label,
[class^="icon-"]+label {
	display: inline-block;
	line-height: 1;
	margin: 0 6px;
}	
input[type="radio"]:checked+label.radio-label, input[type="checkbox"]:checked+label.radio-label { color: #000; }	
input[disabled]+label { opacity: 0.7; }


/***=fieldset***/

/*=shaded fieldset*/	
fieldset.form-fieldset-shaded {
	background: url(../images/layout/layout-box-bg.png);
	padding: 8px;
}	
fieldset.form-fieldset-shaded hr {
    background: #f5f5f5;
    border: none;	
    height: 2px;
    margin: 15px 0 15px -8px;
    padding: 0 8px;
	width: 100%;
}	
fieldset.form-fieldset-shaded h3, fieldset.form-fieldset-shaded h4 {
	border-bottom: 1px solid #fff;	
	border-top: 1px solid #fff;
	line-height: 2;
	margin-left: -8px;
	padding: 0 8px;
	position: relative;
	text-shadow: 0 0 3px #fff;
	width: 100%;
}
fieldset.form-fieldset-shaded h3 {
	background: url(../images/layout/layout-box-bg-trans.png);
	color: #333131;
}
fieldset.form-fieldset-shaded h4 {
	background: url(../images/layout/layout-box-bg-hover.png);
	color: #000;
}
/*=inline fieldset*/
fieldset.inline {
	display: inline-block;
	vertical-align: text-top;
	width: 250px;
}
fieldset.inline + fieldset.inline { margin-left: 12px; }


/*****=basic form elements (END)*****/


/*****=form element extensions*****/
input[type=text].form-field-date { width: 100px; }
input[type=text].form-field-copyname {
	color: #6d6c6a;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	width: 250px;
}

/***=search input***/
input[type=search], input.search {
	border-radius: 12px;
	padding: 0 8px;
	width: 150px;
}
.table-toolbar input.search, .table-toolbar input[type=search] {
	position: absolute;
	right: 0;
	top: 9px;
}

/***=alternate resize options for textarea***/
.resize-none { resize: none; }
.resize-both { resize: both; }
.resize-vertical { resize: vertical; }
.resize-horizontal { resize: horizontal; }

/***=subscription code textarea*****/
textarea.subscription-code { height: 300px; }



                                                                /* Legacy Classes (TO DO, refactor) */

                                                                .lineInstructions {
	                                                                color: #444;
	                                                                display: inline-block;
	                                                                font-size: 11px;
	                                                                font-size: 1.1rem;
	                                                                font-style: italic;
	                                                                font-weight: bold;
	                                                                margin-top: 5px;
																}
                                                                
                                                                .h-radio-list td { padding-right: 10px; }
                                                                .v-radio-list td { padding-bottom: 10px; }
/*****=form element extensions (END)*****/


/*****=form field*****/
.form-field {
	margin: 0 0 15px;
	overflow: visible;
	position: relative;
	
	/***TODO:  remove width declaration??***/
	width: 250px;
}
/*****=form field (END)*****/

/*****=form field extensions (all require form-field)*****/
/*TODO:  try to remove width declarations??*/
.form-field.short { width: 115px; }
.form-field.short-number { width: 40px; }
.form-field.long { width: 360px; }
.form-field.stretch, .form-field.stripped { width: auto; }
.form-field.stripped { margin: 7px 0 0; }
.form-field.slider { overflow: visible; }
.form-field.color-picker input[type=text] { width: 75px; }
.form-field.hug { margin: 0; }
.form-field.hug label { margin-top: 0; }

/***=oversized field***/
.form-field.oversized { width: 360px; }
.form-field.oversized label {
	color: #000;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.25;
}
.form-field.oversized input,
.form-field.oversized select {
	color: #767572;
	font-size: 1.6rem;
	font-size: 16px;
	height: 36px;
}

/***=full/field action/tall fields***/
.form-field.full, .form-field.field-action {
	margin-top: 15px;
	width: 100%;
}
.form-field.field-action input, .form-field.field-action select { max-width: 250px; }
.form-field.full textarea { height: 200px; }
.form-field.tall textarea { height: 350px; }
.form-field.brief textarea { height: 100px; }

/***=inline field***/
.form-field.inline {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}
.form-field.inline label { margin-top: 0; }
.form-field.oversized.inline {
	margin-right: 15px;
	vertical-align: text-top;
}

/***=question dropdown wrappers***/
.topic-dropdown, .question-dropdown, .response-dropdown { width: 100%; }

/***=date field***/
.form-field.date { width: 100px; }
.form-field.date-from { padding-right: 20px; }
.form-field.date-from:after {
	background: url(../images/ui/ui-toggle-arrow.png) 50% -2px;
	bottom: 0;
	content: "";
	height: 22px;
	opacity: 0.5;
	position: absolute;
	right: 0;
	width: 12px;
}

/***=other field***/
.form-field.other {
	background: rgba(255,255,255,0.75);
	border: 1px dotted #ccc;
	border-radius: 3px;	
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	padding: 4px;
}	
input.other ~ input[type=text] {
	visibility: hidden;
	width: 125px;
}
input.other:checked ~ input[type=text] { visibility: visible; }

/***=details field***/
.form-field-details { margin-top: 12px; }
input[type=radio] ~ .form-field-details,
input[type=checkbox] ~ .form-field-details { margin-left: 24px; }

/***=stacked fields***/
.stacked-fields {
    border: 1px solid #d3d2ce;
	border-radius: 5px;
    max-width: 450px;
    min-width: 360px;
}
.stacked-fields .form-field {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0;
    padding: 6px;
	-moz-transition: height 0.3s ease; 
	-o-transition: height 0.3s ease; 
    -webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.stacked-fields .form-field + .form-field { border-top: 1px solid #d3d2ce; }
/*****=form field extensions (END)*****/


/*****=form actions*****/
.actions { margin: 0 0 20px; }
.actions.inline { vertical-align: bottom; }
.actions.oversized.inline { display: inline-block; }
.actions a, .actions button { margin-right: 3px; }
.actions a:last-child, .actions button:last-child { margin-right: 0; }
/*****=form actions (END)*****/


/*****=picker selection*****/
.picker-selection {
	background-color: #efefef;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: inline-block;
	line-height: 1.17;
	min-height: 14px;
	padding: 6px 8px;
	padding: 0.6rem 0.8rem;
	vertical-align: middle;
}
	
	.picker-selection a { font-weight: bold; text-decoration: none; }
	.picker-selection.type-heading { padding-left: 28px;}/*temporary rule, due to cascade*/
/*****=picker selection (END)*****/
	

/*****=hints*****/
.form-hint {
	background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
	background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
	background-image: linear-gradient(top, #fceec1, #eedc94);
	border: 1px solid #eedc94;
	background-color: #eedc94;
	background-repeat: repeat-x;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	color: #404040;
	display: inline-block;
	line-height: 1.2;
	padding: 4px 8px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
input:focus + .form-hint, 
textarea:focus + .form-hint { visibility: visible; }
/*****=hints (END)*****/


/*****=Case-specific Form Components*****/
/***=process steps (requires block)***/
.col-process .col-header { height: auto; }
.col-summary .col-body { min-height: 0; }
.col-summary .col-icon { background: transparent url(../images/ui/ui-icons-black.png) 50% -1316px no-repeat; }
			
/***=actions bar (requires block)***/
.actions-bar {
	background: #94938f;
	width: 100%;
}
.actions-bar ul, .actions-bar li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.actions-bar a {
	background-color: #2e4e77;
	border: 1px solid #254166;
	-webkit-box-shadow: inset 0px 0px 2px rgba(211,210,206,0.75);
	box-shadow: inset 0 0 2px rgba(211,210,206,0.75);
	color: #fff;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.1;
	padding: 5px 8px;
	text-decoration: none;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.actions-bar li.form-action-cancel a {
	background-color: #94938f;
	border-color: #6d6c6a;
}
.actions-bar li.form-action-primary a { background-color: #0072bc; }
.actions-bar li a:hover {
	background-color: #333131;
	border: 1px solid #222131;
}
/*****=Case-specific Form Components (END) *****/


/*****=plugins*****/
/***=chosen***/
select.chosen-select { width: 320px; }
.form-field.col-filter select.chosen-select { width: inherit; }
.form-field.col-filter .chzn-container-single .chzn-single,
.form-field.col-filter .chzn-container-single .chzn-single div { border-radius: 0; }
.chzn-container {
	display: block;
	margin-bottom: 1em;
}
/*****=plugins (END)*****/


/*****=user made forms (TO DO: remove for new form builder in ui css)*****/
/***=wrapper***/
.userForm-wrapper {
	background: #fff;
	border: 1px solid #e5e5e1;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 15px;
	padding: 12px;
}
.userForm-wrapper select { min-width: 250px; }
 
/***=section***/   
/*To-Do: the renderer is using -heading for _questions_ and -section for "headings"...confusing and needs fixing*/
.userForm-section {
	border-bottom: 1px dotted #ccc;
	color: #414b52;
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 100;
	line-height: 1;
	margin: 0 0 0.5em;
	padding-bottom: 0.25em;
}

/***=heading***/
.userForm-heading {
	color: #616b72;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	margin: 0 0 0.5em;
}
    
.userForm-wrapper .comment-box {
	margin-bottom: 24px;
	width: 100%;
}

/***=summary***/ 
.userForm-summary-wrapper {
	background: #616b72;
	border-radius: 5px;
	margin: 0 0 24px;
}
.userForm-summary {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.userForm-summary li {
	border-top: 1px solid #818b92;
	color: #d1dbe2;
	font-size: 12px;
	font-size: 1.2rem;
	height: 24px;
	line-height: 2;
	margin: 0;
	padding: 6px;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.userForm-summary li:first-child { border-top: none; }
.userForm-summary li strong {
	color: #fff;
	padding-right: 4px;
}            
li.userForm-summary-item:before {
	background-image: url(../images/ui/ui-icons-white.png);
	background-repeat: no-repeat;
	content: "";
	float: left;
	height: 24px;
	width: 28px;
}               
.userForm-summary-form:before { background-position: 50% -1158px; }
.userForm-summary-date:before { background-position: 50% -1572px; }
.userForm-summary-assessor:before { background-position: 50% -868px; }
.userForm-summary-student:before { background-position: 50% -868px; }
.userForm-summary-placement:before { background-position: 50% -2436px; }
    
/***=user form (table)***/
/*Tables wrap _every_ question right now, so css selectors need to be clever*/
/*To-Do: get Marc to fix that renderer code*/
.userForm {
	margin-bottom: 36px;
	min-width: 100%;
}
.userForm th {
	background: #616b72;
	border-left: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	padding: 4px 6px;
	text-align: left;
	text-shadow: 0 - 2px #333131; 
	vertical-align: top;
}
.userForm td {
	border-left: 1px dotted #c2c2c2;
	padding: 6px;
	vertical-align: middle;
}
.userForm > tbody > tr:first-child:last-child td:first-child:last-child { padding-left: 0; }
.userForm > tbody > tr + tr td { border-top: 1px dotted #c2c2c2; }
.userForm > tbody > tr + tr:last-child td { border-bottom: 1px dotted #c2c2c2; }
.userForm td:first-child { border-left: none; }
.userForm .caption td {
	background: #efefef;
	border-bottom: 1px solid #c2c2c2;
	color: #333131;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 4px 6px;
}    
/*=total row*/
.userForm .userFormTotal { background: #4f5256;	 }
.userForm .userFormTotal td {
	background: #4f5256;
	border-bottom: none;
	color: #fff;
	font-weight: bold;
}  
.userForm .userFormTotal td:first-child { border-left: none; }
/*=inputs/textares*/
.userForm textarea { min-width: 400px; }
.userForm input[type=text] { min-width: 200px; }
.userForm tr + tr td input[type=text], .userForm tr + tr td textarea {
	min-width: 200px;
	width: 100%;
}

/*=profile choice*/
.userForm .profile-choice { margin-right: 8px; }
/*****=user made forms (END)*****/



/*******=NOTE:  Moved some form-builder-related rules from ep4-ui.css.  Rules will need to be refactored and re-organized within file*******/
/*****=form builder*****/
/*Temp:*/
.form-builder-edit + .form-builder-preview {
	border-top: 1px solid rgba(255,255,255,0.5);
	padding-top: 15px;
}
/*end Temp*/

#form-builder { padding-bottom: 175px; }

/***=include comments***/
#includeComments {
	background: #c2c1bc;
	border-bottom: 1px solid #6d6c6a;
	border-top: 2px solid #fff;
	position: relative;
}	
		
/***=form row***/		
.form-row { /*not element specific*/
	background: #ededeb;
	border-bottom: 1px solid #d3d2ce;
	border-top: 1px solid #fff;
	/*temp: */
	position: relative;
}
.form-row:hover { background: #e6f1f5; }
header.form-row { background: #e5e5e1 url(../images/layout/layout-box-bg-trans.png); }
.form-row hr {
	background: rgba(255,255,255,0.75);
	border: none;
	border-bottom: 1px solid #e5e5e1;
	height: 1px;
	margin: 0 0 15px -12px;
	padding: 0 12px;
	width: 100%;
}

/*=form builder preview*/
.form-builder-preview { cursor: move; }
.ui-sortable-disabled .form-builder-preview { cursor: default; }
.form-builder-preview.excluded {
	background: #e5e5e1 url(../images/layout/layout-disabled-bg.png);
	font-style: italic;
}
.form-builder-preview.excluded:before {
	background: #f26522;
	color: #fff;
	content: "Will Not Be Included";
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-left: -12px;
	padding-right: 155px;
	text-indent: 12px;
}

/*=heading mini*/
.form-row .heading-mini {
	background-color: #a8a7a3;
	text-shadow: 0 0 2px rgba(51,49,49,0.35);
}

/*=form builder type*/
.form-builder-type {
	border-bottom: 1px solid #fff;
	margin: 0;
	width: auto;
}
.form-builder-type, .form-builder-edit, .form-builder-preview { padding: 12px; }
.form-builder-preview .form-field:last-child { margin-bottom: 0; }	
.form-builder-type, .form-builder-edit {
	background-color: rgba(208,235,245,0.25);
	-webkit-box-shadow: inset 0 0 8px rgba(42,118,176,0.25);
	box-shadow: inset 0 0 8px rgba(42,118,176,0.25);
}

/***=form row actions***/	
.form-row-actions {
	margin: 0;
	opacity: 0.5;
	padding: 0;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 100;
}
.form-row:hover .form-row-actions { opacity: 1.0; }	
.form-row-actions li {
	background: #fff;
	float: left;
	margin: 0 0 0 1px;
	overflow: hidden;
}
.form-row-actions a {
	background-image: url(../images/ui/ui-icons-black.png);
	background-repeat: no-repeat;
	color: #333131;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	height: 24px;
	line-height: 2.18;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -500px;
	-moz-transition: width 0.3s ease; 
	-o-transition: width 0.3s ease; 
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	width: 24px;
}	
.form-row-actions .action-edit { background-position: 3px -388px; }
.form-row-actions .action-copy { background-position: 3px -1668px; }
.form-row-actions .action-delete { background-position: 3px -356px; }
.form-row:hover .form-row-actions a {
	padding: 0 6px 0 24px;
	text-indent: 0;
	width: 40px;
}	
.form-row.editing .form-row-actions .action-edit {
	background-color: #333131;
	background-image: url(../images/ui/ui-icons-white.png);
}
			
.form-row-actions .action-save {
	background-image: url(../images/ui/ui-icons-black.png);
	padding: 0 6px 0 24px;
	text-indent: 0;
	width: auto;
}
.form-row-actions .action-delete { background-color: #fff; }
.form-row-actions a:hover { background-color: #d0ebf5; }

/***=single/multiple responses***/
.form-builder-responses {
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	display: inline-block;
	list-style: none;
	margin: 0 0 24px;
	padding: 15px 12px;
}
.form-drag-handle {
	background: rgba(255,255,255,0.35) url(../images/ui/ui-icons-black.png) 50% -1349px no-repeat;
	border: 1px solid rgba(51,49,49,0.2);
	border-radius: 3px 0 0 3px;
	border-right: none;
	display: inline-block;
	height: 20px;
	margin-top: -2px;
	vertical-align: text-top;	
	width: 20px;
}	
.form-drag-handle:hover {
	background-color: #fff;
	cursor: move;
}
.form-builder-responses .deleted input {
	background-color: #efefef;
	opacity: 0.7;
}
.form-builder-responses .deleted label { color: #f26522; }
/*****=form builder (END)*****/


/*****=scale slider*****/
/* TODO: remove userForm location-dependant stuff */
.rangeContainer {
	border: 1px solid #efefef;
	padding: 6px;
	text-align: center;
}
input.sliderValue {
	display: block;
	margin: 3px auto;
	min-width: 40px !important;
	text-align: center;
	width: 40px !important;
}
.slider-container {
	float: left;
	margin-top: 4px;
	width: 50%;
}
.form-scale-slider {
	display: inline-block;
	margin: 10px 6px 0;
	width: 150px;
}
.form-scale-label {
	background: #616b72 url(../images/layout/layout-box-bg-trans.png);	
	border: 1px solid #e5e5e1;
	border-radius: 0 5px 5px 0;
	border-right: none;
	-webkit-box-shadow: inset 0 0 8px rgba(51,49,49,0.5);
	box-shadow: inset 0 0 8px rgba(51,49,49,0.5);	
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 500;
	min-width: 50px;
	padding: 2px 10px;
	text-shadow: 0 0 2px #333131;
	vertical-align: top;
}	
.form-scale-label.min-label { border-radius: 5px 0 0 5px; }
/*****=scale slider (END)*****/

/*****=grid ui*****/
.form-builder-grid-block {
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);	
	float: left;
	margin-bottom: 15px;
	max-width: 435px;
	padding: 15px 12px;
}
.form-builder-grid-rows { margin-right: 12px; }
.form-builder-grid-cols + * { clear: both; }
.form-builder-grid-block header {
	background: #616b72 url(../images/layout/layout-box-bg-trans.png);
	border-radius: 3px;
	min-width: 420px;
	padding: 0 8px;
	text-align: right;	
}
.form-builder-grid-block h4 {
	color: #fff;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 100;
	line-height: 2.3;
	margin: 0;
}	
.form-builder-grid-block header label {
	color: #fff;
	display: inline-block;
	font-weight: 500;
	text-shadow: 0 0 2px #000;
}	
.form-builder-grid-block header select {
	height: 18px;
	margin-top: 7px;
	width: 100px;
}
.form-builder-grid-block .form-builder-responses { 
	border: none; 
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 1em 0 0;	
}
.form-grid {
	background: #fff;
	border: none;
	border-collapse: collapse;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 6px 0 8px;
	width: 100%;
}
.form-grid caption {
	color: #333131;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	padding-bottom: 8px;
	text-align: left;
}
.form-grid thead th, .form-grid thead td {
	background: #94938f url(../images/layout/layout-box-bg-trans.png);
	border-bottom: 1px solid #6d6c6a;
	border-left: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	padding: 4px 6px;
	text-align: left;
	text-shadow: 0 0 2px #333131; 
	vertical-align: top;
}
.form-grid thead td { background: none; }
.form-grid td {
	border-left: 1px dotted #c2c1bc;
	padding: 6px;
	vertical-align: middle;
}
.form-grid > tbody > tr + tr td { border-top: 1px dotted #c2c1bc; }
.form-grid > tbody > tr + tr:last-child td { border-bottom: 1px dotted #c2c1bc; }
.form-grid td:first-child {
	border-left: none;
	text-align: left;
}
.form-grid tr.form-grid-heading td {
	background: #d0ebf5 url(../images/layout/layout-table-head-bg.png);
	border-bottom: 1px solid #d0ebf5;
	color: #333131;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 6px;
	text-align: left;
}
	
/***=total row***/
.form-grid tr.form-grid-total { background: #4f5256; }
.form-grid tr.form-grid-total td {
	background: #4f5256;
	border-bottom: none;
	color: #fff;
	font-weight: bold;
}
.form-grid tr.form-grid-total td:first-child { border-left: none; }
		
/***=form fields***/
.form-grid input[type=text], .form-grid textarea { width: 100%; }
/*****=grid ui (END)*****/


/* ================================================================================================ */
/* =======================================      LEGACY     ======================================== */
/* ================================================================================================ */

.edit-criterion input[type=text] { width: 190px; }
/* Add Portfolio */
#rblBuildType label { color: #fff; }