html *
{
  	font-size: 0.775rem;
  	border-radius: 0.2rem;
}

.tree-node {
	width: max-content !important;
}

button.panelheader_button
{
	font-size: 0.775rem !important;
}

button.fa_button_ohne_text
{
	font-size: 1.1rem !important;
	background-image: linear-gradient(#e6e0e0, #b7b7b7);
}

select.panelheader_combobox
{
	font-size: 0.675rem !important;
}

span.fa_button_ohne_text_sm
{
	font-size: 1rem !important;
}

span.my_header_titel
{
	font-size: 1rem !important;
}

.my_row
{
	--bs-gutter-x: 0px;
}

[hidden] {
  display: none !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/loader.gif) center no-repeat rgba(0, 0, 0, 0.3);
}
/* Neue CSS für bootstrap 5 */

.panelheader_button{
	margin-left: 5px; 
	margin-right: 5px; 
	padding-bottom: 0px; 
	padding-top: 0px;
}

.panelheader_button_start{
	margin-left: 5px; 
	margin-right: 5px; 
	margin-top: 3px;
	padding-bottom: 0px; 
	padding-top: 0px;
}

.panelheader_combobox{
	margin-left: 5px; 
	margin-right: 5px; 
	padding-bottom: 3px; 
	padding-top: 0px;
}

.my_panelheader{
	/*padding: 0px;*/ 
	background-color: #337ab7; 
	color: white; 
}

.my_card{
	padding: 0px;
}

.my_header_titel {
	margin-left: 10px; 
	font: inherit;
}

.my_border{
	border-top-color: rgba(0, 0, 0, 0.125);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.125);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.125);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.125);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;    
}

.fa_button_ohne_text_sm {
	margin: 0px; 
	cursor: pointer;
}

.ma_paket_button {
	padding: 1px;
	cursor: pointer;
}

.ma_paket_button_selected {	
	color:white;
	background: #1e6aa4;
	text-shadow: none;	
}

.ma_paket_button_normal {
	color:black; 
}

.ma_doknode_selected {
	font-weight: bold;
	background-color: #1e6aa4;
	color:white;
	padding: 2px;
}

.fa_button_suchepanel_tf_controll {
	margin-left: -34px !important;
	z-index: 100 !important;
	font-size: .875rem !important;
}

.fa_button_combobox_controll {
	margin-left: -34px !important;
	margin-top: 0.12rem !important;
	z-index: 100 !important;
	font-size: .875rem !important;
}

/* alte CSS */

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.fixed-panel-y {
  height: 350px;
  overflow-y: auto;
}

.found-diagnosen {
  height: 400px;
  overflow-y: auto;
}

.compare-diagnosen {
  height: 600px;
  overflow-y: auto;
  overflow-x: auto;
}

.found-patienten {
	height: 150px; 
	overflow-y: auto; 
	margin: 0px; 
	border-color: transparent; 
	padding-top: 10px; 
	padding-left: 10px;
}

.compare-patienten {
  overflow-y: auto;
}

.statistik {
  height: 800px;
  overflow-y: auto;
}

.fixed-panel-xy {
  height: 352px;
  overflow-y: auto;
}

.heading_padding{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
} 

.imppatient {
	color: #009933;
}

.gtdspatient {
	color: #0033cc;
}

.chbox_div {
	display: inline; 
	margin: 0px 10px 0px 5px;
}

.chbox{
	vertical-align:middle;  
	padding: 0 !important; 
	margin: 0 !important;
}

.chbox_lbl {
	font-weight: normal;
	margin: 0px 0px 0px -5px;
}

.filter_panel{
	display: inline-block; 
	float: left;
	margin-left: 5px;
}

.portal_section {
	padding-top: 9rem;
	padding-bottom: 5rem;
	display: flex;
}

.selected_value {
	color: black; 
	font-weight: bold;
}

.radio_panel_neu {
	font-size: inherit; 
	cursor: pointer; 
	margin-right: 5px; 
	margin-top: -1px;
	margin-bottom: 3px;
}

.radio_panel_neu_vertical {
	display: block;
}

.radio_panel_neu_horizontal {
	display: inline-block;
}

.radio_panel_input_neu {
	vertical-align: middle; 
	margin-top: -3px;
}

.wicket_listveiw {
	display: flex;
	align-items: center;
	text-align: start;
	margin-left: 5px;
}

.my-wicket-ajax-indicator {
    position: fixed; /* Position relative to the viewport */
    top: 20%; /* Adjust top position */
    left: 40%; /* Adjust left position */
    z-index: 1000; /* Ensure it appears above other elements */
}

