/* 
 * ---------------------------------------------------------------------
 * Filename:            se-malardalen_form.css
 * Description:         Design for the moveon 4 Form 
 * Version:             0.0.9 (18/07/2014)
 * Website:             moveon4.com
 * Author:  			Luciana Pintilie
 * --------------------------------------------------------------------- 
 */
 
 body{
	color: #333333;
    font-family: Arial,sans-serif;
    background: #fff none repeat scroll 0 0;
	 font-size: 14px;
 }
.pageCover {
    background: url("https://static-de.moveon4.com/mdh/images/MDU_engelsk_farg.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
    padding-top: 200px;
  background-size:28%;
}
.pageContent {
      border-bottom: 1px solid #d83d00;
	border: medium none;
}
.formHeader {
	border-bottom: medium none;
	 color: #333333;
}

.formContainer fieldset > legend, .searchBox .searchHeader {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

a {
    color: #009999;
}
.loginBar a {
      color: #009999;
}
li.currentLanguage {
    background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    color: #333333;
}
#languageButtons li a {
    padding: 4px 5px;
    color: #333;
}
input[type="submit"], button, input[type="reset"], .button {
    background: #d83d00 none repeat scroll 0 0;
	  border-radius: 0;
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: #009999 none repeat scroll 0 0;
	  border-radius: 0;
}
.wizardTitleBar {
    background: #d83d00 none repeat scroll 0 0;
	color: white;
}
.wizardTitle {
   font-family: Arial;
    font-weight: normal;
}
.blue span {
    background-color: #009999;
	
}

.progress-bar {
	color: #333333;
}
.menuContainer {
    font-size: 13px;
}

.vMenu > a {
    color: #333333;
	    font-family: Arial,sans-serif;
}


.vMenu > a > li {
    border-bottom: medium none;
    border-top: medium none;
	    font-weight: 400;
}

.vMenu > a > li.active {
    background-color: #d83d00;
	    font-weight: 400 !important;
}
.vMenu > a > li.active:hover {
	  font-weight: 400 !important;
	   color: #fff;
	       background-color: #d83d00;
		   	text-decoration:underline;
}

.vMenu > a > li:hover{
	text-decoration:underline;
	  background-color: #fff;
	      color: #333333;
		      font-weight: 400 !important;
}

.vMenu > a > li.complete {
    background: #e9decc url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px;
    color: #333333;
      font-weight: 400 !important;
}
.vMenu > a > li.complete:hover {
	 background: #e9decc url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px;
    color: #333333;
      font-weight: 400 !important;
	  	text-decoration: underline;	
}

.vMenu > a > li.complete.active, .vMenu > a > li.complete.active:hover {
    background: #d83d00 url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px;
		text-decoration:underline;
	 color: #fff;
	     font-weight: 400 !important;
}

.pageCover h1 {
	 color: #333333;
}

.addSection {
    background: #d83d00 url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
	  border-radius: 0;
}
.addSection:hover {
    background: #009999 url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
	  border-radius: 0;
}
button[kind="save_button"], button[kind="submit_button"] {
    background: #d83d00 url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
	  border-radius: 0;
}
button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
    background: #009999 url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
	  border-radius: 0;
}
	
button[kind="previous_button"] {
    background: #d83d00 url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
	  border-radius: 0;
}
button[kind="previous_button"]:hover {
    background: #009999 url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
	  border-radius: 0;
}

button[kind="next_button"] {
    background: #d83d00 url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
		  border-radius: 0;
}
button[kind="next_button"]:hover {
    background: #009999 url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
		  border-radius: 0;
}

