/* 
    Created on : 14.04.2015, 15:29:48
    Author     : Christian
*/

/* Allgemein
-------------------------------------------------- */

@font-face { font-family: 'open sans';
             src: url('/assets/fonts/OpenSans-Regular.ttf') format('truetype'); }

html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: open sans , arial, sans-serif;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	

}

.footer {
/*	width: 100%;
	background-color: #f5f5f5;
	position: fixed;
	padding: 10px;
	bottom: 0;
	left: 0;
	right: 0;*/
}

.wrap {
	height: 95%;
	
}

.inner_wrap.modal-open {
	-webkit-overflow-scrolling: auto;
}

.inner_wrap {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	height: 95vh;
}

.container {
/*	width: auto;
	min-width: 824px;
	padding: 0 15px;*/
	margin-bottom: 20px;
}
.container .text-muted {
	/*margin: 20px 0;*/
}
body > .container {

	/*padding: 60px 124px 0px;*/
    /* wegen fixierter Menüleiste */
}

/* Footer
-------------------------------------------------- */
.col-centered{
    float: left;
    margin: 0 auto;
}

.buttonFooter {
    font-size: 1.1em;
    font-size: 3vh;
    text-align: center;
    float: left;
    margin: 0 15px;
}

.buttonFooter a {
    color: darkgray;
    text-decoration: none;
}

.buttonFooter a:hover {
    color: black;
    text-decoration: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 2;
    color: #333;
    white-space: nowrap
}

/* Faktura - Beleg
-------------------------------------------------- */
#adressdaten {
    margin-top: 25px;
    font-size: 120%;
}

#faktKopf {
    float: right;
	margin-top: -30px;
}

#zahlungsdaten td {
    font-weight: bold;
}

#Rechnungstext {
    margin-top: 25px;
}

#Auftragstext {
    margin-top: 50px;
}
/* Navigation
-------------------------------------------------- */
.main-nav {
    background: #6091ba;
    margin-bottom: 30px;
}

.main-nav {
	background: #6091ba;
	margin-bottom: 30px;
	margin-top: 0px;
}
.main-nav button {
	background: #27435a;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.main-nav button:focus {
	outline: none;
}
.main-nav button .icon-bar {
	background-color: #fff;
}
.main-nav .navbar-collapse {
	padding: 0;
}
.main-nav .nav .nav-item {
	font-weight: 600;
	text-transform: uppercase;
	z-index: 100;
}

.nav-item-active > *{
	text-decoration: none;
    background-color: transparent;
    font-weight: bold;
    color: #fff !important;
}
.main-nav .nav .nav-item a {
	color: #dce7f0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.main-nav .nav .nav-item a:hover {
	background: #6091ba;
	color: #fff;
}
.main-nav .nav .nav-item.active {
	position: relative;
}
.main-nav .nav .nav-item.active > a {
	background: #4678a1;
	color: #fff;
}
.main-nav .nav .nav-item.active > a:before {
	content: "\f0d8";
	position: absolute;
	bottom: -8px;
	left: 0;
	text-align: center;
	font-family: FontAwesome;
	display: block;
	font-size: 12px;
	width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
	display: none;
}
.main-nav .nav .nav-item.open a {
	background: #4678a1;
	color: #fff;
}
.main-nav .nav .nav-item .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	border: none;
	padding: 0;
	text-transform: none;
	min-width: 220px;
}
.main-nav .nav .nav-item .dropdown-menu a {
	border-bottom: 1px solid #3e6a8f;
	padding: 8px 20px;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
	background: #3e6a8f;
	color: #fff;
	padding-left: 24px;
}


/* Abweichungen vom bootstrap.css
-------------------------------------------------- */
.unoCme {
    position:absolute;
	left:-9999px;
	top:-9999px;
}

#stammListe td a {
    display:block; width:100%; 
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 1px;
	border-radius: 3px;
	background-color: #f9f2f4;
}

.bs-callout-warning {
	border-left-color: #ce4844;
	border-left-width: 5px;
}

/*label {
    margin-top: 10px;
}*/

.subgroup {
	margin-top: 20px;
	padding: 10px;
	background-color: #d6e9c6;
}

.sublabel {
	font-weight: bold;
	margin: 0px 0px 0px
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.blue {
	color: #2c5bb8;
}

.detailMenu {
    float: right;
    margin: 20px 0;
}

.btn-150 {
	width: 125px !important; 
	height: 125px !important; 
	color: #6092ba !important;
	margin: 5px 5px;
	padding: 0px 0px !important;
}

i.bigB {
    font-size: 1.8em;
}

#bigBGroup {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.bigBLine {
    float: left;
}

/* 

Formulare auf Maske

*/
.form-group {
    color: #444444;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 10px;
}

.form-group-small {
    width: 20%;
    min-width: 100px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 2px;
	font-weight: 500;
}

.form-control {
	display: block;
	width: 100%;
	height: 27px;
	padding: 30px 0px 17px 15px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	/*border: 1px solid #ccc;*/
	border: 1px solid #d8d8d8;
	border-radius: 2px;
}

.section {
	margin-top: 30px !important;
}

.section:first-of-type {
	margin-top: 0 !important;
}

.section-big {
	margin-top: 64px;
}

.section > span {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

.form-control:focus {
	border-color: #ddd;
	box-shadow: none;
}

textarea {
	padding: 6px 10px !important;
}

.search {
	outline: none;
}

.form-control-inline {
	display: inline-block;
	width: 100%;//19em;
	height: 27px;
	padding: 3px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	/*border: 1px solid #ccc;*/
	border: 1px solid #d8d8d8;
	border-radius: 4px;
}


/* 
    back-to-top
*/

#topcontrol {
	background: #84aac9;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

#topcontrol:hover {
	background: #6091ba;
}

#topcontrol .fa {
	position: relative;
	top: 3px;
	font-size: 25px;
}

.debug {
	border: 1px solid #eee;
	background-color: #d6e9c6;
	margin-left: 300px;
}

.none {
	display: none;
}

.m-position {
	background-color: #b9def0;
}

#adzeitm-error {
	min-width: 100px;
	left: -50px;
}

#adzeith-error {
	min-width: 100px;
	left: 0px;
}

.error + .error {
	top: 49px;
	height: auto;
    border-top-style: initial;
    border-top-color: initial;
    left: 0px;
    padding-left: 10px;
    padding-bottom: 5px;
    background-color: red;
    width: 100%;
    color: white !important;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.error {
	margin-bottom: 20px;
	color: red;
}

/*.faktura_PREIS, .faktura_MENGE, .faktura_RABAT, .faktura_ENDPREIS, .faktura_BPREIS, .faktura_BENDPREIS   {
	text-align: right;
}*/

.faktura_WGArtNr,.faktura_th_WGArtNr,.faktura_ART_BEZ1,.faktura_th_ART_BEZ1 {
	text-align: left;

}

#artikelAddLink td {
	text-align: right;
	line-height: 10px;
}


.checkbox {
	width: auto;
}

.faktura_th_MENGE,.faktura_th_PREIS,.faktura_th_BPREIS, .faktura_th_BENDPREIS,
.faktura_th_RABAT,.faktura_th_ENDPREIS,.faktura_th_AKTIONEN {
	text-align: right;
}

#datepickerModal {
	top: 0;
	transform: unset;
}

.modal {
	display: none;
	top: 50% !important;
	left: 50% !important;
	transform: translateY(-50%) translateX(-50%) !important;
}

.modal.in {
	visibility: hidden;
}

.modal-min-width {
	min-width: 900px;
}

.modal-big .modal-content {
	width: 85%;
	margin: auto;
}

.modal-big-100 .modal-content {
	width: 100%;
	margin: auto;
}

.modal, .modal-dialog {
	width: 100%;
	height: auto !important;
}

.modal-short {
	width: 40% !important;
}

.modal-content {
	position: relative;
	width: 100%;
}

.modal-dialog {
	position: relative;
}

.modal.in {
	display: table !important;
}

/*
#datepickerModal > .modal-dialog {
	position: relative;
	margin: 0;
	width: 100%;
}

#datepickerModal > .modal-dialog > .modal-content {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}*/

.modal-content {
	background-color: #6091BA;
	width: 370px;
	border-radius: 1px;
	border: none;
}


.eins.red {
    background-color: #ffe6e6 !important;
}


.zwei.red {
    background-color: #ffb3b3 !important;
}

.eins {
    background-color: white !important;
}


.zwei {
    background-color: #f9f9f9 !important;
}

.table>tbody>tr>td.noBorder {
	border-top:0px;
}

td.azinfo {
    padding: 5px;
}

.suche_WARENGRP, .WG, .SKTAGE,.ZAHL_TAGE {
    width: 2.5em;
    text-align: right;
}


.RABATT_CODE, .SKPROZ{
    width: 4em;
    text-align: right;
}

td.right {
    text-align: right;
}

.memoLeer {
    font-style: italic;
}

.memoGefuellt {
    font-weight: bold;
}

i.fa.tractorWeiss::before {
    content: url('/assets/img/traktor_weiss.png');
}

i.fa.tractorBlau::before {
    content: url('/assets/img/traktor_blau.png');
}

.checkbox {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 !important;
}

@media (max-width:300) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }}

.kopftexte {
	float:left;
	margin-right: 40px;
	width: 100%;
}

.cke_contents {
	height: 70px;
}


div.margin-left {
	margin-left: 5px;
}

#scrolltable { height: 80%; overflow: auto; width: 100%;}
#scrolltable table { border-collapse: collapse; width:100%;}
#scrolltable tr:nth-child(even) { background: none; }
#scrolltable tr:nth-child(odd) { background: none; }
#scrolltable td { border-bottom: 1px solid #E2E1E6 important!; }
#scrolltable th div { position: absolute; margin-top: -30px; }
#scrolltable table tbody tr th {padding-bottom:0px;padding-top:0px;}



th.fakturaDatumUhrzeit {
	border-right: 2px solid #E2E1E6;
}

th.fakturaFirmenname {
	border-right: 2px solid #E2E1E6;
}

th.fakturaAnschrift {
	border-right: 2px solid #E2E1E6;
}

th.fakturaMaschine {
	border-right: 2px solid #E2E1E6;
}

div.header {
	float:left;
	padding-bottom: 20px;
}

.table>thead>tr>th{

}

.suchbox {
	text-align: right;
	height: 30px;
}
.suchbox > input {
	height: 100%;
}

tr.trnone {
	display:none;
}
form#suche {
	margin-bottom: 0px;
}

.rectangle {	height: 48px;	width: 492px;	border-radius: 2px;	background-color: #FFFFFF; border:none;}
.anmelden {color: #FFFFFF;	font-size: 18px; height: 48px;	width: 492px;	font-weight: bold;	line-height: 24px;	text-align: center; padding:0px;}
.formular {	height: 269px;	width: 492px;}


@grid-float-breakpoint: 100px;
/*
.rectangle-3 {	height: 48px;	width: 200px;	border-radius: 2px;	background-color: #6091BA; border:none; margin-top: 50px;}*/

th {
	height: 17px;		color: #2F506C;		font-size: 12px;	font-weight: 600;	line-height: 1 !important;
	border-bottom: 1px solid #E2E1E6;
}



td {
	/*height: 57px;*/    height: auto;		color: #444444;	font-size: 14px;	line-height: 19px;
}

/*.liste-der-anstehende {
	height: 57px;
	width: 353px;
	color: #444444;
	font-size: 24px;
	line-height: 33px;
}*/

.table {
	margin-bottom: 0px;
}

.rectangle-40 {	height: 29.17px;	width: 230px;	background-color: #F9F9F9;	box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.13);}

.username {
            color: #6E6E6E;
            font-family: "Open Sans";
            font-size: 18px;
            line-height: 24px;
}

.headline {
	color: #444444;		font-size: 24px;	line-height: 33px; /*padding-left: 48px;*/
}

.headlineAuftragBearbeiten {
		height: 57px;	color: #444444;		font-size: 24px;	line-height: 33px; 
}

 .firmenname {
		height: 43px;
		color: #444444;
		font-size: 18px;
		font-weight: 600;
		line-height: 16px;
		margin-top: 34px;
		/*padding-left:48px;*/
}

.anschrift, .auftragstext, .maschine,.ansprechpartner, .artikel{
		
		color: #444444;
		font-size: 18px;
		font-weight: 600;
		line-height: 16px;
		margin-top: 15px;
		/*padding-left: 48px;*/
}

.anschrift {
	padding-left:0px;
	margin-top: 30px;
}

.anschrift div{
	/*display:inline-table;*/
	
	
}

.mapsLink {
	width:48px;
	margin-top:20px;
	
	
}

.maschine {
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 28px;
	min-height: 58px;
	margin-top: 40px;
}

.auftragstext {
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 24px;
	margin-top: 40px;
}

.firmenname label, .anschrift label, .auftragstext label, .maschine label, .ansprechpartner label,.artikel label {
		height: 17px;	width: 78px;		font-size: 12px;	font-weight: 600;	line-height: 17px; color: #2F506C;
}

div.fakturaWGArtNr {
margin-right: 5px;
width: 8em;
}

pre {background-color: transparent;
border: none;}

.arbeitszeit-erfassen {outline: none; border-radius: 2px;	background-color: #6E6E6E;	height: 40px;	width: 253px;	font-size: 18px;	font-weight: 600;	line-height: 24px;	text-align: center;}
.auftrag-abschliessen {	height: 40px;	width: 253px;	color: #FFFFFF;		font-size: 18px;	font-weight: 600;	line-height: 24px;	text-align: center;	border-radius: 2px;	background-color: #2F506C;}
.auftrag-bearbeiten {	height: 40px;	width: 253px;	color: #FFFFFF;		font-size: 18px;	font-weight: 600;	line-height: 24px;	text-align: center; border-radius: 2px;	background-color: #6091BA;}

.buttons {
	margin-top: 20px;
	text-align: right;
}

.buttonsUnterschreiben {
/*	margin-top: 530px;
	text-align: right;*/
}

.buttons button, .buttons form {
	display: inline-block;
}

.datum, .uhrzeit {
	display: inline-block;
}

.inner-wrap {
	margin-bottom: 91px;
}

.artikelEdit {
	padding-right: 25px;
}
.uhrzeit label, .datum label, .anschriftEdit label, .kundenname label, .auftragstextEdit label,
.maschineEdit label, .ansprechpartnerEdit label, .artikelEdit label
{
	display: block; 
	/*height: 17px;	*/
	/*font-size: 9px;	*/
	font-weight: 600;	
	line-height: 17px; 
	color: #2F506C;
}

.name-wrap .anrede {
	width: 100% !important;
	margin-left: 0 !important;
}

.kundenDetails--max .name-wrap .col-md-12 > :nth-child(even) {
	float: left !important;
}
.kundenDetails--max .name-wrap .col-md-12 > :nth-child(odd) {
	margin-left: 20px;
}

/*
.uhrzeit input, .datum input, .anschriftEdit input, .kundenname input, .auftragstextEdit input,
.maschineEdit input, .ansprechpartnerEdit input, .artikelEdit input {
		color: #444444;font-size: 18px;	font-weight: 600;	line-height: 16px;
}*/

.uhrzeit .has-float-label {
	width: 50px;
	float: left;
}

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

.uhrzeit {
	position: relative;
}

.uhrzeit .form-group:first-of-type > input {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.uhrzeit .form-group:last-of-type > input {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.uhrzeit-separator {
	position: absolute;
	left: 50%;
    top: 50%;
    margin-left: -58px;
    margin-top: -7px;
}

.uhrzeit , .datum , .anschriftEdit , .kundenname , .auftragstextEdit ,
.maschineEdit , .ansprechpartnerEdit , .artikelEdit  {
	/*margin-top: 5px;*/
}

.datum {
	float:left;
	padding: 6px 3px;
	width: 48%;
}

.uhrzeit {
	float: left;
	padding: 6px 3px;
	margin-left: 5px;
}

.uhrzeit input {
	/*width: 110px;*/
}

.datum input {
	/*width: 148px;*/
}

.ansprechpartnerEdit #nameholen {
	/*width: 389px;*/
}

.ansprechpartnerEdit #telholen {
	/*width: 380px;*/
	/*margin-left: 5px;*/
}

/*.rectangleEdit {
	height: 48px;	border: 1px solid #E2E1E6;	border-radius: 2px;}*/

/*.anschriftEdit #strasse {
	width: 380px;
	}*/

/*.anschriftEdit #plz {
	width: 110px;
	margin-left: 5px;
}*/
/*
.anschriftEdit #stadt {
	width: 274px;
	margin-left: 5px;
}*/

/*.auftragstextEdit textArea {
	width: 777px;
	height: 103px;
}*/

div.zeile div, div.zeile a {
	/*display: inline-block;*/
	
}

div.zeile {
	margin-bottom: 6px;
}

div.zeile a {
	font-size: 30px;
	vertical-align: middle;
	margin-left: 80px;
	color: #444444;
}

div.zeile div.fakturaWARENGRUPP input {
	width: 63px;
	text-align: center;
	height: 48px;
	
}

div.zeile div.fakturaART_NUMMER input {
	width: 290px;
	margin-left:8px;
	height: 48px;
}

div.zeile div.fakturaART_BEZ1 input {
	width: 310px;
	margin-left:8px;
	height: 48px;
}

div.zeile div.fakturaMENGE input {
	width: 89px;
	margin-left:8px;
	height: 48px;
}

.fakturaAbbrechen {outline: none; height: 40px;	width: 253px;	color: #FFFFFF;		font-size: 18px;	font-weight: 600;	line-height: 24px;	text-align: center; border-radius:2px;}
.fakturaAuftragSpeichern {	height: 40px;	width: 253px;	color: #FFFFFF;		font-size: 18px;	font-weight: 600;	line-height: 24px;	text-align: center;	border-radius: 2px;	background-color: #6091BA;}

.fakturabuttons {
	text-align: right;
	width: 777px;
}

.modalAbschl {
	background-color: #6091BA;
	width: 300px;
	border-bottom: none;
	padding: 10px;
	margin: auto;
	border-radius: 1px;
	border:none;
	color:white;
}

#sernoArtNr {
	font-weight: normal;
}

#sernoVal {
	margin-top: 7px;
}

#NAMEBESITZER, #KUNDEN_NR, #ALT_NAME, #K_VORNR {
	cursor: pointer;
}

 button.absButton {
	display: block;
	outline: none;
	border-radius: 2px;
	background-color: #2F506C;
	height: 40px;
	width: 253px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	margin-left:auto;
	margin-right: auto;
	border:none;
	margin-top:2px;
	margin-bottom: 2px;
}

button.absButtonInakt {

	background-color: grey;
	
} 

.kreis {
	width: 86px;
	height: 86px;
	border-radius: 43px;
	background-color: #9B9B9B;
	margin-left: auto;
	margin-right: auto;
}



.umkreis {
	display: inline-block;
	/*margin-left:120px;*/
	color: #2F506C;	font-size: 18px;
	font-weight: 600;
	flex: 1;
}

.erster{
	margin-left: 0px;
}

.kreis div {
	font-size: 48px;
	width: 100%;
	height: 48px;
	text-align: center;
	padding-top:8px;
	color: #fff;
}

.kreise {
	/*width:891px;*/
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

#scrolltable tr {
	min-heigt: 57px;
}

.fakturaMENGE {
	width: 30px;
	margin-left: 20px;
}

.fakturaMaschineEdit {
	width: 777px;
}

input.rectangleEdit.maschineEdit {
	width: 300px;
}

div.kreis.kreisAktiv {
		background-color: #2F506C;
		color:  #FFFFFF;
}
.m-signature-pad {
position:absolute; 
font-size: 10px;
width: 800px;
height: 400px;
top:500px;
left: initial;
margin-left: auto;
margin-right: auto;
border: 1px solid #e8e8e8;
background-color: #fff;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
border-radius: 4px;}

.deleteLink {
	font-size: 24px;
}

.stammdaten{
	/*float:left;*/
	/*max-width: 50%;*/
}

.zeitErfassen {
	
}

.stammFeld {
		color: #444444;
		font-size: 18px;
		font-weight: 600;
		line-height: 16px;
		
}

.stammFeldTop {
		color: #444444;
		font-size: 18px;
		font-weight: 600;
		line-height: 16px;
		
}

div.K_NUMMER.stammFeldTop {
	float: left;
}

.stammFeld label, .form-group label, .row label {
		height: 17px;	font-size: 12px;	font-weight: 600;	line-height: 17px; color: #2F506C;
}

div.inlineBlock {
	display: inline-block;
}

.row {
	margin: 3px 0 0;
}

/*.row:first-of-type {
	margin-top:34px;
}*/

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
	clear:both;
}

.maschinenDetails--edit .NAMEBESITZER {
	margin-left: 0 !important;
}
.maschinenDetails--edit .KD.NR {
	margin-left: 20px !important;
}
.maschinenDetails--edit .S {
	width: 100% !important;
}
.maschinenDetails--edit .MATYP {
	margin-top: 30px;
}
.maschinenDetails--edit .MATYP label {
	display: block;
}


.maschinenDetails .S label {
	display: none;
}

.maschinenDetails--edit .S label {
	display: inline-block;
}

.maschinenDetails .form-group {
    width: calc(50% - 10px);
    float: left;
}

.maschinenDetails .col-md-12 > .form-group:nth-child(2n) {
	margin-left: 20px;
}

.maschinenDetails .hasDatepicker {
	width: 100%;
}

.maschinenDetails--edit .S {
	width: 100%;
	margin-left: 0 !important;
}

.maschinenDetails .stammHeader {
	display: block;
}

#resetLink {
	display: none;
	cursor: pointer;
}


#Kontakte > div > div[class^='tel'] {
	margin-bottom: 30px;
}

input#ADRESS_VORNAME.form-control-inline {
	margin-top: 16px;
}

.azReminder {
	position: absolute;
	right: 88px;
	top: 50%;
	transform: translateY(-50%);
	/*border: 0;
	background: 0;*/
	outline: 0;
	cursor: pointer;
	z-index: 1200;
}

.azReminder img {
	height: 40px;
	width: 40px;
	margin-right: 10px;
	animation-duration: 2s;
}

.azReminder .aztext {
	color: white;
	font-size: 14px;
	display: inline-block;
	padding: 20px;
}

.gicon {
	display: none;
}

.giconKunden5 {
    display: block;
}

.col-md-6 {
    padding: 0 !important;
}

.table > .list .item {
    min-height: 42px;
}

.list-ie > tr > td {
    float: none;
}

.list-ie > tr {
    height: 72px;
}

.heading {
    height: auto;
    color: #444444;
    margin-bottom: 40px !important;
    padding-left: 0;
}

.heading > .col-md-4 {
    text-align: right;
}

.headline {
    padding-left: 0;
}

.headline > h1 {
    margin: 0;
    padding-left: 0;
    font-size: 24px;
    line-height: 33px;
}

.headline_sub {
    color: #6E6E6E;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 24px;
}

.buttons-wrap {
	position: fixed;
    bottom: 0;
	margin: 0;
	left: 50%;
	transform: translateX(-50%) translate3d(0,0,0);
	width: 100%;
	padding: 0 15px;
	box-shadow: 0px 10px 12px 3px black;
	background-color: white;
}

.buttons {
    padding-bottom: 34px;
    padding-top: 17px;
	width: 780px;
}

.buttons:after {
    content: " ";
    display: block;
    clear: both;
}

.maschinenDetails .sideOffset {
	display: none;
}

.maschinenDetails--edit .sideOffset-NEU_NAME,
.maschinenDetails--edit .sideOffset-ALT_NAME {
	display: block;
}

.sideOffset {
    position: relative;
}

.sideOffset-NEU_NAME, 
.sideOffset-ALT_NAME {
	bottom: 20;
}

.sideOffset-kontakt {
	display: none;
}

.kontakt .sideOffset-kontakt {
	display: block;
}

.kontakt .sideOffset {
    position: static;
}

.giconKunden5 {
	display: none;
}

.sideOffset > * {
    cursor: pointer;
    position: absolute;
    left: -50px;
    top: 25px;
}

.kontakt .sideOffset > * {
	top: 15px;
}

.sideOffset-article > * {
    top: 0px;
}

.kundenDetails {
    margin-bottom: 90px;
}

.kundenDetails .Suchname {
	width: 100% !important;
}

.kundenDetails--min .col-md-12 > * {
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

.kundenDetails--min .col-md-12 > *:last-of-type {
	margin-bottom: 0 !important;
}

/* Column restyling */
.col-md-12 {
    padding-left: 0 !important;
}

.col-sm-6, .col-xs-12 {
	padding: 0;
}

.fixed-header-caption {
    z-index: 1;
    background-color: white;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    top: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.separator {
	width: 80%;
	height: 0;
	border-bottom: 1px solid #6091BA;
	margin: 0px auto 15px;
}

.menu_title:hover > .hamburger {
	opacity: .8;
}

.az-is-active > a:after {
	content: " ";
    display: block;
    border-radius: 50%;
    border: 3px dotted black;
    height: 100px;
    position: absolute;
    top: 0px;
    width: 100px;
    animation: rotate 15s linear infinite;
}

.hamburger {
	font-size: 30px;
    position: fixed;
    top: 20px;
	right: 0;
    z-index: 600;
	padding: 20px !important;
	z-index: 99999999 !important;
}

.hamburger-box {
	transform: scale(.9);
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
	background-color: #fff !important;
	border-radius: 0 !important;
}

.auftragwrapper .row > .col-md-12 > div:not(.m_auftrag) {
	float: left;
	width: calc((100% / 2) - 10px);
}
.auftragwrapper .row > .col-md-12 > :nth-child(even) {
	margin-right: 10px;
}

.auftragwrapper .f_fabr , .auftragwrapper .f_gerart , .auftragwrapper .f_gertyp {
	width: calc((100% / 3) - 10px) !important;
	float: left;
}

.auftragwrapper .f_gerart,
.auftragwrapper .f_fabr {
	margin-right: 10px;
}

.auftragwrapper .anschriftEdit .plz {
	width: calc(20% - 10px) !important;
	
}

.auftragwrapper .anschriftEdit .strasse {
	width: calc(30% - 10px) !important;
	margin-right: 10px;
}

.auftragwrapper .anschriftEdit .ort {
	width: calc(50% - 10px) !important;
	margin: 0 !important;
}

/* Kunden Details edit */

/*.kundenDetailsEdit select, .kundenDetailsEdit input, .kundenDetails input {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}*/

.kundenDetailsEdit .form-group {
	margin-bottom: 10px !important;
	width: calc(50% - 10px);
	float: left;
}

/*.kundenDetailsEdit #valueAnrede {
	width: calc(50% - 10px);
}*/

/*.kundenDetailsEdit .nachname,
.kundenDetailsEdit .nachname2,
.kundenDetailsEdit .nachname3,
.kundenDetailsEdit .vorname,
.kundenDetails .nachname,
.kundenDetails .nachname2,
.kundenDetails .nachname3,
.kundenDetails .vorname,
.kundenDetailsEdit .tel,
.kundenDetailsEdit .mobil,
.kundenDetailsEdit .privat, 
.kundenDetailsEdit .isdnnr,
.kundenDetailsEdit .email, 
.kundenDetailsEdit .web,
.kundenDetailsEdit .fax,
.kundenDetailsEdit .telefon,
.kundenDetailsEdit .adress_left
{
	width: calc(50% - 10px);
	float: left;
}

.kundenDetailsEdit #value\@webGetKundenAdressen\(K_NUMMER\,0\,_user\),
.kundenDetailsEdit .valueAbteilung,
.kundenDetailsEdit .valueEmail,
.kundenDetailsEdit .adress_right,
.kundenDetailsEdit #valueadressKontakte {
	float: right;
	width: calc(50% - 10px);
}*/

.kundenDetailsNew .Kontakte-wrap .col-md-12 > div {
	width: 100% !important;
}

.kundenDetails .col-md-12 > :nth-child(odd) {
	float: left;
	width: calc(50% - 10px);
}

.kundenDetails .col-md-12 > :nth-child(even) {
	float: right;
	width: calc(50% - 10px);
}



.kundenDetailsNew .adressKontakte {
	margin-top: 30px !important;
}

.kundenDetailsEdit #value\@webGetKundenAdressen\(K_NUMMER\,0\,_user\) .form-group {
	margin: 0 !important;
}

.kundenDetailsEdit #value\@webGetKundenAdressen\(K_NUMMER\,0\,_user\),
.kundenDetailsEdit .valueFunktion,
.kundenDetailsEdit .valueAbteilung
{
	margin-bottom: 10px;
}

/* Kunden Details edit kontakte */

.kundenDetailsEdit .kontakt > :nth-child(even) {
	float: right;
	width: calc(50% - 10px);
}

.kundenDetailsEdit .kontakt > :nth-child(odd) {
	width: calc(50% - 10px);
	float: left;
}

.kundenDetailsEdit .kontakt:after {
	content: " ";
	display: block;
	margin-top: 20px;
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
}

/*--*/

.kundenDetailsEdit .kontakt input {
	float: none !important;
}

.kundenDetailsEdit .fax {
	margin-right: 50%;
}

.kundenDetailsEdit .valueKurzname {
	margin-top: -10px !important;
    margin-bottom: 10px !important;
}

.kundenDetailsEdit label:not(.stammHeader):not(.placeholder) {
	display: none;
}

.kundenDetails--min .stammHeaderKunden8 {
	display: block;
}

.kundenDetails--max .stammHeaderKunden6 {
	margin-bottom: 5px;
}

.kundenDetailsEdit .stammHeaderKunden8, 
.kundenDetailsEdit .stammHeaderKunden10 {
	display: block;
}

.placeholder {
	pointer-events: none;
	color: #636c72 !important;
}

.col-md-12 {
	position: relative;
}

.kundenDetailsEdit .lieferanschrift-wrap .col-md-12 > :nth-child(odd),
.kundenDetails .lieferanschrift-wrap .col-md-12 > :nth-child(odd) {
	float: left;
	width: calc(50% - 10px);
}

.kundenDetailsEdit .lieferanschrift-wrap .col-md-12 > :nth-child(even),
.kundenDetails .lieferanschrift-wrap .col-md-12 > :nth-child(even) {
	float: right;
	width: calc(50% - 10px);
}


.kundenDetailsEdit #plz, .kundenDetails #plz {
	float: left !important;
	width: calc(20%) !important;
}
.kundenDetailsEdit #ort, .kundenDetails #ort {
	float: left !important;
	width: calc(80% - 10px) !important;
	margin-left: 10px !important;
}
.kundenDetailsEdit #ort + label, .kundenDetails #ort + label {
	margin-left: 89px;
}
.kundenDetailsEdit #valueplz-ort .form-group:first-of-type {
	margin-top: -10px;
}

.kundenDetailsEdit .K_NUMMER,
.kundenDetailsEdit .ortsteil {
	display: none;
}

.kundenDetailsEdit .anrede,
.kundenDetailsEdit .suchname {
	width: 100%;
}

.col-md-12:after {
    content: " ";
    clear: both;
    display: block;
}

/*.kundenDetailsEdit .vorname:not(input),
.kundenDetailsEdit .nachname3:not(input),
.kundenDetails .vorname:not(input),
.kundenDetails .nachname3:not(input),
.kundenDetailsEdit .mobil:not(input),
.kundenDetailsEdit .isdnnr:not(input),
.kundenDetailsEdit .web:not(input),
.kundenDetailsEdit .adressKontakte > :nth-child(2n) {
	margin-left: 10px;
}*/

.kundenDetailsEdit .adressKontakte > div,
.kundenDetailsNew .adressKontakte > div {
    width: calc(50% - 10px);
    float: left;
}

.kundenDetailsEdit .adressKontakte > :nth-child(2n),
.kundenDetailsNew .adressKontakte > :nth-child(2n) {
    margin-left: 20px;
}

.kundenDetailsEdit .web:not(input),.kundenDetailsEdit .col-md-12 > :nth-child(2n):not(.suchname):not(.email) {
	margin-left: 20px;
}

.kundenDetails .plz-ort {
	margin-bottom: 10px;
}

.kundenDetailsEdit .land select {
    height: 49px !important;
}

.kundenDetailsEdit--max .nachname {
	margin-left: 0 !important;
	margin-right: 20px;
}

.kundenDetailsNew .nachname2 {
	margin-left: 0 !important;
}

.kundenDetailsNew .nachname3:not(.form-control) {
	margin-left: 20px !important;
}

.kundenDetailsEdit--max .anrede,
.kundenDetailsEdit--min .anrede {
	top: -80px;
}

.kundenDetails--max .suchname + .form-group {
	margin-left: 0 !important;
}

.kundenDetails--min .suchname {
	margin-top: 10px;
	margin-bottom: 10px;
}

.kundenDetailsEdit--min .suchname {
	position: static;
}

.kundenDetailsEdit--min .Nachname {
	margin-left: 0px !important;
	margin-right: 20px;
}

.kundenDetails label:not(.stammHeader) {
	display: none;
}

.has-float-label label {
	display: block !important;
}

.kundenDetails .giconKunden6 {
	display: block;
}

.kundenDetails--min .giconKunden8 {
	display: none;
}

.kundenDetails--min .giconKunden7 {
	display: block;
}

.kundenDetails .giconKunden8 > a {
	transform: translateY(-50%);
}

.Kontakte-wrap > .kontakt {
	display: block;
	margin-top: 30px;
}

.kontakte-wrap :first-child {
	margin-top: 0px;
}

.kundenDetailsEdit .kontakt:first-of-type {
	margin-top: 0;
}

.kundenDetails .Kontakte-wrap label {
	display: block;
}

.kundenDetails .kontakt > :nth-child(odd) {
	float: left;
	width: calc(50% - 10px);
	margin-bottom: 10px;
	height: 35px;
}

.kundenDetails .kontakt > :nth-child(even) {
	float: right;
	width: calc(50% - 10px);
	margin-bottom: 10px;
	height: 35px;
}

.kundenDetails .kontakt > :last-child {
	margin-bottom: 40px;
}

.kundenDetails > form > div > .row:not(:first-child) {
	margin-top: 20px;
}

.kundenDetails--min .kontakt-wrap > :nth-child(2) {
	float: left;
	margin-right: 8px;
	width: 50%;
}

.kundenDetails .Kommunikation-wrap .col-md-12 > :nth-child(odd) {
	float: left;
	width: calc(50% - 10px);
}

.kundenDetails .Kommunikation-wrap .col-md-12 > :nth-child(even) {
	float: right;
	width: calc(50% - 10px);
}


/* Seperator */
/*.kundenDetails .kontakt > :last-child :after {
	width: 100%;
    height: 1px;
    background: rgba(0,0,0,.2);
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}*/

.artikel-table {
	width: 100% !important;
}

.artikel-table-row {
	width: 100% !important;
	position: relative;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
}

.artikel-table-row > .form-group {
	margin-right: 10px;
}

.artikel-table-row > .form-group:nth-of-type(1) {
	flex: .7;
}
.artikel-table-row > .form-group:nth-of-type(2) {
	flex: 2.5;
}
.artikel-table-row > .form-group:nth-of-type(3) {
	flex: 3;
}
.artikel-table-row > .form-group:nth-of-type(4) {
	flex: 1;
}
.artikel-table-row > .form-group:nth-of-type(5) {
	flex: 1;
}
.artikel-table-row > .form-group:nth-of-type(6) {
	flex: 1;
}

.list-katalog .btn-load-wrap {
    width: 100% !important;
}

.list-katalog th:nth-of-type(1):not(.btn-load-wrap) {
    width: 8% !important;
}
.list-katalog td:nth-of-type(1) {
    width: 10.5%;
}

td.FAKTURA_serno {
    border: 0 !important;
}

.list-katalog th:nth-of-type(2) {
    width: 25% !important;
}
.list-katalog td:nth-of-type(2) {
    width: 32.5% !important;
}

.list-katalog th:nth-of-type(3) {
    width: 23% !important;
}
.list-katalog td:nth-of-type(3) {
    width: 30% !important;
}

.list-katalog th:nth-of-type(4) {
    width: 12% !important;
}
.list-katalog td:nth-of-type(4) {
    width: 15.5% !important;
}

.list-katalog th:nth-of-type(5) {
    width: 10% !important;
}
.list-katalog td:nth-of-type(5) {
    width: 11.3% !important;
}

.list-katalog th:nth-of-type(6) {
    width: 12% !important;
}
.list-katalog td:nth-of-type(6) {
    width: 11.5% !important;
}


.artikeledit_absenden table td:nth-of-type(1), .artikeledit_absenden table th:nth-of-type(1) {
    width: 6%;
}
.artikeledit_absenden table td:nth-of-type(2), .artikeledit_absenden table th:nth-of-type(2) {
    width: 25%;
}
.artikeledit_absenden table td:nth-of-type(3), .artikeledit_absenden table th:nth-of-type(3) {
    width: 25%;
}
.artikeledit_absenden table td:nth-of-type(4), .artikeledit_absenden table th:nth-of-type(4) {
    width: 15%;
}
.artikeledit_absenden table td:nth-of-type(5), .artikeledit_absenden table th:nth-of-type(5) {
    width: 15%;
}
.artikeledit_absenden table td:nth-of-type(6), .artikeledit_absenden table th:nth-of-type(6) {
    width: 14%;
}

.deleteLink {
	width: auto !important;
}

.artikel-table-row .start-article-search {
	position: absolute;
	top: 8px;
	left: -50px;
	cursor: pointer;
}

/*.artikel-table-row:first-of-type > * {
	float: left;
	width: calc((100% /3) - 10px);
}*/

.artikel-table-row:after {
	clear: both;
	content: " ";
	display: block;
}

.artikel-table-row .deleteLink {
	position: absolute;
	padding: 23px 0;
	left: -50px;
	cursor: pointer;
}

/* Modal */

#saveChangesModal, #errorMaschStatusModal {
	visibility: visible !important;
	width: auto;
}

.modal-content {
	padding: 22px !important;
}

.modal-content .suchbox {
	position: absolute;
	top: 18px;
	right: 100px;
}

#datepickerModal .modal-content {
	border: 0;
	padding: 0 !important;
}

#datepickerOpener {
	float: left;
    padding: 8px 11px;
    cursor: pointer;
	border: 1px solid #d8d8d8;
	border-left: 0;
	transition: all .5s;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#datepickerOpener:hover {
	background-color: rgba(84,126,161,.3);
}

.modal-content .header-fixed > tbody {
    max-height: 48vh !important;
}

.modal-content *:not(input):not(.placeholder) {
    color: white !important;
}

.modal-content .btn__wide {
    background-color: #6091ba !important;
    color: white !important;
}

/* Überschriften */
h1 {
    margin: 0;
    padding-left: 0;
    font-size: 24px;
    line-height: 33px;
}

h2 {
    color: #6E6E6E;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

h3 {
    color: #2F506C;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

h4 {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #2F506C;
    margin: 0;
	margin-bottom: 5px;
}

h5 {
    font-size: 10px;
    font-weight: 600;
    line-height: 17px;
    color: #2F506C;
    margin: 0;
	margin-bottom: 5px;
}

@media(max-height: 525px) {
	.logout_wrapper_navbar  {
		position: static !important;
	}
}

/* Scrollbar */
::-webkit-scrollbar {
	width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
	width: 12px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background-color: #e5e5e5;
	width: 12px;
}

@media( max-width: 990px ) {
    .suchbox > input {
        width: 92% !important;
    }
	.modal-content .suchbox > input {
		width: 220px !important;
	}
    .suchbox {
        padding: 0 !important;
        float: none !important;
    }
    .suchbox > search {
        padding: 0 !important;
		height: 100%;
    }
    .heading {
        margin-top: 0 !important;
        text-align: center !important;
    }
    .buttons {
        width: 720px !important;
    }
    .firmenname {
        margin-top: 0;
    }
	.reset_link_img {
		right: 57px !important;
	}
	.c-box {
		width: calc(33% - 10px) !important;
	}
}

@media( max-width: 768px ) {
    .table > .list .item {
        min-height: 0 !important;
    }

    .buttons {
        width: 100% !important;
        -padding-left: 15px;
        -padding-right: 15px;
    }

    .buttons > .btn:first-child, .buttons > .btn:nth-child(2) {
        margin-bottom: 2px;
    }
	
	.modal.in.modal-big .modal-content {
		width: 100%;
	}

    .btn {
        width: 100% !important;
    }

    .row + .kundenDetails {
        margin-bottom: 80px;
    }

    .sideOffset {
        position: static;
        float: left;
        margin-right: 10px;
    }

    .sideOffset > * {
        position: static;
    }

    .sideOffset-article + h3 {
        float: left;
    }

    .sideOffset-adress {
        margin-top: -10px;
    }

	.inner-wrap {
		margin-bottom: 200px;
	}

    .content_wrapper .container {
        margin-bottom: 180px !important;
    }

	.buttons-wrap {
		left: 0px;
		transform: none;
		width: 100%;
	}

	.btn-search {
		width: 40px !important;
	}

	.btn {
		margin-bottom: 5px !important;
	}
}
/*
@media(max-width: 1366px) {
	#artikelListe thead tr :nth-child(4),
	#artikelListe tbody tr :nth-child(4) {
		width: 30% !important;
	}
}
*/
/* Tables */

thead, tbody tr {
	display: table;
	table-layout: fixed;
	width: 100%;
}

thead {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

tbody {
	display: block;
}

.table-list tbody, .modal-content tbody {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: calc(103vh - 400px);
	
}

.table-list tbody {
	height: calc(103vh - 420px);
}

tbody td {
	display: block;
    width: 20%;
    float: left;
	height: 53px;
	overflow: hidden;
}

td, th {
	word-wrap: break-word;
}

.table-list tbody td {
	height: 72px;
    overflow: hidden;
}

.table-article thead {
	width: 100%;
}

.table-article th {
	border-right: 0 !important;
}

.table-article th, .table-article td {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.table-article tbody tr :first-child,
.table-article thead tr :first-child {
	width: 5%;
}

.table-article tbody tr :nth-child(2),
.table-article thead tr :nth-child(2) {
	width: 30%;
}

.table-article tbody tr :nth-child(3),
.table-article thead tr :nth-child(3) {
	width: 35%;
}

.table-article tbody tr :nth-child(4),
.table-article thead tr :nth-child(4),
.table-article tbody tr :nth-child(5),
.table-article thead tr :nth-child(5),
.table-article tbody tr :nth-child(6),
.table-article thead tr :nth-child(6){
	width: 10%;
}

.ui-datepicker {
	padding: 20px;
	transition: all .3s;
	height: 400px !important;
	border: 1px solid #6091BA !important;
}

.ui-datepicker-hidden {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
}

.ui-datepicker-hidden-wrap {
	position: absolute;
	width: 85%;
	height: 65%;
	display: none;
	transition: height .5s;
	top: 120px;
	left: 7.5%;
	overflow: hidden;
	background-color: #6091BA;
	z-index: 2000;
}

.ui-datepicker-title > span:not(.ui-datepicker-disabled) {
	padding: 5px 10px;
	background: rgba(90, 126, 156, .5);
	cursor: pointer;
	transition: all .3s;
}

.ui-datepicker-hidden {
	pointer-events: none;
	width: 100%;
	display: none;
}

.ui-datepicker-hidden-helper {
	position: absolute;
	bottom: 10px;
	right: 50%;
}

.ui-datepicker-hidden-helper img {
	transform: rotate(90deg);
}

.ui-datepicker-calendar > tbody {
	height: auto !important;
}

.datepicker-hidden-active {
	display: flex !important;
}

.ui-datepicker-title > span:hover:not(.ui-datepicker-disabled) {
	background: #436887;
}

.ui-datepicker-hidden > .ui-datepicker-hidden-option {
	flex: 1;
	padding: 10px 15px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	pointer-events: all;
}

.ui-datepicker-hidden-option:hover {
	background-color: #436887;
}

.hasDatepicker {
	width: 400px;
	margin: auto;
	overflow: hidden;
}

.close-datepicker {
	position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: 0;
}

.ui-datepicker {
	transform: none !important;
	position: static !important;
	padding-top: 80px;
}

.ui-datepicker-calendar tbody td {
	float: none;
	width: auto;
	display: table-cell;
}

.ui-datepicker-calendar thead {
	width: 100% !important;
	border: 0;
}

.ui-datepicker-header {
	margin-bottom: 10px !important;
}

.ui-datepicker-calendar th > span {
	text-transform: uppercase;
	color: #D8D8D8 !important;
	font-size: 15px;
	font-weight: normal;
}

.ui-datepicker-calendar tbody,
.ui-datepicker-calendar thead {
	display: table;

}

/*
.table-list tbody tr:last-of-type td {
	display: block;
	position: absolute;
	width: 100%;
	border: 0;
	padding: 8px 0px;
}*/

.modal:not(.modal-big) {
	width: auto !important;
	visibility: visible;
}

.modal-zeiterfassung {
	width: auto !important;
	visibility: visible !important;
}

.FAKTURA_serno {
	position: absolute;
	right: 0;
	overflow: visible;
	padding: 2 !important;
}

.FAKTuRA_serno > .serNoLink {
	width: 49px !important;
}

#serNoMessage .caption {
	font-weight: bold;
	font-size: 17.28px;
}

.modal_content_inner_header {
	margin-bottom: 25px;
}

.modal .btn-load-wrap {
	background: transparent;
}

.modal .btn-load-wrap:hover {
	background: #6091BA;
}

.btn-load-wrap {
	display: block;
	width: 100% !important;
	border: 0;
	padding: 8px 0px;
	background: white;
	border: 0 !important;
}

.btn-load-wrap > {
	background: inherit;
}
/*
.table-list tbody tr:last-of-type {
	background: none !important;
	display: block;
	margin-top: 20px;
	position: relative;
}
*/
.table-hover > tbody > tr:hover {
	cursor: pointer;
	background: #76a4cc;
}


tbody {
	outline: none;
}

.list-auftrag .table-list thead tr > :first-child, .list-auftrag .table-list tbody tr:not(.tr-load) > :first-child {
    width: 110px;
}

/* 2 column Table */
.table-2 td {
	width: 50%;
}

/* 3 column Table */
.table-3 td {
	width: 33%;
}

/* 4 column Table */
.table-4 td {
	width: 25%;
}

/* 6 column Table */
.table-6 th,
.table-6 td {
	width: 16.6%;
}

.table-6.table-kunde th,
.table-6.table-kunde td {
	width: calc(16.6% + (6.6% / 5));
}

.table-6.table-kunde thead {
	width: calc(100% - 14px);
}

.table-6.table-kunde .kundenPLZ {
	width: 10%;
}

.table-5.table-kunde th,
.table-5.table-kunde td {
	width: calc(20% + (10% / 4));
}

.table-5.table-kunde thead {
	width: calc(100% - 14px);
}

.table-5.table-kunde .kundenPLZ {
	width: 10%;
}
/*
.table-6.table-kunde thead tr > *,
.table-6.table-kunde tbody tr > * {
	width: calc(15% + (20% / 6));
}

.table-6.table-kunde .kundenPLZ,
.table-6.table-kunde tbody tr >:nth-child(4) {
	width: 10% !important;
}

.table-5.table-kunde thead th >:nth-child(3),
.table-5.table-kunde tbody tr >:nth-child(3) {
	width: calc(100% / 6 - (15px * 4));
}*/

.table-flex tbody tr {
	display: flex;
}

/* 7 column Table */

.table-7 td,.table-7 th {
	width: 14.2%;
}

/* 10 column Table */

.table-10 td {
	width: calc(100% / 10);
}

td {
    border-bottom: 0px !important;
}

tbody > tr {
    border-bottom: 1px solid #ddd;
}

.table-10 thead > tr,
.table-11 thead > tr {
	border-bottom: 1px solid #ddd;
}

/* 11 column Table */

.table-11 td {
	width: calc(100% / 11);
}

#alleDetails tr :nth-child(1) { width: 45px; }
#alleDetails tr :nth-child(2) { width: 15%; }
#alleDetails tr :nth-child(3) { width: 22%; }
#alleDetails tr :nth-child(4) { width: 8%; }
#alleDetails tr :nth-child(5) { width: 8%; }
#alleDetails tr :nth-child(6) { width: 6%; }
#alleDetails tr :nth-child(7) { width: 6%; }
#alleDetails tr :nth-child(8) { width: 6%; }
#alleDetails tr :nth-child(9) { width: 6%; }
#alleDetails tr :nth-child(10) { width: 6%; }
#alleDetails tr :nth-child(11) { width: 11%; }

/* Modal Tables Kunden */

/* Buttons */
#nachladenBtn {
	width: 100% !important;
}

#nachladen {
	outline: none;
}

.buttons .btn {
    width: calc((100% - 20px) / 3);
    float: right;
}

.buttons .btn:first-child, .buttons .btn:nth-child(2) {
    margin-left: 10px;
}

.btn {
    height: 40px;
    font-size: 18px;
    width: calc((100% - 20px) / 3);
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 2px;
    color: #FFF;
    transition: all .3s;
	font-weight: 600;
}

.btn:after {
    content: " ";
    clear: both;
}

.btn__wide {
    width: 100% !important;
    background-color: transparent;
    color: #6091BA !important;
}

.btn__wide:hover {
    background-color: #436887;
    color: #FFF !important;
}

.btn__inactive {
    opacity: .2;
    cursor: default;
}

.btn-dunkelblau { background-color: #2F506C; }
.btn-dunkelblau:hover { background-color: #243c52; }
.btn-hellblau { background-color: #6091BA; }
.btn-hellblau:hover { background-color: #547ea1; }
.btn-dunkelgrau { background-color: #444444; }
.btn-dunkelgrau:hover { background-color: #2b2b2b; }
.btn-hellgrau { background-color: #6B6D6F; }
.btn-hellgrau:hover { background-color: #535557; }
.btn-search-active { background-color: #2F506C !important; }
.btn-lg { width: 100%; }
.btn-search {
	width: 40px;
	height: 100%;
	float: right;
	background-color: #D8D8D8;
}

/* Radio Replacement */

.inline-select {
	width: 100%;
	
}

.inline-select-option {
	width: calc((100% / 6) - 5px);
	float: left;
	border: 1px solid #6091BA;
	height: 48px;
	word-wrap: break-word;
	margin-right: 5px;
	text-align: center;
	position: relative;
	transition: .3s all;
	cursor: pointer;
	display: table;
}

.inline-select-option > span {
	display: table-cell;
    vertical-align: middle;
    max-width: 48px;
	word-wrap: break-word;
	font-size: 14px;
}

.inline-select-option:hover {
	background-color: #6091BA;
	color: white;
}

.inline-select-selected {
	background-color: #6091BA;
	color: white;
}

#spin > .spinner {
	position: sticky !important;
	position: -webkit-sticky !important;
}

.select {
		min-width: 700px;
	max-width: 700px;
	max-height: 80vh;
	overflow-y: scroll;
}

.select:after {
	content: "";
	clear: both;
	display: table;
}

.modal_inner_wrapper_zeit {
	max-height: 80vh;
	overflow-y: scroll;
}

.modal_inner_wrapper_zeit > .row,
.select > span {
	margin-top: 10px;
}

.select > span {
	margin-bottom: 10px;
}

.modal_inner_wrapper_zeit .title_label_fake {
	margin-bottom: 10px;
}

.row > .c-box {
	float: left;
	line-height: 57px;
    height: 57px;
}

.c-box:hover {
	background-color: #436887;
}

.c-box {
	width: calc(25% - 10px);
	background-color: rgba(90, 126, 156, .5);
	color: white;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	transition: .5s all;
	float: left;
    line-height: 57px;
    height: 57px; 
}

.c-box--active {
	/* width: calc(100% - 10px); */
	background-color: #436887;
}

.c-box__hidden {
	display: none;
}

.c-box__hidden > .c-box {
	width: calc(100% - 30px);
	margin: auto;
}

.c-box__caption_XZID,
.c-box__caption__xzdescr {
	height: calc(100% / 2);
	line-height: 25px;
}

/* Keyframes */

/* rotate */

@keyframes rotate {
	from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

@keyframes bounce {
	from {
		transform: translateY(0);
			/*rotate(90deg) translateX(-50%);*/
	}
	to {
		transform: translateY(-15px);
			/*rotate(90deg) translateX(-50%);*/
	}
}

/* Select */

select {
	display: none;
}

.isDatepicker .comboBox > input {
	width: calc(100% - 52px) !important;
}

.comboBox > input {
	width: calc(100% - 54px) !important;
	float: left !important;
}

.comboBox > .comboBoxOpener {
	float: left;
    padding: 8px 11px;
    cursor: pointer;
    border: 1px solid #d8d8d8;
    border-left: 0;
    transition: all .5s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.comboBox > .comboBoxOpener:hover {
	background-color: rgba(84,126,161,.3);
}

/**/

@media( max-width: 850px) {
	.modal.in .select {
		width: 510px;
		min-width: 0;
	}
	.c-box {
		width: calc(50% - 10px) !important;
	}
	.deleteLink, .start-article-search {
		float: left !important;
		position: static !important;
	}
	.start-article-search {
		margin-top: 6px;
	}
	.img_link_suche {
		left: 180px !important;
	}
	.f_fabr {
		width: calc((100% / 3) - 56px) !important;
		margin-right: 10px;
	}
}

.ui-autocomplete { position: absolute; cursor: default;z-index:999999 !important;}

#artikelTabelle tr {
	position: relative;
}

td + .serNoLink {
	height: 52px;
	right: -50px;
	padding: 17px;
}

.serNoLink > .tabelle_minus {
	width: auto !important;

}

.serNoLink {
	position: absolute;
	right: -44px;
	padding: 14px;
	cursor: pointer;
	width: 49px;
	height: 49px;
}

.red {
    color: red ;
}

#LagerDatenContent tbody {
    overflow-y: auto;
}

#ModalLagerdaten .modal-content {
    width: 450px;
}

#ModalLagerdaten table {
    margin-top: 25px;
}

.maschinenDetails--edit .form-group > label {
	display:none;
}