/* ---------------------------------------------------------------------
* Filename:            Grenoble.css
* Description:         Design for the moveon 4 Forms
* Website:             moveon4.com
* Author:  			   Renate Schwaighofer
* --------------------------------------------------------------------- 
*/



body {
    background: none repeat scroll 0 0 #fff;
    color: #575657;
	 font: 81.3%/1.618 Montserrat Regular, sans-serif;
	}

.pageCover {
    background: url("https://static.moveonfr.com/fr-grenoble/images/logo.png") no-repeat scroll 0 5px transparent;
	/* Abstand Logo zu WizardBar */
	padding-top: 80px;
	}
.wizardTitleBar{
    background:  #e30613 repeat scroll 0 0;
	border-bottom: none;
	}
.wizardTitle {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
	}
.pageContent {
	width: 950px;
    border: medium none;
}

/*UnterUeberschriften*/
.formContainer {
	border: none;
	padding: 0px 0px 0px 0px;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: #f0f0f0 repeat scroll 0 0;
	font-weight: normal;
	color: #575657;
}
.formContainer fieldset {
    border-bottom: none;
}


/*Language*/
#languageButtons {
	margin-top: 10px;
}
#languageButtons li a {
    padding: 2px 5px;
    width: 100%;
    color: #575657;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#languageButtons li a:hover {
    padding: 2px 5px;
    width: 100%;
    color: #e30613;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
li.currentLanguage {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #e30613;
	padding: 2px 8px;
	border-bottom: medium none;
	text-transform: uppercase;
	font-weight: bold;
}

/* NAVIGATION*/
.wizardNavigation {
  float: right;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 708px;
  }

.wizardNavigation > button {
  margin-right: 5px;
}

.menuContainer {
  background: none;
  width: auto;
  overflow: visible;
  float: left;
  font-size: 12px;
  margin: 30px 0px 0px 0px;
  
}

.vMenu {
  margin: 0px 0px 10px 0px;
  padding: 0;
  min-height: 40px;
  min-width: 200px;
}

.vMenu > a > li:before {
  color: #fff;
  content: "";
  font-size: 14px;
  height: 100%;
  left: 10px;
  position: absolute;
  top: 5px;
  width: 5px;
}

.vMenu > a > li.complete:before {
  content: "";
  font-size: 14px;
  color: #fff;
}

.vMenu > a > li.complete {
  background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 188px 8px #fff;
  color: #000;
  font-weight: 300;
}

.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 #fff;
	color: #e30613;
	cursor: pointer;
	border-left: 3px solid #e30613;
	font-weight: 300;
}

.vMenu > a {
    text-decoration: none;
    color: #000;
}
.vMenu > a > li {
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    padding: 10px;
    display: block;
    position: relative;
    font-family: Arial, Verdana,sans-serif;
    transition: none;
    background: #fff;
	font-weight: 300;
	width: 184px;
}
.vMenu > a > li:hover {
    background-color: #fff !important;
    color: #e30613;
    cursor: pointer;
	border-left: 3px solid #e30613;
	font-weight: 300;
}
.vMenu > a > li.active {
	background: #fff !important;
	color: #e30613;
	font-weight: 300;
	border-left: 3px solid #e30613;
}
/*END NAVIGATION*/

/* Headline */
.formHeader {
   border-bottom: 1px solid #000;
   border-top: 2px soid #003560;
    color: #003560;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.wizardPage {
    padding: 10px;
    width: 97%;
}


/* Buttons in two colors - change all the colors to the Corporate Design */

button[kind="save_button"], button[kind="submit_button"] {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #e30613; color: white;
}
button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #575657; color:white;
}

.blue span {
    background-color: #e30613;
}
.rowLabel {
	width: 190px;
	text-align: left;
	float: none;
}
.labelContainer {
    width: 190px;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
	text-indent: -10px;
}
#Disclaimer .labelContainer {
    width: 580px;
}
#Disclaimer .rowControl {
    width: 100px;
}

.rowControl > select {
	margin-left: 30px;
	width: 256px;
}

.validationMark {
    float: left;
    color: #FC0000;
    display: block;
    height: 20px;
	width: 10px;
}
input[type="radio" i] {
    margin: 3px 3px 0px 40px;
}
input[type=file] {
	margin-left: 30px;
}
input[type="checkbox" i] {
    margin: 3px 3px 3px 40px;
}
.rowControl > input[type=text], .rowControl > input[type=password], .genericControl {
	margin-left: 30px;
}
.loginContainer .rowControl > input[type="text"], .loginContainer .rowControl > input[type="password"], .loginContainer .genericControl {
	width: 90%;
}
.rowControl > input[type=text], .rowControl > input[type=password], .genericControl {
	width: 250px;
}
/* Ende rows*/

.loginBar { 
top: -19px;
margin-top:100px;
float: right;
}

.loginBar span {
    color: #575657;
}
.loginBar a {
    color: #575657;
}
.loginBar a:hover {
	color: #e30613;
}

/* Anfang Buttons */
button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #e30613; color: white;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #575657; color:white;
	color:white;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #e30613;  color: white;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #575657; color:white;
	}
	
.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #e30613; color: white;
	}
.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #575657; color:white;
	}

.pageCover h1 {
    color: #e30613;	
	margin-top: 80px;
	font: Montserrat Regular;
	}
input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #e30613;
	color: white
	}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #575657;
	color:white;
}

.statusSuccess, .statusFailure, .bgRed, .bgGreen {
    margin-top: 6px;
}

/* End Buttons */


/*Links auf erster Seite unten*/
a{
color: #575657;
font: Montserrat Regular;
font-size: 100%;
}
a:hover{
color: #e30613;
font: Montserrat Regular;
font-size: 100%;
}
/* Footer*/
.pageFooter {
	background: #575657;
	width: 100%;
	height: 58px;
	padding-top: 17px;
	color: white;
}
.appDetails {
    height: 24px;
    line-height: 23px;
    color: #fff;
    font-size: 11px;
    margin: 10px auto 0px;
    border-bottom: 0;
    width: 938px;
}
/* End Footer*/






