/*
 * bootstraps column offset for rows with checkboxes */
@media (min-width: 1010px) {
    .bs-offset {
        margin-left: -14px !important;
    }
}

/*
 * some oocss classes */
.brand-primary {
    color: #ff6600;
    font-size: 13px;
    font-family: "Arial Regular";
}

.error {
    color: #DC3C14;
}

.error .mwf-required-exclamation:before {
    color: #DC3C14;
}

.error input[type="text"],
.error input[type="password"],
.error input[type="email"],
.error textarea {
    color: #3c3c3c;
}

/*
 * mfw input fields */
.mwf-input input[type="text"].readonly {
    border: 0;
    padding: 0;
}

.mwf-input input[type="text"].bold {
    font-weight: bold;
}

/*
 * mwf-required-exclamation */
.mwf-required-exclamation {
    position: absolute;
    z-index: 9;
}

.mwf-required-exclamation:before {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    width: 40px;
    margin-left: 2px;
    height: inherit;
    content: "\74";
    color: #f60;
    font-family: osram-microsite-icons !important;
    font-size: 40px;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-right: 1px solid #C8C8C8;
}

.mwf-required-exclamation + input, .mwf-required-exclamation + select, .mwf-required-exclamation + textarea {
    float: none !important;
    padding-left: 46px !important;
}

.mwf-form .ms-accordion-wrapper h3 {
    margin: 0;
    color: #3c3c3c;
    font-size: 15px;
    line-height: 18px;
}

.error-message-container {
    display: inline-block;
    background: rgba(220, 60, 20, 0.1);
    padding: 0 10px 10px;
    border: 1px solid #DC3C14;
}

.mwf-form .error-message-container .font-text-standard {
    font-size: 13px;
    line-height: 18px;
}

.icon-in-text {
    font-size: 34px;
    position: relative;
    top: 10px;
}

.ms-icon-wrapper {
    width: 100%;
}

.set-min-width-60 {
    min-width: 60px;
}

.set-height-72 {
    height: 72px;
    display: block;
}

.animation-position {
    position: absolute;
    margin-left: 10px;
    margin-top: -3px;
    display: none;
}

.animation-rotate .ms-icon_load:before {
    color: #ff6600;
}


@media (min-width: 1010px) {
    .mwf-form .ms-accordion-wrapper h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1920px) {
    .mwf-form .error-message-container .font-text-standard {
        font-size: 15px;
        line-height: 21px;
    }
}

