/* 
 * ---------------------------------------------------------------------
 * Filename:            EA Lillebaelt.css
 * Description:         Design for the moveon 4 Portal
 * Website:             moveon4.com
 * Author:  			Luciana Pintilie
 * --------------------------------------------------------------------- 
 */
 
 
body {
     color: #000;
   font-family: Montserrat,Arial,sans-serif;
    background: #fff none repeat scroll 0 0;
	}
.pageCover {
    background: url("https://static.moveon4.com/dk-ucl/images/UCL_logo_rgb.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
	padding-top: 130px;
	background-size: 20%;

}
	
.blue span {
       background-color: #006e79;
}

.pageContent {
    border: medium none;
	width: 1000px;
	}
.wizardTitleBar {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #74b7c0;
	}
	
.progress-bar {
    margin: 0 6px 0 0;
	 width: 220px;
}	
	

.wizardTitle {
	text-transform: uppercase;
	color: #006e79;

	font-size: 25px;
	font-family: Montserrat,Arial,sans-serif;
}
.formHeader {
     border-bottom: 1pt solid #96b6c4;
    color: #979ea1;
	text-transform: uppercase;
	   width: 140%;
}
.formContainer {
    float: left;
}
legend {
	 text-transform: uppercase;
	}
		
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-family: Montserrat,Arial,sans-serif;
}

li.currentLanguage {
    background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    color: #006e79;
    padding: 2px 8px;
    text-transform: uppercase;
}
#languageButtons li a {
	background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    color: #006e79;
    padding: 2px 8px;
    text-transform: uppercase;
}
.vMenu {
	display:none;
}
	
.menuContainer {
	display:none;
    background: white none repeat scroll 0 0;
	    float: right;
		width: 230px;
		 margin: 80px 0 0;
	}
.vMenu > a {
    color: #006e79;
}
.vMenu > a > li:hover {
    background-color: #fff;
    color: #006e79;
}
.vMenu > a > li.active {
    background-color: #f0f1f1;
    color: #006e79;
}
.vMenu > a > li.complete:hover{
    background: #fff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px;
    color: #006e79;
}
.vMenu > a > li.complete.active {
  background: #f0f1f1 url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px;
    color: #006e79;
}
.vMenu > a > li.complete {
    background: #fff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px;
    color: #006e79;
}
.vMenu > a > li {
    border-bottom: none;
	text-transform: uppercase;
	   border-top: 1px solid #e6f1f2;
	font-family: Montserrat,Arial,sans-serif;
}

.pageCover h1 {
    color: #006e79;
	  padding-top: 30px;
	  	text-transform: uppercase;
}
.loginBar span {
    color: #000;
}

.loginBar a {
    color: #000;
}

.loginBar {
top: -18px;
}
a{
    color: #006e79;
}
.wizardNavigation { display: none;}

.privacy_policy {
    color: #fff;
}

input[type="submit"], button, input[type="reset"], .button {
    background:#68b2b7 none repeat scroll 0 0;
	 border-radius: 0;
	 font-family: Montserrat,Arial,sans-serif;
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: #ccc none repeat scroll 0 0;
	 border-radius: 0;
	 font-family: Montserrat,Arial,sans-serif;
}


button[kind="save_button"], button[kind="submit_button"] {
    background: #68b2b7 url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
	font-family: Montserrat,Arial,sans-serif;
}
button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
    background: #ccc url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
	font-family: Montserrat,Arial,sans-serif;
}

button[kind="previous_button"] {
    background: #68b2b7 url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
	font-family: Montserrat,Arial,sans-serif;
}
button[kind="previous_button"]:hover {
    background: #ccc url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
	font-family: Montserrat,Arial,sans-serif;
}


button[kind="next_button"] {
    background: #68b2b7 url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
	font-family: Montserrat,Arial,sans-serif;
}
button[kind="next_button"]:hover {
    background: #ccc url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
	font-family: Montserrat,Arial,sans-serif;
}

.addSection {
    background: #68b2b7 url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
	font-family: Montserrat,Arial,sans-serif;
}
.addSection:hover {
    background: #ccc url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
	font-family: Montserrat,Arial,sans-serif;
}

.pageFooter {
    background: #006e79 none repeat scroll 0 0;
    height: 150px;
    width: 100%;
}
.appDetails {
 
	width: 100%;
    color: #fff;
}

html {
    text-rendering: optimizelegibility;
}





