@import 'bannerMenu.css';
@import 'groupList.css';
@import 'jquery.treeview.css';

@media only screen and (min-width: 778px) and (max-width: 1019px) {

.outer-container { margin: 0 auto 0 auto; padding: 0; width: 768px; background: none;}
.inner-container { position: relative; margin: 0 auto 0 auto; padding: 0; width: 768px; top: 150px;}

.main { background: none repeat-y scroll 0% 0% rgb(255, 255, 255); border-radius: 10px; }    
.main .main-outer{ background: inherit; border-radius: 10px; }    
.main .main-inner{ background: inherit; border-radius: 10px; padding: 10px 0 10px 0;}
.main .content { width: 542px; }

/* top */
div.header {position: fixed; z-index: 99; height: 142px; width: 768px; background-color: #EEE; border-radius: 0 0 10px 10px; }
div.header .logo { position: absolute; top: 0px; left: 4px; z-index: 0; }
div.header .logo img { width: 280px }
div.header .map { position: absolute; top: 1px; left: 260px; z-index: 0; opacity: 0.7; }
div.header .map img { width: 90px }
div.header .menu { text-align: right; background-color: #DDD; }
div.header .menu .linktext { text-transform: uppercase; margin: 0 4px 0 0; display:none; }
div.header .menu img { vertical-align: middle; padding: 2px 0 2px 0; margin: 0 4px 0 0; height: 35px; }
div.header .webordertime { text-align: right; margin: 4px; }
div.header .menu2 { position: relative; float: right; font-size: 14px; height: 60px;}
div.header .menu2 img { vertical-align: middle; padding: 2px; height: 25px; }

div.header .menu2 .shoppingcart { float: right; background-color: #FFF; border-style: solid; border-width: 2px 0 2px 2px; border-color: #00B000; border-radius: 10px 0px 0px 10px; }

div.header .menu2 .goto-shoppingcart { float: right; width: 135px; background-color: #FF3300; border-style: solid; border-width: 2px 0 2px 2px; border-color: #FFF; border-radius: 10px 0px 0px 10px; text-align: center; color: #FFF; position: absolute; top: 24px; right: 0px; padding: 1px;}

div.header .menu2 #shoppingcart { margin: 0 2px 0 0; font-size: 15px; font-weight: bold; }

/* VB messaging alert */
.messages-container {background-color:red; height:42px; margin: -28px 9px 14px 9px; border-radius: 5px; transition: all 1s ease-in-out 1s;}
.messages-container.hidden {display: none; }
.messaging-container {position:absolute; z-index: 1; display:block; width:100%; margin:0; font-size:14px; overflow:hidden; }
.messaging-container .msg-container {padding: 4px; align-items:center; }
.messaging-container i {padding-left: 4px; color:#fff; }
.messaging-container .message {display:block; width:100%; padding: 2px 0 2px 0; color:#fff; line-height:normal; text-align: center; font-size: 15px; }
.messaging-container .message a {color:#fff; border-bottom: 1px dotted white;}
.messaging-container .message a:visited {color:#fff; border-bottom: 1px dotted white;}
.flex-row {display:flex;flex-flow:row nowrap;flex:1 1 auto}
.flex-row-wrap{display:flex;flex-flow:row wrap;flex:1 1 auto}

/* search */
#search { position: absolute; top: 91px; }
#search input#searchstr {
-webkit-appearance: textfield; /* Address `appearance` set to `searchfield` in Safari and Chrome */ 
-webkit-box-sizing: content-box; /* Address `box-sizing` set to `border-box` in Safari and Chrome */
-moz-box-sizing: content-box; /* include `-moz` to future-proof. */
box-sizing: content-box; 
width: 460px; height: 28px; 
border: 2px solid #C0C0C0; 
border-radius: 5px 0px 0px 5px;
vertical-align: top; margin-left: 100px; 
padding: 0px 0px 0px 4px;}

#search #searchbtn { 
-webkit-appearance: none; 
width: 40px; height: 32px; 
margin-left: 0px; margin-left:-5px; 
border: 2px solid #00B000; 
border-radius: 0px 5px 5px 0px;
background-color: #00B000; 
vertical-align: top;
cursor: pointer; }
.Search_text input { padding: 0px; }
input.tt-hint { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;  box-sizing: content-box; -webkit-appearance: none; height: 28px; width: 460px; margin-left: 100px; padding-left: 5px; }
span.tt-dropdown-menu { width: 466px; margin-left: 100px; padding: 7px 0px 5px; background-color: #FFF; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); background-clip: padding-box; z-index: 101 !important; }
span.dropdown-header { margin-right: 10px; padding-left: 15px; text-transform: uppercase; color: #787878; }
span.tt-dropdown-menu div.tt-dataset-articles { margin-bottom: 7px; }
span.tt-dropdown-menu div.tt-dataset-groups { margin-bottom: 3px; }
span.tt-suggestions { padding-left: 10px; cursor: pointer; }
span.tt-suggestions div { line-height: 1.5em; }
span.tt-suggestions div:hover { background-color: #C0C0C0; cursor: pointer; }
div.Search_text { height: auto; margin: 12px 0px; }

/* Bannermenu */
.banner #languages { float: right; font-weight: bold; font-size: 12px; margin: 9px 0 0 0; }

/* footer */
.footer { position: relative; margin: 0 auto 0 auto; padding: 0; width: 768px; top: 155px; background-color: #EEE; border-radius: 10px 10px 0 0; }
.footer div { font-size: 12px; font-color: #44372b; }
.footer div.footer-left { position: relative; float: left; width: 47%; margin: 10px; }
.footer div.footer-left img { vertical-align: middle; padding: 2px 0 2px 0; margin: 0 4px 0 0; height: 35px; }
.footer div.footer-middle { position: relative; float: left; width: 47%; margin: 10px; }
.footer div.footer-middle img { vertical-align: middle; padding: 2px 0 2px 0; margin: 0 4px 0 0; height: 35px; }
.footer div.footer-right { position: relative; float: left; width: 97%; margin: 10px; }
.footer div.footer-right img { vertical-align: middle; padding: 2px 0 2px 0; margin: 0 4px 0 0; height: 35px; }
.footer div.footer-disclaimer { position: relative; float: left; width: 748px; padding: 10px; background-color: #DDD; }
.footer #paymentmethods img { height: 24px; }
.footer #viabill img { height: 32px; }
.footer #handelsikkert img { height: 76px; }
.footer #copyright { float: right; color: #AAA; font-weight: bold; font-size: 12px }

div.navigation { position: -webkit-sticky;  position: sticky; top: 146px; }
div.navigation div#grouplistbox div.boxbody { border-top: 2px solid #E0E0E0; border-radius: 6px; }
div.navigation div#grouplistbox nav.main-navigation .filetree span { line-height: 2em; }

a.dropdown-trigger {display: none; }

.title_lightbox { background-color: initial; }
.data_lightbox_bold { background-color: initial; }

#ctrl_languages { height: 50px; line-height: 25px;}

div#topcontrol { margin-bottom: 150px;}
div#topcontrol img{ width: 85%; float: right; opacity: 0.7; }

.button         { -webkit-appearance: none; min-width: 60px; max-width: 130px; height: 35px; white-space: nowrap; font-size: 12px; font-weight: normal; padding: auto auto; border: 1px solid #C0C0C0; border-radius: 4px; background: #E0E0E0; }
.button1        { -webkit-appearance: none; min-width: 60px; max-width: 100px; height: 35px; white-space: normal; font-size: 12px; font-weight: normal; padding: auto auto; border: 1px solid #C0C0C0; border-radius: 4px; background: #E0E0E0; }
.button2        { -webkit-appearance: none; min-width: 60px; max-width: 100px; height: 35px; white-space: normal; font-size: 12px; font-weight: normal; padding: auto auto; border: 1px solid #C0C0C0; border-radius: 4px; background: #E0E0E0; }
.button3        { -webkit-appearance: none; min-width: 60px; max-width: 100px; height: 35px; white-space: normal; font-size: 12px; font-weight: normal; padding: auto auto; border: 1px solid #C0C0C0; border-radius: 4px; background: #E0E0E0; }
.flowbutton     { -webkit-appearance: none; min-width: 60px; max-width: 100px; height: 35px; white-space: normal; font-size: 12px; font-weight: bold; color: #FFF; padding: auto auto; margin: 0 0 10px 0; border: 1px solid #C0C0C0; border-radius: 4px; background: #00B000; }

input.Input_amount { -webkit-appearance: none; border-radius: 4px 0 0 4px; border: 1px solid #C0C0C0; padding: 0; text-align: center; width: 40px; height: 33px}
input.Input_text { -webkit-appearance: none; border-radius: 4px; border: 1px solid #C0C0C0; padding: 4px 2px; }

input[type=text]:focus,  input[type=password]:focus, select:focus, textarea:focus { -webkit-appearance: none; box-shadow: 0 0 5px  rgba(82, 168, 236, 1); margin: 0px 0px 0px 0px; }
input[type=search]:focus  { -webkit-appearance: none; box-shadow: 0 0 5px  rgba(82, 168, 236, 1); padding: 0px; margin: 0px;  }
input[type=checkbox] {
/* Custom-sized Checkboxes */
-ms-transform: scale(1.25); /* IE */
-moz-transform: scale(1.25); /* FF */
-webkit-transform: scale(1.25); /* Safari and Chrome */
-o-transform: scale(1.25); /* Opera */
padding: 10px; }

h1 { margin: 10px 0px 2px 0px; } 
h1.left { max-width: 400px; }
h1.right { margin-right: 10px; }
h2 span.article_ingress { font-size: 14px; color: #333333; }

i.fa.fa-check-circle { color: #228B22; }
i.fa.fa-times-circle { color: #B00; }
.watermark label { padding: 7px 6px; }

.propertyTable { max-width: 536px; }
.propertyTable th { width: 180px; padding-bottom: 0px; padding-right: 20px; line-height: 1.2em; font-size: 13px; white-space: normal; }   
.propertyTable td { padding: 5px 0 5px 0; font-size: 12px; }
.propertyTable td.errorinfo { max-width: 240px; }
.propertyTable td.errorinfo span.add-on { border-radius: 0px 4px 4px 0px; margin-left: -5px; vertical-align: top; display: inline-block; width: auto; height: 20px; min-width: 16px; padding: 4px 5px; font-size: 14px; font-weight: normal; line-height: 20px; text-align: center; text-shadow: 0px 1px 0px #FFF; background-color: #E0E0E0; border: 1px solid #CCC;  }
.propertyTable td.errorinfo span.add-on a.mandatory { line-height: 24px; color: red; text-decoration: none; outline: medium none;  }
.propertyTable select { width: 254px; height: 30px;  border: 1px solid #C0C0C0; border-radius: 4px; }
.propertyTable input[type="text"], input[type="password"] { width: 240px; height: 20px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px; background-color: #FFF; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; }
.propertyTable input[type="text"]:focus,  .propertyTable input[type="password"]:focus { box-shadow: 0 0 5px  rgba(82, 168, 236, 1); margin: 5px 1px 3px 0px; }
.propertyTable textarea { max-width: 245px; }  
.propertyTable .tip { position: relative; display: inline-block; color: #1155CC; border-bottom: 1px dotted #1155CC; }
.propertyTable .tip:hover .tooltip-help { visibility: visible; opacity: 1; }
.propertyTable .tooltip-help { visibility: hidden; background-color: #fff; color: black; text-align: left; border: Solid 2px #fff; border-radius: 6px; box-shadow: 0px 2px 6px 6px rgba(0, 0, 0, 0.2); padding: 4px 4px 2px 4px; font-size: 12px; line-height: 1.2em; width: 535px; position: absolute; bottom: 125%; margin-left: -40px; opacity: 0.1; transition: opacity 1s; z-index: 99; }
.propertyTable .tooltip-help::after { content: ""; position: absolute; top: 100%; left: 20%; margin-left: -10px; border-width: 10px; border-style: solid; border-color: #fff transparent transparent transparent; }
.propertyTable .tooltip-help a { color: #ADDDFF }
.propertyTable .tooltip-help img { max-width: 492px;}

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }

/* Frontpage showindow */
#ctrl_front div#sliderarea { width: 100%;  margin: 0 0 8px 0; }	
#ctrl_front div#showwindowarea { width: 100%; }
#ctrl_front i.fa.fa-minus-square { float: right; display: none; line-height: 1.5em; font-size: 1.3em; padding-right: 5px; }
#ctrl_front i.fa.fa-plus-square { float: right; line-height: 1.5em; font-size: 1.3em; padding-right: 5px; }
#ctrl_front div.productbox a { font-size: 13px; }
#ctrl_front div.productbox div.image { margin: 5px; text-align: center; }
#ctrl_front div.productbox div.description { margin: 5px; }
#ctrl_front div.productbox div.inputamount { width: 60px; text-align: center; float: right; }
#ctrl_front div.productbox div.addtocart { width: 60px; text-align: center; float: right; }
#ctrl_front div.productbox div.articlecompare { text-align: center; float: right; }
#ctrl_front div.productbox .showelement_title { background: none repeat-x scroll left top #DADADA; border-radius: 4px; color: #6D6D6D; font-size: 12px; }
#ctrl_front div.productbox div.stock {font-size: 13px;}
#ctrl_front div.productbox i.fa { float: left; paddin-right: 3px; margin-top: 3px; }
#ctrl_front div.productbox input.Input_amount  { padding: 4px 1px; border: 1px solid #C0C0C0; border-radius: 4px; text-align: center; height: 25px;}

#ctrl_front div#purchaselistarea { width: 49%; float: left; }
#ctrl_front div#purchaselistarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 12px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
#ctrl_front div#purchaselistarea div.boxbody { border: none; display: none; } 
#ctrl_front div#purchaselistarea thead th { font-size: 12px; }
#ctrl_front div#purchaselistarea td { font-size: 12px; line-height: 1.5em; }
#ctrl_front div#purchaselistarea table { width: 100% !important; }
#ctrl_front div#infolistboxarea { width: 49%; float: right; }
#ctrl_front div#infolistboxarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 12px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
#ctrl_front div#infolistboxarea div.boxbody { border: none; display: none; } 
#ctrl_front div#infolistboxarea div.boxbody span { line-height: 2em; }
#ctrl_front div#butikkerlistboxarea { width: 49%; float: left; }
#ctrl_front div#butikkerlistboxarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 12px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
#ctrl_front div#butikkerlistboxarea div.boxbody { border: none; display: none; } 
#ctrl_front div#butikkerlistboxarea div.boxbody span { line-height: 2em; }

/* Butikssider */ 
div#butiklogo { width: 100% }
div#butikintro { width: 100% }
div#butikinfo { width: 100% }
div#butikinfo h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 13px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
div#butikinfo div.boxbody { border: none; font-size: 14px; } 
div#butikinfo div.boxbody span { line-height: 1.5em; }
div#butikinfo img { border-radius: 2px; width: 100% }
div#butikgooglemap img { border-radius: 4px; width: 100% }
#ctrl_butikker_page div#textarea { position: relative; float: left; width: 64%; }
#ctrl_butikker_page div#boxarea { position: relative; float: right; width: 35%; }
#ctrl_butikker_page div#butikkerlistboxarea { width: 100%; }
#ctrl_butikker_page div#butikkerlistboxarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 13px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
#ctrl_butikker_page div#butikkerlistboxarea div.boxbody { border: none; } 
#ctrl_butikker_page div#butikkerlistboxarea div.boxbody span { line-height: 2em; }
#ctrl_butikker_page i.fa.fa-minus-square { line-height: 2em;  float: right;  padding-right: 5px; }
#ctrl_butikker_page i.fa.fa-plus-square { line-height: 2em; display: none; float: right;  padding-right: 5px; }

div.productbox.restyled_stack tr { border-bottom: none; }
div.productbox.restyled_stack td.image { width: 33%; clear: none; display: table }
div.productbox.restyled_stack td.image a { width: 100%; display: table-cell; vertical-align: middle }
div.productbox.restyled_stack td.image img { display: table-cell }
div.productbox.restyled_stack td.description { width: 66%; clear: none; line-height: 1em }
div.productbox.restyled_stack td.description span { width: 100% }
div.productbox.restyled_stack input { padding: 0 5px } 

div.tablesaw-advance .left { float: none; }
div.tablesaw-bar .tablesaw-advance { position: relative; top: -1em; }
div.tablesaw-bar .tablesaw-advance-dots { margin-top: 7px;}
div.tablesaw-bar.mode-swipe { margin-top: 0px; }
div.tablesaw-advance.minimap { max-width: 530px; overflow: auto; }
div.tablesaw-advance.minimap .tablesaw-advance-dots li i { width: 0.45em; height: 0.45em; }
div.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn { width: 3.3em; height: 3.3em; }
div.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before   { top: 1em; left: 1.35em; } 
div.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before  { top: 1em; left: 1.35em; }
div.tablesaw-bar div.tablesaw-advance .btn { border-radius: 4px; }
table.tablesaw.tablesaw-swipe { border: 1px solid rgba(0, 0, 0, 0.15); /*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);*/}
table.tablesaw.tablesaw-swipe thead th { text-shadow: none; }
table.tablesaw.tablesaw-swipe tr:first-child { padding: 0.5em 0.4em; height: auto; line-height: 1.5em; white-space: normal; }
table.tablesaw.tablesaw-swipe td { padding: 0.5em 0.4em;  line-height: 1.5em; white-space: normal;   }
table.tablesaw.tablesaw-swipe span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: normal; }
table.tablesaw-stack tbody input { -webkit-appearance: none; }

#tableStack.notStack { border: 1px solid rgba(0, 0, 0, 0.15); width: 100%; }
#tableStack.notStack thead { border: 1px solid rgba(0, 0, 0, 0.15); }
#tableStack.notStack thead tr:first-child th { padding-top: 0.9em; padding-bottom: 0.7em;  }
#tableStack.notStack tbody { empty-cells: show; }
#tableStack.notStack td { padding: 0.5em 0.4em; line-height: 1.5em; white-space: normal; font-size: 12px; vertical-align: middle; box-sizing: border-box; }

#ctrl_article div.head { border-bottom: none; }
#ctrl_article div.subhead { Font-size: 12px; float: left;}
#ctrl_article div.article { float: left; border-bottom: none; height: auto; }
#ctrl_article div.properties { width: 310px; float: left; border-bottom: none; height: auto; }
#ctrl_article #article_action_icons { float: right; width: 37%; margin-top: -62px; margin-bottom: 5px; text-align: right; }
#ctrl_article h1.article_heading { margin-bottom: 10px; margin-top: 0px; line-height: 1.1em; font-size: 16px; }
#ctrl_article div#breadcrumbs.rcrumbs li.crumbs.show:last-child a { color: #4F82C7 }

#ctrl_article div.body div.images  { width: 370px; max-height: 350px; float:left; margin-left: -10px; }
#ctrl_article div.body div.images div.ImageOverlays { position: absolute; margin: 10px; z-index: 1; }
#ctrl_article div.body div.images div.ImageOverlays span.LinkSaleSplash { background-color: #ffdd00; border-radius: 5px; font-size: 1em; padding: 6px; color: #fff; opacity: .8; margin-right: 4px; }
#ctrl_article div.body div.images div.ImageOverlays span.LinkSaleSplash a { color: #fff; border-bottom: 1px dotted #fff; }
#ctrl_article div.body div.images div.ImageOverlays div.OnDemandSplash { background-color: #e41613; border-radius: 5px; font-size: 1em; padding: 5px; color: #fff; opacity: .8; }
#ctrl_article div.body div.images div.ImageOverlays span.NewArticleSplash { background-color: #7697b8; border-radius: 5px; font-size: 1em; padding: 6px; color: #fff;  opacity: .8; }

#ctrl_article div.body div.properties { padding: 0px; }
#ctrl_article div.body div.properties div.priceline { line-height: 25px; }
#ctrl_article div.body div.properties div.priceline span.bigprice { margin-left: 0px }
#ctrl_article div.body div.properties div.priceline span.textTitleLeftAlign { font-size: 14px; }
#ctrl_article div.body div.properties input.flowbutton { min-width: 60px; max-width: 100px; height: 33px; margin-top: 0px; vertical-align: top; }
#ctrl_article div.body div.properties input.button { min-width: 60px; max-width: 110px; height: 35px; float: right; white-space: normal; }
#ctrl_article div.body div.properties div.propertyline { font-size: 14px; }
#ctrl_article div.body div.properties div.propertyline input#amount { height: 25px; width: 48px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px; text-align: center; font-size: 14px; }
#ctrl_article div.body div.properties div.propertyline span { font-size: 14px; margin-right: 10px; vertical-align: top; color: black; }
#ctrl_article div.body div.properties div.propertyline span.article_amount_in_cart { font-size: 13px; float: left; width: 100%; }
#ctrl_article div.body div.properties div.propertyline .title { display: none; }
#ctrl_article div.body div.properties div.articlecompare { float: right; padding: 0px; }
#ctrl_article div.body div.properties div.articlenote { float: right; padding: 0px; border-style: solid; border-width: 1px; border-color: #BBBBBB; padding: 5px; font-size: 14px; }
#ctrl_article div.body div.properties a.comparebutton span { font-size: 14px;  }
#ctrl_article div.body div.description { float: left; width: 100%; padding: 0px; font-size: 13px; }
#ctrl_article div.body div.description th { display: none; }
#ctrl_article div.body div.description h2 { font-size: 15px; font-weight: bold; margin-top: 10px; }

#ctrl_article div.modulearea { float: right; width: 100%; margin: 0px;}
#ctrl_article div.modulearea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 14px; border-radius: 4px; color: #6D6D6D; cursor: pointer; }    
#ctrl_article div.modulearea .boxbackground { width: 100%; margin: 0 5px 20px 0; }
#ctrl_article div.modulearea .boxbody { border: none; } 
#ctrl_article div.modulearea i.fa.fa-minus-square { float: right; line-height: 1.5em; font-size: 1.3em; padding-right: 5px; }
#ctrl_article div.modulearea i.fa.fa-plus-square { display: none; float: right; line-height: 1.5em; font-size: 1.3em; padding-right: 5px; }

#ctrl_article #articlediscountbox table.wideTable { width: 100%; }
#ctrl_article #articlediscountbox table.wideTable tr { font-size: 13px; line-height: 1.75em; }
#ctrl_article #articlediscountbox table.wideTable tr:nth-child(even) {background-color: #F5F5F5;} 
#ctrl_article #articlediscountbox table.wideTable th { font-size: 14px; white-space: normal; }
#ctrl_article #articlediscountbox table.wideTable td { font-size: 13px; white-space: normal; }

#ctrl_article #articledocumentbox div.boxbody { width: 100%; } 
#ctrl_article #articledocumentbox div.title_whitebox { font-size: 13px; line-height: 1.75em; white-space: normal; padding: 3px 0px; } 
#ctrl_article #articledocumentbox div.boxbody div:nth-child(even) {background-color: #F5F5F5;}

#ctrl_article #articlepropertiesbox table.propertyTable { width: 100%; }
#ctrl_article #articlepropertiesbox table.propertyTable tr { font-size: 13px; line-height: 1.5em; }
#ctrl_article #articlepropertiesbox table.propertyTable th { white-space: normal; }
#ctrl_article #articlepropertiesbox table.propertyTable tr:nth-child(even) {background-color: #F5F5F5;} 

#ctrl_article .articleaddonbox h2.boxheading span { font-size: 14px; color: #6D6D6D; font-weight: bold; }
#ctrl_article .articleaddonbox .boxitem img { width: 100%; height: auto; }
#ctrl_article .articleaddonbox div.picture img {  max-height: initial; float: none; vertical-align: middle; }
#ctrl_article .articleaddonbox div.articlenumber { font-size: 12px; padding-bottom: 5px; }
#ctrl_article .articleaddonbox div.articlename { font-size: 14px; padding-bottom: 7px; }
#ctrl_article .articleaddonbox div.addtocartbutton { font-size: 14px; font-weight: bold; text-align: right; }
#ctrl_article .articleaddonbox div.availableinstock { font-size: 13px;  padding-bottom: 7px; }
#ctrl_article .articleaddonbox div.availableinstock i.fa { float: left; padding-right: 2px; margin-top: 3px; }
#ctrl_article .articleaddonbox div#customerprice { font-size: 13px; text-align: left; padding-right: 4px; }
#ctrl_article .articleaddonbox div#grossprice { font-size: 13px; text-align: left; padding-right: 4px;  }
#ctrl_article .articleaddonbox div#price { font-size: 13px; text-align: left; padding-right: 4px; }
#ctrl_article .articleaddonbox div#customergrossprice { font-size: 13px; text-align: left; padding-right: 4px; }
#ctrl_article .articleaddonbox div#currency { font-size: 13px; text-align: left; padding-right: 4px; }

#ctrl_article .articlealternativebox { float: none; }

div.articlecompare div.property input.flowbutton { -webkit-appearance: none; width: 72px; float: none;  }
div.articlecompare div.property span.title { font-size: 13px; }
div.articlecompare div.property.name { background: none repeat scroll 0% 0% #FFF !important; }
div.articlecompare div.property.picture { background: none repeat scroll 0% 0% #FFF !important; }
div.articlecompare div.property.addtocartbutton { -webkit-appearance: none; padding-top: 5px; background: none repeat scroll 0% 0% #FFF !important; }
div.articlecompare div.property.removebutton { -webkit-appearance: none; height: auto; background: none repeat scroll 0% 0% #FFF !important; }
div.articlecompare div.property:nth-child(even) { background-color: #F5F5F5; }
div.articlecompare div.property:nth-child(even) div.data { padding-top: 6px }

.Energy_class { max-width: 160px; margin: 4px 0 0 0; }

/* Articlelist - windows */ 
#ctrl_articlelist div.sortcolumns { width: 100%; float: left; padding-bottom: 10px; font-size: 13px; }  
#ctrl_articlelist div.product { height: 310px; width: 250px; margin: 5px; padding: 4px; }
#ctrl_articlelist div.product .name { Height: 38px; font-weight: bold; font-size: 13px; text-align: left; margin: 6px 0 -6px 0; overflow: visible}
#ctrl_articlelist div.product .name label { display: none }
#ctrl_articlelist div.product div.addtocartbutton { padding-bottom: 10px; padding-left: 0px; }
#ctrl_articlelist div.product div.addtocartbutton input.flowbutton {  width: 75px; }
#ctrl_articlelist div.product i.fa { padding-right: 3px; }
#ctrl_articlelist div.product div.articlecompare { font-size: 12px; margin: 10px 0px; }
#ctrl_articlelist div.product div.prodtp2text { position: absolute; top: 8px; z-index: 2; font-size: 15px; font-weight: bold; color: #FFF; margin: 0px; }
#ctrl_articlelist div.product div.prodtp2img { position: absolute; width: 100%; top: 0px; margin: 0px -7px; }
#ctrl_articlelist div.product div.prodtp2img img { height: 40px; width: 50%; opacity: 0.6}
#ctrl_articlelist div.product div.banner_tilbud_text { position: absolute; width: 100%; top: 8px; text-align: right; font-size: 15px; font-weight: bold; color: #FFF; margin: 0 -20px; }
#ctrl_articlelist div.product div.banner_tilbud_img { position: absolute; width: 100%; top: 0px; text-align: right; margin: 0px -7px; }
#ctrl_articlelist div.product div.banner_tilbud_img img { height: 40px; width: 50%; opacity: 0.75; }
#ctrl_articlelist div.product div.Energy_class { position: absolute; width: 100%; top: 128px; text-align: left; font-size: 12px; font-weight: bold; color: #FFF; }
#ctrl_articlelist div.product div.save {background-color: #e41613; position: absolute; text-align: right; font-size: 15px; font-weight: bold; color: #fff; padding: 4px; top: 26px; right: 0px; border-radius: 5px 0 0 5px; z-index: 2; }

#ctrl_articlelist div.pagination { display: inherit; }
#ctrl_articlelist table i.fa.fa-shopping-cart { font-size: 1.6em; }
#ctrl_articlelist table img { max-width: 50px; padding-top: 2px; }

#ctrl_articlelist div#showwindowarea { width: 100%; }
#ctrl_articlelist div.productbox img { width: 100%; height: auto; max-width: 100%; }
#ctrl_articlelist td.showelement { border-style: none; }
#ctrl_articlelist div.productbox a { font-size: 13px; }
#ctrl_articlelist div.productbox div {margin-top: 5px; }
#ctrl_articlelist div.productbox div.addtoshoppinglist { text-align: right; }
#ctrl_articlelist div.productbox div.addtocart { text-align: right; }
#ctrl_articlelist div.productbox div.articlecompare { text-align: right; }
#ctrl_articlelist div.productbox .showelement_title { background: none repeat-x scroll left top #DADADA; border-radius: 4px; color: #6D6D6D; line-height: 2em; font-size: 12px; cursor: pointer;   }
#ctrl_articlelist div.productbox div.stock {font-size: 13px;}
#ctrl_articlelist div.productbox i.fa { float: left; padding-right: 3px; margin-top: 3px; }
#ctrl_articlelist div.productbox input.Input_amount  { padding: 4px 1px; border: 1px solid #C0C0C0; border-radius: 4px; text-align: center; height: 25px;}
#ctrl_articlelist div#go_to.rcrumbs { margin: -10px 0 20px; }
#ctrl_articlelist div#go_to_bottom.rcrumbs { margin: 20px 0 0; }

#ctrl_articlelist .articlegroup { margin: 6px 6px 0 0; float: left; width: 125px; height: 150px; vertical-align: center; text-align: center; font-size: 14px; } 

#articlelistfooter { width: 100%; text-align: center; font-size: 14px; }
#articlelistfooter H2 { font-size: 18px; Font-weight: bold; }

#ctrl_addtoshoppinglist input.button { float: right; }

#ctrl_attestlist h2 { margin-bottom: 25px; }

#ctrl_attestcart h2 > span.article_ingress { font-weight: normal;}
#ctrl_attestcart h3 { margin: 10px 0px; }
#ctrl_attestcart div.buttonpanel { min-height: auto; }
#ctrl_attestcart input.button  { margin-top: 5px; }
#ctrl_attestcart input.button1 { margin-top: 5px; float: right; }
#ctrl_attestcart input.button2 { float: right; margin-top: 10px; }
#ctrl_attestcart div#orderrejected textarea#attestationnote { width: 530px; }
#ctrl_attestcart div#orderrejected > input.button { margin-top: 10px; }
#ctrl_attestcart p {font-size: 12px; font-weight: bold; line-height: 1.5em}

#ctrl_documentdetails div.documentdetails {margin-right: 15px; }
#ctrl_documentdetails img { float: none; max-width: 100%; }

#ctrl_documentlist div.documentlist { margin: 0px; }
#ctrl_documentlist .item .image { margin: 5px 0px; height: auto; overflow: visible; width: 100%; float: none; }
#ctrl_documentlist table div.image img {  width: 80%; height: auto; float: none; vertical-align: middle; }

#ctrl_erporderhistory table.simpleTable td { width: 50%; line-height: 1em; padding: 0px 10px 5px 0px;}
#ctrl_erporderhistory table.simpleTable td > span { font-size: 14px; }
#ctrl_erporderhistory table.simpleTable td > div { padding-top: 5px; font-size: 13px; }

#ctrl_erporderstatus table.simpleTable td { width: 50%; line-height: 1em; padding: 0px 10px 5px 0px; }
#ctrl_erporderstatus table.simpleTable td > span { font-size: 14px; }
#ctrl_erporderstatus table.simpleTable td > div { padding-top: 5px; font-size: 13px; }

div#loginarea.centerbox   { position: absolute; top: 20%; margin: 0px 0px 0px -215px; left: 50% ; height: 350px; width: 460px;  padding-left: 10px; padding-right: 5px }
div#loginarea.centerbox .boxbody .outer { padding: 30px; background-color: white; margin-right: 5px; border-left: 1px solid #DDD; border-top: 1px solid #DDD;  }
div#loginarea.centerbox  h1 { text-align: left; color: #000; margin-bottom: 0px; }
div#loginarea.centerbox  input#userid { margin-left: 20px; width: 175px;  height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#loginarea.centerbox  input#pwdclient { margin-left: 20px; width: 175px; height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#loginarea.centerbox  input.button { margin: 10px 0px; width: 110px; height: 35px; white-space: normal; font-size: 14px; font-weight: normal; padding: 0px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#loginarea.centerbox  a { font-size: 13px; margin-right: 5px;  }
div#loginarea.centerbox .languages { min-width: 300px; max-width: 500px; height: 50px; line-height: 25px; text-align: left; font-weight: normal; margin-top: 5px; padding-left: 5px;}
div#loginarea.centerbox .languages > a { display: inline-block; }

div#forgotarea.centerbox   { position: absolute; top: 20%; margin: 0px 0px 0px -215px; left: 50% ; height: 350px; width: 460px;  padding-left: 10px; padding-right: 5px }
div#forgotarea.centerbox .boxbody .outer { padding: 30px; background-color: white; margin-right: 5px; border-left: 1px solid #DDD; border-top: 1px solid #DDD; }
div#forgotarea.centerbox  input#email { min-width: 235px; width: auto !important; height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#forgotarea.centerbox  input.button { margin: 10px 0px; max-width: 100px; height: 35px; white-space: normal; font-size: 12px; font-weight: normal; padding: auto auto; border: 1px solid #C0C0C0; border-radius: 4px; }
div#forgotarea.centerbox  a { font-size: 13px; margin-right: 5px;  }
div#forgotarea.centerbox .languages { min-width: 300px; max-width: 500px; height: 50px; line-height: 25px; text-align: right; font-weight: normal; padding: 5px;}
div#forgotarea.centerbox .languages > a { display: inline-block;} 

div#logoutarea.centerbox   { position: absolute; top: 20%; margin: 0px 0px 0px -215px; left: 50% ; height: 350px; width: 460px;  padding-left: 10px; padding-right: 5px }
div#logoutarea.centerbox .boxbody .outer { padding: 30px; background-color: white; margin-right: 5px; border-left: 1px solid #DDD; border-top: 1px solid #DDD; }
div#logoutarea.centerbox  input.button { margin: 10px 0px; width: 110px; height: 35px; white-space: normal; text-align: center; font-size: 14px; font-weight: normal; padding: 0px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#logoutarea.centerbox  a { font-size: 13px; margin-right: 5px; }
div#logoutarea.centerbox .languages { min-width: 300px; max-width: 500px; height: 50px; line-height: 25px; text-align: left; font-weight: normal; margin-top: 5px; padding-left: 5px; }
div#logoutarea.centerbox .languages > a { display: inline-block; } 

#ctrl_loginprofile  .newuserlink { width: 100%; margin-top: 10px; }
#ctrl_loginprofile  .newuserlink img { width: 20px; margin: 0px 3px -5px 0; }
#ctrl_loginprofile  .loginprofile { width: 400px;  height: auto; margin-left: 65px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); z-index: 110 !important; }
#ctrl_loginprofile  .boxbody   { padding: 10px 10px 0 10px; border: none; }
#ctrl_loginprofile  .boxbody a { font-size: 14px; }
#ctrl_loginprofile  .fa:hover { cursor: pointer; }
#ctrl_loginprofile  h2 { text-align: left; margin-bottom: 10px; }
#ctrl_loginprofile  div.boxinputrow { padding: 0 4px 20px 0; }
#ctrl_loginprofile  input#userid { margin-left: 20px; width: 200px; height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
#ctrl_loginprofile  input#pwdclient { margin-left: 20px; width: 200px; height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
#ctrl_loginprofile  input.button { margin-top: 10px; }

#ctrl_purchaselist div.search { margin-bottom: 10px; }
#ctrl_purchaselist input#purchaseSearch { width: 390px; height: 20px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px 0px 0px 4px; vertical-align: top; }
#ctrl_purchaselist input[type=text]:focus {box-shadow: 0 0 5px  rgba(82, 168, 236, 1); padding: 0px; margin: 0px; border: 1px solid rgba(82, 168, 236, 1); }
#ctrl_purchaselist button.button { width: 30px; height: 30px; border-radius: 0px 4px 4px 0px; margin-left: -5px; vertical-align: top; }
#ctrl_purchaselist table { margin-bottom: 20px; }
#ctrl_purchaselist table.lastorder th { padding: 0.7em 0.4em 0.7em 0.4em; white-space: normal; height: auto; line-height: 1.5em; min-width: 150px; font-size: 1em; }
#ctrl_purchaselist table.lastorder td { padding: 0.5em 0.4em; white-space: normal; line-height: 1.5em; min-width: 150px; font-size: 1.17em; }

#ctrl_purchasecart h2 { margin-bottom: 15px; }
#ctrl_purchasecart .buttonpanel { margin-top: 20px; min-height: 85px;  }
#ctrl_purchasecart input.button1, #ctrl_purchasecart input.button2 { float: right;  }
#ctrl_purchasecart table i.fa.fa-shopping-cart { font-size: 1.6em; }
#ctrl_purchasecart input#addArticleToPurchaseList { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; -webkit-appearance: none;  height: 20px; width: 388px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px; }
#ctrl_purchasecart input#addArticleToPurchaseList:focus  { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; -webkit-appearance: none; box-shadow: 0 0 5px  rgba(82, 168, 236, 1); margin: 0px; }
#ctrl_purchasecart input.tt-hint { height: 20px; width: 388px; margin-left: 0px; padding: 4px 6px; border: 1px solid #C0C0C0; }
#ctrl_purchasecart span.tt-dropdown-menu { width: 400px; margin-left: 0px; padding: 8px 0px 5px; background-color: #FFF; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); background-clip: padding-box; z-index: 101 !important; }

#ctrl_quickorder div.buttonpanel { min-height: 85px; }
#ctrl_quickorder div.buttonpanel.top { min-height: auto; }
#ctrl_quickorder input.button1 { float: right; }
#ctrl_quickorder input.button3, #ctrl_quickorder input.flowbutton { float: right; margin-top: 10px; }

#ctrl_shoppingcartdetails  hr { margin: 5px 0px; }
#ctrl_shoppingcartdetails  div.buttonpanel { min-height: 85px; }
#ctrl_shoppingcartdetails  div.tablefooter { border-style: solid; border-width: 1px; border-color: #BBBBBB; padding: 5px; }
#ctrl_shoppingcartdetails  input.button, #ctrl_shoppingcartdetails input.button1 { vertical-align: top; }
#ctrl_shoppingcartdetails  input.button2, #ctrl_shoppingcartdetails input.button3, #ctrl_shoppingcartdetails input.flowbutton {  vertical-align: top; float: right; }
#ctrl_shoppingcartdetails  input.button3 { margin-top: 10px ; }
#ctrl_shoppingcartdetails  span { line-height: 2em;  }
#ctrl_shoppingcartdetails  div.attestpanel1, #ctrl_shoppingcartdetails div.attestpanel2   { margin-top: 10px; }
#ctrl_shoppingcartdetails  h2 > span { font-size: 13px; }
#ctrl_shoppingcartdetails  h3 > span { font-weight: bold; font-size: 12px; }
#ctrl_shoppingcartdetails  h4 > span { font-weight: normal; font-size: 11px; }
#ctrl_shoppingcartdetails .bonusproduct {Border: 1px solid #C0C0C0; height: 101px; }
#ctrl_shoppingcartdetails .bonusbanner { float: right; margin-left: 2px; }
#ctrl_shoppingcartdetails .bonusbanner img { width: 350px; }
#ctrl_shoppingcartdetails .bonustext { font-size: 13px; padding: 4px; line-height: 1.2em; }

.orderflow { font-size: 14px; }
.orderflow  td { width: 90px; }


#ctrl_orderstep1 .delimited { margin: 0px; padding: 0px; margin: 0px; border-top: 0px none; border-bottom: 0px none; } 
#ctrl_orderstep1 .delimited h2 { padding-bottom: 0px; }
#ctrl_orderstep1 .delimited input { width: 220px; }
#ctrl_orderstep1  h2.clearer { margin-bottom: 10px; }
#ctrl_orderstep1  td.errorinfo { max-width: 220px; line-height: 2em; }
#ctrl_orderstep1  hr { width: 536px; margin-right: 10px; }
#ctrl_orderstep1  fieldset.radiogroup input { width: auto; }
#ctrl_orderstep1 .invoiceaddress { padding-right: 5px; margin-bottom: 0px; }
#ctrl_orderstep1 .orderdetails  { width: 100%; }
#ctrl_orderstep1 .orderdetails span.article_ingress { font-size 15px; font-weight: bold; }
#ctrl_orderstep1 .orderdetails hr { width: 350px; margin-right: 140px; margin-bottom: 10px; }
#ctrl_orderstep1 .orderdetails th.freight , th.paymentmethod  { display: none; }
#ctrl_orderstep1 .buyerdetails  { width: 90%; }
#ctrl_orderstep1 .buyerdetails hr { width: 536px; margin-right: 10px; margin-bottom: 10px; }
#textDataLeftAlign freight { width: 500px; }

#ctrl_orderstep2 .delimited { margin: 0px; padding: 0px; border-top: 0px none;  border-bottom: 0px none; } 
#ctrl_orderstep2  div.left {  margin-bottom: 20px !important; width: 50% !important; }
#ctrl_orderstep2  div.left span { font-weight: bold; font-size: 14px; }
#ctrl_orderstep2  div.left div { padding-top: 5px; font-size: 13px; }
#ctrl_orderstep2  span.article_ingress { font-size: 13px; font-weight: normal; line-height: 1.4em; }
#ctrl_orderstep2  input.button, #ctrl_orderstep2 input.flowbutton { margin: 0px; }

#ctrl_companyprofile  hr { margin-bottom: 10px; }
#ctrl_companyprofile  div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_companyprofile input.button1 { float: right; margin-top: 10px;  }
#ctrl_companyprofile input.button2 { float: right; margin-top: 10px; }

#ctrl_newcontactprofile  hr { margin-bottom: 10px; }
#ctrl_newcontactprofile  div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_newcontactprofile  input.button  { float: right; margin-top: 10px;  }

#ctrl_newuser div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_newuser input.button  { float: right; }
#ctrl_newusercomp input.button  { float: right; }
#ctrl_newuserinst input.button  { float: right; }

#ctrl_userprofile  hr { margin-bottom: 10px; }
#ctrl_userprofile  div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_userprofile  input.button  { float: right; margin-top: 10px; }

#ctrl_contactprofile hr { margin-bottom: 10px; }
#ctrl_contactprofile div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_contactprofile  input.button  { vertical-align: top; margin-top: 10px;  }
#ctrl_contactprofile  input.button1 { float: right; vertical-align: top; margin-top: 10px; }

#ctrl_updateaddtoshoppinglist div.buttonpanel input.flowbutton { float: right; }

div#discountdetails {  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); border-radius: 0 0 4px 4px; }
div#discountdetails h2.boxheading { line-height: 1.5em; background: none repeat-x scroll left top #DADADA; border-radius:4px 4px 0px 0px; font-size: 12px; color: #6D6D6D; }
div#discountdetails .boxbody { border: none; } 
div#discountdetails span.icon { display: none; }

.pagination { display: inline-block; padding-left: 0; margin: 12px 0 4px 0; border-radius: 4px; }
.pagination > li { display: inline; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #428bca; background-color: #ffffff; border: 1px solid #dddddd; margin-left: -1px; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #2a6496; background-color: #eeeeee; border-color: #dddddd; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #ffffff; background-color: #7697B8; border-color: #7697B8; cursor: default; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #ffffff; border-color: #dddddd; cursor: not-allowed; }

/* PriceRunner */
.PricerunnerWidget img { position: absolute; height: 45px; z-index: 2; margin: 230px 0 0 220px; opacity: 80%; }

/* Elretur */
.because-widget { height: 225px; margin: -54px 0px 0 0; }

}
