﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wdth,wght@112.5,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap');
:root {
    --primary-color: #000f3d;
    --primary-color-hover: #445594;
    --secondary-color: #000;
    --grey-color: #f0f0f0;
    --mid-grey-color: #898989;
    --light-grey-color: #b7b7b7;
    --primary-highlight: #000f3d;
    --primary-inverted-color: #fff;
    --warning-color: #930f0f;
    --go-active-color: green;
    --ready-color: orange;
    --inactive-color: #464646;
    --disabled-color: #978484;
    --coda-accordion-button-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#000f3d'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    --coda-accordion-button-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#fff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
body {
    /*font-family: 'Roboto Flex', sans-serif;
    font-family: 'Nunito', sans-serif;*/
    font-family: europa, 'Nunito', sans-serif;
    font-weight:300;
    word-spacing: 0.2rem;
    line-height: 1.6rem;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.dl-horizontal dt {
    white-space: normal;
}
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}*/
.left {
    text-align: left;
}
.right{
    text-align:right;
}
.center {
    text-align:center;
}
.uppercase {
    text-transform:uppercase !important;
}
.justify {
    text-align: justify;
}
.hidden {
    display:none !important;
}
.addborder {
    border: 1px solid var(--mid-grey-color);
}
.primary {
    color: var(--primary-color) !important;
}
.primary-invert {
    color: var(--primary-inverted-color) !important;
}
.primary-bg {
    background-color: var(--primary-color) !important;
}
.primary-fill {
    fill: var(--primary-color) !important;
}
.primary-fill-invert {
    fill: var(--primary-inverted-color) !important;
}
.grey-bg {
    background-color: var(--grey-color) !important;
}
.grey-text {
    color: var(--light-grey-color) !important;
}
.warning {
    color: var(--warning-color) !important;
}
.warning-bg {
    background-color: var(--warning-color) !important;
}
.go-active-bg {
    background-color: var(--go-active-color) !important;
}
.ready-bg {
    background-color: var(--ready-color) !important;
}
.inactive-bg {
    background-color: var(--inactive-color) !important;
}
.disabled-bg {
    background-color: var(--disabled-color) !important;
}
.unused-bg {
    background-color: var(--light-grey-color) !important;
}
a, a:active, a:visited {
    text-decoration: none !important;
    color: var(--primary-color);
}
.active {
    color: var(--primary-color) !important;
}
a.highlight, a.highlight:active, a.highlight:visited {
    text-decoration: none !important;
    font-weight:bold;
    color: var(--primary-color);
}
.grid-sold-text {
    text-align: center;
    background-color: var(--light-grey-color);
    /*position: absolute;
    top: 8px;
    left: 16px;*/
}

.folder-nav {
    margin-block-end: 0.67em;
    margin-block-start: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin: 2em 0 .5em;
    text-rendering: optimizeLegibility;
}
.bold {
    font-weight:bold;
}
.italic {
    font-style:italic;
}
.no-frills-link, a.no-frills-link, a.no-frills-link:active, a.no-frills-link:visited {
    text-decoration: none !important;
    color: #fff !important;
}
.footer-link, a.footer-link, a.footer-link:active, a.footer-link:visited {
        text-decoration: none !important;
        color: #fff !important;
    }
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 32px 0;
    color: rgba(0,15,61,.15);
    background-color: rgba(0,15,61,.15);
    border: none;
    height: 1px;
    opacity: 1;
}
    hr.tall {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        margin: 3rem 0;
        color: rgba(0,15,61,.15);
        background-color: rgba(0,15,61,.15);
        border: none;
        height: 1px;
        opacity: 1;
    }
.white {
    color:#fff !important;
}
.white-bg {
    background-color: #fff !important;
}
.btn-primary {
    background-color: var(--primary-color) !important;
}
.footer-icon {
    margin: 1rem;
    font-size: 1.5rem;
}
.navbar-brand {
    top: 0;
    position: absolute;
}
.navbar-brand img {
    max-width: 150px !important;
}
.nav-item {
    text-transform: uppercase;
    color: var(--primary-color) !important;
}
.dropdown-toggle {
    color: var(--primary-color) !important;
}
.dropdown-toggle::after {
    display: none !important;
}
.dropdown-item {
    font-weight: 300 !important;
}
.dropdown-menu[data-bs-popper] {
    left: -100px !important;
}
.page-header-img {
    object-fit: cover;
    width:100%;
    height:90px;
    margin-bottom:1rem;
}
.product-header-img {
    object-fit: cover;
    width: 100%;
    height: 90px;
    margin-bottom: 1rem;
}
.product-header-img-type-0 {

}
.product-header-img-type-1 {
    height: 110px !important;
}
.product-header-img-type-2 {
    height: 110px !important;
}
.product-header-img-type-3 {
    height: 110px !important;
}
.product-header-img-type-4 {
    height: 235px !important;
}
.product-header-img-type-5 {
    height: 235px !important;
}
.product-header-img-type-6 {
    height: 235px !important;
}
.product-header-img-type-11 {
    height: 110px !important;
}
a.button-large {
    margin: 1rem auto 2rem;
    padding: 1rem 2rem;
    border: 2px solid var(--primary-color);
    background-color: #fff;
    color: var(--primary-color);
    text-transform:uppercase;
    width:auto !important;
}
    a.button-large:hover {
        background-color: var(--primary-color) !important;
        color: #fff !important;
    }
    a.button-large:visited {
        color: var(--primary-color);
    }
    a.button-large:active {
        color: var(--primary-color);
    }
.youtube-insert {
    width: 100%;
    height: 500px;
}
.product-type-img {
    object-fit: cover;
    width: 100%;
    min-height: 275px;
}
.html-img {
    padding:0;
    margin:0;
    width:100%;
}
h1, h2, h3 {
    white-space: pre-wrap;
    margin: 1em 0 .5em;
    text-rendering: optimizeLegibility;
    color: var(--primary-color) !important;
}
h1 {
    font-family: futura-pt;
    font-weight: 300;
    font-style: normal;
    font-size: 42px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.2em;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
h2 {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 300;
    font-style: normal;
    font-size: 29px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.2em;
}

#folderNav, #categoryNav {
    padding-right: 64px;
}

#folderNav, #categoryNav, #rightSidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 26.5625%;
    width: calc(255px - 0%);
    display: inline-block;
    vertical-align: top;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.category-nav .nav-section-label, .folder-nav .nav-section-label {
    /*font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;*/
    font-family: futura-pt;
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    color: #1c1c1c;
    margin-bottom: .5em;
}
.category-nav a, .folder-nav a, .category-nav a:visited, .folder-nav a:visited {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: none;
    text-decoration: none;
    color: rgba(31,31,31,.4);
    line-height: 1.25em;
    display: block;
    padding: 0 0 .75em;
}
.category-nav li.active-link:not(.all) a, .folder-nav li.active-link:not(.all) a, .category-nav li.active-link:not(.all) a:visited, .folder-nav li.active-link:not(.all) a:visited {
    color: #1f1f1f;
}
.carousel-control-next, .carousel-control-prev {
    width: auto !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(94, 94, 94, 0.63);
    padding: 2em 0.5em 2em 0.5em;
    height: 20%;
    min-height: 50px;
}
header {
    background-color: #fff;
    height: 80px;
}
.navbar {
    background-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}
.content {
    margin-bottom: 20px;
    min-height: calc(100vh - 350px);
}
.fixed-top {
    background-color:#fff;
    border-bottom: 1px solid #fff;
}
footer {
    background-color: var(--primary-color);
    height: 270px;
    width: 100%;
    margin-top: auto;
}
.container {
    max-width:1020px !important;
}
/* Lightbox - popup image gallery */
.lightbox-gallery {
    background-image: linear-gradient(#4A148C, #E53935);
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden
}

    .lightbox-gallery p {
        color: #fff
    }

    .lightbox-gallery h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: #fff
    }

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

    .lightbox-gallery .intro p {
        margin-bottom: 0
    }

.lightbox-gallery .photos {
    padding-bottom: 20px
}

.lightbox-gallery .item {
    padding-bottom: 30px
}
/* Lightbox - popup image gallery */

.newsletter-box-outer {
    background-color:#f0f0f0  !important;
    margin-top:1.2rem;
}
.newsletter-box-inner {
    margin:0 !important;
    padding:0.5rem;
}
.enquiry-box-outer {
    background-color: #f0f0f0 !important;
    margin-top: 1.2rem;
}

.enquiry-box-inner {
    margin: 0 !important;
    padding: 0.5rem;
}

.meta-above-title {
    text-align:center;
}
.meta-below-title {
    text-align: center;
}
.read-more-link a:after {
    content: " \279D";
    font: normal .9em sans-serif;
}
.meta-priority-category:not(.hide-entry-author) .meta-below-title .entry-dateline:before {
    content: '\00B7';
    padding: 0 .5em;
}
.entry {
    /*margin-bottom:5rem;*/
}
.entry-title {
    margin: 12px 0;
    text-align: center;
}
.entry-dateline, .entry-byline, .entry-morefrom {
    display: inline;
}
.entry-content {
    margin-top:1rem;
}
.tag-list {
    margin:1.5rem;
}
/**/
.mt-100 {
    margin-top: 100px;
}

.modal {
    background-color: rgba(0, 15, 61, 0.7);
}

.modal-title {
    font-weight: 900;
}

.modal-content {
    border-radius: 13px;
}

.modal-body {
    color: #3b3b3b;
}

.img-thumbnail {
    border-radius: 33px;
    width: 61px;
    height: 61px;
}

.fab:before {
    position: relative;
    top: 13px;
}

.smd {
    width: 200px;
    text-align: center;
}
.share_icon {
    font-size:1.2rem;
}
.share-link, .share-link:active, .share-link:visited {
    text-decoration: none;
    color: var(--primary-color);
}
.modal-footer {
    display: block;
}
.close {
    background-color: transparent;
    border: none;
}
.ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.cpy {
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}
.btn-share {
    background-color: #fff;
    color: var(--primary-color);
    border: none;
}
    .btn-share:hover {
        background-color: #fff;
        color: var(--primary-color);
        border: var(--primary-color);
    }
button.focus,
button:focus {
    outline: 0;
    box-shadow: none !important;
}

.ur.focus,
.ur:focus {
    outline: 0;
    box-shadow: none !important;
}

.message {
    font-size: 11px;
    color: #ee5535;
}
/**/

.filter-heading {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    max-width: 700px;
    padding-left: 0;
    text-align: center;
    margin: 0 auto 32px;
    padding: 32px 32px 0;
}
    .filter-heading a {
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--primary-color);
        text-decoration: none;
        padding: .5em 0;
        border-bottom: 2px solid var(--primary-color);
    }
.filter-heading span:after {
    content: '\00D7';
    padding-left: 1em;
}

.form-success-hidden {
    border: none !important;
    height: 0px !important;
    background-color: transparent !important;
    outline: 0;
}
    .form-success-hidden:focus {
        border: none !important;
        height: 0px !important;
        background-color: transparent !important;
        outline: 0;
    }

.product-sold-text-block {
    width: 100%;
    text-align: center;
    color: var(--primary-color);
}
.product-sold-text {
    padding:5px;
    /*border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;*/
}
.product-grid-item {
    padding: 1rem 2rem;
}
    .product-grid-item h2 {
        font-size: 1.3rem;
    }

.dxtcLite_Moderno > .dxtc-stripContainer .dxtc-tabHover .dxtc-link {
    background-color: var(--grey-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}
.dxbplc {
    vertical-align: top !important;
}
.dxbButton_Moderno {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    background-image: none !important;
    /*cursor: default;*/
}
.dxbButtonHover_Moderno {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    background-image: none !important;
    /*cursor: default;*/
}
/*.dxgvDisabled_Moderno {
    color: var(--grey-color) !important;
    background-color: var(--disabled-color) !important;
    cursor: default;
}*/

.buttonUncheckedOverride {
    background-color: #fff !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}
.buttonCheckOverride {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}
.dxeButtonEdit_iOS {
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: .375rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.dxeFocused_iOS {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}
.dxeMemoEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys {
    display: block;
    width: 100%;
/*    padding: .375rem .75rem;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
}
.coda-active-tab {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff !important;
}
    .coda-active-tab a {
        background-color: var(--primary-color) !important;
        border: 1px solid var(--primary-color) !important;
        color: #fff !important;
    }
.coda-inactive-tab {
    background-color: var(--grey-color);
    border: 1px solid var(--grey-color) !important;
    color: var(--primary-color);
}

    .coda-inactive-tab a {
        background-color: var(--grey-color);
        border: 1px solid var(--grey-color) !important;
        color: var(--primary-color);
    }
.coda-home-btn-images {
}
.coda-home-btn {
    min-height: 80px;
}
.coda-home-btn-bar {
    padding-top:10px;
}
.coda-home-btn-text {
    padding: 15px 15px;
    background: var(--grey-color);
    color: var(--primary-color);
    /*height: 100px;*/    
    margin-bottom: 5px;
}
.coda-home-btn-text-title {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 10px;
}
.coda-home-btn-text-desc {
    font-size: 1em;
    font-weight:normal;
    margin: 0px;
}
.icon-sz-md {
    width: 24px;
    height: 24px;
}
.coda-btn-home-svg-inline {
    position: relative;
    top: 3px;
}
.coda-card-header {
    font-size: 0.8rem;
    background-color: var(--primary-color);
    color: var(--primary-inverted-color);
    padding: 0.4rem;
    text-align: left;
}
.coda-card-sub-header {
    font-size: 1rem;
    background-color: none;
    color: var(--primary-color);
    padding:unset;
    text-align: left;
}
.coda-card-image {
    text-align: center;
}
.coda-subtext {
    margin-top: -2em;
    color: var(--primary-color);
}
.coda-subtext-normal {
    margin-top: 0em;
    color: var(--primary-color);
}
.coda-subtext-sm {
    margin-top: -1em;
    color: var(--primary-color);
}
.coda-subtext-ref {
    font-weight: bold;
    color: var(--primary-color);
}
.coda-subtext-tag {
    color: var(--primary-color);
}
.coda-icon-row {
    padding: 1rem 0 0 0;
}
.coda-button {
    margin: 1rem 0rem;
    padding: 0.8rem;
    background-color: var(--primary-color) !important;
    border: none;
    color: #fff;
}
.coda-button-warn {
    margin: 1rem 0rem;
    padding: 0.8rem;
    background-color: var(--warning-color) !important;
    border: none;
    color: #fff;
}
.coda-button-grey {
    margin: 1rem 0rem;
    padding: 0.8rem;
    background-color: var(--inactive-color) !important;
    border: none;
    color: #fff;
}
.coda-button-imgonly {
    background: transparent;
    border: none;
    color:var(--primary-color);
}
.coda-btn-inline {
    background-color: var(--primary-color);
    color: #fff;
    border: unset;
    margin: unset;
    padding: 0px 10px;
    font-size: 0.8rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.coda-btn-inline-alt {
    background-color: var(--mid-grey-color);
    color: #fff;
    border: unset;
    margin: unset;
    padding: 0px 10px;
    font-size: 0.8rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
a.coda-btn-inline, a.coda-btn-inline:active, a.coda-btn-inline:visited, a.coda-btn-inline:hover {
    background-color: var(--primary-color);
    color: #fff;
    border: unset;
    margin: unset;
    padding: 4px 10px;
    font-size: 0.8rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
}

a.coda-btn-inline-alt, a.coda-btn-inline-alt:active, a.coda-btn-inline-alt:visited, a.coda-btn-inline-alt:hover {
    background-color: var(--mid-grey-color);
    color: #fff;
    border: unset;
    margin: unset;
    padding: 4px 10px;
    font-size: 0.8rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
}
.coda-modal-outer {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0000008a;
    left: 0px;
    overflow-y: unset;
}
.coda-modal-inner {
    position: absolute;
    top: 1px;
    margin-left: 50px;
    margin-right: 50px;
    background: #fff;
    padding: 1rem;
    border: 1px solid gray;
}
.coda-rapair-start {
    border-top: 1px solid var(--primary-color);
}
h1.coda {
    font-size: 1.6rem;
    font-weight: 300;
}

h2.coda {
    font-size: 1.3rem;
    font-weight: 300;
}

h3.coda {
    font-size: 1.1rem;
    font-weight: 300;
    margin-top: 0;
    padding-top: 0;
}
.font-required 
{
    font-size:0.8rem !important;
}
h1.coda-repair {
    font-size: 1.6rem;
    font-weight: 300;
}
h2.coda-repair {
    font-size: 1.3rem;
    font-weight:300;
}
h3.coda-repair {
    font-size: 1.1rem;
    font-weight: 300;
    margin-top:0;
    padding-top:0;
}
span.coda-repair-subtext {
    font-size: 0.8em;
    font-weight: lighter;
}
p.coda-repair-subtext {
    margin-top: -1em;
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: lighter;
}
p.coda-repair {
    padding: 0.5rem;
}
hr.coda-repair {
    margin: 0.6rem 0rem 0.1rem 0rem;
}
h3.coda-enquiry {
    font-size: 1.1rem;
    font-weight: 300;
    margin-top: 0.2rem;
    padding-top: 0;
}
p.coda-enquiry {
    margin: 0.6rem 0rem 0.1rem 0rem;
}
p.coda-enquire-subjectmessage {
    font-size:1.1rem;
}
p.coda-interests {
    font-size: 1.1rem;
}
p.coda-trial-product {
    font-size: 1.1rem;
    color:var(--primary-color);
}
hr.coda-thin {
    margin: 0.6rem 0rem 0.1rem 0rem;
}
p.coda-item-header {
    padding: 0.5rem 0;
    font-size: 1rem;
    margin: 0;
}
.coda-todo-list-title {
    font-size:1rem;
}
.coda-todo-list-subtitle {
    font-size: 0.9rem;
}
.coda-breadcrumb-bar {
    height: 50px;
    /*border-top: 1px solid red;
border-bottom: 1px solid red;*/
    background-color: var(--primary-color);
    margin-bottom: 20px;
}
.coda-breadcrumb-content {

}
.coda-breadcrumb-icon {
    padding-right: 5px;
    fill: #fff;
    color: #fff;
    font-size: 40px;
}
a.coda-breadcrumb-link, a.coda-breadcrumb-link:active, a.coda-breadcrumb-link:hover, a.coda-breadcrumb-link:visited {
    color: #fff !important;
}
.coda-breadcrumb-text {
    font-size:1.5rem;
    color:#fff;
    padding-left:10px;
}
.coda-productlist-grid {
    border: 1px solid var(--light-grey-color) !important;
}
.coda-productlist-row {
    border-bottom: 1px solid var(--light-grey-color);
}
h1.coda-productlist-header {
    margin: 0.2em 0 .5em !important;
    font-size: 36px !important;
}
h2.coda-productlist-header {
    margin: 0.2em 0 0.8em !important;
    font-size: 20px !important;
    font-weight:normal;
}
.coda-productlist-subtext {
    margin-top: -1em;
    color: var(--primary-color);
}
.coda-productlist-open {
    width: 30px;
    height: 30px;
    text-align: center;
}
.coda-productlist-image {
    max-width:100px;
    height:100px;
    text-align:center;
}
a.coda-productlist-link, a.coda-productlist-link:active, a.coda-productlist-link:hover, a.coda-productlist-link:visited {
    color: var(--primary-color) !important;
}
a.coda-productlist-wfprocess, a.coda-productlist-wfprocess:active, a.coda-productlist-wfprocess:hover, a.coda-productlist-wfprocess:visited {
    background-color: var(--go-active-color) !important;
    color: #fff !important;
    padding:0.8rem !important;
}
a.coda-productlist-wfdisbaled, a.coda-productlist-wfdisbaled:active, a.coda-productlist-wfdisbaled:hover, a.coda-productlist-wfdisbaled:visited {
    background-color: var(--warning-color) !important;
    color: #fff !important;
    padding: 0.8rem !important;
}
.coda-productlist-wfprocessbox {
    background-color: var(--grey-color);
    padding: 0.8rem 0.2rem;
    margin-top: 1.3rem;
}
.coda-product-wfprocessbox {
    background-color: var(--grey-color);
    padding: 0.8rem 0rem;
    margin-top: 0.3rem;
}
.coda-list-grid {
    border: 1px solid var(--light-grey-color) !important;
}

.coda-list-row {
    border-bottom: 1px solid var(--light-grey-color);
}

h1.coda-list-header {
    margin: 0.2em 0 .5em !important;
    font-size: 36px !important;
}

.coda-list-subtext {
    margin-top: -1em;
    color: var(--primary-color);
}

.coda-list-open {
    width: 30px;
    height: 30px;
    text-align: center;
}

.coda-list-image {
    max-width: 100px;
    height: 100px;
    text-align: center;
}
a.coda-list-link, a.coda-list-link:active, a.coda-list-link:hover, a.coda-list-link:visited {
    color: var(--primary-color) !important;
}
a.coda-nofrills-link, a.coda-nofrills-link:active, a.coda-nofrills-link:hover, a.coda-nofrills-link:visited {
    text-decoration:none !important;
    color: var(--primary-color) !important;
}
.coda-img-mh-full {
    max-height: 500px !important;
}
.coda-img-mh-large {
    max-height: 300px !important;
}
.coda-img-mh-medium {
    max-height:200px !important;
}
.coda-img-mh-small {
    max-height: 100px !important;
}
.coda-img-mh-print-page {
    max-height: 1000px !important;
    width:auto;
}
.coda-img-mh-print {
    max-height: 500px !important;
    width: auto;
}
.coda-img-mw-400 {
    max-width: 400px !important;
    height:auto;
}
.dxgvTable_Moderno {
    border: Solid 0px #d1d1d1 !important;
}
.coda-group-header {
    background-color: var(--primary-color) !important;
    color: var(--primary-inverted-color) !important;
}
h1.coda-group-header, h2.coda-group-header, h3.coda-group-header {
    color: var(--primary-inverted-color) !important;
    padding: 0.7rem 0.5rem !important;
}
.badge {
    font-size: 1rem !important;
}
.badge-sm {
    font-size: 0.8rem !important;
    margin-right:1rem;
}
.badge-xs {
    font-size: 0.5rem !important;
}
.badge-filled-primary {
    background-color: var(--primary-color);
    color:#fff;
}
.badge-outline-primary {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.badge-filled-secondary {
    background-color: var(--secondary-color);
    color: #fff;
}
.badge-outline-secondary {
    background-color: #fff;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}
.form-check-input {
    /*border:none !important;*/
}
h2.accordion-header {
    margin: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    line-height: 0 !important;
}
.accordion-button {
    background-color: var(--grey-color) !important;
    color: var(--primary-color) !important;
}
    .accordion-button:not(.collapsed) {
        color: var(--primary-inverted-color) !important;
        background-color: var(--primary-color) !important;
    }
/*    .accordion-button::after {
        background-image: var(--coda-accordion-button-icon) !important;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: var(--coda-accordion-button-active-icon) !important;
    }*/

.workflow-buttons {
    background-color: var(--grey-color) !important;
    color: var(--primary-color) !important;
}
.product-header-background {
    background-color: var(--grey-color) !important;
}

p.print-header1 {
    font-family: futura-pt;
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.2em;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

p.print-header2 {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.2em;
}
.coda-radio-question-header {
    margin: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    line-height: 0 !important;
    color: var(--bs-accordion-color);
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 60px;
    vertical-align: middle;
    padding: 10px;
}
.coda-version-tag {
    font-size: 0.9rem;
    color: var(--disabled-color);
}
/*OAUTH - START*/
.oauth {
    width: 300px;
    display: inline;
}

.Microsoft {
    background-color: #0366d6;
    color: #fff;
    min-width: 350px;
}

.Google {
    background-color: #fff;
    color: #000;
    min-width: 350px;
    border: 1px solid #000;
}

.LocalAuth {
    background-color: #fff;
    color: #000;
    min-width: 350px;
    border: 1px solid #000;
}
/*OAUTH - END*/

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }

    .dropdown-menu {
        border: none;
        border-top: 1px solid #c6cace;
        border-bottom: 1px solid #c6cace;
        --bs-dropdown-border-radius: 0;
        text-align: right;
    }

    .dropdown-item {
        padding: var(--bs-dropdown-item-padding-y) 0;

    }
    .filter-heading a {
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--primary-color);
        text-decoration: none;
        padding: .5em 0;
        border-bottom: 2px solid var(--primary-color);
    }
    .product-type-img {
        object-fit: cover;
        width: auto;
        max-height: 225px;
    }
    .product-header-img-type-0 {
    }

    .product-header-img-type-1 {
        height: 68px !important;
    }

    .product-header-img-type-2 {
        height: 68px !important;
    }

    .product-header-img-type-3 {
        height: 68px !important;
    }

    .product-header-img-type-4 {
        height: 70px !important;
    }

    .product-header-img-type-5 {
        height: 70px !important;
    }

    .product-header-img-type-6 {
        height: 70px !important;
    }
    .product-header-img-type-11 {
        height: 80px !important;
    }
    footer {
        min-height: 270px;
        height:auto;
    }
}

@media only screen and (min-width: 641px) {
    .nav-wrapper nav > div > a, body:not(.force-mobile-nav) .nav-wrapper nav > div .folder-toggle {
        display: block;
        padding: .75em 1em;
    }
    .mobile-visible {
        display: flex;
    }
    .tablet-visible {
        display: none;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
    .navbar-brand img {
        max-width: 250px !important;
    }
    header {
        height: 125px;
    }
    .content {
        min-height: calc(100vh - 400px);
        margin-bottom:25px;
    }
    .mobile-visible {
        display: none;
    }
    .tablet-visible {
        display:flex;
    }
}

@media only screen and (max-width: 641px) {
    .mobile-view {
        display: flex;
    }

    .tablet-view {
        display: none;
    }

    .desktop-view {
        display: none;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 641px) and (max-width: 992px) {
    .mobile-view {
        display: none;
    }

    .tablet-view {
        display: flex;
    }

    .desktop-view {
        display: none;
    }
}
/* Responsive: Desktops and up */
@media screen and (min-width: 992px) {
    .mobile-view {
        display: none;
    }

    .tablet-view {
        display: none;
    }

    .desktop-view {
        display: flex;
    }
}