@charset "utf-8";
/* ##################### MAIN ##################### */

:root {
	--background-color-with-opacity: rgb(41, 41, 41, 0.8);
	--patient-info-name-color: rgb(192, 176, 123);
    --blue-color: rgb(106, 148, 193);
    --gold-color: rgb(192, 176, 123);
    --text-color: rgb(169, 170, 169);
    --menu-inner-tool-bar-color: rgba(80, 80, 80, 0.9);
    --table-header-color: rgb(80, 80, 80);
    --table-row-color: rgb(100, 100, 100);
    --highlighted-table-row-color: rgb(120, 120, 120);
    --textfield-color: rgb(214, 202, 160);
    --default-text-color: white;
    --highlighted-text-color: white;
    --default-background-image: url("/file/assets/meta/f59c4534/adiphea/theme/Graustufen/AdobeStock_300453427_sw.jpg");
    --frontpage-background-image: url("/file/assets/meta/8e55f348/adiphea/theme/Graustufen/AdobeStock_320546591_sw.jpg");
    --alternative-background-image: url("/file/assets/meta/63e16a2a/adiphea/theme/Graustufen/AdobeStock_440044420_sw.jpg") !important;
    --myBoxShadow6dp: 0 1rem 2rem hsl(0 0% 0% / 20%);;
}

html {
/* 	background-repeat: repeat-x; */
/* 	background-color: rgb(0, 0, 0); */
	/* The image used */
/* 	background-image: var(--default-background-image); */

/* 	/* Full height */
/*  	height: 100%;  */

/* 	/* Center and scale the image nicely */
/* 	background-position: center; */
/* 	background-repeat: no-repeat; */
/* 	background-size: cover; */
}
body, DIV.t-data-grid {
	font-family: Gill Sans,Sans-Serif,Arial,Verdana,Helvetica;
	letter-spacing: 1px;
	
}
body {
	/*background-image: url("/file/assets/meta/8ae21782/adiphea/theme/page_bg.gif");*/
/* 	background-repeat: repeat-x; */
	background-color: transparent !important;
    margin: 0 auto !important;
    padding: 16px 0;
    width: 968px;
    position: relative;
    font-size: 12px;
    	/* The image used */
	background-image: var(--default-background-image);

	/* Full height */
 	height: 100%; 

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	color: var(--default-text-color);
}

.table-hover {
	background-color: var(--table-header-color);
	color: var(--default-text-color);
}

.table-hover a {
/* 	background-color: var(--table-header-color); */
	color: var(--default-text-color);
}

.table-hover > tbody {
	background-color: var(--table-header-color);
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: var(--table-row-color);
}

.table-hover 
  > tbody > tr:hover {
    background-color: var(--highlighted-table-row-color);
  
}




div.menu_line {
	position: relative;
	top: 20px;
	z-index: 1;
	text-align: center;
}
#menuselect {
	/*background-image: url("/file/assets/meta/2200bf4d/adiphea/theme/header_bg.jpg");*/
	background-repeat:  no-repeat;
	height: 159px;
	width: 968px;
	position:relative;
	background-color: var(--background-color-with-opacity);
	border-radius: 35px 15px 0px 0px;
}

div {       
    vertical-align: top;
}

img.logoimg {
	position: relative;
/* 	top: 36px; */
/* 	left: 6px; */
	width: 33%;
	height: 33%;
}


#dragcontainer
{
	border:none;
	background:transparent;
	width:50em;
	max-width:50em;
	overflow:hidden;
	visibility:hidden; 
	position:absolute; 
	display:none;
	z-index:800;
	float:left;
}

a, #recover_cell > a.smallbutton {
	text-decoration: none;
	color: var(--text-color);
}

/* ##################### TOOLBAR ##################### */
div#toolbar {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	color: var(--default-text-color);
}

div.item_before, div.item_icon, div.item_after {
	display: inline-flex;
	place-content: center;
	padding: 0px 2px;
}
div.item_icon {
	min-width: 20px;
}

div#innertoolbar, div.login {
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 10px 5px;
	overflow:hidden;
	line-height: 20px;
	z-index: 601;
	min-width: 250px;
	font-size: 13px;
	border-radius: 2px 10px 2px 10px;
	background-color: var(--menu-inner-tool-bar-color);
}

div.login {
	border: 1px solid #727272;
}

div#innertoolbar {
	left: -70px;
}

#loginForm .control-label {
	margin-left: 5px;
}

div#innertoolbar_popup {
	display:none;
}
div#innertoolbar:hover div#innertoolbar_popup {
	display:block;
}

div#innertoolbar:hover {
    box-shadow: 5px 10px 8px 3px #1E1E1E;
	border-color:#727272;
	max-height: inherit;
}

div#ToolbarSettings {
	display: none;
}
div#ToolbarSettings.menu_selected{
	display: inline-block;
/*     font-family: "Myriad Pro",verdana; */
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
div#ToolbarSettings.menu_selected {
	color: #568EC2;
}
div#ToolbarSettings.menu_selected div.submenu a{
	color: #000000;
}
div#ToolbarSettings.menu_selected div.submenu a:hover{
	color: #568EC2;
}

div.mbutton_div.menu_selected {
	color: #FFFFFF;
}

/* ##################### MAIN MENU ##################### */

#menu {
	height: 43px;
	position: absolute;
	left: 25px;
	width: 200px;
	top: 16px;
	line-height: 27px;
}


a.mainbutton, div#selectedpatient {
	display: block;
	color: #666666;
    font-size: 14px;
    text-decoration: none;
}
a.mainbutton:hover, div#selectedpatient:hover {
	color: var(--highlighted-text-color);
} 


div#switchcurrent a {
	color: var(--text-color);
	text-decoration: none;
}

div#bigpatient div.sprite_out {
	position: relative;
	top: 3px;
}

/* ##################### CONTENT ##################### */
#content {
	/*background-image: url("/file/assets/meta/94e3428/adiphea/theme/content_1col_bg.jpg");*/
    background-repeat: repeat-y;
	position: relative;
	width: 968px;
	overflow: hidden;
	background-color: var(--background-color-with-opacity);
	border-radius: 0px 0px 35px 15px;
}
/* ##################### SUBMENU ##################### */
#allSubmenus {
	z-index:2;
	position: relative;
/* 	background-image: url("/file/assets/meta/3fd3a9a1/adiphea/theme/main_nav_bg.jpg"); */
	background-repeat: no-repeat;
	height: 100px;
	overflow:auto;
	text-align: center;
	padding: 0 20px 14px 20px;
}
#Grouptabs {
	height: 50px;
}
#allSubmenus a {
	color: var(--text-color);
}
#allSubmenus a:hover {
	color: rgb(255, 255, 255);
}

a.subtabs, #select_grouptabs_Patientenstamm {
	color: #FFFFFF;
    font-weight: bold;
    padding: 0px 15px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    padding: 0 20px;
}
a.subtabs:hover, .submenu a:hover, div#notroleuser:hover a, div#select_grouptabs_Patientenstamm:hover a {
	color: rgb(255, 255, 255);
}
.submenu_buttons .mbutton_div
{
    font-size: 16px;
	line-height: 16px;
	display: inline-block;
	padding: 0 10px;
    padding-top: 16px;
    padding-bottom: 18px;
}
/* ##################### CONTENT ##################### */

div#innercontent, div#startcontent{
	position: relative;
	clear: left;
	min-height: 512px;
	margin: 16px;
	overflow: hidden;
}

/* ##################### HEADLINES ##################### */
h1, h2, h3, h4, h5, div.headline {
	position:relative;
	background: none;
	/*margin-top: 8px;*/
	color: white !important;
/*     font-weight: bold; */
   	padding:0;
	margin:0;    
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
	line-height: 26px;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 1px;
}


h1 {
	font-size: 15px;
}
h2, div.headline {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
div.headlinebuttons {
	position: absolute;
	top: 0;
	right: 0;
}

#innercontent > h1 {
	display: none;
}

/* ##################### TABELLEN ##################### */

table.t-data-grid {
	width: 100%;
	border-left: none;
/* 	font-family: Gill Sans,Verdana,Arial,Helvetica,sans-serif; */
}
table.t-data-grid thead tr {
	background-color: #EFEFEF;
}
table.t-data-grid thead tr, table.t-data-grid tr th a {
	color: #000000;
	text-decoration: none;
}
table.t-data-grid thead tr th {
	border: none;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: normal;
}

table.t-data-grid tbody tr td {
    border-bottom: 1px dotted #CCCCCC;
    border-right: none;
    padding: 2px;
}

div.t-data-grid {
	margin: 0;
}
table.t-data-grid tbody tr td {
	border-right: none;
}

table.t-data-grid thead tr th.actions, table.t-data-grid tbody tr td.actions {
	text-align: right;
}


/* ##################### REST ##################### */
div#tabbingblocker {
	position:fixed;
	top:0;
	left:0;
	display:none;
	width: 100%;
	height:100%;
	z-index:1000;
	background-color:transparent;
}
div#tabbingblocker img{
	position:relative;
	top:49%;
	left:45%;
}

#contingentZone th {
	font-weight: normal;
}

/* ##################### SUCHE ##################### */
div.searchField {
	display: inline-block;
}

.ViewTypeSelector {
	clear: left;
}


/* ##################### DRAG IMAGE CONTAINER ##################### */
.dragimagecontainer 
{
	text-align:left; 
	position:relative;
}

#dragLayer{
	cursor: crosshair; 
	position: absolute; 
	top: 20px; 
	left: 0px; 
	z-index:1;
}
.innerDragImage{
	position:absolute;
}
#dragbarhand
{
	position:absolute; 
	top: -5px; 
	background-color:#CCCCCC; 
	height: 15px; 
	cursor: col-resize;
}
#dragbar_left
{
	width: 15px; 
	height:15px; 
	background-color:#CCCCCC; 
	position: absolute;
}
#dragbar_right
{
	width: 15px; 
	height:15px; 
	background-color:#CCCCCC; 
	position: absolute; 
	top:0px;
}

#visiblyBox {
	overflow: hidden; 
	position: relative; 
	z-index:502;
}
.guide {
	position: absolute;
	left: -200px;
	top: -200px;
	z-index: 510;
}


/* #####################  GRAPHDATESELECTOR  ##################### */
#GraphDateSelector {
	border: 1px solid var(--menu-inner-tool-bar-color);
	border-radius: 2px;
	margin: 4px;
	display: inline-block;
	width: 200px;
}

#AVGBPGraphDateSelector {
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	margin: 4px;
	float: left;
	width: 170px;
}

.gdsline {
	clear: both;
	padding: 0px 5px;
}
.gdslabel, .gdsinput{
	display: inline-block;
	min-width: 48%;
	overflow: hidden;
}

.gdsinput input {
	width: 92%;
}

.gdsheader {
	background-color: var(--menu-inner-tool-bar-color);
	padding: 2px;
	margin-bottom: 0.4em;
	position: relative;
}



/* ##################### LOGIN ##################### */
img.start_logo {
/* 	position: absolute; */
/* 	left: 41px; */
/* 	top: 18px; */
	position: relative;
}
div.login {
	max-height: inherit;
    box-shadow: 5px 10px 8px 3px #1E1E1E;
	
}
.login_header {
	position: relative;
	padding-right: 10px;
	display:block;
	text-align: center;
}
div.login, form#loginForm , form#loginForm table  , form#loginForm table tr{
	display: inline-block;
	vertical-align: middle;
}

/* ##################### SEITENAUFTEILUNG ##################### */

.leftside, .rightside {
	min-width: max(435px, 46%);
	width: fit-content;/*49.5%;*/
}

.leftside {
	padding: 0px;
	padding-right:0;
	position:relative;
	display:inline-block;
	top: 0 !important;
}

.rightside {
	padding: 0px;
/* 	padding-left: 0.5%; */
	position:relative;
	display:inline-block;
}
.leftsidebig {
	width: 69%;
	padding: 0px;
	position:relative;
	display:inline-block;
}

.rightsidesmall {
	width: 29%;
	padding: 0px;
	position:relative;
	display:inline-block;
}

.leftsidesmall {
	width: 39%;
	padding: 0px;
	position:relative;
	display:inline-block;
}

.rightsidebig {
	width: 59%;
	padding: 0px;
	position:relative;
	display:inline-block;
}

#topGeneral {
	width: 100%;
	clear: both;
}

#bottomGeneral {
	width: 100%;
	clear: both;
}



/* ##################### BEAN EDIT FORM ##################### */

div.t-beaneditor-head-img {
	position: absolute;
	display: inline-block;
	right: 5px;
}
div.t-beaneditor-head-label{
	display: inline-block;
	color: var(--default-text-color);
/* 	font-weight: bold; */
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}
div.BeanForm, .AbstractForm {
/* 	padding: 5px 0px; */
/* 	border: 1px solid #D8D8D8; */
/* 	border-radius: 5px; */
/* 	border-radius: 35px 15px 35px 15px; */
	margin-top: 5px;
	position: relative;
/* 	background-color: var(--background-color-with-opacity); */
	color: var(--default-text-color);
	padding: 2em;
}

div.BeanForm.floatingform, div.BeanPopupForm.floatingform {
	box-shadow: var(--myBoxShadow6dp);
	border: 1px solid #D8D8D8;
/* 	z-Index: 555; */
	background-color: var(--background-color-with-opacity);
}

div.t-beandisplay-row, div.t-beaneditor-row{
/* 	border-top: 1px dotted #CCCCCC; */
	width: 100%;
	padding:4px 0 2px 0;
	line-height: 18px;
}
div.t-beandisplay-label, div.t-beaneditor-row label {
	display: inline-block;
/* 	max-width: 29%; */
/* 	width: 29%; */
	vertical-align:top;
	text-align: right;
/* 	padding-right: 20px; */
}
div.t-beandisplay-value, t-beaneditor-row input {
	display: inline-block;
	max-width: 69%;
}
div#editcontingentquestion {
	display:none;
}

.deleteMeasurements_invisible
{
	position: absolute;
	left:-10000px;
}
.deleteMeasurements_visible
{
	text-align:right;
	position:fixed;
	right:0;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	background-color:white;
	padding: 3px;
	width:200px;
	font-size:80.1%;
	z-index:1;
}

DIV.t-beaneditor {
    border: none;
    /* font familiy auto has to be deleted */
/*     font-family: auto; */
    padding: 0;
    color: var(--default-text-color);
}

.bottombuttons {
	position: relative;
	height: 45px;
	margin-top:2em;
	width: 100%;
	display: inline-flex;
	place-content: center;
	gap: 10px;
}
.savebutton {
	left: 15%;
	position:absolute;
	width: 10em !important;
}

.savebutton input {
  width: 100%;
  height: 100%;
}

.box_main div.sprite_img:before, .box_main button.sprite_img:before {
	vertical-align: bottom;
	display: none;
}

#jwu_formECGPrintSettings .bottombuttons .cancelbutton
{
	left: 60%;
	bottom: 0px;	
	position:absolute;
}
#jwu_formECGPrintSettings .bottombuttons .savebutton
{
	left: 20%;
	bottom: 0px;	
	position:absolute;
}

.cancelbutton {
	left: 55%;
	top: 0px;	
	position:absolute;
	width: 10em !important;
/* 	height: 1.8em; */
/* 	background-color: var(--blue-color); */
/* 	border-radius: 15px 0px 15px 0px !important; */
/* 	border-width: 0px; */
}

.cancelbutton a {
	color: var(--default-text-color);
}

.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
	 border: 0px;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	border: 0px;
}

.repeatbutton {
	left: 75%;
	bottom: 0px;	
	position:absolute;
}


div#blockinglayer {
	background-color: #CCCCCC;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 550;
}

form.floatingform, .floatingform form {
	position: relative;
	z-index: 575;
/*     background: var(--background-color-with-opacity); */
/* 	padding: 5px; */
/* 	border: 1px solid #D8D8D8; */
/* 	border-radius: 35px 15px 35px 15px; */
/* 	border-radius: 5px; */
}

div.floatingform {
	position: relative;
	z-index: 575;
	padding: 5px;
	border: none;
}




/* ##################### DATEBOOK ##################### */
#DatebookContent {
	position: relative;
	clear: left;
}

/*Monthly overview*/
#DateSelector {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 18em;
	height: 14.5em;
	border: 1px solid #CCCCCC;
	margin: 0.5em;
	padding: 0.5em;
	position: relative;
	background-color: #F1F1F1;
}

#datebook_week {
	font-size: 12px;
	width: 57.8em;
	overflow: hidden;
	white-space: nowrap;
}

#datebook_monday {
	width: 8em;
	border: 0.12em solid #000000;
	float: left;
	background-color: #FFFFFF;
}

#datebook_tuesday {
	width: 8em;
	border: 0.12em solid #000000;
	float: left;
	background-color: #FFFFFF;
}

#datebook_wednesday {
	width: 8em;
	border: 0.12em solid #000000;
	float: left;
	background-color: #FFFFFF;
}

#datebook_thursday {
	width: 8em;
	border: 0.12em solid #000000;
	float: left;
	background-color: #FFFFFF;
}

#datebook_friday {
	width: 8em;
	border: 0.12em solid #000000;
	float: left;
	background-color: #FFFFFF;
}

#datebook_saturday {
	width: 8em;
	border: 0.12em solid #000000;
	float: left;
	background-color: #DDDDDD;
}

#datebook_sunday {
	width: 8em;
	border: 0.12em solid #000000;
	float: left;
	background-color: #DDDDDD;
}

.datebook_today {
	width: 8em;
	border: 0em solid #FF0000 !important;
	background-color: #FFF0F0 !important;
	float: left;
	width: 8em;
	position: relative;
}

.datebook_base {
	width: 8em;
	border: 0em solid #dddddd;
	float: left;
	width: 8em;
	position: relative;
}

.datebook_hour_0 {
	height: 1.5em;
	overflow:hidden;
	background-color: #eeeeee;
}

.datebook_hour_1 {
	height: 1.5em;
	overflow:hidden;
}

.datebook_hour_2 {
	border: 0px;
	height: 1.5em;
}

.datebook_hour_3 {
	border: 0px;
	height: 1em;
}

#DateSelector .datePicker {
	margin-left: 0.5em;
}

#DatebookSelector {
	text-align: center;
	position: relative;
}

#DatebookSelectorLeft {
	float: left;
	position: relative;
	top: 3.5em;
}

#DatebookSelectorRight {
	float: left;
	position: relative;
	top: 3.5em;
}

#DatebookSelectorCenter {
	margin-right:auto;
	margin-left:auto;
}

#DatebookSelectorTitle {
	font-weight: bold;
}

#DateSelectorHeader {
	text-align: center;
}

#monthTable {
	border-collapse: collapse;
	border: 1px solid black;
	margin-left:auto;
	margin-right:auto;
}

#monthTable TR {
	border-collapse: collapse;
	border: 1px solid black;
}

#monthTable TR TD.thismonth {
	background-color: #FFFFFF;
	width: 2em;
}

#monthTable TH {
	background-color:#003366;
	color: #FFFFFF;
}

.entrylabel {
	text-align: right;
	position: absolute;
	left: 0em;
	width: 68px;
	overflow: hidden;
	white-space: nowrap;
	display: inline;
}
#DateSelectorMonth {
	margin-left:auto;
	margin-right:auto;
}
.entryvalue {
	position: relative;
	left: 68px;
	width: 136px;
	overflow: hidden;
	white-space: nowrap;
}

.entrylabel1 {
	text-align: right;
	position: absolute;
	left: 0em;
	width: 68px;
	overflow: hidden;
	white-space: nowrap;
	display: inline;
}

.entryvalue1 {
	position: absolute;
	left: 7em;
	width: 4em;
	overflow: hidden;
	white-space: nowrap;
	display: inline;
}

.entrylabel2 {
	text-align: right;
	position: absolute;
	left: 10em;
	width: 4em;
	overflow: hidden;
	white-space: nowrap;
	display: inline;
}

.entryvalue2 {
	position: absolute;
	left: 14.4em;
	width: 4em;
	overflow: hidden;
	white-space: nowrap;
	display: inline;
}
#monthTable td {
	border-top:1px solid #F1F1F1;

}

#monthTable tr td.weekend {
	color: #777777;
	width: 2em;
	background-color:#CCCCCC !important;
}

#monthTable tr td.weekday {
	color: #000000;
	width: 2em;
}

#monthTable TR TD.othermonth {
	background-color: #FFFFFF;
	width: 2em;
}

.othermonth A { color:#CCCCCC;}
.weekend A {color:#777777;}

/*Form for Date entry*/
#DatebookEntryOuter {
	position: absolute;
	left: 0em;
	top: 21.5em;
	width: 18em;
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid #CCCCCC
}

#DatebookEntryOuter form {
	margin: 0em;
	padding: 0em;
}

#DatebookEntryInnter {
	position: relative;
}

#datebookEntries {
	position: absolute;
	margin-left: 0.5em;
	left: 0em
}

div.datebookEntry {
	background-color: #FEC667;
	overflow: hidden;
}

div.datebookEntry:hover {
	background-color: #FEaa22;
	overflow: hidden;
	min-height: 10em !important;
	z-index: 1;
}

.datebookline {
	position: relative;
	white-space: nowrap;
}

.datebooklabel {
	position: relative;
	display: inline;
	width: 3em;
	text-align: right;
}

.datebookvalue {
	position: relative;
	display: inline;
}

/*Weekly overview*/
#DatebookToolArea {
	position: absolute;
	margin-left: 20em;
	top: 0px;
}

#DatebookWeekly {
	position: relative;
	display: block;
	background-color: #FFFFFF;
	padding: 0.5em;
	margin: 0 0.5em;
	border: 1px solid #CCCCCC;
	max-width:672px;
}

/*Toolbar*/
#DatebookToolbar {
	position: absolute;
	left: 0em;
	top: 16em;
	width: 18em;
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid #CCCCCC
}

.toolbaritem {
	display:inline;
}

/*{ position: absolute; left: 0em; top:35em;left:0em; background-color:#FFFFFF; padding:0.5em;  margin:0.5em 0.5em 0.5em 5em; border:1px solid #CCCCCC; }*/
.nonbuissnesshour {
	background-color: #CCCCCC;
}

/* ##### CURSOR #####*/
#ToolbarCursor {
	position: absolute;
	top: 0px;
	width: 16px;
	height: 16px;
	z-index: 5;
}

td.datebook_month_today {
	font-weight: bold !important;
	background-color: #EBC2C0 !important;
}

.datebook_month_dated {
	color: #CCCCCC;
	font-weight: bolder;
}

.datebook_week_selected {
	border: 2px solid #568EC2 !important;
}

.datebook_hour_0 p {
	visibility: hidden;
	width: 0em;
	height: 0em;
}

.datebook_hour_1 p {
	visibility: hidden;
	width: 0em;
	height: 0em;
}

.datebook_day_title {
	overflow: hidden;
	white-space: nowrap;
	background-color: #DDDDDD;
	text-align: center;
	font-size: 12pt;
}

div#innercontent > div {
	text-align: justify;
}
.datebook_month_dated a {
	color: #DD7711;
}


/* ##### FOOTER ##### */
div#innerbody_lowerborder {
	/*background-image: url("/file/assets/meta/4c2bb42/adiphea/theme/footer_bg.jpg");*/
	background-repeat: no-repeat;
	height: 59px;
	width: 968px;
	overflow: hidden;
}


#tooltip{
	visibility:hidden; 
	position:absolute; 
	display:none;
	z-index:700;
}
#actionspopup {
	position:absolute;
	z-index: 800;
	top:-1000px;
	left:-1000px;
}

br.bottombreak {
	display: none;
}


/* ##### PATIENT ##### */

div#selectedpatient {
	position: absolute;
	left: 325px;
	top: 0px;
	width: 250px;
	height: 121px;
/* 	border:2px solid grey; */
/*     border-radius: 5px 5px 5px 5px; */
/*     box-shadow: 5px 10px 7px 3px #a0a0a0; */
    overflow: hidden;
}
div#bigpatient {
	padding: 3px;
}


div#patientswitcher, div.patientswitcher_left, div.patientswitcher_middle, div.patientswitcher_right {
	position: absolute;
} 
div#patientswitcher {
	top: 85px;
	left: 2px;
	height: 16px;
}
div.patientswitcher_left{
	left: 10px;
}
div.patientswitcher_right{
	left: 90px;
}
div.patientswitcher_middle {
	width: 100%;
	text-align: center;
}
div#patientinfo {
	text-align: center;
}
div#patientinfo_name, div#patientinfo_birthdate, div#patientinfo_id {
	line-height: 20px;
	text-align: center;
}

div#patientinfo_birthdate {	
	font-size: 12px;
}

div#patientinfo_name {
	border-width: 0px 0px 1px 0px;
	border-bottom-color: var(--patient-info-name-color);
	border-style: solid;
}

div#patientinfo_id {
	font-size: 32px;
	color: var(--default-text-color);;
	margin-top: 20px;
}

img.logouser {
	width: 100px;
	height: 100px;
	border:2px solid #a0a0a0;
	background-color: #a0a0a0;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 1px 4px 3px 1px #a0a0a0;
    margin: 5px 10px 5px 5px;
    float:left;
    padding:0;
}
.menu_selected img.logouser {
	border:2px solid #568EC2;
	background-color: #568EC2;
}

.list_data {
	padding: 10px 0;
}

div#innercontent div#screenshots {
	text-align: center;
	

background-image: linear-gradient(bottom, #000000 10%, #D1BC86 30%, #FFFFFF 90%);
background-image: -o-linear-gradient(bottom, #000000 10%, #D1BC86 30%, #FFFFFF 90%);
background-image: -moz-linear-gradient(bottom, #000000 10%, #D1BC86 30%, #FFFFFF 90%);
background-image: -webkit-linear-gradient(bottom, #000000 10%, #D1BC86 30%, #FFFFFF 90%);
background-image: -ms-linear-gradient(bottom, #000000 10%, #D1BC86 30%, #FFFFFF 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.1, #000000),
	color-stop(0.3, #D1BC86),
	color-stop(0.9, #FFFFFF)
);
	border: 1px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
	
}
div#browserlogos  {
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 15%;
}
div#browserlogos a {
	border: 1px solid silver;
	padding: 2px;
	display: inline-block;
	border-radius: 5px;
	margin: 0 15px 5px 15px;
}
div#browserlogos img {
	vertical-align: middle;
}


/* ##### LIKERT SKALA #### */

tr.appraisalinput {
	font-size:80%;
	border-top: none;
}
tr.appraisalinput {
	text-align:center;
	width:50px;
}

tr.appraisalheaders td {
	width:50px;
	text-align: center;
}
tr.stressheaders td {
	width:100px;
	text-align: center;
}
tr.appraisalinput td{
	border-collapse:collapse;
/* 	height: 25px; */
	min-width: 50px;
	max-width: 50px;
}

tr.appraisalinput a {
/* 	color: transparent; */
}
tr.appraisalinput td.less5{
/* 	background-color:#387B25; */
	background-color: rgb(162, 179, 202);
	border-radius: 10px 0px 0px 10px;
	border-color: transparent;
	border-width: 0px;
}
tr.appraisalinput td.less4{
/* 	background-color:#62902F; */
	background-image: linear-gradient(to right, rgb(162, 179, 202), rgb(162, 179, 202));
	border-radius: 0px 0px 0px 0px;
	border-color: transparent;
	border-width: 0px;
}
tr.appraisalinput td.less3{
/* 	background-color:#89A93A; */
	background-image: linear-gradient(to right, rgb(162, 179, 202), rgb(164, 148, 149));
}
tr.appraisalinput td.less2{
/* 	background-color:#AEC145; */
	background-image: linear-gradient(to right, rgb(164, 148, 149), rgb(162, 134, 130));
}
tr.appraisalinput td.less1{
/* 	background-color:#AEC145; */
	background-image: linear-gradient(to right, rgb(162, 134, 130), rgb(160, 120, 110));
}
tr.appraisalinput td.equal{
/* 	background-color:#FAF35D; */
	background-image: linear-gradient(to right, rgb(160, 120, 110), rgb(157, 105, 91));
}
tr.appraisalinput td.more1{
/* 	background-color:#FAD454; */
/*  background-image: linear-gradient(to right, rgb(160, 121, 112) , rgb(163, 138, 135)); */
	background-image: linear-gradient(to right, rgb(157, 105, 91), rgb(156, 93, 77));    
}
tr.appraisalinput td.more2{
/* 	background-color:#F6B049; */
	background-image: linear-gradient(to right, rgb(156, 93, 77), rgb(153, 79, 64));
}
tr.appraisalinput td.more3{
/* 	background-color:#F08A3F; */
	background-image: linear-gradient(to right, rgb(153, 79, 64), rgb(151, 66, 53));
}
tr.appraisalinput td.more4{
/* 	background-color:#EE5E35; */
	background-image: linear-gradient(to right, rgb(151, 66, 53), rgb(147, 53, 44));
	border-radius: 0px 0px 0px 0px;
	border-color: transparent;
	border-width: 0px;
}
tr.appraisalinput td.more5{
/* 	background-color:#EC342F; */
	background-color: rgb(147,53,44);
	border-radius: 0px 10px 10px 0px;
	border-color: transparent;
	border-width: 0px;
}
table.appraisalinput{
	margin-left:auto;
	margin-right:auto;
}

div#monitoringPagesPalette span {
	display: none;
}

a.tabscount_7, a.tabscount_8, a.tabscount_9{
	padding: 0 10px;
}
a.tabscount_10, a.tabscount_11{
	padding: 0 3px;
}
a.tabscount_12, a.tabscount_13, a.tabscount_14, a.tabscount_15, a.tabscount_max {
	padding: 0 0px;
}
a.tabscount_7 div.mbutton_clearsmall, a.tabscount_8 div.mbutton_clearsmall, a.tabscount_9 div.mbutton_clearsmall {
	font-size: 14px;
}
a.tabscount_10 div.mbutton_clearsmall, a.tabscount_11 div.mbutton_clearsmall {
	font-size: 12px;
}
a.tabscount_12 div.mbutton_clearsmall, a.tabscount_13 div.mbutton_clearsmall {  
	font-size: 10px;
}
a.tabscount_14 div.mbutton_clearsmall, a.tabscount_15 div.mbutton_clearsmall {  
	font-size: 8px;
}
a.tabscount_max div.mbutton_clearsmall{  
	font-size: 12px;
}
  
  /* #### ECG GRAPH CONTROLS ####*/
table#ecggraphcontrols {
	width: 100%;
	vertical-align: top;
	padding-top: 10px;
}
table#ecggraphcontrols tbody tr td{
	vertical-align: top;
	margin:0;
	padding:0;
}
.ecgright {
	width: 283px;
}

.overviewright {
	position: relative;
	float: left;
	width: 18.8em;
}

.guide {
	position: absolute;
	left: -200px;
	top: -200px;
	z-index: 510;
}
div.ecgright {
	padding-bottom: 10px;
}

div#ecgcomments div.gdsheader {
	display: none;
}
div#ecgcomments {
	position: relative;
	top: -20px;
}


/** TOOLTIP **/


.tooltip
{
	border:1px solid #000000;
	border-radius: 5px;
    box-shadow: 2px 5px 4px 1px #1E1E1E;
	padding:4px 4px 2px 2px;
	background: #568EC2;
	color: var(--default-text-color);;
	max-width:25em;
	z-index:7;
}

.widetooltip
{
	border:1px solid #000000;
	border-radius: 5px;
    box-shadow: 2px 5px 4px 1px #1E1E1E;
	padding:4px 4px 2px 2px;
	background: black;
	color:  var(--default-text-color);;
	max-width:60em;
	z-index:7;
}

/* ############ DEFIZIT_TOOL ######### */
div#defizitTool {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
	background-color: #F1F1F1;
	border: 1px solid #000000;
}
div#defizitTool div.t-beaneditor-head {
	font-size:130%;
	font-weight:bold;
	color: #568EC2;
	padding:0 0 5px 0;
	margin: 0 0 5px;
	border-bottom: 1px dotted #CCCCCC;
}
div.targetheadtitle {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
div.targetheadfix {
	float: right;
}

div#defizitTool div.targetparamdiv div.t-beaneditor-head {
	font-size:100%;
	font-weight:bold;
	background-color: #F1F1F1;
	color: #000000;
	padding:0 0 5px 0;
	margin: 0 0 5px;
	text-align:center;
	height: 15px;
}

div#defizitTool div.targetparamdiv  {
	border:1px solid #000000;
	margin:5px;
}
div#defizitTool .applybutton {
	left: 150px;
	position:relative;
}
p#korreval {
	margin:1em;
	padding: 1em;
	border: 1px solid #000000;
	background-color: #F1F1F1;
	float:left;
	font-style:italic;
	width: 400px;
}
table#lerntoolevaluation th, table#lerntoolevaluation td, table#trendevaluation th, table#trendevaluation td {
	white-space:normal;
	padding-right:15px;
	vertical-align: top;
}

input#kalorieDefizitGesamt {
	background-color: #F1F1F1;
	border:0;
	position:relative;
	width:25px;
	color:  #A0A0A0;
}

div.defizitSplit {
	height: 3em;
}
input.startelf2input {
	width: 50px;
}
div.ck_slider-value {
 display: none;
}


div.defizitSplit div {
	margin: 0 30px;
}

div.ck_slider-track {
 width: 100%;
}

/* TRAININGSPLAN */
div#tplan {
	float:right;
	position: relative;
	background-color: #f1f1f1;
	border: 1px solid black;
	width: 575px;
}
div#tplan h1 {
	text-align:center;
}

div.tplandiv {
	border: 1px solid grey;
	margin: 1em;
}

table.tplan {
	width: 100%;
}

div#oldTachoGraph, div#newTachoGraph{
	position: relative; 
	width: 761px; 
 	margin: 0 auto;
}
div#newTachoGraphOuter {
	display: inline-block; 
	position:relative; 
	width: 927px; 
	text-align:center; 
	vertical-align: top;
}
div#newTrendGraphOuter {
	display: inline-block; 
	position:relative; 
	width: 927px; 
	text-align:center; 
	vertical-align: top;
}
div#newELFInputOuter {
	display:inline-block;
	width: 550px;
}
div#oldTachoGraph {
	top: -425px;
}
div#oldTrendGraph, div#newTrendGraph{
	position: relative; 
	height: 385px;
	width: 460px; 
	background-color: transparent;
 	margin: 0 auto;
 	left: -10px;
}
div#oldTrendGraph {
	top: -385px;
}

/* ##################### PARAMETERSTYLING ##################### */
.parametercategory {
	padding-bottom: 1em;
}

.MeasurementVitalParameter-BeanForm {
	width: 50%;
}

.ParameterBeanForm {
}

.ParameterEntryLabel {
	width: 20em;
	float: left;
	display: inline;
	white-space: nowrap;
	overflow: hidden;
}

.ParameterEntryRow {
	width: 100%;
	padding: 4px;
}

.ParameterEntryUnit {
	width: 8em;
	float: left;
	display: inline;
	white-space: nowrap;
	overflow: hidden;
	font-size: 75%;
	padding-left: 1em;
}

.ParameterEntryValue {
	width: 5em;
	float: left;
	display: inline;
	white-space: nowrap;
	overflow: hidden;
	font-size: 75%;
}
select.ParameterEntryValue {
	width: 57px;
}
.ParameterEntryWertungGelb, .ParameterEntryWertungGruen, .ParameterEntryWertungRot, .ParameterEntryWertungInvisible  {
	padding: 1px;
	margin-left: 5px;
	line-height: 10px;
	min-width: 26px;
	float: left;
	display: inline;
	white-space: nowrap;
	overflow: hidden;
	visibility: visible;
}
.ParameterEntryWertungGelb {
	background-color: #FFFF00;
}

.ParameterEntryWertungGruen {
	background-color: #00FF00;
}

.ParameterEntryWertungRot {
	background-color: #FF0000;
}

.ParameterEntryWertungInvisible {
	background-color: #FF0000;
	visibility: hidden;
}

.ParameterEntryWertung {
	width: 2em;
	float: left;
	display: inline;
	white-space: nowrap;
	overflow: hidden;
}

.ParameterForm form {
}

.ParameterForm {
	width: 100%;
}
table#lerntoolevaluation {
	text-align: justify;
}
table#lerntoolevaluation #calorieTrendNext {
	white-space: pre-line;
}
span.outofdate {
	color: red;
}
.form-control {
    display: inline-block;
    height: 21px;
    padding-left: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: inherit;
    border-radius: 5px 0px 5px 0px !important;
	border-width: 0px;
	background-color: var(--textfield-color);
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 4px 2px 2px 2px;
/* 	font-size: 10px; */
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: relative;
	float: right;
	padding-left:10px;
	margin-left: 20px;
    margin-right: -11px
}
div.t-beandisplay-label, div.t-beaneditor-row label {
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: baseline;
	margin-bottom: auto;
	margin-top: auto;
}
div#cancelbox {
	position: relative;
/* 	top: 2px; */
}

/* ##################### NEW STUFF ##################### */
div.header-content {
	text-align: center;
}

/* Solid border */
hr.solid_blue {
  border-top: 2px solid var(--blue-color);
  width: 25%;
}

/* Solid border */
hr.solid_yellow {
  border-top: 2px solid var(--gold-color);
  width: 25%;
}


a#adiphea_btn, .btn.adiphea_btn, a {
	width: 15em !important;
	border-radius: 15px 0px 15px 0px !important;
	background-color: var(--blue-color) !important;
}

.home-bg {
	/* The image used */
	background-image: var(--frontpage-background-image);

	/* Full height */
 	height: 100%; 

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.SelectPatientAdiphea, .selectuser, .PageSettingsSelf, .PageSettingsAdmin, .PageShoutbox, .PageSettingsRest, .patient_DataGeneralAdiphea, .patient_DataBPAdiphea, .patient_DataWeightAdiphea,
.patient_DataParam, .patient_DataELF, .patient_DataGlucoAdiphea, .patient_DataVascAssistSequence, .patient_TrainingsplanList, .patient_Kiosk, .patient_DataVascAssistBP, 
.patient_DataVascAssistABI, .patient_DataVascAssistBAV, .patient_DataVascAssistBRA, .patient_DataVascAssistRAD, .patient_DataVascAssistHRV, .patient_DataVascAssistANY,
.patient_DataTemperature, .ELF, .edit_Account, .MainframeBorder {
	/* The image used */
	background-image: var(--alternative-background-image);

	/* Full height */
 	height: 100%; 

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.submenu_buttons {
	 overflow-x: auto;
     overflow-y: hidden;
     white-space: nowrap;
     border-color: var(--gold-color);
     border-top: 1px solid  var(--gold-color);
     
     border-bottom: 1px solid  var(--gold-color);
}

.beanEditForm-dateField {
	display: none;
}

.beanEditForm-dateField:datefield-popup well {
	display: block !important;
/* 	margin-left: 50%; */
}
div.datefield-popup.well {
	position: absolute;
	width: 222px;
}
.datefield-popup {
		margin-left: 48%;
}

#patientextradata {
	font-size: 12px;
}

#div.sprite_img:before, button.sprite_img:before {
    background-image: transparent url("/file/assets/meta/82c5bb96/adiphea/theme/menu.png") no-repeat 5px 5px;
}

#login_cell {
	color: black;
}

.radio {
  margin: 10px;
}

tr.appraisalinput {
	cursor: pointer;
	vertical-align: middle;
/* 	display: inline-flex; */
    line-height: 32px !important;
}
table.appraisalinput {
	border-collapse: inherit;
}
tr.appraisalinput label {
	font-size: 14px;
	padding: 0px;
	color: transparent;
	display:inline-block;
	margin: 0px;
	min-height: 100%; /* for the latest browsers which support min-height */
    height: auto !important; /* for newer IE versions */
    min-width: 100%; /* for the latest browsers which support min-height */
    width: auto !important; /* for newer IE versions */
}

tr.appraisalinput input {
    visibility:hidden;
    display:none;
}

tr.appraisalinput input:checked + label {
    content: url("/file/assets/meta/5899bef8/adiphea/theme/tacho_marker.png");
 	position: absolute;
    z-index: 2;
    width: 30px !important;
    height: 30px !important;
    margin: -16px 0px 0px -16px;
   	display:inline-block;
   	min-height: 32px; /* for the latest browsers which support min-height */
    height: auto !important; /* for newer IE versions */
    height: 32px;
    min-width: 32px; /* for the latest browsers which support min-height */
    width: auto !important; /* for newer IE versions */
    width: 32px;
}

.elf_all_sub_menues {
	display: none;
}

.twothirdswidth {
	width: 33%;
	height: 33%;
}

.btn {
	color: var(--default-text-color);
	background-color: var(--blue-color);
	border-radius: 5px 0px 5px 0px !important;
	border-width: 0px;
	padding: 7px 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.datefield-popup {
	background-color: var(--menu-inner-tool-bar-color);
}
.add_withings_button, .connect_withings_button {
/* 	height:112px; */
/* 	width:112px; */
	display: inline-block;
	margin: 10px 44%;
}
.cancel_intervention_button, .add_withings_button , .connect_withings_button {
	color: var(--default-text-color);
	background-color: var(--blue-color);
	border-radius: 5px 0px 5px 0px !important;
	border-width: 0px;
	padding: 6px;
}

.cancel_intervention_button{
	position: relative;
	text-transform: uppercase;
	margin-left: 20px;
}

.trenn, .trenn_position, .title_trenn_position {
	color: var(--blue-color);
	font-size: 16px !important;
}

.trenn_position, .title_trenn_position {
	position: relative;
	padding-left: 20px;
	display: inline-flex !important;
}

.title_trenn_position {
	padding-left: 140px;
}

hr {
	border: 1px solid var(--gold-color);
}

table tbody tr {
  border-top: 15px solid transparent;
}

.elfinput .beanfield_trenn_1, .elfinput .beanfield_con, .elfinput .beanfield_mov, .elfinput .beanfield_str, 
.elfinput .beanfield_percentWater,
.elfinput .beanfield_trenn_4, .elfinput .beanfield_gluco,
.elfinput .beanfield_trenn_5, .elfinput .beanfield_cholSum, .elfinput .beanfield_HDL, .elfinput .beanfield_triglyzeride,
.elfinput .beanfield_blutzucker, .elfinput .beanfield_mov {
	display: none;
}

.elfinput .beanfield_weight {
	padding-left: 40px;
}

.unit-label {
	text-align: left !important;
	padding-left: 5px;
}

.sprite_more:before {
	background-image: url("/file/assets/meta/82c5bb96/adiphea/theme/menu.png") !important;	
	background-position: 0px 0px;
	width: 40px;
	height: 30px;
}

div#fullscreenoption {
	position: initial !important;
}

.sprite_printer, .sprite_helpview, .sprite_ticker, .sprite_settings, .sprite_exit, .sprite_sent_email_ok, .sprite_sent_email_bad, .toolbariteminner .item_icon .button, #moreoptions .toolbariteminner .item_before {
	display: none;
}

/* ##################### Intervention ##################### */
.intervention_result_box {
	padding: 6px;
	margin: 6px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid white;
}

.beanfield_date {
/* 	display: inline-flex; */
}
#centeredside form{
	text-align: center;
	/*font-size: 20px;*/
}
.centered {
	text-align: center;
}
#centeredside form input,#centeredside form .box-main {
	/*font-size: 20px;*/
}
#centeredside form input {
	padding: 16px;
}

.LiloPage .bottombuttons .cancelbutton, .SelectPatientAdiphea .bottombuttons .cancelbutton {
	display: none;
}
.LiloPage .bottombuttons .savebutton, .SelectPatientAdiphea .bottombuttons .savebutton {
	left: 42%;
}

.LiloPage .beanfield_weight, .LiloPage .beanfield_height, .LiloPage .beanfield_pwv, .LiloPage .beanfield_hr, .LiloPage .beanfield_sys, .LiloPage .beanfield_dias, 
.SelectPatientAdiphea .beanfield_weight, .SelectPatientAdiphea .beanfield_height, .SelectPatientAdiphea .beanfield_pwv, .SelectPatientAdiphea .beanfield_hr, .SelectPatientAdiphea .beanfield_sys, .SelectPatientAdiphea .beanfield_dias {
	display: flex;
}

.LiloPage .control-label,.SelectPatientAdiphea .control-label, .beanfield_pwv .form-group > label {
	margin-left: 0px;
}

/* .SelectPatientAdiphea .form-group, .registration .form-group { */
/* 	margin-bottom: 0px; */
/* 	width: 100%; */
/* 	display: block; */
/* } */

.LiloPage .form-group, .SelectPatientAdiphea .form-group, .registration .form-group {
	margin-bottom: 0px;
/* 	place-content: center; */
	margin-left: 25%;
}

.SelectPatientAdiphea div.t-beaneditor-row, .SelectPatientAdiphea div.t-beandisplay-row {
	place-content: center;
	width: initial;
}

.LiloPage .form-group label, .SelectPatientAdiphea .form-group label, .registration .form-group label, .SelectPatientAdiphea div.t-beaneditor-row > label, .SelectPatientAdiphea div.t-beandisplay-row > label {
	width: 250px;
	text-align: left;
}
.LiloPage .form-group > input, .SelectPatientAdiphea .form-group > input{
	width: 200px;
	text-align: left;
	display: inline-block;
}
 .LiloPage .form-group > div.input-group, .SelectPatientAdiphea .form-group > div.input-group, .register .form-group > div.input-group{
	width: 200px;
	text-align: left;
	display: inline-block;
}
.beanfield_date div.input-group input+span.input-group-btn {
	display: inline-block;
	height: 20px;
}
.beanfield_date div.input-group input+span.input-group-btn  button {
	height: 20px;
	margin-top: -1px;
	padding: 2px;
}
.beanfield_date .form-group {
	width: 100%;
}
.beanfield_date div.input-group input {
	width: 180px;
}

div.beanfield_weight input+label {
	position:absolute;
}

.form-group {
	margin-bottom: 0px;
	display: inline-flex;
	min-width: 100%;
}

 .LiloPage .form-group > div.input-group > input{
 	width: 180px;
}

div.t-beandisplay-row div.t-beandisplay-label.deviceheader,div.t-beandisplay-row div.t-beandisplay-label.alarmheader, div.t-beandisplay-row div.t-beandisplay-label.loginheader,div.t-beandisplay-row div.t-beandisplay-label.doctorheader, div.t-beandisplay-row div.t-beandisplay-label.adminheader, div.t-beandisplay-row div.t-beandisplay-label.superheader {
	display:none;
}
.btn-error {
	background-color: #B32215;
	color: white;
}
.btn-error:hover{
	background-color: #FF0000;
	color: white;
}
div.popupactions {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	z-index: 1;
}

.LiloPage .t-beaneditor-head-img {
	display: none;
}
#accordion {
	background-color: transparent;
	border: none;
}
body.SelectPatientAdiphea #accordion {
	width: 927px;
}
.ui-accordion .ui-accordion-content {
	padding: 0;
	margin: 0;
	background-color: red;
}
#accordion .ui-state-default{
	background: none;
}
#accordion .ui-widget-content {
	color: #FFFFFF;
	background: none;
}
#accordion .ui-state-hover{
	background-color: rgba(255,255,255,0.5);
}
ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background-color: transparent !important;
}
.ontop {
	position:absolute;
	z-index: 1000;
	right: 0;
	background-color: rgba(255,255,255,0.1);
	border-radius: 2px 10px 2px 10px;
	background-color: var(--menu-inner-tool-bar-color);
	padding: 4px 8px;

}

.ui-accordion .ui-accordion-header {
	padding: .5em 0 .5em 0;
}

div.registration span.selectDayWrapper > select{
	width: 40px;
}
div.registration span.selectMonthWrapper > select{
	width: 50px;
}
div.registration span.selectYearWrapper > select{
	width: 60px;
}
div.registration div#dateselector {
	display: inline-block;
}
div.registration input#height {
	padding-right: 5px;
}
div.registration input#height::placeholder {
	text-align: right;
}
div#error_context {
	color: black;
}
div#error_context h3{
	color: blue !important;
}
.ELF form {
/* 	color: black; */
}

.dateselectorddmmyyyy
{
	width: 200px;
	display: inline-block;
	text-align: left;
}

.dateselectorddmmyyyy .form-control {
	width: 63px;
}

span.selectDayWrapper:hover::after, span.selectMonthWrapper:hover::after,
	span.selectYearWrapper:hover::after, span.selectHourWrapper:hover::after,
	span.selectMinuteWrapper:hover::after, span.selectSecondWrapper:hover::after,
	span.selectAmpmWrapper:hover::after {
	color: black;
	background-color: white;
	display: inline-block;
	position: absolute;
	padding: 3px;
	z-index: 1;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 0px black;
	opacity: 0.6;
}

span.selectDayWrapper:hover::after {
	content: "dd";
}

span.selectMonthWrapper:hover::after {
	content: "MM";
}

span.selectYearWrapper:hover::after {
	content: "yyyy";
}


/* ##################### New Styling ##################### */


#recover_cell > a.smallbutton:hover {
	color: var(--highlighted-text-color);
}

div#resetvisited a {
	color: var(--text-color);
}


.svg-inline--fa {
	font-size: 15px;
	color: var(--default-text-color);
}

div#moreoptions .fa-bars, div.bef_openbutton .fa-bars {
	font-size: 25px;
}

div#moreoptions, .svg-inline--fa {
	color: var(--text-color);
}

div.search_xhtml, div.headlinebuttons, div.subheadlinebuttons, td[data-grid-property="actions"], div.sprite_none {
	display: inline-flex;
	gap: 5px;
	place-items: center;
}

div#resetvisited a:hover {
	text-decoration: underline;
}

a:hover, a:focus, div.popup_menu_adiphea div.toolbaritem:hover .svg-inline--fa, .svg-inline--fa:hover {
	color: var(--highlighted-text-color);
}

input[type="submit"]#login {
	border-width: 0px 0px 0px 0px;
	color: var(--default-text-color);
	border-radius: 5px 0px 5px 0px !important;
	padding: 7px 6px;
	background-color: var(--blue-color) !important;
}

div.form-group > label {
	width: 180px;
	text-align: left;
}

div.form-group > label.unit-label {
	width: initial;
}

div.form-group > div, div.form-group div.dateselectorinput, .LiloPage .form-group > div.input-group {
	display: inline-flex;
	gap: 5px;
}

div.beanfield_weight label.unit-label {
	position:initial;
}

.form-group > div, .form-group > .form-control {
/* 	text-align: right; */
	min-width: 200px;
}

.btn .svg-inline--fa, #setToday .svg-inline--fa {
	color: var(--highlighted-text-color);
}


div.imageContainer {
}
div#splideImageZone {
	padding: 10px 16px;
}
.splide_image_carousel_section, div.splide--slide {
	height: 400px;	
}

#testSpan {
	position:absolute;
}

div.splide__track {
	padding-left: 9px;
	padding-top: 6px;
}


button.splide__pagination__page.is-active { 
	transform: scale(1);
}

button.splide__arrow--next {
	right: 0px;
}

 .ELF div.t-beandisplay-row, .LiloPage div.t-beaneditor-row {
 	width: initial;
}

div.invitationMailLinkPopup > a#toggle {
	display: inline-flex;
	gap: 5px;
}

div.invitationMailLinkPopup > div {
	right: 90%;
	position: relative;
}

div.invitationMailLinkPopup > div .well {
	background-color: var(--menu-inner-tool-bar-color);
}

div.graph_container { 
	background-color: white;
	border: 2px solid var(--menu-inner-tool-bar-color);
}

div.graph_container a:hover {
	color: rgb(169, 170, 169);
	text-decoration: underline;
}

.metricresult_none {
	background-color: lightgray;
}

.metricresult_0 {
	background: #FF746C;
	color: #000000;
}

.metricresult_1 {
	background: #FFC067;
	color: #000000;
}

.metricresult_2 {
	background: #FFEE8C;
	color: #000000;
}

.metricresult_3 {
	background: #80EF80;
	color: #000000;
}

.metricresult_4 {
	background: #8CBD8C;
	color: #000000;
}

.metricresult_5 {
	background: #60EE60;
	color: #000000;
}

.metricresult_6 {
	background: #80FF80;
	color: #000000;
}

/*.metricresult_7 {*/
	background: #FFC5D3; /*https://www.figma.com/colors/pastel-pink/*/
	color: #000000;
}

.metricresult_8 {
	background: #E0E0E0;
	color: #000000;
}

.metricresult_9 {
	background: #000000;
	color: #FFFFFF;
}
.metricresult_none {
	background: transparent;
	color: #000000;
}  

div#cb-input {
	position: relative;
}

div#cb-inner {
	padding-top: 0 important!;
}

div.cb-bubble.bot, .cb-bubble div.bubble-ctn-human, #cb-input-container input {
	border-radius: 35px 15px 35px 15px;
}
div.cb-bubble.bot {
	border: 3px solid #71609b;
}
#AIDiBot {
	white-space: pre-line;
}
#AIDiBot a {
	position: absolute;
}
#cb-flow {
	overflow-y: inherit;
	height: 100% !important;
}
#cb-container #cb-flow > .cb-inner {
	padding-top: 0;
}
.patient_DataParam div#innercontent, .edit_ParameterVerhalten .floatingform, .edit_ParameterFunktion .floatingform, .edit_ParameterStruktur .floatingform{
	display: flex;
}
.patient_DataParam .leftside, .patient_DataParam  .rightside,  .edit_ParameterVerhalten .leftside,  .edit_ParameterVerhalten .rightside, .edit_ParameterFunktion .leftside, .edit_ParameterFunktion .rightside, .edit_ParameterStruktur .leftside, .edit_ParameterStruktur .rightside {
	margin: 0 5px 0 5px;
	max-width: 45%;
}

.ui-state-active {
	border-color: #ddd;
}
.datepicker {
	color: #555;
}
.alert-danger {
	background-color: #110000;
}