
/* ---------------------------------------------------------------------
* Filename:            unex_form.css
* Description:         Design for the moveon 4 Portal and Form
* Website:             moveon4.com
* --------------------------------------------------------------------- 
*/

.pageCover {
    background: url(https://static-de.moveon4.com/unex/images/image.png) no-repeat scroll 0px 30px white;
    background-size: 6%;
}
.wizardTitleBar {
    background: #999999;
    color: white;
}
.formHeader {
	color: #E7A500!important;
	border-bottom: 1pt solid #E7A500;
}
.vMenu > a {
    color: #666666 !important;
}
.vMenu > a > li:hover, .active {
    background-color: #666666 !important;
}
.vMenu > a > li.complete {
    color: #20A283;
}
button[kind="previous_button"] {
    background: #E7A500;
    padding-left: 20px;
}
button[kind="previous_button"]:hover {
    background: #20A283;
}
button[kind="next_button"] {
    background: #E7A500;
    padding-left: 20px;
}
button[kind="next_button"]:hover {
    background: #20A283;
}
button[kind="save_button"] {
    background: #E7A500;
    padding-left: 20px;
}
button[kind="save_button"]:hover {
    background: #20A283;
}
button[kind="submit_button"] {
    background: #E7A500;
    padding-left: 20px;
}
button[kind="submit_button"]:hover {
    background: #20A283;
}
.addSection {
    background: #20A283;
}
.addSection:hover, .addButtonTabular:hover {
    background: #E7A500;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: #999999;
    color: white;
}
.blue span {
    background-color: #20A283;
}
#progressLabel {
    color: #666666;
}