:root {
    --secondary-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --primary-font: 'Metropolis', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#LOGODIV {
	position: fixed;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	height: 103px;
	z-index: 1;
	width: 240px;
	border: none;
	background-color: #f7f7f7;
}

#LOGODIV img {
	margin-top: 13px;
}

/*
#LOGODIVWITHOUTLEFTMENU {
    position      : fixed;
    left          : 0px;
    top           : 0px;
    padding-top   : 5px;
    height        : 105px;
    z-index       : 1;
    width         : 90px;
    border        : none;
    background-color: #f7f7f7;
}
*/
#LOGODIVWITHOUTLEFTMENU img {
	margin-top: 20px;
}

#HEADERDIV {
	position: fixed;
	left: 240px;
	top: 0px;
	right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 103px;
	z-index: 3; /* to have sliding menu on top of agenda header div*/
	border: none;
	background-color: #ffffff;
	overflow-y: visible; /*for sliding menu*/
}

#HEADERDIVWITHOUTLEFTMENU {
	position: fixed;
	left: 0px;
	/*    left          : 90px;*/
	top: 0px;
	right: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	height: 103px;
	z-index: 2; /* to have sliding menu on top of agenda header div*/
	border: none;
	background-color: #ffffff;
	overflow-y: visible; /*for sliding menu*/
}

#headerLine1 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 100%;
	z-index: 4; /* to have sliding menu on top of header*/
}

/*
#headerLine1 table{
    float:right;
}
*/


#headerLine1 td{
    padding-bottom:2px;
}

#headerLine1 p, #headerLine1 td, #headerLine1 a {
	white-space: nowrap;
	text-align: right;
}

#headerLine1 span, #headerLine1 img, #headerLine1 a, #headerLine1 td {
	vertical-align: middle;
}

#headerLine2 {
	position: absolute;
	left: 0px;
	top: 30px;
	right: 0px;
	height: 73px;
	/* following needed for scrollbar in header, but incompatible with actions/reports menu*/
	/*overflow-x    : auto;  for sub-1280-screen-width*/
	background: #f7f7f7;
	z-index: 3; /* to have sliding menu on top of header*/
}

#MENUDIV {
	position: fixed;
	left: 0;
	top: 103px;
	z-index: 1;
	width: 240px;
	bottom: 0px;
	border: none;
	background-color: #f7f7f7;
	overflow: auto; /*for very small screens, iphone*/
}

#CONTENTDIV {
	position: absolute;
	left: 240px;
	top: 103px;
	right: 0px;
	padding-top: 4px;
	padding-right: 0px;
	border: none;
	background-color: #ffffff;
}

#CONTENTDIVWITHOUTLEFTMENU {
	position: absolute;
	left: 0px;
	top: 103px;
	right: 0px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 0px;
	border: none;
	background-color: #ffffff;
}

/* same as CONTENTDIV except for bgcolor and padding-top (for dashboard)*/
#CONTENTDIV2 {
	position: absolute;
	left: 240px;
	top: 103px;
	right: 0px;
	padding-right: 0px;
	border: none;
	background-color: #f7f7f7;
}

#CONTENTDIVWITHOUTLEFTMENU2 {
	position: absolute;
	left: 0px;
	top: 103px;
	right: 0px;
	padding-left: 10px;
	padding-right: 0px;
	border: none;
	background-color: #f7f7f7;
}

/* 20200322 introduced for new agenda*/
iframe#agendaFrame {
   border: 0;
   height: calc(100vh - 115px);
   width: 100%;
}

table.calendarLegend {
	width: 100%;
}

calendarLegend td {
	text-align: left;
}

#AGENDAHEADERDIV {
	position: fixed;
	left: 240px;
	top: 103px;
	right: 4px;
	z-index: 1;
	height: 70px;
	border: none;
	overflow: hidden;
	background-color: #ffffff;
}

#AGENDAHEADERDIVWITHOUTLEFTMENU {
	position: fixed;
	left: 0px;
	top: 103px;
	right: 4px;
	padding-left: 10px;
	z-index: 1;
	height: 70px;
	border: none;
	overflow: hidden;
	background-color: #ffffff;
}

#AGENDADIV {
	position: relative;
	top: 103px;
}

/*
.agendaMenuHeader span, .agendaMenuHeader a, .agendaMenuHeader img{
	vertical-align:middle;
}
*/
#calendar-container .ui-datepicker-prev .ui-icon {
	background: url('../image1/previous.svg');
}

#calendar-container .ui-datepicker-next .ui-icon {
	background: url('../image1/next.svg');
}

#WAITINGROOMDIV {
	position: fixed;
	float: right;
	top: 121px;
	right: 4px;
	z-index: 1;
	border: none;
	overflow: hidden;
	background-color: #ffffff;
}

#FOOTERDIV {
	position: relative;
	top: 70px;
	width: 100%;
}

#BREADCRUMB td {
	vertical-align: top;
}

html, body, p, li, th, td {
	font-family: var(--secondary-font);
	font-size: 12px;
	color: #0c3939;
	margin: 0px;
	padding: 4px;
}

th {
	background-color: #67C4C0;
	font-weight: bold;
	padding: 2px;
	padding-right: 4px;
}

/* else IE adds extra space after form (screws up header)*/
form {
	margin-bottom: 0;
}

input, textarea, button {
	font-family: "Open Sans", Tahoma, sans-serif;
	font-size: 12px;
	color: #0c3939;
	margin: 0px;
	padding: 1px 3px 1px 3px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
    accent-color: #2B7A78;
}

input:focus {
    outline: 1px solid #2B7A78;
    border: 1px solid #2B7A78;
}

textarea:focus {
    outline: 1px solid #2B7A78;
    border: 1px solid #2B7A78;
}

select:focus {
    outline: 1px solid #2B7A78;
    border: 1px solid #2B7A78;
}

button {
	background-color: #ffffff;
	height: 20px;
}

select {
	font-family: "Open Sans", Tahoma, sans-serif;
	font-size: 12px;
	color: #0c3939;
	margin: 0px;
	padding: 1px 16px 1px 3px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #f7f7f7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; /* remove default arrow */
	background-image: url(../image1/select.svg); /* add custom arrow */
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: right 4px top 6px;
}

select::-ms-expand {
	display: none; /* hide the default arrow in ie10 and ie11 */
}

img {
	border: 0px;
	/*image-orientation: from-image;*/
}

/* to remove border from search and new fields*/
.noborder {
	border: 0px;
	font-size: 12px;
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse; /*!!*/
}

tr {
	margin: 0px;
	padding: 0px;
}

table.popup {
	border: 1px solid #2B7A78;
}

th.popup {
	background-color: #2B7A78;
	color: #ffffff;
}

a {
	font-size: 12px;
	color: #2B7A78;
	text-decoration: underline;
	margin: 0px;
	padding: 2px;
}

a:hover {
	color: #67C4C0;
}

a.menuItem {
	background-color: #f7f7f7;
	border-color: #2B7A78;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-radius: 4px 4px 0px 0px;
	display: block;
	font-size: 14px;
	color: #2B7A78;
	text-decoration: none;
	padding: 5px; /* bit more padding for buttons */
	/*width:94px;*/
	text-align: center;
}

a.menuItem:hover {
	background-color: #2B7A78;
	color: #ffffff;
}

a.menuItemSelected {
	background-color: #2B7A78;
	border: 1px solid #2B7A78;
	border-radius: 4px 4px 0px 0px;
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 5px; /* bit more padding for buttons */
	/*width:94px;*/
	text-align: center;
}

a.menuItemHighlighted {
	background-color: orange;
	border: solid #2B7A78;
	border-width: 1px 1px 0px 1px;
	border-radius: 4px 4px 0px 0px;
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 5px; /* bit more padding for buttons */
	/*width:94px;*/
	text-align: center;
}

table.subMenuTable {
	border-collapse: separate;
	border: 1px solid #ffffff;
	/*background:#43b8b4;*/
	padding: 1px;
}

.subMenuItem {
	border: 0px;
}

.subMenuItem:hover, .subMenuItem.hover {
	background-color: #67C4C0;
}

.subMenuItemSelected {
	background-color: #67C4C0;
	border: 0px;
}

img.subMenuItem {
	height: 24px;
	padding: 2px;
}

input.subMenuItem {
	height: 20px;
	padding: 2px;
}

img.subMenuItemSelected {
	height: 24px;
	padding: 2px;
}

input.subMenuItemSelected {
	height: 20px;
	padding: 2px;
}

table.formTableElement {
	border: 1px solid #67C4C0;
}

table.displayTableElement {
	border: 1px solid #67C4C0;
}

table.schemeTable {
	border: 1px solid #67C4C0;
}

table.statementTable {
	border: 1px solid #67C4C0;
}

tr.statementTableHeaderRow {
	background-color: #67C4C0;
	text-align: right;
}

tr.statementTableSubHeaderRow {
	background-color: #b0e1df;
	text-align: right;
}

tr.agendaTableHeaderRow {
	background-color: #DEF2F1;
}

.agendaTableHeaderRow th {
	background-color: #DEF2F1;
}

.agendaTableHeaderRow a {
	text-decoration: none;
}

div.container table {
	border: 0px solid #DEF2F1;
	margin: 3px;
}

div.container th {
	background-color: #DEF2F1;
	color: #2B7A78;
}

div.containerSelected table {
	border: 0px solid #DEF2F1;
	margin: 3px;
}

div.containerSelected th {
	background-color: #DEF2F1;
	color: #2B7A78;
}

table.agendaTable {
	background-color: #f0f0f0;
	/* was #d5d5d5; determines color of free cells*/
	font-size: 11px;
}

.agendaTableHeaderRow th {
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.agendaActionCell img {
	height: 12px;
}

/* for small 'add' in agenda*/
.agendaActionCellSmall img {
	height: 8px;
}

.agendaActionCellLarge img {
	height: 18px;
}

/* for small 'add' in textarea action*/
.textAreaActionCellSmall img {
    height: 8px;
}


th.space {
	background-color: #ffffff;
	width: 12px;
	margin: 0px;
	padding: 0px;
}

td.space {
	background-color: #ffffff;
	width: 12px;
	margin: 0px;
	padding: 0px;
}

th.agContext {
	width: 8px;
	margin: 0px;
	padding: 0px;
}

td.agContext {
	width: 8px;
	margin: 0px;
	padding: 0px;
}

td.agContent {
	margin: 0px;
	padding: 1px;
	/* to have an indication that there is some room available between 2 appointments*/
}

td.topLine {
	border-top: 1px dashed #000000;
}

hr {
	padding: 0px;
	margin: 0px;
}

td.popup {
	background-color: #ffffff;
}

th.popup a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

table.mainHeader td {
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
}

table.formTable {

}

table.formTableColumn {
	background-color: #f9f9f9;
}

table.formFragmentTable {
	background-color: #d5d5d5;
	margin: 3px;
}

/*
tr.schemeTableHeaderRow {
  text-align: center;
}

tr.schemeTableEvenRow {
  background-color: #d5d5d5;
  text-align: center;
}

tr.schemeTableOddRow{
  background-color: #ffffff;
  text-align: center;
}
*/

table.displayTableColumn {
	background-color: #f9f9f9;
    width: 100%;
}

tr.statementTableEvenRow {
	background-color: #d5d5d5;
	text-align: right;
}

tr.statementTableOddRow {
	background-color: #ffffff;
	text-align: right;
}

tr.statementTableHeaderRow {
	text-align: center;
	font-size: 12px;
}

div.container tr {
	background-color: #ffffff;
}

div.containerSelected tr {
	background-color: #ffffff;
}

table.breadCrumb {
	/*border: 1px solid #2B7A78;*/
	margin-left: 5px;
	margin-bottom: 5px;
}

td.breadCrumbElement {
	background-color: #f9f9f9;
}

/* no coloring of links in breadcrumb*/
.breadCrumb a {
	color: #0c3939;
}

.breadCrumb img {
	height: 18px;
}

span.breadCrumbTitle a {
	font-size: 20px;
	font-weight: bold;
}

span.breadCrumbTitle p {
	font-size: 20px;
	font-weight: bold;
}

span.breadCrumbTitle2 a {
	font-size: 20px;
}

span.breadCrumbTitle2 p {
	font-size: 20px;
}

span.tagStyle {
	margin-right:2px;
	background-color:#2B7A78;
	color:white;
	padding: 5px;
	font-weight: bold;
	width: fit-content;
}

/* only used in flat presentation*/
p.breadCrumbActions a {
	font-size: 20px;
	font-weight: bold;
	vertical-align: top;
}

/*td.breadCrumbActions a{
  font-size: 18px;
  font-weight:bold;
}*/
.breadCrumbImagePopup img {
	position: absolute;
	height: 200px;
	z-index: 100;
}

.roundFrame {
	background: url("../image1/0c3939.png");
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
	position: relative;
	overflow: hidden;
	height: 100px;
	padding: 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	vertical-align: middle;
	text-align: center;
}

.roundFrame img {
	height: 100px;
	width: 100px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.roundFrame2 {
	background: url("../image1/0c3939.png");
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
	position: relative;
	overflow: hidden;
	height: 50px;
	padding: 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	vertical-align: middle;
	text-align: center;
}

.roundFrame2 img {
	height: 50px;
	width: 50px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.suggestionsBoxClass {
	position: relative;
	left: 11px;
	width: auto;
	background-color: #ffffff;
	border: 1px solid #000;
}

/* variant for search, used 'fixed', else it does not work in agenda (would be presented in beginning of agenda, which can be invisible */
.suggestionsBoxClass2 {
	position: fixed;
	top: 103px;
	left: 335px;
	width: auto;/*400px;*/
	height: auto;
	background-color: #ffffff;
	border: 1px solid #000; /*#a9c700;*/
	z-index: 4;
}

/* remove indents and bullets */
.suggestionListClass ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* indicate selection with background color */
.suggestionListClass li {
	margin: 0;
	padding: 2px;
}

.suggestionListClass li:hover {
	background-color: #DEF2F1;
}

.smallCircle {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin-bottom: 2px;
}

.smallerCircle {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin-bottom: 0px;
}

/* intermediate row in breadcrumb*/
#breadCrumbCiListRow * {
	vertical-align: middle;
}

/*explicit style needed, else overruled by #BREADCRUMB*/
#breadCrumbCiListRow td {
	vertical-align: middle;
	font-size: 10px;
	padding: 4px;
	padding-bottom: 0px;
}

#breadCrumbCiListRow a img{
	height: 24px;
}

.breadCrumbSelectedCi div {
	background-color: #f9f9f9;
	border: 1px solid #0c3939;
	border-bottom: 1px solid #f9f9f9;
	padding: 2px;
	margin: 3px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.breadCrumbNotSelectedCi div {
	background-color: #ffffff;
	border: 1px solid #0c3939;
	padding: 2px;
	margin: 3px;
	cursor: pointer;
}

.datePicker-container .ui-datepicker-prev .ui-icon {
	background: url('../image1/previous.svg');
}

.datePicker-container .ui-datepicker-next .ui-icon {
	background: url('../image1/next.svg');
}

.calendarLegendInactive {
                display: none;
}

input.filterField{
	background: url('../image1/search.svg') no-repeat right center;
}

.autocompleteSelected {
    background-color: #DEF2F1;
}

.dropzone {
    width: 200px;
    height: 20px;
    border: 2px dashed #67C4C0;
    text-align: center;
    padding: 10px;
    margin: 10px;
}

.dragover {
    background-color: #DEF2F1;
}

.popupContainer {
    overflow: visible !important;
}
