@charset "utf-8";

/***********************  General Style Info  *********************************/

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body {
    background: #fefefe;
    color: #333;
    font-family: Helvetica,sans-serif;
    font-size:0.8em;
    margin: 0;
}

div#container {
    max-width: 800px;
}

div#logo {
    margin:1em;
    border-bottom:1px solid #ccc;
}

div#content {
    margin:0 0 3em 1em;
}

div.request_form {
    clear:right;
}

.r { 
    text-align: right;
}

.producer_logo {
    float:right;
    margin-bottom:1em;
}

h1 {
    color:#999A9C;
    font-family: Helvetica,sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h2 {
    color:#2d6cad;
    font-size:1em;
}

p {
    color:#333;
    padding:0.3em 0 0.8em 0;
}

#footer {
    clear:both;
    border-top:1px solid #ccc;
    margin-left:1em;
    padding-top:1em;
}

a { color: #2D6CAD; text-decoration:none; }
a:hover {text-decoration:underline; }
input[type=submit], div.button, button {
    display: inline;
    width: auto;
    margin-top:0.9em;
    background-color:#999a9c;
    color:#fff;
    border:0;
    padding:0.2em;
    font-size:0.9em;
    font-weight:bold;
    cursor:pointer;
}

input[type=radio] {
    width:auto;
    float:left;
    margin-right:0.9em;
}

div.labelonly { float:left; }
div.radioinput { float:left; }

select { color:#333; font-size:0.9em; width:200px;}

div.radiofield label { width:90px; }
div.labelonly label { width:200px; }
div.checkbox label { width:221px; }
div.checkbox input { width:auto; }
div.radiofield label[for=RequestIsProducerProduct0] {
    width:auto;
}
.message { font-weight:bold; margin:3px 20px 5px 0; padding:2px 5px; border:1px solid #666; font-size:11px;}
.bgGreen { background-color:#C9DFA7; }
.bgOrange { background-color:#ffe28d; }
/***********************  Forms  **********************************************/
form {
    clear: both;
    margin-right: 20px;
}
fieldset {
    border: 1px solid #2D6CAD;
    margin-bottom: 15px;
    padding: 16px 10px;

}
fieldset legend {
    color: #2D6CAD;
    font-weight: bold;
    padding: 0px 10px;
}
form div {
    clear: both;
    margin-bottom: 5px;
    padding: 1px;
    vertical-align: text-top;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
}
label {
    display: block;
    width:200px;
    float:left; 
    padding-right:15px;
    margin-bottom:3px;
}
form .required label {
    color:#333;
    background: url('../img/mandatory.png') no-repeat 110% 30%;
}

input, textarea {
    padding: 2px;
    width:360px;
    margin-left:20px;
    margin-bottom:5px;
}
div#CybotCookiebotDialog input { width:auto; }
select {
    clear: both;
    vertical-align: text-bottom;
    width:360px;
    padding: 2px;
    margin-left:20px;
}

div.error label, div.has-error label {
    color:#900;
}
div.error input, div.has-error input {
    border: 1px solid #900;
}

div.error div.error-message { 
    color:#900; font-weight: bold; padding-left: 220px;
}


div.has-error span.form-error { 
    display:block;
    color:#900; font-weight: bold; padding-left: 220px;
}

div.error span.confirmation { background:#E6B800; }

table.feedback { width: 100%; }
table.feedback th { text-align:left; width:30%;}

form div.radioReasonForCollection div.input { clear:none; float:left; }
form div.radioReasonForCollection div.input input { clear:both; }
form div.radioReasonForCollection div.input label { width:490px; padding-bottom: 1em }

div.checkmark ul, ul.checkmark {
    list-style:none;
    margin:0; padding:0;
}

div.checkmark ul li, ul.checkmark li {
    margin:0.2em; padding:0;
    background:url('../img/ok.png') no-repeat 0 3px;
    padding-left:25px;
}

.inputBetweenRadio {
	padding-left:70px;
	width:600px;
}


form div.radioReasonForCollection div.input .inputBetweenRadio label {
	width:150px;
	padding-right:20px;
}
form div.radioReasonForCollection div.input #rr03 label {
	width:80px;
	padding-right:10px;
	padding-top:10px;
}

form div.radioReasonForCollection div.input .inputBetweenRadio div input {
	width:190px; margin-left: 0;
}

#reasonToReturn .radioReasonForCollection .labelonly label { width:150px; }

ol.tmpl10 p { padding: 0; }

form div#radioReasonForCollection div.error .inputBetweenRadio div input {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding:5px;
}
form div#radioReasonForCollection div.error .inputBetweenRadio div label {
	color: #333;
}

div#dataprotection { line-height: 1.5em; }

.smartform .ZebraDialog_Body {
    background-image: none !important;
    /*url("../img/ibm-small.png") !important; font-size: 21px;*/
}

.ZebraDialog .ZebraDialog_Icon {
	padding-left:190px !important;
	padding-top:7px !important;
}

ol.instructions li {
    padding-bottom:0.3em;
}

ol.instructions ol {
    padding-top:0.3em;
}
ol.instructions ol li {
    padding-bottom:0.3em;
}

ol.instructions ul {
    padding-top:0.3em;
}

ol.instructions ul li {
    padding-top:0.3em;
}