/* ---------------------------------------------------------------------
* Filename:            Zagreb.css
* Description:         Design for the moveon 4 Forms
* Website:             moveon4.com
* Author:  			   Renate Schwaighofer
* --------------------------------------------------------------------- 
*/



body {
    background: none repeat scroll 0 0 #fff;
    color: #000;
	 font: 81.3%/1.618;
	 font-family: Arial, Tahoma,sans-serif;
	 font-size: 12px;
	}

.pageCover {
    background: url("https://static.moveon4.com/hr-zagreb/images/logo.jpg") no-repeat scroll 0 10px transparent;
	/* Abstand Logo zu WizardBar */
	padding-top: 120px;
	}
.wizardTitleBar{
    background:  #002f66 repeat scroll 0 0;
	border-radius: 3px;
	}
.wizardTitle {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
	text-transform: uppercase;
	}
.pageContent {
	width: 950px;
    border: medium none;
}

/*UnterUeberschriften*/
.formContainer {
	border: none;
	padding: 0px 0px 0px 0px;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
	  background: #f1f1f1;
	  width: 100%;
	  font-weight: 100;
	  padding: 8px 0px;
	  font-size: 15px;
	  font-weight: 600;
	  text-indent: 10px;
}
.formContainer fieldset {
    border-bottom: none;
}


/*Language*/
#languageButtons {
	margin-top: 30px;
}
#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;
	background: #002f66;
    width: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
li.currentLanguage {
    background: #002f66 none repeat scroll 0 0;
    color: #fff;
	padding: 2px 8px;
	border-bottom: medium none;
	text-transform: uppercase;
	font-weight: bold;
}

/* NAVIGATION*/

.vMenu {
	margin: 0px 0px 0px 0px;
	background: #002f66;
	min-height: 40px;
	min-width: 200px;
	font-family: UnizgSans,Verdana,sans-serif;
	font-weight: 400;
}

.vMenu > a {
    text-decoration: none;
	font-weight: 400;
}
.vMenu > a > li {
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: Arial, Verdana,sans-serif;
    transition: none;
    background: #002f66;
	color: #fff;
	font-weight: 400;
	font-family: UnizgSans,Verdana,sans-serif;
}
.vMenu > a > li:hover {
    background-color: #009AE1 !important;
    color: #fff;
    cursor: pointer;
	font-weight: 400;
}
.vMenu > a > li.active {
	background: #009AE1 !important;
	color: #fff;
	font-weight: 400;

}

.vMenu > a > li:hover, .active {
  background-color: #007bc0;
  color: white;
  cursor: pointer;
  font-weight: 400 !important;
}


.vMenu > a > li.complete  {
	background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 180px 8px #002f66; 
	color: #fff;
	font-weight: 400;
}
.vMenu > a > li.complete:hover, .vMenu > a > li.complete.active {
  background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 180px 8px #002f66;
  color: white;
  font-weight: 400 !important;
}
/*END NAVIGATION*/



/* Headline */
.formHeader {
   border-bottom: medium none;
   border-top: 2px soid #002f66;
   border-bottom: 1pt solid #002f66;
    color: #000;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin-bottom: 15px;
	
}
.formRow {
    width: 100%;
    overflow: hidden;
    padding: 2px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.wizardPage {
    padding: 10px;
    width: 97%;
}


/* Buttons in two colors - change all the colors to the Corporate Design */

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 #002f66; 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 #009AE1; 
	color:#fff;
}

.blue span {
    background-color: #002f66;
}
.rowLabel {
    width: 150px;
    margin-top: 4px;
    text-align: left;
	float: none;
}
.labelContainer {
    width: 200px;
    padding: 0px 0px 0px 5px;
    line-height: 20px;
}
.validationMark {
    float: left;
    /* width: 10px; ausschalten weil sonst ist alles komisch eingerückt*/
    color: #FC0000;
    display: block;
    height: 20px;
	width: 10px;
}


button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #002f66; color: white;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #009AE1; 
	color:#fff;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #002f66;  color: white;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #009AE1; 
	color:#fff;
	}
	
.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #002f66; color: white;
	}
.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #009AE1; 
	color:#fff;
	}

.pageCover h1 {
    color: #002f66;	
	text-transform: uppercase;
	padding-top: 20px;
	}
input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #002f66;
	color: white;
	}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #009AE1;
	color:#fff;
}
.statusSuccess, .statusFailure, .bgRed, .bgGreen {
    margin-top: 6px;
}

/* End Buttons */


/*Links auf erster Seite unten*/
a{
color: #000;
font-size: 100%;
}
a:hover{
color: #002f66;
font-size: 100%;
}
/* Footer*/
.pageFooter {
	float: left;
	border-top: 2px solid #002f66;
	background: #fff;
	width: 100%;
	height: 58px;
	padding-top: 17px;
	color: white;
}
/* End Footer*/






