@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);

body {
	overflow-y: scroll;
}

/** Custom Icons **/
.icon-pdf {
    background-image: url("/gfx/files/icon_pdf.gif");
    background-position: center center;
}
.icon-empty{
	background-image: none !important;
}

.btn.hide > i,
.btn.hide{
	background: none !important;
	color: transparent !important;
	text-shadow: none !important;
	border: 1px solid transparent !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	cursor: default;
}

.no-border-radius,
.no-border-radius > .btn{
	border-radius: 0 !important;
}

/** FIX IF ONLY ONE BUTTON IS IN  GROUP-VERTICAL **/
.btn-group-vertical > .btn:last-child{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.btn-group-vertical > .btn:first-child{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

div[class="tooltip-inner"] {
    max-width: 350px;
}

.table_view a {text-decoration: underline;}
div.controls  p {font-size: 12px !important; display: inline; margin-right: 5px;}

.dropdown-menu.inner .disabled {
	display: none;
}

.block-heading select {
	margin-top: 10px;
}

.required:after {
	content: "*";
}

ul.list_goods,
ul.list_kunden,
ul.list_fahrzeuge {
	overflow-y:scroll;
	height: 440px;
}

.fahrzeug-price {
	font-size: 30px !important;
}

.fahrzeug-price > span {
	font-size: 30px !important;
	padding: 9px 8px !important;
}

.control-group.control-fahrzeug_performance_kw {
	width: 251px;
	float: left;
}
	.control-group.control-fahrzeug_performance_kw .controls {
		width: 70px;
	}
	.control-group.control-fahrzeug_performance_kw .controls input,
	.control-group.control-fahrzeug_performance_ps .controls input{
		width: 50px;
	}

	.control-group .tires_group{
		padding: 4px 0;
		width: 220px;
		/*border-bottom: 1px solid #ddd;*/
	}

	.control-group .tires_group.sec{
		background: #f9f9f9;
	}

	.control-group .axe {
		padding: 4px 6px;
	}

	.control-group div.hint,
	.control-group div.axe{
		font-size: 12px;
		font-size: bold;
		font-family: Arial, Helvetica, sans-serif;
	}

	.control-group .tires_group.hint{
		border-bottom: 0;
	}

	.control-group .tires_group div.hint{
		color: orange;
	}

.control-group.control-fahrzeug_performance_ps {
	float: left;
	width: 30px;
}
	.control-group.control-fahrzeug_performance_ps label {
		width: 76px;
	}
	.control-group.control-fahrzeug_performance_ps .controls {
		margin-left: 85px;
	}

.control-group.control-fahrzeug_gear {
	clear: both;
}

div#page-wrap {
	padding-top: 50px;
}
div#header {
	top: 0px;
	position: fixed;
	width: 1350px !important;
	z-index: 10;
}
div#header.navchange-one {
	overflow: hidden;
	height: 35px;
}

div#header .user-logout{
	margin-top: 35px;
}

div#header .user-logout .btn{
	padding: 7px 12px;
	border-right: 0;
	border-bottom: 0;
}


div#header.navchange-one .user-logout{
	margin-top: 0px;
}

div#header.navchange-one .user-logout .btn{
	padding: 8px 13px;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}

div#header span.header-logo {
	display: inline-block;
    width: 184px;
  height: 100%;
  right: 65px;
  top: 18px;
  background: transparent url('') no-repeat top left;
}
div#header.navchange-one span.header-logo {
	background: transparent url("");
	right: 80px;
	width: 100px;
	top: 0px;
}

div#header.navchange-one span.header-logo img{
	max-width:100%;
	max-height:100%;
}

.navchange-two {
	position: fixed !important;
	top: 40px;
	width: 983px !important;
	z-index: 10;
	/*background: #eee;*/
}

ul i.icon-lock {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0px 8px 8px 0;
}
ul i.reserviert_icon{
	position: absolute;	
	top: 0;
	right: 0;
	font-weight: bold;
	margin: 0px 5px 0 0;
	color: #000;
	height: 20px;
	width: 20px;
	display: block;
	line-height: 24px;
	text-align: center;
	z-index: 2000;
}

i.fzg-icon {
	background: url(/gfx/status_icons.png);
	display: inline-block;
	height: 20px;
	width: 20px;
	vertical-align: super;
}
i.fzg-icon.green {background-position: -3px 0px}
i.fzg-icon.yellow {background-position: -26px 0px}
i.fzg-icon.red {background-position: -50px 0px}
i.fzg-icon.orange {background-position: -74px 0px}
i.fzg-icon.no-image {background-position: -96px 0px}

#crossselling_content ul li a{
	cursor: move;
}

#crossselling_content ul li a,
#crossselling_content ul li a:hover{
	padding: 8px 12px 8px 12px;
	margin-top: 2px;
	margin-bottom: 3px;
}

#crossselling_content ul li a:hover{
	border: 1px solid #ddd !important;
	background: #ddd !important;
}

#crossselling_content ul li:last-child a,
#crossselling_content ul li:last-child a:hover{
	margin-top: 2px;
	margin-bottom: 1px;
}

#crossselling_content ul{
	min-height: 40px;
}

div.controls > p {
	font-size:0.8em;
	position: relative;
	top: 4px;
	font-weight: bold;
}

span.empty-value {
	color:#999;
	font-style: italic;
}

div.search-select > div.control-fahrzeug_status > div.controls > div.bootstrap-select,  
div.search-select > div.control-fahrzeug_category > div.controls > div.bootstrap-select { width: 135px; }

.save-buttonbar .form-actions {padding-left: 0px;}

.ui-corner-top {border-radius: 5px 5px 0px 0px}
.ui-corner-bottom {border-radius: 0px 0px 5px 5px}
#tabs .nav-tabs{border-bottom: 0px}

.controls.jq-maxlength {display: block}

.fahrzeug_counter,
.fahrzeug_counter span{
	/*font-family: 'Oswald', sans-serif !important;*/
}

.fahrzeug_counter{
	font-size: 18px !important;
	font-weight: bold !important;
}

.fahrzeug_counter span{
	font-size: 24px !important;
	color: #f58342;
	font-weight: normal !important;
}

.block-body .pagination_info,
.kunden-historie .pagination_info{
	margin: 8px 0 0 8px;
	font-size: 12px;
}

#history_tabs{
	margin-top: 20px;
}

.controls.input-prepend,
.controls.input-append{
	display: block;
}

.doc_category label,
.doc_intern label{
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}

.settings{
	margin: 20px 0 10px 20px;
	min-height: 40px;
}

.doc_category,
.doc_intern{
	float: left;
	margin-right: 20px;
}

#doc_intern{
	margin-top: 10px;
}

#hu_error,#sp_error{
	font-size: 12px;
	font-weight: bold;
	color: green;
	position: absolute;
	left: 30px;
	top: 2px;
	background: transparent;
	width: 150px;
	height: 22px;
	padding-top: 4px;
	padding-left: 6px;
	text-align: center;
}

input.hint{
	border-color: green;
	color: #bbb;
}

.control-fahrzeug_hu_au .controls, .control-fahrzeug_sp .controls{
	position: relative;
}

.fahrzeugbilder_slider{
	/*width: 447px;*/
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.fahrzeugbilder_slider li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.fahrzeugbilder_slider li img{
	width: 100%;
	height: 100%;
}

.fahrzeugbilder_slider_wrapper{
	position: relative;
}

.fahrzeugbilder_slider_left_arrow,
.fahrzeugbilder_slider_right_arrow{
	position: absolute;
	top: 0px;
	width: 36px;
	height: auto;
}

.fahrzeugbilder_slider_right_arrow span,
.fahrzeugbilder_slider_left_arrow span{
	background: url(/stylesheets/fancybox_sprite.png);
	background-position: 0 -36px;
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fahrzeugbilder_slider_left_arrow:hover,
.fahrzeugbilder_slider_right_arrow:hover{
	background: rgba(220,220,220,0.5);
}

.fahrzeugbilder_slider_left_arrow:hover span,
.fahrzeugbilder_slider_right_arrow:hover span{
	visibility: visible;
}

.fahrzeugbilder_slider_right_arrow{
	right: 0px;
}

.fahrzeugbilder_slider_right_arrow span{
	background-position: 0 -72px;
}

.fahrzeugbilder_slider_left_arrow:hover.disabled,
.fahrzeugbilder_slider_right_arrow:hover.disabled{
	background: none;
}

.fahrzeugbilder_slider_left_arrow:hover.disabled span,
.fahrzeugbilder_slider_right_arrow:hover.disabled span{
	visibility: hidden;
}

.toggle_adress_data_button{
	margin: 0px 0 20px 180px;
}

.control-kunde_handy input,
.control-kunde_fax input,
.control-kunde_vorwahltelefon input{
	width: 172px;
}


#kunde_ansprech_vorwahltel,
.kunde_ansprech_vorwahltel,
#kunde_vorwahlfax,
#kunde_vorwahltelefon{
	width: 39px;
}


.modal .control-kunde_vorwahltelefon .controls{
	margin-left: 0;
}

.modal{
	z-index: 2000;
}

.dropdown-menu {
    z-index: 2050;
}

.control-kunde_ansprech_vorwahltel input{
	margin-right: 4px;
}

.create_goods,
.create_kunde,
.create_lieferant,
.create_fahrzeug{
	/*border: 1px solid #ddd;*/
	/*padding: 0px 0px 0px 12px;*/
	width: 272px;
	margin-bottom: 20px;
}

.create_goods a,
.create_kunde a,
.create_lieferant a,
.create_fahrzeug a{
	margin-top: 2px;
	width: 100%;
	padding: 6px 0px;
	display: inline-block;
	cursor: pointer;
}

/*.create_kunde:hover,
.create_lieferant:hover,
.create_fahrzeug:hover{
	background: #ddd;
}*/

#kunde_ustid{
	width: 178px;
}

/*.control-kunde_vorwahltelefon .btn-group{
	margin-left: 14px;
}
*/
.form-actions{
	padding: 14px 20px 15px 0;
}

.form-actions .btn{
	padding: 10px 12px;
}

.plupload_header_content{
	background: transparent !important;
	padding-left: 15px !important;
}

.plupload_scroll .plupload_filelist{
	height: 165px;
}

/* ----------- list sort select --------------- */
ul.list_kunden li a 	{
	line-height: 18px;
}
.list-sort 	{
	padding: 0 0 20px 0;
}
.list-sort .list-sort-wrap   {
	margin: 0;
	float: right;
	width: auto;
}
.list-sort span.list-sort-label 	{
	display: block;
	float: left;
	width: auto;
	line-height: 29px;
	padding: 0 10px 0 0;
}
.list-sort-wrap a.sort-icon 	{
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 5px 16px;
}

.list-mode .active,
.list-sort-wrap a.sort-icon.active 	{
	border-color: #f1701d;
}
.list-sort:after  	{
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

/************ wizzard *****************/
.wizard-card #pdf_language_wrap 	{
	display: block;
	padding: 10px 0;
}

.show-image-gallery {
	cursor: pointer;
}


#selling_table .editable-td {
	cursor: pointer;
	padding-right: 16px;
	position: relative;
	background: #e2fbde !important;

}

/*#selling_table .editable-td .icon-pencil {
	position: absolute;
	right: 1px;
	top: 1px;
}
*/

tr.orange:nth-child(odd) > td,
tr.orange > td{
	background: #fbf1de !important;
}

tr.green:nth-child(odd) > td,
tr.green > td{
	background: #e2fbde !important;
}



#selling_table .placeholder-pdflink {
	width: 40px !important;
}

#selling_table_wrapper .dataTables_scroll {
	clear: both;
	width: 1285px !important;
}


/************ Börsen *****************/
.boersen{
	background: transparent url("/gfx/eschen_boerse_sprite.png") no-repeat;
	display: inline-block;
	width: 100px;
	height: 25px;
}
.boersen.mobile{background-position:-5px 0;}
.boersen.mascus{background-position:-116px 0;}
.boersen.trucksnl{background-position:-225px 0;}
.boersen.autoscout{background-position:-335px 0;}

.boersen.active.mobile{background-position:-5px -25px;}
.boersen.active.mascus{background-position:-116px -25px;}
.boersen.active.trucksnl{background-position:-225px -25px;}
.boersen.active.autoscout{background-position:-335px -25px;}

/*** NAVBAR ***/
.navbar .navbar-inner {border-radius: 0px; -webkit-border-radius: 0px;-moz-box-shadow: 0px;}
.navbar .nav > li > a {padding: 14px 15px 10px;}

.block-heading.collapsed > .icon-plus{
	background-position: -408px -96px;
}

.block-heading > .icon-plus{
	background-position: -433px -96px;
}

.input-micro{
	width: 30px;
}

.input-40{width: 40px;}

.list_counter_wrapper{
	float: right;
	margin-bottom: 10px;
}

.list_counter_wrapper.btn-group{
	margin-left: 0;
}

.scroll-breadcrumb{
	position: fixed;
	top: 25px;
	left: 268px;
	background: #EEEEEE;
	width: 331px;
	padding: 13px;
	z-index: 100;
}

.dropdown-menu > li > a{
	text-align: left;
}

.no_pic{
	width: 100%;
	height: 335px;
	background: #ccc;
}

.no_pic div{
	-moz-transform: rotate(37deg);
	-ms-transform: rotate(37deg);
	-o-transform: rotate(37deg);
	-webkit-transform: rotate(37deg);
	transform: rotate(37deg);

	width: 100%;
	height: 335px;
	font-size: 32px;
	line-height: 335px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.tooltip{
	z-index: 4100 !important;
}

.fahrzeug_filter_vars {
	display: none; 
	position: absolute;
	z-index: 100;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 5px 20px;
	left: 280px;
	top: 0;
	border-radius: 5px;
	width: 220px;
}

.fahrzeug_filter_vars h3 {
	margin: 0;
}

.table th[align="right"],
.table td[align="right"]{
	text-align: right;
}

.shorten{
		 text-overflow: ellipsis; 
	     white-space: nowrap;
	     overflow: hidden;
	}


div.block-heading{
  color: #505050;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fafafa));
  background: -ms-linear-gradient(bottom, #dddddd, #fafafa);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #fafafa 100%);
  background: -o-linear-gradient(bottom, #dddddd, #fafafa);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#dddddd')";
  display: block;
  padding-left: 1em;
  border-top: 1px solid #fff;
  outline: none;
}

.wizard-success .control-group.control-name {display: none;}
.tab-pane{
	height: 460px; 
	overflow: hidden;
}
#show_customer_data{ height: 240px; }
.customer_info{margin: 0;}
.customer_info,
.customer_info li{
	list-style: none;
}
.customer_info li span{ 
	display: inline-block; 
	width: 207px; 
	line-height: 21px; 
}
.span8-dropdown-menu {
	text-align: center;
	font-weight: bold;
}
td.bill_position_sum, td.angebot_price {
	text-align: right;
}

ul.navigation > li > ul,
ul.navigation > li:hover > ul,
ul.navigation > li > ul > li{
	background: #f1701d;
}

ul.navigation > li > ul > li:last-child{
	border-bottom: 0px;
}

ul.navigation > li > ul > li a{
	padding: 10px;
}

ul.navigation > li > ul > li a:hover{
	color: #fff;
}

.btn:focus{
	background-position: 0px 0px !important;
}

.btn.active, .btn:active{
	  border-top: 1px solid rgba(0, 0, 0, 0.15);
}