/* chosen */
.field-startcooperateform-type .chosen-container-multi .chosen-choices {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    font-size: 16px;
    line-height: 140%;
    padding: 7px 10px 7px 20px;
    height: auto;
    background-image: none;
}

.field-startcooperateform-type .chosen-container-active .chosen-choices {
    border: 1px solid #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.field-startcooperateform-language .chosen-container-single .chosen-single {
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 140%;
    padding: 10px 10px 8px 20px;
    height: auto;
}

.field-startcooperateform-language .chosen-container-single .chosen-single div b {
    background: url('/themes/basic/images/chosen/chosen-sprite.png') no-repeat 0 12px;
}

/* chosen */
/* blocker */
.start-cooperate-form {
    position: relative;
}

.blocker {
    transition: background-color 250ms linear;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

.start-cooperate-form.blocked .blocker {
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    cursor: wait;
}

/* blocker */

/* b24 */

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: none !important;
}

.b24-form-padding-side {
    padding: 0 !important;
}

.b24-form-header-padding {
    display: none;
}

/* b24 */