
/*Fonts*/
@font-face {
    font-family: 'StandardFont';
    font-weight: normal;
    src: url('/medizinakte/javax.faces.resource/fonts/montserrat-v25-latin-regular.woff2.xhtml') format("opentype");;
}
@font-face {
    font-family: 'StandardFont';
    font-weight: 500;
    src: url('/medizinakte/javax.faces.resource/fonts/montserrat-v25-latin-500.woff2.xhtml') format("opentype");;
}
@font-face {
    font-family: 'StandardFont';
    font-weight: 600;
    src: url('/medizinakte/javax.faces.resource/fonts/montserrat-v25-latin-600.woff2.xhtml') format("opentype");;
}
@font-face {
    font-family: 'StandardFont';
    font-weight: bold;
    src: url('/medizinakte/javax.faces.resource/fonts/montserrat-v25-latin-600.woff2.xhtml') format("opentype");;
}

@font-face {
    font-family: 'IconFont';
    font-weight: normal;
    src: url('/medizinakte/javax.faces.resource/fonts/primeicons.woff.xhtml') format("opentype");;
}

@font-face {
    font-family: 'IconFont2';
    font-weight: normal;
    src: url('/medizinakte/javax.faces.resource/fonts/primeicons.woff2.xhtml') format("opentype");;
}

body {
	color: #000000;
}

body.login {
  display: flex;
  flex-direction: column;
  background: #f5f4f0;
  color: #363636;
}

.ui-selectbooleanbutton.ui-button.ui-state-active {
	background: #E87520;
}

.ui-selectbooleanbutton.ui-button.ui-state-active:hover {
	background: #F98631;
}

.ui-selectbooleanbutton.ui-button {
	background: #999999;
}

.ui-selectbooleanbutton.ui-button.ui-state-hover {
	background: #AAAAAA;
}

#fmLogin\:loginPanel {
	background: #e6e5de;
}

.login .loginpanel.ui-panel {
	background:#e6e5de;
}

.ui-button {
  color: #FFFFFF;
  background: #145782;
  border: 1px solid #4595E5;
}

.ui-button.ui-state-hover {
  background: #0A3049;
  color: #FFFFFF;
  border: 1px solid #004A80;	
}

.ui-commandlink {
	color: #0A3049;
}
.ui-commandlink:hover {
	color: #618CA3;
}

.chili_footer {
  text-align: right;
  height: 55px;
  background: #0a3049;
  width: 100%;
  overflow-y: hidden;
}

.chili_login_logo {
	max-height :45px;
}

.logo.ui-panelgrid-cell {
  background: #FFF;
}
.topbar {
  background: #FFF;
}
.ui-selectonemenu-label.ui-inputfield {
	color: #0A3049;
}

.page_title {
  color: #000000;
}

.ui-divider.vertical {
	color: #FFFFFF;
	background: #FFFFFF;
}

.ui-button {
	border: 0px;
}
.ui-button.ui-state-hover  {
	border: 0px;
}

#menu {
	background: #e6e5de;
	float: none;
}

#menu .fa {
	color: #0a3049;
}

.ui-menu .ui-menuitem {
	float: none;
}


.popupmenu.ui-menu {
	float: none;
}
.popupmenu.ui-menu .ui-menuitem-text,
.ui-menuitem-link.ui-corner-all.topseparator {
	margin: 0px !important;
	background: #FFF !important;
	color: #0a3049 !important;
}
.popupmenu.ui-menu .ui-menuitem-text:hover,
.ui-menuitem-link.ui-corner-all.topseparator:hover {
	margin: 0px !important;
	background: #FFF !important;
	color: #618CA3 !important;
}
.ui-menuitem-link.ui-corner-all.submenuitem {
	margin: 0px !important;
	background: #FFF !important;
}

li.ui-widget-header.ui-corner-all {
	color: #0a3049;
	background: #e6e5de;
}

ul.ui-menu-list.ui-helper-reset li.ui-menuitem.ui-widget.ui-corner-all a.ui-menuitem-link.ui-corner-all.ui-state-hover,
ul.ui-menu-list.ui-helper-reset li.ui-menuitem.ui-widget.ui-corner-all a.ui-menuitem-link.ui-corner-all.history_overlay_menu.ui-state-disabled:hover {
	margin: 0px 0px 0px 0px;
	margin-left: 0px;
	border: 0px;
	color: #618CA3;
	background: #e6e5de;
}

ul.ui-menu-list.ui-helper-reset li.ui-menuitem.ui-widget.ui-corner-all.highlight a.ui-menuitem-link.ui-corner-all {
	padding-left: 5px;
	background: #e6e5de !important;
	border-left:5px #FFFFFF !important;
	color: #618CA3;
}

ul.ui-menu-list.ui-helper-reset li.ui-menuitem.ui-widget.ui-corner-all a.ui-menuitem-link.ui-corner-all {
	color: #0a3049;
	background: #e6e5de;
}

.ui-menuitem-link.ui-corner-all.contextmenu_header {
	margin: 0px !important;
	width: 100%;
}
.ui-menuitem-link.ui-corner-all.contextmenu_header.ui-state-hover {
	margin: 0px !important;
	width: 100%;
}

.optionsbar {
	background: #278386;
}

.ui-tabs.ui-tabs-top > .ui-tabs-nav {
	color: #0a3049;
	background: #e6e5de;
}

.ui-tabs.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color:##278386;
}

.main_table thead {
	background: #bdd9cc;
	color: #0a3049;
}

.fa-filter {
	border:0px;
	background: #bdd9cc;
}


