.form-item > input {
    margin-left: 0;
}

.ccl-su-help-position {
    width: 100%;
    position: inherit;
    left: 0;
    top: 0;
}

.ccl-su-help {
    padding: 0.5rem;
    background: none;
}

.ccl-su-help > .ccl-font-s {
    font-size: 1.2rem;
    color: #5c5c5c;
    line-height: 1.5rem;
    padding-top: 0.5rem;
}

.form-radios>.form-item {
    display: block !important;
}

.form-radios {
    padding: 0;
}

input[type='radio']{
    margin: 0.6rem;
}

.ccl-f-radio-pad-l{
    padding:0;
}

div[cc-forms].error{
    padding: 0.5rem;
    margin-top: 1rem;
    font-style: italic;
    background: none;
    font-size: 1.2rem;
    color: #5c5c5c;
    line-height: 1.5rem;
}

#edit-new-user-institution-wrapper, #edit-user-institution-wrapper, #edit-user-organisation-wrapper, #edit-user-work-exp-wrapper,
#edit-user-graduation-year-wrapper {
    display: none;
}

.generic-dialog-box .ns-button:hover{
    background: none;
}

/*modal*/
.generic-dialog-box .content{
    max-height: inherit;
    margin-bottom: 0;
}

/*overlay8*/
.ccl-su-disable {
    width: 101%;
    opacity: 0.3;
    top: 0;
    right: -1px;
    top: -2rem;
    height: 110%;
}