/* ---------------------------------------------------------------------
* Filename:            Lille 3.css
* Description:         Design for the moveon 4 Portal 1 page
* Website:             moveon4.com
* Author:  			   Aynura Karimli
* --------------------------------------------------------------------- 
*/


body {
    background: none repeat scroll 0 0 #fff;
    color: #111;
	 font: 81.3%/1.618 Arial,sans-serif;
	}

.pageCover {
    background: url("https://www.univ-lille.fr/typo3conf/ext/ul2fpfb/Resources/Public/assets/img/logos/ULille-nb.svg") no-repeat scroll 0 10px transparent;
	padding-top: 150px;
	background-size : auto 110px;
	}
.wizardTitleBar{
    background:  #000037 repeat scroll 0 0;
	}
.wizardTitle {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
	text-transform: uppercase;
	}

.pageContent {
width: 950px;

    border: medium none;
}
.formContainer {
    width: 948px;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
	  background: #ededed;
	  width: 100%;
	  font-weight: 100;
	  padding: 8px 0px;
	  font-size: 15px;
	  font-weight: 600;
	  text-indent: 10px;
}
.formContainer fieldset {
    border-bottom: none;
	 padding-top: 12px;
}
#languageButtons {
	margin-top: 10px;
}
#languageButtons li a {
    padding: 2px 5px;
    width: 100%;
    color: #000;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#languageButtons li a:hover {
    padding: 2px 5px;
    width: 100%;
	background: #000;
    color: #fff;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
li.currentLanguage {
    background: #000 none repeat scroll 0 0;
    color: #fff;
	padding: 2px 8px;
	border-bottom: medium none;
	text-transform: uppercase;
	font-weight: bold;
}
.menuContainer {
  display:none;
}

.formHeader {
   border-bottom: medium none;
   border-top: 2px soid #003560;
    color: #000;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.formRow {
    width: 100%;
    overflow: hidden;
    padding: 2px 0px;
    border-bottom: 1px solid #f1f1f1;
}
.wizardPage {
    padding: 10px;
    width: 97%;
}
.wizardNavigation {
display: none;
}

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 #2D2828; 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 #514646;
	color:#fff;
}

.blue span {
    background-color: #8a8a8a;
}
.rowControl {
    width: 461px;
}

button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #2D2828; color: white;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #514646;
	color:#fff;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #2D2828; color: white;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #514646;
	color:#fff;
	}
	
.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #2D2828; color: white;
	}
.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #514646;
	color:#fff;
	}
.pageCover h1 {
    color: #32a68c;	
	text-transform: uppercase;
	padding-top: 20px;
	}
input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #000037; color: white;
	}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #002d2d;
	color:#fff;
}
.statusSuccess, .statusFailure, .bgRed, .bgGreen {
    margin-top: 6px;
}

/*Links auf erster Seite unten*/
a{
color: #000;
font-size: 100%;
}
a:hover{
color: #514646;
font-size: 100%;
}
/* Footer*/
.pageFooter {
	float: left;
	border-top: 4px solid #32a68c;
	background: #000037;
	width: 100%;
	height: 58px;
	padding-top: 17px;
	color: white;
}
.appDetails {
	color: #fff;
}
/* End Footer*/

.ko-grid thead tr th {
    background:  #f1f1f1 repeat scroll 0 0;
	color: #000;
	}







