/* ---------------------------------------------------------------------
* Filename:            Paris-Diderot.css
* Description:         Design for the moveon 4 Pdf
* Website:             moveon4.com
* Author:  			   Renate Schwaighofer
* --------------------------------------------------------------------- 
*/
.pageCover {
    background: url("https://static.moveonfr.com/fr-studialis/images/studialis.png") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
	padding-top: 105px;
	background-size: 30%;
}
.wizardTitleBar {
    background: #060606;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    margin-top: -43px;
	color: white;
}

.loginBar{
	padding-top: 30px;
	
}
.pageCover h1 {
	color: #3E3E3B
}
.pageCover h1 {
    color: #0a92ab;
    font-size: 25px;
    margin: 0;
    line-height: 177px;
}

.vMenu > a > li:hover, .active {
    background-color: #F35499!important;
}

.vMenu > a > li {
    background-color: #060606;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid transparent;
    width: 170px;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: "Lucida Sans","Lucida Grande",sans-serif;
    color: white;
}

.vMenu > a > li:hover, .active {
    background-color: #1F3D59;
    color: white;
    cursor: pointer;
    font-weight: 700 !important;
}

button[kind="next_button"] {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #060606;
    padding-right: 20px;
    color: #fff;
}

button[kind="save_button"], button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #060606;
    padding-left: 27px;
}

button[kind="previous_button"] {
    background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #060606;
    padding-left: 20px;
    color: #fff;
}

.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #060606;
    height: 25px;
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 5px 3px 25px;
    cursor: pointer;
    float: left;
    margin: 5px 0px 5px 1px;
    opacity: 1;
}
.loginBar {
    padding: 4px 0px 4px 2px;
    position: absolute;
    top: -90px;
    right: 0px;
    font-size: 11px;
    line-height: 18px;
    position: relative;
    top: 3px;
}

input[type=submit], button, input[type=reset], .button {
    background: none #060606;
    position: relative;
    padding: 6px 14px 7px;
    color: white;
    text-decoration: none;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    float: left;
    top: 0px;
    line-height: 30px;
}

.loginBar a {
    float: none;
    background: none !important;
    margin-left: 10px;
    border: 0;
    color: #263B47;
    text-decoration: underline;
    line-height: 14.27em;
}