/* 
 * ---------------------------------------------------------------------
 * Filename:           Murdoch_form_form.css
 * Description:         Design for the moveon 4 Form and Portal
 * Version:             0.0.9 (18/07/2014)
 * Website:             moveon4.com
 * Author:  			Luciana Pintilie
 * --------------------------------------------------------------------- 
 */
 
.pageCover {
    background: url("https://static.moveon4.com/au-murdoch/images/MIS-9457-MU_wordmark_red_2021_TOUSEALWAYS.jpg") no-repeat scroll 10px 20px rgba(0, 0, 0, 0);
	background-size: 30%;

}

.formHeader {
    color: #525232 !important;
}

.vMenu > a > li {
    background-color: white;
    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: "Lucida Sans","Lucida Grande",sans-serif;
    font-weight: 700;
    color: black;
}

.vMenu > a > li:hover, .active {
    background-color: #e12744 !important;
	border-bottom-color:2px solid #5058ff !important;
	color: white !important;
}

li.currentLanguage {
    background: none repeat scroll 0 0 #e12744;
    border-bottom: 4px solid black;
    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 #e12744;
  border-radius: 0;
}

button[kind="previous_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #e12744;
}

button[kind="next_button"] {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #e12744;
  border-radius: 0;
}

button[kind="next_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #e12744;
}

button[kind="save_button"] {
  background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #e12744;
  border-radius: 0;
}

button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #e12744;
    padding-left: 27px;
}

input[type=submit]:hover, button:hover, input[type=reset]:hover, .button:hover {
  background-color: #e12744;
}

button[kind="save_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #e12744;
}

.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #e12744;
    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 #e12744;
    opacity: 1;
}