body{
}
/* ============================================== */
/* ================== Loginpage ================= */
#CC_MIQ_LOGIN .cc_loginTitle{
	display: none; /* color:rgba(81, 80, 81, 1);	*/
}
#CC_MIQ_LOGIN .cc_content_header > div.cc_project_logo > img{
	width: auto;
	height: 6.5em;
}
#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;
}
.cc_submit>input[type="submit" i], .cc_submit>input[type='button' i]{
  color:rgb( 255, 255, 255);
}


/* ============================================== */
/* ============================================== */
/* ================ PopUp Style ================= */

.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:rgb(0, 0, 0)
}
.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{
	background-color: gainsboro;
}
.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{
	background-color:  gainsboro;
}
.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{
	fill: rgba(70, 66, 66, 1);
}
.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: rgba(212, 4, 28, 1);
}
.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: rgba(255, 255, 255, 1);
}
/* =========================================================== */
/* =========================================================== */
/* ================ Individual Project style ================= */
/* =========================================================== */
#CC_MIQ_HEADER_1{
	background-color: rgb( 255, 255, 255);
	border-bottom:1px solid #eaeaea;
}
#CC_MIQ_MENUE{
	background-color: rgb(46, 93, 172);
}
#CC_MIQ_MENUE > div#cc_show_hide{
	background-color: #071d49; /* rgb(221,241,253); */
}
#CC_MIQ_MENUE, div#cc_miq_meue_list{
	/* border-bottom: 1px solid #071d49; */
}

.cc_menue_call_text{
	color: rgb(255,255,255);
}
#CC_MIQ_FORM > div#CC_MIQ_PAGENAME{
	color: rgb(0, 60, 111);
}
#CC_MIQ_FORM > div#CC_MIQ_HITS{
	color: rgba(96, 96, 96, 1);
}


#CC_MIQ_SHORTTAGS svg,
#CC_MIQ_FUNC_BUTTONS svg{
	fill:#e30110;
}

#CC_MIQ_SHORTTAGS > div#projectlogo  svg{
	height: 4em;
}

#OpCl_FCHOICE svg path{
	stroke:#e30110;
}

#CC_MIQ_SHORTTAGS> div:hover,
#CC_MIQ_FUNC_BUTTONS > div:hover {
	border-color: #e30110;
}

#CC_MIQ_SHORTTAGS> div#projectlogo:hover{
	border-color: transparent;
}


#CC_MIQ_FUNC_BUTTONS #EBUTTON:hover > #NAVSUB_ERW::after{
	border-color: #071d49;
}
#CC_MIQ_FUNC_BUTTONS #EBUTTON:hover > #NAVSUB_ERW .nav-column{
	border-color: #071d49;
}
#HELPBAR{
	background-color:rgba(230, 235, 240, 1);
}
#cc_show_hide svg path{
	stroke:rgb(255,255,255);
}
.cc_menue_call{
	color: rgb(255,255,255);
}
.cc_menue_call_icon > svg{
	fill:rgb(255,255,255);
}
.cc_menue_header{
	color:rgb(255, 255, 255);
	background-color:#071d49;
}
#cc_menue_fixed_bottom{
	background-color: #071d49;
}
#cc_menue_fixed_bottom svg{
	fill: rgb(255,255,255);
}
#cc_menue_fixed_bottom a{
	color: rgb(255,255,255);
  text-decoration: none;
}
.cc_menue_call#cc_show_hide:hover svg path{
  stroke: #e30110;
}
.cc_menue_call:not(#cc_show_hide):hover{
	border-color: #e30110;
	cursor: pointer;
}
.cc_menue_call:not(#cc_show_hide):hover svg{
  fill: #e30110;
}
.cc_icon.cc_icon_active > svg{
	fill: rgba(245, 133, 91, 1);
}

#FCHOICE{
	background-color:#071d49;
}

/* =========================================================== */
/* =========================================================== */
/* ================ in Modul Style theme ================= */
/* =========================================================== */
input.cc_button, div.cc_button, td.cc_button{
	background-color: rgb( 46, 93, 172);
	color: rgb(255, 255, 255);
}
div.cc_button_back_sheet > div.cc_button > div.cc_icon > svg > path{
	fill: rgb(255, 255, 255);
	stroke: rgb(255, 255, 255);
}
input.cc_button:hover, div.cc_button:hover, td.cc_button:hover{
	background-color: #071d49;
	color: rgb(255, 255, 255);
}
div.cc_button_back_sheet > div.cc_button:hover > div.cc_icon > svg > path{
	fill: rgb(255, 255, 255);
	stroke: rgb(255, 255, 255);
}


div.cc_input > .divsecbloc input, div.cc_input > .divsecbloc textarea, td.cc_input > .divsecbloc input, td.cc_input > .divsecbloc textarea{
	min-width: 5em;
}

td.cc_text_r{
  text-align: right;
}

/* =========================================================== */
/* ================ toggle button  ================= */
/* =========================================================== */


  .cc_block_line,
  .cc_field_line,
  .cc_flex_field,
  .cc_flex_options{
    display: flex;
  }
  .cc_flex_star_toggle,
  .cc_flex_radio_toggle,
  .cc_flex_check_toggle,
  .cc_flex_signradio_toggle{

  }
  .cc_field_line{
    align-items: end;
  }
  .cc_field_line > div:not(:first-child){
    padding-left: 1em;
  }
  .cc_rating_line > div{
    margin-top:1em;
  }
  .cc_field_title{
    color: rgba(19, 19, 19, 1);
    font-weight: bold;
  }
  .cc_flex_field{
    width:100%;
    justify-content:space-between;
  }
  .cc_flex_star_toggle,
  .cc_flex_radio_toggle,
  .cc_flex_check_toggle,
  .cc_flex_signradio_toggle{
    width:100%;
    align-items: center;
  }
  .cc_flex_star_toggle > div:first-child,
  .cc_flex_radio_toggle > div:first-child,
  .cc_flex_check_toggle > div:first-child,
  .cc_flex_signradio_toggle > div:first-child{
    flex: 2 0 5em;
  }
/*  .cc_flex_star_toggle > div:last-child,  */
  .cc_flex_radio_toggle > div:last-child,
  .cc_flex_check_toggle > div:last-child,
  .cc_flex_signradio_toggle > div:last-child{
    flex: 0 0 5em;
    padding: 0em 0.5em 0em 1.2em;
  }
  .cc_flex_star_toggle > .cc_flex_options,
  .cc_flex_radio_toggle > .cc_flex_options,
  .cc_flex_check_toggle > .cc_flex_options,
  .cc_flex_signradio_toggle > .cc_flex_options{
    flex: 0 0 13em;
    display: flex;
    justify-content:space-around;
/*   padding:0.75em 0em 0.75em 0em; */
  }
  .cc_star_toggle{width:100%;}
  .cc_star_toggle > .cc_flex_options,
  .cc_star_toggle > .cc_block_line > .cc_flex_options{
    display: flex;
    width: 13em;
    margin: auto;
  }
  .cc_radio_toggle > .cc_flex_options,
  .cc_flex_radio_toggle > .cc_flex_options,
  .cc_flex_check_toggle > .cc_flex_options,
  .cc_flex_signradio_toggle > .cc_flex_options{
    padding:0.75em 0.3em;
  }
  .cc_radio_toggle > .cc_flex_options > div.cc_flex_option,
  .cc_flex_radio_toggle > .cc_flex_options > div.cc_flex_option,
  .cc_flex_check_toggle > .cc_flex_options > div.cc_flex_option{
    border-radius:2em;
    border: 1px solid #071d49;
    min-width: 5em;
    margin-left: 0.5em;
    display: flex;
    height:2em;
    align-items:center;
    color:#071d49;
    white-space: nowrap;
    padding-right: 0.5em;
    margin-top: 0.25em;
  }
  .cc_radio_toggle.cc_bg_error > .cc_flex_options > div.cc_flex_option,
  .cc_flex_radio_toggle.cc_bg_error > .cc_flex_options > div.cc_flex_option,
  .cc_flex_check_toggle.cc_bg_error > .cc_flex_options > div.cc_flex_option{
    border-color: rgba(216, 108, 120, 1); /*background-color:  */
  }
  .cc_flex_signradio_toggle > .cc_flex_options > div.cc_flex_option{
    border-radius:2em;
    border: 1px solid rgba(103, 170, 139, 1);
    min-width: 5em;
    margin-left: 0.5em;
    display: flex;
    height:2em;
    align-items:center;
    color:rgba(103, 170, 139, 1);
  }
  .cc_radio_toggle > .cc_flex_options > div.cc_flex_option > div,
  .cc_flex_radio_toggle > .cc_flex_options > div.cc_flex_option > div,
  .cc_flex_check_toggle > .cc_flex_options > div.cc_flex_option > div,
  .cc_flex_signradio_toggle > .cc_flex_options > div.cc_flex_option > div{
    margin-left:0.5em;
  }
  .cc_flex_radio_toggle > .cc_flex_options > div.cc_flex_option > div:not(:first-child){
    margin-right: 0.5em;
    white-space:nowrap;
  }
  .cc_radio_toggle > .cc_flex_options > div.cc_flex_option > .cc_icon,
  .cc_flex_radio_toggle > .cc_flex_options > div.cc_flex_option > .cc_icon,
  .cc_flex_check_toggle > .cc_flex_options > div.cc_flex_option > .cc_icon{
    border-radius:1em;
    height: 1.25em;
    width: 1.25em;
    border: 1px solid #071d49;
    background-color: rgb(255, 255, 255); 

  }
  .cc_flex_signradio_toggle > .cc_flex_options > div.cc_flex_option > .cc_icon{
    border-radius:1em;
    height: 1.25em;
    width: 1.25em;
    border: 1px solid rgba(103, 170, 139, 1);
    background-color: rgb(255, 255, 255);

  }
  .cc_star_toggle > .cc_flex_options > div.cc_flex_option > .cc_icon > svg,
  .cc_star_toggle > .cc_block_line > .cc_flex_options > div.cc_flex_option > .cc_icon > svg,
  .cc_flex_star_toggle > .cc_flex_options > div.cc_flex_option > .cc_icon > svg{
    fill: rgb(219, 219, 219);
  }
  .cc_radio_toggle > .cc_flex_options > div.cc_flex_option > .cc_icon > svg,
  .cc_flex_radio_toggle > .cc_flex_options > div.cc_flex_option > .cc_icon > svg,
  .cc_flex_check_toggle > .cc_flex_options > div.cc_flex_option > .cc_icon > svg,
  .cc_flex_signradio_toggle > .cc_flex_options > div.cc_flex_option > .cc_icon > svg{
    height:0.75em;
  }
  .cc_radio_toggle > .cc_flex_options:hover,
  .cc_flex_radio_toggle > .cc_flex_options:hover,
  .cc_flex_check_toggle > .cc_flex_options:hover,
  .cc_flex_signradio_toggle > .cc_flex_options:hover,
  .cc_star_toggle > .cc_block_line > .cc_flex_options:hover,
  .cc_star_toggle > .cc_flex_options:hover,
  .cc_flex_star_toggle > .cc_flex_options:hover{
    cursor:pointer;
  }
  .cc_star_toggle > div div.cc_flex_options > div.cc_flex_option > div.cc_icon,
  .cc_flex_star_toggle > div div.cc_flex_options > div.cc_flex_option > div.cc_icon{
    padding:0.75em 0.3em;
  }

  .cc_flex_signradio_toggle > .cc_flex_options > div.cc_flex_option:hover{
    background-color: rgba(103, 170, 139, 1);
    color: rgb(255,255,255);
  }

  .cc_star_toggle > .cc_flex_options > div.cc_flex_option.cc_flex_active > div.cc_icon > svg,
  .cc_star_toggle > .cc_block_line > .cc_flex_options > div.cc_flex_option.cc_flex_active > div.cc_icon > svg,
  .cc_flex_star_toggle > .cc_flex_options > div.cc_flex_option.cc_flex_active > div.cc_icon > svg{
    fill: #071d49;
  }
  .cc_radio_toggle > .cc_flex_options > div.cc_flex_option.cc_flex_active,
  .cc_flex_radio_toggle > .cc_flex_options > div.cc_flex_option.cc_flex_active,
  .cc_flex_check_toggle > .cc_flex_options > div.cc_flex_option.cc_flex_active{
    background-color: #071d49;
    color: rgb(255,255,255);
  }
  .cc_flex_signradio_toggle > .cc_flex_options > div.cc_flex_option.cc_flex_active{
    background-color: rgba(103, 170, 139, 1);
    color: rgb(255,255,255);
  }
  .cc_radio_toggle > .cc_flex_options > div.cc_flex_option.cc_flex_active > div.cc_icon > svg,
  .cc_flex_radio_toggle > .cc_flex_options > div.cc_flex_option.cc_flex_active > div.cc_icon > svg,
  .cc_flex_check_toggle > .cc_flex_options > div.cc_flex_option.cc_flex_active > div.cc_icon > svg{
    fill: #071d49;
  }
  .cc_radio_toggle > .cc_flex_options > div.cc_flex_option:hover,
  .cc_flex_radio_toggle > .cc_flex_options > div.cc_flex_option:hover{
    background-color: #071d49;
    color: rgb(255,255,255);
  }
  

  .cc_unit{
		white-space: nowrap;
    padding:0.25em;
  }
  .cc_unit_sel{
    border-left: 1px solid gainsboro;    
  }
  .cc_unit_sel input,
  .cc_unit_sel textarea{
    display:none !important;
  }
  .cc_unit_sel .cc_valDrop:empty:not(:focus):before{
    content:\"Einheit\";
    color: gray;
  }


  #cc_popup_alert{
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(19, 19, 19, 0.72);
    z-index:9999;
  }
  #cc_popup_alert > div#cc_popup_alert_inner{  
    background-color: rgb(255,255,255);
    border-radius: 1em;
    width: 40vw;
    height: 40vh;
    margin:auto;
    margin-top: 25vh;
    padding:4em;
    position: relative;
  }

  #cc_popup_alert > div#cc_popup_alert_inner > div:first-child{
    font: normal normal 600 25px/36px Source Sans Pro;
  }
  #cc_popup_alert{
    display:none;
  }


  #cc_popup_alert > div#cc_popup_alert_inner #cc_popup_alert_title {text-align:center}
  #cc_popup_alert > div#cc_popup_alert_inner #cc_popup_alert_text{
    color: rgb( 183, 63, 63 );
    font-size: 1.5em;
    padding: 2vh 0em;
    line-height: 1.5em;
    text-align: center;
  }
  #cc_popup_alert_buttonrow{
    position: absolute;
    display: flex;
    left: 4em;
    bottom: 4em;
    justify-content: space-between;
    right: 4em;
  }
  #cc_popup_alert_buttonrow #cc_popup_alert_accept{
    font-size: 1.5em;
  }

  td.cc_br{
    border-right: 1px solid gainsboro;
  }
  td.cc_bl{
    border-left: 1px solid gainsboro;
  }

  .cc_headline{
    font-weight: bold;
    padding-top:1.5em;
  }

.CC_CB_F_Flex{
  padding: 0.3em;
    font: normal normal normal 1.02em/1.7em Source Sans Pro;
    display: flex;
    align-items: center;
}
.CC_CB_F_Flex > div:not(:first-child){ margin-left:0.5em }

.CC_CB_FOR_V_W{
  cursor:pointer;
	display: inline-block;
}
.CC_CB_FOR_V{
    width: 1em;
    height: 1em;
    border: 0.1em solid rgb(227, 227, 227);
    border-radius: 0.2em;
}
.CC_CB_FOR_V:hover{
	cursor: pointer;
}
.CC_CB_FOR_V.cc-icon-check{
	background-color: #071d49;
}
.CC_CB_FOR_V.cc-icon-check > svg{
	fill: rgb(255,255,255);
}
.CC_CB_FOR_V > svg{
	height:0.75em;
}