/* ---------------------------------------------------------------------
* Filename:            Leipzig.css
* Description:         Design for the moveon 4 Portal 1 page
* Website:             moveon4.com
* Author:  			   Renate Schwaighofer
* --------------------------------------------------------------------- 
*/

/* 
Client specific colors:
Red: 176/47/44 - when it's just 1 color scheme
Additionally for diagrams and tables:
bright red: 214/66/66
light blue: 138/194/209
light gray: 201/201/201
dark gray: rgb(38, 42, 49);
*/

body {
    background: none repeat scroll 0 0 #fff;
    color: rgb(38, 42, 49);
	font: 81.3%/1.618 Arial, sans-serif;
}

.pageCover {
    background: url("https://static-de.moveon4.com/de-uni-leipzig/images/J_leipzig.jpg") no-repeat scroll -30px 20px transparent;
	padding-top: 200px;
	background-size: 350px;
}

.wizardTitleBar{
    background:  rgb(176, 47, 44) repeat scroll 0 0;
	border-bottom: none;
	margin-top: -20px;
}
    
.wizardTitle {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}
    
.pageContent {
    width: 950px;
    border: medium none;
}

.formContainer {
    width: 948px;
	border: none;
	margin: 31px 0 10px;
}

.formContainer fieldset > legend, .searchBox .searchHeader {
	color: rgb(38, 42, 49);
    width: 100%;
    font-weight: 100;
    padding: 8px 0px;
    font-size: 15px;
    font-weight: 600;
    text-indent: 10px;
    margin: 0px;
}

.formContainer fieldset {
    border-bottom: none;
	padding-top: 12px;
}

#languageButtons {
	margin-top: 10px;
}

#languageButtons li a {
    padding: 2px 5px;
    width: 100%;
    color: rgb(38, 42, 49);
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#languageButtons li a:hover {
    padding: 2px 5px;
    width: 100%;
    color: rgb(176, 47, 44);
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

li.currentLanguage {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: rgb(176, 47, 44);
	padding: 2px 8px;
	border-bottom: medium none;
	text-transform: uppercase;
	font-weight: bold;
}

.menuContainer {
  display:none;
}

.formHeader {
    border-bottom: medium none;
    color: rgb(38, 42, 49);
	font-size: 1.8em;
}

.wizardPage {
    padding: 10px;
    width: 97%;
}

.wizardNavigation {
    display: none;
}

.blue span {
    background-color: #8a8a8a;
}

.rowControl {
    width: 461px;
}

.loginBar { 
    top: -19px;
    padding-bottom: 15px;
    padding-top: 20px;
}

.loginBar span {
    color: #333;
}

.loginBar a {
    color: #333;
}

.addSection {
	background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll;
	background-color: rgb(138, 194, 209);
	color: #000;
	height: 30px;
	text-decoration: none;
	background-position-x: 5px;
	background-position-y: 7px;
}

.addSection:hover {
	background-color: rgb(138, 194, 209);
	color: #000;
	background-position-y: 7px;
	text-decoration: none;
}

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 rgba(38, 42, 49, 1);
}

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 rgb(176, 47, 44);
	 text-decoration: underline;
}

.wizardNavigation button[kind=submit_button],
.wizardNavigation button[kind=save_button],
.wizardNavigation button[kind=previous_button],
.wizardNavigation button[kind=next_button] {
	background-color: rgba(138, 194, 209);
	color: #000;
}

.wizardNavigation button[kind=submit_button]:hover,
.wizardNavigation button[kind=save_button]:hover,
.wizardNavigation button[kind=previous_button]:hover,
.wizardNavigation button[kind=next_button]:hover {
	background-color: rgba(138, 194, 209);
	color: #000;
	text-decoration: none;
}

.button-container button[kind=submit] {
	background-color: rgba(138, 194, 209);
	color: #000;
}

.button-container button[kind=submit]:hover {
	background-color: rgba(138, 194, 209);
	color: #000;
}

.statusSuccess, .statusFailure, .bgRed, .bgGreen {
    margin-top: 6px;
}

a {
    color: #333;
}

a:hover{
	color: rgb(176, 47, 44);
}

.pageFooter {
    background: #fff; 
    width: 100%;
    height: 58px;
    padding-top: 17px;
    padding-left: 0px;
}

.ko-grid thead tr th {
    background-color: #f1f1f1;
	padding: -10px;	
}

.pageCover h1#pageLabel {
	color: rgb(38, 42, 49);
}

.pageFooter {
    background: #fff;
    width: 950px;
    height: 58px;
    padding-top: 17px;
}
    
.pageFooter .appDetails {
    text-align: center;
}






