/* 
 * ---------------------------------------------------------------------
 * Filename:            Zwickau.css
 * Description:         Design for the moveon 4 Portal
 * Website:             moveon4.com
 * Author:  			Eleonore Martin
 * --------------------------------------------------------------------- 
 */
 
 
body {
     color: #000;
   font-family: Arial,sans-serif;
    background: #F1F1F1 none repeat scroll 0 0;
	}
.pageCover {
    background: url("https://static-de.moveon4.com/de-fh-zwickau/images/logo.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
	padding-top: 160px;

}
	
.blue span {
       background-color: #006e79;
}

.pageContent {
    border: medium solid;
    width: 938px;
    padding: 0 0px 10px;
    border: 1px solid #fff;
    background: white;
    overflow: hidden;
	}

.wizardTitleBar {
    background: #fff none repeat scroll 0 0;
	}
	
.progress-bar {
    margin: 0 6px 0 0;
	 width: 220px;
}	
	

.wizardTitle {
	text-transform: uppercase;
	 color: #1D3164;

	   font-size: 25px;
}

.formHeader {
     border-bottom: 1pt solid #ccc;
    color: #979ea1;
	text-transform: uppercase;
	   width: 140%;
	   padding: 14px 0px 10px 5px;
}
.formContainer {
    float: left;
}

.formContainer fieldset > legend, .searchBox .searchHeader {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

li.currentLanguage {
    background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    color: #C40C1E;
    padding: 2px 8px;
    text-transform: uppercase;
}
#languageButtons li a {
	background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    color: #1D3164;
    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;
}
.plainText {
    text-align: left;
    width: 99%;
    line-height: 28px;
    padding-left: 5px;
	}

.pageCover h1 {
    color: #1D3164;
    padding-top: 30px;
    text-transform: uppercase;
    padding-left: 10px;
	background: #FEFEFE;
		font-weight: bold;
}	
.loginBar span {
    color: #000;
}

.loginBar a {
    color: #000;
}

.loginBar {
top: -18px;
}
a{
    color: #000;
}
a:hover {
	color: #983232;
}
.wizardNavigation { display: none;}


input[type="submit"], button, input[type="reset"], .button {
    background:#1D3164 none repeat scroll 0 0;
	 border-radius: 0;
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: #979ea1 none repeat scroll 0 0;
	 border-radius: 0;
}
button[kind="previous_button"] {
    background: #1D3164 url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
}
button[kind="previous_button"]:hover {
    background: #979ea1 url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
}

button[kind="save_button"], button[kind="submit_button"] {
    background: #1D3164 url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
}
button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
    background: #979ea1 url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
}
legend {
    text-transform: uppercase;
    padding: 7px 5px;
    font-weight: bold;
    margin-left: 0px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
}



button[kind="next_button"] {
    background: #1D3164 url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
}
button[kind="next_button"]:hover {
    background: #1D3164 url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
		text-decoration: underline;
}

.addSection {
    background: #1D3164 url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
}
.addSection:hover {
    background: #ccc url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
}


.pageFooter {
    background: none repeat scroll 0 0;
    height: 80px;
    width: 100%;
	margin-left: 0px;
}
.appDetails {
 
    color: #000;
}

html {
    text-rendering: optimizelegibility;
}





