/* Minification failed. Returning unminified contents.
(86,23): run-time error CSS1033: Expected closing bracket, found 'i'
(86,24): run-time error CSS1031: Expected selector, found ']'
(86,24): run-time error CSS1025: Expected comma or open brace, found ']'
 */
/*CSS für Migration CWP BE/NL zu SXP*/
.greybox {
    background-color: #f2f2f2;
    padding: 15px;
    margin-bottom: 10px;
}

.center {
    margin-left: 300px;
    margin-right: auto;
}

div.center div.description {
    width: 100px;
    float: left;
    font-size: 14px;
    text-align: right;
    margin-right: 20px;
    padding-top: 10px;
}

div.input {
    width: 500px;
}

span.datenuebernahmeCb input {
    float: left;
    height: 15px !important;
    width: 15px !important;
}

div.input div.cbtext {
    float: left;
    margin-left: 5px;
    width: 285px;
}

div.input input {
    font-family: 'Open Sans',Arial;
    font-size: 14px;
    font-weight: 400;
    width: 300px;
    height: 32px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding-left: 8px;
    margin-bottom: 10px;
}

input.choice {
    height: 18px;
    width: 18px;
    margin: 6px 10px 6px 0;
    padding: 0;
}

.radioinputlabel {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
}

div.hintAlreadyRegistered, div.hintLoginFailed, div.hintWrongPassword, div.hintCbUnchecked {
    color: #fd1c18;
    padding: 10px;
    display: block;
    background-color: #ffe7e7;
    width: 1128px;
    border: 1px solid #ffbaba;
}

    div.hintAlreadyRegistered.hidden, div.hintLoginFailed.hidden, div.hintWrongPassword.hidden, div.hintCbUnchecked.hidden {
        display: none;
    }

div.CbContainer {
    /*display: none;*/
    width: 14px;
    height: 14px;
    /*border: 2px solid red;*/
    float: left;
}

input[type="checkbox" i] {
    margin: 0;
}


