/**
 * 	SAS General Forms Stylesheet
 */

input.form-text, textarea.form-textarea, 
select {
	border: 1px solid black!important;
	border-radius: 5px;
}

fieldset {
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	background-color: #F7F6F6;
}

fieldset legend span {
	font-size: 18px;
	color: #dd2831;
    font-weight: 400;
    text-transform: uppercase;
}

/**
 * 	Error messages
 */

div.messages.error {
	border-color: red;
    color: red;
    border-radius: 15px;
    font-size: 17px;
    font-weight: 300;
    background-color: transparent;
}

input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	background-color: #ef9c27;
	color: white;
	border-color: #ef9c27;
	border-radius: 5px;
}

input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
	background-color: transparent!important;
	color: #ef9c27;
}

/** **/

#sas-webform-disclaimer {
	padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
}

.bitaboot-xs #sas-webform-disclaimer,
.bitaboot-sm #sas-webform-disclaimer {
    padding-left: 0;
    font-size: 12px;
    /* width: 100%; */
    text-align: center;
    margin-top: 15px;
    display: block;
}

#block-webform-client-block-3241 .webform-component--suscribirme-a-las-newsletters {
	margin-bottom: 0!important;
}

#block-webform-client-block-3241 .webform-component--suscribirme-a-las-newsletters .form-item-submitted-suscribirme-a-las-newsletters {
	margin-bottom: 0;
}

#webform-client-form-16873 fieldset.captcha.form-wrapper {
	margin-bottom: 20px;
}

#webform-client-form-16873 fieldset.captcha.form-wrapper legend {
	text-align: center;
}

#webform-client-form-16873 fieldset.captcha.form-wrapper .fieldset-wrapper {
	text-align: center;
}

#webform-client-form-16873 fieldset.captcha.form-wrapper .fieldset-wrapper .g-recaptcha > div {
	margin: 0 auto;
}

#webform-client-form-33221 .form-managed-file {
	height: initial;
	display: inline-block;
	width: initial;
}

#webform-client-form-33221 .form-managed-file input.form-file {
	display: inline-block;
    margin-right: 30px;
}

#webform-client-form-33221 .form-managed-file input[type="submit"] {
    display: inline-block;
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    border: white;
}

#webform-client-form-33221 .form-actions {
	text-align: center;
}

