/* body {
    background-image: url(/rccwebportal/javax.faces.resource/images/rccwebportalbackground.png.xhtml); 
    background-color: #cccccc;
}*/

html {
	background: url(/rccwebportal/javax.faces.resource/images/rccwebportalbackground.png.xhtml);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
}


.sidebar {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 400px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
    background-color: rgba(255, 255, 255, 0.4);
}

.loginInputbox {
	margin-left:30px; 
	margin-right:30px;
	width:100%;
}

body .ui-inputfield.ui-state-hover {
	border-color: #916928 !important;
}

body .ui-inputfield.ui-state-focus {
	border-color: #916928 !important;
	box-shadow: 0 0 0 0.05em #916928 !important;
}

body .ui-button.ui-state-focus {
	box-shadow: 0 0 0 0.05em #916928 !important;
}

.loginInputboxIcon {
	margin-left: 30px;
	z-index: 1000;
}


.rccbutton{
    background-color: #7a7a81 !important;
    border: 1px solid #6b6b71 !important;
    font-size: 0.8rem !important;
    font-weight: bold;
}

.loginAnmeldeButton {
	width:85%;
	margin-left:30px !important; 
	margin-right:30px !important;
	margin-top:50px !important;
	
}

.loginFehlermeldungText {
	margin:25px;
	padding-top:20px;
	padding-bottom:20px;
}

.loginFehlermeldungBox {
	width: 100%;
}

.rccbgyellow {
	background-color: #fbce4a;
}

.rccbgred {
	background-color: #ff704d;
}

.rccbggreen {
	background-color: #53c68c;
}
