/**
** SDE Webform Style
**/

/*Fieldset*/
fieldset {
	
}
legend .fieldset-title {
	font-weight: bold;
	text-transform: uppercase;
}


/*Labels*/
.form-item, .form-actions {
    /*padding-left: .5em !important;*/
}
/*makes textfield label clear
.webform-component-textfield, .webform-component-select, .webform-component-textarea {*/
.webform-component {
	clear: both;
}
.node-content .webform-client-form label {
    display: inline;
    float: none;
    width: none;
    text-align: none;
    padding: none;
    color: #919191;
}


/*Descriptions*/
.form-item .description, .fieldset-description {
    background-color: #eee;
    border-left: 2px solid #235196;
    clear: both;
    font-size: 0.8em;
    font-style: italic !important;
    margin-left: 5px !important;
	margin-top: 5px !important;
	padding: .5em;
}


/*Inputs*/



/*Selects*/
.node-webform .webform-client-form select {
    width: auto !important;
}


/*Checkbox/Radio*/
.form-type-checkbox {
    display: block;
    float: left;
    width: 25%;
}

.form-radios input[type="radio"], .form-radio {
    width: auto !important;
}
.form-type-radio input {
    margin: 0px !important;
    width: 50px !important;
}


/*Date Picker*/
.webform-datepicker input[type="image"] {
    height: 15px;
    padding: .2em;
    width: 18px;
}

/*TextAreas*/
.form-textarea {
    width: 100% !important;
}

/*Buttons*/
input.form-submit {
    margin: 5px 0px 10px 0px !important;
}
.node-content .webform-client-form input.form-submit {
    background: #001523 url(sprite.png) repeat-x 0 -414px;
    /*border: none;*/
    cursor: pointer;
    margin: 0 0 0 16px !important;
    color: #FFF;
    padding: 3px;
    font-size: 1.167em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #01416d;
    float: none;
    width: 120px;
}
/*search box and btn*/
.page-search #edit-keys{
	padding: 5px;
	height: 20px;
	font-size: 14px;
	color: #777;
	border: solid 3px #426EAA;
}
.page-search #edit-submit, .page-search #edit-submit--2{
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #426EAA;
	border: 0;
	cursor: pointer;
	margin-left: -5px !important;
}
.page-search #edit-submit:hover, .page-search #edit-submit--2:hover{
	background-color: #FFF;
	padding: 7px;
	color: #426EAA;
	border: solid 3px #426EAA;
}

/*Search Bar
** TODO - Move form css from education to here.
*/
/*Removes captacha from admin view of search bar*/
#search-block-form #edit-captcha--3 {
	display: none;
}
#search-form #edit-captcha--2 {
	display: none;
}
#workbench-moderation-moderate-form .captcha-admin-links {
	display: none;
}
/*
.page-search #search-form .captcha-admin-links{
	display: none;
}*/
.page-search .captcha-admin-links{
	display: none;	
}


/*Formats Request fieldset to float
#webform-component-request {
    float: left;
    margin: 0 .5em;
    width: 48%;
}
.descbx {
    background-color: #eaeaea;
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 1em;
}*/
/*CSS FORM CORRECTIONS*/

/*aligns left label with the others*/

fieldset {
    border-color: #fff !important;
}
/*For textareas to be 100% wide*/

/*Radio, Checkbox, and select formatting*/


/*Description formatting*/

/*Submit button placement*/

/*Time and Date formating
.sdetimestamp_left {
    clear: both !important;
}
*/
/*For labels not clearing after checkbox questions. Change the ID
#webform-component-number-of-participants {
    clear: both !important;
    padding-top: 1.5em !important;
}
#webform-component-specifications--job-type label {
    clear: none;
    text-align: none;
    width: none;
    text-align: left;
}
*/
/*#webform-component-project--project-name{
clear: both;
}
.webform-component {
    clear: both;
}*/
