body {
	
}
.oldbody{
background-color: #5f615f;	
}

.dashboard .ui-panel, .dashboard div.ui-state-hover {
margin: 10px;
width:435px;
}
             
.dashboard .ui-dashboard-column {
width:455px;
}

.ui-analog-clock {
width: 200px;
}

.ungelesen{
	color:#000000 !important;
   background-color:#fffcae !important;
   background-image:none;
}

.missingInfoBG{
	
   border-color:red !important;
}

blockquote {
	border-left: 4px solid #ccc;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 16px;
}

body .ui-panel .ui-panel-content {
    border: 0px;
    background-color:unset !important;
}
body .ui-center .ui-widget-content {
	text-align: -webkit-center;
	display: inline-block;
}
#header{
	position: fixed;
	top:0;
	left: 0.5em;
	right: 0.5em;
	z-index: 9999;
}
#header_content{
	padding-top: 0;
}

.headerLogo {
	top:5px;
	left: 0.9em;
	position: fixed;
	z-index: 99999;
	height: 60px;
	width: 155px;
}

body .ui-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
}
.menubar{
	padding-left: 170px !important;
	height: 70px;
	padding-top: 0.9em !important;
}
.ui-menu .ui-menuitem-text {
	font-weight:bold;
}
.ui-selectonemenu-panel {
	z-index: 99999 !important;
}
body .ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem.ui-menubar-options > .ui-selectonemenu {
    margin-right: 0.5em;
}
.nopad-top {
	padding-top: 0;
}
.nopad-bot {
	padding-bottom: 0;
}
#content{
  margin-top: 80px !important;
}

.ui-clock{
    width:200px !important;
}

@media (max-width: 960px) {
        #content {
            margin-top: 120px !important;
        }
}
.ui-growl {
	margin-top:10px;
	margin-right:10px;
}

body .hasDatepicker{

    width:100%;
}

body .ui-panel .ui-panel-footer {
	border: none;
}



html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

canvas{
  display:block;
  vertical-align:bottom;
}

/* ---- Coloring ---- */
body .ui-panel .ui-panel-titlebar {
	border-color: #a02049;
	background-color: #a02049;
	color: #fff;
}
body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon {
	color: #e8e8e8;
}
body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon.ui-state-hover {
	color: #e8e8e8;
}
body .ui-dialog .ui-dialog-titlebar {
	border-color: #a02049;
	background-color: #a02049;
	color: #fff;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
	color: #e8e8e8;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon.ui-state-hover {
	color: #e8e8e8;
}
body .ui-button {
	border-color: #a02049;
	background-color: #a02049;
	color: #fff;
}
body .ui-button.ui-state-hover {
	border-color: #a02049;
	background-color: #a02049;
	color: #e8e8e8;
}
body .ui-button.ui-state-focus {
	border-color: #a02049;
	background-color: #a02049;
	color: #e8e8e8;
}
body .ui-datatable .ui-datatable-header {
	border-color: #a02049;
	background-color: #a02049;
	color: #fff;
}

body .ui-selectbooleanbutton {
	color: #fff;
}

body .ui-state-highlight {
	background-color: #a02049 !important;
	color: #fff !important;
}
body .ui-state-active {
	background-color: #a02049 !important;
	color: #e8e8e8 !important;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-size: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #e6e1e1;
}