body{
	font-family:arial, "lucida console", sans-serif;
}
.cc_canvas_span{
	display: none;	
}
.cc_div_statisic{ 
	position: absolute;   
    height: auto; 
	width: 200px;    
    left: 9px; 
	top: 9px; 	 
} 

#cc_frm_in{
	width: 15%;
	margin: auto;
	margin-top: 10%;
}
#cc_frm_in input{
	float: right;
	margin-top: 5px;	
}
#cc_frm_in label{
	float: left;
	margin-top: 5px;
}
#cc_btn_in{
	float: none !important;
	display: block;
	width: 50%;
	margin: auto;
	margin-top: 10% !important;
}
h2{
	font-size:24px;
	margin: 0 0 5px 20px;
	font-weight:bold;
}
h3{
	font-size:18px;
	margin-bottom:5px;	
}
.c_frm_table_c{
	display:table; 
	border-collapse:collapse; 
	line-height:100%;
	caption-side:bottom;
	font-size:13px;
}
.c_frm_row_c{
	display:table-row;
	line-height: 25px;
}
.c_frm_input_c, .c_frm_label_c{
	display: table-cell; 	
	width: auto;
	margin: 0px;
	border-spacing: 0px;
	border: 1px solid #CCC;
	background-color: #fff;
}
.c_frm_label_c{
	text-align: left;
	padding:0 10px;
	background-color:#EEE;
	font-weight: bold;
}
.c_frm_input_tab_btn_c{
	width:100%;
}
.c_frm_input_btn_c{
	text-align:center;
	cursor: pointer;
	width: 100%;
}
.c_frm_input_c select{
	padding-left:7px;
	width:100%;
	height: 25px;
}
.c_frm_input_number_c{
	height:100%;
	border:none;
	padding-left: 10px;
	width: 90%;
}
.c_frm_input_text_c{
	height:25px;
	border:none;
}
.c_frm_input_c span{
	margin: 0 10px 0 10px;
}
.c_prod_viewfield_c{
	float: left;	
}
.c_prod_totalopen_c{
	float: right;
	margin: -40px 0;
	font-size: 16px;
	font-weight: bold;	
}
.c_col_txt_left_c{
	text-align:left !important;
	padding:0 2px;
}
.c_col_txt_right_c{
	text-align:right !important;
	padding:0 2px;	
}
.c_btn_logout_c{
	float:right;
	margin-bottom: 10px;
}
.c_btn_logout_c input{
	width: 60px;
	height: 40px;
	border-radius: 10px;
	cursor:pointer;
}
.cc_view{
	float:left;
	display:none;
	width:750px;
	padding: 50px;
	border-radius: 30px;
}
.c_width_auto_c{
	width:auto !important;	
}
.c_customer_name_c{
	position: absolute;
    margin-left: 160px;	
}
.c_clr_customer_c{
	background-color: #FFDAAB;
}
.c_clr_production_c{
	background-color: rgb(170, 240, 96);
}
.cc_info_bubble{
    background-color: rgb(255, 97, 11);
    border-color: rgb(0, 0, 0);
    width: 15px;
    position: absolute;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 15px;
    font-weight: bold;
    margin: -10px 0px 0px 2px;
    border-style: solid;
    border-width: 1px;
    font-size: 0.7em;	
}
.cc_hide{
	display:none !important;
}
.cc_hidden{
	background:transparent;
	border:none;	
}
.cc_tab{
	display:table; 
	width:100%; 
	border-collapse: collapse; 
	line-height: 100%;
	caption-side: bottom;
}
.cc_head{
	display:table-row;
	background:#CCC;
	color:#444;
	cursor:pointer;
}
.cc_row{
	display:table-row;
	cursor:default;
}
.cc_row:hover{
	background-color:#F6F696;
}
.cc_hc, .cc_dc{
	display: table-cell; 	
	width: auto;
	margin: 0px;
	border-spacing: 0px;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}
.cc_hc{
	border: 1px solid #000;
	padding: 3px;
	text-align: center !important;	
}
.cc_dc{
	border: 1px solid #CCC; 
}
.cc_odd{	
	background-color:#EEE;
}
.cc_even{
	background-color:#FFF;
}
.cc_detail_tab{
	display:table;
	border-collapse: collapse;
	width:100%;
}
.cc_detail_head{
	display: table-cell; 	
	width: auto;
	margin: 0px;
	border-spacing: 0px;
	background:#CCC;
	text-align: center;
	border: 1px solid #000;	
}
.cc_detail_dc{
	display: table-cell; 	
	width: auto;
	margin: 0px;
	border-spacing: 0px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #CCC;
	padding: 0 5px;
}
.cc_sort_no{
	background-image: url("../system_pics/unsortiert.png");
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 16px;
}
.cc_sort_up{
	background-image: url("../system_pics/aufsteigend.png");
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 16px;
}
.cc_sort_down{
	background-image: url("../system_pics/absteigend.png");
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 16px;
}
.cc_foot{
	display: table-caption;
	margin-top:5px;
	font-size:0.7em;
	letter-spacing:0em;
	word-spacing:0em;
}
.cc_foot > div  > a{
	padding: 0 2px;
	background-color: #DDD;
	border: 1px solid #AAA;
	border-radius: 5px;
	margin: 0px 3px;
	cursor: pointer;
	color: #333 !important;
	font-size:100%;
}
.cc_prio_1{
	background-color: rgba(249, 11, 11, 0.7) !important;
}
.cc_prio_2{
	background-color: rgba(62, 62, 248, 0.7) !important;	
}
.cc_prio_3{
	background-color: rgba(17, 242, 17, 0.7) !important;	
}
.cc_storno_3{
	background-color: rgba(249, 11, 11, 0.3) !important;
}

#c_typo_img_container_c{
	background-image: url("../system_pics/bestellung.png");
	width: 150px;
	height: 150px;
	background-size: 150px 150px;
	position: absolute;
	margin: 0 0 0 10px;
}
.c_cust_order_btn_c, .c_cust_rollback_btn_c{
	margin-top:15px;
}
.c_cust_order_btn_c{
	float:right;
}
.c_message_board_c{
	width:750px; 
	margin-bottom:50px;
}
.cc_search{
	float: right;
	margin-bottom:5px;
}
#cc_menu{
	float:left;
	margin-right:20px;
	margin-top: 160px;
}
#cc_menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
#cc_menu ul li{
	padding:5px;
	background:#CCC;
	border-radius: 10px;
	border: 1px solid;
}
#cc_menu ul li:hover{
	background:#FFF;
}
#cc_menu ul a{
	text-decoration:none;
	color:#444;
}
#tabelle_auswahl{
	width:100%;
}
#tabelle_auswahl_btn_confirm{
	width: 100%;
	margin-top:15px;
}
#cc_total_amount_container{
	border-style: none;
}
#cc_total_price_container{
	border-style: none;
}
#cc_view_order_confirm{
	width:750px;	
}
#cc_view_order_confirm{
	width:750px;	
}
#cc_view_order_confirm .cc_col_5{
	text-align: right;
	padding-right: 5px;	
}
#actual_customer_select{
	width: 100%;
	background:#CCC;
	color:#444;
	border: none;
	font-size: unset;
	border-radius: 10px;
	padding: 3px;
}
#actual_customer_select:hover{
	background:#FFF;
}
#cc_order_total{
	float:right;
	font-size:13px;
	margin-top:40px;
}
#cc_order_total div div{
	width:auto !important;
}
#ccc_order_total div{
	display:table-row;
}
#ccc_order_total div div{
	display: table-cell; 	
	width: auto;
	margin: 0px;
	border-spacing: 0px;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;	
}
#cc_order_total div div input{
	padding-right: 5px;
	text-align: right;
	height: 25px;
	background: white;
	border: none;
}
#tabelle_warenkorb{
	width: 750px;
}
#lieferpositionen {
	width: 750px;
}
#lieferpositionen .cc_col_0{
	width: 55px;
	padding-left: 10px;
	text-align: left;
}
#lieferpositionen .cc_col_1{
	width: 70px;
}
#lieferpositionen .cc_col_2{
	width: 50px;
	text-align: right;
	padding-right: 10px;
}
#lieferpositionen .cc_col_3{
	width: auto;
	text-align: left;
	padding-left: 10px;
}
#bestellungen{
	width: 750px;
}
#bestellungen .cc_col_0{
	width: 55px;
	padding-left: 10px;
	text-align:left;
}
#bestellungen .cc_col_1{
	width: 75px;
}
#bestellungen .cc_col_2{
	padding-right:10px;
	text-align:right;
	width: 50px;
}
#bestellungen .cc_col_3{
	padding-right:10px;
	text-align:right;
	width: 60px;
}
#bestellungen .cc_col_4{
	padding-right:10px;
	text-align:right;
	width: 50px;
}
#bestellungen .cc_col_5{
	text-align: left;
	padding-left: 10px;
}
#bestellungen_offen{
	width: 750px;
}
#bestellungen_offen .cc_col_1{
	padding-left: 10px;
	text-align: left;
}
#bestellungen_offen .cc_col_4{
		padding-left:10px;
		text-align:left;
}
#bestellungen_offen .cc_col_5{
	padding-right:10px;
	text-align:right;	
}
#bestellungen_offen .cc_col_6{
	padding-right:10px;
	text-align:right;
}
#bestellungen_offen .cc_col_7{
	padding-right:10px;
	text-align:right;
}
.frm_request_new_article{
	margin-right:20px;
	float:left;
}
.c_stat_container_c{
	float: left;
	margin-right: 10px;
	margin-top: -20px;
}
.c_stat_separator_c{
	clear: both;
}
.frm_request_edit_article{
	padding-top: 1px;	
}
.div_article_edit{
	margin-bottom: 50px;
}

#request_new_article_btn_confirm{
	margin-top:15px;
	width:200%;
}
#offene_artikel .cc_col_0, #artikel_verwalten .cc_col_0, #archiv_artikel .cc_col_0, #offene_artikel .cc_col_1, #artikel_verwalten .cc_col_1, #archiv_artikel .cc_col_1 {
	padding-left: 10px;
	text-align: left;
}
#offene_artikel .cc_col_2{
	padding: 0 10px;
}
#artikel_verwalten input, #archiv_artikel input, #offene_artikel input{
	width: 100%;
	cursor: pointer;
}
.c_width_750_c{
	width: 750px;
}
.c_bg_red_c:hover {
	background-color:#FF4000 !important;	
}
.c_bg_green_c:hover {
	background-color:#74DF00 !important;	
}
.c_head_c{
	font-size:24px;
	font-weight:bold;
	width: 1065px;
	margin-top: 50px;	
}
#artikel_verwalten .cc_col_1{
	padding-left:10px;
	text-align:left;
}
#artikel_verwalten .cc_col_2{
	padding: 0 10px;
}
#artikel_verwalten .cc_col_5{
	padding: 0 10px;
}
#frm_new_pw{
	padding: 20px;
}
#tab_new_pw{
	margin: 10px 0px;	
}
#artikel_suche .cc_col_1{
	padding-left: 10px;
	text-align: left;
}
#artikel_suche .cc_col_5{
	padding-right:10px;
	text-align:right;
}
.c_admin_menu_c{
	margin-top: 50px !important;	
}
.c_admin_c_data_c .c_frm_table_c{
    width:100%;
}
.c_admin_c_data_c .c_frm_table_c .c_frm_label_c{
    width:20%;
}
.c_admin_c_data_c .c_frm_table_c .c_frm_input_c{
    padding-left:10px;
}
.c_admin_c_data_c .c_frm_table_c .c_frm_input_c .c_frm_input_text_c{
    width:90%;
}
.c_admin_c_data_c .c_frm_input_btn_c {
	margin-top: 10px;	
}
#tab_admin_new_pw .c_frm_label_c{
    width:50%;
}

@media only screen and (max-width: 1079px) {
	#tabelle_warenkorb, #lieferpositionen, #bestellungen, #bestellungen_offen, .c_width_750_c, .c_message_board_c {
		width: 100%;
	}
	#cc_menu ul li { float: left; }
	#cc_menu ul a, #actual_customer_select { font-size:74%; }
	.c_head_c {
		font-size: 24px;
		font-weight: bold;
		width: auto;
		margin-top: 0px;
	}
	#cc_menu ul { display: inline-block; }
	#cc_menu { 
			float: none; 
			margin-top: 160px;
			text-align: center;
			display: block;
			margin-left: auto;
			margin-right: auto; 
	}
	.c_btn_logout_c input {
			margin-top: -80px;
			margin-left: -60px;
			position: absolute;
	}
	.cc_view { width: 90%; }
	#c_typo_img_container_c{
		margin: -190px 0 0 10px;
	}
	#cc_frm_in {
		width: 50%;
		text-align: center;
	}
	#cc_frm_in input, #cc_frm_in label {
		float: none;
	}
	#cc_frm_in label {
		display: block;
	}
	#cc_btn_in {
		margin-top: 5% !important;
	}
	.c_customer_name_c{
		margin-top: -160px;	
	}	
}	
@media only screen and (max-width: 855px) {

	#cc_menu ul a {
		font-size: 65%;
	}
	#c_typo_img_container_c{
		display:none;		
	}
	#cc_menu {	
		margin-top: 10px;
	}

	.c_customer_name_c{
		margin-top: 0px;
		margin-left: 10px;
		position: relative;		
	}
	.cc_view {
		padding: 20px;
	}
}	
/************* FORGET THE SHIT BELOW *************/

div.cc_foot_left{float:left;}
div.cc_foot_right{float:right;}

.cc_select_top, .cc_select_bottom{
	border-color: #54C3EE;
	border-style: solid;
}
.cc_select_top{
	border-width: 2px 2px 0;
}
.cc_select_bottom{
	border-width: 0 2px 2px;
}
.cc_select_top > div > div{
	width: 23%;
	text-align: left;
	font-weight: bold;
	line-height: 200%;
}
.cc_select_top > div > div:first-of-type {
  width: auto;
}

.cc_pic_view{
	display:none;
	position:absolute;
	width:200px;
	height:200px;	
	background:#666;
	vertical-align:center;
	margin-top:5px;
	
}

.cc_pic_view > img{
	margin-top:25px;
	width:150px;
	height:150px;
}

.cc_pic_opt:hover ~ .cc_pic_view {
    display:block;
}


.cc_separator{clear: both; height:50px;}


/************* AB HIER ALT *************/

.cc_highlight{
	border: 2px solid #F00 !important;
	background-color:#55FF11 !important;
}

/************* Übernommen aus table.ui.css *************/
.inaktiv{
    border-width: 1px;
    border-style: solid;
	height: 29px;
	margin: -8px -14px -7px -3px;
	padding-top: 3px;
	width: 68px;
	display: block;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.196), inset 0px 0px 2px #FFFFFF;
	color: #FFFFFF;
	background: #57C4EE;
}
.aktiv{
    border-width: 1px;
    border-style: solid;
	height: 29px;
	margin: -8px -14px -7px -3px;
	padding-top: 3px;
	width: 68px;
	display: block;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.196), inset 0px 0px 2px #FFFFFF;
	color: #FFFFFF;
	background: #F03232;
}
#post1{
	overflow:visible;
}

#cc_table_no_entries{
	text-align: center;
	padding: 5px;
	border: 1px solid #CCC;
}

@media only screen and (min-width: 901px) {

div.cc_col_1 > a{
	text-decoration:none !important;
}


#div_search{
	float: right; 
	margin-right: 10px;
}
#compare_temp{	
	z-index: 10; 
	text-align: center;
	line-height: 110%;
}
#cc_boxes{
	font-weight: normal;
	margin-left: 5px;
	margin-top: 2px;
	padding: 4px 0 2px 0 !important;
	border-right: 0 none !important;
	text-align: left;
	float: left;
}
#cc_boxes > span{
	margin: 0 10px 0 5px;
}

.cc_inactive{
    border-width: 1px;
    border-style: solid;
	padding: 2px;
	display: block;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.196), inset 0px 0px 2px #FFFFFF;
	color: #FFFFFF;
	background: #57C4EE;
}
.cc_active{
	border-width: 1px;
    border-style: solid;
	padding: 2px;
	display: block;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.196), inset 0px 0px 2px #FFFFFF;
	color: #FFFFFF;
	background: #F03232;
}


/*tooltip mobile anpassung*/
.tarif_tooltip {
	position: absolute;               /* aus Textfluß herausnehmen */
	visibility: hidden;               /* normal: unsichtbar */
	width: 24em;                      /* FF: kein Leerzeichen vor Einheit */
	text-decoration: none;
	float: right;
	margin: 22px 0px 0px -255px;
	background: #ffffff;
	color: #8A8A8A;
	border: 2px solid #FA6900;
	border-radius: 4px;
	-moz-box-shadow: 3px 13px 17px #FA6900;
	-webkit-box-shadow: 3px 13px 17px #FA6900;
	box-shadow: 3px 13px 17px #FA6900;
	padding: 10px;
	text-align: justify;
	line-height: 130%;
	border-collapse: separate !important;
	position: absolute;
	z-index: 1000000;
}
.aktion:hover {
	cursor: pointer;
}
.aktion {
	border-bottom: 1px dashed #999;
    text-decoration: none; 
}
.tooltip_wrapper:hover span {	
	visibility: visible; 
}
.tarif_tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #FA6900 transparent;
    top: -22px;
    right: 40px; 
}
.tarif_tooltip b {
	display: block; 
	font-weight: bold; 
	border-bottom: 1px solid #888888;
	margin-bottom: 5px;
}
.tarif_tooltip hr {
	background-color: #888888; height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
select { border:none; }