/* CORE CSS STYLESHEET FOR REGISTRATION FORMULAS */
/* Created by Tomas Marcik<tomas.marcik@intraworlds.com> */

html {
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 10px 0 20px 0;
    font-family: Arial,Helvetiva,sans-serif;
    font-size: 12px;
    text-align: justify;
}

div#header {
    width: 100%;
}

h1 {
    font-size: 20px;
    font-weight: bold;
}

fieldset {
    margin: 10px 0 0 0;
}

legend {
    font-weight: bold;
}

label {
    display: block;
    width: 300px;
    float: left;
    padding: 3px 0 0 0;
    /*height: 18px;*/
    margin: 4px 0 0 0;
    text-align: left;
}
@media (max-width: 625px) {
    label {
        float: none;
    }
}
input, select, textarea {
    width: 300px;
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    padding: 1px 3px 1px 3px;
    height: 22px;
    margin: 4px 0 0 0;
    font-family: Arial,Helvetiva,sans-serif;
    font-size: 11px;
    outline: none;
    line-height: 22px;
}

input[type=checkbox] {
    width: auto !important;
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    padding: 1px 3px 1px 3px;
    height: auto !important;
    outline: none;
}

select {
    padding: 0 0 0 0;
    padding: 3px 0px 3px 0px\9;
    height: 24px\9;
    width: 308px\9;
}

*+html select {
    padding: 3px 0 3px 0;
    height: 24px;
    width: 308px;
}

select[multiple], textarea {
    height: 100px;
}

input.fieldDaterangeYear {
    width: 140px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0 none;
}

span.formElementSpacer {
    display: inline-block;
    width: 20px;
    text-align: center;
}

div.formElementFieldFirst input {
    width: auto;
    height: auto;
    float: left;
}

div.formElementFieldFirst label {
    width: auto;
    float: none;
    margin-left: 18px;
}

div.generalFormError {
    margin: 2px 0 2px 0;
    padding: 0 0 0 300px;
    color: #ff0000;
}

div.formElementErrors {
    margin: 2px 0 2px 0;
    padding: 0 0 0 300px;
    color: #ff0000;
}

div.formElementErrorsFieldFirst {
    padding-left: 16px;
}

div.formElementErrorsDaterangeFrom {
    display: inline-block;
    width: 140px;
}

div.formElementErrorsDaterangeTo {
    display: inline-block;
    padding-left: 20px;
}

div.formConfirmation {
    padding-top: 8px;
}

div.formConfirmation div.formConfirmationCheckbox {
    float: left;
}

div.formConfirmation div.formConfirmationText {
    display: block;
}

div.formConfirmationText {
    padding-left: 20px;
    padding-top: 2px;
}

div#termsOfUse, div#privacyPolicy, div#disclaimer {
    display: none;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    margin: 0;
    z-index: 8000;
}

div#termsOfUse #termsOfUse-wrapperHider, div#privacyPolicy #privacyPolicy-wrapperHider, div#disclaimer #disclaimer-wrapperHider {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #000000;
}

div#termsOfUse #termsOfUse-text, div#privacyPolicy #privacyPolicy-text, div#disclaimer #disclaimer-text {
    position: absolute;
    top: 0;
    left: 50%;
    width: 650px;
    padding: 55px 0 10px 0;
    text-align: justify;
    margin: 10px 0 10px -335px;
    background-color: #ffffff;
    overflow: auto;
}

div#termsOfUse #termsOfUse-text #termsOfUse-inner, div#privacyPolicy #privacyPolicy-text #privacyPolicy-inner, div#disclaimer #disclaimer-text #disclaimer-inner {
    width: 630px;
    overflow: auto;
    padding: 0 10px 0 10px;
}

div#termsOfUse #termsOfUse-text #termsOfUse-close, div#privacyPolicy #privacyPolicy-text #privacyPolicy-close, div#disclaimer #disclaimer-text #disclaimer-close {
    position: absolute;
    top: 5px;
    right: 25px;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
}

div#langHolder {
    float: right;
    display: flex;
    align-items: center;
}

div#langHolder a {
    text-decoration: none;
    padding-left: 5px;
}

.alignRight {
    text-align: right;
    max-width: 730px;
}

.hidden, .dontSend {
    display: none;
    visibility: hidden;
}

.hintImage {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.hintHolder {
    position: absolute;
    margin-left: 29px;
    margin-top: -15px;
    max-width: 250px;
    background-color: white;
    border: 1px solid #cccccc;
    padding: 2px 2px 2px 2px;
    color: #000;
    padding: 5px;
}

.clear {
    clear: both;
}

p.addressInfo {
    margin-bottom: 0;
}

div.formAddressErrors, div.formAtLeastOneErrors {
    margin: 2px 0 2px 0;
    padding-left: 0 !important;
    color: #ff0000;
}

.profile_integration_button {
    margin: 5px 0 5px 0;
}

.LayoutBox div.form-shortlabel label {
    display: inline;
}

.importStaticFieldsTable td, .importFieldSelect td {
    vertical-align: baseline;
}

.core_cancel_inlineLabel {
    float: none;
}

.profile_integration_button.xing .left {
    background-image: url("../img/importNoImage_left.png");
    width: 3px;
}

.xingLinkHolder {
    text-align: center;
}
#termsOfUse-inner {
	margin-top: -20px !important;
}
#secureImage {
    display: block;
}
#captcha {
    margin-top: 7px;
}