/* source-sans-pro-regular - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro/source-sans-pro-v14-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro/source-sans-pro-v14-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro/source-sans-pro-v14-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro/source-sans-pro-v14-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro/source-sans-pro-v14-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro/source-sans-pro-v14-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
* {-webkit-font-smoothing: antialiased;}

input:focus, textarea:focus, select:focus { outline: none; }

.cc_icon{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cc_icon > svg{
	width: auto;
	height: 2em;
}

#CC_MIQ_BODY{
	font: normal normal normal 12px/20px Source Sans Pro;
	margin: 0em;
}
#CC_MIQ_FOOTER{
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
#CC_MIQ_FOOTER{
	padding-left: 6em;
}
#CC_MIQ_FOOTER.cc_meune_visible{
	padding-left: 23em;
}
#CC_MIQ_DEBUG{
	position:absolute;
	z-index:999999;
	bottom:30px; 
	left:20px;
	width:600px;
	height:400px;
	overflow:auto; padding:2px;
	color:white; 
	background-color:#8A0808; 
	border: solid 3px gray;
	font-size:10px;
}

/* ==================================== */
/* ==================================== */

div#cc_miq_loading{position:fixed;top:0;left:0;z-index: 9999;background-color: rgba(0,0,0,0.5);width: 100vw;height: 100vh;display: flex; justify-content: center;align-items: center; }
div#cc_miq_loading > div{ color:white;text-align: center; }
div#cc_miq_loading > div > img{ width: 2em; height: auto; }
#page-content{
	margin:6em 2em 1.5em 6em;
	padding-bottom: 1em;
    line-height: 1.7em;
    font-family: "Source Sans Pro";
}
#page-content.cc_meune_visible{
	margin-left:23em;
}
#HELPBAR{
	z-index: 900;
	position: fixed;
	top: 6em;
	left: 6em;
	right: 0em;
	display: flex;
	background-color: gainsboro;
}
#HELPBAR > a{
	padding: 0.25em;
	margin-left: 1em;
	text-decoration: none;
	color:black;
}
#HELPBAR.cc_meune_visible{
	left:23em;
}
#FORMPAGE{
    font-size: 1.16em;
}
#FORMPAGE > form > table[id^=EXTRA_] > tbody > tr > td > div.divsecbloc{
	background-color: rgb(255,255,255);
	box-shadow: 0px 0px 3px #0000000A;
	padding: 1.5em;
}
#FORMPAGE > form > table[id^=EXTRA_] > tbody > tr > td > div[class^=innerTableHeader_]{
	font-size: 1.2em;
	font-weight: bold;
    line-height: 1.5em;
	padding: 1.5em 0em 0.25em 0em;
}
.cc_popup_miq_center,
.cc_popup_miq_right{
	z-index:9999;
	position: fixed;
	top: 0;
	left:0;
	width: 100vw;
	height: 100vh;
	display: none;
	background-color: rgba(0,0,0,0.3);
}
.cc_popup_miq_center .cc_content_body>div {
    padding: 4em 6em;
    background-color: rgb(255, 255, 255);
    max-width: calc(700px - 16em);
    margin: auto;
    border-radius: 0.4em;
}

.cc_popup_miq_center .cc_content_body.cc_add_padding>div {
    padding: 4em 10em;
}

.cc_pop_up .cc_content_body>.cc_main{
    padding-top: 0;
    padding-bottom: 0;
}

.cc_center_flex.cc_content_header_absence{
    margin-bottom: 1em;
}

.cc_container {
    display: grid;
    justify-content: center;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-row-gap: 3.5em;
    padding-bottom: 2em;
}

.cc_container_table {
    display: grid;
    justify-content: center;
    width: 100%;
    grid-template-columns: auto auto;
    grid-column-gap: 8px;
}

.cc_container_absenceDetails {
    display: grid;
    justify-content: center;
}

.cc_main_padding{
    padding-bottom: 2em;
}

.cc_popup_miq_center div.cc_popupspacer_miq,
.cc_popup_miq_right div.cc_popupspacer_miq{
}
.cc_popup_miq_center > div.cc_popupheader_miq,
.cc_popup_miq_right > div.cc_popupheader_miq{
	
}
.cc_popup_miq_center > div.cc_popupbody_miq,
.cc_popup_miq_right > div.cc_popupbody_miq{
	display: flex;
}
.cc_popup_miq_center > div.cc_popupbody_miq > div.cc_popupspacer_miq,
.cc_popup_miq_right > div.cc_popupbody_miq > div.cc_popupspacer_miq{

}
.cc_popup_miq_center > div.cc_popupbody_miq > div.cc_popupspacer_miq{
	flex:2 1 20vw;
}
.cc_popup_miq_right > div.cc_popupbody_miq > div.cc_popupspacer_miq{
	flex:1 1 70vw;
}
.cc_popup_miq_center > div.cc_popupbody_miq > div.cc_popupcontent_miq,
.cc_popup_miq_right > div.cc_popupbody_miq > div.cc_popupcontent_miq,
.cc_sidebar_miq_right{
    color: rgba(241, 241, 241, 1);
/*    margin-left: 66vw;	*/
	height: calc(100vh - 6em);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.16);
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
	padding: 3em 3em 3em 3em;

/*
    border-top-left-radius: 2em;	*/
}
.cc_sidebar_miq_right{
	z-index:899;
	position: fixed;
	top: 6em;
	right:0;
	width: 25vw;
	height: calc(100vh - 11em);
  color: rgba(241, 241, 241, 1);
  background-color: rgba(255, 255, 255, 1);
  box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.16);
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
	padding: 2.5em 1.8em;
	display: none;
}
.cc_popup_miq_center > div.cc_popupbody_miq > div.cc_popupcontent_miq{
	flex: 1 0 30vw;
}
.cc_popup_miq_right > div.cc_popupbody_miq > div.cc_popupcontent_miq{
	flex: 0 0 30vw;
}

.cc_popup_miq_center > div.cc_popupbody_miq > div.cc_popupcontent_miq > div.cc_popupcontent_miq_head,
.cc_popup_miq_right > div.cc_popupbody_miq > div.cc_popupcontent_miq > div.cc_popupcontent_miq_head{
	display: flex;
	justify-content: space-between;
	padding: 1em 0em;
	align-items: center;
}
.cc_popup_miq_center > div.cc_popupbody_miq > div.cc_popupcontent_miq > div.cc_popupcontent_miq_head > div.cc_popupcontent_miq_head_title,
.cc_popup_miq_right > div.cc_popupbody_miq > div.cc_popupcontent_miq > div.cc_popupcontent_miq_head > div.cc_popupcontent_miq_head_title{
	font: normal normal normal 1.5em/2em Source Sans Pro;
}

.cc_popup_miq_center > div.cc_popupbody_miq > div.cc_popupcontent_miq > div.cc_popupcontent_miq_head > div.cc_popupclose_miq,
.cc_popup_miq_right > div.cc_popupbody_miq > div.cc_popupcontent_miq > div.cc_popupcontent_miq_head > div.cc_popupclose_miq{
	padding: 0.5em;
	border-radius: 2em;
	background-color: rgb(182,31,41);
	height: 1em;
}
.cc_popup_miq_center > div.cc_popupbody_miq > div.cc_popupcontent_miq > div.cc_popupcontent_miq_head > div.cc_popupclose_miq > svg,
.cc_popup_miq_right > div.cc_popupbody_miq > div.cc_popupcontent_miq > div.cc_popupcontent_miq_head > div.cc_popupclose_miq > svg{
	height: 1em;
	fill: rgb(255,255,255);
}
.cc_popup_miq_center > div.cc_popupbody_miq > div.cc_popupcontent_miq > div.cc_popupcontent_miq_head > div.cc_popupclose_miq:hover,
.cc_popup_miq_right > div.cc_popupbody_miq > div.cc_popupcontent_miq > div.cc_popupcontent_miq_head > div.cc_popupclose_miq:hover{
	cursor: pointer;
	background-color: dimgray;
}
.cc_popup_miq_center > div.cc_popupbody_miq > div.cc_popupcontent_miq > div.cc_popupcontent_miq_head > div.cc_popupclose_miq:hover > svg,
.cc_popup_miq_right > div.cc_popupbody_miq > div.cc_popupcontent_miq > div.cc_popupcontent_miq_head > div.cc_popupclose_miq:hover > svg{
	fill: rgb(182,31,41);
}


.cc_popup_miq_center > div.cc_popupfooter_miq,
.cc_popup_miq_right > div.cc_popupfooter_miq{
	
}
.cc_popup_miq_center > div.cc_popupbody_miq > div.cc_popupcontent_miq > iframe,
.cc_popup_miq_right > div.cc_popupbody_miq > div.cc_popupcontent_miq > iframe{
	width:100%;
	height: calc(100% - 5em);
	border:none;
	border-radius:1em;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}

/* ==================================== */
/* ========= input elements ======== */
td.cc_sel,
td.cc_sel_r,
div.cc_input,
td.cc_input{
/*	height: 2.9em;	*/
}
td.cc_sel > .divsecbloc,
td.cc_sel_r > .divsecbloc,
div.cc_input > .divsecbloc,
div.cc_sel > .divsecbloc,
td.cc_input > .divsecbloc{
	border: 1px solid rgb(220, 220, 220);
	border-radius: 0.5em;
	padding: 0.1em;
}

td.cc_sel_r > .divsecbloc,
div.cc_sel_r > .divsecbloc{
	background-color:rgb(234, 234, 234);
}

td.cc_sel > .divsecbloc,
td.cc_sel_r > .divsecbloc,
div.cc_input > .divsecbloc,
div.cc_sel > .divsecbloc,
td.cc_input > .divsecbloc{
/*	background-color: rgba(241, 245, 249, 0.59);	*/
}
div.cc_input > .divsecbloc > table,
td.cc_input > .divsecbloc > table,
td.cc_sel > .divsecbloc > table,
td.cc_sel_r > .divsecbloc > table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0em;
}

div.cc_input > .divsecbloc > table > tbody > td,
td.cc_input > .divsecbloc > table > tbody > td,
td.cc_sel > .divsecbloc > table > tbody > td,
td.cc_sel_r > .divsecbloc > table > tbody > td{
	padding: 0em;
}
div.cc_input > .divsecbloc > table > tbody > td.cc_unit,
td.cc_input > .divsecbloc > table > tbody > td.cc_unit,
td.cc_sel > .divsecbloc > table > tbody > td.cc_unit,
td.cc_sel_r > .divsecbloc > table > tbody > td.cc_unit{
	white-space: nowrap;
}

div.cc_input > .divsecbloc input,
div.cc_input > .divsecbloc textarea,
td.cc_input > .divsecbloc input,
td.cc_input > .divsecbloc textarea{
  	display: block;
   	border: none;
  	resize: none;
   	padding: 0.3em;
   	border-radius: 0em;
   	background-color: transparent;
}
div.cc_input > .divsecbloc input,
div.cc_input > .divsecbloc textarea,
td.cc_input > .divsecbloc input,
td.cc_input > .divsecbloc textarea{
	width: calc(100% - 0.8em);
	font: normal normal normal 1.02em/1.7em Source Sans Pro;
}

@-moz-document url-prefix() {
	td.cc_input > .divsecbloc textarea,
	div.cc_input > .divsecbloc textarea{
	    overflow-x:hidden;
    }
}


/*
td.cc_sel_r > .divsecbloc,
td.cc_input_r > .divsecbloc,
div.cc_input_r > .divsecbloc,
*/
.cc_input > .cc_icon > svg{
	width: auto;
	height: 1em;
}
input.cc_button,
div.cc_button,
td.cc_button{
    display: inline-block;
    padding: 0.55em 1em;
    min-width: 10em;
    border-radius: 3em;
    text-align: center;
    background-color: rgba(234, 234, 234, 1);
}
input.cc_button:hover,
div.cc_button:hover,
td.cc_button:hover{
	background-color: rgba(0, 0, 0, 1);
	cursor: pointer;
	color: rgba(255,255,255,1);
}

.cc_submit>input[type='submit'],
.cc_submit>input[type='button']{
	font-size: 1.25em;
	border: none;
	width: 100%;
}
.cc_submit>input[type="submit" i],
.cc_submit>input[type='button' i]{color: rgb(0,0,0);}


td.cc_at{vertical-align: top;}
td.cc_ab{vertical-align: bottom;}

.cc_sel_disable{background-color: rgb(234, 234, 234); }

.cc_sel_wrapper{
	display: flex;
	position: relative;
	min-height: 1.75em;
	padding: 0.3em;
	min-width: 5em;
}
.cc_sel_wrapper:hover{cursor: pointer;}

.cc_sel_text,
.cc_sel_caret{display: flex;align-items:center;}
.cc_sel_text{flex:2 0 2em;padding: 0em 0.3em 0em 0em;}
.cc_sel_text>span{	/* white-space: nowrap; */}
.cc_sel_caret{flex:0 0 2em;justify-content: center;}
.cc_sel_wrapper>select{
	height: 100% !important;
	width:100%;
	position: absolute;
	cursor: pointer;
	opacity: 0.0;
	margin:-0.3em 0em 0em -0.3em;
}
.cc_sel_spacer{padding-right: 0.5em;}


div.cc_input.cc_error_field > .divsecbloc,
td.cc_input.cc_error_field > .divsecbloc{ border-color: rgba(216, 108, 120, 1) !important;  }

.cc_error_field_message{ color: rgba(216, 108, 120, 1) !important; }

.CBF{cursor:pointer;color:transparent;height:1em;width:1em;border: solid 1px dimgray; display: none;}

.CC_CBF_W{
	display: inline-block;
}
.CC_CBF_P{
    width: 1em;
    height: 1em;
    border: 0.1em solid rgb(227, 227, 227);
    border-radius: 0.2em;
}
.CC_CBF_P:hover{
	cursor: pointer;
}
.CC_CBF_P.cc-icon-check{
	background-color: rgb(245, 133, 91);
}
.CC_CBF_P.cc-icon-check > svg{
	fill: rgb(255,255,255);
}
.CC_CBF_P > svg{
	height:0.75em;
}

/* ================================================================================================================================ */
/* ======= css for error handling
/* ================================================================================================================================ */
td.cc_sel > .divsecbloc.cc_bg_error,
div.cc_input > .divsecbloc.cc_bg_error,
div.cc_sel > .divsecbloc.cc_bg_error,
td.cc_input > .divsecbloc.cc_bg_error{
	border-color: rgba(216, 108, 120, 1) !important;
}
td.cc_sel > .divsecbloc.cc_bg_error input,
div.cc_input > .divsecbloc.cc_bg_error input,
div.cc_sel > .divsecbloc.cc_bg_error input,
td.cc_input > .divsecbloc.cc_bg_error input,
td.cc_sel > .divsecbloc.cc_bg_error textarea,
div.cc_input > .divsecbloc.cc_bg_error textarea,
div.cc_sel > .divsecbloc.cc_bg_error textarea,
td.cc_input > .divsecbloc.cc_bg_error textarea{
	color: rgba(216, 108, 120, 1) !important;
}
/* ================================================================================================================================ */
/* ================================================================================================================================ */

.cc_no{display: none;}
.cc_no_i input,
.cc_no_i textarea{display: none !important;}


.cc_input:focus-within{
	border-color:rgba(68, 128, 237, 1);
}
/* ================================================================================================================================ */
/* ======= css for toggle 
/* ================================================================================================================================ */
.cc_toggleswitch {
  position: relative;
  display: flex;
  width: 6em; /*90px; */
  height: 2em /* 34px; */
}

.cc_toggleswitch input.cc_hanlde_checkbox {display:none;}

.cc_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(155, 155, 155, 1);
  -webkit-transition: .4s;
  transition: .4s;
}

.cc_slider:before {
  position: absolute;
  content: "";
  height: 1.6em; /* 26px */
  width: 1.6em; /* 26px */
  left: 0.2em; /* 4px */
  bottom: 0.2em; /* 4px */
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.cc_hanlde_checkbox:checked + .cc_slider {
  background-color: rgba(245, 133, 91, 1);
}

input.cc_hanlde_checkbox:focus + .cc_slider {
  box-shadow: 0 0 1px #2196F3;
}

input.cc_hanlde_checkbox:checked + .cc_slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on{
  display: none;
}

.on, .off{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input.cc_hanlde_checkbox:checked+ .cc_slider .on
{display: block;}

input.cc_hanlde_checkbox:checked + .cc_slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.cc_slider.cc_round {
  border-radius: 2em;
}
.cc_slider.cc_round:before {border-radius: 50%;}


/* ================================================================================================================================ */
/* ================================================================================================================================ */

.inner_dyn{
	width:100%;
	border-collapse: collapse;
}
.inner_dyn > thead > tr {
	border-bottom: 0.1em solid gainsboro;
}
.inner_dyn > tbody > tr:nth-child(odd){
	background-color: gainsboro;
}
.inner_dyn > thead > tr > th,
.inner_dyn > tbody > tr > td:not(.cc-Button-edi):not(.cc-Button-del){
	padding:1em;
}
.inner_dyn > thead > tr > th{
	text-align: left;
}
.inner_dyn > thead > tr > th svg,
.inner_dyn > tbody > tr > td svg{
	height: 1em;
}
.inner_dyn > thead > tr > th > div.cc-icon-delete > svg{
	
}
.inner_dyn > tbody > tr > td > div.cc-icon-delete > svg{
	fill: rgba(232, 100, 118, 1);
}

/* style for inline Dyn */
.inline_divsecbloc{display: inline-block !important;}
.inline_inner_dyn{display:flex;flex-wrap: wrap;border-radius: 3px;}

.inline_inner_dyn>div{display: inline;margin-top: 0.5em; margin-right:0.5em;background-color: dimgray;color:white;}
.inline_buttonDyn{display: flex; padding-left: 0.25em;	/* padding-right: 1em; */}
.inline_buttonDyn>div{flex:1 0 auto;padding: 0.25em;white-space: nowrap;align-self: stretch;}

.inline_buttonDyn > div.cc_icon{ border-left: 1px solid rgb(255,255,255); }

.inline_buttonDyn > div.cc_icon > svg{fill:rgb(255,255,255);width: 0.75em;height: 0.75em;margin: 0.5em 0.75em;}


.inline_buttonDyn > div.cc_icon.cc-icon-delete > svg{
	fill:rgba(232, 100, 118, 1);
}


.inline_buttonDyn > div.cc_icon:hover{
	cursor: pointer;
}
.inline_buttonDyn > div.cc_icon.cc-icon-bearbeiten:hover{
	background-color: rgb(255,255,255);
}
.inline_buttonDyn > div.cc_icon.cc-icon-bearbeiten:hover > svg{
	fill:rgb(0,0,0);
}
.inline_buttonDyn > div.cc_icon.cc-icon-delete:hover{
	background-color: rgba(232, 100, 118, 1);
}
.inline_buttonDyn > div.cc_icon.cc-icon-delete:hover > svg{
	fill:rgb(255,255,255);
}



.cc_inline_dyn_Button>p:hover{cursor:pointer;background-color:red;}

.dyn_fid{display: none;}


/* ================================================================================================================================ */
/* ============== MIQ Tab View =============== */
/* ================================================================================================================================ */

div.cc_miq_tab_block{ background-color: rgb(255,255,255); }
div.cc_miq_tab_block > ul[id^=cc_miq_tablist]{
	margin:0; 
	list-style-type: none;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	padding: 0em;
	background-color: rgba(220,220,220,1);
}
div.cc_miq_tab_block > ul[id^=cc_miq_tablist] > li[id^=cc_li]:not(first-child){
	border-left: 1px solid rgb(200,200,200);
}
div.cc_miq_tab_block > ul[id^=cc_miq_tablist] > li[id^=cc_li] > a{
	text-decoration: none;
	padding: 0.5em 1em;
	color: rgb(0,0,0);
	border-bottom: 0.3em solid transparent;
	display: block;
}
div.cc_miq_tab_block > ul[id^=cc_miq_tablist] > li[id^=cc_li]:hover{
	cursor: pointer;
}
div.cc_miq_tab_block > ul[id^=cc_miq_tablist] > li[id^=cc_li].selected > a,
div.cc_miq_tab_block > ul[id^=cc_miq_tablist] > li[id^=cc_li] > a:hover{
	font-weight: bold;
	border-bottom-color: rgb(0,0,0); 
}

div.cc_miq_tab_block > div.tabcontents > div[class^=cc_miq_blocks]{
	box-shadow: 0px 0px 3px #0000000A;
	padding: 1.5em;
}
/*
ul.tabs { padding: 7px 0; font-size: 0; margin:0; list-style-type: none; text-align: left;}

ul.tabs li{ display: inline; margin: 0; margin-right:3px;}
ul.tabs li a { font: normal 11px Verdana; text-decoration: none; position: relative; padding: 7px 14px; border: 1px solid #CCC; border-bottom-color:silver; color: #000; background: #F0F0F0; border-radius: 4px 4px 0 0; outline:none; }
ul.tabs li a:visited{ color: #000; }
ul.tabs li a:hover{ border: 1px solid dimgray; background:#F0F0F0; }
ul.tabs li.selected a, ul.tabs li.selected a:hover{ position: relative; top: 0px; font-weight:bold; background: white; border: 1px solid silver; border-bottom-color: white; }
ul.tabs li.selected a:hover{ text-decoration: none; }
div.tabcontents{border: 1px solid silver; padding: 5px; background-color:#FFF; border-radius: 0 3px 3px 3px; color: transparent; }
*/


/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ============== Menue =============== */
#CC_MIQ_HEADER_1{
	z-index: 900;
	height: 6em;
	position: fixed;
	top: 0em;
	left: 0em;
	right: 0em;
	display: flex;
	justify-content: space-between;
	background-color: gainsboro;
	padding-left:6em;
}
#CC_MIQ_HEADER_1.cc_meune_visible{
	padding-left:23em;
}
#CC_MIQ_MENUE{
	position: fixed;
    left: 0em;
    top: 0em;
    bottom: 0em;
	background-color: rgba(220,220,220,1);
}
#CC_MIQ_MENUE.cc_small_meune{
	width: 6em;
}
#CC_MIQ_MENUE.cc_meune_visible{
	width: 23em;
}
#CC_MIQ_SHORTTAGS,
#CC_MIQ_FUNC_BUTTONS{
	display: flex;
}
#CC_MIQ_SHORTTAGS > div,
#CC_MIQ_FUNC_BUTTONS > div{
	flex: 0 0 5.8em;
}
#CC_MIQ_SHORTTAGS > div > div,
#CC_MIQ_FUNC_BUTTONS > div > div{
	height: 6em;
}
#CC_MIQ_SHORTTAGS{
	flex: 1 1 6em;
}
#CC_MIQ_FORM{
	flex: 1 1 10em;
}
#CC_MIQ_FUNC_BUTTONS{
	flex: 1 1 10em;
	justify-content: flex-end;
	align-items: center;
}
#CC_MIQ_FORM > div{
	text-align: center;
}
#CC_MIQ_FORM > div#CC_MIQ_PAGENAME{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
#CC_MIQ_FORM > div#CC_MIQ_HITS{
	color: white;
}
#CC_MIQ_FORM > form#MENUEFORM{
	background-color: white;
}
#CC_MIQ_FORM > form#MENUEFORM > div{
	z-index: 99999;
  position: absolute;
  right: 0px;
  width: 20em;
  background-color: #ffffff;
  padding: 2em;
	top:6em;
	display: none;
}
#CC_MIQ_FORM > form#MENUEFORM > div.inputType{
  right: -24em;
}


#CC_MIQ_SHORTTAGS > div,
#CC_MIQ_FUNC_BUTTONS > div{
	border-bottom: 0.3em solid transparent;
}
#CC_MIQ_SHORTTAGS> div:hover,
#CC_MIQ_FUNC_BUTTONS > div:hover {
	border-color: black;
	cursor: pointer;
}
#CC_MIQ_FUNC_BUTTONS #EBUTTON{
	position: relative;
}
#CC_MIQ_FUNC_BUTTONS #EBUTTON > #NAVSUB_ERW{
	position: absolute;
	right: -50%;
	top:calc(100% + 0.3em);
	height: auto;
}
#CC_MIQ_FUNC_BUTTONS #EBUTTON > #NAVSUB_ERW::after {
    /* background: rgb(255,255,255); */
    content: '';
    height: 1em;
    left: -2.9em;
    position: absolute;
    top: -0.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 13.75em;
    width: 1em;
    z-index: 98;
    background:rgb(255,255,255);
    border-left: 1px solid rgb(255,255,255);
    border-top: 1px solid rgb(255,255,255);
}

#CC_MIQ_FUNC_BUTTONS #EBUTTON > #NAVSUB_ERW > .nav-column{
    border: 1px solid rgb(255,255,255);
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	padding: 1em;
}
#CC_MIQ_FUNC_BUTTONS #EBUTTON:hover > #NAVSUB_ERW::after{
	border-color: transparent;
}
#CC_MIQ_FUNC_BUTTONS #EBUTTON:hover > #NAVSUB_ERW .nav-column{
	border-color: transparent;
}
#CC_MIQ_FUNC_BUTTONS #EBUTTON > #NAVSUB_ERW > *{
	white-space: nowrap;
}

#CC_MIQ_MENUE > div#cc_show_hide{ 
	padding: 0em 1.75em;
	height: 6em;
    justify-content: space-between;
    background-color: rgba(200,200,200,1);
}
#CC_MIQ_MENUE > div#cc_show_hide > div{
    justify-content: center;
    display: flex;
    align-items: center;
}
#CC_MIQ_MENUE > div#cc_show_hide > .cc-icon-menu > svg{
	height: 1.1em;
    width: auto;
}
#CC_MIQ_MENUE > div#cc_show_hide > .cc-icon-menu > svg .cc_menue_bars{
	stroke: rgb(0,0,0);
}
#CC_MIQ_MENUE > div#cc_show_hide:hover{
	cursor: pointer;
}
#cc_miq_meue_list{
    position: absolute;
    height: calc(100vh - 11.2em);
    overflow-y: scroll;
    width: 100%;
/*    border-bottom: 1px solid green;	*/
}
/* Hide scrollbar for Chrome, Safari and Opera */
#cc_miq_meue_list::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#cc_miq_meue_list {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#cc_menue_fixed_bottom{
	width: 100%;
/*    opacity: 0.6;	*/
	position: absolute;
	padding-bottom: 0.5em; 
	bottom:0em;
/*	border-top: 1px solid red;	*/
}

.cc_menue_call,
.cc_menue_header{
	padding: 1em 1.5em 1em 1.2em;
	display: flex;
/*justify-content: space-between; */
	border-left: 0.3em solid transparent;
}
.cc_menue_header{
	padding-top: 2em;
    background-color: rgba(200,200,200,1);
}
.cc_menue_call_text,
.cc_menue_header_text{
	padding: 0em 1em;
}
.cc_menue_header_text{
	font-size: 1.2em;
	font-weight: bold;
}
.cc_menue_header_icon > svg,
.cc_menue_call_icon > svg{
	height: 1.25em;
	width: auto;
}
.cc_menue_call:not(#cc_show_hide):hover{
	border-color: black;
	cursor: pointer;
}
.cc_menue_call:hover > .cc_menue_call_text{
	font-weight: bold;
}
/* ================================================================================================================================ */
/* css for Monitoring and Vistihandling in medic studies
/* ================================================================================================================================ */
  .cc_visit_list{width:24em;}
  .cc_visit_list>h3{font-size: 1.25em;text-align: center;color:rgb(0,0,0);}
  .cc_visit_list>.cc_visit_ul{margin: 0; padding-left: 5px; }
  .cc_visit_list>.cc_visit_ul>li{list-style: none;margin: 0px;padding: 2px 0px;border-bottom: solid rgb(0,0,0) 1px;}
  .cc_visit_list>.cc_visit_ul>li>div{padding: 0px 0px 0px 10px;display: block;line-height: 2em;height: 2em;font-size: 1.25em;color:rgb(0,0,0);}

  .cc_visit_list>.cc_visit_ul>li.cc_visit_li:hover{background-color:rgb(0,0,0);cursor: pointer; }
  .cc_visit_list>.cc_visit_ul>li.cc_active{background-color:rgb(0,0,0);}

  .cc_visit_list>.cc_visit_ul>li.cc_visit_li:hover > div,
  .cc_visit_list>.cc_visit_ul>li.cc_active> div{ color:rgb(255,255,255); }
  
  .cc_visit_list>.cc_visit_add{margin-top:0.75em;}

  .cc_losttofollowup{background-color: rgb(235, 152, 78);}
  .cc_studyexit{background-color: rgb(236, 112, 99);}

  .cc_additonal_pages{background-color: rgb(80,235,151);}

  div#visit_query{display:flex;font-size: 1.25em;width:100%;}
  div#visit_query>div{flex: 1 0 10%;}
  div#visit_query>div.monButton{background-color:gainsboro;display:flex;justify-content:center;align-items:center;}
  div#visit_query>div.monButton>a{text-align:center;}
  div#visit_query>div.stat1{background-color:#c51b7d;}
  div#visit_query>div.stat2{background-color:#8c510a;}
  div#visit_query>div.stat3{background-color:#ff7f00;}
  div#visit_query>div.stat10{background-color:#d9f0a3;}

  div#visit_query>div.monButton>a{padding:0em;}

  div#visit_query>div.monButton{padding: 0.5em 0.75em;}
  div#visit_query>div.monButton:hover{cursor:pointer;}

  div#visit_query>div.stat0:hover{
    background-color: #c51b7d !important;
    color: #d9d9d9 !important;
  }


  div#visit_query>div:first-child{border-right:1px solid white;}


/* ================================================================================================================================ */
/* old css for File upload
/* ================================================================================================================================ */
.fup{min-width:150px;background-color:white;border: dotted 1px; border-radius: 3px 3px 3px 3px;}
.fup>table {width:100%;}
.fup>table td>div{text-align:center;padding: 2px 4px;}
.cc_singleUpload{display: flex;align-items: center;margin-bottom:0em;}
.fileupload {/*
	padding-left:2px;padding-right:2px;display:inline;position: absolute;*/ overflow: hidden;}
.fileupload>div{position:relative;}
.fileupload:hover{background-color:#8A0808;cursor:pointer;}
.fileupload:hover>div{cursor: pointer;color:white;}
.fileupload input {position: absolute;top:0;right: 0;cursor: pointer; opacity: 0.0; font-size: 300px; height: 100%;width:100%;}
::-webkit-file-upload-button { cursor:pointer; }
.pichistory{
	padding-left:2px;/*padding-right:2px;display:inline; position:relative;left:50px*/color:#8A0808 !important;}
.pichistory>div{padding: 2px 4px;}
.pichistory:hover{background-color:#8A0808;}
.pichistory:hover>div{
	cursor: pointer; color:white; }

.deldoc {
	padding-left:2px;padding-right:2px;/*display:inline;position:relative;left:138px;*/}
.deldoc>div{padding: 2px 4px;}
/*.deldoc>a{color:red;width:100%;display:block;}*/
.deldoc:hover{background-color:red; }
/*.deldoc:hover>a{cursor: pointer;color:white;}*/


  
/* ================================================================================================================================ */
/* old css from heamohelp
/* ================================================================================================================================ */
.cc_core_frames{
	z-index:9999;
	position: fixed;
	top: 0;
	left:0;
	width: 100vw;
	height: 100%;
}
.cc_core_frames>#cc_core_frames_flex{display: flex;}
.cc_core_frames>div{height:calc(100% - 7em);}
.cc_core_frames>div>#cc_core_frames_left{ flex:1 1 70vw; }
.cc_core_frames>div>#cc_core_frames_right{
	flex:0 0 30vw;
/*	margin: 33px 0em 20px 0em;	*/
	background-color: rgb(255,255,255);
	height: calc(100% - 0.5em);
}
.cc_core_frames>#cc_core_frames_header{height: 7em;}
.cc_core_frames>#cc_core_frames_footer{display: none;}
.cc_core_frames>#cc_core_frames_header,
.cc_core_frames>#cc_core_frames_footer,
.cc_core_frames>div>#cc_core_frames_left{background-color: rgba(0,0,0,0.3);}

.cc_core_frames>div>#cc_core_frames_right>iframe{
	border:none;
	width: 100%;
	height: calc(100% - 5em);
}
.cc_core_frames>div>#cc_core_frames_right>.cc_closeButton{
	margin:0em 1em 0.25em 1em;
	padding:6px 6px;
	text-align:center;
	font-size: 1.25em;
	border-radius: 4px;
	border: 1px solid rgb(102,102,102);
	background-color:rgb(102,102,102);
	color:rgb(255, 255, 255);
}
.cc_core_frames>div>#cc_core_frames_right>.cc_closeButton:hover{
	cursor:pointer;
	background-color:#FFFFFF;
	color:rgb(102,102,102);
}
@media screen and (max-width:450px) {
	.cc_core_frames>div>#cc_core_frames_right{ flex:1 0 80vw;padding-bottom: 0.5em;}
}
@media screen and (min-width:450px) {
	.cc_core_frames>div>#cc_core_frames_right{ flex:1 0 60vw;padding-bottom: 0.5em;}
}

.cc_core_frames{
	display: none;
}

/******************* Digitales glossar*******************/
.cc_tdglossar{vertical-align: middle !important;width: 2.1em;}
#arrowBox{font-size: 11px;position: absolute;max-width: 500px;top:50%;left:50%;z-index: 1000;border-radius: 1em;border: 1px solid #8A0808;padding: 1em;background: #fff;display: none;}
#arrowBox{-webkit-box-shadow: 10px 10px 18px 9px rgba(136,136,136,0.32);-moz-box-shadow: 10px 10px 18px 9px rgba(136,136,136,0.32);box-shadow: 10px 10px 18px 9px rgba(136,136,136,0.32);}
.popup {border-radius: 5px;min-width: 10%;transition: all 5s ease-in-out;}
.cc_glossar{margin:0em 0.25em 0em 0em;padding: 0em;border-radius: 0.25em;font-size:calc(1.5em - 2px);background-color: white;color: #2e5dac;text-align: center;border:1px solid #2e5dac;}
.cc_glossar:hover{cursor: pointer;background-color: #2e5dac;color: white;}