.nav-tabs > li > span {
	border: 1px solid transparent;
    line-height: 1.42857;
    margin-right: 2px;
}
.nav-tabs > li > span.bordright {
    /*border: 1px solid transparent;*/
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 2px solid grey;
    /*border-radius: 4px 4px 0 0;*/
}
.nav > li > span {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.selected {
	background-color: #D5BA97;
}
ul.nav {
	margin-top: 20px;
}

/* fillialbestellungen */

/*table.lieferschein th {
	font-weight: bold;
	font-size: 14px;
}

table.lieferschein, table.lieferschein td, table.lieferschein th {
	border: 1px solid black;
}

table.lieferschein td, table.lieferschein th {
	padding: 5px 10px;
}

table.lieferschein {
	margin: 10px 0px;
}*/

#printbutton {
	padding-top:20px;
}

div.lieferschein {
	padding: 10px 0px 20px 0px;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin-right: 50px;
}

div.lieferschein div {
	display: inline-block;
	width: 150px;
	border-bottom: 1px solid black;
}

div.sendrec {
	font-weight: bold;
	font-size: 18px;
}
div.sendrec div {
	font-weight: normal;
	font-size: 14px;
}
div#liefertext {
	display: inline-block;
}
#sender {
	float: left;
}
#receiver {
	margin-top: 20px;
	margin-bottom: 20px;
}

#liefertext {
	padding-left: 130px;
	font-size: 25px;
	font-weight: bold;
	clear: both;
}
#liefertext div {
	font-size: 16px;
	font-weight: normal;
}

.bottomfatborder {
	border-bottom-width: 2px !important;
	border-bottom-color: #000000 !important;
}

.printshow, .displaynone {
	display: none;
}

.bgred {
	background-color: red !important;
}

.bggreen {
	background-color: green !important;
}
.bgorange {
	background-color: orange !important;
}
.bgblue {
	background-color: blue !important;
}
.bglightblue {
	background-color: #0b93d5 !important;
}
.bglightgreen {
	background-color: #aafc27 !important;
}
.bgpurple {
	background-color: purple !important;
}
.nopad {
	padding: 0px !important;
}

.tcaltd {
	text-align: center;
	vertical-align: middle;
	min-width: 27px;
}

.inlineBlock {
	display: inline-block;
}
.tcalhalfwidth {
	display: inline-block;
	width: 50%;
}
.tdfixheight {
	height: 33px;
}
.tcalfullheight {
	/*height: 100%;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

/* zeitverwaltung */
.userholiday {
	background-color: red !important;
}
.pubholiday {
	background-color: green !important;
}
.sunday {
	background-color: orange !important;
}
.nodayofmonth {
	background-color: grey !important;
}
.right {
	text-align: right;
}
.sortimage, .linkimage {
	width: 24px;
	height: 24px;
	cursor: pointer; 
	cursor: hand; 
}
.sortimage.up {
	margin-left: 5px;
}
.sortimage.down {
	margin-right: 5px;
}
.linkimage.mylink {
	margin-right: 5px;
}
.linkimage.unlink {
	margin-left: 5px;
}
.fontsize11 {
	font-size: 11px;
}
img.articlepicture {
	display: block;
	max-width:200px;
	max-height:200px;
	width: auto;
	height: auto;
}
.divArticlePicture {
	position: fixed;
	display:none;
	margin-left: 15px;
}
.articlePictureHover {
	display: inline-block;
	padding: 5px;
}

.reporting .month tbody td:last-child, .reporting .day tbody td:last-child {
	text-align: right;
}
.reporting .horizontal .month td {
	min-width: 70px;
}
.reporting .horizontal .day td {
	min-width: 50px;
}
.reporting .horizontal th, .reportingglobal th {
	text-align: center;
}
.reporting .horizontal td, .reportingglobal td {
	text-align: right;
}
.reporting .summed td:last-child {
	text-align: right;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	color: #F5F5F5;
}
.copyright a, .copyright a:hover, .copyright a:visited, .copyright a:active {
	color: #F5F5F5;
}
.reportingglobal td:first-child {
	text-align: left;
}
.reportingglobal td {
	min-width: 90px;
}
.textRed {
	color: #ff0000;
}
#sortData th {
	font-size: 10px;
}