@import 'bannerMenu.css';
@import 'groupList.css';
@import 'jquery.treeview.css'; 


  @media only screen and (min-width: 992px) {
 
.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; }    

.title_lightbox { background-color: initial; }
.data_lightbox_bold { background-color: initial; }

 div.header  {height: auto; max-width: 980px; margin-left: 5px; }
 div.header span.home { float: left; }
 div.header span.home a.home i.fa.fa-home {color: #444;}
 div.header .logo { position: relative; vertical-align: bottom; text-align: center; }
 div.header  a.logo img {max-width: 200px !important; min-width: 180px !important; ;}
 div.header .menu { position: relative; float: right; top:25px; }
 div.header .menu i.fa.fa-shopping-cart { font-size: 1.6em; color: #444; vertical-align: top; }


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
#search input#searchstr { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; -webkit-appearance: none; width: 600px; height: 28px; border: 1px solid #C0C0C0; border-radius: 4px 0px 0px 4px; vertical-align: top; margin-left: 170px; }
#search #searchbtn { -webkit-appearance: none; width: 40px; height: 30px; margin-left: -5px; border: 1px solid #C0C0C0; border-radius: 0px 4px 4px 0px; border-left: none; vertical-align: top; }

.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: 600px; margin-left: 170px; border: 1px solid #C0C0C0; border-radius: 4px 0px 0px 4px; }
span.tt-dropdown-menu { width: 600px; margin-left: 170px; 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; /*list-style: outside none none;*/ }
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: 2em; }
span.tt-suggestions div:hover { background-color: #C0C0C0; cursor: pointer; }
div.Search_text { height: auto; margin: 10px 0px; }

 div.navigation div#grouplistbox div.boxbody { border-top: 2px solid #E0E0E0; border-radius: 4px; }
 div.navigation div#grouplistbox nav.main-navigation .filetree span { line-height: 2em; }
 
 a.dropdown-trigger { display: none; }
 a.ve-link img { width: auto !important; }

 div#topcontrol { margin-bottom: 150px;}
 div#topcontrol img { width: 85%; float: right; opacity: 0.7; }
.footer #languages { position: relative; float: right; height: 50px; top: 5px; padding-right: 10px; color: white; font-weight: bold; font-size: 13px;}
 #ctrl_languages { height: 50px; line-height: 25px;}

 .button         { -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; }
 .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; padding: auto auto; vertical-align: bottom; border: 1px solid #C0C0C0; border-radius: 4px; background: #E0E0E0; }

  input.Input_amount { -webkit-appearance: none; border-radius: 4px; border: 1px solid #C0C0C0; padding: 4px 2px; text-align: center; }
  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 { box-shadow: 0 0 5px  rgba(82, 168, 236, 1); margin: 5px 1px 3px 0px;  }
  input[type=search]:focus  {box-shadow: 0 0 5px  rgba(82, 168, 236, 1); padding: 0px; margin: 0px; border: 1px solid rgba(82, 168, 236, 1); }
  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: 2px 0px 20px 0px; } 
    h1.left { max-width: 400px; }
    h1.right { margin-right: 10px; }
    h2 span.article_ingress { font-weight: normal; } 
    i.fa.fa-check-circle { color: #228B22; }
    i.fa.fa-times-circle { color: #B00; }
    .watermark label { padding: 7px 6px; } 

   .propertyTable { max-width: 766px; }
   .propertyTable th { width: 170px; padding-bottom: 10px; padding-right: 30px; line-height: 1.5em; font-size: 13px; white-space: normal; }   
   .propertyTable td { padding-bottom: 10px; 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; 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; }  

   .clearfix { *zoom: 1; }
   .clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
   .clearfix:after { clear: both; }

    
    table.promo { table-layout: fixed; width: 100%; }
    table.promo .space { height: 400px; }
    table.promo img.promo { max-width: 536px; }
    table.promo img.promo.column { max-width: 268px; }
    #showwindowarea { width: 70%; }
    #showwindowarea img.image { width: 100%; height: auto; }
    #showwindowarea td { border-style: none; }
    #showwindowarea div.productbox a { font-size: 13px; }
    #showwindowarea div.productbox div {margin-top: 5px; }
    #showwindowarea div.productbox div.addtoshoppinglist { text-align: right; }
    #showwindowarea div.productbox div.addtocart { text-align: right; }
    #showwindowarea div.productbox div.articlecompare { text-align: right; }
    #showwindowarea div.productbox .showelement_title { background: none repeat-x scroll left top #DADADA; border-radius: 4px; color: #6D6D6D; line-height: 2em; font-size: 12px; }
    #showwindowarea div.productbox div.stock { font-size: 13px; }
    #showwindowarea div.productbox i.fa { float: left; padding-right: 3px; margin-top: 3px; }
    #showwindowarea div.productbox input.Input_amount  { padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px; text-align: center; height: 20px;}
    
    #boxarea { width: 30%; float: right; }
    #boxarea i.fa.fa-minus-square { line-height: 2em;  float: right;  padding-right: 5px; }
    #boxarea i.fa.fa-plus-square { line-height: 2em; display: none; float: right;  padding-right: 5px; }
    
    #purchaselistarea { width: 100%;}
    #purchaselistarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 13px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
    #purchaselistarea div.boxbody { border: none; } 
    #purchaselistarea thead th { font-size: 13px; }
    #purchaselistarea td { font-size: 12px; line-height: 1.5em; }
    #purchaselistarea table { width: 100% !important; }
    
    #infolistboxarea { width: 100%; }
    #infolistboxarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 13px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
    #infolistboxarea div.boxbody { border: none; } 
    #infolistboxarea div.boxbody span { line-height: 2em; }
    

  	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: 760px; 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 thead th { white-space: normal; }

    #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; height: auto; }
    #ctrl_article h1.article_heading { max-width: 600px; margin-bottom: 0px; line-height: 1.5em; font-size: 16px; }
    #ctrl_article div#breadcrumbs.rcrumbs li.crumbs.show:last-child a { color: #4F82C7 }
    #ctrl_article div.body table.article { width: 762px; }
    #ctrl_article div.body td.pictures { padding: 10px 0px 20px 0px; text-align: center; }
    #ctrl_article div.body td.pictures img  { min-width: 200px; max-width: 400px; }
    #ctrl_article div.body td.properties { padding: 0px; }
    #ctrl_article div.body td.properties div.priceline { line-height: 25px; }
    #ctrl_article div.body td.properties div.priceline span.bigprice { margin-left: 380px }
    #ctrl_article div.body td.properties div.priceline span.textTitleLeftAlign { font-size: 14px; }
    #ctrl_article div.body td.properties div.priceline input#amount { position: relative; left: 40%; height: 20px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px; text-align: center; font-size: 14px; }   
    #ctrl_article div.body td.properties div.priceline span.article_amount_in_cart { margin: 5px 0px 15px 0px; font-size: 13px; float: left; }
    #ctrl_article div.body td.properties input.flowbutton { min-width: 60px; max-width: 110px; float: right;}
    #ctrl_article div.body td.properties input.button { min-width: 60px; max-width: 105px; height: 35px; float: right; }
    #ctrl_article div.body td.properties div.propertyline { margin-bottom: 5px; }
    #ctrl_article div.body td.properties div.propertyline span { font-size: 14px; width: 360px; margin-right: 20px; }
    #ctrl_article div.body td.properties div.articlecompare { float: right; padding: 0px; }
    #ctrl_article div.body td.properties a.comparebutton span { font-size: 14px;  }
    #ctrl_article div.body div.description { padding: 0px; }
    #ctrl_article div.body div.description th { display: none; }
    #ctrl_article div.body div.description td { font-size: 14px; }

    #ctrl_article div.modulearea { float: none; width: auto; 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 { margin-bottom: 40px; }
    #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.5em; padding-right: 5px; }
    #ctrl_article div.modulearea i.fa.fa-plus-square { display: none; float: right; line-height: 1.5em; font-size: 1.5em; 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: 762px; } 
    #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.75em; }
    #ctrl_article #articlepropertiesbox table.propertyTable th { white-space: normal; }
    #ctrl_article #articlepropertiesbox table.propertyTable tr:nth-child(even) { background-color: #F5F5F5; } 
   
    #ctrl_article .articleaddons img.image { max-width: 100px; }
    #ctrl_article .articleaddons .tablesaw img.image { max-width: 160px; }
    #ctrl_article .articleaddonbox h2.boxheading span { font-size: 14px; color: #6D6D6D; font-weight: bold }
    #ctrl_article .articleaddonbox table.boxbody { border: none; }
    #ctrl_article .articleaddonbox .boxitem img.image { 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: 3px; 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; }

    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 }
 

    #ctrl_articlelist div.sortcolumns { padding-bottom: 10px; font-size: 13px; }  
    #ctrl_articlelist div.product { height: auto; width: 205px; margin: 15px; padding: 10px; border: 0px solid #FFF; }
    #ctrl_articlelist div.product:hover { box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4); background-color: #f7f7f7; }
    #ctrl_articlelist div.product > div { overflow: visible; }
    #ctrl_articlelist div.product div.name { height: auto; min-height: 48px; }
    #ctrl_articlelist div.product div.property > label { font-size: 12px; white-space: normal; max-width: 140px; padding-right: 5px; }
    #ctrl_articlelist div.product div.property > span  { font-size: 12px; white-space: normal; }
    #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 div.availableinstock span { font-size: 14px; }
    #ctrl_articlelist div.product div.availableinstock label { font-size: 14px; }
    #ctrl_articlelist div.product div.customerprice { width: 65%; margin-top: 3px; }
    #ctrl_articlelist div.product div.customergrossprice { width: 65%; margin-top: 3px; }
    #ctrl_articlelist div.product div.customerprice span { font-size: 14px; }
    #ctrl_articlelist div.product div.customergrossprice span { font-size: 14px; }
    #ctrl_articlelist div.product i.fa { padding-right: 3px; }
    #ctrl_articlelist div.product div.articlecompare { font-size: 12px; margin: 10px 0px; }
    #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.image { 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 6px; border: 1px solid #C0C0C0; border-radius: 4px; text-align: center; height: 20px;}
    #ctrl_articlelist div#go_to.rcrumbs { margin: -10px 0 20px; }
    #ctrl_articlelist div#go_to_bottom.rcrumbs { margin: 20px 0 0; }

    #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.pagination > a { padding: 2px 5px; font-size: 14px; }
    #ctrl_attestcart div.pagination { margin: 15px 0px; }
    #ctrl_attestcart div.pagination > span.previous { padding: 2px 5px; margin-right: 3px; font-weight: bold; font-size: 13px; } 
    #ctrl_attestcart div.pagination > span.next {  padding: 2px 7px; font-weight: bold; font-size: 13px;  } 
    #ctrl_attestcart div.buttonpanel { min-height: 90px; }
    #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: 760px; }
    #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: 1.5em; 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: 1.5em; 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 .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#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; width: 110px; 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#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; }


    #ctrl_loginprofile  .loginprofile { width: 400px; height: auto; 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 20px 10px; border: none; }
    #ctrl_loginprofile  .fa:hover { cursor: pointer; }
    #ctrl_loginprofile  h1 { text-align: left; color: #000; 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_loginprofile  div.boxbody a { font-size: 14px }

   #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: 10px 0px; }
   #ctrl_shoppingcartdetails  div.buttonpanel { min-height: 85px; }
   #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_orderstep1 .delimited { margin: 0px; padding: 0px; margin: 0px; border-top: 0px none;  border-bottom: 0px none; } 
   #ctrl_orderstep1 .delimited h2 { padding-bottom: 10px; }
   #ctrl_orderstep1 .delimited input { width: 220px; }
   #ctrl_orderstep1  h2.clearer { margin-bottom: 10px; }
   #ctrl_orderstep1  td.errorinfo { max-width: 220px; padding-bottom: 10px; line-height: 2em; }
   #ctrl_orderstep1  hr { width: 766px; margin-right: 10px; margin-bottom: 10px; }
   #ctrl_orderstep1  fieldset.radiogroup input { width: auto; }
   #ctrl_orderstep1 .deliveryaddress { width: 48%; }
   #ctrl_orderstep1 .invoiceaddress { width: 48%; padding-right: 5px; margin-bottom: 0px; }
   #ctrl_orderstep1 .orderdetails,  #ctrl_orderstep1 .buyerdetails  { width: 90%; }
   #ctrl_orderstep1 .orderdetails div { margin-bottom: 20px; }
   #ctrl_orderstep1 .orderdetails span.article_ingress { font-size: 13px; }
   #ctrl_orderstep1 .orderdetails hr { width: 550px; margin-right: 150px; margin-bottom: 10px; }
   #ctrl_orderstep1 .orderdetails th.freight , th.paymentmethod  { display: none; }

   #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 { padding-right: 30px; font-weight: normal; line-height: 2em; }
   #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 hr { margin-bottom: 10px; }
   #ctrl_newuser div.errorinfo { padding-bottom: 10px; line-height: 2em; }
   #ctrl_newuser input.button  { float: right; margin-top: 10px; }

   #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; }
 
   #shoppingcart .boxheading { background: none repeat-x scroll left top #DADADA; line-height: 2em; margin: 30px 0px 0px; border-radius: 4px 4px 0px 0px; }
   #shoppingcart i.fa.fa-minus-square { display: none !important; }
   #shoppingcart i.fa.fa-plus-square { display: none !important; }
   #shoppingcart .boxbody { border-radius: 0px 0px 4px 4px; display: block !important;  }
   #shoppingcart .boxbody .propertyTable th { padding-right: 0px; }
   #shoppingcart .shoppingcart_textarea { cursor: auto; }
   #shoppingcart b.tablesaw-cell-label { display: none; }

   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; background-color: #fff; } 
   div#discountdetails span.icon { display: none; }

.pagination { display: inline-block; padding-left: 0; margin: 20px 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; }
