.error-msg-wrapper {
    position: relative;
}

.idms-switch input[type=checkbox] {
    position: absolute;
    left: -99999em;
}

.idms-switch label {
    font-weight: 700;
    cursor: pointer;
}

.idms-switch input[type=checkbox]:checked  ~ label {
    background-position: 0 -33px;
}

.idms-switch input[type=checkbox]  ~ label {
    padding-left: 50px;
    background: url("/marktdaten2/assets/images/switch_btn_sprite.png") no-repeat scroll
        0 -3px;
}

.select2-results .select2-result-label {
    padding-left: 10px;
}

.form-errors {
    display: none;
}