div.bootstrap-xform {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    box-sizing: border-box;
}
div.bootstrap-xform div.required > label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
div.bootstrap-xform div.xform-captcha .input-group-addon {
    padding: 0;
}
div.bootstrap-xform div.form-group > label {
    font-weight: 700;
}
p.xform-desc {
    margin-bottom: 20px;
}
.xform-success {
    display: none;
}
.bootstrap-xform .xform-captcha .input-group input, .xform-captcha .input-group input {
    width: 200px;
    max-width: 95%;
}
.ocm-hide {
    display: none;
}
.ocm-visible {
    display: block !important;
}
/* journal overwrite bootstrap forms, reinforce them */
.bootstrap-xform input.form-control {
    width: 100%;
    max-width: none;
}
.bootstrap-xform .form-group {
    display: block;
}
.bootstrap-xform .row {
    margin-right: -15px;
    margin-left: -15px;
}
.bootstrap-xform .row > div {
    padding-left: 15px;
    padding-right: 15px;
}
div.bootstrap-xform .form-group .input-group {
    display: table;
}
div.bootstrap-xform div.xform-captcha .input-group-addon img {
    max-width: none;
}
.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
    color: #b9b8b8;
}
.bootstrap-xform .ocm-hide {
    display: none;
}
.ocm-popup-content .bootstrap-xform {
    width: 100% !important;
    padding: 25px;
}
.ocm-popup-content .xform-success {
    margin-top: 25px;
}