/* 
    Document   : shop.css
    Created on : 4-dec-2013, 17:15:00
    Author     : B.v.d.Brink
    Description: Shop styling
*/

/**
 * Table of Contents:
 *
 *  1.0 - Header
 *     1.1 - First row: Account menu
 *     1.2 - Second row: Categories menu
 *        1.2.1 - Logo
 *        1.2.2 - Menu (Top level categories
 *        1.2.3 - Cart
 *     1.3 - Third row: Breadcrumb
 *  2.0 - Content
 *     2.1 - Sidebar blocks
 *     2.2 - Product Overview
 *  3.0 - Footer
 *  4.0 - Cart
 *  5.0 - Admin
 *   5.1 Admin-treecontrols
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Header
 * ----------------------------------------------------------------------------
 */

.warning-message {
    display: none;
    width: 800px;
    max-width: 95%;
    margin: 10px auto;
}
.error-message {
    display: block;
    width: 800px;
    max-width: 95%;
    margin: 10px auto;


}    
.unknownerror-message
{
    display: none;
    font-size: 20px;
}
.pagenotfound-message
{
    font-size: 20px;
    display: none;
}    
.noscript-message,
.oldbrowser-message {
    display: none;
}

.jea-admin-container {
    width: 100%;
    height: 100%;
    padding: 0px 25px;
}

sup {
    top: -0.4em;
    left: -0.2em;
}

html {
    overflow-y: scroll;
}

.bold {
    font-weight: 700;
}

input {
    border: 1px solid #eee;
}

#jea-shop {
    color: #56565b;

}

#jea-shop #jea-header {
}

#jea-shop .container {
    position: relative;
    width: 99vw;
    max-width: 1600px;
}

#jea-shop .navbar-default {
}

#jea-shop .navbar-fixed-top {
    top: 0px;
}

#jea-shop .form-control {
    border-radius: 0px;
}
/*
.has-error .help-block, .has-error .control-label {
    color: #f36b21;
}
*/
.required .control-label {

}

.required .control-label:after {
    content: "*";
    font-size: xx-small;
    vertical-align: super;
    opacity: 0.6;
}

.jea-superscript {
    font-size: x-small !important; 
    vertical-align: top !important;
} 

/**
 * 1.1 First row: Account menu
 * ----------------------------------------------------------------------------
 */

.jea-header-row1 {
    background-color: #f9f9f9;
    border-top-width: 4px;
    border-top-style: solid;
    /*    border-top: 4px solid #f36b21;*/
    /*    min-height: 26px; */
    min-height: 35px;
}


#jea-shop .jea-header-row1 .nav > li > a {
    position: relative;
    display: block;
    padding: 2px 5px;
}

#jea-shop .jea-account-menu {
    float: right;
    padding: 0px;
    margin: 0px;
    line-height: 26px;
    list-style: none;
}

#jea-shop .jea-account-menu li {
    float: left;
    white-space: nowrap;
}

#jea-shop .jea-account-menu li a:hover {
    text-decoration: none;
    /*    color: #f36b21; BERT */
}

#jea-shop .jea-account-menu li:before {
    content: " | ";
    margin: 0px 8px;
}

#jea-shop .jea-account-menu li:first-child:before {
    content: "";
    margin: 0px;
}

.jea-header-languages {
    float: left;
    padding: 0px;
    margin: 0px 0px;
    margin-left: 0px;
    line-height: 26px;
    list-style: none;    
}

.jea-header-languages a {
    font-size: 12px;
} 

.jea-header-languages a:hover {
    text-decoration: none;
}

.jea-header-languages li img {
    margin-right: 5px;
}


/**
 * 1.2 Second row: Categories menu
 * ----------------------------------------------------------------------------
 */

#jea-shop .jea-header-row2 {
    background-color: #fff;
    padding: 10px 0px; /* 28-09-2015: Changed from 20px to 10px;  padding:20px 0px; */

    /* min-height: 90px; */
}

/**
 * 1.2.1 Logo
 * ----------------------------------------------------------------------------
 */

#jea-shop .navbar-brand {
    /*    padding: 0px 15px;*/
    padding: 0px;
    padding-right: 20px;
}

#jea-shop .navbar-brand .logo {
    /*height: 40px; BERT */
    height: 50px;
}

/**
 * 1.2.2 Menu (Top level categories)
 * ----------------------------------------------------------------------------
 */

.menu-categories {
    /*    padding-top: 8px;*/
}

.menu-categories > li {
    /*    border-top: 2px solid #fff; BERT */
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: transparent;
    border-radius: 4px;
    margin: 0 3px 3px;
    z-index: 1001;
}

.menu-categories > li:hover  {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    /*    border-top: 3px solid #f36b21; BERT */
    /*    border-top-width: 3px;
        border-top-style: solid;
        border-radius: 4px;*/
}

.menu-categories > li.active {
    background-color: transparent;   
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #f36b21;
    border-radius: 4px;
} 

.menu-categories > li > a {
    padding: 0px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #808080;
    line-height: 36px;
}

.menu-categories > li > a > span {
    display: block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0px 10px;
    cursor: pointer;
}


/**
 * 1.2.1 Dropdown menu
 * ----------------------------------------------------------------------------
 */

.jea-header-row1 {
    line-height: 26px;
}

.jea-header-row1 .nav > li > a {
    line-height: 26px;
    color: #444;
}

.jea-header-row1 .nav > li > a:hover {
    background-color: transparent;
}

.jea-header-row1 .nav > li > .dropdown-menu {
    margin: 0px;
}

.jea-header-row2 .nav > li > a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #808080;
    background-color: #fff;
}

.jea-header-row2 .dropdown-menu {
    margin-left: 15px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
/*  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #777;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color: #333;
 }
*/

.dropdown-submenu > a {
    padding-right: 25px;
}

.dropdown-submenu > a:after {
    position: absolute;
    right: 0px;
    top: 30%;
    margin-right: 10px;
    font-family: 'Glyphicons Halflings';
    font-size: 65%;
    content:"\e250";
}

.dropdown-menu > li > a {
    color: #777;
    padding-right: 30px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    background: none repeat scroll 0 0 #F5F4F4;
    color: #333;
}  

.nav > li > .dropdown-menu {
    border-top-width: 4px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.triangleTopLeft:before, .triangleTopRight:before {
    display: block;
    position: absolute;
    content: "\25B2";
    font-size: 17px;
    line-height: 17px;
    top: -17px;
}

.triangleTopLeft:before {
    left: 20px;
}

.triangleTopRight:before {
    right: 40px;
}

@media (max-width: 767px) {

    .navbar-nav  {
        display: inline;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;   
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #ccc;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white; 
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }

}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
    #navbar {
        /*    text-align: center;*/
    }
}  
@media (min-width: 1600px){
    .col-xl-2{
        width: 16.6667%;
    }
}

highchart {
  display: block;
  width: 100%;
  max-width: 100%;
}

#myChart-license-text {
  z-index: -9999;
}

.chart--container {
  height: 100%;
  width: 100%;
  min-height: 150px;
}
 
.zc-ref {
  display: none;
}

/**
 * 1.2.3 Cart
 * ----------------------------------------------------------------------------
 */

.jea-header-row3 ul:first-child {
    float: right; 
    list-style: none; 
    font-size: 14px; 
    line-height: 39px; 
    margin: 0px;
    color: #333;
}

.jea-header-row3 ul:first-child > li {
    float: right; 
    margin-left: 25px; 
    position: relative;
}

.jea-header-row3 ul:first-child > li:hover {
    cursor: pointer;
}


.jea-cart {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 14px;
    float: right;
    font-size: 14px;
    line-height: 39px;
}

.jea-header-cart {
    float: right;
    color: #444;
    cursor: pointer;
}

.jea-mydocuments {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 14px;
    float: right;
    font-size: 14px;
    line-height: 39px;
}

.jea-header-mydocuments {
    float: right;
    color: #444;
    cursor: pointer;
}

.jea-mydocuments-error-message {
color: #FF0000;
}
.jea-mydocuments-warning-message {
color: darkgoldenrod;
}
.jea-mydocuments-icon{
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    padding-right: 2px;
    padding-left: 2px;
    vertical-align: middle;
    display: inline-block;

    font-size: 130%;
    
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    
    /* use its hardware acceleration to calculate the transforms - Improves font quality */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome and Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
}
/* moved to dynamic css 
.jea-header-cart span {
    color: #f36b21;
}*/

.jea-cart a {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #f36b21;
}

.jea-cart a {
    color: #444;
}

.jea-cart a:hover {
    text-decoration: none;
}

.jea-myDocumentsPreview {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 5px;
    margin: 2px 0 0;
    margin: 0;
    /*    max-width: 300px;*/
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #dedede;
    background-color: #fefefe;
    border-radius: 4px;
    border-top: 4px solid #f36b21;    
    color: #333;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);    
    z-index: 1010;    
}

.jea-myDocumentsPreview h5 {
    font-size: 16px;
    margin: 0px;
    padding: 10px;
    white-space: nowrap;
}

.jea-myDocumentsPreview table {
    border-bottom: 1px solid #dedede;
    width: 100%;
}

.jea-myDocumentsPreview table tbody {
    display: block;
    max-height: 270px;
    overflow-y: auto;
    padding-right: 25px; /* space for possible scrollbar */
}

.jea-myDocumentsPreview table tr td {
    padding: 5px;
    white-space: nowrap;
    border-bottom: 1px solid #dedede;
    vertical-align: top;
    text-align: left;
    line-height: 150%;
}

.jea-myDocumentsPreview table tr td div:nth-child(1) {
    color: #000;
    font-size: 120%;
}

.jea-myDocumentsPreview table tr td div:nth-child(2) {
    color: #888;
}

.jea-myDocumentsPreview table tr:hover td {
    background-color: #F5F4F4;
}

.jea-myDocumentsPreview a:hover {
    text-decoration: none;
}

.jea-myDocumentsPreview-buttons {
    text-align: center;
    margin: 15px 0px 10px;
}



/*
.jea-cartpreview {
    position: relative;
    margin-top: 40px;
    padding: 10px;    
    width: 300px;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #dedede;
    background-color: #fefefe;
    border-radius: 4px;
    border-top: 4px solid #f36b21;    
    
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);    
    
    z-index: 1010;    
}
*/

.jea-cartpreview {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 5px;
    margin: 2px 0 0;
    margin: 0;
    width: 320px;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #dedede;
    background-color: #fefefe;
    background-color: #f8f8f8;
    border-radius: 4px;
    border-top: 4px solid #f36b21;    
    color: #333;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);    

    z-index: 1010;    
}

.jea-cartpreview h5 {
    font-size: 16px;
    margin: 0px;
    padding: 10px;
}

.jea-cartpreview table {
    width: 100%;

}

.jea-cartpreview > table {
    max-height: 270px;
    overflow-y: auto;
    display: block;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border: 1px solid #dedede;
    background-color: #fff;
    margin-bottom: 0px;
}

.jea-cartpreview > table > tbody,
.jea-cartpreview > table > tbody > tr,
.jea-cartpreview > table > tbody > tr >td {
    display: block;
}

.jea-cartpreview > table > tbody > tr > td {
    padding: 5px;
}

.jea-cartpreview > table > tbody > tr:first-child > td {
    border-style: none;
}

.jea-cartpreview > table > tbody > tr > td > table > tbody > tr > td {
    padding: 3px;
    padding-right: 5px;
}

.jea-cartpreview ul {
    list-style: none;
    padding: 0px;
    max-height: 270px;
    overflow: auto;
}

.jea-cartpreview li {
    position: relative;
    height: 90px;
    border-top: 1px solid #dedede;
}

.jea-cartpreview li:first-child {
    border-top: none;
}

.jea-cartpreview-thumbnail {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 70px;
    height: 70px;
    line-height: 60px;
    text-align: center;
    /*    overflow: hidden;*/
    padding: 5px;
    vertical-align: middle;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.jea-cartpreview-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.jea-cartpreview-description {
    position: absolute;
    top: 10px;
    left: 90px;
    width: 150px;
}

.jea-cartpreview-price {
    position: absolute;
    bottom: 10px;
    left: 90px;    
    right: 0px;
}

.jea-cartpreview-additionalCosts {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0px 10px;
    margin-bottom: 10px;
    margin-top: 10px;

    color: #444;
    font-size: 12px;
    line-height: 150%;
}

.jea-cartpreview-additionalCosts hr {
    margin-top:     5px;
    margin-bottom:  5px;
}

.jea-cartpreview-totalpriceOld {
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #dedede 0%, #f7f7f7 5%, #ffffff 50%, #f7f7f7 95%, #e1e1e1 100%, #dedede 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(5%,#f7f7f7), color-stop(50%,#ffffff), color-stop(95%,#f7f7f7), color-stop(100%,#e1e1e1), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dedede 0%,#f7f7f7 5%,#ffffff 50%,#f7f7f7 95%,#e1e1e1 100%,#dedede 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dedede 0%,#f7f7f7 5%,#ffffff 50%,#f7f7f7 95%,#e1e1e1 100%,#dedede 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dedede 0%,#f7f7f7 5%,#ffffff 50%,#f7f7f7 95%,#e1e1e1 100%,#dedede 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dedede 0%,#f7f7f7 5%,#ffffff 50%,#f7f7f7 95%,#e1e1e1 100%,#dedede 100%); /* W3C */
    /*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); */ /* IE6-9 */
}  

.jea-cartpreview-totalprice {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0px 10px;

    line-height: 150%;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
/*
.jea-cartpreview-price:hover {
    color: #F36B21;        
}
*/
.jea-cartpreview-item-icons {
    position: absolute;
    top: 10px;
    right: 0px;    
    text-align: center;
    display: table;
}

.jea-cartpreview-item-icons .jea-cartpreview-icon {
    display: inline-block;
    padding: 2px 2px;
    color: #808080;
}
/*
.jea-cartpreview-item-icons .jea-cartpreview-icon:hover {
    color: #F36B21;        
    cursor: pointer;
}
*/
.jea-cartpreview-icon:hover {
    cursor: pointer;
}

.jea-cartpreview-amount-icons {
    position: absolute;
    bottom: 0px;
    right: 0px;    
    text-align: center;
    display: table;
}

.jea-cartpreview-amount-icons .jea-cartpreview-icon {
    display: inline-block;
    padding: 2px 2px;
    color: #808080;
}

.jea-cartpreview-amount-icons .jea-cartpreview-icon:hover {
    color: #F36B21;        
    cursor: pointer;
}

.jea-cartpreview-buttons {
    position: relative;
    height: 40px;
}

/*moved color to dynamic css */
.jea-cartpreview-buttons .jea-cartpreview-button {
    padding: 10px 12px;
    margin: 0px 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    /*background-color: #F36B21;*/        
    border-radius: 4px;
}

.jea-cartpreview-buttons .jea-cartpreview-button.left {
    position: absolute;
    left: 0px;
}

.jea-cartpreview-buttons .jea-cartpreview-button.right {
    position: absolute;
    right: 0px;
}

.jea-cartpreview-buttons .jea-cartpreview-button:hover {
    background-color: #444;
    cursor: pointer;
}

/**
 * 1.2.3.1 Popover styling
 * ----------------------------------------------------------------------------
 */

#jea-shop .popover {
    border-top: 4px solid #F36B21;
}

#jea-shop .popover.bottom {
    margin-top: 8px;
}

#jea-shop .popover.bottom .arrow:after {
    margin-left: -5px;
    border-bottom-color: #F36B21
}

#jea-shop .popover.bottom .arrow {
    margin-left: -5px;
    top: -11px;
    border-bottom-color: #F36B21;
}

#jea-shop .popover .arrow:after {
    border-width: 5px;
}

#jea-shop .popover .arrow, .popover .arrow:after {
    border-color: rgba(0, 0, 0, 0);
}


/**
 * 1.3 Third row: Breadcrumb
 * ----------------------------------------------------------------------------
 */

#jea-shop .jea-header-row3 {
    background-color: #fafafa;
    /*    border-bottom: 1px solid #dedede;*/
    position: relative;
    min-height: 40px;
}

#jea-shop .breadcrumb {
    line-height: 39px;
    padding: 0px;

    margin-bottom: 0px;
    list-style: none;
    background-color: #fafafa;

    float: left;
}

#jea-shop .breadcrumb > li  {
    float: left;
}

#jea-shop .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "-";
}


/**
 * 2.0 Content
 * ----------------------------------------------------------------------------
 */

#jea-shop #jea-content {
    padding: 170px 0px 0px;
}

#jea-shop #jea-content-nomargin {
    /*    padding: 200px 15px 0;*/
    /*    padding: 160px 0px 0px; */
    padding: 145px 0px 0px;
}

/**
 * 2.1 Sidebar widgets
 * ----------------------------------------------------------------------------
 */

.jea-checkout-container {
    position: relative;
    padding: 20px 20px;
    width: 100%;
    border-radius: 4px;
    border-style: solid;
    border-width: 5px 0px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.jea-checkout-container ul {
    list-style: none;
}

.jea-checkout-overview hr {
    margin-bottom: 5px;
}

.jea-checkout-overview table {
    width: 100%;
}

.jea-checkout-overview table th {
    padding-top: 10px;
}

.jea-checkout-overview table ul {
    margin-bottom: 0px;
}

.jea-checkout-overview table hr {
    margin-top: 2px;
    margin-bottom: 2px;
}


.jea-widget-banner {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.jea-widget-banner img {
    width: 100%;
    border-radius: 4px;
}

.jea-widget-container {
    position: relative;
    padding: 20px 20px;
    width: 100%;
    border-radius: 4px;
    border-style: solid;
    border-width: 5px 0px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    /*    background-color: #fafafa;*/
}

.jea-widget-container a {
    text-decoration: none;
}

.jea-widget-container a:hover {
    text-decoration: none;
}

.jea-widget-container img {
    max-width: 100%;
}

#jea-home .jea-home-container {
    position: relative;
    width: 100%;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.jea-hovercolor-orange:hover * {
    color: #f36b21;
}

.jea-hovercolor-darkgray:hover * {
    color: #808080;
}


/**
 * 2.1 Sidebar widgets
 * ----------------------------------------------------------------------------
 */

.jea-widget, .jea-block {
    float: left;
    position: relative;
    padding: 20px 20px;
    width: 100%;
    border-radius: 4px;
    border-top-width: 4px;
    border-top-style: solid;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    color: #444;
}

.jea-widget a {
    text-decoration: none;
}

.jea-widget a:hover {
    cursor: pointer;
    text-decoration: none;
}

.jea-widget p {
    font-size: 12px;
    font-weight: normal;
}

.jea-widget img {
    max-width: 100%;
}

.jea-widgetTitle {
    color: #808080;
    font-size: 24px;
    font-weight: normal;
    /*    padding-bottom: 5px;
        margin-bottom: 10px;*/
    /*border-bottom: 1px solid #e8e8e8;*/
    margin-bottom: 5px;
}

.jea-widgetTitle a {
    color: #808080;
}

.jea-widgetContent {   
    color: #444;
}

.jea-widgetContent > ul {
    padding-left: 0px;
    list-style: none outside none;
    margin-left: 15px;
}

.jea-widgetContent > ul ul {
    list-style: none inside none;
    padding-left: 20px;
}

.jea-widgetContent ul li {
    margin: 8px 0px;
    display: block;
}

.expanded *, .collapsed * {
    line-height:    120%;
    vertical-align: middle;
}

.noToggle, .toggleAll, .toggleSingle {
    cursor:         pointer;
    vertical-align: middle;
}

.noToggle:before, .toggleAll:before, .toggleSingle:before {
    font-size:      7px;
}

.noToggle:before {
    content:        "-";
    content:        "\e258";        /* menu-right */
    content:        "\e250";        /* triangle-right */
    /*  content:        "\e234"; */     /* option-horizontal */
    /*  content:        "\2212"; */     /* minus */
    cursor:         default;
    opacity:        0;              /* Do not show this symbol */
}

.collapsed > .toggleAll:before,
.collapsed > .toggleSingle:before {
    content:        "\e250";    /* triangle-right */
    content:        "\e252";    /* triangle-down */
    content:        "\2b";      /* plus */
}

.expanded > .toggleAll:before,
.expanded > .toggleSingle:before {
    content:        "\e253";    /* triangle-up */
    content:        "\2212";    /* minus */
}

.jea-widgetContent ul li:before {
    content: "-";
    margin-left: -15px;
}

.jea-widgetContent ul li.collapsed:before {
    content: "";
    padding-right: 0px;
}

.jea-widgetContent ul li.expanded:before {
    content: "";
    padding-right: 0px;
}


/**
 * 2.2 Product Overview
 * ----------------------------------------------------------------------------
 */


h1, h2, h3, h4 {
    color: #56565b;
    color: #808080;
    margin: 0px 0px 10px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

hr {
    margin: 15px 0px;
}

/* moved to dynamic css
.jea-bordertop-orange {
    border-top-color: #f36b21;
}
.jea-bordercolor-orange {
    border-color: #f36b21;
}
*/


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, 
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, 
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { 
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.jea-category-banner {
    width: 100%;
    margin-bottom: 10px;
}

.jea-productlist-toolbar {
    width: 100%;
    min-height: 20px;
    border-bottom: 1px solid #dedede;
    margin: 10px 0px;
    padding: 10px 0px;
}

.jea-productlist-toolbar .btn-group {
    margin-right: 20px;
}

.jea-product-container {
    position: relative;
    padding: 10px;
    width: 190px;
    /*    height: 330px;*/
    margin: 10px 5px;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.jea-product-container a:hover {
    cursor: pointer;
    text-decoration: none;
}

.jea-product-container .jea-product-image {
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    vertical-align: middle;
    /*    border-bottom: 1px solid #f36b21;*/
}

.jea-product-image img {
    /*    max-height: 130px;*/
    max-height: 95%;
    max-width: 100%;
}

.jea-product-title {
    color:          #545459;
    font-size:      13px;
    line-height:    1.3;
    letter-spacing: -0.5px;
    text-align:     center;
    height:         40px;
    height:         50px;
    margin-bottom:  5px;
    overflow:       hidden;
}

.jea-isSale {
    color:          #8DAB25;
    text-transform: uppercase;
}

.jea-isNew {
    color:          #E72E3D;
    text-transform: uppercase;
}

.jea-volumeRate-info {
    text-align:     left;
    padding:        10px;
}

.jea-volumeRate-info th, .jea-volumeRate-info td {
    padding:        2px 10px;
    white-space:    nowrap;
}

.tooltip.customClass .tooltip-inner {
    max-width:      100%;
    text-align:     left;
    padding:        10px;
}

.tooltip.pricetag .tooltip-inner {
    max-width:      100%;
    width:          165px;
    text-align:     center;
    padding:        10px;
}

.jea-product-code {
    /*    height:         20px;*/
    text-align:     center;
}

.jea-product-container.jea-info-minimum {
}

.jea-product-title.compact {
    height: 40px;
}

/* Price info area in product grid overview */
.jea-product-priceinfo {
    height: 70px;
    vertical-align: middle;
    position: relative;
}

.jea-product-priceinfo.compact {
    height: 40px;
}

#jea-product-detail .jea-product-priceinfo {
    height: auto;
}


.jea-product-priceinfo table {
    border: none;
    width: 100%;
    vertical-align: middle;
    margin: auto 0px;
}

.jea-product-priceinfo table td {
    border: none;
    text-align: center;
    vertical-align: middle;
}

/* Row with price labels; per unit & per package */
.jea-product-priceinfo .jea-price-label {
    font-size: 10px;
    line-height: 10px;
    height: 10px;
}

/* Row with sales prices; price per unit & price per package */
.jea-product-priceinfo .jea-sales-price {
    line-height: 26px;
    vertical-align: middle;
}

.jea-product-priceinfo .jea-sales-price .jea-unitprice {
    font-size: 24px;
}

.jea-product-priceinfo .jea-sales-price .jea-packageprice {
    font-size: 12px;
}

/* Row with suggested retail prices; price per unit & price per package */
.jea-product-priceinfo .jea-suggested-price {
    line-height: 16px;
    vertical-align: middle;
    text-decoration: line-through;    
}

.jea-product-priceinfo .jea-suggested-price .jea-unitprice {
    font-size: 16px;
}

.jea-product-priceinfo .jea-suggested-price .jea-packageprice {
    font-size: 12px;
}

/* Row with non-recurring startcosts */
.jea-product-priceinfo .jea-startcosts {
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
}



/* Product buttons */
.jea-product-container .jea-product-buttons {
    font-size: 16px;
    text-align: center;
}

.jea-product-container .jea-product-buttons .jea-product-button {
    padding: 0px 10px;
    display: inline-block;
}

.jea-product-container .jea-product-buttons .jea-product-button:hover {
    color: #444;
    cursor: pointer;
}

/* Product ribbons: Nieuw & Actie */
.jea-product-container .jea-product-ribbon-left {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 80px;
    height: 80px;
}

.jea-product-container .jea-product-ribbon-right {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 80px;
    height: 80px;
}

.jea-cartpreview .jea-product-ribbon-left {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 30px;
    height: 30px;
}

.jea-cartpreview .jea-product-ribbon-right {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 30px;
    height: 30px;
}

#jea-product-detail .jea-product-ribbon-left {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 80px;
    height: 80px;
}

#jea-product-detail .jea-product-ribbon-right {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 80px;
    height: 80px;
}

.jea-product-ribbon-left img,
.jea-product-ribbon-right img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}


/**
 * 2.2 JEA Colors
 * ----------------------------------------------------------------------------
 */

/* moved to dynamic css
.jea-color-orange {
    color: #f36b21;
}
*/

.jea-color-lightgray {
    color: #cbcbcb;
}

.jea-color-mediumgray {
    color: #a6a6a8
}

.jea-color-darkgray {
    color: #56565b;
}

/**
 * 2.2 JEA Fonts
 * ----------------------------------------------------------------------------
 */

.jea-font-extralarge {
    font-size: 24px;
}

.jea-font-larger {
    font-size: 16px;
}

.jea-font-large {
    font-size: 14px;
}

.jea-font-normal {
    font-size: 12px;
}

.jea-font-small {
    font-size: 10px;
}

.jea-font-strikethrough {
    text-decoration: line-through;
}



/**
 * 3.0 Footer
 * ----------------------------------------------------------------------------
 */

#jea-shop #jea-footer {
    
    width: 100%;
    bottom: 0;
    position: fixed;

}

#jea-shop #jea-footer .jea-promo-row {
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
}

#jea-shop #jea-footer .jea-address-row {
    background-color: #fafafa;
    border-top: 1px solid #dedede;
    line-height: 40px;
    text-align: center;
}

#jea-shop #jea-footer .jea-address-row span:before {
    font-family: 'jea-icons';
    font-size: 4px;
    content: "\e64c";
    vertical-align: top;
    margin: 0px 8px;
}

#jea-shop #jea-footer .jea-address-row span:first-child:before {
    content: "";
    margin: 0px;
}



/* Buttons */

.jea-button {
    padding: 0px 12px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 4px;
    white-space: nowrap;
}

.jea-button:hover {
    background-color: #444;
    color: #ddd;
    cursor: pointer;
}

.jea-button.inactive {
    background-color: #dedede !important;
}

.jea-button.inactive:hover {
    background-color: #dedede !important;
    cursor: default;
}

.jea-button.disabled {
    /*    background-color: #fefefe !important;*/
    background-color: #ddd !important;
}

.jea-button.disabled:hover {
    background-color: #eee !important;
    cursor: default;
}

.jea-button.pull-left {
    float: left;
    margin-left: 0px;
}

.jea-button.pull-right {
    float: right;
    margin-right: 0px;
}


.jea-button-toolbar {
    padding: 0px 12px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -7px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 4px;
    white-space: nowrap;
}

.jea-button-toolbar:hover {
    background-color: #444;
    color: #ddd;
    cursor: pointer;
}

.jea-button-toolbar.inactive {
    background-color: #dedede !important;
}

.jea-button-toolbar.inactive:hover {
    background-color: #dedede !important;
    cursor: default;
}

.jea-button-toolbar.disabled {
    /*    background-color: #fefefe !important;*/
    background-color: #ddd !important;
}

.jea-button-toolbar.disabled:hover {
    background-color: #eee !important;
    cursor: default;
}

.jea-button-toolbar.pull-left {
    float: left;
    margin-left: 0px;
}

.jea-button-toolbar.pull-right {
    float: right;
    margin-right: 0px;
}




/**
 * 4.0 Cart
 * ----------------------------------------------------------------------------
 */

.jea-cart-header {
    position: relative;
    background-color: #fafafa;
    padding: 10px 0px 8px;
    margin-bottom: 20px;
}

/*.jea-cart-header h1 {*/
.jea-cart-header .jea-title {
    float: left;
    font-size: 24px;
    line-height: 30px;
}
/*
.jea-cart-footer {
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    height: 30px;
}
*/
.jea-cart-footer {
    margin-bottom: 10px;
    width: 100%;
}

.jea-cart-button {
    float: right;
    padding: 0px 12px;
    margin-left: 15px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    /*    background-color: #F36B21;         BERT */
    border-radius: 4px;
    white-space: nowrap;
}

.jea-cart-button.grey-background {
    background-color: #808080 !important;
    border-color: #808080 !important;
}

.jea-cart-button.disabled {
    background-color: #dedede !important;
}

.jea-cart-button.disabled:hover {
    background-color: #dedede !important;
    cursor: default;
}

.jea-cart-button.pull-left {
    margin-left: 0px;
}

.jea-cart-button:hover {
    background-color: #444;
    cursor: pointer;
}



.jea-cart-container {
    float: left;
    position: relative;
    padding: 5px 20px;
    width: 100%;
    border-radius: 4px;
    /*    border-top: 4px solid #f36b21; BERT */
    border-top-width: 4px;
    border-top-style: solid;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.jea-cart-productlist {
    width: 100%;
}

.jea-cart-productlist tbody {
    border: 1px solid #ddd;
}

.jea-cart-productlist tr {
    /*    min-height: 80px;*/
}

.jea-cart-productlist > thead > tr > th,
.jea-cart-productlist > tbody > tr > td {
    /*    position: relative;*/
    padding: 10px;
/*    vertical-align: bottom;*/
}

.jea-cart-thumbnail {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 60px;
    text-align: center;
    padding: 5px;
    vertical-align: middle;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.jea-cart-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}


.jea-cart-thumbnail .jea-product-ribbon-left {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 30px;
    height: 30px;
}

.jea-cart-thumbnail .jea-product-ribbon-right {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 30px;
    height: 30px;
}

th.jea-cart-image,
td.jea-cart-image {
    width: 75px;
    text-align: center;
}

th.jea-cart-code,
td.jea-cart-code {
    width: 120px;
}

th.jea-cart-description,
td.jea-cart-description {
}

th.jea-cart-packaging,
td.jea-cart-packaging {
    width: 80px;
}

th.jea-cart-unitprice,
td.jea-cart-unitprice {
    width: 100px;
    text-align: right;
}

th.jea-cart-amountinput, 
td.jea-cart-amountinput {
    width: 140px;
    text-align: right;
}

th.jea-cart-amount, 
td.jea-cart-amount {
    width: 60px;
    text-align: right;
}

th.jea-cart-totalprice, 
td.jea-cart-totalprice {
/*    width: 110px;*/
    text-align: right;
}

td.jea-cart-totalprice {
    /*    color: #f36b21; BERT */
}

th.jea-cart-icons,
td.jea-cart-icons {
    width: 40px;
}

.jea-cart-icons .jea-cart-icon:hover {
    color: #f36b21;
    cursor: pointer;
}

.jea-cart-reference input {
    width: 100%;
    height: 50px;
}

tr.jea-cart-reference td,
tr.jea-cart-remarks td {
    background-color: #fff !important;
}
tr.jea-cart-reference td input {
    width: 100%;
}
tr.jea-cart-remarks td input {
    width: 100%;
    height: 40px;
}

tr.jea-cart-subtotal td {
    /*    background-color: #fff !important;*/
}

tr.jea-cart-shippingcosts td,
tr.jea-cart-surcharge td {
    background-color: #f9f9f9 !important;
    background-color: #fff !important;
}

tr.jea-cart-subtotal td,
tr.jea-cart-totalprice td {
    font-size: 16px;
    font-weight: 700;

    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #dedede 0%, #f7f7f7 5%, #ffffff 50%, #f7f7f7 95%, #e1e1e1 100%, #dedede 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(5%,#f7f7f7), color-stop(50%,#ffffff), color-stop(95%,#f7f7f7), color-stop(100%,#e1e1e1), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dedede 0%,#f7f7f7 5%,#ffffff 50%,#f7f7f7 95%,#e1e1e1 100%,#dedede 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dedede 0%,#f7f7f7 5%,#ffffff 50%,#f7f7f7 95%,#e1e1e1 100%,#dedede 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dedede 0%,#f7f7f7 5%,#ffffff 50%,#f7f7f7 95%,#e1e1e1 100%,#dedede 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dedede 0%,#f7f7f7 5%,#ffffff 50%,#f7f7f7 95%,#e1e1e1 100%,#dedede 100%); /* W3C */
}


.jea-cart-promocode {
    background-color: #efefef;
    padding: 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.jea-cart-promocode input {
    max-width: 80px;
    margin: 0px 10px;
}

.jea-cart-promocode td {
    vertical-align: middle;
}
.jea-cart-promocode-invalid {
    padding-top: 10px;
    color: #f36b21;
}

.jea-cart-discount {
    background-color: #efefef;
    padding: 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.jea-cart-discount label {
    max-width: 80px;
    /*    margin: 0px 10px;*/
}

.jea-cart-discount input {
    max-width: 100%;
    margin: 2px 2px;
}

.jea-cart-discount td {
    vertical-align: middle;
}
.jea-cart-radio-group{
    
}

.jea-cart-radio-btn {
    background-color: transparent;
    border-radius: 0px;
    border-color: transparent;
    font-size: 12px;
}

.jea-cart-radio-btn.active {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.jea-cart-radio-btn > span {
    padding-right: 5px;
}
/**
 * 4.x Shop Login
 * ----------------------------------------------------------------------------
 */

.jea-admin-login {
    max-width: 350px;
    margin: 0px auto;
}

.jea-required:after {
    /*    color: #f36b21; BER */
    content: "*";
    font-weight: normal;
    padding: 0px 2px;
}

.jea-login-box {
    float: left;
    position: relative;
    padding: 10px 20px;
    width: 350px;
    max-width: 100%;
    border-radius: 4px;
    border-top: 4px solid #f36b21;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    color: #56565b;
}

.jea-login-box h2 {
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
}

.jea-login-box p {
    margin: 0px;
    padding-bottom: 10px;
}

.jea-login-box .jea-login-forgotten {
    /*    width: 100%;*/
}

.jea-login-box .jea-login-forgotten:hover {
    /*    color: #f36b21; BERT */
    cursor: pointer;
}

.jea-login-box .jea-remember-username {
    font-weight: normal;
}

.jea-login-box .jea-remember-username:hover {
    /*    color: #f36b21; BERT */
    cursor: pointer;
}

.jea-cursor-pointer:hover {
    /*    color: #f36b21; BERT */
    cursor: pointer;
}

.jea-pricetag {
    font-size: 13px;
}

.jea-pricetag:hover {
    cursor: pointer;
}

/**
 * 4.x Cart Steps
 * ----------------------------------------------------------------------------
 */

.jea-cart-steps {
    clear: both;
    position: relative;
    /*    background-color: #efefef;*/
    text-align: center;
    padding-left: 0px;
    list-style: none;

    margin-top: 0px; /* Aangepast op 28-0-2015: margin-top: 20px; */
    /* width: 100%;*/
}

.jea-cart-steps li {
    font-size: 16px;
    /*    padding: 10px 15px;*/
    padding: 0px 15px;
    display: inline-block;
}

.jea-cart-steps li span {
    font-size: 40px;
}

.jea-cart-steps li div:hover {
    /*   color: #f36b21; BERT */
    cursor: pointer;
}

.jea-cart-steps li div.active {
    /*   color: #f36b21; BERT */
}

.jea-cart-steps li div.inactive {
    color: #56565b !important;
}

.jea-cart-steps li div.inactive:hover {
    color: #56565b !important;
    cursor: default;
}

.jea-cart-steps li div.disabled {
    color: #dedede !important;
}

.jea-cart-steps li div.disabled:hover {
    color: #dedede !important;
    cursor: default;
}

.jea-cart-budgetnumber-select{
    width: 100%;
}


.jea-cart-overview {
}

.jea-cart-overview ul {
    list-style: none;
    padding-left: 25px;
    margin: 0px;
}
/*
.jea-cart-overview h2 {
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    margin: 0px;
}
*/


.jea-amount-container {
    height: 24px;
}

.jea-amount-container input {
    height: 24px;
    width: 60px;
    text-align: right;
    padding: 0px 2px;
}


.jea-amount-container button,
.jea-amount-container div {
    display: inline-block;
    border: none;
    padding: 0px;
    margin: 0px 0px;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    color: #444;
    background-color: transparent;
}
.jea-amount-container .adjustQuantity{
        background-color: #ededed;
}

.jea-amount-container button:focus {
    outline: none;
}

.jea-amount-container button:hover,
.jea-amount-container .adjustQuantity:hover
{
    cursor: pointer;
    /*    color: #f36b21; BERT */
    background-color: #ededed;
}

/**
 * x.x Product Filter
 * ----------------------------------------------------------------------------
 */

.jea-filterTitle {
    color: #444;
    font-size: 15px;
    font-weight: 400;
}

.jea-filterContent {
    padding: 5px 0px;
    margin-bottom: 10px;
}

.jea-filterContent .radio,
.jea-filterContent .checkbox {
    margin-left: 20px;
    padding-top: 4px;
}


/**
 * 5.x Product Details
 * ----------------------------------------------------------------------------
 */

#jea-product-details {

}

#jea-product-detail .jea-product-images {
    position: relative;
}

#jea-product-detail.jea-defaultProduct .jea-product-image {
    position: relative;
    max-width: 100%;
    line-height: 270px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

#jea-product-detail.jea-defaultProduct .jea-product-image img {
    max-width: 100%;
    /*    border: 1px solid #ddd;
        
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
}


.jea-docuProduct .jea-product-image {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0px;
    /*    margin-bottom: 20px;*/
    /*    margin-bottom: 10px;*/
    margin: 10px 0px;
    border: 1px solid #888;
    -moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 5px #888;
}

.jea-docuProduct .jea-product-image img {
    width: 100%;
    /*    border: 1px solid #ddd;
        
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    */
}

#jea-product-detail .jea-product-title {
    font-size: 16px;
    width: 100%;
    color: #808080;
    border-bottom: 1px solid #f36b21;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#jea-product-detail .jea-product-code {
    margin-bottom: 10px;
}

#jea-product-detail .jea-product-features {   
    margin-bottom: 20px;
}

#jea-product-detail .jea-startcosts {

}

#jea-product-detail .jea-cart-amount {
}

#jea-product-detail .jea-cart-amount input {
    width: 80px;
    margin-left: 10px;
    text-align: left;
}


/* Tabs */
#jea-docuproduct-detail .well {
    background-color: #fafafa;
    margin-top: 15px;
}

#jea-docuproduct-detail .nav-tabs {
    margin-bottom: 15px;
    margin-bottom: 0px;
    border-bottom: none;
}

#jea-docuproduct-detail .nav-tabs > li > a {
    padding: 5px 15px;
    border: 1px solid #eee;
    color: #808080;
}

#jea-docuproduct-detail .nav-tabs > li > a .has-error {
    color: #a94442 !important;
}

#jea-docuproduct-detail .nav-tabs > li.active {
    background-color: #fafafa;    
}

#jea-docuproduct-detail .nav-tabs > li.active > a {
    font-weight: 700;
    font-size: 120%;    
    border: 1px solid #ddd;
    border-bottom: 1px solid #fafafa;
    background-color: #fafafa;  
}

#jea-docuproduct-detail .tab-content > .active {
    padding: 20px 15px 15px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    border-radius: 3px;
    border-top-left-radius: 0px;
}


#jea-product-detail .nav-tabs {
    border: none;
    margin-top: 10px;
}

#jea-product-detail .nav-tabs > li {
    border-top-width: 0px;
    border-top-style: solid;
    /*    border-top: 3px solid #fff; BERT */
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
    border-radius: 4px 4px 0px 0px;    
    margin-right: 5px;
    background-color: #efefef;
    margin-top: 5px;
}


#jea-product-detail .nav-tabs > li.disabled a {
    color: #cbcbcb;
}

#jea-product-detail .nav-tabs > li > a {
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #808080;
}


#jea-product-detail .nav-tabs > li.active a {
    border: none;
    background-color: #fff;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 1px;
    color: #808080;
} 

#jea-product-detail .nav-tabs > li.active, 
#jea-product-detail .nav-tabs > li.active:hover, 
#jea-product-detail .nav-tabs > li.active:focus {
    /*    border-top: 3px solid #f36b21; BERT */
    border-top-width: 3px;
    border-top-style: solid;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    border-radius: 4px 4px 0px 0px;    
    margin-top: 0px;
}

#jea-product-detail .tab-content {
    border: 1px solid #dddddd;
    padding: 15px;
    border-radius: 4px;
    border-top-left-radius: 0px;
}


/* Fancy check list */
.jea-fancy-list, .jea-fancy-list ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.jea-fancy-list li {
    padding-bottom: 5px;
    padding-left: 18px;
}

.jea-fancy-list li:before {
    color: #f36b21;
    font-family: 'jea-icons';
    font-size: 1.2;
    line-height: 1.3;
    content: "\e685";
    vertical-align: middle;
    margin-left: -18px;
    margin-right: 5px;
}

.jea-nopadding {
    padding: 0px !important;
}

.jea-nopadding-left {
    padding-left: 0px !important;
}

.jea-nopadding-right {
    padding-right: 0px !important;
}






.custom-enter,
.custom-leave,
.custom-move {
    -webkit-transition: 1s linear all;
    -moz-transition: 1s linear all;
    -o-transition: 1s linear all;
    transition: 1s linear all;
    position:relative;
}

.custom-enter {
    left:-10px;
    opacity:0;
}
.custom-enter.custom-enter-active {
    left:0;
    opacity:1;
}

.custom-leave {
    left:0;
    opacity:1;
}
.custom-leave.custom-leave-active {
    left:-10px;
    opacity:0;
}

.custom-move {
    opacity:0.5;
}
.custom-move.custom-move-active {
    opacity:1;
}

#flash-messages {
    position: fixed;
    top: 20px;
    left: 50%;
    width: 200px;
    background-image: #808080;
    opacity: 0.7;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    color: #FF0000;
}

.jea-order-details > thead > tr,
.jea-order-details > tbody > tr,
.jea-order-details > thead > tr > th,
.jea-order-details > tbody > tr > td {
    border: none;    
}
.jea-order-details-icon{
    padding: 0px;
    margin: 0px;
}
.jea-order-details-icon-data{
    width: 45px;
    margin: 0px;
}
.pagination {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 0px;

    margin-top: 10px;
    margin-bottom: 10px;

}

.pagination > li > a, .pagination > li > span {
    color: #444;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    /*
        background-color: #f36b21;
        border-color: #f36b21;
    */
    /*    background-color: #444;*/
    border-color: #444;
}

/*image slider*/
.slider {
}

.slide {
    overflow: hidden;
}

.slide.ng-hide-add,
.slide.ng-hide-remove {
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    display: block!important;
}
.slide.ng-hide-add.ng-hide-add-active,
.slide.ng-hide-remove {
    opacity: 0;
}
.slide.ng-hide-add,
.slide.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}


.dividerTitle {
    background: url("../img/small-dot.gif") repeat-x scroll center transparent;
    /*    font-size: 24px;*/
    height: auto;
    line-height: normal;
    margin-bottom: 20px;
    margin: 5px 0px;
    text-align: center;
    text-transform: uppercase;
}

.dividerTitle span.white {
    background-color: #fff;
    color: #666;
    padding: 0px 20px;
    margin: 0px;
    display: inline-block;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
    width: 100%;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0; /*25px;*/
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}

.fileUpload *:hover {
    color: #444 !important;
    cursor: pointer;
}


.datasourceFilename {
    /* height: 34px; */
    /* line-height: 30px; */
    /* position: relative; */
    /* margin: 0px; */
    /* padding: 0px; */
    /* float: left; */
    width: 100%;
}

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;

    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

/* ... */

.has-spinner.active .spinner {
    opacity: 1;
    width: auto; /* This doesn't work, just fix for unkown width elements */
}

/* ... */

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

.glyphicon-refresh-animate {
    animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.noWrap {
    white-space: nowrap;
}

.selectable, .selectable:hover {
    cursor: pointer;
}

.jea-myaccount-dashboard table {

}

.jea-myaccount-dashboard table tbody {
    border: none;
}

.jea-myaccount-dashboard table tr td {
    padding: 2px 10px 0px 0px;
}
#jea-myaccount-user-detail{
    
}
/* Tabs */
#jea-myaccount-user-detail .well {
    background-color: #fafafa;
    margin-top: 15px;
}

#jea-myaccount-user-detail .nav-tabs {
    margin-bottom: 15px;
    margin-bottom: 0px;
    border-bottom: none;
}

#jea-myaccount-user-detail .nav-tabs > li > a {
    padding: 5px 15px;
    border: 1px solid #eee;
    color: #808080;
}

#jea-myaccount-user-detail .nav-tabs > li > a .has-error {
    color: #a94442 !important;
}

#jea-myaccount-user-detail .nav-tabs > li.active {
    background-color: #fafafa;    
}

#jea-myaccount-user-detail .nav-tabs > li.active > a {
    font-weight: 700;
    font-size: 120%;    
    border: 1px solid #ddd;
    border-bottom: 1px solid #fafafa;
    background-color: #fafafa;  
}

#jea-myaccount-user-detail .tab-content > .active {
    padding: 20px 15px 15px;
    border: 0px none #ddd;
    background-color: #fafafa;
    border-radius: 3px;
    border-top-left-radius: 0px;
}


#jea-myaccount-user-detail .nav-tabs {
    border: none;
    margin-top: 10px;
}

#jea-myaccount-user-detail .nav-tabs > li {
    border-top-width: 0px;
    border-top-style: none;
    /*    border-top: 3px solid #fff; BERT */
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
    border-radius: 4px 4px 0px 0px;    
    margin-right: 5px;
    background-color: #fff;
    margin-top: 5px;
}


#jea-myaccount-user-detail .nav-tabs > li.disabled a {
    color: #cbcbcb;
}

#jea-myaccount-user-detail .nav-tabs > li > a {
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #808080;
}


#jea-myaccount-user-detail .nav-tabs > li.active a {
    border: none;
    background-color: #fafafa;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 1px;
    color: #808080;
} 

#jea-myaccount-user-detail .nav-tabs > li.active, 
#jea-myaccount-user-detail .nav-tabs > li.active:hover, 
#jea-myaccount-user-detail .nav-tabs > li.active:focus {
    /*    border-top: 3px solid #f36b21; BERT */
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fafafa;
    border-radius: 4px 4px 0px 0px;  
    background-color: #fafafa !important;
    margin-top: 0px;
}

#jea-myaccount-user-detail .tab-content {
    border: 1px solid #dddddd;
    padding: 15px;
    border-radius: 4px;
    border-top-left-radius: 0px;
    background-color: #fafafa;
}
.jea-myaccount-noBorders{
    border: none !important;
}
.jea-widget table {
    /*    margin: 0px;*/
}
/*
.orderDetails, .orderDetails *, .orderDetails tbody {
    border: none;  
}
*/
/*
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}
*/

.orderDetails {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #eee;
    max-width: 850px;

    background-color: #gray;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);

}

.orderDetails .panel-heading {
    padding: 5px 15px;
}

.orderDetails .panel-body {
    padding: 5px 15px;
}

.orderDetails .panel-body table {
    margin: 10px 0px;
    width: 100%;
}

.orderDetails .panel-body > table > tbody {
    border: none;
}
/*
.orderDetails .panel-body table thead tr {
    border-bottom: 1px solid #ddd;
}
*/
.orderDetails .panel-body table tbody:nth-of-type(1) tr {
    border-bottom: 1px dotted #ddd;
}

.orderDetails .panel-body table tbody:nth-of-type(1) tr:first-child {
    border-top: 1px solid #ddd;
}

.orderDetails .panel-body table tbody:nth-of-type(1) tr:last-child {
    border-bottom: 1px solid #ddd;
}

.orderDetails .panel-body table tbody:nth-of-type(2) tr {
    border-bottom: none;
}

.orderDetails .panel-body table td {
    padding: 2px 4px;
}

.orderDetails .panel-body table th {
    padding: 2px 4px;
}

.orderDetails .noBorders * {
    border: none !important;
}

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
    margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
    width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}


.jea-widget tbody {
    border: 1px solid #ddd;
}

.table>tbody+tbody {

}

.disabled {
    cursor: not-allowed;
    color: #aaa;
}

.dropdown-divider {
    font-size: 14px;
    font-weight: 700 !important;
    letter-spacing: 0em;
    color: #ff0000;
    line-height: 36px;
}

.image-border img {
    border: 1px solid #ddd;
}




.beeldbank-tile {
    float: left;
    width: 240px;
    height: 300px;
    padding: 0px;
    margin: 5px;
    font-size: 12px;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.beeldbank-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.beeldbank-tile img { 
    width: 240px;
    height: 240px;
    border-bottom: 1px solid #ddd;
}

.beeldbank-tile a:hover { 
    opacity: 0.9;
}

.beeldbank-tile p { 
    height: 54px;
    width: 240px;
    overflow: hidden;
    text-align: center;
    color: #888;
    display: table-cell;
    vertical-align: middle;
}





.beeldbank-tile {
    float: left;
    width: 180px;
    height: 240px;
    padding: 0px;
    margin: 5px;
    font-size: 12px;
    margin-left: 11px;
    margin-right: 11px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.beeldbank-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.beeldbank-tile img { 
    width: 180px;
    height: 180px;
    border-bottom: 1px solid #ddd;
}

.beeldbank-tile a:hover { 
    opacity: 0.9;
}

.beeldbank-tile p { 
    height: 54px;
    width: 180px;
    overflow: hidden;
    text-align: center;
    color: #888;
    display: table-cell;
    vertical-align: middle;
}


/*
.logobank-tile {
float: left;
width: 180px;
height: 180px;
padding: 0px;
margin: 5px;
font-size: 12px;
margin-left: 12px;
margin-right: 12px;
border: 1px solid #ddd;
border-radius: 4px;
}

.logobank-image { 
height:140px;
width: 100%;
padding: 5px;
}

.logobank-tile img { 
max-width: 100%;
max-height: 100%;
border-bottom: 1px solid #ddd;
}

.logobank-title { 
height: 40px;
width: 240px;
overflow: hidden;
font-weight: 400;
text-align: center;
color: #888;
display: table-cell;
vertical-align: middle;
}

.logobank-tile a:hover { 
opacity: 0.9;
}

.logobank-tile p { 
height: 54px;
width: 240px;
overflow: hidden;
text-align: center;
color: #888;
display: table-cell;
vertical-align: middle;
}*/


.logobank-tile {
    float: left;
    width: 180px;
    height: 140px;
    padding: 0px 10px;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;

}

.logobank-tile img { 
    max-width: 100%;
    max-height: 100%;
}

.logobank-tile a:hover { 
    opacity: 0.9;
}

.lightbox-image-caption {
    position: relative;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 10px;
}

.lightbox-image-container img {
    border: 1px solid #ddd;
}

.lightbox-nav-button {
    position: absolute;
    top: 50%;
    padding: 20px;
    color: #ddd;
    font-size: 36px;
    opacity: 0.2;
}

.lightbox-nav-button span {
    opacity: 1.0;
}

.lightbox-nav-button:hover {
    opacity: 0.7;
    cursor: pointer;
    color: #444;
    background-color: #efefef;
}

.lightbox-nav-button.prev {
    left: 0px;
}

.lightbox-nav-button.next {
    right: 0px;
}

.lightbox-close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #aaa;
    font-size: 18px;
    padding: 5px;
}

.lightbox-close-button:hover {
    color: #444;
    cursor: pointer;
}

.jea-product-image {
    cursor: pointer;
}


/* Dropdown with search option (lib/ui-select) */
.select2-container {
    width: 100%;
}
.select2-container .select2-choice {
    border-color: #ccc;
    border-radius: 0px !important;
    background-image: none !important;
    background-color: #fff !important;
}
.select2-container .select2-choice .select2-arrow {
    background: none !important;
    border-left: none;
    color: #444 !important;
}

.select2-results li {
    padding: 2px 0px;
    border-bottom: 1px solid #efefef;
}

.select2-results .select2-highlighted {
    background: #56565b !important;
}

.select2-drop-active {
    border-color: #56565b !important;
    border-color: #e3e3e3 !important;
    border-color: #ccc !important;
}            

.select2-drop {
    color: #444 !important;
}

.select2-container-active .select2-choice {
    border-color: #ccc !important;
}

/**
 * 5.0 Admin
 * ----------------------------------------------------------------------------
 */


.jea-admin-treeview .noToggle:before, .jea-admin-treeview .toggleAll:before, .jea-admin-treeview .toggleSingle:before {
    font-size:      20px;
}

.jea-admin-treeview .jea-admin-firstitemcategory{
    margin-top: -10px;
}
.jea-admin-treeview .jea-admin-lastitemcategory{
    margin-bottom: 30px !important;
    margin-top: -10px;
}
.jea-admin-treeview .jea-admin-itemcategory{
    margin-bottom: -10px;
    margin-top: -10px;
}
.jea-admin-treeview-item{
    margin-bottom: -10px;
    margin-top: -10px;
}

.jea-admin-eye-false{
    font-size: 12px;
    color : red;
}
.jea-admin-eye-true{
    font-size: 12px;
    color : green;
}
 .jea-admin-input-euro {
     position: relative;
 }
 .jea-admin-input-euro.left input {
     padding-left:18px;
 }
 .jea-admin-input-euro.right input {
     padding-right:18px;
     text-align:end; 
 }

 .jea-admin-input-euro:before {
     position: absolute;
     top: 3px;
     left: 14px;
     content: '\20AC';
 }
 .jea-admin-input-euro.left:before {
     left: 5px;
 }
 .jea-admin-input-euro.right:before {
     right: 5px;
 }
 .jea-admin-input-textareabig {
     height: 180px;
 }
.jea-admin-higlight-active-status{
    font-weight: bolder;
 }
.jea-admin-higlight-active-status:hover{
    font-weight: bolder;
 }
.jea-admin-higlight-past-status{
     background-color: rgba(128,0,0,0.2);
}
.jea-admin-media-table{
    background: white;
}
.jea-admin-table-transparent{
    background-color: transparent !important;
}
.jea-admin-media-table .image-column{
    width: 96px;

}
.jea-admin-media-table .media-type-column{
    width: 100px;

}
.jea-admin-media-table .file-name-column{
    width: 400px;
    
}
.jea-admin-media-table .file-name-column > input{
    width: 250px;
}

.jea-admin-media-table .description-column{
    width: 100%;;

}
.jea-admin-media-table .image-preview{
    width: 80px;
    height: 80px;
}

.jea-cart-adminArea {
    border-width:   1px;
    border-style:   solid;
    border-color:   #ddd;
}

.jea-cart-adminArea th {
    padding:        10px !important;
    font-weight:    700;
    font-size:      14px;
    font-style:     normal;
    border:         none !important;
}

.jea-cart-adminArea th .glyphicon {
    margin-right:   5px;
}

.jea-cart-adminArea th:hover {
    cursor: pointer;
}

.jea-cart-adminArea td {
    padding: 10px !important;
}

.jea-cart-adminArea hr {
    margin:     5px 0px !important;
}

.jea-cart-adminOption {
    
}

.jea-cart-adminOption th {
    padding:    2px !important;
    font-size:  12px;
}

.jea-cart-adminOption td {
    padding:    2px !important;
}

/**
 * 5.1 Admin-treecontrols
 * ----------------------------------------------------------------------------
 */


treecontrol.jea-tree-files {
    color: #428bca;
    font-family: inherit;
    font-size: inherit;
}

treecontrol.jea-tree-files > ul > li {
    padding: 0;
}

treecontrol.jea-tree-files li > .tree-label {
    display: block;
    padding: 3px 0;
    border-radius: 4px;
}

treecontrol.jea-tree-files i.tree-branch-head,
treecontrol.jea-tree-files i.tree-leaf-head {
    float: left;
    height: 16px;
    margin: 5px;
}

treecontrol.jea-tree-files li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
}

treecontrol.jea-tree-files li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
}

treecontrol.jea-tree-files li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
}

treecontrol.jea-tree-files .tree-label.tree-selected,
treecontrol.jea-tree-files .tree-label.tree-selected:hover {
    color: #fff;
    background-color: #aaa;
}

treecontrol.jea-tree-files .tree-label:hover {
    background-color: #eee;
}

.jea-childrenDetails {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #eee;
    max-width: 850px;

    background-color: #gray;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
}

.jea-childrenDetails table thead tr {
    border: 1px solid #ddd;
}

.jea-childrenDetails table thead th {
    border: none;
}

.jea-childrenDetails table tbody td {
    padding: 4px 8px; 
    border: none;
}
