body  {color: #333; background-image: none !important;}
.panel{
	margin-bottom: 10px;
	margin-top: 5px;
}
.panel-body { width: 100%;}
.form-group {    padding: 0; border-left: 0; border-right: 0;}
.form-group-panel-default .form-group > div {
	padding-left: 15px;
	padding-right: 15px;
}
.form-group > div {
	padding: 0;
}
p.lead{margin-bottom: 5px;}

#sideBarIcons, #menu-bg-line,
#topMenu, .selectionBar, #accordionMenu, .breadcrumb, #waitLoader, a.btn.btn-default, footer
{display: none;}

.panel-title {
	font-size: 16px;
	position: relative;
}
.panel-default > .panel-heading {
	background-image: none;
	background-color: #F4F4F4;
	border-color: #ccc;
	color: #333;
	font-family: 'PT-Sans-bold';
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mt--10 {
  margin-top: -10px !important;
}
.mb--4 {
  margin-bottom: -4px !important;
}
.mb--10 {
  margin-bottom: -10px !important;
}
.mb--15 {
  margin-bottom: -15px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.form-group {
	margin-bottom: 0;
}
.panel-body {
	padding: 5px 15px;
}
.panel-default {
	border-color: #ccc;
}
.panel-default > .panel-heading{border-color: #CCC;}
.panel-heading {
	padding: 5px 15px 6px 15px;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.form-group-panel-default .form-group,.form-group-panel-default .form-group:last-child{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
input.btnFocus {
	background-image: url(../images/de_DE/trans-pix.png);
	background-position: left;
	height:0px;
    padding: 0 0 0 0;
    margin: 0 0 0 10px;
	font-size: 0;
	border: 0 none;
}
.form-group-panel-default:after, .row:after {
	content: " ";
	width: 100%;
	border-top: 1px solid #ffffff;
	margin-top: 1px;
	display: block;
	position: relative;
	top: -1px;
	height: 1px;
	z-index: 2;
}
hr {
	margin-top: -1px;
	margin-bottom: 0;
	width: 100%;
	float: left;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
	padding-top: 0;
}

a.btn_print {
	display: none;
	position: absolute;
	right: -9999em;
	font-size: 1px;
	border: 0 none; background: none;
}
.form-group:first-child {border-top: 0 none;}
.popupPrintBody .popover-tooltip {display: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table-responsive {  margin-top: 10px; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 4px 8px;
	line-height: 1.42857143;
	vertical-align: top;
	font-size: 11px;
	border-top: 1px solid #dddddd;
}
ul { font-size: 11px; margin: 5px 0; padding-left: 25px; }
p, .p_div {font-size: 11px; line-height: 1.2; padding: 0 15px; margin: 5px 0;}
p.lead{font-size: 13px; font-weight: bold; text-decoration: underline; padding: 0; }
.table, td {
	border: 1px solid #e0e4e8;
	border-right: 0px;
}
.control-label,.prettycheckbox label, .labelArrayWithLink{
	font-size: 11px;
}
.table-responsive table {border-right: 1px solid #dddddd; width: 100%;}
.form-group > label { float: left; }
.print-footer { border-top: 1px solid #333; color: #333; }

#overviewinvoiceModeSelectorInput {padding-left: 0;}
.prettycheckbox input.checkbox { display: inline-block !important; background: url('../images/de_DE/sprites-sfa68604977.png')no-repeat -60px 0 transparent;}

.prettycheckbox label, .labelArrayWithLink {
	position: relative;
	top: -3px; cursor: default;
}

div.checkbox {display: table;}
div.checkbox input[type=checkbox] {
    display: table-cell;
    position: relative;
    top: 1px;
    vertical-align: top;
}
.labelArrayWithLink{
	display: table-cell;
	position: relative; left: 5px; top: 0;
	font-size: 11px; line-height: 20px;
}
.key-label{
	width: 100%; float:left;
}

/* CMS */
textarea.autoExpand { 
    /*width: 363px;*/
	width: 100%;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
	
	border: 1px solid #74808C;
}
.editTextDialogLabel {
    font-weight: bold;
}

a[href]:after {
    content: "";
}

.row {margin-left: 0; margin-right: 0;}

.table-responsive .prettyradio {
    margin: 0;
}

span.formatedIBAN span {
    padding-right: 5px;
}

#fileList ul {
	list-style: none;
	padding-left: 0;
}
#fileList ul li img{max-width: 100%;}
#dialogImage{display: none;}

.form-horizontal .control-label {
	text-align: left;
}
#infoTextModal,.modal {
	display: none;
}

@media (min-width: 600px) {
	.col-xs-24.col-sm-12 {
		width: 50% !important;
	}
}
@media print {
	.printOnly{
		display: block !important;
	}
}
@media screen {
	a.btn_print {
		padding: 5px;
		border-color: #747474;
		border: 1px solid;
		color: #9F9F9F;
		background-color: #E9E9E9;
		position: fixed; z-index: 999;
		right: 25px;
		text-decoration: none;
		top: 20px;
		display: block;
		font-size: 16px;
	}
	div.screenOnly {
		display: block !important;
	}
}
@media not all {
	div.screenOnly {
		display: none;
	}
}
@media print {
	div.screenOnly, a.btn_print, #contact-details {
		display: none;
	}
	div.screenOnly, a.btn_print {
		display: none;
		position: absolute;
		left: -9999em;
		font-size: 1px;
	}
	.col-xs-24.col-sm-12 {
		width: 50% !important;
	}
}
@media (max-width: 767px) {
  .panel-body .leftBlock,.panel-body .rightBlock {
    padding: 0;
  }
  .col-sm-8 {
    width: 33%;
  }
  .col-sm-16 {
    width: 66.6667%;
  }
}
@media (max-width: 455px) {
  .form-group > div,.key-label{
	width: 100%; float:left;
  }
  .form-group > label { padding-left: 15px;}
}