/*Background URL = https://static.moveon4.com/fr-bham/images/UoB_Crest_Logo_RGB_POS_Landscape.pdf*/
/* Color-Title bar and Side bar = #C59A00, C59A00 */
/* Button color = #C59A00*/
/* Button hover color=  #DCC266*/


.pageCover {
    background: url("https://static.moveon4.com/bham/images/UoB_Crest_Logo_RGB_POS_Landscape.png") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
	padding-top: 125px;
	background-size: 25%;
}

.pageCover h1{
	margin-top: 50px;
}

.wizardTitleBar {
    background: #C59A00;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    color: white;
}

.pageCover h1 {
    color: #C59A00;
    font-size: 25px;
    margin: 0;
    line-height: 50px;
}

#progressLabel {
   
    text-shadow: 1px 1px 1px #fff;
    color: #C59A00 !important;
}

/* Newly added class*/
.vMenu > a > li:hover, .active {
    background-color: #C59A00 !important;
	border-bottom-color:2px solid #C59A00 !important
}

li.currentLanguage {
    background: none repeat scroll 0 0 #C59A00;
    border-bottom: 4px solid #C59A00;
    color: white;
    padding: 4px 8px;
}

button[kind="previous_button"] {
  background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #C59A00;
  border-radius: 0;
}

button[kind="previous_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #DCC266;
}

button[kind="next_button"] {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #C59A00;
  border-radius: 0;
}

button[kind="next_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #DCC266;
}

button[kind="save_button"] {
  background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #C59A00;
  border-radius: 0;
}

button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #C59A00;
    padding-left: 27px;
}

input[type=submit]:hover, button:hover, input[type=reset]:hover, .button:hover {
  background-color: #DCC266;
}

button[kind="save_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #DCC266;
}

.vMenu > a > li {
    background-color: #ffffff;
    border-bottom: 1px solid #492E23;
    border-top: 1px solid transparent;
    width: 170px;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #000;
}

.vMenu > a > li:hover, .active {
  background-color: #C59A00;
  color: #fff;
  cursor: pointer;
}

.vMenu > a > li.complete {
  background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 188px 8px #C59A00;
  color: #fff;
}

.vMenu > a > li.complete:hover, .vMenu > a > li.complete.active {
  background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 188px 8px #C59A00;
  color: #fff;
}

.vMenu > a > li.active {
  background-color: #C59A00;
  color: #fff;
}

.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #C59A00;
    color: #fff;
    border: 1px solid transparent;
}

.addSection:hover, .addButtonTabular:hover {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #DCC266;
    opacity: 1;
}

.formHeader {
    color: #525252 !important;
}

.blue span {
    background-color: #C59A00 !important;
}