/* 
 * ---------------------------------------------------------------------
 * Filename:            INPBordeaux.css
 * Description:         Design for the moveon 4 Form and Portal
 * Version:             0.0.9 (18/07/2014)
 * Website:             moveon4.com
 * Author:  			Luciana Purcaru
 * --------------------------------------------------------------------- 
 */


body {
    color: #2a2e46 !important;
	background: url("https://static.moveonfr.com/fr-inpb/images/Bandeau-MoveOn.jpg") no-repeat scroll center  top transparent;
    width: 920px;
	margin: auto;
	font: Calibri,Arial,Helvetica,sans-serif;
	width: 1000px;
	vertical-align: baseline;
	 background-size: 75%;
	}

.pageCover{
	background: transparent;
	padding-top: 60px;
}
.pageHeader{
	display: block;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.logo {
    background: url("https://static.moveonfr.com/fr-inpb/images/bordeaux_inp_couleur_rvb.jpg") no-repeat scroll 54px  0 transparent;
	
	    height: 200px;
    top: 53px;
    width: 594px;
    background-size: 45%;
	}
.pageContainer {
	width: 1000px;
	
}

.pageContent {
    margin: 99px auto auto;
    border: medium none;
	background: transparent none repeat scroll 0 0;
	overflow: visible;
}
.formHeader {
    border-bottom: medium none;
    color: #2a2e46 !important;
	text-transform: uppercase;
}
.wizardTitle {
    color: #2a2e46;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2.1em;
	 padding: 33px 0;
}
.wizardTitleBar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #2a2e46;
	text-transform: uppercase;
	font-size: small;
}


.menuContainer {
    background: transparent none repeat scroll 0 0;
	width:201px;
	font-size: 11px;

}

.vMenu > a {
    color: white;
}
.vMenu > a > li {
    background: #2a2e46;
	color: white;
	border-bottom: 1px solid white;
	text-transform: uppercase;
	line-height: 17px;
	
}
.vMenu > a > li:hover {
     background: #00b0ff !important;
    color: white;
}
.vMenu > a > li.complete:hover, .vMenu > a > li.complete.active {
    background: #00b0ff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 190px 7px!important !important;
    color: white;
}
.vMenu > a > li.complete {
    background: #2a2e46 url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 190px 8px;
    color: white;
}
.vMenu > a > li.active {
	  color: white;
	  background: #00b0ff !important;
}	
	
#languageButtons li {
background-color: white;
color:#00b0ff !important ;
  margin-left: 0;
  font-size: 10px;
    font-weight: bold;
}
#languageButtons li a {
    color: #2a2e46;
	text-transform: uppercase;
    padding: 4px 5px;
}
#languageButtons li a:hover{
   	text-transform: uppercase;
	text-decoration: none;
	color: #2a2e46;
	}

#languageButtons {
    
	   top: -42px;
    padding: 58px;
    right: -17px;
    border: 2px solid #e9eaea;
    border-radius: 7px;
}

li.currentLanguage {
	   border-bottom: medium none;
	   color: #2a2e46;
	   text-transform: uppercase;
}
	

.progress-bar {
    border-radius: 10px;
    margin: 24px 55px 0 0;
}

.blue span {
    background-color: #2a2e46 ;
	 border-radius: 10px;
}

.wizardNavigation {
    width: 707px;
}
.loginBar {
    float: right;
}
.loginBar a {
	 color: #00b0ff;
}

button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #2a2e46;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #00b0ff;
	}

input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #2a2e46 ;
	}
input[type="submit"], button, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #00b0ff;
	}
	
	
button[kind="save_button"], button[kind="submit_button"] {
    background: #2a2e46 url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;

}
button[kind="save_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #00b0ff;
}

button[kind="next_button"]{
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #2a2e46;
	}
button[kind="next_button"]:hover{
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #00b0ff;
	}

.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #2a2e46 ;
}
.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #00b0ff;
}
input[type="submit"], button, input[type="reset"], .button{
    background: none repeat scroll 0 0 #2a2e46;
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #00b0ff;
}

a{
  color: #00b0ff;
}

.pageCover h1 {
    color: #39a9dc;
	}
.plainText {
    line-height: 21px;
}
	
.statusFailure, .bgRed {
    background: url(https://static.moveon4.com/default/icons/error_icon.png) no-repeat scroll 8px 9px #2a2e46 !important;
}
	
	