@font-face {
  font-family: "Flaticon";
  src: url("/font/flaticon.eot?1");
  src: url("/font/flaticon.eot?#iefix&1") format("embedded-opentype"),
       url("/font/flaticon.woff?1") format("woff"),
       url("/font/flaticon.ttf?1") format("truetype"),
       url("/font/flaticon.svg#Flaticon?1") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/font/flaticon.svg#Flaticon?1") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
	font-style: normal;
	font-weight: 400;
}

/* Reset & Basics
==================================================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
}

.flaticon-down-chevron:before { content: '\f100'; } /* '' */
.flaticon-right-chevron:before { content: '\f101'; } /* '' */
.flaticon-left-chevron:before { content: '\f102'; } /* '' */
.flaticon-up-chevron:before { content: '\f103'; } /* '' */
.flaticon-more:before { content: '\f104'; } /* '' */
.flaticon-menu:before { content: '\f105'; } /* '' */
.flaticon-add:before { content: '\f106'; } /* '' */
.flaticon-remove:before { content: '\f107'; } /* '' */
.flaticon-email:before { content: '\f108'; } /* '' */
.flaticon-paste:before { content: '\f109'; } /* '' */
.flaticon-reply-all:before { content: '\f10a'; } /* '' */
.flaticon-clear:before { content: '\f10b'; } /* '' */
.flaticon-reply:before { content: '\f10c'; } /* '' */
.flaticon-sort:before { content: '\f10d'; } /* '' */
.flaticon-edit:before { content: '\f10e'; } /* '' */
.flaticon-copy:before { content: '\f10f'; } /* '' */
.flaticon-alert-1:before { content: '\f110'; } /* '' */
.flaticon-delete:before { content: '\f111'; } /* '' */
.flaticon-clipboard:before { content: '\f112'; } /* '' */
.flaticon-clipboard-1:before { content: '\f113'; } /* '' */
.flaticon-lightbulb:before { content: '\f114'; } /* '' */
.flaticon-search:before { content: '\f115'; } /* '' */
.flaticon-power:before { content: '\f116'; } /* '' */
.flaticon-settings:before { content: '\f117'; } /* '' */
.flaticon-home:before { content: '\f118'; } /* '' */
.flaticon-help-1:before { content: '\f119'; } /* '' */
.flaticon-file:before { content: '\f11a'; } /* '' */
.flaticon-tick:before { content: '\f11b'; } /* '' */
.flaticon-tick-1:before { content: '\f11c'; } /* '' */
.flaticon-heart:before { content: '\f11d'; } /* '' */
.flaticon-info-1:before { content: '\f11e'; } /* '' */
.flaticon-headline:before { content: '\f11f'; } /* '' */
.flaticon-print:before { content: '\f120'; } /* '' */
.flaticon-star:before { content: '\f121'; } /* '' */
.flaticon-thumbtack:before { content: '\f122'; } /* '' */
.flaticon-clipboard-2:before { content: '\f123'; } /* '' */
.flaticon-heart-1:before { content: '\f124'; } /* '' */
.flaticon-off:before { content: '\f125'; } /* '' */
.flaticon-download:before { content: '\f126'; } /* '' */
.flaticon-user-shape:before { content: '\f127'; } /* '' */
.flaticon-pdf:before { content: '\f128'; } /* '' */
.flaticon-eye:before { content: '\f129'; } /* '' */
.flaticon-alert:before { content: '\f12a'; } /* '' */
.flaticon-help:before { content: '\f12b'; } /* '' */
.flaticon-info:before { content: '\f12c'; } /* '' */
.flaticon-logout:before { content: '\f12d'; } /* '' */
.flaticon-menu-1:before { content: '\f12e'; } /* '' */
/* NEUE */
.flaticon-lock:before { content: '\f512'; } /* '' */
.flaticon-lock-open:before { content: '\f513'; } /* '' */
.flaticon-ccw:before { content: '\f025'; } /* '' */
.flaticon-lock-open-alt:before { content: '\f075'; } /* '' */
.flaticon-export:before { content: '\f081'; } /* '' */

.row::after, .clearfix::after {
    clear: both;
}

.clearfix::before, .clearfix::after, .row::before, .row::after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

*, html {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    font-weight: 300;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

html{
  height: 100%;
}
body {
	background-color: #333;
	height: 100%;
}




/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Header START
==================================================================================================== */

header{
    background-color: #111111;
	height:70px;
    padding: 10px 0;
    text-align: center;
	position:absolute;
	width:100%;
	z-index:3;
}

header div.container_header img{
    height:50px;
}
.hide_on_desktop{
	display: none;
}

/* Header END
==================================================================================================== */

/* Login START
==================================================================================================== */
div.flex_login_container{
	
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
	flex-direction: column;

}
div#userLoginForm input{
	background-color: transparent;
	outline: none;
	border: 1px solid #eaeaea;
	display: inline;
	color: #d87402;
	font-weight: 300;
	font-size:28px;
	line-height:45px; 
	text-align:center;
}
.flashfields{
	margin-bottom:20px;
}
a.login_link{
	color: #d87402;
	text-decoration:none;
	font-size:30px;
	line-height:45px;
	float:right;
	margin-top:20px;
}
/* Login END
==================================================================================================== */



/* General START
==================================================================================================== */
nav.topNav{
	height:50px;
}

nav div.hideonMobile{
	margin:0 auto;
}

nav.topNav a{
    display: inline-block;
    color: rgba(150,150,150,1);
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 0px 20px;
	vertical-align: top;
}

a#navToggle {
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    opacity: 0.5;
    position: absolute;
    right: 30px;
    font-weight: 400;
    display: none;
    transition: all 0.3s ease;
	z-index:7;
}

nav#phoneNav {
    margin-bottom: 30px;
    display: none;
    text-align: center;
    background-color: #111;
    padding: 10px 0px 20px 0px;
	z-index:2;
	padding-top: 70px;

}

nav#phoneNav a{
   display:block;
   margin: 0px 0px;
   background-color:rgba(216,116,2,1);
	color:#000;
	border-bottom:1px solid #000;
  z-index:6;
}

nav#phoneNav #logo{
    height:50px;
}

section#content_konfigurator{
	
}
div.center_flex{
	width: 100%;
	height:100%;
	margin-top:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
div.add_container{ 
	max-width:500px; 
	border:1px dashed #d3d3d3; 
	padding:30px; 
	margin:0 auto;
	width:100%;
}

.general_text_input{
	width:100%;
	background-color: rgba(0,0,0,0.9)!important;
	border:1px solid #B2B2B2 !important;
	outline: none;
	padding:10px;
	resize: none;
	color:#B2B2B2;
}
.general_text_input_marg{
	margin-top:20px;
}
.general_checkbox{
	-webkit-appearance:none;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
	display:block;
}
.general_checkbox:checked {
    background: #d87402;
}
.general_lable{
	margin-top:20px;
	display:block;
}

input[type='submit'] {
	-webkit-appearance:none;
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	line-height: 35px;
	padding: 0px 10px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
	text-align: center;
	margin: 20px 0px 0px 0px;
	background-color:transparent;
}
input[type='submit']:hover {
	color: #dcdcdc;
	background-color: #d87402;
	transition: all 0.3s ease;
}


.button_full{
	-webkit-appearance: none !important;
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	line-height: 35px;
	padding: 0px 10px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
	text-align: center;
	margin: 20px 0px 0px 0px;
}
.button_full:hover{
	color: #dcdcdc;
	background-color: #d87402;
	transition: all 0.3s ease;
}

.assignment_list_view{
	width:90%;
}

.assignment_detail_container{
	width:90%;
	margin-top:30px
}
.assignment_inner_actionline{
	margin-left:20px;
}
.assignment_detail_action_item{
	margin-right:10px;
	border: 1px solid #dcdcdc;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border-bottom:0px;
	display:inline-block;
	cursor:pointer;
}
.assignment_detail_action_item:hover{
	color: #333;
	background-color: #d87402;
}
.assignment_detail_action_item span{
	padding:10px;
	line-height:40px;
}
.assignment_detail_action_item span.noright_marg{
	padding-right:0px;
}
.assignment_inner, .comp_inner{
	border: 1px solid #dcdcdc;
	border-radius: 5px; 
	padding:20px;
	margin-bottom:20px;

}
.assignment_list_item{
	border: 1px solid #dcdcdc;
	border-radius: 5px; 
	padding:20px;
	margin-bottom:20px;
	background-color: rgba(0,0,0,0.5);
	
}
.railwidth{
	min-width:33%;
}
div.schienen_flex_auftrag{
	border: 1px solid #fff;
	border-radius: 3px;
	padding:10px;
	margin:10px;
}

.assignment_list_item.urgentclass{
	background-color: rgba(179, 0, 0, 0.3);
  animation-name: color;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes color {
	0% {
	  background-color: rgba(179, 0, 0, 0.3);
	}
	50% {
	  background-color: rgba(179, 0, 0, 0.1);
	}
	100% {
	  background-color: rgba(179, 0, 0, 0.3);
	}
  }

.assignment_list_item.ungewaschen{
	background-color: rgba(57,10,9,0.6);
}
.assignment_list_item.gewaschen{
	background-color: rgba(0,6,50,0.6);
}

.assignment_item_link{
	text-decoration:none;
}
.assignment_list_title{
	color:#d87402;
	font-size:26px;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:8px;
	
}
.assignment_list_title.no_bottom_border{
	border-bottom:1px solid #dcdcdc;
	padding-bottom:20px;
}
.assignmen_termin{
	float:left;
}
.assignmen_delete{
	float:right;
	vertical-align: top;
	color:#d87402;
	z-index:5;
	pointer-events: all;
	font-size:20px;
}
.assignment_input_container{
	margin-bottom:30px;
	margin-top:30px;
	
}
#assignment_input, #color_input, .inputliner input{
	background-color: transparent;
	outline:none;
	border: none;
	display:inline;
	color:#949899;
	font-weight:300;
	border-bottom:1px solid #dcdcdc;
	line-height:30px;
	font-size:20px;
	width:80%;
}
.inputliner input{
	
	width:100%;
}

.orange_color_search{
	color:#d87402;
	font-size:30px;
}

.assignment_search_table{
	width:100%;
}
.action_for_area{ 
	width:90%;
	margin-top:40px;
}
.action_add_button_text{
	float:right;
}
.action_back_button_text{
	float:left;
}

#confirmPopup{
	width: 300px;
	margin: 0 auto;
	border:1px solid #dcdcdc;
	padding:20px;
	background-color:#333;
}
#confirmPopup h2, h2.farb_header{
	color:#d87402;
	font-size:30px;
	margin-bottom:20px;
	
}
.mfp-close-btn-in .mfp-close {
    color: #d87402 !important;
	font-size: 40px !important;
}

/* General END
==================================================================================================== */



/* Angebote START
==================================================================================================== */

.area_line{
	max-width:400px;
	margin-bottom:30px;
	margin-top:40px;
}
.area_line tr{
	line-height: 0;
}
.area_line td{
	text-align:center
}
.area_line td span.active{
	border-radius: 100%; 
	border:1px solid #d3d3d3; 
	background-color: #d87402; 
	width:90px; 
	height:90px; 
	line-height:90px; 
	display:block;
}
.area_line td span.inactive{
	border-radius: 100%; 
	background-color: #d87402; 
	width:65px; 
	height:65px; 
	line-height:65px; 
	display:block; 
	color:#000;
}
.area_line td.strike{
	width:90px;
}
.area_line td.strike:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: black;
	position: relative;
}

.clock-timepicker-popup{
	background-color: transparent !important;
	box-shadow: none !important;
	width: 100% !important;
	margin-top:30px;
}
.clock-timepicker-popup div{
	margin: 0 auto !important;
}



#input-a{
	background-color:transparent;
	outline: none;
	border: none;
	color: #dcdcdc;
	font-size:40px;
	cursor:pointer;
	text-align: center;
	border-bottom:1px solid #949899;
	padding-bottom:20px; 
	width:100%;
	 
}
#kunden_input, #kunden_input_popup{
	background-color: transparent;
	outline:none;
	border: none;
	display:inline;
	color:#949899;
	font-weight:300;
	width: 170px;
}
#kunden_input_popup{
	width: 80%;
}
#kunden_input_container, #kunden_input_container_popup{
	color:#949899;
	border-bottom:1px solid #949899;
	line-height:35px;
	width:200px;
	transition: all 0.3s ease;
}
 #kunden_input_container_popup{
	width:80%;
}
#kunden_input_container_popup{
	width:80%;
}
#kunden_input_container .flaticon-search,  #kunden_input_container_popup .flaticon-search{
	color:#949899;
}
#kunden_input_container:hover{
	line-height:45px;
	transition: all 0.3s ease;
	width:300px;
	font-size:20px;
}
#kunden_input_container_popup:hover{
	line-height:45px;
	transition: all 0.3s ease;
	width:100%;
	font-size:20px;
}
.ausgewaehlter_customer{
	display:none;
}
.customer_table{
	display:none;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	border: 0px;
	z-index: 2;
	right: 0;
	border-spacing:0;

}
.customer_table, .customer_table_popup{
	display:none;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	border: 0px;
	z-index: 2;
	right: 0;
	border-spacing:0;

}
.kunden_area{
	margin-bottom:40px;
	margin-top:20px;
}
.customer_table tr{
	cursor:pointer;
}
.customer_table_popup tr{
	cursor:pointer;
}
.customer_table tr:hover, .customer_table_popup tr:hover{
	background-color:rgba(1,1,1,0.8);
}
.customer_table td, .customer_table_popup td{
	padding:10px;
	border-bottom:1px solid #949899;
	color:#949899;
}
#kunde_description{
	margin-top:20px;
	margin-bottom:20px;
}
.customer_table td span, #kunde_description span, .customer_table_popup td span{
	color:#dcdcdc;
}
.customer_table td span.kunde_name, #kunde_description span.kunde_name, .customer_table_popup td span.kunde_name{
	color:#d87402;
}
.kunde_klein{
	font-size:12px;
}
#searchKundenTable{
	max-height:300px;
	overflow-y: scroll;
	scrollbar-width: none;
}
.auftragsansicht_button_small{
	display:none;
}
#searchKundenTable::-webkit-scrollbar { 
	display: none; 
}
.kunden_add{
	position: absolute;
	right: 0px;
	top:7px;
	font-size:14px;
	border:1px solid #949899;
	width:27px;
	height:27px;
	line-height:23px;
	text-align: center;
	color:#d87402;
	transition: all 0.3s ease;
}
.kunden_add_popup{
	position: absolute;
	right: 20px;
	top:9px;
	font-size:14px;
	border:1px solid #949899;
	width:27px;
	height:27px;
	line-height:23px;
	text-align: center;
	color:#d87402;
	transition: all 0.3s ease;
}
.kunden_add:hover, .kunden_add_popup:hober{
	background-color:#d87402;
	border:1px solid #949899;
	color:#949899;
	transition: all 0.3s ease;
	cursor:pointer;
}
.ausgewaehlter_kunde{
	display: none;
}
.kunden_remove{
	position: absolute;
	right:0px;
	top:0px;
	font-size:18px;
	color:#d87402;
	cursor: pointer;
	z-index: 3;
}
.kunden_edit{
	position: absolute;
	right:20px;
	top:0px;
	font-size:18px;
	color:#d87402;
	cursor: pointer;
	z-index: 4;
	margin-right:20px;
}
.kunden_remove_popup{
	position: absolute;
	right:20px;
	top:00px;
	font-size:12px;
	color:#d87402;
	cursor: pointer;
	z-index: 3;
}
.kunden_edit_popup{
	position: absolute;
	right:50px;
	top:0px;
	font-size:12px;
	color:#d87402;
	cursor: pointer;
	z-index: 4;
}
#addKunde{
	display: none;
	width:300px;
	transition: all 0.3s ease;
	padding:20px;
	background-color: rgba(0,0,0,0.4);
	margin-top:20px;
}

#addKunde_popup{
	display: none;
	transition: all 0.3s ease;
	margin-top:20px;
}

.add_kunde_input_field{
	border-bottom:1px solid #949899 !important;
	background-color: transparent;
	outline: none;
	border: none;
	color: #949899;
	font-weight: 300;
	width: 100%;
	margin-bottom:10px;
	line-height:35px;
}
#addKunde h3, #addKunde_popup h3{
	color:#d87402;
	margin-bottom:15px;
}
.kunden_end_edit, .kunden_end_add, .kunden_end_add_popup, .kunden_end_edit_popup{
	position: absolute;
	display:none;
	right:20px;
	top:23px;
	font-size:12px;
	color:#d87402;
	cursor: pointer;
	z-index: 3;
}
.kunden_end_add_popup, .kunden_end_edit_popup{
	top:0px;
}
#validateSpan, #validateSpan_popup{
	display: none;
	font-size:12px;
	color:#949899;
	margin-bottom:15px;
}
#customer_input_container {
    color: #949899;
    border-bottom: 1px solid #949899;
    line-height: 35px;
    width: 300px;
    transition: all 0.3s ease;
}

.action_add_button_text, .action_back_button_text{
	color:#d87402; 
	outline: none;
	text-decoration:none;
	font-size:30px;
}
.center_flex_choose{
	display: flex;
  align-items: center;
	flex-direction: column;
  justify-content: center;
	height:800px;
}
.color_class_components, .edit_component {
	display: block;
	margin-left: 55px;
	
}
.choose_color, .edit_component{
	display: block;
	cursor:pointer;
	margin-top:10px;
	
}
.center_flex_choose a.biggerbutt {
  width: 200px;
  height: 200px;
background-color:#d87402;
text-align:center;
line-height:200px;
display:block;
	text-decoration:none;
	border-radius: 5px;
	margin-bottom:20px;
	font-size:26px;	
}
.component_container_list_item{
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 10px;
	
}

.pulverbeschichterpreis, .pulverbeschichteranmerkung{
	margin-left:54px;
	min-height:30px;
	margin-top:10px;
}
.pulverbeschichteranmerkung{
margin-top:20px;	
}
.pulver_input, .pulver_anmerkung_input{
	width: 80px;
	height:30px;
	background-color: transparent;
	border: 1px solid #B2B2B2 !important;
	outline: none;
	padding: 10px;
	resize: none;
	text-align: right;
}
.pulver_anmerkung_input{
	width:100%;
	margin-top:10px;
	text-align:left;
}
.component_container_list_item div.color_class_components, div.color_class_components span{
	color:#d87402;
	margin-top:5px;
}

.lds_loader{
	margin-top:150px;
}
.lds-ring {
	position: relative;
	margin:20px auto 0px auto;
	width: 64px;
	height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}

.clear_image{
	position: absolute;
	padding: 5px 8px;
	right: 0px;
	z-index: 2;
	color: #d87402;
	cursor: pointer;
	background-color: rgba(0,0,0,0.9); 
}

.data_box{
	height:100px;
	background-color: rgba(0,0,0,0.2); 
	padding:20px;
}
.delete_image, .delete_data{
	position:absolute; 
	right:0px; 
	z-index: 2;
	padding:15px 18px; 
	background-color: rgba(0,0,0,0.9); 
	color:#d87402; 
	cursor: pointer;
}

.delete_color{
	right:0px; 
	z-index: 6;
	padding:4px 8px; 
	background-color: rgba(0,0,0,0.9); 
	color:#d87402; 
	cursor: pointer;
}

.assignment_header{
	margin-bottom:30px;
}

.assignment_header h2{
	color:#d87402; 
	font-size:26px;
	margin-bottom:10px;
}

.billiomat_erstellen_link{
	-webkit-appearance: none !important;
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	line-height: 35px;
	padding: 0px 10px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-color:transparent;
	z-index:3;
margin-top:20px;

}
.billiomat_erstellen_link:hover{
	
	background-color:#d87402;
}

.rechnung_angebot_container{
	margin-bottom:20px;
}

.getLieferungboolGruppe, .getAbholungboolGruppe, .check_box_custom{
	width:100%;
	background-color: rgba(0,0,0,0.9);
	border:1px solid #B2B2B2;
	outline: none;
	padding:10px;
	resize: none;
	float:left;
	margin-right:10px;
}
.lable_abhl{
	line-height:36px;
	margin-right:10px;
}
.input_aufwand{
	display:none;
}
input[type='checkbox'] {
	-webkit-appearance:none;
	width:30px;
	height:30px;
	background:white;
	border-radius:5px;
	border:2px solid #555;
		display:block;
}
input[type='checkbox']:checked {
	background: #d87402;
}



.assignment_rahmen_abhol{
	width:100%;
	background-color: rgba(0,0,0,0.9)!important;
	border:1px solid #B2B2B2 !important;
	outline: none;
	padding:10px;
	resize: none;
}
.bot_marg{
	margin-bottom:20px;
}

.check_for_abrechnen{
	float:left;
	margin-right:20px;
}
.clock-timepicker-popup{
	top:-200px !important;
	left:0px !important;
}

.toggler_font{
	font-size:30px;
	margin-top:40px;
	margin-bottom:20px;
	line-height:40px;
	color: #d87402;
	cursor:pointer;
}

div.freitext textarea{
	border: 1px solid #dcdcdc;
	background-color: transparent;
	line-height: 35px;
	text-align: right;
	padding: 10px;
	margin: 0px 0px 30px 0px;
	width:100%;
	min-height:200px;
	text-align: left;
	
}
/* Angebote END
==================================================================================================== */

/* Schiene START
==================================================================================================== */

div.schiene{
	float:left;
	width:65px;
	height:65px;
	line-height:65px;
	text-align:center;
	background-color:rgba(0,0,0,0.5);
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
}
div.schiene.active{
	background-color:#d87402;
	color:#000;
	
}
div.schiene_show{
	margin-top:20px;
}
div.schiene_show .schiene{
	width:40px;
	height:40px;
	line-height:40px;
}
/* Schiene END
==================================================================================================== */

/* Billomat START
==================================================================================================== */

.price_container{
	float:right;
	z-index:3;
}

.price_container input{
	width:100px;
	border: 1px solid #dcdcdc;
	background-color:transparent;
	line-height:35px;
	text-align: right;
	padding:10px;
	margin:0px 0px 10px 0px;
}

/* Billomat END
==================================================================================================== */


/* Farben START
==================================================================================================== */

.farblable{
	color: #d87402;
	font-size:26px;
	margin-top:20px;
	line-height:40px;
}
.inputliner{
	margin-bottom:20px;
}
/* Farben END
==================================================================================================== */


/* List START
==================================================================================================== */
.lieferschein_head{
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 40px;
	display:block;
	color:#d87402;
}

ul.lieferschein_list li {
	list-style-type: none;
}

ul.lieferschein_list li a{
	font-size: 26px;
	line-height:40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 10px;
	text-decoration:none;
	display:block;
}

ul.lieferschein_list a.lieferschein_delete{
	float:right;
	color:#d87402;
	z-index:2;
	text-decoration:none;
	border-bottom:0;
	margin-bottom:0px;
	line-height:40px;
}

/* List END
==================================================================================================== */




/* State START
==================================================================================================== */

select#state-select{
	width:100%;
	height:80px;
	font-size:26px;
	text-align:center;
	background-color:transparent;
	border: 1px solid #dcdcdc;
}

#state-select option{
	height:80px;
	font-size:26px;
	text-align:center;
	width:100%;
}


.status_container textarea{
	border: 1px solid #dcdcdc;
	background-color: transparent;
	line-height: 20px;
	text-align: right;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	width:100%;
	min-height:100px;
	text-align: left;
	resize: none;
}
/* State END
==================================================================================================== */

/* Component START
==================================================================================================== */
.components_detail_container{
	width:90%;
	margin:0 auto;
	margin-top:110px;
}
.schiene_container{
	margin-top:40px;
}
.component_delete{
	float:right;
	color:#d87402;
	z-index:2;
}
#prevBtn, #nextBtn{
	-webkit-appearance: none !important;
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	line-height: 35px;
	padding: 0px 10px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-color:transparent;
}

#prevBtn:hover, #nextBtn:hover{
	
	background-color:#d87402;
}
 .tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #d87402;
}

.art_button{
	
	width:80%;
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	line-height: 45px;
	padding: 0px 10px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	margin: 0px auto;
	background-color:transparent;
	margin-bottom: 20px;
}

.art_button.active, .art_button:hover{
	
	background-color: #d87402;
}

#farbe_input {
    background-color: transparent;
    outline: none;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    display: inline;
    color: #949899;
    font-weight: 300;
    width: 80%;
    border-bottom: 1px solid #dcdcdc;
    line-height: 30px;
    font-size: 20px;
}

.farbe_table_for_sort{
	margin-top:20px;
}

.farbe_table_for_sort tr{
	background-color:rgba(0,0,0,0.5);
	
}
.farbe_table_for_sort td{
	padding:10px;
	border-bottom:1px solid #dcdcdc;
	cursor:pointer;
}
.farbe_table_for_sort td span.colortitle{
	color: #d87402;
}
.component_tab .masse{
	display:none;
}

.massangabe {
    background-color: transparent;
    outline: none;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    display: inline;
    color: #949899;
    font-weight: 300;
    width:100%;
	text-align:right;
    border-bottom: 1px solid #dcdcdc;
    line-height: 30px;
    font-size: 20px;
}

.component-collection-outer{
	
	margin-top:20px;
	margin-bottom:20px;
}
.add_component_plus {
    line-height: 30px;
    font-size: 30px;
    color: #d87402;
    cursor: pointer;
    margin-bottom: 40px;
    display: block;
    text-align: center;
}


.component_section {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #d87402;
}
.select-art{
	margin-bottom:40px;
}

/* Component END
==================================================================================================== */


@media only screen and (max-width: 1300px) {

	.railwidth{
		min-width:50%;
	}
	
}


@media only screen and (max-width: 800px) {

	.railwidth{
		min-width:100%;
	}
	
}
