/* ---------------------------------------------------------------------
* Filename:            form_css.css
* Description:         Design for the MoveOn 4 Forms
* ---------------------------------------------------------------------
*/



body {
    background: none repeat scroll 115px 0 #fff;
    color: #292929;
	font-family: "Open Sans",Arial,sans-serif!important;
}

.pageCover {
	background: url("https://static.moveonfr.com/Universite-de-Paris/images/Universite_Paris_logo_vertical_200x200px.jpg")no-repeat scroll 0 10px;
	/* Distance between logo and WizardBar */
	padding-top:170px;
	background-size: 15%;
}

.wizardTitle {
	color: #292929;
    font-size: 24px;
    font-weight: 400;
	font-family: "Open Sans",Arial,sans-serif!important;
}

.pageContent {
	width: 950px;
    border: medium none;
	padding: 0;
}

.kogridContainer {
	width: 77%;
	margin-left: 1%;
}

/*Subheadings*/
.formContainer {
	border: none;
	padding: 0;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
	font-family: "Open Sans",Arial,sans-serif!important;
    background: none repeat scroll 0 0 #fff;
	color: #000;
	font-size: 14px;
}
.formContainer fieldset {
    border-bottom: none;
	font-size: 12px;
	font-weight: lighter;
}


/*Language*/
#languageButtons {
	margin-top: 10px;
}
#languageButtons li a {
    padding: 2px 5px;
    width: 100%;
    color: #827D82;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#languageButtons li a:hover {
    padding: 2px 5px;
    width: 100%;
    color: #fff;
	background: #8a1538;
    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: #fff;
	background: #827D82;
	padding: 2px 8px;
	border-bottom: medium none;
	text-transform: uppercase;
	font-weight: bold;
}

/* NAVIGATION*/

.vMenu {
	margin: 0;
	min-height: 40px;
	min-width: 200px;
	font-size: 12px;
}

.vMenu > a > li.complete  {
	background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 180px 8px #f1f1f1;
	color: #292929;
}
.vMenu > a > li.complete.active {
	background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 180px 8px #8a1538;
    color: #fff;
}
.vMenu > a > li.complete:hover { 
    background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 180px 8px #827D82; 
    color: #8a1538;
}

.vMenu > a {
    text-decoration: none;
}
.vMenu > a > li {
    border-bottom: 1px solid #808080;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
	font-family: "Open Sans",Arial,sans-serif;
    transition: none;
    background: #fff;
	color: #000;
	font-weight: 700;
}
.vMenu > a > li:hover {
    background-color: #f1f1f1 !important;
    color: #8a1538;
    cursor: pointer;
}
.vMenu > a > li.active {
	background: #8a1538 !important;
	color: #fff;
	font-weight: 400;
}
/*END NAVIGATION*/



/* Headline */
.formHeader {
	width: 100%;
	border-bottom: medium none;
	color: #8a1538 !important;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0;
}

.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 #827D82; color: white;
	padding: 0 15px 1px 25px;
	border-radius: 50px;
	border: 2px solid #827D82;
}
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 #8a1538;
	padding: 0 15px 1px 25px;
	text-decoration: none;
	border: 2px solid #8a1538;
}

.blue span {
    background-color: #8a1538;
}
.rowLabel {
    width: 150px;
    margin-top: 4px;
    text-align: left;
	float: none;
}
.labelContainer {
    width: 200px;
    padding: 0 0 0 5px;
    line-height: 20px;
}
.validationMark {
    float: left;
    /* width: 10px; switch off because otherwise everything is strangely indented*/
    color: #FC0000;
    display: block;
    height: 20px;
	width: 10px;
}


button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #827D82; color: white;
	padding: 0 25px 1px 15px;
	border-radius: 50px;
	border: 2px solid #827D82;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #8a1538;
	padding: 0 25px 1px 15px;
	text-decoration: none;
	border: 2px solid #8a1538;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #827D82;  color: white;
	padding: 0 15px 1px 25px;
	border-radius: 50px;
	border: 2px solid #827D82;
}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #8a1538;
	padding: 0 15px 1px 25px;
	text-decoration: none;
	border: 2px solid #8a1538;
}
	
.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 8px #827D82; color: white;
	height: 34px;
	border-radius: 50px;
	border: 2px solid #827D82;
	padding: 0 15px 0 25px;
	}
.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 8px #8a1538;
	height: 34px;
	text-decoration: none;
	border: 2px solid #8a1538;
	}

.pageCover h1 {
    color: #827d82;	
	text-transform: uppercase;
	padding-top: 20px;
	}
input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #827d82;
	color: white;
	}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #8a1538;
	color:#fff;
	text-decoration: underline;
}
.statusSuccess, .statusFailure, .bgRed, .bgGreen {
    margin-top: 6px;
}

.wizardNavigation > button {
	margin-right: 10px;
}

button:focus {
	border: 2px dotted #fff !important;
}

/* End Buttons */

/*Left on the first page below*/
a{
color: #000;
font-size: 100%;
}
a:hover{
color: #8a1538;
font-size: 100%;
}
/* Footer*/
.pageFooter {
	background: #fff;
	width: 100%;
	height: 40px;
	padding-top: 5px;
	color: white;
	padding-left: 0;
}
.appDetails {
	color: #827D82;
	float: none !important;
}
/* End Footer*/






