/*Background URL = https://static.moveonfr.com/insatlse/images/Logo_noir.svg*/
/* Color-Title bar and Side bar = #dc6162 */
/* Button color = dc6162*/
/* Button hover color=  dc6162*/

body{
	font-family: Roboto; 
}

.pageCover {
    background: url("https://static.moveonfr.com/insatlse/images/Logo_noir.svg") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
	padding-top: 100px;
	background-size: 18%;
}

.pageCover h1{
	margin-top: 50px;
}

.wizardTitle{
	font-family: Roboto;
}

.wizardTitleBar {
    background: #dc6162;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
	font-family: Roboto;
}

.pageCover h1 {
    color: #dc6162;
    font-size: 25px;
    margin: 0;
    line-height: 50px;
}

#progressLabel {
   
    text-shadow: 1px 1px 1px #fff;
    color: #dc6162 !important;
}

/* Newly added class*/
.vMenu > a > li:hover, .active {
    background-color: #dc6162 !important;
	border-bottom-color:2px solid #dc6162 !important
}

li.currentLanguage {
    background: none repeat scroll 0 0 #dc6162;
    border-bottom: 4px solid #dc6162;
    color: #ffffff;
    padding: 4px 8px;
}

button[kind="previous_button"] {
  background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #dc6162;
  border-radius: 0;
  font-family: Roboto;
}

button[kind="previous_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #dc6162;
  font-family: Roboto;
}

button[kind="next_button"] {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #dc6162;
  border-radius: 0;
  font-family: Roboto;
}

button[kind="next_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #dc6162;
  font-family: Roboto;
}

button[kind="save_button"] {
  background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #dc6162;
  border-radius: 0;
  font-family: Roboto;
}

button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #dc6162;
    padding-left: 27px;
	font-family: Roboto;
}

input[type=submit]:hover, button:hover, input[type=reset]:hover, .button:hover {
  background-color: #dc6162;
  font-family: Roboto;
}

button[kind="save_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #dc6162;
  font-family: Roboto;
}

.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: Roboto;
    font-weight: 700;
    color: #020202;
}

.vMenu > a > li:hover, .active {
  background-color: #dc6162;
  color: #ffffff;
  cursor: pointer;
}

.vMenu > a > li.complete {
  background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 188px 8px #dc6162;
  color: #ffffff;
}

.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 #dc6162;
  color: #ffffff;
}

.vMenu > a > li.active {
  background-color: #dc6162;
  color: #020202;
}

.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #dc6162;
    color: #ffffff;
    border: 1px solid transparent;
	font-family: Roboto;
}

.addSection:hover, .addButtonTabular:hover {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #dc6162;
    opacity: 1;
	font-family: Roboto;
}

.formHeader {
    color: #020202 !important;
	border-bottom: 1pt solid #020202;
}

.blue span {
    background-color: #dc6162 !important;
}


.autoSaveCheck>label{
	font-family: Roboto;
}

.formContainer fieldset > legend, .searchBox .searchHeader {
	font-family: Roboto !important;
}