
.scfForm input, 
.scfForm select, 
.scfForm textarea
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.MandatoryField{
    border-top:1px solid #D8D8D8;
    font-family:'OpenSansSemibold',Arial,Helvetica,Sans-serif;
    margin:2em 0 !important;
    color:#4c4c4c;
}
.MandatoryField em{
    display:block;
    float:right;
    margin-top: -16px;
    font-size:11px;
    background:#fff;
    padding:0 0 0 5px;
}
.MandatoryField em span{
    font-size:16px;
    font-style:normal;
    color:#E55500;
}

.scChromeDataHolder
{
    display:block;
}

.scfForm input[type="text"], .scfForm input[type="password"], .scfForm textarea {
	float:left;
	font-family:Arial, Helvetica, Sans-serif; font-size:13px; color:#666666;
	background:url('/feuil/themes/web/images/block-form-field.png') no-repeat; border:1px solid #f0f0f0;
	padding:6px 12px; margin:0; outline:none;
}
.scfForm input[type="text"], .scfForm input[type="password"] {
	width:320px;
}
.scfForm textarea {
	width:550px;
    resize: none; overflow:auto;
}

/* Form */
.scfForm
{
    /*height: 100%;
    width: 100%;*/
    text-align: left;
    font-family: Arial, Helvetica, Sans-serif; line-height: 1.2;
	margin-top:20px;
}

/* Form Title*/
.scfTitleBorder
{
	font-family:'OpenSansRegular', Arial, Helvetica, Sans-serif; font-size:20px; color:#4c4c4c; text-transform:uppercase;
	margin-bottom:10px;
}

/* Form Introduction*/
.scfIntroBorder
{
	font-size:13px; line-height:1.4;
	margin-bottom:15px;
}

/* Form Footer*/
.scfFooterBorder
{
}

/* Submit Button*/
.scfSubmitButtonBorder
{
	margin-top:25px;
}
.scfSubmitButtonBorder input[type="button"],
.scfSubmitButtonBorder input	],
.scfSubmitButton
{
	height:33px; line-height:33px;
	font-family:'OpenSansRegular', Arial, Helvetica, Sans-serif; font-size:12px; color:#fff; text-transform:uppercase;
	background:url('/feuil/themes/web/images/btn-bg.png') no-repeat 50% 0; border:0;
	padding:0 15px;
	
	-webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.scfSubmitButtonBorder input[type="button"]:hover,
.scfSubmitButtonBorder input[type="submit"]:hover,
.scfSubmitButton:hover
{
	background-position:50% -33px;
}

/* Error */
.scfError
{
}

/* Validation */
.scfValidationSummary ul
{
	display: block;
	color: #141313;
	background-color: #ADA59D;
    font-size: 13px;
	padding: 10px;
	margin: 25px 0;
}
.scfValidationSummary li {
	line-height:1.5;
	background:url('/feuil/themes/web/images/bullet-list.png') no-repeat 0 3px !important;
	padding-left:15px;
}

.scfValidatorRequired, .scfRequired
{
	float:left; display:block;
	font-family:'OpenSansSemibold', Arial, Helvetica, Sans-serif; font-size:16px; color:#e55500;
	margin-left:6px; padding-top:4px;
    margin-top:3px;
}

.scfValidator
{
    /*margin: 0px;
    display: block;
    float: left;*/
	float:left; display:block;
	font-family:'OpenSansSemibold', Arial, Helvetica, Sans-serif; font-size:13px; color:#e55500;
	margin-left:6px; padding-top:4px; margin-top:3px;
}

/* Forms section*/
.scfSectionBorderAsFieldSet
{
	/*
    padding: 0px 15px 15px 15px;
    border: 0px;
    border-top: solid 2px;
    margin: 0px 30px;
	*/
	display:block;
}

.scfSectionLegend
{
	/*padding: 7px 13px 8px 13px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 20px;*/
	display:block; width:100%;
	font-size:13px; line-height:1.4;
	border-top:1px solid #f0f0f0;
	padding:25px 0; margin-top:25px;
}

.scfSectionBorder
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.scfSectionContent
{
    /*width: 100%;
    float: left;*/
}

.scfSectionUsefulInfo
{
    width: 100%; /*padding: 5px 0px 0px 20px;*/
    vertical-align: top;
    display: inline;
}

/* Form fields */
/* Checkbox */

.scfCheckboxBorder
{
    clear: left;
    text-align: left;
    display: block;
    margin: 20px 0 10px 0;
    width: 100%;
}
.scfCheckboxBorder + .scfCheckboxBorder {
    margin-top:15px;
}

.scfCheckbox
{
    width: 90%;
    display: block;
    padding: 0px 0px;
    margin: 0px;
}

.scfCheckboxUsefulInfo
{
    font-size: 0.9em;
    display: block;
    width: 90%;
    padding: 0px 3px;
}

/* Label */
.scfLabel
{
    width: 100%;
    display: block;
}

.scfListBox, .scfDropList
{
    width: 100%;
    margin: 0px;
}

.scfListBoxGeneralPanel, .scfDropListGeneralPanel
{
    width: 60%;
    display: block;
    float: left;
}

.scfMultipleLineTextBox
{
    width: 100%;
    margin: 0px;
}


.scfDropListBorder, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDatePickerBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder, .scfTelephoneBorder, .scfSmsTelephoneBorder
{
    /*clear: left;
    text-align: left;
    display: block;
    margin: 5px 0px;
    width: 100%;
    vertical-align: top;*/
	position:relative;
	margin-bottom:15px;
	overflow:hidden;
}

.scfEmailTextBox, .scfSingleLineTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDatePickerTextBox, .scfDateTextBox, .scfRadioButtonList, .scfListBox, .scfCheckBoxList, .scfFileUpload, .scfCreditCardTextBox, .scfCreditCardType, .scfConfirmPasswordTextBox, .scfTelephoneTextBox, .scfSmsTelephoneTextBox
{
    /*width: 100%;
    margin: 0px;*/
}

.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel
{
    /*padding: 3px 0px;
    width: 30%;
    display: block;
    float: left;*/
	display:block;
	font-family:'OpenSansSemibold', Arial, Helvetica, Sans-serif; font-size:13px; color:#4c4c4c;
	margin-bottom:4px;
}

.scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel
{
    /*margin: 0px 3px;*/
    /*padding: 0px 2px 0px 0px;
    width: 60%;
    display: block;*/
    float: left;
}

.scfDropListUsefulInfo, .scfEmailUsefulInfo, .scfMultipleLineTextUsefulInfo, .scfSingleLineTextUsefulInfo, .scfPasswordUsefulInfo, .scfNumberUsefulInfo, .scfDatePickerUsefulInfo, .scfDateUsefulInfo, .scfRadioButtonListUsefulInfo, .scfListBoxUsefulInfo, .scfCheckBoxListUsefulInfo, .scfFileUploadUsefulInfo, .scfDateSelectorUsefulInfo, .scfCreditCardTextUsefulInfo, .scfConfirmPasswordUsefulInfo, .scfCaptchaUsefulInfo, .scfTelephoneUsefulInfo, .scfSmsTelephoneUsefulInfo
{
    /*padding-left: 3px;
    font-size: 0.9em;
    width: 100%;
    display: block;
    float: left;*/
}

.scfDateSelectorDay, .scfDateSelectorMonth, .scfDateSelectorYear
{
    width: 33%;
    margin: 0px;
}

.scfDateSelectorLabel
{
    margin-top: 7px;
}

.scfDateSelectorShortLabelDay, .scfDateSelectorShortLabelMonth, .scfDateSelectorShortLabelYear
{
    padding: 0px 0px 1px 0px;
    margin: 0px;
    display: block;
    float: left;
    font-size: xx-small;
    line-height: 10px;
    width: 33%;
}

ul
{
    margin: 0px;
    padding: 0px;
}

.scfCreditCardType
{
    width: 100%;
}

.scfCaptchaLabelText
{
    width: 180px;
}

.scfCaptcha img
{
    border: 1px solid black;
}

.scfCaptchaTextBox
{
    width: 100%;
}
.scfCaptchStrongTextPanel
{
    width: 180px;
    display: block;
    float: left;
}

.scfCaptchaLimitGeneralPanel
{
    width: 215px;
}

.scfCaptchaLimitGeneralPanel .scfRequired, .scfCaptchaLimitGeneralPanel .scfValidatorRequired
{
    float: right;
}

.scfCaptchaGeneralPanel embed
{
    position: absolute;
    z-index: -10;
}

.scfCaptchaGeneralPanel td br
{
    margin-top: 3px;
    margin-bottom: 5px;
}

.scfCaptchaGeneralPanel td input
{
    margin-left: 20px;
}

.scfCaptchaGeneralPanel table
{
    margin-top: 30px;
}

.scfShortDate
{
    clear: left;
    text-align: left;
    display: block;
    margin: 5px 0px;
    vertical-align: top;
    width: 60%;
}

.scfShortText
{
    margin: 0px;
    float: right;
    width: 40%;
}

.scfShortDate .scfDateSelectorLabel
{
    width: 50%;
    margin-top: 0px;
}

.scfShortDate .scfDateSelectorGeneralPanel
{
    width: 46%;
}

.scfShortDate .scfDateSelectorDay, .scfShortDate .scfDateSelectorShortLabelDay, .scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear
{
    display: none;
}

.scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear, .scfShortDate .scfDateSelectorMonth, .scfShortDate .scfDateSelectorYear
{
    width: 49%;
}

.scfShortText .scfSingleLineTextLabel
{
    width: 15%;
}

.scfShortText .scfSingleLineGeneralPanel
{
    width: 60%;
}

.scfShortText .scfSingleLineTextUsefulInfo
{
}

.scfShortText .scfSingleLineTextBox
{
    width: 100%;
    margin: 0px;
}

.scWfmPassword
{
    behavior: url(/sitecore%20modules/shell/Web%20Forms%20for%20Marketers/themes/autocomplete.htc)
}

.scfDatePickerGeneralPanel .ui-icon
{
    float : right;
    position: relative;
    top: -20px;
    display:block;
}
