/*css for form*/
/*Hochschule Magdeburg-Stendal*/

.pageCover {
    background: url(https://h2.adv-pub.moveon4.de/files/h2/2025/12/Logo_h2_blauer_Grund_RGB_1000.png) no-repeat scroll 0px 0px white;
    background-size: 17%;
}
.wizardTitleBar {
    color: white;
    background: #008bc5;
}
.blue span {
    background-color: #76b82a;
}
#progressLabel {
    color: #002851;
}
.formHeader {
    color: #002851 !important;
}

.formContainer fieldset > legend, .searchBox .searchHeader {
    background: #008bc5;
    color: white;
}
.mark-complete {
    background: #e9e9e9;
    padding: 5px 0 0;
    margin-top: 2px;
    float: left;
}
button[kind="previous_button"] {
    background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #7c7c7d;
    padding-left: 20px;
    color: #fff;
}
button[kind="next_button"] {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #7c7c7d;
    padding-right: 20px;
    color: #fff;
}
button[kind="save_button"], button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #7c7c7d;
    padding-left: 27px;
}
button[kind="save_button"], button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #7c7c7d;
    padding-left: 27px;
}
button[kind="previous_button"]:hover {
    background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #3c3c3b;
}
button[kind="next_button"]:hover {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #3c3c3b;
}
button[kind="save_button"]:hover {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #3c3c3b;
}
button[kind="submit_button"]:hover {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #3c3c3b;
}
.vMenu > a > li {
    border-bottom: 1px solid #002851;
    color: #002851;
}
.vMenu > a > li:hover, .active {
    background-color: #008bc5 !important;
}
.vMenu > a > li:hover {
    color: white !important;
}
.vMenu > a > li:active {
    color: #008bc5 !important;
}
.vMenu > a > li.complete:before {
    color: #15B712;
}