:root {
	--main-height-max: 100%;
	
	--ui-color-beige: #D3C6B7;
	--ui-color-beige-dark: #BCAFA0;
	
	--ui-color-blue-light: #ABB8C3;
	--ui-color-blue-middle: #8EA7B7;
	--ui-color-blue: #6D7E9F;
	
	--ui-color-block-grey: #A7A7A7;
	
	--ui-color-red: #C6004F;
	
	--ui-color-green: #A5B797;	
	
	--ui-btn-radius: 2px;
	
	
	--ui-color-stat-0: #8EA7B7;
	--ui-color-stat-1: #BCAFA0;
	--ui-color-stat-9: #C6004F;
	
	--ui-color-stat-block: #b7b7b7;
    --ui-color-stat-free: #d8d8d8;
	
	
}



.termin_status_9{
	background:var(--ui-color-stat-9)!important;
}
.termin_status_1{
	background:var(--ui-color-stat-1)!important;
	border:1px solid;
}
.termin_status_0{
	background:var(--ui-color-stat-0)!important;
	border:1px solid;
}
.termin_status_block{
	background:var(--ui-color-stat-block)!important;
	opacity: 0.7;
	border:1px solid;
}
.termin_status_block:hover{	
	opacity: 1;
}
.termin_status_block:focus{	
	opacity: 1;
}

::selection {
    background: var(--ui-color-blue-middle);
    color: #fff;
}

.termin_status_new{
	background:#CCCCCC!important;
	opacity:0;
}
.termin_status_new:hover{
	opacity:.3;
}
.termin_add_small{
	font-size:10px!important;
}

.disPlan{
	background: #8e8e8e!important;
}

.termin_block_marker {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffda00;
    border: none;
}
.termin_cell_block{	
	border-bottom: 1px dotted white;
	border-right: 1px dotted white;
}


body,html{  margin:0;padding:0; background-color:#FFFFFF; max-width: 100%; min-width:100%; width:100%; min-height:100%; max-height:100%; height:100%; overflow:hidden;
	
	
	/*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
	
	color:#444444;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-smooth: auto;

}
.one {
   
}

::placeholder {
  color: #CCCCCC;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #CCCCCC;
}

.bline{ border-bottom:1px solid #CCCCCC!important; height: 40px!important; }

.FORM_INPUT {	
	
	white-space: nowrap;
    font-family: FONT_IV;
    overflow: hidden;
    outline: 0px solid transparent;
	border:none;
	color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
    height: 25px;
    line-height: 25px;
	background:#FFFFFF;
}

#CC { position: absolute; left: 0;  padding: 50px 50px 0px 50px; top: 70; width: calc(100% - 100px); font-family:FONT_IV; font-size:15px; word-break: break-all; overflow-x: hidden;}
#CCC { position: absolute; left: 0;  width: 100%;}


.PAD { position: absolute; min-height: 100%; border-left: 1px dashed #444444; background:#FFFFFF;overflow-y:auto;  /*overflow:hidden; */right:0; z-index:0; }
.mouse{cursor:pointer!important;}
#lab { position: absolute; left:0; padding:20; font-family:FONT_I; font-size:14px; font-weight:bold; height: calc(100% - 40px); letter-spacing: 1px; text-transform: uppercase; line-height: .8; }


#LAB_B { position: absolute; left:0; top:30; padding-left:50; font-family:FONT_IV; opacity:0; font-size:36px; /* width: calc(100% - 50px);*/ width:fit-conent;}
#DESCR_LAB { position: absolute; left:0; top:70; padding-left:50; font-family:FONT_IV;  font-size:18px;  /* width: calc(100% - 50px);*/ width:fit-conent;}	
	
	.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/*
#CC::-webkit-scrollbar {
  display: none;
}

#CC {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}
*/




.clickable { cursor:pointer; }
.vtxt { writing-mode: vertical-rl; text-orientation: mixed; }

.ui-button {
    padding: 0.5em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
	border:1px dashed #444444;
	font-family: 'FONT_II';
    font-size: 14px;
	letter-spacing: 1;
	text-transform:uppercase;
	float: left;
    margin: 5px 5px 0px 0px;
	border-radius:3px;
}
.ui-button2 {
    padding: 0.5em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    border: 1px solid #c6c6c6;
    font-family: 'FONT_III';
    font-size: 11px;
    letter-spacing: 1.3;
    text-transform: uppercase;
    float: left;
    margin: 8px 8px 0px 0px;
	width: fit-content;
	border-radius:3px;
}
.ui-button3 {
    padding: 0.5em 0.8em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    border: 1px solid #444444;
	color: #444444;
	background:#FFFFFF;
    font-family: 'FONT_III';
    font-size: 11px;
    letter-spacing: 1.3;
    text-transform: uppercase;
    float: left;
    margin: 0;
	width: fit-content;
	border-radius:3px;
}
.ui-button2:hover {
    
    background: #a5b79730;
    /*color: #ffffff;*/
}


.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;

}
.ui-state-active,  a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    
    background: #8EA7B7;
    color: #ffffff;
	
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.4em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
	border-radius: 5px 5px 0px 0px;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    /* padding: 1em 1.4em; */
    background: none;
    padding: 70px 0px 0px 0px;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    /*padding: 0.2em 0.2em 0;*/
	padding:0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
    /* border-bottom: 5px solid; */
    border: 1px dashed #444444;
    border-bottom: none!important;
	font-family: 'FONT_II';
    font-size: 12px;
    letter-spacing: 1;
    text-transform: uppercase;
	padding-bottom: 18px;
	border-radius: 5px 5px 0px 0px;
}
.ui-widget-header {
    border-bottom: 1px dashed #444444!important;
    background: #ffffff;
    color: #444444;
    /* font-weight: bold; */
    position: absolute;
    top: 0;
    width: calc(100% - 2px);
    /* width: 1; */
    display: block;
}
.ui-widget.ui-widget-content {
    /*border-bottom: 1px dashed #444444;*/
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff!important;
    text-decoration: none;
	
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #444444;
    text-decoration: none;
	
}
.ui-tabs {
    position: relative;
    padding: 0;
}
/*#tabs{ visibility:hidden; }*/


.ui-state-active-checkbox {
    
    background: #8EA7B7;
    color: #ffffff!important;
}

.ui-checkboxradio-checked { color:#FFFFFF!important; background:var(--ui-color-blue-middle)!important; }
.fieldset { border:1px dashed #444444; margin: 0; margin-bottom: 15px;}
.fieldset2 { border:1px dotted #444444; margin: 0; margin-bottom: 15px; border-radius:3px; }
.legend { font-family: 'FONT_II'; font-size: 12px; letter-spacing: 1; text-transform:uppercase; color:#444444; }
.input_flex { width: 100%; font-family: FONT_III; font-size:13px; letter-spacing: 1; border: none; border-bottom: 1px dashed #CCCCCC; margin-top: 10px;outline: 0px solid transparent;}
.lab_flex { width: 100%; font-family: FONT_III; font-size:10px; letter-spacing: 1; text-transform:uppercase;}

.group_i_flex{ display:inline-flex; gap: 10px; width: 100%; }

.del_btn{
	width: 50px;
    background: #c6004f;
    color: #FFFFFF; 
    text-align: center;
    font-family: FONT_I;
    padding: 1px;
	border: none!important;
	border-radius: 3px;
	
}
.serviceIsOn{ color:#FFFFFF; background:#444444; }
.serviceIsOff{ color:#444444; background:#FFFFFF; }
.lab_v_off{ display:none!important; }

.btn_near {
    position: absolute;
    margin: unset;
    margin-left: 10px;
    right: 0;
    margin-right: 10px;
}

#chk_boxes{ position:absolute; top:230px; padding:50px; }

[contentEditable="true"].single-line {
    white-space: nowrap;
    width:200px;
	font-size: 15px;
    font-family: FONT_IV;
    overflow: hidden;
	outline: 0px solid transparent;
} 
[contentEditable="true"].single-line br {
    display:none;

}
[contentEditable="true"].single-line * {
    display:inline;
    white-space:nowrap;
}
[contentEditable="true"].multi_line  {
   word-break: keep-all;
   font-size: 15px;
   font-family: FONT_IV;
   outline: 0px solid transparent;
   max-height: 180px;
   overflow: hidden;
   overflow-y: auto;
}
select{ font-size:15px; font-family: FONT_IV; background: #FFFFFF; border: 1px solid #444444;max-width: 200px; border-radius: 3px; padding: 2px;}





.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 9999;
	border: 1px solid #000000;
    background: #FFFFFF;
	width: fit-content!important;
    padding: 10px!important;
	max-height:280px;
	overflow-y:auto;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
	font-size: 15px;
    font-family: FONT_IV;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	padding: 10px;
	
	
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
	margin: -5px;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-tooltip {    
    color: white;
	z-index:11111;
	width:fit-content;
	font-family:'FONT_II';
	font-size:10px;
	padding:5px;
	background: #444444;
	text-transform: uppercase;
	letter-spacing: .5;	
}
.therapie_tt{
	
	color: #333333;
	z-index:11111;
	width:200px;
	font-family:'FONT_III';
	font-size:10px;
	padding:10px;
	background: #FFFFFF;
	word-break: break-word;
	letter-spacing: .5;	
	text-transform: unset;
	border-radius:5px;
	border: 1px solid #CCCCCC;
	
	
}





.custom-select option{
	font-family:'FONT_III';
}




.kksm_down::after{
	font-family: FontAwesome;
    display: inline-block;
	content:"\f063";color:var(--ui-color-blue-middle);
	margin-left: 10px;
}


/*
#MAIN {
    -ms-overflow-style: none;
    scrollbar-width: thin; 
    overflow-y: auto; 	
	-ms-autohiding-scrollbar:true;
}

#MAIN::-webkit-scrollbar {
    display: none; 
	width:5px;
	background:#e6e6e6;
	z-index:1000000;
}
#MAIN::-webkit-scrollbar-thumb{
	background:#b6b6b6;
}

*/



* {
  /*overflow-y: auto;*/
  scrollbar-color: #b6b6b6 #e6e6e6;
  scrollbar-width: thin;
}

::-webkit-scrollbar {  
	width:5px;
	background:#e6e6e6;
}

::-webkit-scrollbar-thumb{
	background:#b6b6b6;
}
input[type=radio]{
	margin-left: 0;
}

/*

.ui-widget {
	
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	
	font-size: 1em;
}
.ui-widget.ui-widget-content {

}
.ui-widget-content {
	
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}


*/
/*
:root{
  scrollbar-color: #B8BDC4 #6F7E8E;
  scrollbar-track-color: yellow;
  scrollbar-width: thin; 
  }
 ::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}

::-webkit-scrollbar-track-piece {
  background-color: #FFFFFF;
}

::-webkit-scrollbar-thumb:vertical {
  height: 0px;
  background-color: #CCCCCC;
}
*/
