/* Captcha style - Begin */

/* imported from portal */
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, body, 
cite, code, del, dfn, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, 
form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-family: inherit;
}

button.captchaText {
	background: url(https://e-justice.europa.eu/fal/portal/images/text_icon.png) no-repeat left !important;
	padding-left: 35px !important;
	min-height: 35px;
	text-align: left;
}

button.captchaAudio {
	background: url(https://e-justice.europa.eu/fal/portal/images/audio_icon.png) no-repeat 0 15px !important;
	padding-left: 35px !important;
	min-height: 4em;
	max-width: 230px;
	text-align: left;
	border: none;
}

.spreadSecImg {    
	width: 130px;
    vertical-align: middle;
}

.divSpreadWordForm button.captchaText {
	width: 100%;
}

.divSpreadWordForm button.captchaAudio {
	width: 125px;
	text-align: left;
}

button.captchaPlayAudio {
	text-align: left;
}

button.captchaPlayAudio p {
	padding: 0;
	margin: 0 !important;
	color: #1690CC !important;
	    font: normal 1em Arial, Helvetica, Sans-serif !important;
	white-space: normal;
}

/* Firefox hack */
@
-moz-document url-prefix () { button .captchaPlayAudio p {
	position: relative;
	left: -3px;
}

}
button.captchaText p {
	padding: 0;
	color: #1690CC !important;
	font: normal 1em Arial, Helvetica, Sans-serif !important;
}

button.captchaAudio p {
	padding: 0;
	color: #1690CC !important;
	font: normal 1em Arial, Helvetica, Sans-serif !important;
	white-space: normal;
}

div.captchaCode input[type='submit'].refreshInputImg {
	background: url(https://e-justice.europa.eu/fal/portal/images/refresh2.png) transparent no-repeat;
	width: 26px;
	height: 26px;
	border: 0 none;
	cursor: pointer;
	vertical-align: top;
	margin: 15px 3px 0 3px;
}

.divMainBody input[name='captchaText'] {
    width: 50%;
}

#captchaFieldset label {
    width: 255px;
}
#captchaFieldset label.df_label {
    width: 260px !important;
}

.divSpreadWordForm button.captchaAudio p {
	padding: 0;
	color: #1690CC !important;
}

.spreadTextAreaInput {
	margin: 0;
}

.spreadTextUrl {
	width: 30%;
}

.spreadFont {
	font-size: 1em !important;
}

.spreadText {
	width: 50%;
}

.spreadTextInput {
	width: 97%;
	font-size: 1em !important;
}

.spreadTextInput2 {
	width: 462px;
	font-size: 1em !important;
}

/* CHROME & SAFARI HACK */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.spreadTextInput2 {
		width: 460px;
	}
}

.spreadTitlesUp {
	background-color: #1E8DC3;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.5em;
	padding-left: 0.6em;
	padding-top: 0.3em;
	margin-top: 3em;
}

.spreadTitles {
	background-color: #A9A9A9;
	color: #000000;
}

/*Button that acts as link*/

.linkButton button {
	font-size:1.1em;
    top: 2px; 
    padding:0;
    border:0;
    background:0;
    color:#1690CC;
    cursor:pointer;
    display: block;
    font-size:1em !important;
}

.linkButton button:hover,
.linkButton button:active {
  cursor: pointer;
  text-decoration: underline;
}

div.blockrow label.df_label {
    width: 260px;
}

.linkButton button.captchaText {
	margin: 0px;
}
.df_validation_error {
    color: #f00 !important;
    font-size: 12.05px !important;
    max-width: 496px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    margin-left: 275px;
}

.df_mandatory {
	background: rgb(254, 234, 226);
}

.df_validation_visible {
	visibility: visible;
	position: relative;
}

.df_validation_error {
	color: #f00 !important;
	max-width: 496px;
	overflow: hidden;
	padding-top: 5px;
	margin-left: 275px;
}

/****************************
* 		Media Queries 		*
****************************/
@media screen and (max-width: 767px) {
	.captchaCode {
		clear: both;
	}
	.spreadSecImg {
		width: 130px;
	}
	#captchaFieldset label {
	    width: auto !important;
	}
	#captchaFieldset label.df_label {
	    width: 100% !important;
	}
	p.df_validation_error {
	    margin-left: 0px;
	    width: 95%;
	}
	img.df_validation_visible {
		padding-top: 7px;
		padding-left: 3px;
	}
	.rightcol .df_requiredStar {
		padding-left: 15px;
	}
	.divMainBody input[name='captchaText'] {
	    width: 92% !important;
	}
}

@media screen and (max-width: 460px) {
	.divMainBody input[name='captchaText'] {
	    width: 83% !important;
	}
}
/* Captcha style - End */