/********** HR REMOVE ************/


.col-sm-12 hr {
    height: 0px;
}

@font-face {
    font-family: 'MetaOT';
    src: local('MetaOT-Norm'), local('MetaOT-Norm'), url("/static/css/fonts/MetaOT-Norm.otf"),url("/static/css/fonts/MetaOT-Norm.eot"),url("/static/css/fonts/MetaOT-Norm.ttf");
}

@font-face {
    font-family: 'MetaOT-Black';
    src: local('MetaOT-Black'), local('MetaOT-Black'), url("/static/css/fonts/MetaOT-Black.otf"),url("/static/css/fonts/MetaOT-Black.eot"),url("/static/css/fonts/MetaOT-Black.ttf");
}



@font-face {
    font-family: 'MetaOT-Bold';
    src: local('MetaOT-Bold'), local('MetaOT-Bold'), url("/static/css/fonts/MetaOT-Bold.otf"), url("/static/css/fonts/MetaOT-Bold.eot"), url("/static/css/fonts/MetaOT-Bold.ttf");
}

.flex-container {
    padding: 0;
    margin: auto;
    list-style: none;
    width: 100%;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .wrap li {
    }

.wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

    .wrap-reverse li {
    }

.flex-item {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
}

.flex-item-column {
    padding-right: 50px;
    width: 50%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}


/**************************************************************** generics ****************************************************************/


body {
    background-color: #fff;
    overflow-x: hidden;
}

a,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

        a:hover img {
            opacity: 0.9;
        }

ul.ns, .ns ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.ns li, .ns ul li {
        margin-left: 0;
    }

ul.f li, .f ul li {
    display: inline-block;
    margin-right: 10px;
}

    ul.f li:last-child, .f ul li:last-child {
        margin-right: 0;
    }

img {
    max-width: 100%;
    height: auto;
}

.alignleft,
[align="left"],
[style*="align"][style*="left"] {
    float: left;
}

.alignright,
[align="right"],
[style*="align"][style*="right"] {
    float: right;
}

.aligncenter,
[align="center"],
[style*="align"][style*="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img[align="left"],
img[style*="align"][style*="left"] {
    margin: 0px 15px 15px 0px;
}

img.alignright,
img[align="right"],
img[style*="align"][style*="right"] {
    margin: 0px 0px 15px 15px;
}

img.aligncenter,
img[align="center"],
img[style*="align"][style*="center"] {
    margin-bottom: 15px;
}


.center-text {
    width: 50%;
    margin: auto;
}


.access,
.screen-reader-text,
.hidden,
.navbar-brand,
.no-screen {
    display: none;
}
/*<div class="right-inner-addon">
	<input type="text" class="form-control" />
	<i class="glyphicon glyphicon-search"></i>
</div>*/
.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
    }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

hr {
    border: 0;
    height: 2px;
    width: 100%;
    display: block;
    background-color: #999999;
    margin: 20px auto;
}

.form-control:focus {
    border-color: #e70016;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231, 0, 22, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231, 0, 22, .6);
}

.preamble {
    font-size: 20px;
}

.table.table-striped {
    border-bottom: 1px solid #ddd;
}

.flexslider {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    margin: 0;
}
/**************************************************************** /generics ****************************************************************/

/**************************************************************** fonts ****************************************************************/
body {
    font-family: 'MetaOT',tahoma,verdana,arial,helvetica,sans-serif;
    font-weight: 300;
    font-size: 16px;
}

h1 {
    font-family: 'MetaOT-Black',tahoma,verdana,arial,helvetica,sans-serif;
}

    h1.product-header {
        font-family: 'MetaOT',tahoma,verdana,arial,helvetica,sans-serif;
    }

h6:first-child {
    margin-top: 0;
}

button .glyphicon,
a .glyphicon,
a i.fa {
    margin-right: 5px;
}
/**************************************************************** /fonts ****************************************************************/

/**************************************************************** scroll arrow ****************************************************************/
.scrollToTop,
.scrollToTop:hover,
.scrollToTop:focus {
    text-decoration: none;
    color: #bf0a29;
    opacity: 0.5;
}

.scrollToTop {
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    /*background: url('arrow_up.png') no-repeat 0px 20px;*/
}

    .scrollToTop:hover {
        text-decoration: none;
        opacity: 1;
    }
/**************************************************************** /scroll arrow ****************************************************************/

/**************************************************************** top menu ****************************************************************/
#topmenu {
    margin-top: 15px;
    margin-bottom: 15px;
}

    #topmenu ul.ns li a {
        line-height: 30px;
        color: #999;
        font-size: 14px;
    }

    #topmenu ul.ns {
        float: right;
    }

    #topmenu ul.dropdown-menu {
        overflow: hidden;
    }

        #topmenu ul.dropdown-menu li {
            display: block;
            width: 100%;
        }

            #topmenu ul.dropdown-menu li a {
                color: #333 !important;
            }

#login-slide-link {
    cursor: pointer;
}

#myaccount-slide-link {
    cursor: pointer;
}
/**************************************************************** /top menu ****************************************************************/


.breadcrumb {
    background-color: transparent;
}

    .breadcrumb * {
        font-size: 13px;
    }

    .breadcrumb > li + li:before {
        content: "> ";
    }

    .breadcrumb a {
        color: #c0bebe;
    }

        .breadcrumb a:hover {
            color: #999;
        }

    .breadcrumb .active {
        color: #c0bebe;
    }
/**************************************************************** /main menu ****************************************************************/

/**************************************************************** sub menu ****************************************************************/
.middle-menu {
    margin-top: 70px;
}

.submenu.submenu-level-small ul {
    padding: 0 15px 0;
}

.submenu,
.submenu * {
    font-size: 14px;
    color: #999999;
}

    .submenu h5 {
        margin: 0;
        line-height: 1.3;
    }

        .submenu h5 a {
            font-size: 16px;
        }

        .submenu h5 span {
            font-size: 16px;
        }
    /*
.submenu span {
	display: none;
}
.submenu a {
	position: relative;
}
.submenu .active span {
	position: absolute;
	display: block;
	clear: both;
	width: 13px;
	height: 13px;
	background: url(../img/submenu-select-arr.gif) center bottom no-repeat;
	margin: 0 46%;
	bottom:-28px;
}
*/
    .submenu .active a {
        color: #d71f2a;
    }

    .submenu a:hover {
        color: #333;
    }

    .submenu.submenu-level-small {
        margin-top: 5px;
    }

.submenu-level-small hr {
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #ccc;
}

.submenu.submenu-level-big {
    height: 110px;
}

    .submenu.submenu-level-big span.arr {
        position: absolute;
        display: block;
        clear: both;
        width: 13px;
        height: 6px;
        background: url(../images/submenu-select-arr.gif) center bottom no-repeat;
        margin: 0 46%;
        top: -10px;
    }

.submenu.submenu-level-big {
}

.submenu .flex-direction-nav a.flex-next {
    right: -10px;
}

.submenu .flex-direction-nav a.flex-prev {
    left: -10px;
}

.submenu .flexslider:hover a.flex-next {
    right: -5px;
}

.submenu .flexslider:hover a.flex-prev {
    left: -5px;
}

.submenu.submenu-level-big .flexslider li {
    overflow: hidden;
}

    .submenu.submenu-level-big .flexslider li:first-child {
        margin-left: 0;
    }

    .submenu.submenu-level-big .flexslider li a {
        border-radius: 3px;
        text-align: center;
        display: block;
        padding: 10px;
        line-height: 17px;
        /*white-space: nowrap;*/
        font-size: 13px;
    }

    .submenu.submenu-level-big .flexslider li.active a {
        box-shadow: inset 0 0 15px #999;
    }

.submenu.submenu-level-big .flexslider img {
    /*width: 95px;
    height: 60px;*/
    margin: 0 auto 10px;
}

.submenu.submenu-level-big .flex-direction-nav a:before {
    font-size: 25px;
}

.submenu-border-right {
    border-right: 1px solid #eee;
}


/**************************************************************** /sub menu ****************************************************************/

/**************************************************************** carousel ****************************************************************/
div.header-page-slider {
    padding-bottom: 20px;
}

.header-page-slider img.full-width {
    width: 100%;
    height: auto;
}

body.header-page-slider #topmenu ul.ns li a {
    color: #999999;
}

.header-page-slider .item,
.header-image {
    /*padding-top: 130px;*/
}

.header-page-slider .carousel .carousel-indicators li {
    margin: 1px;
    margin-right: 3px;
}

    .header-page-slider .carousel .carousel-indicators li.active {
        margin: 0;
        margin-right: 3px;
    }

.carousel-indicators li {
    box-shadow: 0px 0px 3px #333;
}
/**************************************************************** /carousel ****************************************************************/
/**************************************************************** start page ****************************************************************/
.start-page-4-col-header-top span.start-page-push-header {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    display: block;
}
/*start-page-4-col-header-top*/
.start-page-4-col-header-top * {
    color: #d71f2a;
}

.start-page-4-col-header-top a:hover,
.start-page-4-col-header-top a:hover * {
    text-decoration: none;
}

.start-page-4-col-header-top img {
    margin-bottom: 3px;
}

.start-page-4-col-header-top a {
    display: block;
    border-bottom: 6px solid transparent;
}

    .start-page-4-col-header-top a:hover {
        border-color: #d71f2a;
    }

.start-page-4-col-header-top ul {
    padding-top: 10px;
}

    .start-page-4-col-header-top ul a {
        padding: 5px 0;
    }

        .start-page-4-col-header-top ul a,
        .start-page-4-col-header-top ul a * {
            color: #666;
            border-bottom: 0 solid transparent;
        }

    .start-page-4-col-header-top ul li {
        color: #333;
        border-bottom: 1px solid #eee;
    }

    .start-page-4-col-header-top ul a:hover,
    .start-page-4-col-header-top ul a:hover * {
        color: #000;
    }
/*/start-page-4-col-header-top*/
/*start-page-4-col-header-bot*/
.start-page-4-col-header-bot * {
    color: #333;
}

.start-page-4-col-header-bot h6 {
    margin-bottom: 2px;
    font-size: 16px;
}

.start-page-4-col-header-bot a:hover,
.start-page-4-col-header-bot a:hover * {
    text-decoration: none;
}

.start-page-4-col-header-bot a {
    display: block;
}

    .start-page-4-col-header-bot a:hover,
    .start-page-4-col-header-bot a:hover * {
        color: #000;
    }
/*/start-page-4-col-header-bot*/
/*/start-page-4-col-round-img*/
.start-page-4-col-round-img * {
    color: #635c55;
}

.start-page-4-col-round-img .col-sm-3.col-xs-6 {
    border-left: 1px solid #eee;
}

    .start-page-4-col-round-img .col-sm-3.col-xs-6:first-child {
        border-left: 0;
    }

.start-page-4-col-round-img img {
    display: block;
    margin: 0 auto;
    height: auto;
}

.start-page-4-col-round-img h6 {
    margin-bottom: 2px;
}

.start-page-4-col-round-img p {
    font-size: 12px;
}

.start-page-4-col-round-img a:hover,
.start-page-4-col-round-img a:hover * {
    text-decoration: none;
}

.start-page-4-col-round-img a {
    display: block;
}

    .start-page-4-col-round-img a:hover,
    .start-page-4-col-round-img a:hover * {
        color: #3b3732;
    }

.start-page-4-col-header-top li.start-page-2-col-list {
    min-height: 100px;
}

    .start-page-4-col-header-top li.start-page-2-col-list:last-of-type {
        margin-bottom: 15px
    }

li.start-page-2-col-list div.start-page-2-col-list-image {
    float: left;
    width: 100px;
    height: 100px;
}

li.start-page-2-col-list span.start-page-2-col-list-image-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

li.start-page-2-col-list a.start-page-2-col-list-link {
    padding-left: 120px;
}
/*/start-page-4-col-round-img*/
/**************************************************************** /start page ****************************************************************/

/**************************************************************** content ****************************************************************/
.no-header-page-slider header + .container {
}

.content-header {
    margin-bottom: 20px;
}

.content-big-image {
    margin-bottom: 30px;
}

.content-container a {
    color: #333;
}

    .content-container a:hover {
        text-decoration: underline;
        color: #000;
    }

    .content-container a.btn {
        text-decoration: none;
        color: #fff;
    }

.date {
    margin-bottom: 20px;
}

h1 + .date {
    margin-top: -20px;
}

h2 + .date {
    margin-top: -10px;
}

.facts {
    display: inline;
    float: right;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    width: 100%;
}

    .facts .facts-inner {
        display: block;
        background-color: #eee;
        padding: 10px;
    }

.content-container .search-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-container iframe {
    width: 100%;
    border: 0;
}
/**************************************************************** /content ****************************************************************/

/**************************************************************** content sitecore forms ****************************************************************/
.content-container .scfFooterBorder {
    clear: both;
}

.content-container label,
.content-container .scfDateSelectorLabel,
.content-container .scfCheckBoxListLabel,
.content-container .scfRadioButtonListLabel,
.content-container .scfCheckbox {
    display: block;
    float: none;
    clear: both;
}

    .content-container .scfCheckbox label,
    .content-container .scfRadioButtonListGeneralPanel label,
    .content-container .scfCheckBoxListGeneralPanel label {
        display: inline;
        clear: none;
    }

.content-container input[type=text],
.content-container input[type=number],
.content-container input[type=email],
.content-container input[type=url],
.content-container input[type=password],
.content-container textarea,
.content-container select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.content-container input[type=text],
.content-container input[type=number],
.content-container input[type=email],
.content-container input[type=url],
.content-container input[type=password],
.content-container textarea,
.content-container select,
.content-container .scfCheckBoxListGeneralPanel,
.content-container .scfRadioButtonList,
.content-container .scfFileUploadGeneralPanel,
.content-container .scfCheckbox {
    margin-bottom: 20px;
}

.content-container textarea,
.content-container select {
    height: auto;
    display: inline;
}

.content-container .scfDateSelectorGeneralPanel label,
.content-container .scfDateSelectorGeneralPanel select {
    width: 33%;
    display: inline;
    float: left;
    clear: none;
}

.content-container input:focus,
.content-container textarea:focus,
.content-container select:focus {
    border-color: #e70016;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231, 0, 22, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231, 0, 22, .6);
}

.content-container input[type=checkbox],
.content-container input[type=radio] {
    margin-right: 5px;
}

.content-container input[type=button],
.content-container input[type=submit],
.content-container input[type=reset] {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.content-container .scfEmailGeneralPanel,
.content-container .scfMultipleLineGeneralPanel,
.content-container .scfSingleLineGeneralPanel,
.content-container .scfPasswordGeneralPanel,
.content-container .scfNumberGeneralPanel,
.content-container .scfDatePickerGeneralPanel,
.content-container .scfDateGeneralPanel,
.content-container .scfRadioButtonListGeneralPanel,
.content-container .scfCheckBoxListGeneralPanel,
.content-container .scfFileUploadGeneralPanel,
.content-container .scfDateSelectorGeneralPanel,
.content-container .scfCreditCardGeneralPanel,
.content-container .scfConfirmPasswordGeneralPanel,
.content-container .scfCaptchaGeneralPanel,
.content-container .scfTelephoneGeneralPanel,
.content-container .scfSmsTelephoneGeneralPanel,
.content-container .scfDropListGeneralPanel,
.content-container .scfListBoxGeneralPanel {
    display: block;
    float: left;
    width: 80%;
}

.content-container .scfRequired {
    float: left;
    margin-left: 10px;
}
/**************************************************************** /content sitecore forms ****************************************************************/

/**************************************************************** google maps styles ****************************************************************/
#google-map {
    width: 100%;
    height: 400px;
}

    #google-map img {
        width: auto;
        max-width: none;
    }

.gm-style-iw {
    overflow: hidden !important;
}

.gm-bubble-content {
    display: block;
    padding-bottom: 10px;
}
/**************************************************************** /google maps styles ****************************************************************/

/**************************************************************** file archive ****************************************************************/
#sectionsContent li {
    font-weight: 500;
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding: 6px;
}

#sectionsContent h3 {
    font-size: 18px;
}

#sectionsContent li:nth-child(odd) {
    background-color: #f9f9f9;
}

#sectionsContent span.file-date {
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap;
}

#fileArchiveTree.jstree .jstree-icon.jstree-themeicon {
    background-image: url('/static/images/folder.png');
    width: 14px;
    display: block;
    float: left;
    margin-right: 5px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center left;
}

#fileArchiveTree .filearea-count {
    font-size: 12px;
    white-space: nowrap;
}

.visible {
    visibility: visible;
}

#fileArchiveTree {
    z-index: 1;
}

    #fileArchiveTree ul {
        list-style: none;
        padding-left: 10px;
    }


#loadSpinner {
    display: block;
    position: absolute;
    right: 0;
    padding: 4px 20px;
    height: 18px;
    width: 18px;
    background: url('/static/images/spinner_18x18.gif') 0 50% no-repeat;
}

/**************************************************************** /file archive ****************************************************************/


/**************************************************************** product page ****************************************************************/
.flexslider-prod .flex-direction-nav a {
    margin-top: -40px;
}

.product-header {
    margin-bottom: 0;
}

    .product-header + h3 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

.anchor-links {
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-container .anchor-links a,
.content-container .anchor-links a:hover {
    text-decoration: none;
    color: #000;
}

.anchor-links i.fa {
    margin-right: 5px;
}

#share-links {
}

    #share-links a,
    #share-links span {
        display: inline-block;
        float: left;
        color: #999;
    }

    #share-links span {
        font-size: 14px;
        display: block;
        clear: both;
        float: none;
    }

    #share-links a:hover {
        color: #666;
    }

#facts .table tr td:first-child {
    font-weight: 500;
}

#facts .table td + td {
    text-align: right;
}

.download-lists, .drivers-lists, ser-lists {
    width: 100%;
    height: 200px;
    overflow-y: hidden;
}

a.more-downloads, a.more-drivers {
    text-align: center;
    text-decoration: none;
    background-color: #eee;
    padding: 15px 0;
    display: block;
    width: 100%;
}

    a.more-downloads:hover, a.more-drivers:hover {
        text-decoration: none;
        background-color: #ddd;
    }

#request-quote {
    width: 500px;
}

.download-fancy {
    width: 680px;
    margin: 10px 0 20px;
}

    .download-fancy a {
        text-decoration: underline;
        word-wrap: break-word;
    }

.limitedavailability-fancy {
    display: none;
    width: 680px;
    margin: 10px 0 20px;
}

.limitedavailability-info,
.limitedavailability-fancy-text {
    color: #d71f2a !important;
}
/**************************************************************** /product page ****************************************************************/
/**************************************************************** news list ****************************************************************/
.news-list .col-xs-12 {
    margin-bottom: 30px;
}

.select-year {
    margin-bottom: 30px;
}
/**************************************************************** /news list ****************************************************************/

/**************************************************************** search result ****************************************************************/
.search-result-type {
    color: #e70016;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #e70016;
}

.pagination-container {
    text-align: center;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #e70016;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #e70016;
    border-color: #bf0a29;
}
/**************************************************************** /search result ****************************************************************/

/**************************************************************** left menu page ****************************************************************/
a.jstree-toggle {
    display: none;
}

.jstree-container {
    display: block;
}

.jstree-container-ul {
    list-style-type: none;
    margin-left: -40px;
}

/**************************************************************** /left menu page ****************************************************************/

/**************************************************************** footer ****************************************************************/
footer {
    background-color: #4D4D4F;
    padding-top: 10px;
}

    footer,
    footer *,
    footer a:hover {
        color: #fff;
    }

.footerh {
    font-family: 'MetaOT-Black',tahoma,verdana,arial,helvetica,sans-serif;
}

.footercol {
    padding-top: 20px;
}

.footercopy {
    font-size: 12px;
    text-align: center;
}
/**************************************************************** /footer ****************************************************************/

/**************************************************************** Slide down panel login ****************************************************************/
#login-wrapper {
    background-color: #dddddd;
    display: none;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 10px;
}

#login-slide-down-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#login-slide-down-login-error {
    color: red;
}

.auth-failed {
    display: none;
    color: #ff0000;
}
/**************************************************************** /Slide down panel login ****************************************************************/

/**************************************************************** Modal progress ****************************************************************/
.modal-progress-container {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    z-index: 5000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

    .modal-progress-container img {
        position: fixed;
        top: 40%;
    }

/**************************************************************** /Modal progress ****************************************************************/


/**************************************************************** Register down panel ****************************************************************/

#register-slide-down {
    margin-top: 0px;
    margin-bottom: 15px;
    /*display: none;*/
    background-color: #dddddd;
    padding-bottom: 15px;
}

#register-wrapper {
    margin-top: 0px;
    padding-top: 60px;
    display: none;
    background-color: #dddddd;
    padding-bottom: 15px;
}

#register-slide-down-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
/**************************************************************** /Register down panel ****************************************************************/

/**************************************************************** Slide down panel MyAccount****************************************************************/
#myaccount-wrapper {
    margin-top: 0px;
    padding-top: 60px;
    display: none;
    background-color: #dddddd;
    padding-bottom: 15px;
}

#myaccount-slide-down-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.unsubscribe-newsletter-x {
    cursor: pointer;
}

#myaccount-logout-button {
    position: relative;
    right: 0;
    bottom: 0;
}
/**************************************************************** /Slide down panel MyAccount ****************************************************************/

/**************************************************************** Change password panel **********************************************************************/

#change-password-slide-down {
    background-color: #dddddd;
    padding-bottom: 15px;
    padding-top: 110px;
}

#change-password-slide-down-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}



/**************************************************************** /Change password panel *********************************************************************/

/**************************************************************** FancyBox Alert **********************************************************************/

.fancy-alert {
    width: 250px;
    height: 100px;
    text-align: center;
    padding: 25px;
}

/**************************************************************** /FancyBox Alert **********************************************************************/

.newsletter-pageblock h6,
.download-pageblock h6 {
    font-size: 16px;
    font-weight: 500;
}

.newsletter-pageblock,
.download-pageblock {
    font-size: 14px;
}

    .newsletter-pageblock .button-row,
    .download-pageblock .button-row {
        text-align: center;
    }

    .newsletter-pageblock a,
    .download-pageblock a {
        border: none;
        border-radius: 4px;
        color: #fff;
        background: #bf0a29;
        padding: 10px 15px;
        display: inline-block;
        margin: 10px 0px;
        cursor: pointer;
    }

        .newsletter-pageblock a:hover,
        .download-pageblock a:hover {
            color: #fff;
            text-decoration: underline;
        }

/**************************************************************** Slider Front Page ****************************************************************/
.carousel-caption {
    margin: auto;
    top: 41%;
    bottom: auto;
    padding-top: 0px;
    padding-left: 15px;
    text-align: left;
    text-shadow: none;
}

    .carousel-caption a {
        color: #fff;
    }

.SliderHeadline {
    text-align: center;
    line-height: 90%;
    font-size: 60pt;
}

.SliderBody {
    text-align: center;
    line-height: 90%;
    letter-spacing: 2px;
    font-size: 30pt;
}

.SliderButton {
    text-align: center;
}

.SliderHeadlineLeft {
    text-align: left;
    line-height: 90%;
    font-size: 60pt;
}

.SliderBodyLeft {
    text-align: left;
    line-height: 90%;
    letter-spacing: 2px;
    font-size: 30pt;
}

.SliderButtonLeft {
    text-align: left;
}

/*.carousel-indicators {
    display: none;
}*/

/**************************************************************** /Slider Front Page ****************************************************************/

/**************************************************************** Button ****************************************************************/
.btn {
    padding: 14px 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 24px;
    font-size: 10pt;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'MetaOT',tahoma,verdana,arial,helvetica,sans-serif;
}

.btn-default {
}

.btn-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.btn-small {
    padding: 10px 24px;
    letter-spacing: 0px;
    border-radius: 5px;
    font-size: 10pt;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #777;
}


.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}


.btn-primary {
    background: #0099cc;
    color: #ffffff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background: #33a6cc;
    }

    .btn-primary:active, .btn-primary.active {
        background: #007299;
        box-shadow: none;
    }



/**************************************************************** /Button ****************************************************************/

/**************************************************************** Font awesome colored ****************************************************************/
.social-icons .fa {
    margin-bottom: 5px;
    margin-right: 5px;
}

.social-icons .fa {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
    border-radius: 50%;
}

.social-icons .fa-youtube, .social-icons .fa-youtube-play, .social-icons .fa-youtube-square {
    background-color: #C52F30;
}

.social-icons .fa-linkedin, .social-icons .fa-linkedin-square {
    background-color: #0085AE;
}
/**************************************************************** /Font awesome colored ****************************************************************/


/**************************************************************** /Subpage ****************************************************************/
.SubpageBlock {
    background-color: #ededed;
}

.SubpageContainer {
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.SubpageContainerHeader {
}

.SubpageContainerBody {
    padding-left: 20px;
    padding-bottom: 10px;
}

    .SubpageContainerBody p {
        margin: 0px;
    }

    .SubpageContainerBody .limitedavailability-info {
        font-size: 12px;
    }

/* FOOTER FIX*/
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#site {
    min-height: 100%;
    position: relative;
}

#header {
}

#content {
    padding-bottom: 100px; /* Height of the footer element */
    padding-top: 60px;
}

    #content.no-padding {
        padding-top: 0px !important;
    }

#footer {
    background: #ffab62;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.subpageHead {
    padding-left: 25px;
}



/* FOOTER FIX*/

.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-pad > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }

.fa-caret-right {
    color: green;
}

/* Red circle */
span.red {
    background: red;
    border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2em;
    margin-right: 12px;
    text-align: center;
    width: 1.3em;
}

small {
    color: grey;
}


/* ____ ____ ____ _  _ _ ____ ____    ____ _  _ ___     ____ ____ ___ _  _ ____ _  _ ____ 
   [__  |___ |__/ |  | | |    |___    |__| |\ | |  \    |__/ |___  |  |  | |__/ |\ | [__  
   ___] |___ |  \  \/  | |___ |___    |  | | \| |__/    |  \ |___  |  |__| |  \ | \| ___] 
        ____ _  _ ____    ____ ____ ____ 
        |__| |_/  |__|    |    |__/ |  | 
        |  | | \_ |  |    |___ |  \ |__| */
#crotification {
    padding: 2em;
    margin: 2em;
    font-size: large;
    font-weight: bold;
    background-color: yellow;
}

.cro-footer {
    padding-top: 2em;
    padding-bottom: 2em;
}

.cro-table {
    border: none;
    font-size: small;
    /*background-color: #f0ffff;*/
    /*width: 100%;*/
}

    .cro-table > thead {
        background-color: #e9e9e9;
    }

    .cro-table > tbody > tr > td {
        /*margin: 1em;*/
        padding: 1em;
    }

    .cro-table a.btn-info {
        background-color: #999;
    }

    .cro-table > thead > tr > th {
        margin: 1em;
        padding: 1em;
    }

    .cro-table tbody tr {
        background-color: #fff;
    }

        .cro-table tbody tr:nth-child(odd) {
            background-color: #f9f9f9;
        }

.cro-infobox {
    margin: 2em;
    padding: 2em;
    border: 2px dotted black;
    background-color: #ffb6c1;
}

.cro-linkalike {
    cursor: pointer;
}

.dataTables_length select {
    width: auto;
    margin-bottom: 0px;
}

#serviceDetailsTable td:nth-child(1) {
    font-weight: bold;
}

#serviceDetailsTable thead {
    display: none;
}

#serviceDetailsTable_wrapper .dt-buttons {
    padding-top: 10px;
}


#filearchive-headline {
    color: #08c;
}

.fa-file-pdf-o {
    color: red;
}

.fa-file-text {
    color: #1E90FF;
}

.fa-file-zip-o {
    color: #FFA500;
}

.fa-file-image-o {
    color: #228B22;
}

.fa-files-o {
    color: black;
}


/*CSS themes for simplePagination.js*/
ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}

    .simple-pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .simple-pagination li {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
    }

span.ellipse.clickable {
    cursor: pointer;
}

.ellipse input {
    width: 3em;
}

div.beijer-theme {
    margin-top: 10px;
}

.beijer-theme a, .beijer-theme span {
    float: left;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
}

    .beijer-theme a:hover {
        text-decoration: none;
        color: #333;
    }

.beijer-theme li:first-child a, .beijer-theme li:first-child span {
}

.beijer-theme li:last-child a, .beijer-theme li:last-child span {
}

.beijer-theme .active .current {
    color: #d71f2a;
    cursor: default;
    font-weight: bold;
}

.beijer-theme .ellipse {
}
/*CSS themes for simplePagination.js*/

/**************************************************************** Full Width Image And Text page block ****************************************************************/

.nopadding {
    padding: 0px;
}

.img-fullwidth {
    width: 100%;
    height: auto;
}

.row-fullwidth {
    width: 100%;
    margin: 0px;
}

    .row-fullwidth .textbox h1 {
        margin-top: 10px;
    }

    .row-fullwidth .textbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

/**************************************************************** /Full Width Image And Text page block ****************************************************************/
