body {
    background-color: black;
    font-family: 'Helvetica LT Std';
}

body.whiteBackground {
    background-color: white;
}

body img {
    vertical-align: baseline;
    border-style: none;
}

.yellow {background-color: #fbe800;}
.red {background-color: #b60f0c;}
.blue {background-color: #0075bf;}
.green {background-color: #52ae32;}
.orange {background-color: #ef7d00;}
.purple {background-color: #951b81;}
.pink {background-color: #e50051;}
.lightpink {background-color: #e6007e;}
.grey {background-color: #7c909b;}
.lightblue {background-color: #009fe3;}

.yellowScheme .content h1 { color: #fbe800; }
.yellowScheme .leftMenu>ul>li>a, .yellowScheme.whiteBackground .content .buttonWithArrow:hover  { background-color: #fbe800; }
.yellowScheme .coloredRow, .yellowScheme .coloredRow th, .yellowScheme .coloredRow td { background-color: #fbe800; font-weight:bold; }

.redScheme .content h1 { color: #b60f0c; }
.redScheme .leftMenu>ul>li>a, .redScheme.whiteBackground .content .buttonWithArrow:hover  { background-color: #b60f0c; color: white }
.redScheme .coloredRow, .redScheme .coloredRow th, .redScheme .coloredRow td { background-color: #b60f0c; font-weight:bold; color: white; }

.blueScheme .content h1 { color: #0075bf; }
.blueScheme .leftMenu>ul>li>a, .blueScheme.whiteBackground .content .buttonWithArrow:hover  { background-color: #0075bf; color: white; }
.blueScheme .coloredRow, .blueScheme .coloredRow th, .blueScheme .coloredRow td { background-color: #0075bf; font-weight:bold; color: white; }

.greenScheme .content h1 { color: #52ae32; }
.greenScheme .leftMenu>ul>li>a, .greenScheme.whiteBackground .content .buttonWithArrow:hover  { background-color: #52ae32; color: white }
.greenScheme .coloredRow, .greenScheme .coloredRow th, .greenScheme .coloredRow td { background-color: #52ae32; font-weight:bold; color: white; }

.orangeScheme .content h1 { color: #ef7d00; }
.orangeScheme .leftMenu>ul>li>a, .orangeScheme.whiteBackground .content .buttonWithArrow:hover  { background-color: #ef7d00; color: white }
.orangeScheme .coloredRow, .orangeScheme .coloredRow th, .orangeScheme .coloredRow td { background-color: #ef7d00; font-weight:bold; color: white; }

.purpleScheme .content h1 { color: #951b81; }
.purpleScheme .leftMenu>ul>li>a, .purpleScheme.whiteBackground .content .buttonWithArrow:hover  { background-color: #951b81; color: white }
.purpleScheme .coloredRow, .purpleScheme .coloredRow th, .purpleScheme .coloredRow td { background-color: #951b81; font-weight:bold; color: white; }

.pinkScheme .content h1 { color: #e50051; }
.pinkScheme .leftMenu>ul>li>a, .pinkScheme.whiteBackground .content .buttonWithArrow:hover  { background-color: #e50051; color: white }
.pinkScheme .coloredRow, .pinkScheme .coloredRow th, .pinkScheme .coloredRow td { background-color: #e50051; font-weight:bold; color: white; }

.lightpinkScheme .content h1 { color: #e6007e; }
.lightpinkScheme .leftMenu>ul>li>a, .lightpinkScheme.whiteBackground .content .buttonWithArrow:hover  { background-color: #e6007e; color: white }
.lightpinkScheme .coloredRow, .lightpinkScheme .coloredRow th, .lightpinkScheme .coloredRow td { background-color: #e6007e; font-weight:bold; color: white; }

.greyScheme .content h1 { color: #7c909b; }
.greyScheme .leftMenu>ul>li>a, .greyScheme.whiteBackground .content .buttonWithArrow:hover  { background-color: #7c909b; color: white }
.greyScheme .coloredRow, .greyScheme .coloredRow th, .greyScheme .coloredRow td { background-color: #7c909b; font-weight:bold; color: white; }

.lightblueScheme .content h1 { color: #009fe3; }
.lightblueScheme .leftMenu>ul>li>a, .lightblueScheme.whiteBackground .content .buttonWithArrow:hover  { background-color: #009fe3; color: white }
.lightblueScheme .coloredRow, .lightblueScheme .coloredRow th, .lightblueScheme .coloredRow td { background-color: #009fe3; font-weight:bold; color: white; }


.clear {
    clear: both;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 135px;
    background-color: #000000;
    z-index: 999;
}

.headerSpacer {
    height: 135px;
    width: 100%;
}

.mobileMenuBar {
    z-index: 9999;
}

header .container .row {
    position: relative;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

header .logo {
    padding-top: 14px;
}

header .customerPortalAndLanguage {
    position: absolute;
    right: 10px;
    top: 10px;
}

header .customerPortalAndLanguage .customerPortalButton {
    background-color: white;
    font-family: 'FreightSansProBlack';
    font-weight: 900;
    font-style: normal;
    font-size: 13px;
    color: black;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    transition: background-color 0.5s ease;
    vertical-align: top;
}

header .customerPortalAndLanguage .customerPortalButton:hover {
    text-decoration: none;
    background-color: #fbe800;
}

header .customerPortalAndLanguage .customerPortalButton i {
    margin-left: 10px;
}

header .customerPortalAndLanguage .languageSelector {
    background-color: #616161;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

header .customerPortalAndLanguage .languageSelector i {
    margin-left: 10px;
    color: white;
}

header .customerPortalAndLanguage .languageSelector ul {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    background-color: white;
    display: none;
    transition: background-color 0.5s ease;
}

header .customerPortalAndLanguage .languageSelector:hover ul {
    display: block;
}

header .customerPortalAndLanguage .languageSelector ul:hover {
    background-color: #fbe800;
}

header .customerPortalAndLanguage .languageSelector ul li {
    list-style-type: none;
    width: 100%;
}

.menu {
    height: 135px;
}

.menu ul {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.menu ul li {
    float: left;
    margin-left: 35px;
    list-style-type: none;
    font-family: 'FreightSansProBlack';
    font-weight: 900;
    font-style: normal;
}

.menu ul li a {
    color: white;
    transition: color 0.5s ease;
}

.menu ul li.current_page_item a, .menu ul li.current-page-ancestor a {
    color: #fbe800 !important;
}

.menu ul li a:hover {
    color: #fbe800;
    text-decoration: none;
}

.leftMenu ul {
    margin: 0;
    padding: 0;
}

.leftMenu ul li {
    list-style-type: none;
    position: relative;
}

.leftMenu ul li .dropdowncaret {
    position: absolute;
    right: 7px;
    top: 5px;
}

.leftMenu>ul>li>a {
    background-color: #fbe800;
    padding: 3px;
    padding-left: 7px;
    padding-right: 18px;
    margin-bottom: 5px;
    display: block;
    color: black;
    font-size: 13px;
}

.leftMenu>ul>li.current_page_item>a {
    background-color: black;
    color: white;
}

.leftMenu>ul>li.current_page_item .dropdowncaret {
    color: white;
}

.leftMenu>ul>li>ul>li a {
    background-color: #f0f0f0;
    padding: 3px;
    padding-left: 7px;
    margin-bottom: 5px;
    display: block;
    color: black;
    font-size: 13px;
}

.searchIcon {
    color: white;
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url('../images/search.png');
    transition: color 0.5s ease;
}

.searchIcon:hover {
    background-image: url('../images/search_hover.png');
    color: #fbe800;
}

.featuredImage {
    height: 444px;
    background-size: cover;
    background-position: center;
}

.smallFeature {
    height: 220px !important;
}

.featuredText {
    font-family: 'FreightSansProBlack';
    font-weight: 900;
    font-style: normal;
    font-size: 45px;
    color: white;
    margin-top: 33px;
    margin-left: 50px;
    line-height: 45px;
    text-transform: uppercase;
}

.featuredText.stroke {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
    -webkit-text-fill-color: white;
}

.bread {
    margin-bottom: 20px;
    color: white;
    font-size: 11px;
}

.bread a {
    color: white;
    transition: color 0.2s ease;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: lowercase;
}

.bread .breadcrumb_last {
    margin-left: 5px;
    margin-right: 5px;
}

.bread a:hover, .whiteBackground .bread a:hover {
    color: #009fe3;
    text-decoration: none;
}

.bread .homeIcon {
    color: #009fe3;
    font-size: 20px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/Homeknop_bread_white.png');
    background-size: 18px 18px;
}

.whiteBackground .bread .homeIcon {
    background-image: url('../images/Homeknop_bread.png');
}

.bread .homeIcon:hover {
    background-image: url('../images/Homeknop_bread_yellow.png');
}

.content {
    margin-top: 25px;
}

.content p {
    color: white;
    margin-bottom: 20px;
    font-weight: lighter;
}

.content ul li {
    color: white;
}

.content p .bold {
    font-weight: bold;
}

.content h1 {
    color: #fbe800;
    font-size: 38px;
    font-family: 'FreightSansProBlack';
    line-height: 34px;
    text-transform: uppercase;
}

.content h2 {
    font-size: 16px;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}

.content .buttonWithArrow {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    font-family: 'FreightSansProBlack';
    font-weight: 900;
    font-style: normal;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    background-color: white;
    color: black;
    padding-left: 10px;
    transition: background-color 0.5s ease;
    margin-bottom: 10px;
}

.content .buttonWithArrow img {
    vertical-align: top;
    padding-left: 10px;
    padding-right: 8px;
    margin: 0;
}

.content .buttonWithArrow:hover {
    background-color: #fbe800;
    text-decoration: none;
}

.content .buttonWithArrow i {
    font-size: 25px;
    position: absolute;
    right: 9px;
    top: 2px;
}

.content .buttonWithArrow i.smallerIcon {
    font-size: 17px;
    top: 5px;
}

.product {
    margin-bottom: 40px;
}

.product h3 {
    margin-top: 20px;
    font-weight: bold;
}

.product img {
    margin-top: 20px;
    margin-bottom: 20px;
	max-height: 220px;
    width: auto;
}

.textblock h3 {
    font-size: 20px;
    font-weight: bold;
}

.productBlock {
    width: 260px;
    height: 260px;
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    display: block;
}

.manuals {
    width: 820px;
    height: 60px;
}

.productBlock .colorBar {
    height: 100%;
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.productBlock .title {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 220px;
    color: white;
    font-family: 'FreightSansProBlack';
    font-size: 23px;
    line-height: 24px;
    z-index: 101;
}

.manuals .title {
    color: black;
    right: 20px;
    left: auto;
    width: 210px;
    top: 18px;
}

.productBlock .mouseOver {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 100;
    transition: opacity 0.5s ease;
}

.productBlock:hover .mouseOver {
    opacity: 0.5;
}

.whiteBackground .bread,
.whiteBackground .bread a,
.whiteBackground .content p,
.whiteBackground .content h2,
.whiteBackground .content ul li{
    color: black;
}

.whiteBackground .content .buttonWithArrow {
    color: white;
    background-color: black;
}

.whiteBackground .content .buttonWithArrow:hover {
    color: black;
    background-color: #fbe800;
}

.whiteBackground .content .buttonWithArrow:hover img {
    filter: brightness(0);
}


footer {
    height: auto;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(38,38,38,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(38,38,38,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(38,38,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#262626",GradientType=1);
    color: white;
    font-size: 13px;
    padding-bottom: 50px;
}

footer a {
    color: white;
    font-weight: bold;
}

footer a:hover {
    color: #fbe800;
    text-decoration: none;
}

footer p{
    margin-top: 28px;
}

footer p .bold {
    font-weight: bold;
}

footer p.align-right {
    text-align: right;
}

footer .certificate {
    margin-left: 15px;
}

/* TABLE CSS */
.table {
    width: auto !important;
    font-family: Verdana !important;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner,
.table td {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.table thead th {
    border: 1px solid white;
}

.vlierodamTableWrapper {
    display: none;
}

.vlierodamTable {
    font-size: 11px;
}

.blackRow, .blackRow th, .blackRow td {
    background-color: black;
    color: white;
}

.vlierodamTable td {
    /*background-color: white;*/
	white-space: nowrap;
}

.vlierodamTable tbody tr.active {
    background-color: rgba(0,0,0, 0.075);
}

    /* Side menu */

.mobileMenuBar {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.sideMenuButton {
    display: block;
    margin-left: 20px;
    height: 40px;
    width: 40px;
    float: left;
}

.menuBtn {
    background-image: url('../images/sidemenuButton.png');
}

.portalBtn {
    background-image: url('../images/portal.png');
}

.sideMenu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: black;
    z-index: 9999999999;
    padding: 20px;
}

.sideMenu ul {
    margin-top: 30px;
    padding: 0;
}

.sideMenu ul li {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    font-size: 25px;
    font-family: 'FreightSansProBlack';
    list-style-type: none;
    margin-bottom: 20px;
}

.sideMenu ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sideMenu ul li.active a {
    color: #fbe800;
}

.sideMenu ul li a:hover {
    color: #fbe800;
}

.sideMenu .sideMenuCloseButton {
    position: absolute;
    top: 23px;
    right: 30px;
    color: #fbe800;
    font-size: 25px;
}

.searchBarWrapper {
    position: relative;
}

.sidemenuSearchBar {
    font-family: Verdana;
    height: 40px;
    background-color: white;
    border: none;
    font-size: 25px;
    padding-left: 10px;
    padding-right: 40px;
    width: 100%;
}

.searchIconSidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    display: block !important;
    vertical-align: middle;
    background-color: #fbe800;
}

.customerPortalButton img {
    vertical-align: top;
}

footer p {
    font-size: 14px;
    font-weight: 300;
}

.productTextWrapper {
    max-width: 820px;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    z-index:999;
}

.first-col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 0px;
}

.mobileLanguageSelector {
    display: none;
}

.usermanuals .usermanualBlock {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 20px;
}

.usermanuals .left {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 20px;
}

.usermanuals .right {
    width: 50%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 20px;
}

.usermanuals .usermanualBlock h2 {
    color: white;
    padding: 8px;
    margin-bottom: 3px;
}

.usermanuals .usermanualBlock a {
    color: black;
    background-color: #dbd9dd;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    font-weight: bold;
    margin-bottom: 3px;
}

.contactLeft {
    float: left;
    width: 33%;
}

.contactRight {
    float: left;
    width: 66%;
}

.backtotop {
    width: 20px;
    height: 18px;
    display: none;
    background-image: url('../images/Back-to-top-white.png');
    background-size: 20px 18px;
    position: fixed;
    right: 300px;
    bottom: 300px;
}

.whiteBackground .backtotop {
    background-image: url('../images/Back to top.png');
}

.backtotop:hover {
    background-image: url('../images/Back-to-top-white-hover.png');
}

.yellowBold {
    color: #fbe800;
    font-weight: bold;
}

b, strong {
    font-weight: bold !important;
}

.hidden {
    display: none;
}

.searchbox {

}

.searchbox ul {
    list-style-type: none;
}

.searchbox ul li {
    margin-bottom: 30px;
}

.searchbox ul li h3 a {
    font-family: 'FreightSansProBlack';
    color: white;
    text-decoration: none;
    font-size: 24px;
}

.paginator {
    margin-bottom: 40px;
    color: white;
}

.searchbox label {
    color: white;
}

.searchform {
    padding: 10px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 135px;
}

.searchform {
    display: none;
}

.searchform label {
    display: none;
}