/*Képzések*/
.form-type-radio {
    /* background: #6d6e71 none repeat scroll 0 0; */
    border: 1px solid #d8d8d8;
    color: #444;
    display: -webkit-inline-box;
    font-weight: 100;
    padding: 5px 10px;
    border-radius: 4px;
    background: #eaeaea;
}
input[type="radio"]:checked+label {
    color: #005caa;
    font-weight: 600;
}

#edit-field-academic-level-type-value--wrapper {
    width: 100%;
    margin-bottom:unset;
}
input#edit-submit-kepzesek  {
    margin-top: 3em;
}
div#edit-actions {
    clear: unset;
}
.apply-red{
  color:red;
}
#apply-red{
  color:red;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
    padding: 5px;
}