/* Custom CSS*/ 


#iframe_dynamic_content_group_search_help{z-index:10000 !important;}
table.contact_table tr td, table.contact_table tr th {vertical-align:middle !important;}

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

/*
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

tr.ajx-search td {
  border-bottom:1pt solid black;
}

#wrapper.toggled {
    padding-left: 238px;
}

#sidebar-wrapper {
    z-index: 999;
    position: fixed;
    left: 238px;
    width: 0;
    height: 100%;
    margin-left: -238px;
    overflow-y: auto;
    background: rgb(186, 193, 196);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 238px;
}

#page-content-wrapper {
    width: 100%;
    
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}



.sidebar-nav {
    position: absolute;
    top: 0;
    width: 238px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav-bottom {
    position: absolute;
    bottom: 50px;
    width: 238px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li ,.sidebar-nav-bottom li{
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a ,.sidebar-nav-bottom li a {
    display: block;
    text-decoration: none;
    color: #000;
}


.sidebar-nav li a:hover ,.sidebar-nav-bottom li a:hover {
    text-decoration: none;
    color: #000;
    background-color: rgba(161, 8, 0, 0.2) !important;
}



.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav-bottom li a:active,
.sidebar-nav-bottom li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}


.sidebar-nav > .sidebar-brand a:hover {
    color: #000;
    background: none;
}


@media(min-width:900px) {
    #wrapper {
        padding-left: 238px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 238px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.removed{display:none !important;}	
*/
/* General */ 

.markpos{background-color:#dd0028;}
.Koenig{background-color: #BAC1C4 !important}
.Heat{background-color: #d6d5d5 !important}
.OC{background-color: #96BE0C !important;}
.Turmix{background-color: #c2001c !important}
.Zyliss{background-color: #002857 !important;}

.folder-bottom
{
	position: fixed;
	width: 100%;
	bottom: 10px;
}

.folder-bottom-touch
{
	bottom: 40px !important;
}

.container-fluid{padding-right:0px !important;}
#page-content-wrapper{padding-right:0px;/*padding-top:50px;*/}



.slidingDiv {
	max-height: calc(100% - 80px);
    background-color: #fff;
    padding:0px;
    text-align:left;
    border:1px solid #000;
	/*border-top:0px;*/
	overflow: auto;
}
@media (max-width: 420px)
{
.show_hide {
  margin-top: 0px !important;
  width: 100% !important;
  }
}

/*
@media (max-width: 1070px) and (min-width: 671px) {
	.slidingDiv, .slidingDiv_li
	{
		max-height: calc(100% - 120px);
	}
}

@media (min-width: 426px) and (max-width: 670px) {
	.slidingDiv, .slidingDiv_li
	{
		max-height: calc(100% - 150px);
	}
}

@media (max-width: 630px) {
	.slidingDiv, .slidingDiv_li
	{
		max-height: calc(100% - 170px) !important;
	}
}


@media (max-width: 425px) {
/*	
.slidingDiv {
		max-height: calc(100% - 175px);
	}

	div.slidingDiv_li {
	max-height: calc(100% - 185px);
	}
*/
/*
	.show_hide
	{
		width:100% !important;
		margin:0px !important;
	}
*/
}

*/
span.folder-text{margin-left:5px;}
 
.show_hide {
	color: black;
	display: inline-block;
	width: 15%;
	border: 1px black solid;
	text-align: left;
	margin-top: 10px;
	min-width: 211px;
	font-weight:bold;
	font-size:16px;
	padding-left: 2px;
}

.show_hide_dummy{width: 99.9%;}

.slidingDiv_li {
	border: 1px solid #000;
	border-top:0px;
}

TABLE.list {
	border: none;
	/*border-top: 0px;*/
	/*border-collapse: collapse;*/
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}

.navbar-header .logo {
    background-image: url("../images/header/logo.png");
    background-size: 100% auto;
    display: inline-block;
    height: 50px;
    width: 150px;
	/*
        border-bottom: 1px solid #60ebac;
    border-left: 1px solid #60ebac;
    border-right: 1px solid #60ebac;
    	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;*/;
}

DIV.header-image {
    display: block;
    height: 30px;
    width: 110%;
	display:none;
    background: url(../images/header/small_green.png) #000 0px -0px repeat-x;
}

DIV.header-image-fadeout {
    display: block;
    height: 30px;
    width: 400px;
    top: 109px !important;
    left: 1070px !important;
    background: url(../images/header/green_fade.png);
}

li > a > span > H1 {
    font-size: 14px;
}

DIV.news {
    width: 100%;
    text-align: center;
    padding: 8px;
}

td > i:hover, DIV  > i:hover {
    color: grey;
    cursor: pointer;
}

/*  LIST */

span.variations{
	font-size:6pt;
}

span.variations_group{
	/*font-size:7pt;*/
}

span.variation_YEAR
{
	color:white;
	background-color:darkblue;
}

span.variation_COUNTRY
{
	color:white;
	background-color:darkgreen;
}

span.variation_COLOR
{
	color:white;
	background-color:grey;
}

span.variation_MODEL
{
	color:white;
	background-color:darkred;
}

img.thumb{}
div.thumblist{ margin-top:10px; background-color:white; color:white; min-height:220px; min-width:0180px;}

@media (max-width: 650px) {
	img.thumb{width:100px;}
	div.thumblist{ margin-top: 10px;
						background-color: white;
						color: white;
						min-height: 130px;
						min-width: 0115px;}
						
	div.thumbnail-text{
		top: 100px !important;
		font-size: 10px !important;
	}

	ul.menuSizeTouchTop {
		width: 100% !important;
	}
					
}

@media (max-width: 450px) {
	span.cart-text{display:none;}					
}

div.list_thumbnail{
	background-color:white;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	
}

div.thumbnail-text{
	position:relative; 
	top: 166px;
	color:black;
	left: 5px; 
	border: 0px; 
	background-color:transparent;
}

div.inner-list {
	height: calc(100% - 70px);
	overflow:auto;
	margin-top :5px;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.faq_table{}
.faq_head{background: lightgreen}
.faq_body{margin: 10px;border: 1px solid black;}
.faq_answer{margin: 2px;display: inline-block;width:calc(100% - 120px);}
.faq_img{  display: inline-block;  vertical-align: top;   border: 1px solid black;  margin: 5px;}
.faq_document{/*border-bottom: 1px solid black;  padding-bottom: 5px; padding-left: 20px;*/
  max-width: 300px;
  display: inline-block;
  border: 1px solid;
  top: 15px;
  position: relative;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.faq_document:hover{background-color:lightgrey;}
.inline{display:inline-block;}
.inline.txt{  position: relative;
  top: 7px;}

.doc{max-width: 280px;/*border:3px solid black;min-height: 120px*/;min-height:100%;margin: 5px; border: 2px solid rgba(0, 0, 0, 0.54); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);transition: border 0.2s ease-in-out; background-color: rgba(0, 0, 0, 0.05);}

.doc-element{
	display: table-cell !important;
	min-width: 300px;
	min-height: 120px;
	padding-left: 0 !important;
    padding-right: 0 !important;
}

.doc > div > a {}

table.doc-table{color:black !important;empty-cells: show;text-align:left;}
table.doc-table td{/*padding-left:5px;*/padding: 5px;}
.text-bold{font-weight:bold;}


div.inner-capsule{
	max-height: calc(100% - 170px);
	/*overflow: auto;*/}

div.show_hide_ti{overflow: auto;max-height: calc(100% - 150px);}
div.show_hide_faq{overflow: auto;max-height: calc(100% - 100px);}
div.show_hide_ai{overflow: auto;max-height: calc(100% - 50px);}

div.list_items{
	height: 100%; 
	/*overflow-y: auto;*/
	padding-right: 0px;
	padding-left: 0px;
	/*float: right;*/
}

div.list_image{
	display:none;
	background-color:white;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	padding-left: 0px;
}




span.listbasket {
    background-color: #5aab26;
    margin-bottom: 10px;
}


.highlight-list {
    /*border: solid 1px red;*/
	background-color:#60bf19 !important;
}

/* MACHINE */


/* Media Querys*/ 



}

@media (min-width: 768px) {
    #tr_dv_sofar {
        height: 40px !important;
    }
}

/* GROUP */ 

 /* GROUP /*
 /* -------------------------------------------------- */
img.active {
    border: 3px solid red;
}

img.inactive {
    border: 3px solid black;
}



table.selection_table {
	border:solid 2px #5aab26;
	text-align:left;
}

DIV.group_selection > A > BUTTON {
    color: #000000;
}

DIV.group_selection > A > BUTTON.active {
    color: #5aab26;
}

/* Shop */
DIV.bg {
    background: #FFFFFF;
    color: #000000;
    min-height: 90%;
}

DIV.shop-content {
    background: #E2E2E2;
}

DIV.shop-content-special {
    background: #D2E3C6;
}

IMG.shop-image {
    max-height: 400px;
    display: inline;
    border: solid 2px #000000;
    margin-top: 5px;
}

.ui-dialog-titlebar {
background-color: red !important;
background: red !important;
}

img.MultiImage{border:1px solid #FFFFFF; max-Width:100px;}
img.MultiImage:hover{border:1px solid #60bf19; max-Width:100px;}


div.groups{min-width: 360px;min-height: 180px; padding-top: 1%; padding-bottom: 1%;}
div.groups_list{min-width: 100%;min-height: 0px;}
div.groups_list > a > div.machine-group  , div.groups_list > a > div.navgroups{border-bottom:0px;}
div.groups_list > a > div.last {border-bottom:3px solid grey;}
div.list_only  > a > div > div > img {display:none;}
div.list_only  > a > div > div.machine-text {width: 100%;min-height: 0px;}

DIV.machine-text-small {
    position: relative;
    text-align: center;
    font-weight: bolder;
    color: #000000;
    top: 129px;
    background-color: rgba(255,255,255,0.5);
    width: 146px;
    display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


DIV.machine-text {
	position: relative;
	text-align: left;
	font-weight: bolder;
	color: #000000;
	margin-top: 5px;
	width: 150px;
	display: inline-block;
	overflow: hidden;
	min-height: 160px;
}

img.brand-logo 
{
	vertical-align: bottom;
	max-height: 50px;
	margin-top:0px; 
	margin-bottom:0px;
	padding:0; 
	border:0;
	padding: 5px;
}
/*
ul.menuSizeTouch {
    font-size: 34px !important;
    position: fixed !important;
    text-align: center;
	background-color: rgb(186, 193, 196);
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #FFF;
    z-index: 998;
    display: block;
    padding: 0px;
	margin-bottom: 0px;
}
*/

ul.menuSizeTouchTop {
	width: auto;
	font-size: 24px !important;
	position: fixed !important;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 998;
	display: block;
	padding: 0px;
	top: 80px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


@media screen and (min-width: 768px) and (max-width: 810px) {
	ul.menuSizeTouchTop {
		top: 110px;
	}
}

@media screen and (max-width: 767px) {
	ul.menuSizeTouchTop {
		top: 60px;
	}
}



DIV.navgroup-text {
    position: relative;
    text-align: center;
    font-weight: bolder;
    color: #000000;
    top: 120px;
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(255,255,255,0.5);
/*width:185;*/
    width: 192px;
    display: inline-block;
	text-overflow: ellipsis;
	left:3px;;
}

DIV.variation-text {
	color: #000000;
	position: relative;
	text-align: left;
	top: -20px;
	background-color: rgba(255,255,255,0.5);
	width: 50%;
	display: inline-block;
	left: 200px;
}

.variation-text-shop {
	color: #000000;
	position: relative;
	text-align: left;
	top: -27px;
	background-color: rgba(255,255,255,0.5);
	width: 50%;
	display: inline-block;
	left: 197px;
	font-family: verdana;
	height: 146px;
	z-index: 1;
}

DIV.navgroup-text2 {
    position: relative;
    text-align: center;
    font-weight: bolder;
    color: #000000;
    top: 120px;
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(255,255,255,0.5);
    width: 192px;
    display: inline-block;
    left: -1px;
	text-overflow: ellipsis;
}

BUTTON.shop-navigation {
    height: 100%;
    background: rgba(255,255,255,0.2);
    top: 0;
}

div.list_content{
	overflow:hidden;
	padding-bottom: 110px
	}
	

@media (max-width: 770px) {
	div.list_content{
	padding-bottom: 80px
	}
}	

@media screen and (max-width: 1052px) {
    .list-title {
        font-size: 13pt;
		margin: 0px;
		padding: 0px;
    }
	
	div.inner-list {
		height: calc(100% - 90px);
	}
}

.border-black {
    border: 1px solid #000000;
    border-collapse: collapse;
}

DIV.shop_background {
    background-image: url(/e4s/door2parts/client/moto.1098547x72/templates/images/acc_bg.png);
    background-repeat: no-repeat;
    min-height: 200px;
    background-position: 0 0;
}
	
.toggle-button{
float: left;
position: fixed;
top: 120px;
z-index: 10;
border-radius: 0px 5px 5px 0px;
background: rgb(186, 193, 196) !important;
font-size: 13pt;
outline:none;
}	

.machine_table .panel-header {
	padding: 5px;
	color: #ffffff;
}

.machine_table .input-group {
	padding: 15px 0px;
}


/*
    DIV.navbar2 {top:0;}
	DIV.remove{display:none !important;}
	body.DEFAULT{padding-top:50px !important;}
	.footer {display:none;}
	#menu{font-size: 36 !important;}
	#menu > li {    
	width:51px !important;
	height:44px !important;}*/
	}