/*
 * ===========================================================================
 * IBA CZ Confidential
 *
 * © Copyright IBA CZ 2018 ALL RIGHTS RESERVED
 * The source code for this program is not published or otherwise
 * divested of its trade secrets.
 * ===========================================================================
 */

.portlet-corruption-reporting .corruption-report-type label {
    display: inline-block;
}

.portlet-corruption-reporting .text-help {
    font-size: 12px;
    margin-bottom: 3px;
    display: block;
}

.portlet-corruption-reporting .label-mandatory::after  {
    color: red;
    content: " *";
}

.portlet-corruption-reporting .label-bold {
    font-weight: bold;
}

.portlet-corruption-reporting .corruption-report-type .form-field.control-group .field-label  {
    display: none;
}

.portlet-corruption-reporting .typeCorruptionReportingOther .report-other {
    float: left;
}

.portlet-corruption-reporting .typeCorruptionReportingOther .report-other-checkbox {
    float: left;
}
.portlet-corruption-reporting .typeCorruptionReportingOther .report-other-input {
    float: left;
}

.portlet-corruption-reporting .corruption-times .field-label  {
    display: none;
}

.portlet-corruption-reporting .corruption-times .field-label-error  {
    display: none;
}

.portlet-corruption-reporting .corruption-project-identification .field-label  {
    display: none;
}

.portlet-corruption-reporting .corruption-project-identification .field-label-error  {
    display: none;
}

.portlet-corruption-reporting .corruption-identify-specific-person .field-label  {
    display: none;
}

.portlet-corruption-reporting .corruption-identify-specific-person .field-label-error  {
    display: none;
}

.portlet-corruption-reporting .corruption-notified-details .field-label  {
    display: none;
}

.portlet-corruption-reporting .corruption-notified-details .field-label-error  {
    display: none;
}

.portlet-corruption-reporting .corruption-customer-info-details .field-label  {
    display: none;
}

.portlet-corruption-reporting .corruption-customer-info-details .field-label-error  {
    display: none;
}

.portlet-corruption-reporting .iba-form .field-label + .captcha-validate {
    clear: left;
    position:  relative;
    top: -30px;
    margin-bottom: -40px;
}

.portlet-corruption-reporting .iba-form fieldset {
    margin-bottom: -10px;
}

.portlet-corruption-reporting .field-error.portlet-msg-error{
    margin-left: 0px;
}