﻿/* Bootstrap 4 for IE9 - v4.1.3            */
/* https://github.com/coliff/bootstrap-ie8 */
.card-group .card,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-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,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.nav-link {
    float: left;
}

.row,
.container-fluid,
.container,
section,
footer,
main,
aside,
.navbar-nav,
.navbar-collapse {
    display: block;
}

.modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -ms-transform: translate(0, 0);
}

.custom-select {
    background-image: none;
    padding-right: .75rem;
}

.img-fluid[src$=".svg"] {
    width: 100%;
}

.table-responsive {
    min-height: 0%;
}
/* see https://github.com/twbs/bootstrap/issues/14837 */
.progress {
    display: block;
}

.progress-bar {
    float: left;
    font-size: 12px;
    line-height: 20px;
    width: 0;
    text-align: center;
    height: 100%;
}

.d-flex,
.d-sm-flex,
.d-md-flex,
.d-lg-flex,
.d-xl-flex,
.d-print-flex {
    display: block !important;
}

.d-inline-flex,
.d-sm-inline-flex,
.d-md-inline-flex,
.d-lg-inline-flex,
.d-xl-inline-flex,
.d-print-inline-flex {
    display: inline-block !important;
}

.flex-row .div {
    display: inline-block;
}

.flex-row-reverse {
    text-align: right;
}

    .flex-row-reverse .div {
        display: inline-block;
        float: right;
    }

.justify-content-start div {
    display: inline-block;
}

.justify-content-end {
    text-align: right;
}

    .justify-content-end div {
        display: inline-block;
        margin-right: 0;
        float: right;
    }

.justify-content-center {
    text-align: center;
}

    .justify-content-center div {
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

.justify-content-between {
    text-justify: distribute-all-lines;
}

    .justify-content-between div {
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        text-align: justify;
    }
/* see https://stackoverflow.com/questions/6865194/fluid-width-with-equally-spaced-divs */
.justify-content-around {
    text-align: justify;
    text-justify: distribute-all-lines;
}

    .justify-content-around div {
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        text-align: justify;
    }

[class^="justify-content-"] div {
    display: inline-block;
}
/** Carousel - Hide indicators and controls as the carousel doesn't work **/
.carousel-indicators,
.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.btn-link.disabled,
.btn-link:disabled {
    text-decoration: none;
}

.modal-header .close {
    margin: -48px -16px -16px auto;
}

.btn-group,
.btn-group-vertical {
    display: inline;
    vertical-align: baseline;
}

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group,
    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn + .btn-group,
    .btn-group-vertical .btn-group + .btn,
    .btn-group-vertical .btn-group + .btn-group {
        margin-left: -5px;
    }

.navbar-expand-sm .navbar-collapse,
.navbar-expand-md .navbar-collapse,
.navbar-expand-lg .navbar-collapse,
.navbar-expand-xl .navbar-collapse,
.navbar-expand .navbar-collapse {
    display: block !important;
}

.navbar > .container,
.navbar > .container-fluid,
.nav,
.navbar {
    display: block;
}

.nav-link {
    padding: 8px 16px;
}

.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 16px;
    font-size: 20px;
    float: left;
}

.navbar:not(.navbar-expand-sm):not(.navbar-expand-md):not(.navbar-expand-lg):not(.navbar-expand-xl):not(.navbar-expand)
.nav-link {
    float: none;
}

.form-group > .is-valid {
    border-color: #28a745 !important;
}

.form-group > .is-invalid {
    border-color: #dc3545 !important;
}

.form-control.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-feedback,
.form-control.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-feedback {
    display: block;
}

.form-group > .is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-group > .is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* EDITS to vendor fix */

.row::after {
    content: "";
    clear: both;
    display: table;
}

.parallax {
    min-height: 0px;
    padding: 70px 0px;
    background-attachment: scroll;
}

.startpage .col-md-4.col-sm-6 {
    min-height: 400px;
}

.startpage .col-sm-6.col-md-4.col-lg-2 {
    min-height: 0px;
}

.nav-item {
    width: auto;
    float: left;
}

.content.container::after,
.navbar-expand-lg.navbar-nav::after {
    content: "";
    clear: both;
    display: table;
}

.navbar .form-group {
    display: inline-block;
    min-height: 50px;
    padding-top: 11px;
}

.navbar-collapse {
    text-align: right;
}

.dropdown-menu.dropdown-menu-right {
    display: none;
}

.dropdown-menu.dropdown-menu-right.show {
    display: block;
}

.header-buttons .mt-1 {
    display: block;
}

.breadcrumb-item {
    display: inline-block;
}

.nav.nav-list.level1.px-4 {
    padding-left: 0!important;
}

.nav.nav-list .nav-item .nav-link {
    width: 100%;
}

.related-links .btn-primary {
    margin-top: 15px;
}

.productspage .col-sm-6.col-lg-4 {
    min-height: 375px;
}

.applicationlistpage .col-sm-6.col-lg-4 {
    min-height: 340px;
}

#submenudiv {
    padding-left: 15px;
    padding-right: 15px;
}

.uhp-navigation .uhp-tab-container .uhp-tab-nav-item {
    width: 24%;
    margin: 0;
    border-radius: 0;
}
.uhp-navigation .uhp-tab-container :first-child.uhp-tab-nav-item .uhp-tab,
.uhp-navigation .uhp-tab-container :last-child.uhp-tab-nav-item .uhp-tab,
.uhp-navigation .uhp-tab-container .uhp-tab-nav-item .uhp-tab {
    background-color: #e3e3e3;
    border-radius: 0;
}

    .uhp-navigation .uhp-tab-container .active.uhp-tab-nav-item .uhp-tab,
    .uhp-navigation .uhp-tab-container .active.uhp-tab-nav-item .uhp-tab:hover,
    .uhp-navigation .uhp-tab-container .uhp-tab-nav-item .uhp-tab:hover {
        background-color: #335183;
    }
            .uhp-navigation .uhp-tab-container .uhp-tab-nav-item .uhp-tab::after,
            .uhp-navigation .uhp-tab-container .uhp-tab-nav-item .uhp-tab::before,
            .uhp-navigation .uhp-tab-container .active.uhp-tab-nav-item .uhp-tab::after,
            .uhp-navigation .uhp-tab-container .active.uhp-tab-nav-item .uhp-tab::before,
            .uhp-navigation .uhp-tab-container .uhp-tab-nav-item:hover .uhp-tab::after,
            .uhp-navigation .uhp-tab-container .uhp-tab-nav-item:hover .uhp-tab::before {
                background: transparent;
            }