﻿@charset "UTF-8";:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,::after,::before {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    .h1,h1 {
        font-size:2.5rem
    }
}

.h2,h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width: 1200px) {
    .h2,h2 {
        font-size:2rem
    }
}

.h3,h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width: 1200px) {
    .h3,h3 {
        font-size:1.75rem
    }
}

.h4,h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width: 1200px) {
    .h4,h4 {
        font-size:1.5rem
    }
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title],abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

.small,small {
    font-size: .875em
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,td,tfoot,th,thead,tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size:4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-fluid1 {
    max-width: 100%;
    height: auto;
    /* grayscale(100%) 表示完全去色（黑白），0% 为原色 */
  filter: grayscale(100%);
  /* 过渡效果：让颜色变化更平滑（可选，提升体验） */
  transition: filter 0.3s ease; 
}
/* 鼠标经过（hover）时：恢复原色 */
.img-fluid1:hover {
  filter: grayscale(0); /* 取消去色，显示原图色彩 */
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media(min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    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: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em +(.5rem + 2px));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-lg {
    min-height: calc(1.5em +(1rem + 2px));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

textarea.form-control {
    min-height: calc(1.5em +(.75rem + 2px))
}

textarea.form-control-sm {
    min-height: calc(1.5em +(.5rem + 2px))
}

textarea.form-control-lg {
    min-height: calc(1.5em +(1rem + 2px))
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.btn-check:disabled+.btn,.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25,135,84,.9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated:valid~.valid-feedback,.was-validated:valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,.was-validated .form-select:valid {
    border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
}

.form-check-input.is-valid,.was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated:invalid~.invalid-feedback,.was-validated:invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,.was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
}

.form-check-input.is-invalid,.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.btn.disabled,.btn:disabled,fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-check:focus+.btn-primary,.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
}

.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-check:focus+.btn-secondary,.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
}

.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus+.btn-info,.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
}

.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus+.btn-warning,.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
}

.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-danger,.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
}

.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-light,.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211,212,213,.5)
}

.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211,212,213,.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66,70,73,.5)
}

.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66,70,73,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
}

.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
}

.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:focus+.btn-outline-success,.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
}

.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #198754;
    background-color: transparent
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
}

.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
}

.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
}

.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
}

.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33,37,41,.5)
}

.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33,37,41,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled,.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,.dropend,.dropstart,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media(min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position:start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position:start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position:start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position:start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position:start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0,0,0,.15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255,255,255,.15)
}

.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0,0,0,.15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,.nav-link:hover {
    color: #0a58ca
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd
}

.nav-fill .nav-item,.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media(min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.55)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.55)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.55)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media(min-width: 576px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath 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'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath 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'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

.alert-dark .alert-link {
    color: #101214
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction:row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction:row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction:row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction:row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    opacity: 1
}

.btn-close.disabled,.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: .25rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::after,.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0,0,0,.2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus,.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus,.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,.link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    transform: translate(-50%,-50%)!important
}

.translate-middle-x {
    transform: translateX(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-top-0 {
    border-top: 0!important
}

.border-end {
    border-right: 1px solid #dee2e6!important
}

.border-end-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-start {
    border-left: 1px solid #dee2e6!important
}

.border-start-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #0d6efd!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #198754!important
}

.border-info {
    border-color: #0dcaf0!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #212529!important
}

.border-white {
    border-color: #fff!important
}

.border-1 {
    border-width: 1px!important
}

.border-2 {
    border-width: 2px!important
}

.border-3 {
    border-width: 3px!important
}

.border-4 {
    border-width: 4px!important
}

.border-5 {
    border-width: 5px!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: 1rem!important
}

.gap-4 {
    gap: 1.5rem!important
}

.gap-5 {
    gap: 3rem!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

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

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw)!important
}

.fs-5 {
    font-size: 1.25rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-light {
    font-weight: 300!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-bold {
    font-weight: 700!important
}

.fw-bolder {
    font-weight: bolder!important
}

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.25!important
}

.lh-base {
    line-height: 1.5!important
}

.lh-lg {
    line-height: 2!important
}

.text-start {
    text-align: left!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-decoration-none {
    text-decoration: none!important
}

.text-decoration-underline {
    text-decoration: underline!important
}

.text-decoration-line-through {
    text-decoration: line-through!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.text-primary {
    color: #0d6efd!important
}

.text-secondary {
    color: #6c757d!important
}

.text-success {
    color: #198754!important
}

.text-info {
    color: #0dcaf0!important
}

.text-warning {
    color: #ffc107!important
}

.text-danger {
    color: #dc3545!important
}

.text-light {
    color: #f8f9fa!important
}

.text-dark {
    color: #212529!important
}

.text-white {
    color: #fff!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

.text-reset {
    color: inherit!important
}

.bg-primary {
    background-color: #0d6efd!important
}

.bg-secondary {
    background-color: #6c757d!important
}

.bg-success {
    background-color: #198754!important
}

.bg-info {
    background-color: #0dcaf0!important
}

.bg-warning {
    background-color: #ffc107!important
}

.bg-danger {
    background-color: #dc3545!important
}

.bg-light {
    background-color: #f8f9fa!important
}

.bg-dark {
    background-color: #212529!important
}

.bg-body {
    background-color: #fff!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    user-select: none!important
}

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: .2rem!important
}

.rounded-2 {
    border-radius: .25rem!important
}

.rounded-3 {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-end {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-start {
    border-bottom-left-radius: .25rem!important;
    border-top-left-radius: .25rem!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media(min-width: 576px) {
    .float-sm-start {
        float:left!important
    }

    .float-sm-end {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        flex-direction: row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .gap-sm-0 {
        gap: 0!important
    }

    .gap-sm-1 {
        gap: .25rem!important
    }

    .gap-sm-2 {
        gap: .5rem!important
    }

    .gap-sm-3 {
        gap: 1rem!important
    }

    .gap-sm-4 {
        gap: 1.5rem!important
    }

    .gap-sm-5 {
        gap: 3rem!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }

    .order-sm-first {
        order: -1!important
    }

    .order-sm-0 {
        order: 0!important
    }

    .order-sm-1 {
        order: 1!important
    }

    .order-sm-2 {
        order: 2!important
    }

    .order-sm-3 {
        order: 3!important
    }

    .order-sm-4 {
        order: 4!important
    }

    .order-sm-5 {
        order: 5!important
    }

    .order-sm-last {
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-sm-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-sm-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-sm-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-sm-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-sm-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mt-sm-2 {
        margin-top: .5rem!important
    }

    .mt-sm-3 {
        margin-top: 1rem!important
    }

    .mt-sm-4 {
        margin-top: 1.5rem!important
    }

    .mt-sm-5 {
        margin-top: 3rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    .me-sm-0 {
        margin-right: 0!important
    }

    .me-sm-1 {
        margin-right: .25rem!important
    }

    .me-sm-2 {
        margin-right: .5rem!important
    }

    .me-sm-3 {
        margin-right: 1rem!important
    }

    .me-sm-4 {
        margin-right: 1.5rem!important
    }

    .me-sm-5 {
        margin-right: 3rem!important
    }

    .me-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .mb-sm-3 {
        margin-bottom: 1rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-5 {
        margin-bottom: 3rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ms-sm-0 {
        margin-left: 0!important
    }

    .ms-sm-1 {
        margin-left: .25rem!important
    }

    .ms-sm-2 {
        margin-left: .5rem!important
    }

    .ms-sm-3 {
        margin-left: 1rem!important
    }

    .ms-sm-4 {
        margin-left: 1.5rem!important
    }

    .ms-sm-5 {
        margin-left: 3rem!important
    }

    .ms-sm-auto {
        margin-left: auto!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .pe-sm-0 {
        padding-right: 0!important
    }

    .pe-sm-1 {
        padding-right: .25rem!important
    }

    .pe-sm-2 {
        padding-right: .5rem!important
    }

    .pe-sm-3 {
        padding-right: 1rem!important
    }

    .pe-sm-4 {
        padding-right: 1.5rem!important
    }

    .pe-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .pb-sm-3 {
        padding-bottom: 1rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-5 {
        padding-bottom: 3rem!important
    }

    .ps-sm-0 {
        padding-left: 0!important
    }

    .ps-sm-1 {
        padding-left: .25rem!important
    }

    .ps-sm-2 {
        padding-left: .5rem!important
    }

    .ps-sm-3 {
        padding-left: 1rem!important
    }

    .ps-sm-4 {
        padding-left: 1.5rem!important
    }

    .ps-sm-5 {
        padding-left: 3rem!important
    }

    .text-sm-start {
        text-align: left!important
    }

    .text-sm-end {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media(min-width: 768px) {
    .float-md-start {
        float:left!important
    }

    .float-md-end {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-grid {
        display: grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-row {
        flex-direction: row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .gap-md-0 {
        gap: 0!important
    }

    .gap-md-1 {
        gap: .25rem!important
    }

    .gap-md-2 {
        gap: .5rem!important
    }

    .gap-md-3 {
        gap: 1rem!important
    }

    .gap-md-4 {
        gap: 1.5rem!important
    }

    .gap-md-5 {
        gap: 3rem!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .order-md-first {
        order: -1!important
    }

    .order-md-0 {
        order: 0!important
    }

    .order-md-1 {
        order: 1!important
    }

    .order-md-2 {
        order: 2!important
    }

    .order-md-3 {
        order: 3!important
    }

    .order-md-4 {
        order: 4!important
    }

    .order-md-5 {
        order: 5!important
    }

    .order-md-last {
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-md-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mt-md-2 {
        margin-top: .5rem!important
    }

    .mt-md-3 {
        margin-top: 1rem!important
    }

    .mt-md-4 {
        margin-top: 1.5rem!important
    }

    .mt-md-5 {
        margin-top: 3rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    .me-md-0 {
        margin-right: 0!important
    }

    .me-md-1 {
        margin-right: .25rem!important
    }

    .me-md-2 {
        margin-right: .5rem!important
    }

    .me-md-3 {
        margin-right: 1rem!important
    }

    .me-md-4 {
        margin-right: 1.5rem!important
    }

    .me-md-5 {
        margin-right: 3rem!important
    }

    .me-md-auto {
        margin-right: auto!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .mb-md-2 {
        margin-bottom: .5rem!important
    }

    .mb-md-3 {
        margin-bottom: 1rem!important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-5 {
        margin-bottom: 3rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ms-md-0 {
        margin-left: 0!important
    }

    .ms-md-1 {
        margin-left: .25rem!important
    }

    .ms-md-2 {
        margin-left: .5rem!important
    }

    .ms-md-3 {
        margin-left: 1rem!important
    }

    .ms-md-4 {
        margin-left: 1.5rem!important
    }

    .ms-md-5 {
        margin-left: 3rem!important
    }

    .ms-md-auto {
        margin-left: auto!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .pe-md-0 {
        padding-right: 0!important
    }

    .pe-md-1 {
        padding-right: .25rem!important
    }

    .pe-md-2 {
        padding-right: .5rem!important
    }

    .pe-md-3 {
        padding-right: 1rem!important
    }

    .pe-md-4 {
        padding-right: 1.5rem!important
    }

    .pe-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pb-md-2 {
        padding-bottom: .5rem!important
    }

    .pb-md-3 {
        padding-bottom: 1rem!important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-5 {
        padding-bottom: 3rem!important
    }

    .ps-md-0 {
        padding-left: 0!important
    }

    .ps-md-1 {
        padding-left: .25rem!important
    }

    .ps-md-2 {
        padding-left: .5rem!important
    }

    .ps-md-3 {
        padding-left: 1rem!important
    }

    .ps-md-4 {
        padding-left: 1.5rem!important
    }

    .ps-md-5 {
        padding-left: 3rem!important
    }

    .text-md-start {
        text-align: left!important
    }

    .text-md-end {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media(min-width: 992px) {
    .float-lg-start {
        float:left!important
    }

    .float-lg-end {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-grid {
        display: grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        flex-direction: row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .gap-lg-0 {
        gap: 0!important
    }

    .gap-lg-1 {
        gap: .25rem!important
    }

    .gap-lg-2 {
        gap: .5rem!important
    }

    .gap-lg-3 {
        gap: 1rem!important
    }

    .gap-lg-4 {
        gap: 1.5rem!important
    }

    .gap-lg-5 {
        gap: 3rem!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .order-lg-first {
        order: -1!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .order-lg-1 {
        order: 1!important
    }

    .order-lg-2 {
        order: 2!important
    }

    .order-lg-3 {
        order: 3!important
    }

    .order-lg-4 {
        order: 4!important
    }

    .order-lg-5 {
        order: 5!important
    }

    .order-lg-last {
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-lg-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-lg-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-lg-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-lg-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mt-lg-2 {
        margin-top: .5rem!important
    }

    .mt-lg-3 {
        margin-top: 1rem!important
    }

    .mt-lg-4 {
        margin-top: 1.5rem!important
    }

    .mt-lg-5 {
        margin-top: 3rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-1 {
        margin-right: .25rem!important
    }

    .me-lg-2 {
        margin-right: .5rem!important
    }

    .me-lg-3 {
        margin-right: 1rem!important
    }

    .me-lg-4 {
        margin-right: 1.5rem!important
    }

    .me-lg-5 {
        margin-right: 3rem!important
    }

    .me-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .mb-lg-3 {
        margin-bottom: 1rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-5 {
        margin-bottom: 3rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ms-lg-0 {
        margin-left: 0!important
    }

    .ms-lg-1 {
        margin-left: .25rem!important
    }

    .ms-lg-2 {
        margin-left: .5rem!important
    }

    .ms-lg-3 {
        margin-left: 1rem!important
    }

    .ms-lg-4 {
        margin-left: 1.5rem!important
    }

    .ms-lg-5 {
        margin-left: 3rem!important
    }

    .ms-lg-auto {
        margin-left: auto!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .pe-lg-0 {
        padding-right: 0!important
    }

    .pe-lg-1 {
        padding-right: .25rem!important
    }

    .pe-lg-2 {
        padding-right: .5rem!important
    }

    .pe-lg-3 {
        padding-right: 1rem!important
    }

    .pe-lg-4 {
        padding-right: 1.5rem!important
    }

    .pe-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .pb-lg-3 {
        padding-bottom: 1rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-5 {
        padding-bottom: 3rem!important
    }

    .ps-lg-0 {
        padding-left: 0!important
    }

    .ps-lg-1 {
        padding-left: .25rem!important
    }

    .ps-lg-2 {
        padding-left: .5rem!important
    }

    .ps-lg-3 {
        padding-left: 1rem!important
    }

    .ps-lg-4 {
        padding-left: 1.5rem!important
    }

    .ps-lg-5 {
        padding-left: 3rem!important
    }

    .text-lg-start {
        text-align: left!important
    }

    .text-lg-end {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media(min-width: 1200px) {
    .float-xl-start {
        float:left!important
    }

    .float-xl-end {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-grid {
        display: grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        flex-direction: row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .gap-xl-0 {
        gap: 0!important
    }

    .gap-xl-1 {
        gap: .25rem!important
    }

    .gap-xl-2 {
        gap: .5rem!important
    }

    .gap-xl-3 {
        gap: 1rem!important
    }

    .gap-xl-4 {
        gap: 1.5rem!important
    }

    .gap-xl-5 {
        gap: 3rem!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .order-xl-first {
        order: -1!important
    }

    .order-xl-0 {
        order: 0!important
    }

    .order-xl-1 {
        order: 1!important
    }

    .order-xl-2 {
        order: 2!important
    }

    .order-xl-3 {
        order: 3!important
    }

    .order-xl-4 {
        order: 4!important
    }

    .order-xl-5 {
        order: 5!important
    }

    .order-xl-last {
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mt-xl-2 {
        margin-top: .5rem!important
    }

    .mt-xl-3 {
        margin-top: 1rem!important
    }

    .mt-xl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xl-5 {
        margin-top: 3rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    .me-xl-0 {
        margin-right: 0!important
    }

    .me-xl-1 {
        margin-right: .25rem!important
    }

    .me-xl-2 {
        margin-right: .5rem!important
    }

    .me-xl-3 {
        margin-right: 1rem!important
    }

    .me-xl-4 {
        margin-right: 1.5rem!important
    }

    .me-xl-5 {
        margin-right: 3rem!important
    }

    .me-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ms-xl-0 {
        margin-left: 0!important
    }

    .ms-xl-1 {
        margin-left: .25rem!important
    }

    .ms-xl-2 {
        margin-left: .5rem!important
    }

    .ms-xl-3 {
        margin-left: 1rem!important
    }

    .ms-xl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xl-5 {
        margin-left: 3rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pt-xl-3 {
        padding-top: 1rem!important
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xl-5 {
        padding-top: 3rem!important
    }

    .pe-xl-0 {
        padding-right: 0!important
    }

    .pe-xl-1 {
        padding-right: .25rem!important
    }

    .pe-xl-2 {
        padding-right: .5rem!important
    }

    .pe-xl-3 {
        padding-right: 1rem!important
    }

    .pe-xl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xl-0 {
        padding-left: 0!important
    }

    .ps-xl-1 {
        padding-left: .25rem!important
    }

    .ps-xl-2 {
        padding-left: .5rem!important
    }

    .ps-xl-3 {
        padding-left: 1rem!important
    }

    .ps-xl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xl-5 {
        padding-left: 3rem!important
    }

    .text-xl-start {
        text-align: left!important
    }

    .text-xl-end {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

@media(min-width: 1400px) {
    .float-xxl-start {
        float:left!important
    }

    .float-xxl-end {
        float: right!important
    }

    .float-xxl-none {
        float: none!important
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        flex-direction: row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .gap-xxl-0 {
        gap: 0!important
    }

    .gap-xxl-1 {
        gap: .25rem!important
    }

    .gap-xxl-2 {
        gap: .5rem!important
    }

    .gap-xxl-3 {
        gap: 1rem!important
    }

    .gap-xxl-4 {
        gap: 1.5rem!important
    }

    .gap-xxl-5 {
        gap: 3rem!important
    }

    .justify-content-xxl-start {
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }

    .order-xxl-first {
        order: -1!important
    }

    .order-xxl-0 {
        order: 0!important
    }

    .order-xxl-1 {
        order: 1!important
    }

    .order-xxl-2 {
        order: 2!important
    }

    .order-xxl-3 {
        order: 3!important
    }

    .order-xxl-4 {
        order: 4!important
    }

    .order-xxl-5 {
        order: 5!important
    }

    .order-xxl-last {
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xxl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xxl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xxl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xxl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xxl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xxl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xxl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xxl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-1 {
        margin-top: .25rem!important
    }

    .mt-xxl-2 {
        margin-top: .5rem!important
    }

    .mt-xxl-3 {
        margin-top: 1rem!important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-5 {
        margin-top: 3rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    .me-xxl-0 {
        margin-right: 0!important
    }

    .me-xxl-1 {
        margin-right: .25rem!important
    }

    .me-xxl-2 {
        margin-right: .5rem!important
    }

    .me-xxl-3 {
        margin-right: 1rem!important
    }

    .me-xxl-4 {
        margin-right: 1.5rem!important
    }

    .me-xxl-5 {
        margin-right: 3rem!important
    }

    .me-xxl-auto {
        margin-right: auto!important
    }

    .mb-xxl-0 {
        margin-bottom: 0!important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    .ms-xxl-0 {
        margin-left: 0!important
    }

    .ms-xxl-1 {
        margin-left: .25rem!important
    }

    .ms-xxl-2 {
        margin-left: .5rem!important
    }

    .ms-xxl-3 {
        margin-left: 1rem!important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xxl-5 {
        margin-left: 3rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .px-xxl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xxl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xxl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xxl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xxl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xxl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xxl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xxl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xxl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-1 {
        padding-top: .25rem!important
    }

    .pt-xxl-2 {
        padding-top: .5rem!important
    }

    .pt-xxl-3 {
        padding-top: 1rem!important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-5 {
        padding-top: 3rem!important
    }

    .pe-xxl-0 {
        padding-right: 0!important
    }

    .pe-xxl-1 {
        padding-right: .25rem!important
    }

    .pe-xxl-2 {
        padding-right: .5rem!important
    }

    .pe-xxl-3 {
        padding-right: 1rem!important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xxl-5 {
        padding-right: 3rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xxl-0 {
        padding-left: 0!important
    }

    .ps-xxl-1 {
        padding-left: .25rem!important
    }

    .ps-xxl-2 {
        padding-left: .5rem!important
    }

    .ps-xxl-3 {
        padding-left: 1rem!important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xxl-5 {
        padding-left: 3rem!important
    }

    .text-xxl-start {
        text-align: left!important
    }

    .text-xxl-end {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size:2.5rem!important
    }

    .fs-2 {
        font-size: 2rem!important
    }

    .fs-3 {
        font-size: 1.75rem!important
    }

    .fs-4 {
        font-size: 1.5rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}

@font-face {
    font-family: "bootstrap-icons";
    src: url("../font/bootstrap-icons.woff2") format("woff2"), url("../font/bootstrap-icons.woff") format("woff");
}

[class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-alarm-fill::before {
    content: "\f101";
}

.bi-alarm::before {
    content: "\f102";
}

.bi-align-bottom::before {
    content: "\f103";
}

.bi-align-center::before {
    content: "\f104";
}

.bi-align-end::before {
    content: "\f105";
}

.bi-align-middle::before {
    content: "\f106";
}

.bi-align-start::before {
    content: "\f107";
}

.bi-align-top::before {
    content: "\f108";
}

.bi-alt::before {
    content: "\f109";
}

.bi-app-indicator::before {
    content: "\f10a";
}

.bi-app::before {
    content: "\f10b";
}

.bi-archive-fill::before {
    content: "\f10c";
}

.bi-archive::before {
    content: "\f10d";
}

.bi-arrow-90deg-down::before {
    content: "\f10e";
}

.bi-arrow-90deg-left::before {
    content: "\f10f";
}

.bi-arrow-90deg-right::before {
    content: "\f110";
}

.bi-arrow-90deg-up::before {
    content: "\f111";
}

.bi-arrow-bar-down::before {
    content: "\f112";
}

.bi-arrow-bar-left::before {
    content: "\f113";
}

.bi-arrow-bar-right::before {
    content: "\f114";
}

.bi-arrow-bar-up::before {
    content: "\f115";
}

.bi-arrow-clockwise::before {
    content: "\f116";
}

.bi-arrow-counterclockwise::before {
    content: "\f117";
}

.bi-arrow-down-circle-fill::before {
    content: "\f118";
}

.bi-arrow-down-circle::before {
    content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
    content: "\f11a";
}

.bi-arrow-down-left-circle::before {
    content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
    content: "\f11c";
}

.bi-arrow-down-left-square::before {
    content: "\f11d";
}

.bi-arrow-down-left::before {
    content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
    content: "\f11f";
}

.bi-arrow-down-right-circle::before {
    content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
    content: "\f121";
}

.bi-arrow-down-right-square::before {
    content: "\f122";
}

.bi-arrow-down-right::before {
    content: "\f123";
}

.bi-arrow-down-short::before {
    content: "\f124";
}

.bi-arrow-down-square-fill::before {
    content: "\f125";
}

.bi-arrow-down-square::before {
    content: "\f126";
}

.bi-arrow-down-up::before {
    content: "\f127";
}

.bi-arrow-down::before {
    content: "\f128";
}

.bi-arrow-left-circle-fill::before {
    content: "\f129";
}

.bi-arrow-left-circle::before {
    content: "\f12a";
}

.bi-arrow-left-right::before {
    content: "\f12b";
}

.bi-arrow-left-short::before {
    content: "\f12c";
}

.bi-arrow-left-square-fill::before {
    content: "\f12d";
}

.bi-arrow-left-square::before {
    content: "\f12e";
}

.bi-arrow-left::before {
    content: "\f12f";
}

.bi-arrow-repeat::before {
    content: "\f130";
}

.bi-arrow-return-left::before {
    content: "\f131";
}

.bi-arrow-return-right::before {
    content: "\f132";
}

.bi-arrow-right-circle-fill::before {
    content: "\f133";
}

.bi-arrow-right-circle::before {
    content: "\f134";
}

.bi-arrow-right-short::before {
    content: "\f135";
}

.bi-arrow-right-square-fill::before {
    content: "\f136";
}

.bi-arrow-right-square::before {
    content: "\f137";
}

.bi-arrow-right::before {
    content: "\f138";
}

.bi-arrow-up-circle-fill::before {
    content: "\f139";
}

.bi-arrow-up-circle::before {
    content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
    content: "\f13b";
}

.bi-arrow-up-left-circle::before {
    content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
    content: "\f13d";
}

.bi-arrow-up-left-square::before {
    content: "\f13e";
}

.bi-arrow-up-left::before {
    content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
    content: "\f140";
}

.bi-arrow-up-right-circle::before {
    content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
    content: "\f142";
}

.bi-arrow-up-right-square::before {
    content: "\f143";
}

.bi-arrow-up-right::before {
    content: "\f144";
}

.bi-arrow-up-short::before {
    content: "\f145";
}

.bi-arrow-up-square-fill::before {
    content: "\f146";
}

.bi-arrow-up-square::before {
    content: "\f147";
}

.bi-arrow-up::before {
    content: "\f148";
}

.bi-arrows-angle-contract::before {
    content: "\f149";
}

.bi-arrows-angle-expand::before {
    content: "\f14a";
}

.bi-arrows-collapse::before {
    content: "\f14b";
}

.bi-arrows-expand::before {
    content: "\f14c";
}

.bi-arrows-fullscreen::before {
    content: "\f14d";
}

.bi-arrows-move::before {
    content: "\f14e";
}

.bi-aspect-ratio-fill::before {
    content: "\f14f";
}

.bi-aspect-ratio::before {
    content: "\f150";
}

.bi-asterisk::before {
    content: "\f151";
}

.bi-at::before {
    content: "\f152";
}

.bi-award-fill::before {
    content: "\f153";
}

.bi-award::before {
    content: "\f154";
}

.bi-back::before {
    content: "\f155";
}

.bi-backspace-fill::before {
    content: "\f156";
}

.bi-backspace-reverse-fill::before {
    content: "\f157";
}

.bi-backspace-reverse::before {
    content: "\f158";
}

.bi-backspace::before {
    content: "\f159";
}

.bi-badge-3d-fill::before {
    content: "\f15a";
}

.bi-badge-3d::before {
    content: "\f15b";
}

.bi-badge-4k-fill::before {
    content: "\f15c";
}

.bi-badge-4k::before {
    content: "\f15d";
}

.bi-badge-8k-fill::before {
    content: "\f15e";
}

.bi-badge-8k::before {
    content: "\f15f";
}

.bi-badge-ad-fill::before {
    content: "\f160";
}

.bi-badge-ad::before {
    content: "\f161";
}

.bi-badge-ar-fill::before {
    content: "\f162";
}

.bi-badge-ar::before {
    content: "\f163";
}

.bi-badge-cc-fill::before {
    content: "\f164";
}

.bi-badge-cc::before {
    content: "\f165";
}

.bi-badge-hd-fill::before {
    content: "\f166";
}

.bi-badge-hd::before {
    content: "\f167";
}

.bi-badge-tm-fill::before {
    content: "\f168";
}

.bi-badge-tm::before {
    content: "\f169";
}

.bi-badge-vo-fill::before {
    content: "\f16a";
}

.bi-badge-vo::before {
    content: "\f16b";
}

.bi-badge-vr-fill::before {
    content: "\f16c";
}

.bi-badge-vr::before {
    content: "\f16d";
}

.bi-badge-wc-fill::before {
    content: "\f16e";
}

.bi-badge-wc::before {
    content: "\f16f";
}

.bi-bag-check-fill::before {
    content: "\f170";
}

.bi-bag-check::before {
    content: "\f171";
}

.bi-bag-dash-fill::before {
    content: "\f172";
}

.bi-bag-dash::before {
    content: "\f173";
}

.bi-bag-fill::before {
    content: "\f174";
}

.bi-bag-plus-fill::before {
    content: "\f175";
}

.bi-bag-plus::before {
    content: "\f176";
}

.bi-bag-x-fill::before {
    content: "\f177";
}

.bi-bag-x::before {
    content: "\f178";
}

.bi-bag::before {
    content: "\f179";
}

.bi-bar-chart-fill::before {
    content: "\f17a";
}

.bi-bar-chart-line-fill::before {
    content: "\f17b";
}

.bi-bar-chart-line::before {
    content: "\f17c";
}

.bi-bar-chart-steps::before {
    content: "\f17d";
}

.bi-bar-chart::before {
    content: "\f17e";
}

.bi-basket-fill::before {
    content: "\f17f";
}

.bi-basket::before {
    content: "\f180";
}

.bi-basket2-fill::before {
    content: "\f181";
}

.bi-basket2::before {
    content: "\f182";
}

.bi-basket3-fill::before {
    content: "\f183";
}

.bi-basket3::before {
    content: "\f184";
}

.bi-battery-charging::before {
    content: "\f185";
}

.bi-battery-full::before {
    content: "\f186";
}

.bi-battery-half::before {
    content: "\f187";
}

.bi-battery::before {
    content: "\f188";
}

.bi-bell-fill::before {
    content: "\f189";
}

.bi-bell::before {
    content: "\f18a";
}

.bi-bezier::before {
    content: "\f18b";
}

.bi-bezier2::before {
    content: "\f18c";
}

.bi-bicycle::before {
    content: "\f18d";
}

.bi-binoculars-fill::before {
    content: "\f18e";
}

.bi-binoculars::before {
    content: "\f18f";
}

.bi-blockquote-left::before {
    content: "\f190";
}

.bi-blockquote-right::before {
    content: "\f191";
}

.bi-book-fill::before {
    content: "\f192";
}

.bi-book-half::before {
    content: "\f193";
}

.bi-book::before {
    content: "\f194";
}

.bi-bookmark-check-fill::before {
    content: "\f195";
}

.bi-bookmark-check::before {
    content: "\f196";
}

.bi-bookmark-dash-fill::before {
    content: "\f197";
}

.bi-bookmark-dash::before {
    content: "\f198";
}

.bi-bookmark-fill::before {
    content: "\f199";
}

.bi-bookmark-heart-fill::before {
    content: "\f19a";
}

.bi-bookmark-heart::before {
    content: "\f19b";
}

.bi-bookmark-plus-fill::before {
    content: "\f19c";
}

.bi-bookmark-plus::before {
    content: "\f19d";
}

.bi-bookmark-star-fill::before {
    content: "\f19e";
}

.bi-bookmark-star::before {
    content: "\f19f";
}

.bi-bookmark-x-fill::before {
    content: "\f1a0";
}

.bi-bookmark-x::before {
    content: "\f1a1";
}

.bi-bookmark::before {
    content: "\f1a2";
}

.bi-bookmarks-fill::before {
    content: "\f1a3";
}

.bi-bookmarks::before {
    content: "\f1a4";
}

.bi-bookshelf::before {
    content: "\f1a5";
}

.bi-bootstrap-fill::before {
    content: "\f1a6";
}

.bi-bootstrap-reboot::before {
    content: "\f1a7";
}

.bi-bootstrap::before {
    content: "\f1a8";
}

.bi-border-all::before {
    content: "\f1a9";
}

.bi-border-bottom::before {
    content: "\f1aa";
}

.bi-border-center::before {
    content: "\f1ab";
}

.bi-border-inner::before {
    content: "\f1ac";
}

.bi-border-left::before {
    content: "\f1ad";
}

.bi-border-middle::before {
    content: "\f1ae";
}

.bi-border-outer::before {
    content: "\f1af";
}

.bi-border-right::before {
    content: "\f1b0";
}

.bi-border-style::before {
    content: "\f1b1";
}

.bi-border-top::before {
    content: "\f1b2";
}

.bi-border-width::before {
    content: "\f1b3";
}

.bi-border::before {
    content: "\f1b4";
}

.bi-bounding-box-circles::before {
    content: "\f1b5";
}

.bi-bounding-box::before {
    content: "\f1b6";
}

.bi-box-arrow-down-left::before {
    content: "\f1b7";
}

.bi-box-arrow-down-right::before {
    content: "\f1b8";
}

.bi-box-arrow-down::before {
    content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
    content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
    content: "\f1bb";
}

.bi-box-arrow-in-down::before {
    content: "\f1bc";
}

.bi-box-arrow-in-left::before {
    content: "\f1bd";
}

.bi-box-arrow-in-right::before {
    content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
    content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
    content: "\f1c0";
}

.bi-box-arrow-in-up::before {
    content: "\f1c1";
}

.bi-box-arrow-left::before {
    content: "\f1c2";
}

.bi-box-arrow-right::before {
    content: "\f1c3";
}

.bi-box-arrow-up-left::before {
    content: "\f1c4";
}

.bi-box-arrow-up-right::before {
    content: "\f1c5";
}

.bi-box-arrow-up::before {
    content: "\f1c6";
}

.bi-box-seam::before {
    content: "\f1c7";
}

.bi-box::before {
    content: "\f1c8";
}

.bi-braces::before {
    content: "\f1c9";
}

.bi-bricks::before {
    content: "\f1ca";
}

.bi-briefcase-fill::before {
    content: "\f1cb";
}

.bi-briefcase::before {
    content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
    content: "\f1cd";
}

.bi-brightness-alt-high::before {
    content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
    content: "\f1cf";
}

.bi-brightness-alt-low::before {
    content: "\f1d0";
}

.bi-brightness-high-fill::before {
    content: "\f1d1";
}

.bi-brightness-high::before {
    content: "\f1d2";
}

.bi-brightness-low-fill::before {
    content: "\f1d3";
}

.bi-brightness-low::before {
    content: "\f1d4";
}

.bi-broadcast-pin::before {
    content: "\f1d5";
}

.bi-broadcast::before {
    content: "\f1d6";
}

.bi-brush-fill::before {
    content: "\f1d7";
}

.bi-brush::before {
    content: "\f1d8";
}

.bi-bucket-fill::before {
    content: "\f1d9";
}

.bi-bucket::before {
    content: "\f1da";
}

.bi-bug-fill::before {
    content: "\f1db";
}

.bi-bug::before {
    content: "\f1dc";
}

.bi-building::before {
    content: "\f1dd";
}

.bi-bullseye::before {
    content: "\f1de";
}

.bi-calculator-fill::before {
    content: "\f1df";
}

.bi-calculator::before {
    content: "\f1e0";
}

.bi-calendar-check-fill::before {
    content: "\f1e1";
}

.bi-calendar-check::before {
    content: "\f1e2";
}

.bi-calendar-date-fill::before {
    content: "\f1e3";
}

.bi-calendar-date::before {
    content: "\f1e4";
}

.bi-calendar-day-fill::before {
    content: "\f1e5";
}

.bi-calendar-day::before {
    content: "\f1e6";
}

.bi-calendar-event-fill::before {
    content: "\f1e7";
}

.bi-calendar-event::before {
    content: "\f1e8";
}

.bi-calendar-fill::before {
    content: "\f1e9";
}

.bi-calendar-minus-fill::before {
    content: "\f1ea";
}

.bi-calendar-minus::before {
    content: "\f1eb";
}

.bi-calendar-month-fill::before {
    content: "\f1ec";
}

.bi-calendar-month::before {
    content: "\f1ed";
}

.bi-calendar-plus-fill::before {
    content: "\f1ee";
}

.bi-calendar-plus::before {
    content: "\f1ef";
}

.bi-calendar-range-fill::before {
    content: "\f1f0";
}

.bi-calendar-range::before {
    content: "\f1f1";
}

.bi-calendar-week-fill::before {
    content: "\f1f2";
}

.bi-calendar-week::before {
    content: "\f1f3";
}

.bi-calendar-x-fill::before {
    content: "\f1f4";
}

.bi-calendar-x::before {
    content: "\f1f5";
}

.bi-calendar::before {
    content: "\f1f6";
}

.bi-calendar2-check-fill::before {
    content: "\f1f7";
}

.bi-calendar2-check::before {
    content: "\f1f8";
}

.bi-calendar2-date-fill::before {
    content: "\f1f9";
}

.bi-calendar2-date::before {
    content: "\f1fa";
}

.bi-calendar2-day-fill::before {
    content: "\f1fb";
}

.bi-calendar2-day::before {
    content: "\f1fc";
}

.bi-calendar2-event-fill::before {
    content: "\f1fd";
}

.bi-calendar2-event::before {
    content: "\f1fe";
}

.bi-calendar2-fill::before {
    content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
    content: "\f200";
}

.bi-calendar2-minus::before {
    content: "\f201";
}

.bi-calendar2-month-fill::before {
    content: "\f202";
}

.bi-calendar2-month::before {
    content: "\f203";
}

.bi-calendar2-plus-fill::before {
    content: "\f204";
}

.bi-calendar2-plus::before {
    content: "\f205";
}

.bi-calendar2-range-fill::before {
    content: "\f206";
}

.bi-calendar2-range::before {
    content: "\f207";
}

.bi-calendar2-week-fill::before {
    content: "\f208";
}

.bi-calendar2-week::before {
    content: "\f209";
}

.bi-calendar2-x-fill::before {
    content: "\f20a";
}

.bi-calendar2-x::before {
    content: "\f20b";
}

.bi-calendar2::before {
    content: "\f20c";
}

.bi-calendar3-event-fill::before {
    content: "\f20d";
}

.bi-calendar3-event::before {
    content: "\f20e";
}

.bi-calendar3-fill::before {
    content: "\f20f";
}

.bi-calendar3-range-fill::before {
    content: "\f210";
}

.bi-calendar3-range::before {
    content: "\f211";
}

.bi-calendar3-week-fill::before {
    content: "\f212";
}

.bi-calendar3-week::before {
    content: "\f213";
}

.bi-calendar3::before {
    content: "\f214";
}

.bi-calendar4-event::before {
    content: "\f215";
}

.bi-calendar4-range::before {
    content: "\f216";
}

.bi-calendar4-week::before {
    content: "\f217";
}

.bi-calendar4::before {
    content: "\f218";
}

.bi-camera-fill::before {
    content: "\f219";
}

.bi-camera-reels-fill::before {
    content: "\f21a";
}

.bi-camera-reels::before {
    content: "\f21b";
}

.bi-camera-video-fill::before {
    content: "\f21c";
}

.bi-camera-video-off-fill::before {
    content: "\f21d";
}

.bi-camera-video-off::before {
    content: "\f21e";
}

.bi-camera-video::before {
    content: "\f21f";
}

.bi-camera::before {
    content: "\f220";
}

.bi-camera2::before {
    content: "\f221";
}

.bi-capslock-fill::before {
    content: "\f222";
}

.bi-capslock::before {
    content: "\f223";
}

.bi-card-checklist::before {
    content: "\f224";
}

.bi-card-heading::before {
    content: "\f225";
}

.bi-card-image::before {
    content: "\f226";
}

.bi-card-list::before {
    content: "\f227";
}

.bi-card-text::before {
    content: "\f228";
}

.bi-caret-down-fill::before {
    content: "\f229";
}

.bi-caret-down-square-fill::before {
    content: "\f22a";
}

.bi-caret-down-square::before {
    content: "\f22b";
}

.bi-caret-down::before {
    content: "\f22c";
}

.bi-caret-left-fill::before {
    content: "\f22d";
}

.bi-caret-left-square-fill::before {
    content: "\f22e";
}

.bi-caret-left-square::before {
    content: "\f22f";
}

.bi-caret-left::before {
    content: "\f230";
}

.bi-caret-right-fill::before {
    content: "\f231";
}

.bi-caret-right-square-fill::before {
    content: "\f232";
}

.bi-caret-right-square::before {
    content: "\f233";
}

.bi-caret-right::before {
    content: "\f234";
}

.bi-caret-up-fill::before {
    content: "\f235";
}

.bi-caret-up-square-fill::before {
    content: "\f236";
}

.bi-caret-up-square::before {
    content: "\f237";
}

.bi-caret-up::before {
    content: "\f238";
}

.bi-cart-check-fill::before {
    content: "\f239";
}

.bi-cart-check::before {
    content: "\f23a";
}

.bi-cart-dash-fill::before {
    content: "\f23b";
}

.bi-cart-dash::before {
    content: "\f23c";
}

.bi-cart-fill::before {
    content: "\f23d";
}

.bi-cart-plus-fill::before {
    content: "\f23e";
}

.bi-cart-plus::before {
    content: "\f23f";
}

.bi-cart-x-fill::before {
    content: "\f240";
}

.bi-cart-x::before {
    content: "\f241";
}

.bi-cart::before {
    content: "\f242";
}

.bi-cart2::before {
    content: "\f243";
}

.bi-cart3::before {
    content: "\f244";
}

.bi-cart4::before {
    content: "\f245";
}

.bi-cash-stack::before {
    content: "\f246";
}

.bi-cash::before {
    content: "\f247";
}

.bi-cast::before {
    content: "\f248";
}

.bi-chat-dots-fill::before {
    content: "\f249";
}

.bi-chat-dots::before {
    content: "\f24a";
}

.bi-chat-fill::before {
    content: "\f24b";
}

.bi-chat-left-dots-fill::before {
    content: "\f24c";
}

.bi-chat-left-dots::before {
    content: "\f24d";
}

.bi-chat-left-fill::before {
    content: "\f24e";
}

.bi-chat-left-quote-fill::before {
    content: "\f24f";
}

.bi-chat-left-quote::before {
    content: "\f250";
}

.bi-chat-left-text-fill::before {
    content: "\f251";
}

.bi-chat-left-text::before {
    content: "\f252";
}

.bi-chat-left::before {
    content: "\f253";
}

.bi-chat-quote-fill::before {
    content: "\f254";
}

.bi-chat-quote::before {
    content: "\f255";
}

.bi-chat-right-dots-fill::before {
    content: "\f256";
}

.bi-chat-right-dots::before {
    content: "\f257";
}

.bi-chat-right-fill::before {
    content: "\f258";
}

.bi-chat-right-quote-fill::before {
    content: "\f259";
}

.bi-chat-right-quote::before {
    content: "\f25a";
}

.bi-chat-right-text-fill::before {
    content: "\f25b";
}

.bi-chat-right-text::before {
    content: "\f25c";
}

.bi-chat-right::before {
    content: "\f25d";
}

.bi-chat-square-dots-fill::before {
    content: "\f25e";
}

.bi-chat-square-dots::before {
    content: "\f25f";
}

.bi-chat-square-fill::before {
    content: "\f260";
}

.bi-chat-square-quote-fill::before {
    content: "\f261";
}

.bi-chat-square-quote::before {
    content: "\f262";
}

.bi-chat-square-text-fill::before {
    content: "\f263";
}

.bi-chat-square-text::before {
    content: "\f264";
}

.bi-chat-square::before {
    content: "\f265";
}

.bi-chat-text-fill::before {
    content: "\f266";
}

.bi-chat-text::before {
    content: "\f267";
}

.bi-chat::before {
    content: "\f268";
}

.bi-check-all::before {
    content: "\f269";
}

.bi-check-circle-fill::before {
    content: "\f26a";
}

.bi-check-circle::before {
    content: "\f26b";
}

.bi-check-square-fill::before {
    content: "\f26c";
}

.bi-check-square::before {
    content: "\f26d";
}

.bi-check::before {
    content: "\f26e";
}

.bi-check2-all::before {
    content: "\f26f";
}

.bi-check2-circle::before {
    content: "\f270";
}

.bi-check2-square::before {
    content: "\f271";
}

.bi-check2::before {
    content: "\f272";
}

.bi-chevron-bar-contract::before {
    content: "\f273";
}

.bi-chevron-bar-down::before {
    content: "\f274";
}

.bi-chevron-bar-expand::before {
    content: "\f275";
}

.bi-chevron-bar-left::before {
    content: "\f276";
}

.bi-chevron-bar-right::before {
    content: "\f277";
}

.bi-chevron-bar-up::before {
    content: "\f278";
}

.bi-chevron-compact-down::before {
    content: "\f279";
}

.bi-chevron-compact-left::before {
    content: "\f27a";
}

.bi-chevron-compact-right::before {
    content: "\f27b";
}

.bi-chevron-compact-up::before {
    content: "\f27c";
}

.bi-chevron-contract::before {
    content: "\f27d";
}

.bi-chevron-double-down::before {
    content: "\f27e";
}

.bi-chevron-double-left::before {
    content: "\f27f";
}

.bi-chevron-double-right::before {
    content: "\f280";
}

.bi-chevron-double-up::before {
    content: "\f281";
}

.bi-chevron-down::before {
    content: "\f282";
}

.bi-chevron-expand::before {
    content: "\f283";
}

.bi-chevron-left::before {
    content: "\f284";
}

.bi-chevron-right::before {
    content: "\f285";
}

.bi-chevron-up::before {
    content: "\f286";
}

.bi-circle-fill::before {
    content: "\f287";
}

.bi-circle-half::before {
    content: "\f288";
}

.bi-circle-square::before {
    content: "\f289";
}

.bi-circle::before {
    content: "\f28a";
}

.bi-clipboard-check::before {
    content: "\f28b";
}

.bi-clipboard-data::before {
    content: "\f28c";
}

.bi-clipboard-minus::before {
    content: "\f28d";
}

.bi-clipboard-plus::before {
    content: "\f28e";
}

.bi-clipboard-x::before {
    content: "\f28f";
}

.bi-clipboard::before {
    content: "\f290";
}

.bi-clock-fill::before {
    content: "\f291";
}

.bi-clock-history::before {
    content: "\f292";
}

.bi-clock::before {
    content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
    content: "\f294";
}

.bi-cloud-arrow-down::before {
    content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
    content: "\f296";
}

.bi-cloud-arrow-up::before {
    content: "\f297";
}

.bi-cloud-check-fill::before {
    content: "\f298";
}

.bi-cloud-check::before {
    content: "\f299";
}

.bi-cloud-download-fill::before {
    content: "\f29a";
}

.bi-cloud-download::before {
    content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
    content: "\f29c";
}

.bi-cloud-drizzle::before {
    content: "\f29d";
}

.bi-cloud-fill::before {
    content: "\f29e";
}

.bi-cloud-fog-fill::before {
    content: "\f29f";
}

.bi-cloud-fog::before {
    content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
    content: "\f2a1";
}

.bi-cloud-fog2::before {
    content: "\f2a2";
}

.bi-cloud-hail-fill::before {
    content: "\f2a3";
}

.bi-cloud-hail::before {
    content: "\f2a4";
}

.bi-cloud-haze-1::before {
    content: "\f2a5";
}

.bi-cloud-haze-fill::before {
    content: "\f2a6";
}

.bi-cloud-haze::before {
    content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
    content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
    content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
    content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
    content: "\f2ab";
}

.bi-cloud-lightning::before {
    content: "\f2ac";
}

.bi-cloud-minus-fill::before {
    content: "\f2ad";
}

.bi-cloud-minus::before {
    content: "\f2ae";
}

.bi-cloud-moon-fill::before {
    content: "\f2af";
}

.bi-cloud-moon::before {
    content: "\f2b0";
}

.bi-cloud-plus-fill::before {
    content: "\f2b1";
}

.bi-cloud-plus::before {
    content: "\f2b2";
}

.bi-cloud-rain-fill::before {
    content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
    content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
    content: "\f2b5";
}

.bi-cloud-rain::before {
    content: "\f2b6";
}

.bi-cloud-slash-fill::before {
    content: "\f2b7";
}

.bi-cloud-slash::before {
    content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
    content: "\f2b9";
}

.bi-cloud-sleet::before {
    content: "\f2ba";
}

.bi-cloud-snow-fill::before {
    content: "\f2bb";
}

.bi-cloud-snow::before {
    content: "\f2bc";
}

.bi-cloud-sun-fill::before {
    content: "\f2bd";
}

.bi-cloud-sun::before {
    content: "\f2be";
}

.bi-cloud-upload-fill::before {
    content: "\f2bf";
}

.bi-cloud-upload::before {
    content: "\f2c0";
}

.bi-cloud::before {
    content: "\f2c1";
}

.bi-clouds-fill::before {
    content: "\f2c2";
}

.bi-clouds::before {
    content: "\f2c3";
}

.bi-cloudy-fill::before {
    content: "\f2c4";
}

.bi-cloudy::before {
    content: "\f2c5";
}

.bi-code-slash::before {
    content: "\f2c6";
}

.bi-code-square::before {
    content: "\f2c7";
}

.bi-code::before {
    content: "\f2c8";
}

.bi-collection-fill::before {
    content: "\f2c9";
}

.bi-collection-play-fill::before {
    content: "\f2ca";
}

.bi-collection-play::before {
    content: "\f2cb";
}

.bi-collection::before {
    content: "\f2cc";
}

.bi-columns-gap::before {
    content: "\f2cd";
}

.bi-columns::before {
    content: "\f2ce";
}

.bi-command::before {
    content: "\f2cf";
}

.bi-compass-fill::before {
    content: "\f2d0";
}

.bi-compass::before {
    content: "\f2d1";
}

.bi-cone-striped::before {
    content: "\f2d2";
}

.bi-cone::before {
    content: "\f2d3";
}

.bi-controller::before {
    content: "\f2d4";
}

.bi-cpu-fill::before {
    content: "\f2d5";
}

.bi-cpu::before {
    content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
    content: "\f2d7";
}

.bi-credit-card-2-back::before {
    content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
    content: "\f2d9";
}

.bi-credit-card-2-front::before {
    content: "\f2da";
}

.bi-credit-card-fill::before {
    content: "\f2db";
}

.bi-credit-card::before {
    content: "\f2dc";
}

.bi-crop::before {
    content: "\f2dd";
}

.bi-cup-fill::before {
    content: "\f2de";
}

.bi-cup-straw::before {
    content: "\f2df";
}

.bi-cup::before {
    content: "\f2e0";
}

.bi-cursor-fill::before {
    content: "\f2e1";
}

.bi-cursor-text::before {
    content: "\f2e2";
}

.bi-cursor::before {
    content: "\f2e3";
}

.bi-dash-circle-dotted::before {
    content: "\f2e4";
}

.bi-dash-circle-fill::before {
    content: "\f2e5";
}

.bi-dash-circle::before {
    content: "\f2e6";
}

.bi-dash-square-dotted::before {
    content: "\f2e7";
}

.bi-dash-square-fill::before {
    content: "\f2e8";
}

.bi-dash-square::before {
    content: "\f2e9";
}

.bi-dash::before {
    content: "\f2ea";
}

.bi-diagram-2-fill::before {
    content: "\f2eb";
}

.bi-diagram-2::before {
    content: "\f2ec";
}

.bi-diagram-3-fill::before {
    content: "\f2ed";
}

.bi-diagram-3::before {
    content: "\f2ee";
}

.bi-diamond-fill::before {
    content: "\f2ef";
}

.bi-diamond-half::before {
    content: "\f2f0";
}

.bi-diamond::before {
    content: "\f2f1";
}

.bi-dice-1-fill::before {
    content: "\f2f2";
}

.bi-dice-1::before {
    content: "\f2f3";
}

.bi-dice-2-fill::before {
    content: "\f2f4";
}

.bi-dice-2::before {
    content: "\f2f5";
}

.bi-dice-3-fill::before {
    content: "\f2f6";
}

.bi-dice-3::before {
    content: "\f2f7";
}

.bi-dice-4-fill::before {
    content: "\f2f8";
}

.bi-dice-4::before {
    content: "\f2f9";
}

.bi-dice-5-fill::before {
    content: "\f2fa";
}

.bi-dice-5::before {
    content: "\f2fb";
}

.bi-dice-6-fill::before {
    content: "\f2fc";
}

.bi-dice-6::before {
    content: "\f2fd";
}

.bi-disc-fill::before {
    content: "\f2fe";
}

.bi-disc::before {
    content: "\f2ff";
}

.bi-discord::before {
    content: "\f300";
}

.bi-display-fill::before {
    content: "\f301";
}

.bi-display::before {
    content: "\f302";
}

.bi-distribute-horizontal::before {
    content: "\f303";
}

.bi-distribute-vertical::before {
    content: "\f304";
}

.bi-door-closed-fill::before {
    content: "\f305";
}

.bi-door-closed::before {
    content: "\f306";
}

.bi-door-open-fill::before {
    content: "\f307";
}

.bi-door-open::before {
    content: "\f308";
}

.bi-dot::before {
    content: "\f309";
}

.bi-download::before {
    content: "\f30a";
}

.bi-droplet-fill::before {
    content: "\f30b";
}

.bi-droplet-half::before {
    content: "\f30c";
}

.bi-droplet::before {
    content: "\f30d";
}

.bi-earbuds::before {
    content: "\f30e";
}

.bi-easel-fill::before {
    content: "\f30f";
}

.bi-easel::before {
    content: "\f310";
}

.bi-egg-fill::before {
    content: "\f311";
}

.bi-egg-fried::before {
    content: "\f312";
}

.bi-egg::before {
    content: "\f313";
}

.bi-eject-fill::before {
    content: "\f314";
}

.bi-eject::before {
    content: "\f315";
}

.bi-emoji-angry-fill::before {
    content: "\f316";
}

.bi-emoji-angry::before {
    content: "\f317";
}

.bi-emoji-dizzy-fill::before {
    content: "\f318";
}

.bi-emoji-dizzy::before {
    content: "\f319";
}

.bi-emoji-expressionless-fill::before {
    content: "\f31a";
}

.bi-emoji-expressionless::before {
    content: "\f31b";
}

.bi-emoji-frown-fill::before {
    content: "\f31c";
}

.bi-emoji-frown::before {
    content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
    content: "\f31e";
}

.bi-emoji-heart-eyes::before {
    content: "\f31f";
}

.bi-emoji-laughing-fill::before {
    content: "\f320";
}

.bi-emoji-laughing::before {
    content: "\f321";
}

.bi-emoji-neutral-fill::before {
    content: "\f322";
}

.bi-emoji-neutral::before {
    content: "\f323";
}

.bi-emoji-smile-fill::before {
    content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
    content: "\f325";
}

.bi-emoji-smile-upside-down::before {
    content: "\f326";
}

.bi-emoji-smile::before {
    content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
    content: "\f328";
}

.bi-emoji-sunglasses::before {
    content: "\f329";
}

.bi-emoji-wink-fill::before {
    content: "\f32a";
}

.bi-emoji-wink::before {
    content: "\f32b";
}

.bi-envelope-fill::before {
    content: "\f32c";
}

.bi-envelope-open-fill::before {
    content: "\f32d";
}

.bi-envelope-open::before {
    content: "\f32e";
}

.bi-envelope::before {
    content: "\f32f";
}

.bi-eraser-fill::before {
    content: "\f330";
}

.bi-eraser::before {
    content: "\f331";
}

.bi-exclamation-circle-fill::before {
    content: "\f332";
}

.bi-exclamation-circle::before {
    content: "\f333";
}

.bi-exclamation-diamond-fill::before {
    content: "\f334";
}

.bi-exclamation-diamond::before {
    content: "\f335";
}

.bi-exclamation-octagon-fill::before {
    content: "\f336";
}

.bi-exclamation-octagon::before {
    content: "\f337";
}

.bi-exclamation-square-fill::before {
    content: "\f338";
}

.bi-exclamation-square::before {
    content: "\f339";
}

.bi-exclamation-triangle-fill::before {
    content: "\f33a";
}

.bi-exclamation-triangle::before {
    content: "\f33b";
}

.bi-exclamation::before {
    content: "\f33c";
}

.bi-exclude::before {
    content: "\f33d";
}

.bi-eye-fill::before {
    content: "\f33e";
}

.bi-eye-slash-fill::before {
    content: "\f33f";
}

.bi-eye-slash::before {
    content: "\f340";
}

.bi-eye::before {
    content: "\f341";
}

.bi-eyedropper::before {
    content: "\f342";
}

.bi-eyeglasses::before {
    content: "\f343";
}

.bi-facebook::before {
    content: "\f344";
}

.bi-file-arrow-down-fill::before {
    content: "\f345";
}

.bi-file-arrow-down::before {
    content: "\f346";
}

.bi-file-arrow-up-fill::before {
    content: "\f347";
}

.bi-file-arrow-up::before {
    content: "\f348";
}

.bi-file-bar-graph-fill::before {
    content: "\f349";
}

.bi-file-bar-graph::before {
    content: "\f34a";
}

.bi-file-binary-fill::before {
    content: "\f34b";
}

.bi-file-binary::before {
    content: "\f34c";
}

.bi-file-break-fill::before {
    content: "\f34d";
}

.bi-file-break::before {
    content: "\f34e";
}

.bi-file-check-fill::before {
    content: "\f34f";
}

.bi-file-check::before {
    content: "\f350";
}

.bi-file-code-fill::before {
    content: "\f351";
}

.bi-file-code::before {
    content: "\f352";
}

.bi-file-diff-fill::before {
    content: "\f353";
}

.bi-file-diff::before {
    content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
    content: "\f355";
}

.bi-file-earmark-arrow-down::before {
    content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
    content: "\f357";
}

.bi-file-earmark-arrow-up::before {
    content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
    content: "\f359";
}

.bi-file-earmark-bar-graph::before {
    content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
    content: "\f35b";
}

.bi-file-earmark-binary::before {
    content: "\f35c";
}

.bi-file-earmark-break-fill::before {
    content: "\f35d";
}

.bi-file-earmark-break::before {
    content: "\f35e";
}

.bi-file-earmark-check-fill::before {
    content: "\f35f";
}

.bi-file-earmark-check::before {
    content: "\f360";
}

.bi-file-earmark-code-fill::before {
    content: "\f361";
}

.bi-file-earmark-code::before {
    content: "\f362";
}

.bi-file-earmark-diff-fill::before {
    content: "\f363";
}

.bi-file-earmark-diff::before {
    content: "\f364";
}

.bi-file-earmark-easel-fill::before {
    content: "\f365";
}

.bi-file-earmark-easel::before {
    content: "\f366";
}

.bi-file-earmark-excel-fill::before {
    content: "\f367";
}

.bi-file-earmark-excel::before {
    content: "\f368";
}

.bi-file-earmark-fill::before {
    content: "\f369";
}

.bi-file-earmark-font-fill::before {
    content: "\f36a";
}

.bi-file-earmark-font::before {
    content: "\f36b";
}

.bi-file-earmark-image-fill::before {
    content: "\f36c";
}

.bi-file-earmark-image::before {
    content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
    content: "\f36e";
}

.bi-file-earmark-lock::before {
    content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
    content: "\f370";
}

.bi-file-earmark-lock2::before {
    content: "\f371";
}

.bi-file-earmark-medical-fill::before {
    content: "\f372";
}

.bi-file-earmark-medical::before {
    content: "\f373";
}

.bi-file-earmark-minus-fill::before {
    content: "\f374";
}

.bi-file-earmark-minus::before {
    content: "\f375";
}

.bi-file-earmark-music-fill::before {
    content: "\f376";
}

.bi-file-earmark-music::before {
    content: "\f377";
}

.bi-file-earmark-person-fill::before {
    content: "\f378";
}

.bi-file-earmark-person::before {
    content: "\f379";
}

.bi-file-earmark-play-fill::before {
    content: "\f37a";
}

.bi-file-earmark-play::before {
    content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
    content: "\f37c";
}

.bi-file-earmark-plus::before {
    content: "\f37d";
}

.bi-file-earmark-post-fill::before {
    content: "\f37e";
}

.bi-file-earmark-post::before {
    content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
    content: "\f380";
}

.bi-file-earmark-ppt::before {
    content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
    content: "\f382";
}

.bi-file-earmark-richtext::before {
    content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
    content: "\f384";
}

.bi-file-earmark-ruled::before {
    content: "\f385";
}

.bi-file-earmark-slides-fill::before {
    content: "\f386";
}

.bi-file-earmark-slides::before {
    content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
    content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
    content: "\f389";
}

.bi-file-earmark-text-fill::before {
    content: "\f38a";
}

.bi-file-earmark-text::before {
    content: "\f38b";
}

.bi-file-earmark-word-fill::before {
    content: "\f38c";
}

.bi-file-earmark-word::before {
    content: "\f38d";
}

.bi-file-earmark-x-fill::before {
    content: "\f38e";
}

.bi-file-earmark-x::before {
    content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
    content: "\f390";
}

.bi-file-earmark-zip::before {
    content: "\f391";
}

.bi-file-earmark::before {
    content: "\f392";
}

.bi-file-easel-fill::before {
    content: "\f393";
}

.bi-file-easel::before {
    content: "\f394";
}

.bi-file-excel-fill::before {
    content: "\f395";
}

.bi-file-excel::before {
    content: "\f396";
}

.bi-file-fill::before {
    content: "\f397";
}

.bi-file-font-fill::before {
    content: "\f398";
}

.bi-file-font::before {
    content: "\f399";
}

.bi-file-image-fill::before {
    content: "\f39a";
}

.bi-file-image::before {
    content: "\f39b";
}

.bi-file-lock-fill::before {
    content: "\f39c";
}

.bi-file-lock::before {
    content: "\f39d";
}

.bi-file-lock2-fill::before {
    content: "\f39e";
}

.bi-file-lock2::before {
    content: "\f39f";
}

.bi-file-medical-fill::before {
    content: "\f3a0";
}

.bi-file-medical::before {
    content: "\f3a1";
}

.bi-file-minus-fill::before {
    content: "\f3a2";
}

.bi-file-minus::before {
    content: "\f3a3";
}

.bi-file-music-fill::before {
    content: "\f3a4";
}

.bi-file-music::before {
    content: "\f3a5";
}

.bi-file-person-fill::before {
    content: "\f3a6";
}

.bi-file-person::before {
    content: "\f3a7";
}

.bi-file-play-fill::before {
    content: "\f3a8";
}

.bi-file-play::before {
    content: "\f3a9";
}

.bi-file-plus-fill::before {
    content: "\f3aa";
}

.bi-file-plus::before {
    content: "\f3ab";
}

.bi-file-post-fill::before {
    content: "\f3ac";
}

.bi-file-post::before {
    content: "\f3ad";
}

.bi-file-ppt-fill::before {
    content: "\f3ae";
}

.bi-file-ppt::before {
    content: "\f3af";
}

.bi-file-richtext-fill::before {
    content: "\f3b0";
}

.bi-file-richtext::before {
    content: "\f3b1";
}

.bi-file-ruled-fill::before {
    content: "\f3b2";
}

.bi-file-ruled::before {
    content: "\f3b3";
}

.bi-file-slides-fill::before {
    content: "\f3b4";
}

.bi-file-slides::before {
    content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
    content: "\f3b6";
}

.bi-file-spreadsheet::before {
    content: "\f3b7";
}

.bi-file-text-fill::before {
    content: "\f3b8";
}

.bi-file-text::before {
    content: "\f3b9";
}

.bi-file-word-fill::before {
    content: "\f3ba";
}

.bi-file-word::before {
    content: "\f3bb";
}

.bi-file-x-fill::before {
    content: "\f3bc";
}

.bi-file-x::before {
    content: "\f3bd";
}

.bi-file-zip-fill::before {
    content: "\f3be";
}

.bi-file-zip::before {
    content: "\f3bf";
}

.bi-file::before {
    content: "\f3c0";
}

.bi-files-alt::before {
    content: "\f3c1";
}

.bi-files::before {
    content: "\f3c2";
}

.bi-film::before {
    content: "\f3c3";
}

.bi-filter-circle-fill::before {
    content: "\f3c4";
}

.bi-filter-circle::before {
    content: "\f3c5";
}

.bi-filter-left::before {
    content: "\f3c6";
}

.bi-filter-right::before {
    content: "\f3c7";
}

.bi-filter-square-fill::before {
    content: "\f3c8";
}

.bi-filter-square::before {
    content: "\f3c9";
}

.bi-filter::before {
    content: "\f3ca";
}

.bi-flag-fill::before {
    content: "\f3cb";
}

.bi-flag::before {
    content: "\f3cc";
}

.bi-flower1::before {
    content: "\f3cd";
}

.bi-flower2::before {
    content: "\f3ce";
}

.bi-flower3::before {
    content: "\f3cf";
}

.bi-folder-check::before {
    content: "\f3d0";
}

.bi-folder-fill::before {
    content: "\f3d1";
}

.bi-folder-minus::before {
    content: "\f3d2";
}

.bi-folder-plus::before {
    content: "\f3d3";
}

.bi-folder-symlink-fill::before {
    content: "\f3d4";
}

.bi-folder-symlink::before {
    content: "\f3d5";
}

.bi-folder-x::before {
    content: "\f3d6";
}

.bi-folder::before {
    content: "\f3d7";
}

.bi-folder2-open::before {
    content: "\f3d8";
}

.bi-folder2::before {
    content: "\f3d9";
}

.bi-fonts::before {
    content: "\f3da";
}

.bi-forward-fill::before {
    content: "\f3db";
}

.bi-forward::before {
    content: "\f3dc";
}

.bi-front::before {
    content: "\f3dd";
}

.bi-fullscreen-exit::before {
    content: "\f3de";
}

.bi-fullscreen::before {
    content: "\f3df";
}

.bi-funnel-fill::before {
    content: "\f3e0";
}

.bi-funnel::before {
    content: "\f3e1";
}

.bi-gear-fill::before {
    content: "\f3e2";
}

.bi-gear-wide-connected::before {
    content: "\f3e3";
}

.bi-gear-wide::before {
    content: "\f3e4";
}

.bi-gear::before {
    content: "\f3e5";
}

.bi-gem::before {
    content: "\f3e6";
}

.bi-geo-alt-fill::before {
    content: "\f3e7";
}

.bi-geo-alt::before {
    content: "\f3e8";
}

.bi-geo-fill::before {
    content: "\f3e9";
}

.bi-geo::before {
    content: "\f3ea";
}

.bi-gift-fill::before {
    content: "\f3eb";
}

.bi-gift::before {
    content: "\f3ec";
}

.bi-github::before {
    content: "\f3ed";
}

.bi-globe::before {
    content: "\f3ee";
}

.bi-globe2::before {
    content: "\f3ef";
}

.bi-google::before {
    content: "\f3f0";
}

.bi-graph-down::before {
    content: "\f3f1";
}

.bi-graph-up::before {
    content: "\f3f2";
}

.bi-grid-1x2-fill::before {
    content: "\f3f3";
}

.bi-grid-1x2::before {
    content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
    content: "\f3f5";
}

.bi-grid-3x2-gap::before {
    content: "\f3f6";
}

.bi-grid-3x2::before {
    content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
    content: "\f3f8";
}

.bi-grid-3x3-gap::before {
    content: "\f3f9";
}

.bi-grid-3x3::before {
    content: "\f3fa";
}

.bi-grid-fill::before {
    content: "\f3fb";
}

.bi-grid::before {
    content: "\f3fc";
}

.bi-grip-horizontal::before {
    content: "\f3fd";
}

.bi-grip-vertical::before {
    content: "\f3fe";
}

.bi-hammer::before {
    content: "\f3ff";
}

.bi-hand-index-fill::before {
    content: "\f400";
}

.bi-hand-index-thumb-fill::before {
    content: "\f401";
}

.bi-hand-index-thumb::before {
    content: "\f402";
}

.bi-hand-index::before {
    content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
    content: "\f404";
}

.bi-hand-thumbs-down::before {
    content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
    content: "\f406";
}

.bi-hand-thumbs-up::before {
    content: "\f407";
}

.bi-handbag-fill::before {
    content: "\f408";
}

.bi-handbag::before {
    content: "\f409";
}

.bi-hash::before {
    content: "\f40a";
}

.bi-hdd-fill::before {
    content: "\f40b";
}

.bi-hdd-network-fill::before {
    content: "\f40c";
}

.bi-hdd-network::before {
    content: "\f40d";
}

.bi-hdd-rack-fill::before {
    content: "\f40e";
}

.bi-hdd-rack::before {
    content: "\f40f";
}

.bi-hdd-stack-fill::before {
    content: "\f410";
}

.bi-hdd-stack::before {
    content: "\f411";
}

.bi-hdd::before {
    content: "\f412";
}

.bi-headphones::before {
    content: "\f413";
}

.bi-headset::before {
    content: "\f414";
}

.bi-heart-fill::before {
    content: "\f415";
}

.bi-heart-half::before {
    content: "\f416";
}

.bi-heart::before {
    content: "\f417";
}

.bi-heptagon-fill::before {
    content: "\f418";
}

.bi-heptagon-half::before {
    content: "\f419";
}

.bi-heptagon::before {
    content: "\f41a";
}

.bi-hexagon-fill::before {
    content: "\f41b";
}

.bi-hexagon-half::before {
    content: "\f41c";
}

.bi-hexagon::before {
    content: "\f41d";
}

.bi-hourglass-bottom::before {
    content: "\f41e";
}

.bi-hourglass-split::before {
    content: "\f41f";
}

.bi-hourglass-top::before {
    content: "\f420";
}

.bi-hourglass::before {
    content: "\f421";
}

.bi-house-door-fill::before {
    content: "\f422";
}

.bi-house-door::before {
    content: "\f423";
}

.bi-house-fill::before {
    content: "\f424";
}

.bi-house::before {
    content: "\f425";
}

.bi-hr::before {
    content: "\f426";
}

.bi-hurricane::before {
    content: "\f427";
}

.bi-image-alt::before {
    content: "\f428";
}

.bi-image-fill::before {
    content: "\f429";
}

.bi-image::before {
    content: "\f42a";
}

.bi-images::before {
    content: "\f42b";
}

.bi-inbox-fill::before {
    content: "\f42c";
}

.bi-inbox::before {
    content: "\f42d";
}

.bi-inboxes-fill::before {
    content: "\f42e";
}

.bi-inboxes::before {
    content: "\f42f";
}

.bi-info-circle-fill::before {
    content: "\f430";
}

.bi-info-circle::before {
    content: "\f431";
}

.bi-info-square-fill::before {
    content: "\f432";
}

.bi-info-square::before {
    content: "\f433";
}

.bi-info::before {
    content: "\f434";
}

.bi-input-cursor-text::before {
    content: "\f435";
}

.bi-input-cursor::before {
    content: "\f436";
}

.bi-instagram::before {
    content: "\f437";
}

.bi-intersect::before {
    content: "\f438";
}

.bi-journal-album::before {
    content: "\f439";
}

.bi-journal-arrow-down::before {
    content: "\f43a";
}

.bi-journal-arrow-up::before {
    content: "\f43b";
}

.bi-journal-bookmark-fill::before {
    content: "\f43c";
}

.bi-journal-bookmark::before {
    content: "\f43d";
}

.bi-journal-check::before {
    content: "\f43e";
}

.bi-journal-code::before {
    content: "\f43f";
}

.bi-journal-medical::before {
    content: "\f440";
}

.bi-journal-minus::before {
    content: "\f441";
}

.bi-journal-plus::before {
    content: "\f442";
}

.bi-journal-richtext::before {
    content: "\f443";
}

.bi-journal-text::before {
    content: "\f444";
}

.bi-journal-x::before {
    content: "\f445";
}

.bi-journal::before {
    content: "\f446";
}

.bi-journals::before {
    content: "\f447";
}

.bi-joystick::before {
    content: "\f448";
}

.bi-justify-left::before {
    content: "\f449";
}

.bi-justify-right::before {
    content: "\f44a";
}

.bi-justify::before {
    content: "\f44b";
}

.bi-kanban-fill::before {
    content: "\f44c";
}

.bi-kanban::before {
    content: "\f44d";
}

.bi-key-fill::before {
    content: "\f44e";
}

.bi-key::before {
    content: "\f44f";
}

.bi-keyboard-fill::before {
    content: "\f450";
}

.bi-keyboard::before {
    content: "\f451";
}

.bi-ladder::before {
    content: "\f452";
}

.bi-lamp-fill::before {
    content: "\f453";
}

.bi-lamp::before {
    content: "\f454";
}

.bi-laptop-fill::before {
    content: "\f455";
}

.bi-laptop::before {
    content: "\f456";
}

.bi-layer-backward::before {
    content: "\f457";
}

.bi-layer-forward::before {
    content: "\f458";
}

.bi-layers-fill::before {
    content: "\f459";
}

.bi-layers-half::before {
    content: "\f45a";
}

.bi-layers::before {
    content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
    content: "\f45c";
}

.bi-layout-sidebar-inset::before {
    content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
    content: "\f45e";
}

.bi-layout-sidebar::before {
    content: "\f45f";
}

.bi-layout-split::before {
    content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
    content: "\f461";
}

.bi-layout-text-sidebar::before {
    content: "\f462";
}

.bi-layout-text-window-reverse::before {
    content: "\f463";
}

.bi-layout-text-window::before {
    content: "\f464";
}

.bi-layout-three-columns::before {
    content: "\f465";
}

.bi-layout-wtf::before {
    content: "\f466";
}

.bi-life-preserver::before {
    content: "\f467";
}

.bi-lightbulb-fill::before {
    content: "\f468";
}

.bi-lightbulb-off-fill::before {
    content: "\f469";
}

.bi-lightbulb-off::before {
    content: "\f46a";
}

.bi-lightbulb::before {
    content: "\f46b";
}

.bi-lightning-charge-fill::before {
    content: "\f46c";
}

.bi-lightning-charge::before {
    content: "\f46d";
}

.bi-lightning-fill::before {
    content: "\f46e";
}

.bi-lightning::before {
    content: "\f46f";
}

.bi-link-45deg::before {
    content: "\f470";
}

.bi-link::before {
    content: "\f471";
}

.bi-linkedin::before {
    content: "\f472";
}

.bi-list-check::before {
    content: "\f473";
}

.bi-list-nested::before {
    content: "\f474";
}

.bi-list-ol::before {
    content: "\f475";
}

.bi-list-stars::before {
    content: "\f476";
}

.bi-list-task::before {
    content: "\f477";
}

.bi-list-ul::before {
    content: "\f478";
}

.bi-list::before {
    content: "\f479";
}

.bi-lock-fill::before {
    content: "\f47a";
}

.bi-lock::before {
    content: "\f47b";
}

.bi-mailbox::before {
    content: "\f47c";
}

.bi-mailbox2::before {
    content: "\f47d";
}

.bi-map-fill::before {
    content: "\f47e";
}

.bi-map::before {
    content: "\f47f";
}

.bi-markdown-fill::before {
    content: "\f480";
}

.bi-markdown::before {
    content: "\f481";
}

.bi-mask::before {
    content: "\f482";
}

.bi-megaphone-fill::before {
    content: "\f483";
}

.bi-megaphone::before {
    content: "\f484";
}

.bi-menu-app-fill::before {
    content: "\f485";
}

.bi-menu-app::before {
    content: "\f486";
}

.bi-menu-button-fill::before {
    content: "\f487";
}

.bi-menu-button-wide-fill::before {
    content: "\f488";
}

.bi-menu-button-wide::before {
    content: "\f489";
}

.bi-menu-button::before {
    content: "\f48a";
}

.bi-menu-down::before {
    content: "\f48b";
}

.bi-menu-up::before {
    content: "\f48c";
}

.bi-mic-fill::before {
    content: "\f48d";
}

.bi-mic-mute-fill::before {
    content: "\f48e";
}

.bi-mic-mute::before {
    content: "\f48f";
}

.bi-mic::before {
    content: "\f490";
}

.bi-minecart-loaded::before {
    content: "\f491";
}

.bi-minecart::before {
    content: "\f492";
}

.bi-moisture::before {
    content: "\f493";
}

.bi-moon-fill::before {
    content: "\f494";
}

.bi-moon-stars-fill::before {
    content: "\f495";
}

.bi-moon-stars::before {
    content: "\f496";
}

.bi-moon::before {
    content: "\f497";
}

.bi-mouse-fill::before {
    content: "\f498";
}

.bi-mouse::before {
    content: "\f499";
}

.bi-mouse2-fill::before {
    content: "\f49a";
}

.bi-mouse2::before {
    content: "\f49b";
}

.bi-mouse3-fill::before {
    content: "\f49c";
}

.bi-mouse3::before {
    content: "\f49d";
}

.bi-music-note-beamed::before {
    content: "\f49e";
}

.bi-music-note-list::before {
    content: "\f49f";
}

.bi-music-note::before {
    content: "\f4a0";
}

.bi-music-player-fill::before {
    content: "\f4a1";
}

.bi-music-player::before {
    content: "\f4a2";
}

.bi-newspaper::before {
    content: "\f4a3";
}

.bi-node-minus-fill::before {
    content: "\f4a4";
}

.bi-node-minus::before {
    content: "\f4a5";
}

.bi-node-plus-fill::before {
    content: "\f4a6";
}

.bi-node-plus::before {
    content: "\f4a7";
}

.bi-nut-fill::before {
    content: "\f4a8";
}

.bi-nut::before {
    content: "\f4a9";
}

.bi-octagon-fill::before {
    content: "\f4aa";
}

.bi-octagon-half::before {
    content: "\f4ab";
}

.bi-octagon::before {
    content: "\f4ac";
}

.bi-option::before {
    content: "\f4ad";
}

.bi-outlet::before {
    content: "\f4ae";
}

.bi-paint-bucket::before {
    content: "\f4af";
}

.bi-palette-fill::before {
    content: "\f4b0";
}

.bi-palette::before {
    content: "\f4b1";
}

.bi-palette2::before {
    content: "\f4b2";
}

.bi-paperclip::before {
    content: "\f4b3";
}

.bi-paragraph::before {
    content: "\f4b4";
}

.bi-patch-check-fill::before {
    content: "\f4b5";
}

.bi-patch-check::before {
    content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
    content: "\f4b7";
}

.bi-patch-exclamation::before {
    content: "\f4b8";
}

.bi-patch-minus-fill::before {
    content: "\f4b9";
}

.bi-patch-minus::before {
    content: "\f4ba";
}

.bi-patch-plus-fill::before {
    content: "\f4bb";
}

.bi-patch-plus::before {
    content: "\f4bc";
}

.bi-patch-question-fill::before {
    content: "\f4bd";
}

.bi-patch-question::before {
    content: "\f4be";
}

.bi-pause-btn-fill::before {
    content: "\f4bf";
}

.bi-pause-btn::before {
    content: "\f4c0";
}

.bi-pause-circle-fill::before {
    content: "\f4c1";
}

.bi-pause-circle::before {
    content: "\f4c2";
}

.bi-pause-fill::before {
    content: "\f4c3";
}

.bi-pause::before {
    content: "\f4c4";
}

.bi-peace-fill::before {
    content: "\f4c5";
}

.bi-peace::before {
    content: "\f4c6";
}

.bi-pen-fill::before {
    content: "\f4c7";
}

.bi-pen::before {
    content: "\f4c8";
}

.bi-pencil-fill::before {
    content: "\f4c9";
}

.bi-pencil-square::before {
    content: "\f4ca";
}

.bi-pencil::before {
    content: "\f4cb";
}

.bi-pentagon-fill::before {
    content: "\f4cc";
}

.bi-pentagon-half::before {
    content: "\f4cd";
}

.bi-pentagon::before {
    content: "\f4ce";
}

.bi-people-fill::before {
    content: "\f4cf";
}

.bi-people::before {
    content: "\f4d0";
}

.bi-percent::before {
    content: "\f4d1";
}

.bi-person-badge-fill::before {
    content: "\f4d2";
}

.bi-person-badge::before {
    content: "\f4d3";
}

.bi-person-bounding-box::before {
    content: "\f4d4";
}

.bi-person-check-fill::before {
    content: "\f4d5";
}

.bi-person-check::before {
    content: "\f4d6";
}

.bi-person-circle::before {
    content: "\f4d7";
}

.bi-person-dash-fill::before {
    content: "\f4d8";
}

.bi-person-dash::before {
    content: "\f4d9";
}

.bi-person-fill::before {
    content: "\f4da";
}

.bi-person-lines-fill::before {
    content: "\f4db";
}

.bi-person-plus-fill::before {
    content: "\f4dc";
}

.bi-person-plus::before {
    content: "\f4dd";
}

.bi-person-square::before {
    content: "\f4de";
}

.bi-person-x-fill::before {
    content: "\f4df";
}

.bi-person-x::before {
    content: "\f4e0";
}

.bi-person::before {
    content: "\f4e1";
}

.bi-phone-fill::before {
    content: "\f4e2";
}

.bi-phone-landscape-fill::before {
    content: "\f4e3";
}

.bi-phone-landscape::before {
    content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
    content: "\f4e5";
}

.bi-phone-vibrate::before {
    content: "\f4e6";
}

.bi-phone::before {
    content: "\f4e7";
}

.bi-pie-chart-fill::before {
    content: "\f4e8";
}

.bi-pie-chart::before {
    content: "\f4e9";
}

.bi-pin-angle-fill::before {
    content: "\f4ea";
}

.bi-pin-angle::before {
    content: "\f4eb";
}

.bi-pin-fill::before {
    content: "\f4ec";
}

.bi-pin::before {
    content: "\f4ed";
}

.bi-pip-fill::before {
    content: "\f4ee";
}

.bi-pip::before {
    content: "\f4ef";
}

.bi-play-btn-fill::before {
    content: "\f4f0";
}

.bi-play-btn::before {
    content: "\f4f1";
}

.bi-play-circle-fill::before {
    content: "\f4f2";
}

.bi-play-circle::before {
    content: "\f4f3";
}

.bi-play-fill::before {
    content: "\f4f4";
}

.bi-play::before {
    content: "\f4f5";
}

.bi-plug-fill::before {
    content: "\f4f6";
}

.bi-plug::before {
    content: "\f4f7";
}

.bi-plus-circle-dotted::before {
    content: "\f4f8";
}

.bi-plus-circle-fill::before {
    content: "\f4f9";
}

.bi-plus-circle::before {
    content: "\f4fa";
}

.bi-plus-square-dotted::before {
    content: "\f4fb";
}

.bi-plus-square-fill::before {
    content: "\f4fc";
}

.bi-plus-square::before {
    content: "\f4fd";
}

.bi-plus::before {
    content: "\f4fe";
}

.bi-power::before {
    content: "\f4ff";
}

.bi-printer-fill::before {
    content: "\f500";
}

.bi-printer::before {
    content: "\f501";
}

.bi-puzzle-fill::before {
    content: "\f502";
}

.bi-puzzle::before {
    content: "\f503";
}

.bi-question-circle-fill::before {
    content: "\f504";
}

.bi-question-circle::before {
    content: "\f505";
}

.bi-question-diamond-fill::before {
    content: "\f506";
}

.bi-question-diamond::before {
    content: "\f507";
}

.bi-question-octagon-fill::before {
    content: "\f508";
}

.bi-question-octagon::before {
    content: "\f509";
}

.bi-question-square-fill::before {
    content: "\f50a";
}

.bi-question-square::before {
    content: "\f50b";
}

.bi-question::before {
    content: "\f50c";
}

.bi-rainbow::before {
    content: "\f50d";
}

.bi-receipt-cutoff::before {
    content: "\f50e";
}

.bi-receipt::before {
    content: "\f50f";
}

.bi-reception-0::before {
    content: "\f510";
}

.bi-reception-1::before {
    content: "\f511";
}

.bi-reception-2::before {
    content: "\f512";
}

.bi-reception-3::before {
    content: "\f513";
}

.bi-reception-4::before {
    content: "\f514";
}

.bi-record-btn-fill::before {
    content: "\f515";
}

.bi-record-btn::before {
    content: "\f516";
}

.bi-record-circle-fill::before {
    content: "\f517";
}

.bi-record-circle::before {
    content: "\f518";
}

.bi-record-fill::before {
    content: "\f519";
}

.bi-record::before {
    content: "\f51a";
}

.bi-record2-fill::before {
    content: "\f51b";
}

.bi-record2::before {
    content: "\f51c";
}

.bi-reply-all-fill::before {
    content: "\f51d";
}

.bi-reply-all::before {
    content: "\f51e";
}

.bi-reply-fill::before {
    content: "\f51f";
}

.bi-reply::before {
    content: "\f520";
}

.bi-rss-fill::before {
    content: "\f521";
}

.bi-rss::before {
    content: "\f522";
}

.bi-rulers::before {
    content: "\f523";
}

.bi-save-fill::before {
    content: "\f524";
}

.bi-save::before {
    content: "\f525";
}

.bi-save2-fill::before {
    content: "\f526";
}

.bi-save2::before {
    content: "\f527";
}

.bi-scissors::before {
    content: "\f528";
}

.bi-screwdriver::before {
    content: "\f529";
}

.bi-search::before {
    content: "\f52a";
}

.bi-segmented-nav::before {
    content: "\f52b";
}

.bi-server::before {
    content: "\f52c";
}

.bi-share-fill::before {
    content: "\f52d";
}

.bi-share::before {
    content: "\f52e";
}

.bi-shield-check::before {
    content: "\f52f";
}

.bi-shield-exclamation::before {
    content: "\f530";
}

.bi-shield-fill-check::before {
    content: "\f531";
}

.bi-shield-fill-exclamation::before {
    content: "\f532";
}

.bi-shield-fill-minus::before {
    content: "\f533";
}

.bi-shield-fill-plus::before {
    content: "\f534";
}

.bi-shield-fill-x::before {
    content: "\f535";
}

.bi-shield-fill::before {
    content: "\f536";
}

.bi-shield-lock-fill::before {
    content: "\f537";
}

.bi-shield-lock::before {
    content: "\f538";
}

.bi-shield-minus::before {
    content: "\f539";
}

.bi-shield-plus::before {
    content: "\f53a";
}

.bi-shield-shaded::before {
    content: "\f53b";
}

.bi-shield-slash-fill::before {
    content: "\f53c";
}

.bi-shield-slash::before {
    content: "\f53d";
}

.bi-shield-x::before {
    content: "\f53e";
}

.bi-shield::before {
    content: "\f53f";
}

.bi-shift-fill::before {
    content: "\f540";
}

.bi-shift::before {
    content: "\f541";
}

.bi-shop-window::before {
    content: "\f542";
}

.bi-shop::before {
    content: "\f543";
}

.bi-shuffle::before {
    content: "\f544";
}

.bi-signpost-2-fill::before {
    content: "\f545";
}

.bi-signpost-2::before {
    content: "\f546";
}

.bi-signpost-fill::before {
    content: "\f547";
}

.bi-signpost-split-fill::before {
    content: "\f548";
}

.bi-signpost-split::before {
    content: "\f549";
}

.bi-signpost::before {
    content: "\f54a";
}

.bi-sim-fill::before {
    content: "\f54b";
}

.bi-sim::before {
    content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
    content: "\f54d";
}

.bi-skip-backward-btn::before {
    content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
    content: "\f54f";
}

.bi-skip-backward-circle::before {
    content: "\f550";
}

.bi-skip-backward-fill::before {
    content: "\f551";
}

.bi-skip-backward::before {
    content: "\f552";
}

.bi-skip-end-btn-fill::before {
    content: "\f553";
}

.bi-skip-end-btn::before {
    content: "\f554";
}

.bi-skip-end-circle-fill::before {
    content: "\f555";
}

.bi-skip-end-circle::before {
    content: "\f556";
}

.bi-skip-end-fill::before {
    content: "\f557";
}

.bi-skip-end::before {
    content: "\f558";
}

.bi-skip-forward-btn-fill::before {
    content: "\f559";
}

.bi-skip-forward-btn::before {
    content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
    content: "\f55b";
}

.bi-skip-forward-circle::before {
    content: "\f55c";
}

.bi-skip-forward-fill::before {
    content: "\f55d";
}

.bi-skip-forward::before {
    content: "\f55e";
}

.bi-skip-start-btn-fill::before {
    content: "\f55f";
}

.bi-skip-start-btn::before {
    content: "\f560";
}

.bi-skip-start-circle-fill::before {
    content: "\f561";
}

.bi-skip-start-circle::before {
    content: "\f562";
}

.bi-skip-start-fill::before {
    content: "\f563";
}

.bi-skip-start::before {
    content: "\f564";
}

.bi-slack::before {
    content: "\f565";
}

.bi-slash-circle-fill::before {
    content: "\f566";
}

.bi-slash-circle::before {
    content: "\f567";
}

.bi-slash-square-fill::before {
    content: "\f568";
}

.bi-slash-square::before {
    content: "\f569";
}

.bi-slash::before {
    content: "\f56a";
}

.bi-sliders::before {
    content: "\f56b";
}

.bi-smartwatch::before {
    content: "\f56c";
}

.bi-snow::before {
    content: "\f56d";
}

.bi-snow2::before {
    content: "\f56e";
}

.bi-snow3::before {
    content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
    content: "\f570";
}

.bi-sort-alpha-down::before {
    content: "\f571";
}

.bi-sort-alpha-up-alt::before {
    content: "\f572";
}

.bi-sort-alpha-up::before {
    content: "\f573";
}

.bi-sort-down-alt::before {
    content: "\f574";
}

.bi-sort-down::before {
    content: "\f575";
}

.bi-sort-numeric-down-alt::before {
    content: "\f576";
}

.bi-sort-numeric-down::before {
    content: "\f577";
}

.bi-sort-numeric-up-alt::before {
    content: "\f578";
}

.bi-sort-numeric-up::before {
    content: "\f579";
}

.bi-sort-up-alt::before {
    content: "\f57a";
}

.bi-sort-up::before {
    content: "\f57b";
}

.bi-soundwave::before {
    content: "\f57c";
}

.bi-speaker-fill::before {
    content: "\f57d";
}

.bi-speaker::before {
    content: "\f57e";
}

.bi-speedometer::before {
    content: "\f57f";
}

.bi-speedometer2::before {
    content: "\f580";
}

.bi-spellcheck::before {
    content: "\f581";
}

.bi-square-fill::before {
    content: "\f582";
}

.bi-square-half::before {
    content: "\f583";
}

.bi-square::before {
    content: "\f584";
}

.bi-stack::before {
    content: "\f585";
}

.bi-star-fill::before {
    content: "\f586";
}

.bi-star-half::before {
    content: "\f587";
}

.bi-star::before {
    content: "\f588";
}

.bi-stars::before {
    content: "\f589";
}

.bi-stickies-fill::before {
    content: "\f58a";
}

.bi-stickies::before {
    content: "\f58b";
}

.bi-sticky-fill::before {
    content: "\f58c";
}

.bi-sticky::before {
    content: "\f58d";
}

.bi-stop-btn-fill::before {
    content: "\f58e";
}

.bi-stop-btn::before {
    content: "\f58f";
}

.bi-stop-circle-fill::before {
    content: "\f590";
}

.bi-stop-circle::before {
    content: "\f591";
}

.bi-stop-fill::before {
    content: "\f592";
}

.bi-stop::before {
    content: "\f593";
}

.bi-stoplights-fill::before {
    content: "\f594";
}

.bi-stoplights::before {
    content: "\f595";
}

.bi-stopwatch-fill::before {
    content: "\f596";
}

.bi-stopwatch::before {
    content: "\f597";
}

.bi-subtract::before {
    content: "\f598";
}

.bi-suit-club-fill::before {
    content: "\f599";
}

.bi-suit-club::before {
    content: "\f59a";
}

.bi-suit-diamond-fill::before {
    content: "\f59b";
}

.bi-suit-diamond::before {
    content: "\f59c";
}

.bi-suit-heart-fill::before {
    content: "\f59d";
}

.bi-suit-heart::before {
    content: "\f59e";
}

.bi-suit-spade-fill::before {
    content: "\f59f";
}

.bi-suit-spade::before {
    content: "\f5a0";
}

.bi-sun-fill::before {
    content: "\f5a1";
}

.bi-sun::before {
    content: "\f5a2";
}

.bi-sunglasses::before {
    content: "\f5a3";
}

.bi-sunrise-fill::before {
    content: "\f5a4";
}

.bi-sunrise::before {
    content: "\f5a5";
}

.bi-sunset-fill::before {
    content: "\f5a6";
}

.bi-sunset::before {
    content: "\f5a7";
}

.bi-symmetry-horizontal::before {
    content: "\f5a8";
}

.bi-symmetry-vertical::before {
    content: "\f5a9";
}

.bi-table::before {
    content: "\f5aa";
}

.bi-tablet-fill::before {
    content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
    content: "\f5ac";
}

.bi-tablet-landscape::before {
    content: "\f5ad";
}

.bi-tablet::before {
    content: "\f5ae";
}

.bi-tag-fill::before {
    content: "\f5af";
}

.bi-tag::before {
    content: "\f5b0";
}

.bi-tags-fill::before {
    content: "\f5b1";
}

.bi-tags::before {
    content: "\f5b2";
}

.bi-telegram::before {
    content: "\f5b3";
}

.bi-telephone-fill::before {
    content: "\f5b4";
}

.bi-telephone-forward-fill::before {
    content: "\f5b5";
}

.bi-telephone-forward::before {
    content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
    content: "\f5b7";
}

.bi-telephone-inbound::before {
    content: "\f5b8";
}

.bi-telephone-minus-fill::before {
    content: "\f5b9";
}

.bi-telephone-minus::before {
    content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
    content: "\f5bb";
}

.bi-telephone-outbound::before {
    content: "\f5bc";
}

.bi-telephone-plus-fill::before {
    content: "\f5bd";
}

.bi-telephone-plus::before {
    content: "\f5be";
}

.bi-telephone-x-fill::before {
    content: "\f5bf";
}

.bi-telephone-x::before {
    content: "\f5c0";
}

.bi-telephone::before {
    content: "\f5c1";
}

.bi-terminal-fill::before {
    content: "\f5c2";
}

.bi-terminal::before {
    content: "\f5c3";
}

.bi-text-center::before {
    content: "\f5c4";
}

.bi-text-indent-left::before {
    content: "\f5c5";
}

.bi-text-indent-right::before {
    content: "\f5c6";
}

.bi-text-left::before {
    content: "\f5c7";
}

.bi-text-paragraph::before {
    content: "\f5c8";
}

.bi-text-right::before {
    content: "\f5c9";
}

.bi-textarea-resize::before {
    content: "\f5ca";
}

.bi-textarea-t::before {
    content: "\f5cb";
}

.bi-textarea::before {
    content: "\f5cc";
}

.bi-thermometer-half::before {
    content: "\f5cd";
}

.bi-thermometer-high::before {
    content: "\f5ce";
}

.bi-thermometer-low::before {
    content: "\f5cf";
}

.bi-thermometer-snow::before {
    content: "\f5d0";
}

.bi-thermometer-sun::before {
    content: "\f5d1";
}

.bi-thermometer::before {
    content: "\f5d2";
}

.bi-three-dots-vertical::before {
    content: "\f5d3";
}

.bi-three-dots::before {
    content: "\f5d4";
}

.bi-toggle-off::before {
    content: "\f5d5";
}

.bi-toggle-on::before {
    content: "\f5d6";
}

.bi-toggle2-off::before {
    content: "\f5d7";
}

.bi-toggle2-on::before {
    content: "\f5d8";
}

.bi-toggles::before {
    content: "\f5d9";
}

.bi-toggles2::before {
    content: "\f5da";
}

.bi-tools::before {
    content: "\f5db";
}

.bi-tornado::before {
    content: "\f5dc";
}

.bi-trash-fill::before {
    content: "\f5dd";
}

.bi-trash::before {
    content: "\f5de";
}

.bi-trash2-fill::before {
    content: "\f5df";
}

.bi-trash2::before {
    content: "\f5e0";
}

.bi-tree-fill::before {
    content: "\f5e1";
}

.bi-tree::before {
    content: "\f5e2";
}

.bi-triangle-fill::before {
    content: "\f5e3";
}

.bi-triangle-half::before {
    content: "\f5e4";
}

.bi-triangle::before {
    content: "\f5e5";
}

.bi-trophy-fill::before {
    content: "\f5e6";
}

.bi-trophy::before {
    content: "\f5e7";
}

.bi-tropical-storm::before {
    content: "\f5e8";
}

.bi-truck-flatbed::before {
    content: "\f5e9";
}

.bi-truck::before {
    content: "\f5ea";
}

.bi-tsunami::before {
    content: "\f5eb";
}

.bi-tv-fill::before {
    content: "\f5ec";
}

.bi-tv::before {
    content: "\f5ed";
}

.bi-twitch::before {
    content: "\f5ee";
}

.bi-twitter::before {
    content: "\f5ef";
}

.bi-type-bold::before {
    content: "\f5f0";
}

.bi-type-h1::before {
    content: "\f5f1";
}

.bi-type-h2::before {
    content: "\f5f2";
}

.bi-type-h3::before {
    content: "\f5f3";
}

.bi-type-italic::before {
    content: "\f5f4";
}

.bi-type-strikethrough::before {
    content: "\f5f5";
}

.bi-type-underline::before {
    content: "\f5f6";
}

.bi-type::before {
    content: "\f5f7";
}

.bi-ui-checks-grid::before {
    content: "\f5f8";
}

.bi-ui-checks::before {
    content: "\f5f9";
}

.bi-ui-radios-grid::before {
    content: "\f5fa";
}

.bi-ui-radios::before {
    content: "\f5fb";
}

.bi-umbrella-fill::before {
    content: "\f5fc";
}

.bi-umbrella::before {
    content: "\f5fd";
}

.bi-union::before {
    content: "\f5fe";
}

.bi-unlock-fill::before {
    content: "\f5ff";
}

.bi-unlock::before {
    content: "\f600";
}

.bi-upc-scan::before {
    content: "\f601";
}

.bi-upc::before {
    content: "\f602";
}

.bi-upload::before {
    content: "\f603";
}

.bi-vector-pen::before {
    content: "\f604";
}

.bi-view-list::before {
    content: "\f605";
}

.bi-view-stacked::before {
    content: "\f606";
}

.bi-vinyl-fill::before {
    content: "\f607";
}

.bi-vinyl::before {
    content: "\f608";
}

.bi-voicemail::before {
    content: "\f609";
}

.bi-volume-down-fill::before {
    content: "\f60a";
}

.bi-volume-down::before {
    content: "\f60b";
}

.bi-volume-mute-fill::before {
    content: "\f60c";
}

.bi-volume-mute::before {
    content: "\f60d";
}

.bi-volume-off-fill::before {
    content: "\f60e";
}

.bi-volume-off::before {
    content: "\f60f";
}

.bi-volume-up-fill::before {
    content: "\f610";
}

.bi-volume-up::before {
    content: "\f611";
}

.bi-vr::before {
    content: "\f612";
}

.bi-wallet-fill::before {
    content: "\f613";
}

.bi-wallet::before {
    content: "\f614";
}

.bi-wallet2::before {
    content: "\f615";
}

.bi-watch::before {
    content: "\f616";
}

.bi-water::before {
    content: "\f617";
}

.bi-whatsapp::before {
    content: "\f618";
}

.bi-wifi-1::before {
    content: "\f619";
}

.bi-wifi-2::before {
    content: "\f61a";
}

.bi-wifi-off::before {
    content: "\f61b";
}

.bi-wifi::before {
    content: "\f61c";
}

.bi-wind::before {
    content: "\f61d";
}

.bi-window-dock::before {
    content: "\f61e";
}

.bi-window-sidebar::before {
    content: "\f61f";
}

.bi-window::before {
    content: "\f620";
}

.bi-wrench::before {
    content: "\f621";
}

.bi-x-circle-fill::before {
    content: "\f622";
}

.bi-x-circle::before {
    content: "\f623";
}

.bi-x-diamond-fill::before {
    content: "\f624";
}

.bi-x-diamond::before {
    content: "\f625";
}

.bi-x-octagon-fill::before {
    content: "\f626";
}

.bi-x-octagon::before {
    content: "\f627";
}

.bi-x-square-fill::before {
    content: "\f628";
}

.bi-x-square::before {
    content: "\f629";
}

.bi-x::before {
    content: "\f62a";
}

.bi-youtube::before {
    content: "\f62b";
}

.bi-zoom-in::before {
    content: "\f62c";
}

.bi-zoom-out::before {
    content: "\f62d";
}

.bi-bank::before {
    content: "\f62e";
}

.bi-bank2::before {
    content: "\f62f";
}

.bi-bell-slash-fill::before {
    content: "\f630";
}

.bi-bell-slash::before {
    content: "\f631";
}

.bi-cash-coin::before {
    content: "\f632";
}

.bi-check-lg::before {
    content: "\f633";
}

.bi-coin::before {
    content: "\f634";
}

.bi-currency-bitcoin::before {
    content: "\f635";
}

.bi-currency-dollar::before {
    content: "\f636";
}

.bi-currency-euro::before {
    content: "\f637";
}

.bi-currency-exchange::before {
    content: "\f638";
}

.bi-currency-pound::before {
    content: "\f639";
}

.bi-currency-yen::before {
    content: "\f63a";
}

.bi-dash-lg::before {
    content: "\f63b";
}

.bi-exclamation-lg::before {
    content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
    content: "\f63d";
}

.bi-file-earmark-pdf::before {
    content: "\f63e";
}

.bi-file-pdf-fill::before {
    content: "\f63f";
}

.bi-file-pdf::before {
    content: "\f640";
}

.bi-gender-ambiguous::before {
    content: "\f641";
}

.bi-gender-female::before {
    content: "\f642";
}

.bi-gender-male::before {
    content: "\f643";
}

.bi-gender-trans::before {
    content: "\f644";
}

.bi-headset-vr::before {
    content: "\f645";
}

.bi-info-lg::before {
    content: "\f646";
}

.bi-mastodon::before {
    content: "\f647";
}

.bi-messenger::before {
    content: "\f648";
}

.bi-piggy-bank-fill::before {
    content: "\f649";
}

.bi-piggy-bank::before {
    content: "\f64a";
}

.bi-pin-map-fill::before {
    content: "\f64b";
}

.bi-pin-map::before {
    content: "\f64c";
}

.bi-plus-lg::before {
    content: "\f64d";
}

.bi-question-lg::before {
    content: "\f64e";
}

.bi-recycle::before {
    content: "\f64f";
}

.bi-reddit::before {
    content: "\f650";
}

.bi-safe-fill::before {
    content: "\f651";
}

.bi-safe2-fill::before {
    content: "\f652";
}

.bi-safe2::before {
    content: "\f653";
}

.bi-sd-card-fill::before {
    content: "\f654";
}

.bi-sd-card::before {
    content: "\f655";
}

.bi-skype::before {
    content: "\f656";
}

.bi-slash-lg::before {
    content: "\f657";
}

.bi-translate::before {
    content: "\f658";
}

.bi-x-lg::before {
    content: "\f659";
}

.bi-safe::before {
    content: "\f65a";
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    height: 100%;
}

main {
    box-sizing: border-box;
    padding: 0 0 218px;
    position: relative;
    min-height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-family: 'ssdlbold';
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

table tr td {
    padding: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 87%);
    font-family: 'ssdlbook';
}

.table-striped>tbody>tr:nth-of-type(even) {
    background: rgba(0, 147, 221, 5%);
}

table.dataTable.table-striped>tbody>tr.odd {
    background: rgba(0, 147, 221, 15%);
}

table.dataTable tr td {
    vertical-align: middle;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0px;
}

table#order-history-table .usa-round-button {
    border-radius: 20px;
    width: 86px;
    margin: 10px 0px;
    height: 26px;
}

table#order-history-table tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 12%);
}

table.dataTable tr th {
    font-family: 'ssdlbold';
}

.w-md-25 {
    width: 40% !important;
}

.w-md-50 {
    width: 50% !important;
}

div#WurthusaShippingAddressForm_shippingAddressState-error {
    line-height: 1.8rem;
}

span.wusa-recent-image {
    height: 60px;
    width: 60px;
    display: block;
}

.form-label {
    font-family: 'ssdlbook';
}

table#wishListTable tr td {
    padding: 0px 10px;
}

input#fileChooser {
    padding: 10px 0px 0px 15px;
}

table#wurthExpressOrderManual {
    border-collapse: inherit;
}

label.payment-label {
    font-family: 'ssdlbook';
}

iframe#tokencard_Number {
    width: 105% !important;
    line-height: 1.33 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    height: 230px;
    margin-top: -1px;
}

iframe input#ccnumfield {
    height: 45px !important;
}

span.wurthusa-text {
    font-family: 'ssdlbold';
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

.col-md-6.col-lg-7.pdp-img {
    padding-left: 20px;
    padding-right: 20px;
}

#addToCartConfirmationLayer1 {
    box-sizing: border-box;
}

#homepage_slider {
    position: relative;
}

.register-content {
    padding: 10px 20px;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    background-color: rgba(0,147,221, 10%);
    font-size: 16px;
}

.wusa-bold {
    font-family: 'ssdlbold';
}

.reset ul li {
    list-style: inside;
}

#WurthRegistrationBasicInfoForm select {
    margin-bottom: 10px;
    width: 100% !important;
}

.aqaHideElement {
    overflow: hidden;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: "(" attr(href) ")";
    }

    abbr[title]:after {
        content: "(" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../font/glyphicons-halflings-regular.eot');
    src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #3c3c3c;
    background-color: #ffffff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #082C76;
    text-decoration: none;
}

a:hover, a:focus {
    color: #082C76;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media(min-width: 640px) {
    .lead {
        font-size:21px;
    }
}

small, .small {
    font-size: 92%;
}

cite {
    font-style: normal;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

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

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #082C76;
}

a.text-primary:hover {
    color: #004a80;
}

.text-success {
    color: #3e5983;
}

a.text-success:hover {
    color: #2e4160;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #3c3c3c;
}

a.text-danger:hover {
    color: #232323;
}

.bg-primary {
    color: #fff;
    background-color: #082C76;
}

a.bg-primary:hover {
    background-color: #004a80;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media(min-width: 640px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before, blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 0;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media(min-width: 640px) {
    .container {
        width:100%;
    }
}

@media(min-width: 1024px) {
    .container {
        width:1024px;
    }
}

@media(min-width: 1400px) {
    .container {
        width:1400px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media(min-width: 640px) {
    .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 {
        float:left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: 2%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media(min-width: 1024px) {
    .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 {
        float:left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media(min-width: 1400px) {
    .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 {
        float:left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #3c3c3c;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #3c3c3c;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #082C76;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 104, 179, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 104, 179, 0.6);
}

.form-control::-moz-placeholder {
    color: #777777;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #777777;
}

.form-control::-webkit-input-placeholder {
    color: #777777;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 32px;
    line-height: 1.42857143 \0;
}

input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
    line-height: 31px;
}

input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
    line-height: 42px;
}

.form-group {
    margin-bottom: 3px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm {
    height: 31px;
    line-height: 31px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 42px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
}

select.input-lg {
    height: 42px;
    line-height: 42px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 40px;
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.input-lg+.form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.input-sm+.form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3e5983;
}

.has-success .form-control {
    border-color: #3e5983;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2e4160;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6d8bba;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6d8bba;
}

.has-success .input-group-addon {
    color: #3e5983;
    border-color: #3e5983;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3e5983;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #3c3c3c;
}

.has-error .form-control {
    border-color: #3c3c3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #232323;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6f6f6f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6f6f6f;
}

.has-error .input-group-addon {
    color: #3c3c3c;
    border-color: #3c3c3c;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #3c3c3c;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    padding-top: 3px;
}

@media(min-width: 640px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

@media(min-width: 640px) {
    .form-horizontal .control-label {
        text-align:right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 10px;
}

@media(min-width: 640px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:14.3px;
    }
}

@media(min-width: 640px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus {
    color: #ffffff;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity = 65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #ffffff;
    background-color: #929292;
    border-color: #929292;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #797979;
    border-color: #737373;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #929292;
    border-color: #929292;
}

.btn-default .badge {
    color: #929292;
    background-color: #ffffff;
}

.btn-primary {
    color: #ffffff;
    background-color: #082C76;
    border-color: #082C76;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #004a80;
    border-color: #004476;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #082C76;
    border-color: #082C76;
}

.btn-primary .badge {
    color: #082C76;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #082C76;
    border-color: #082C76;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #082C76;
    background-color: #ffffff;
    border-color: #082C76;
}

.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #cccccc;
    border-color: transparent;
}

.btn-success .badge {
    color: #cccccc;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #000000;
    border-color: transparent;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #000000;
    border-color: rgba(0, 0, 0, 0);
}

.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #000000;
    border-color: transparent;
}

.btn-info .badge {
    color: #000000;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: transparent;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: rgba(0, 0, 0, 0);
}

.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: transparent;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: transparent;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0);
}

.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: transparent;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-link {
    color: #082C76;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #003c66;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #082C76;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media(min-width: 640px) {
    .navbar-right .dropdown-menu {
        left:auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {
    outline: 0;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child) >.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.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-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child) >.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child) >.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child) >.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child) >.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity = 0);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 42px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 42px;
    line-height: 42px;
}

textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 31px;
    line-height: 31px;
}

textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #3c3c3c;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0;
}

.input-group-addon.input-lg {
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 0;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child) >.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child) >.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #777777;
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: #eaeaea;
    cursor: not-allowed;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #082C76;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    background-color: #eaeaea;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #eaeaea;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media(min-width: 640px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media(min-width: 640px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #dddddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 0;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #082C76;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media(min-width: 640px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media(min-width: 640px) {
    .nav-tabs-justified>li>a {
        border-bottom:1px solid #dddddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media(min-width: 640px) {
    .navbar {
        border-radius:0;
    }
}

@media(min-width: 640px) {
    .navbar-header {
        float:left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media(min-width: 640px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

.addtocart.wusa-addtocart {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 60%;
}

#addToCartLayer {
    box-sizing: border-box;
}

#addToShoppingListContainer {
    box-sizing: border-box;
}

#createWishlistContainer {
    box-sizing: border-box;
}

@media(max-width: 480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height:200px;
    }
}

@media(max-width: 480px) {
    .addtocart.wusa-addtocart {
        position:inherit;
        right: 0px;
        top: 0px;
        width: 100%;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
}

@media(min-width: 640px) {
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right:0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media(min-width: 640px) {
    .navbar-static-top {
        border-radius:0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media(min-width: 640px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius:0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

@media(min-width: 640px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left:-10px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media(min-width: 640px) {
    .navbar-toggle {
        display:none;
    }
}

.navbar-nav {
    margin: 7.5px -10px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media(max-width: 639px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media(min-width: 640px) {
    .navbar-nav {
        float:left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -10px;
    }
}

@media(min-width: 640px) {
    .navbar-left {
        float:left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 9px;
    margin-bottom: 9px;
}

@media(min-width: 640px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group>.form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media(max-width: 639px) {
    .navbar-form .form-group {
        margin-bottom:5px;
    }
}

@media(min-width: 640px) {
    .navbar-form {
        width:auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -10px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px;
}

.navbar-btn.btn-sm {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(min-width: 640px) {
    .navbar-text {
        float:left;
        margin-left: 10px;
        margin-right: 10px;
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777777;
}

.navbar-default .navbar-nav>li>a {
    color: #777777;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #333333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media(max-width: 639px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-default .btn-link {
    color: #777777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #777777;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #777777;
}

.navbar-inverse .navbar-nav>li>a {
    color: #777777;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #ffffff;
}

@media(max-width: 639px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #777777;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.navbar-inverse .btn-link {
    color: #777777;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
}

.breadcrumb {
    padding: 5px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: #d9d9d9;
    border-radius: 0;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #3c3c3c;
}

.breadcrumb>.active {
    color: #3c3c3c;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 0;
}

.pagination>li {
    display: inline;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #082C76;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-left: -1px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #a6a6a6;
    border-color: #dddddd;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #a6a6a6;
    background-color: #082C76;
    border-color: #082C76;
    cursor: default;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #a6a6a6;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 15px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-lg>li>a, .pagination-lg>li>span {
    line-height: 10px;
    width: 15px;
    padding: 0;
    font-size: 18px;
    text-align: center;
}

.pagination-lg>li.pagination-prev>a, .pagination-lg>li.pagination-prev>span {
    margin-right: 5px;
    width: 15px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg>li.pagination-next>a, .pagination-lg>li.pagination-next>span {
    margin-left: 5px;
    width: 15px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 13px;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    line-height: 5px;
    width: 10px;
    padding: 0;
    font-size: 13px;
    text-align: center;
}

.pagination-sm>li.pagination-prev>a, .pagination-sm>li.pagination-prev>span {
    margin-right: 3.33333333px;
    width: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm>li.pagination-next>a, .pagination-sm>li.pagination-next>span {
    margin-left: 3.33333333px;
    width: 10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.pager .next>a, .pager .next>span {
    float: right;
}

.pager .previous>a, .pager .previous>span {
    float: left;
}

.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #a6a6a6;
    background-color: #ffffff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #929292;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover, a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #082C76;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #004a80;
}

.label-success {
    background-color: #cccccc;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #000000;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #000000;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 0px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: 5px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #082C76;
    background-color: #ffffff;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron {
    border-radius: 0;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 640px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumbnail>img, .thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #082C76;
}

.thumbnail .caption {
    padding: 9px;
    color: #3c3c3c;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p, .alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3e5983;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2e4160;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #3c3c3c;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #232323;
}

@ -webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px0;
    }

    to {
        background-position: 0 0;
    }
}

@ keyframes progress-bar-stripes {
    from {
        background-position: 40px0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #082C76;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    color: #777777;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #000000;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom:1;}

.media, .media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

a.list-group-item {
    color: #555555;
}

a.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #082C76;
    border-color: #082C76;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #80caff;
}

.list-group-item-success {
    color: #3e5983;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3e5983;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3e5983;
    background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3e5983;
    border-color: #3e5983;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #3c3c3c;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #3c3c3c;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #3c3c3c;
    background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-wurth {
    border-color: #082C76;
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-heading {
    color: #fff;
    background-color: #082C76;
    border-color: #082C76;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

.panel-title>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1;
}

.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
    border-top: 1px solid #e5e5e5;
}

.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f2f4f7;
    border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd;
}

.panel-default>.panel-heading .badge {
    color: #f2f4f7;
    background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #082C76;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #082C76;
    border-color: #082C76;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #082C76;
}

.panel-primary>.panel-heading .badge {
    color: #082C76;
    background-color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #082C76;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3e5983;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3e5983;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #3c3c3c;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #3c3c3c;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 0;
}

.well-sm {
    padding: 9px;
    border-radius: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

.close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity = 0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.modal-header {
    padding: 15px;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media(min-width: 640px) {
    .modal-dialog.wusa-address-box {
        width:800px !important;
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media(min-width: 1024px) {
    .modal-lg {
        width:900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: inline-block;
    visibility: visible;
    font-size: 10px;
    line-height: 1.4;
    opacity: 5;
    filter: alpha(opacity = 0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

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

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 1;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 640px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after, .tabs .tabs-list:before, .tabs .tabs-list:after, .no-space .row:before, .no-space .row:after, #cboxLoadedContent .modal-actions:before, #cboxLoadedContent .modal-actions:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after, .tabs .tabs-list:after, .no-space .row:after, #cboxLoadedContent .modal-actions:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@ -ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media(max-width: 639px) {
    .visible-xs {
        display:block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media(max-width: 639px) {
    .visible-xs-block {
        display:block !important;
    }
}

@media(max-width: 639px) {
    .visible-xs-inline {
        display:inline !important;
    }
}

@media(max-width: 639px) {
    .visible-xs-inline-block {
        display:inline-block !important;
    }
}

@media(min-width: 640px) and (max-width:1023px) {
    .visible-sm {
        display:block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }

    span.nav-btns {
        padding-bottom: 10px;
    }
}

@media(min-width: 640px) and (max-width:1023px) {
    .visible-sm-block {
        display:block !important;
    }
}

@media(min-width: 640px) and (max-width:1023px) {
    .visible-sm-inline {
        display:inline !important;
    }
}

@media(min-width: 640px) and (max-width:1023px) {
    .visible-sm-inline-block {
        display:inline-block !important;
    }
}

@media(min-width: 1024px) and (max-width:1399px) {
    .visible-md {
        display:block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media(min-width: 1024px) and (max-width:1399px) {
    .visible-md-block {
        display:block !important;
    }
}

@media(min-width: 1024px) and (max-width:1399px) {
    .visible-md-inline {
        display:inline !important;
    }
}

@media(min-width: 1024px) and (max-width:1399px) {
    .visible-md-inline-block {
        display:inline-block !important;
    }
}

@media(min-width: 1400px) {
    .visible-lg {
        display:block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media(min-width: 1400px) {
    .visible-lg-block {
        display:block !important;
    }
}

@media(min-width: 1400px) {
    .visible-lg-inline {
        display:inline !important;
    }
}

@media(min-width: 1400px) {
    .visible-lg-inline-block {
        display:inline-block !important;
    }
}

@media(max-width: 639px) {
    .hidden-xs {
        display:none !important;
    }
}

@media(min-width: 640px) and (max-width:1023px) {
    .hidden-sm {
        display:none !important;
    }
}

@media(min-width: 1024px) and (max-width:1399px) {
    .hidden-md {
        display:none !important;
    }
}

@media(min-width: 1400px) {
    .hidden-lg {
        display:none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);
}

.ui-front {
    z-index: 100;
    position: relative;
}

.ui-menu-item a .thumb {
    width: 45px;
    height: 45px;
}

.ui-menu-item.thumb img {
    height: 45px;
    width: inherit;
}

.owl-wrapper .item .thumb img {
    padding: 15px;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background: #ffffff;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
    box-shadow: 4px 4px 15px 0px #00000040;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

ul.ui-autocomplete li:hover {
    background: #ffffff;
}

ul.links li a:focus {
    text-decoration: none;
}

ul#ui-id-1 li:hover {
    background: #fff;
}

.page-wurthusaOrderHistoryDetailPage .pagination-bar-results {
    display: none;
}

.wusa-capital {
    text-transform: uppercase;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity = 25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-datepicker {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    color: #3c3c3c;
}

.ui-datepicker .ui-datepicker-header {
    color: #3c3c3c;
    background-color: transparent;
    border: none;
    font-weight: bold;
}

.ui-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    color: #082C76;
    cursor: pointer;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 15px;
    line-height: 1;
    margin-top: 5px;
    width: 30px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
    float: left;
    text-align: left;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\e079";
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
    float: right;
    text-align: right;
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\e080";
}

.ui-datepicker .ui-icon {
    display: none;
}

.ui-widget-header .ui-datepicker-prev-hover.ui-state-hover, .ui-widget-header .ui-datepicker-next-hover.ui-state-hover {
    border: 0 none;
    background: transparent;
    color: #082C76;
    top: 2px;
}

.ui-datepicker th {
    font-weight: 400;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #f2f2f2;
    text-align: center;
    color: #3c3c3c;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #929292;
    color: #ffffff;
    border-color: #929292;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: inherit;
    color: #ffffff;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity = 70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity = 35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity = 35);
}

body {
    overflow-x: hidden;
    position: relative;
}

body.offcanvas {
    overflow-y: hidden;
}

button {
    font-weight: bold;
}

.btn {
    border-radius: 4px !important;
}

ul, ol {
    padding-left: 15px;
}

@media(max-width: 1023px) {
    .form-control {
        height:40px;
        padding: 10px 15px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 0;
        font-size: 14px;
    }

    select.form-control {
        height: 42px;
    }

    textarea.form-control, select[multiple].form-control {
        height: auto;
    }
}

option {
    font-size: 0.875em;
    line-height: 18px;
    padding: 6px 13px;
    width: 100%;
}

a, button {
    color: #082C76;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
    color: #082C76;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #3c3c3c;
}

.open>.dropdown-menu {
    padding: 15px 0 0 0;
}

.dropdown-menu li {
    margin-top: 3px;
}

.dropdown-menu li:first-child {
    margin-top: 0px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 25px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #3c3c3c;
    white-space: nowrap;
}

.page-title {
    margin-bottom: 30px;
}

@media(min-width: 640px) {
    .item-label, .item-value {
        display:block;
    }

    .well .item-action {
        float: right;
    }
}

@media(max-width: 639px) {
    .item-label, .item-value {
        display:inline-block;
        line-height: 20px;
        vertical-align: top;
        width: 49%;
    }

    .item-value {
        padding-left: 10px;
    }

    .item-action {
        margin-top: 20px;
    }
}

.item-label {
    text-transform: uppercase;
    font-weight: 300;
}

.item-value {
    font-size: 18px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f2f4f7;
    border: none;
    border-bottom: 1px solid #919191;
    padding: 10px 15px;
    margin: 0;
}

.well:before, .well:after {
    content: " ";
    display: table;
}

.well:after {
    clear: both;
}

.well:before, .well:after {
    content: " ";
    display: table;
}

.well:after {
    clear: both;
}

.well.well-sm {
    padding: 10px 20px;
}

.well.well-lg {
    padding: 45px 15px 35px;
}

.well.well-primary {
    background-color: #082C76;
    color: #ffffff;
}

.well.well-secondary {
    background-color: #e6f5ff;
    color: #3c3c3c;
}

.well.well-tertiary {
    color: #082C76;
}

.well.well-tertiary .item-label {
    color: #082C76;
    font-weight: 600;
}

.well.well-tertiary .item-value {
    color: #333;
}

.well.well-tertiary .item-value a {
    color: #fff;
    text-decoration: underline;
}

.well.well-quaternary {
    background-color: #f2f2f2;
    color: #3c3c3c;
}

.well-headline {
    text-transform: uppercase;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #919191;
    padding: 5px 25px 15px;
}

.well-headline-sub {
    font-weight: 400;
    padding-left: 10px;
}

.well-single-headline {
    padding-bottom: 0;
    border-bottom: 0;
    background-color: #082C76;
    color: #f4f4f4 !important;
}

.well-content {
    padding-top: 40px;
    padding-bottom: 20px;
}

.well-content:before, .well-content:after {
    content: " ";
    display: table;
}

.well-content:after {
    clear: both;
}

.well-content:before, .well-content:after {
    content: " ";
    display: table;
}

.well-content:after {
    clear: both;
}

.well>.col-no-padding {
    padding-left: 0;
    padding-right: 0;
}

@media(max-width: 639px) {
    .well {
        margin-left:-10px;
        margin-right: -10px;
    }

    .well, .well.well-lg {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width: 1023px) {
    body.offcanvas {
        max-height:100vh;
    }

    main {
        -webkit-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .container {
        width: 100%;
    }

    textarea.form-control, select[multiple].form-control {
        height: auto;
    }
}

.main-footer {
    color: #ffffff;
    font-weight: 300;
    bottom: 0;
    width: 100%;
    height: 208px;
    left: 0;
    position: absolute;
}

.main-footer>.container {
    padding-left: 10px;
    padding-right: 10px;
}

.main-footer a {
    color: #000000;
    font-size: 16px;
}

.main-footer .form-group {
    margin-bottom: 0;
}

.main-footer .footer-dropdown {
    padding: 0;
}

.main-footer select.form-control {
    padding: 2px 13px;
}

.main-footer .links {
    text-align: center;
}

.main-footer .links ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    width: 100%;
}

.main-footer .links ul li {
    margin-bottom: 2px;
}

.main-footer .social-links {
    padding: 0px 0px 30px;
}

.main-footer .social-links ul {
    display: inline-block;
    margin: 0px;
    width: 100%;
    padding: 0;
}

.main-footer .social-links ul li {
    float: left;
    width: 50%;
    display: inline-block;
}

.main-footer .social-links ul li:last-child {
    margin-right: 0;
}

.main-footer .form-control {
    cursor: pointer;
    padding: 7px 10px;
    height: 26px;
    line-height: 20px;
    font-size: 14px;
    background-color: #ffffff;
    color: #082C76;
}

.main-footer .form-control option {
    background-color: #ffffff;
}

.main-footer .form-control:focus::-ms-value {
    background-color: #142939;
}

.main-footer .copyright {
    background: #ffffff;
    padding: 25px 0;
    color: #3c3c3c;
    text-align: center;
}

#lang-form {
    width: 45%;
    float: left;
}

#currency-form {
    width: 45%;
    float: right;
}

.offcanvasNoBorder {
    border-bottom: 0;
}

@media(max-width: 1023px) {
    .main-footer>.container, .main-footer .no-space>.container {
        padding-top:30px;
    }

    .main-footer .container-fluid {
        padding: 16px 0;
    }

    .main-footer .footer-right {
        border-top: 1px solid #FFFFFF;
        padding: 30px 16px 60px;
        margin-top: 25px;
    }
}

@media(min-width: 640px) {
    .main-footer>.container, .main-footer .no-space>.container {
        padding-top:45px;
        padding-bottom: 5px;
    }

    .main-footer a {
        color: #000000;
    }

    .main-footer .links {
        text-align: left;
    }

    .main-footer .social-links ul li::last-child {
        margin-right: 0;
    }

    .main-footer .form-group {
        margin-bottom: 0;
    }

    .main-footer .footer-dropdown {
        padding: 0px 0px 30px;
    }
}

@media(min-width: 1024px) {
    .main-footer>.container, .main-footer .no-space>.container {
        padding:45px 0;
    }

    .main-footer .footer-right {
        padding: 0px 10px 0 0;
    }

    .main-footer .footer-right {
        border: none;
        margin: 0;
        padding: 0px 10px 0 0;
    }

    .main-footer .social-links {
        padding: 0px 0px 30px;
    }
}

@media(min-width: 640px) and (max-width:1023px) {
    .footer-left {
        padding:0;
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav *>li {
    position: relative;
    display: block;
}

.nav *>li *>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav *>li:hover, .nav *>li:focus {
    text-decoration: none;
    background-color: #e5e5e5;
}

.nav *>li.disabled *>a {
    color: #929292;
}

.nav *>li.disabled *>a:hover, .nav *>li.disabled *>a:focus {
    color: #929292;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav *>li.disabled *>a img {
    max-width: none;
}

.nav .open>a {
    background-color: #e5e5e5;
}

.nav .open>a:hover, .nav .open>a:focus {
    background-color: #e5e5e5;
}

.nav-pills>li>a {
    border-radius: 0;
    color: #ffffff;
}

.nav-pills>li+li {
    margin-left: 0px;
}

.nav-pills>li.active a {
    color: #ffffff;
}

.nav-pills>li.active a:hover, .nav-pills>li.active a:focus {
    color: #ffffff;
}

.mini-cart-link {
    color: #082C76;
}

.sub-navigation-section .title {
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}

@media(min-width: 768px) {
    .md-secondary-navigation .myAccountLinksHeader.js-myAccount-toggle.collapsed, .md-secondary-navigation .myCompanyLinksHeader.js-myCompany-toggle.collapsed {
        background-color:transparent;
        color: inherit;
    }

    .md-secondary-navigation .myAccountLinksHeader.js-myAccount-toggle.collapsed:hover, .md-secondary-navigation .myCompanyLinksHeader.js-myCompany-toggle.collapsed:hover, .md-secondary-navigation .myAccountLinksHeader.js-myAccount-toggle.collapsed:focus, .md-secondary-navigation .myCompanyLinksHeader.js-myCompany-toggle.collapsed:focus {
        color: #082C76;
        text-decoration: none;
    }

    .md-secondary-navigation .myAccountLinksHeader.js-myAccount-toggle, .md-secondary-navigation .myCompanyLinksHeader.js-myCompany-toggle {
        color: #082C76;
        text-decoration: none;
    }

    .nav-bottom {
        background-color: #1E3D55;
        border-bottom: 1px solid #142939;
    }

    .wurth-background {
        border-bottom: 5px solid #f4f4f4;
    }

    .nav-bottom .container-fluid {
        padding: 0px;
    }

    .main-header .main-navigation {
        position: relative;
        background-color: #082C76;
    }

    .main-header .main-navigation:before, .main-header .main-navigation:after {
        content: " ";
        display: table;
    }

    .main-header .main-navigation:after {
        clear: both;
    }

    .main-header .main-navigation .sm-back {
        display: none;
    }

    .main-header .main-navigation>.nav>li {
        position: static;
    }

    .main-header .main-navigation>.nav>li>a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        padding: 20px 12px;
    }

    .main-header .main-navigation>.nav>li>a:hover, .main-header .main-navigation>.nav>li>a:focus {
        background: #082C76;
    }

    .main-header .main-navigation>.nav>li:first-child+li {
        border: 0;
    }

    .main-header .main-navigation>.nav>li:last-child {
        margin-right: 0;
    }

    .main-header .main-navigation>.nav>li .sub-navigation {
        display: none;
        background: #f4f4f4;
        position: absolute;
        z-index: 1000;
        left: 0;
        border: 1px solid #d9d9d9;
        border-top: 0;
        padding: 0 10px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    }

    .main-header .main-navigation>.nav>li .sub-navigation .row {
        position: relative;
    }

    .main-header .main-navigation>.nav>li .sub-navigation .sub-navigation-section {
        position: static;
        padding: 10px;
    }

    .main-header .main-navigation>.nav>li .sub-navigation .sub-navigation-section.column-20-percent {
        float: left;
        width: 20%;
    }

    .main-header .main-navigation>.nav>li .sub-navigation .sub-navigation-section.double {
        position: relative;
        min-height: 1px;
        padding: 10px 0 10px 0;
    }

    .main-header .main-navigation>.nav>li .sub-navigation .sub-navigation-section .sub-navigation-section-column {
        float: left;
        padding: 0 10px;
    }

    .main-header .main-navigation>.nav>li .sub-navigation .sub-navigation-section .sub-navigation-list {
        padding-left: 0;
        list-style: none;
    }

    .main-header .main-navigation>.nav .sub-navigation-list.has-title {
        margin-top: 40px;
    }

    .main-header .main-navigation>.nav .title+.sub-navigation-list.has-title {
        margin-top: 0;
    }

    .main-header .main-navigation>.nav>li .sub-navigation .sub-navigation-section .sub-navigation-list li {
        border-bottom: 1px solid #e5e5e5;
    }

    .main-header .main-navigation>.nav>li .sub-navigation .sub-navigation-section .sub-navigation-list li:last-child {
        border-bottom: none;
    }

    .main-header .main-navigation>.nav>li .sub-navigation .sub-navigation-section .sub-navigation-list li a {
        display: block;
        color: #3c3c3c;
        line-height: 30px;
        padding-left: 5px;
    }

    .main-header .main-navigation>.nav>li .sub-navigation .sub-navigation-section .sub-navigation-list li a:hover, .main-header .main-navigation>.nav>li .sub-navigation .sub-navigation-section .sub-navigation-list li a:focus {
        background-color: #e5e5e5;
        text-decoration: none;
    }

    .main-header .main-navigation>.nav>li.md-show-sub.has-sub>a {
        position: relative;
    }

    .main-header .main-navigation>.nav>li.md-show-sub.has-sub>a:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid #f4f4f4;
        display: block;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -10px;
        z-index: 1001;
    }

    .main-header .main-navigation>.nav>li.md-show-sub .sub-navigation {
        display: block;
        top: 60px;
    }

    .main-header .sm-navigation {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }

    .main-header .md-secondary-navigation:before, .main-header .md-secondary-navigation:after {
        content: " ";
        display: table;
    }

    .main-header .md-secondary-navigation:after {
        clear: both;
    }

    .main-header .md-secondary-navigation:before, .main-header .md-secondary-navigation:after {
        content: " ";
        display: table;
    }

    .main-header .md-secondary-navigation:after {
        clear: both;
    }

    .main-header .md-secondary-navigation ul {
        margin: 0;
        padding-left: 0;
        float: right;
    }

    .main-header .md-secondary-navigation ul li {
        display: inline-block;
        font-size: 12px;
        color: #082C76;
        font-weight: 600;
        text-transform: uppercase;
    }

    .main-header .md-secondary-navigation ul li:last-child a {
        padding-right: 0;
    }

    .main-header .md-secondary-navigation li.logged_in {
        padding: 10px;
    }

    .main-header .md-secondary-navigation li button {
        background: transparent none repeat scroll 0% 0%;
        border: medium none;
        color: #082C76;
        font-size: 1em;
        text-transform: uppercase;
    }

    .main-header .md-secondary-navigation li button:hover {
        background: none;
        text-decoration: none;
        color: #929292;
    }

    .main-header .md-secondary-navigation a {
        color: inherit;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 400;
        padding: 12px;
        display: block;
        font-size: 1em;
        line-height: 1.329em;
    }

    .main-header .md-secondary-navigation a:hover {
        text-decoration: none;
        color: #082C76;
    }

    #accNavComponentDesktopOne, #accNavComponentDesktopTwo {
        padding: 0;
        background-color: #082C76;
    }

    #accNavComponentDesktopOne ul, #accNavComponentDesktopTwo ul {
        width: 100%;
        padding: 0px;
        margin: 1px;
    }

    #accNavComponentDesktopOne ul li, #accNavComponentDesktopTwo ul li {
        text-transform: capitalize;
        float: left;
        list-style: none;
        font-size: 12px;
        color: #082C76;
        font-weight: 400;
        padding: 0;
        border-right: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
    }

    #accNavComponentDesktopOne ul li:hover, #accNavComponentDesktopTwo ul li:hover {
        background-color: #082C76;
    }

    #accNavComponentDesktopOne ul li a, #accNavComponentDesktopTwo ul li a {
        color: #ffffff;
        display: block;
        padding: 15px 0 15px 20px;
        font-size: 14px;
        font-weight: 400;
    }

    #accNavComponentDesktopOne ul li a:hover, #accNavComponentDesktopTwo ul li a:hover {
        text-decoration: none;
        background-color: #082C76;
    }

    .mini-cart-link .mini-cart-count:before {
        position: relative;
        top: 10px;
    }

    .mini-cart-link .mini-cart-count:after {
        position: relative;
        top: 10px;
    }
}

@media(min-width: 1400px) {
    .main-header .main-navigation>.nav>li>a {
        padding:20px 32px;
    }
}

@media(min-width: 640px) {
    main {
        -webkit-transition:transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .mini-cart-link .mini-cart-count {
        text-transform: uppercase;
    }

    .mini-cart-link .mini-cart-count span.nav-items-total {
        position: relative;
        right: 0px;
    }

    .navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }

    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -10px;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -10px;
    }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group>.form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -10px;
    }

    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }

    .main-header .sm-navigation .nav-utilities {
        float: right;
        width: 29rem;
        padding: 0px 0.4rem;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

@media(min-width: 640px) and (max-width:1023px) {
    .main-header .sm-navigation #miniCartSlot {
        float:right;
    }

    main.offcanvas {
        position: relative;
        -webkit-transform: translate(380px, 0);
        -ms-transform: translate(380px, 0);
        -o-transform: translate(380px, 0);
        transform: translate(380px, 0);
    }
}

@media(max-width: 1023px) {
    html.offcanvas {
        overflow-x:hidden;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 5%;
    }

    .nav-bottom {
        width: 380px;
        position: absolute;
        left: -380px;
        z-index: 999;
        background-color: #ffffff;
    }

    .nav-bottom .row {
        margin: 0;
    }

    .nav-bottom .row .container {
        padding: 0;
    }

    .sticky-nav-top {
        position: absolute;
        left: 0px;
        top: -60px;
        width: 380px;
        padding: 0px;
        margin-bottom: 0;
        z-index: 9999;
        text-align: right;
    }

    .main-header .main-navigation .nav-pills li.auto {
        border-bottom: 1px solid #e5e5e5;
    }

    .main-header .main-navigation .nav-pills li.auto:hover, .main-header .main-navigation .nav-pills li.autofocus {
        background-color: #e5e5e5;
    }

    .main-header .main-navigation .offcanvasGroup1 li.auto {
        border-bottom: none;
    }

    .main-header .main-navigation .offcanvasGroup1 .offcanvasGroup2 li, .main-header .main-navigation .offcanvasGroup1 .offcanvasGroup3 li {
        border-bottom: 1px solid #265272;
    }

    .js-enquire-offcanvas-navigation .close-nav {
        display: inline-block;
        cursor: pointer;
        height: 60px;
        width: 20%;
        vertical-align: top;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }

    .js-enquire-offcanvas-navigation .close-nav button {
        background-color: #ffffff;
        height: 100%;
        width: 100%;
        display: inline-block;
        color: transparent;
        overflow: hidden;
        border: none;
    }

    .js-enquire-offcanvas-navigation .close-nav button span {
        color: #082C76;
        font-size: 25px;
    }

    .main-header .main-navigation {
        left: -380px;
        top: 0;
        height: 83vh;
        overflow-y: scroll;
        z-index: 9999;
        border-top: 1px solid #e5e5e5;
    }

    .main-header .main-navigation ul.nav {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #ffffff;
    }

    .main-header .main-navigation ul.nav.mobileNavLinks {
        overflow: hidden;
    }

    .main-header .main-navigation li.auto a {
        margin-top: 0;
        color: #082C76;
        text-transform: capitalize;
        padding: 20px 30% 20px 50px;
        display: block;
    }

    .main-header .main-navigation .acctArea, .main-header .main-navigation ul.mobileNavLinks li {
        overflow: hidden;
        background-color: #03426f;
    }

    .main-header .main-navigation .acctArea, .main-header .main-navigation ul.mobileNavLinks li.auto a {
        color: #ffffff;
    }

    .main-header .main-navigation ul.mobileNavLinks li.liUserSign {
        border-bottom: 1px solid #265272;
    }

    .main-header .main-navigation ul.mobileNavLinks li.liUserSign:hover {
        background-color: #004678;
    }

    .main-header .main-navigation ul.mobileNavLinks li.auto:hover {
        background-color: #004678;
    }

    .main-header .main-navigation ul.mobileNavLinks .subNavList li.auto {
        padding: 5px 0;
        background: #003459;
    }

    .main-header .main-navigation ul.mobileNavLinks .subNavList li.auto:hover, .main-header .main-navigation ul.mobileNavLinks .subNavList li.auto:focus {
        background-color: #004678;
    }

    .main-header .main-navigation ul.mobileNavLinks ul.subNavList {
        padding-left: 0;
    }

    .main-header .main-navigation ul.mobileNavLinks ul.subNavList li a {
        text-transform: none;
    }

    .main-header .main-navigation li.liUserSign {
        background-color: #ffffff;
        text-align: left;
    }

    .main-header .main-navigation li a.userSign {
        width: 80%;
        display: inline-block;
        color: #082C76;
        padding-right: 20px;
    }

    .main-header .main-navigation ul.mobileNavLinks div.sub-nav .myAccountLinksHeader, .main-header .main-navigation ul.mobileNavLinks div.sub-nav .myCompanyLinksHeader {
        display: block;
        cursor: pointer;
        max-height: 60px;
    }

    .main-header .main-navigation ul.mobileNavLinks div.sub-nav a {
        border-bottom: 1px solid #265272;
    }

    .main-header .main-navigation ul.mobileNavLinks div.sub-nav a span {
        float: right;
        line-height: 50px;
        left: 260px;
    }

    .main-header .main-navigation ul.mobileNavLinks li a {
        text-transform: uppercase;
        display: block;
    }

    .main-header .main-navigation ul.mobileNavLinks li a:hover {
        background-color: #004678;
    }

    .main-header .main-navigation ul.mobileNavLinks li .glyphicon-chevron-up {
        color: #ffffff;
    }

    .main-header .main-navigation .userGroup {
        background-color: #ffffff;
        padding: 5px 12px 5px 20px;
        cursor: pointer;
        color: #082C76;
        display: inline-block;
        width: 80%;
        float: left;
        height: 60px;
        text-transform: uppercase;
        text-align: left;
    }

    .main-header .main-navigation .myAcctUserIcon {
        font-size: 20px;
        position: relative;
        top: 4px;
    }

    .main-header .main-navigation li.auto .userGroup {
        position: relative;
        line-height: 50px;
        background-color: #ffffff;
    }

    .main-header .main-navigation li.auto .userGroup a {
        border: none;
        color: #082C76;
    }

    .main-header .main-navigation li.auto .userGroup a:hover {
        background-color: transparent !important;
    }

    .main-header .main-navigation li.auto .glyphicon-chevron-up, .main-header .main-navigation li.auto .glyphicon-chevron-down {
        position: absolute;
        left: 260px;
        line-height: 60px;
        top: 0;
    }

    .main-header .main-navigation li.auto #signedInUserOptionsToggle {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        padding: 0;
    }

    .main-header .main-navigation .sm-back {
        font-size: 18px;
        line-height: 50px;
        display: block;
        padding: 0 10px;
    }

    .main-header .main-navigation .sm-back:before {
        content: "\e079";
    }

    .main-header .main-navigation .sm-back:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: .8em;
        margin-right: 1em;
    }

    .main-header .main-navigation>ul>li {
        float: none;
    }

    .main-header .main-navigation>ul>li+li {
        margin-top: 2px;
        margin-left: 0;
    }

    .main-header .main-navigation>ul.active {
        position: relative;
        left: -100%;
    }

    .main-header .main-navigation>ul a {
        text-transform: uppercase;
    }

    .nav>li>a:hover, .nav>li>a:focus {
        background: transparent;
    }

    .main-header .main-navigation li.auto.offcanvasNoBorder {
        border-bottom: 0;
    }

    .main-header .main-navigation .has-sub {
        position: static;
    }

    .main-header .main-navigation .has-sub>a {
        position: relative;
    }

    .main-header .main-navigation .has-sub>a:before {
        content: "\e080";
    }

    .main-header .main-navigation .has-sub>a:before {
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 260px;
        top: 23px;
    }

    .main-header .main-navigation .has-sub.active .sub-navigation {
        display: block;
    }

    .main-header .main-navigation .has-sub .sub-navigation {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding: 0;
    }

    .main-header .main-navigation .sub-navigation .sm-back {
        color: #082C76;
        padding: 5px 50px;
        border-bottom: 1px solid #e5e5e5;
    }

    .main-header .main-navigation .has-sub .sub-navigation.active {
        display: block;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section {
        padding: 0;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .title {
        font-size: 18px;
        line-height: 40px;
        padding: 10px 20px 10px 50px;
        color: rgba(0, 0, 0, 0.7);
        text-transform: uppercase;
        border-bottom: 1px solid #e5e5e5;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li {
        position: relative;
        display: block;
        border-bottom: 1px solid #e5e5e5;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li>a {
        position: relative;
        display: block;
        color: #082C76;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li>a:hover, .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li>a:focus {
        text-decoration: none;
        background-color: #e5e5e5;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li.disabled>a {
        color: #929292;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li.disabled:hover, .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li.disabled:focus {
        color: #929292;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list .open a, .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list .open:hover, .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list .open:focus {
        background-color: #e5e5e5;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li>a>img {
        max-width: none;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li {
        float: left;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li>a {
        border-radius: 0;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li+li {
        margin-left: 2px;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li {
        float: none;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list>li+li {
        margin-left: 0;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list a {
        border: none;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list .text-uppercase li {
        border-bottom: 1px solid #e5e5e5;
    }

    .main-header .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list .text-uppercase li a {
        text-transform: uppercase;
    }

    .main-header .main-navigation>ul>li+li {
        margin-top: 0px;
        margin-left: 0px;
    }

    .sm-navigation .js-toggle-sm-navigation {
        cursor: pointer;
    }

    .sm-navigation .btn-default {
        background-color: transparent;
    }

    .sm-navigation .mobile-menu {
        box-sizing: border-box;
        height: 60px;
        padding: 0;
    }

    .sm-navigation .mobile-menu span {
        position: relative;
        cursor: pointer;
        margin: 0 auto;
        color: #082C76;
        font-size: 29px;
        top: 33%;
        left: 35%;
    }

    .sm-navigation .mobile-menu button {
        font-size: 18px;
        line-height: 1.33;
        border-radius: 0;
        height: 100%;
        width: 100%;
        padding: 0px;
    }

    .sm-navigation .mobile-menu button+button {
        margin-left: 10px;
    }

    .sm-navigation .mobile-menu input {
        height: 36px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 0;
    }

    select.main-header .sm-navigation input {
        height: 46px;
        line-height: 46px;
    }

    textarea.main-header .sm-navigation input, select[multiple].main-header .sm-navigation input {
        height: auto;
    }
}

@media(max-width: 480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height:200px;
    }
}

@media(min-width: 500px) and (max-width:639px) {
    .categories-container .categories.col-xs-12 {
        width:50%;
    }
}

@media(max-width: 639px) {
    .dropdown ul {
        width:269px;
        position: relative;
    }

    .sticky-nav-top {
        position: absolute;
        top: -60px;
        height: 60px;
        left: -15px;
        z-index: 999;
        width: 100vw;
    }

    main.offcanvas {
        position: relative;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    .offcanvas .sticky-nav-top {
        left: 0;
    }

    .main-header .md-secondary-navigation ul li {
        float: none;
    }

    .main-header .md-secondary-navigation ul li>* {
        display: block;
    }

    .main-header .sm-navigation #search_form_SearchBox {
        padding-top: 0;
    }

    .main-header .main-navigation li.auto .glyphicon-chevron-up, .main-header .main-navigation li.auto .glyphicon-chevron-down, .main-header .main-navigation ul.mobileNavLinks div.sub-nav a span, .main-header .main-navigation .has-sub>a::before {
        left: 68vw;
    }

    .main-header .main-navigation li.auto a {
        padding-right: 31vw;
    }

    .sm-navigation .row .col-xs-2 {
        width: 20%;
        padding: 0;
    }

    .sm-navigation .row .col-xs-5 {
        width: 40%;
    }

    .sm-navigation .mobile-search {
        height: 60px;
        border-left: 1px solid #d9d9d9;
        box-sizing: border-box;
    }

    .sm-navigation .mobile-search span {
        margin: 0 auto;
    }

    .sm-navigation .mobile-search span.glyphicon-search {
        color: #082C76;
        font-size: 30px;
        top: 3px;
    }

    .sm-navigation .mobile-search .nav-util {
        float: left;
        padding: 0;
    }

    .main-header .sm-navigation .nav-utilities {
        padding: 0;
    }

    .banner-search-lg, .banner-search-md {
        display: none;
    }

    .nav-bottom {
        width: 100%;
        height: 83vh;
        left: -100%;
        margin-left: 0;
    }

    main.offcanvas .main-navigation {
        background: none;
        padding-bottom: 90px;
    }

    main .main-navigation {
        width: 100% !important;
        left: -100% !important;
        z-index: 10;
    }

    main .main-navigation:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 71px;
    }
}

.skip, .skiptocontent, .skiptonavigation {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px none;
}

.branding-mobile {
    padding: 10px 0 9px 0;
    border-bottom: solid 1px #d9d9d9;
    z-index: 9999;
    background-color: #fffff;
}

.main-header {
    background: #f4f4f4;
    margin-bottom: 20px;
}

.page-cartPage .main-header, .page-homepage .main-header, .page-productGrid .main-header, .page-searchGrid .main-header, .page-search .main-header, .page-cartPage .main-header, .pageType-CategoryPage .main-header {
    margin-bottom: 0;
}

.main-header .main-navigation .userName {
    display: inline-block;
    padding-left: 10px;
}

.main-header .site-logo {
    padding: 10px 0;
}

.main-header .site-logo .simple-banner-component img {
    width: auto;
}

.main-header .nav-top {
    border-bottom: 1px solid #d9d9d9;
    background-color: #FFFFFF;
}

.site-search {
    background-color: #f4f4f4;
}

.site-search>.ui-front {
    padding: 10px 0px;
}

.site-search .glyphicon-search {
    color: #3c3c3c;
    font-size: 17px;
}

.site-search .input-group {
    background-color: #ffffff;
    min-height: 38px;
    border: 1px solid #cccccc;
}

.site-search .input-group .form-control {
    border: 0;
    box-shadow: none;
    height: 38px;
}

.site-search .input-group .btn {
    width: 40px;
}

.site-search .input-group .btn:hover {
    background-color: transparent;
}

.site-search ul.ui-autocomplete {
    display: none;
    position: absolute;
    background: #ffffff;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    z-index: 100;
    width: auto !important;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.site-search ul.ui-autocomplete li {
    border-top: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    padding: 10px;
}

.site-search ul.ui-autocomplete li a {
    display: table;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.site-search ul.ui-autocomplete li .thumb {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.site-search ul.ui-autocomplete li .name {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
}

.site-search ul.ui-autocomplete li .thumb+.name {
    padding: 0 10px;
}

.site-search ul.ui-autocomplete li .price {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.site-search ul.ui-autocomplete li.ui-state-focus {
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 0;
    background: #f2f2f2;
    color: #3c3c3c;
}

.site-search ul.ui-autocomplete.active {
    display: block;
}

.sm-navigation .btn {
    background-color: transparent;
    width: 100%;
    padding: 0 !important;
    height: 100%;
    color: #082C76;
    border: none;
}

.mini-cart {
    background: #fff;
}

.mini-cart .mini-cart-body:before, .mini-cart .mini-cart-body:after {
    content: " ";
    display: table;
}

.mini-cart .mini-cart-body:after {
    clear: both;
}

.mini-cart .mini-cart-body:before, .mini-cart .mini-cart-body:after {
    content: " ";
    display: table;
}

.mini-cart .mini-cart-body:after {
    clear: both;
}

.mini-cart .mini-cart-body .legend {
    margin-bottom: 10px;
}

.mini-cart .mini-cart-body .legend a {
    float: right;
}

.mini-cart .mini-cart-body .mini-cart-list {
    padding-left: 0;
    list-style: none;
}

.mini-cart .mini-cart-body .mini-cart-list li+li {
    margin-top: 10px;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:before, .mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:after {
    content: " ";
    display: table;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:after {
    clear: both;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:before, .mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:after {
    content: " ";
    display: table;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:after {
    clear: both;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .thumb {
    float: left;
    margin-right: 10px;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details {
    margin-left: 75px;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .name {
    font-weight: bold;
    color: inherit;
}

.mini-cart .mini-cart-body .mini-cart-totals {
    font-weight: bold;
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    margin: 10px 0 30px;
    padding: 10px;
}

.mini-cart .mini-cart-body .mini-cart-totals .key {
    float: left;
}

.mini-cart .mini-cart-body .mini-cart-totals .value {
    text-align: right;
}

.mini-cart .mini-cart-body .mini-cart-checkout-button {
    margin: 10px 0;
}

.mini-cart .mini-cart-body>img {
    width: 100%;
}

@media(min-width: 640px) {
    .sm-navigation .nav-location {
        float:right;
        padding: 0 10px;
    }

    .sm-navigation .miniCartSlot>.componentContainer {
        float: left;
    }

    .sm-navigation .miniCartSlot .nav-form {
        float: left;
        padding: 0 15px;
    }

    .sm-navigation .miniCartSlot .nav-cart {
        float: right;
        padding: 0 10px;
    }

    .sm-navigation .miniCartSlot .nav-cart .mini-cart-price {
        overflow: hidden;
    }
}

@media(min-width: 1024px) {
    .site-search .input-group {
        width:445px;
    }

    .sm-navigation .nav-location {
        padding: 0 30px;
    }

    .sm-navigation .miniCartSlot .nav-form {
        padding: 0 30px;
    }

    .sm-navigation .miniCartSlot .nav-cart {
        padding-left: 30px;
    }
}

@media(min-width: 640px) {
    .sm-navigation .nav-form:hover, .sm-navigation .nav-location:hover, .sm-navigation .nav-cart:hover, .sm-navigation .btn:hover, .sm-navigation .nav-form:active, .sm-navigation .nav-location:active, .sm-navigation .nav-cart:active, .sm-navigation .btn:active, .sm-navigation .nav-form:focus, .sm-navigation .nav-location:focus, .sm-navigation .nav-cart:focus, .sm-navigation .btn:focus {
        box-shadow:none;
    }

    .sm-navigation .nav-form, .sm-navigation .nav-location, .sm-navigation .nav-cart {
        height: 60px;
    }

    .sm-navigation .nav-form {
        text-align: center;
        font-size: 30px;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        padding: 0;
    }

    .sm-navigation .nav-form span {
        color: #082C76;
        display: block;
        top: 27%;
    }

    .sm-navigation .nav-location {
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }

    .sm-navigation .nav-location span {
        font-size: 30px;
        top: 27%;
        color: #082C76;
    }

    .sm-navigation .nav-location+.miniCartSlot .nav-form {
        border-left: 0;
    }

    .sm-navigation .nav-cart {
        float: right;
        padding-top: 10px;
    }

    .sm-navigation .nav-cart:hover {
        color: #082C76;
        background: #e5e5e5;
    }

    .sm-navigation .miniCartSlot {
        padding: 0px;
        float: right;
    }

    .mini-cart-link {
        height: 55px;
        white-space: nowrap;
    }

    .mini-cart-link .mini-cart-icon {
        float: right;
        position: relative;
        top: 5px;
    }

    .mini-cart-link .mini-cart-icon .glyphicon-shopping-cart {
        font-size: 22px;
    }

    .mini-cart-link .mini-cart-count {
        float: right;
        font-size: 12px;
    }

    .mini-cart-link .mini-cart-price {
        margin-left: 5px;
        margin-right: 5px;
        float: right;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        top: 8px;
    }
}

@media(max-width: 1023px) {
    .site-search {
        padding-left:10px;
    }
}

@media(max-width: 1023px) and (min-width:640px) {
    .main-navigation {
        margin-left:-10px;
        margin-right: -10px;
    }
}

@media(max-width: 639px) {
    .nav-bottom .container {
        padding:0;
    }

    .sm-navigation {
        display: table;
        width: 100%;
    }

    .sm-navigation .btn:hover, .sm-navigation .btn:active, .sm-navigation .btn:focus {
        background-color: #e5e5e5;
        box-shadow: none;
    }

    .sm-navigation.search-open {
        margin-bottom: 60px;
    }

    .sm-navigation>.container {
        display: table-row-group;
    }

    .sm-navigation>.container .row {
        display: table-row;
    }

    .sm-navigation>.container .row>div {
        border-left: 1px solid #d9d9d9;
        display: table-cell !important;
        float: none;
        padding: 0;
        vertical-align: top;
    }

    .sm-navigation>.container .row>div.hidden-xs {
        display: none !important;
    }

    .sm-navigation>.container .row>div:first-child {
        border: none;
    }

    .sm-navigation>.container .row>div.site-search {
        display: none !important;
        left: 0;
        position: absolute;
        top: 59px;
        width: 100%;
        padding: 0 10px;
        border-top: 1px solid #d9d9d9;
    }

    .sm-navigation>.container .row>div.site-search.active {
        display: block !important;
    }

    .sm-navigation>.container .row>.miniCartSlot {
        border: medium none;
        display: table !important;
        width: 100%;
    }

    .sm-navigation>.container .row>.miniCartSlot>.componentContainer {
        border-left: 1px solid #d9d9d9;
        display: table-cell;
        text-align: center;
        vertical-align: top;
    }

    .sm-navigation .nav-form, .sm-navigation .mini-cart-link, .sm-navigation .mobile-menu .btn, .sm-navigation .mobile-search .btn, .sm-navigation .nav-location .btn {
        font-size: 30px;
        line-height: 60px;
        padding: 0;
        width: 100%;
    }

    .sm-navigation .nav-form:hover, .sm-navigation .mini-cart-link:hover, .sm-navigation .mobile-menu .btn:hover, .sm-navigation .mobile-search .btn:hover, .sm-navigation .nav-location .btn:hover, .sm-navigation .nav-form:active, .sm-navigation .mini-cart-link:active, .sm-navigation .mobile-menu .btn:active, .sm-navigation .mobile-search .btn:active, .sm-navigation .nav-location .btn:active, .sm-navigation .nav-form:focus, .sm-navigation .mini-cart-link:focus, .sm-navigation .mobile-menu .btn:focus, .sm-navigation .mobile-search .btn:focus, .sm-navigation .nav-location .btn:focus {
        background-color: #e5e5e5;
        color: #082C76;
        text-decoration: none;
    }

    .sm-navigation .miniCartSlot span, .sm-navigation .nav-location .btn span {
        color: #082C76;
    }

    .sm-navigation .nav-cart {
        position: relative;
        float: none;
        padding: 0;
    }

    .sm-navigation .mini-cart-link {
        display: block;
    }

    .sm-navigation .mini-cart-link .mini-cart-icon {
        color: #082C76;
        left: -7px;
        top: 10px;
    }

    .sm-navigation .mini-cart-link .mini-cart-icon .glyphicon-shopping-cart {
        width: 30px;
        font-size: 22px;
        position: relative;
        left: 40px;
        top: 3px;
    }

    .sm-navigation .mini-cart-link .mini-cart-count {
        font-size: 12px;
        position: absolute;
        left: 25px;
        top: -8px;
        margin: 0;
    }

    .sm-navigation .mini-cart-link .nav-items-total {
        display: inline-block;
        background-color: #082C76;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        color: #ffffff;
        line-height: 25px;
    }
}

.page-headline {
    color: #3c3c3c;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0;
}

@media(max-width: 639px) {
    .page-headline {
        margin-left:-10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.page-headline.border {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.btn-formblock {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px;
}

.btn.glyphicon {
    padding: 3px 0 4px 0;
}

.btn.glyphicon:before {
    font-size: 25px;
}

.btn, .btn:active, .btn.active {
    box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
}

.btn-icon {
    padding-left: 83px;
    position: relative;
}

.btn-icon:before {
    position: absolute;
    font-size: 25px;
    top: 4px;
    left: 20px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.btn-icon:after {
    content: "";
    position: absolute;
    left: 65px;
    top: -3px;
    border-right: 3px solid currentColor;
    height: 38px;
}

:hover.btn-icon:after {
    border-right-width: 3px;
}

.btn-block+.btn-block {
    margin-top: 8px;
}

.btn-default {
    border: 3px solid;
    color: #ffffff;
    background-color: #082C76;
    border-color: #082C76;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #082C76;
    background-color: #ffffff;
    border-color: #082C76;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    color: #ffffff;
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #929292;
    background-color: #ffffff;
}

.btn-primary {
    color: #ffffff;
    background-color: #082C76;
    border-color: #082C76;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #082C76;
    background-color: #ffffff;
    border-color: #082C76;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    color: #ffffff;
    background-color: #d43f3a;
    border-color: #d43f3a;
}

.btn-primary .badge {
    color: #082C76;
    background-color: #ffffff;
}

.pagination-wrap {
    float: right;
    text-align: right;
}

.pagination>li {
    vertical-align: top;
    display: inline-block;
}

.pagination>li>a, .pagination>li>span {
    position: static;
    border: none;
    margin: 0;
    float: none;
    display: inline-block;
}

.pagination>li.pagination-prev>a, .pagination>li.pagination-next>a, .pagination>li.pagination-prev>span, .pagination>li.pagination-next>span {
    font-size: 11px;
}

.pagination>li.pagination-prev>a:hover, .pagination>li.pagination-next>a:hover, .pagination>li.pagination-prev>span:hover, .pagination>li.pagination-next>span:hover, .pagination>li.pagination-prev>a:focus, .pagination>li.pagination-next>a:focus, .pagination>li.pagination-prev>span:focus, .pagination>li.pagination-next>span:focus {
    background-color: #082C76;
    color: #ffffff;
}

.pagination>li.pagination-prev.disabled>a:hover, .pagination>li.pagination-next.disabled>a:hover, .pagination>li.pagination-prev.disabled>span:hover, .pagination>li.pagination-next.disabled>span:hover, .pagination>li.pagination-prev.disabled>a:focus, .pagination>li.pagination-next.disabled>a:focus, .pagination>li.pagination-prev.disabled>span:focus, .pagination>li.pagination-next.disabled>span:focus {
    color: #a6a6a6;
    background-color: transparent;
    border-color: #cccccc;
}

.pagination>li.pagination-prev {
    text-align: left;
}

.pagination>li.pagination-prev>a, .pagination>li.pagination-prev>span {
    border-right: 1px solid #cccccc;
}

.pagination>li.pagination-next {
    text-align: right;
}

.pagination>li.pagination-next>a, .pagination>li.pagination-next>span {
    border-left: 1px solid #cccccc;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #007ab7;
    color: #ffffff;
    border: 1px solid #007ab7;
    font-weight: 500;
}

.pagination>li>a, .pagination>li>span {
    padding: 30px 30px;
    font-size: 14px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagination>li>a, .pagination>li>span {
    line-height: 30px;
    width: 30px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    background: #CCCccc;
    color: #000000;
    border: 1px solid #CCCccc;
}

.pagination>li.pagination-prev>a, .pagination>li.pagination-prev>span {
    width: 35px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid rgba(0, 0, 0, 12%);
}

.pagination>li.pagination-next>a, .pagination>li.pagination-next>span {
    width: 35px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid rgba(0, 0, 0, 12%);
}

@media(max-width: 1023px) {
    .pagination>li>a, .pagination>li>span {
        padding:46px 30px;
        font-size: 14px;
    }

    .pagination>li:first-child>a, .pagination>li:first-child>span {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .pagination>li:last-child>a, .pagination>li:last-child>span {
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .pagination>li>a, .pagination>li>span {
        line-height: 38px;
        width: 30px;
        padding: 0;
        font-size: 14px;
        text-align: center;
    }

    .pagination>li.pagination-prev>a, .pagination>li.pagination-prev>span {
        width: 40px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .page-wurthusaOrderHistoryDetailPage.pagination>li.pagination-next>a, .pagination>li.pagination-next>span {
        width: 40px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .pagination>li.pagination-next {
        text-align: right;
    }
}

@media(max-width: 639px) {
    .pagination {
        display:table;
        width: 100%;
    }

    .pagination>li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding-right: 5px;
    }

    .pagination>li>a, .pagination>li>span {
        float: none;
    }

    .pagination>li>a, .pagination>li>span {
        padding: 40px 40px;
        font-size: 14px;
    }

    .pagination>li:first-child>a, .pagination>li:first-child>span {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

    .pagination>li:last-child>a, .pagination>li:last-child>span {
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
    }

    .pagination>li>a, .pagination>li>span {
        line-height: 40px;
        width: 35px;
        padding: 0;
        font-size: 14px;
        text-align: center;
    }

    .pagination>li.pagination-prev>a, .pagination>li.pagination-prev>span {
        width: 35px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .pagination>li.pagination-next>a, .pagination>li.pagination-next>span {
        width: 35px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .pagination-with-pager .pagination-wrap {
        float: none;
    }
}

.breadcrumb-section {
    background: #d9d9d9;
    margin-bottom: 10px;
}

.breadcrumb-section .breadcrumb {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.container>.product-details {
    margin-top: 20px;
}

.image-gallery .gallery-image {
    cursor: pointer;
    border: 1px solid #dedede;
}

.image-gallery .gallery-zoom-icon {
    font-size: 20px;
    opacity: 0.5;
    position: absolute;
    right: 22px;
    top: 20px;
    z-index: 10;
}

.product-details {
    margin-bottom: 0px;
}

body.page-productDetails p, body.page-productGrid.pageType-CategoryPage p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'ssdlbook';
}

.product-details .name {
    color: #3c3c3c;
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0;
    padding: 0;
}

#product-title h1 {
    color: #3c3c3c;
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0;
    padding: 0;
    font-family: 'ssdlbook';
    text-align: left;
    text-transform: capitalize;
}

@media(max-width: 639px) {
    .product-details .name {
        margin-left:-10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.product-details .name.border {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.product-details .name .sku {
    font-size: 18px;
    line-height: 18px;
    color: #929292;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
}

.product-details .name .sku:before {
    border-left: 1px solid #e5e5e5;
    content: "";
    height: 14px;
    position: absolute;
    top: 7px;
    left: 10px;
}

.product-details .name .code {
    font-size: 18px;
    line-height: 18px;
    padding-left: 5px;
}

.product-details .promotion {
    color: #00a651;
}

.product-details .description {
    padding: 10px 0 25px;
}

.product-details .price {
    font-size: 25px;
    font-weight: bold;
}

.product-details .stock-status {
    font-weight: 300;
}

@media(max-width: 1399px) {
    .product-details .description {
        border-bottom:1px solid #cccccc;
    }
}

.variant-section {
    margin-bottom: 30px;
}

.variant-section .variant-selector .variant-name {
    font-size: 13px;
    font-weight: 600;
    color: #929292;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}

.variant-section .variant-selector .variant-name .variant-selected {
    font-weight: normal;
    text-transform: none;
}

.variant-section .variant-selector .variant-list {
    padding-left: 0;
    list-style: none;
    margin-left: -20px;
}

.variant-section .variant-selector .variant-list:before, .variant-section .variant-selector .variant-list:after {
    content: " ";
    display: table;
}

.variant-section .variant-selector .variant-list:after {
    clear: both;
}

.variant-section .variant-selector .variant-list:before, .variant-section .variant-selector .variant-list:after {
    content: " ";
    display: table;
}

.variant-section .variant-selector .variant-list:after {
    clear: both;
}

.variant-section .variant-selector .variant-list li {
    float: left;
    margin: 0 0 0 20px;
}

.variant-section .variant-selector .variant-list li a, .variant-section .variant-selector .variant-list li span {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    background: #fff;
    color: #3c3c3c;
    text-decoration: none;
}

@media(max-width: 1023px) {
    .variant-section .variant-selector .variant-list li a, .variant-section .variant-selector .variant-list li span {
        height:42px;
        width: 42px;
        line-height: 42px;
    }
}

.variant-section .variant-selector .variant-list li a img, .variant-section .variant-selector .variant-list li span img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border: 1px solid transparent;
}

.variant-section .variant-selector .variant-list li:hover a, .variant-section .variant-selector .variant-list li.active a {
    background: #082C76;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border: 1px solid #082C76;
    color: #fff;
}

.variant-section .variant-selector .variant-list li:hover a img, .variant-section .variant-selector .variant-list li.active a img {
    border: 1px solid #fff;
}

.variant-section .variant-selector .variant-list li.disabled span {
    color: #999;
    cursor: not-allowed;
}

.variant-section .variant-selector .variant-select {
    margin: 10px 0 0;
}

.rating:before, .rating:after {
    content: " ";
    display: table;
}

.rating:after {
    clear: both;
}

.rating:before, .rating:after {
    content: " ";
    display: table;
}

.rating:after {
    clear: both;
}

.rating .rating-stars {
    float: left;
    margin: 0 5px 0 0;
    padding: 3px 0 1px;
    letter-spacing: 50px;
}

@media(max-width: 1023px) {
    .rating .rating-stars {
        font-size:18px;
    }

    .rating .rating-stars:before, .rating .rating-stars:after {
        content: " ";
        display: table;
    }

    .rating .rating-stars:after {
        clear: both;
    }

    .rating .rating-stars:before, .rating .rating-stars:after {
        content: " ";
        display: table;
    }

    .rating .rating-stars:after {
        clear: both;
    }
}

.rating .rating-stars span {
    color: #cccccc;
    overflow: hidden;
    position: static;
    width: 1em;
    height: 1em;
    display: block;
    float: left;
    margin: 0 0.1em;
}

.rating .rating-stars span.fh {
    width: 0.5em;
    margin-right: 0;
}

.rating .rating-stars span.lh {
    width: 0.5em;
    text-indent: -0.5em;
    margin-left: 0;
}

.rating .rating-stars span.active {
    color: #082C76;
}

.rating.rating-set .rating-stars {
    cursor: pointer;
}

.rating a {
    font-size: 13px;
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.rating a:before {
    border-left: 1px solid #cccccc;
    content: "";
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width: 1023px) {
    .tabs-responsive .tabhead {
        border-bottom:1px solid #f2f4f7;
    }

    .table>:not(caption)>*>* {
        box-shadow: none;
    }
}

.tab-review .review-pagination-bar {
    margin: 10px 0;
}

.tab-review .review-pagination-bar:before, .tab-review .review-pagination-bar:after {
    content: " ";
    display: table;
}

.tab-review .review-pagination-bar:after {
    clear: both;
}

.tab-review .review-pagination-bar:before, .tab-review .review-pagination-bar:after {
    content: " ";
    display: table;
}

.tab-review .review-pagination-bar:after {
    clear: both;
}

.tab-review .review-pagination-bar .right {
    float: right;
}

.tab-review .review-pagination-bar .right .pager {
    float: left;
    margin: 0 10px;
}

.tab-review .review-list {
    padding-left: 0;
    list-style: none;
}

.tab-review .review-list .review-entry {
    margin: 10px 0;
}

.tab-review .review-list .review-entry .title {
    font-weight: bold;
}

.tab-review .review-list .review-entry .autor {
    color: #777777;
}

.tab-review .write-review {
    display: none;
}

#AddToCart-PickUpInStoreAction {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

@media(min-width: 640px) {
    #AddToCart-PickUpInStoreAction {
        float:left;
        width: 50%;
    }
}

@media(min-width: 1024px) {
    #AddToCart-PickUpInStoreAction {
        float:left;
        width: 100%;
    }
}

.AddToCart-PickUpInStoreAction {
    margin-top: 10px;
}

.AddToCart-ShareOnSocialNetworkAction {
    margin-top: 20px;
}

#AddToCart-AddToCartAction {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

@media(min-width: 640px) {
    #AddToCart-AddToCartAction {
        float:left;
        width: 50%;
    }
}

@media(min-width: 1024px) {
    #AddToCart-AddToCartAction {
        float:left;
        width: 100%;
    }
}

#AddToCart-ShareOnSocialNetworkAction {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
}

.image-gallery img {
    width: 100%;
    height: auto;
    -webkit-touch-callout: none;
}

.image-gallery .zoomImg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: none;
    max-width: none;
    z-index: 9999;
    border: 0;
    opacity: 0;
}

.image-gallery .zoomImg img {
    width: 100%;
    height: 100%;
}

.image-gallery .zoomImgMask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.addtocart-component {
    margin-top: 10px;
}

.addtocart-component .stock-wrapper {
    font-size: 16px;
    margin: 20px 0;
}

.addtocart-component .stock-wrapper * {
    float: left;
    margin: 0;
}

.addtocart-component .stock-wrapper .futureStockLink {
    margin-left: 10px;
}

.addtocart-component .actions .btn {
    margin-bottom: 10px;
}

.addtocart-component .row .AddToCart-ShareOnSocialNetworkAction {
    margin: 0 auto;
    padding-top: 50px;
    width: 100px;
}

.addtocart-component div.a2a_kit a.a2a_dd.share {
    background: url("../image/productShareIcon.png") no-repeat left center;
    padding-left: 25px;
}

.addtocart-component div.a2a_kit a.a2a_dd.share .a2a_img {
    display: none;
}

.addtocart-component .qty-selector .input-group-btn, #add_to_cart_storepickup_form .qty-selector .input-group-btn, .addtocart-component .qty-selector .btn, #add_to_cart_storepickup_form .qty-selector .btn {
    width: 32px;
    margin: 0px;
    height: 32px;
    padding-left: 2px;
    padding-right: 2px;
}

.addtocart-component .qty-selector .form-control, #add_to_cart_storepickup_form .qty-selector .form-control {
    width: 45px;
    height: 32px;
    text-align: center;
    font-size: 13px;
    padding: 0px !important;
    border-radius: 5px !important;
    font-weight: bold;
}

@media(max-width: 1023px) {
    .addtocart-component {
        margin-top:20px;
    }

    .addtocart-component .qty-selector .input-group-btn, .addtocart-component .qty-selector .btn, .addtocart-component .qty-selector .form-control {
        width: 40.4px;
    }
}

@media(max-width: 639px) {
    .addtocart-component .qty-selector {
        margin-left:0px;
        margin-right: auto;
    }

    .addtocart-component .stock-wrapper {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.add-to-cart .add-to-cart-item {
    margin-bottom: 10px;
}

.add-to-cart .add-to-cart-item:before, .add-to-cart .add-to-cart-item:after {
    content: " ";
    display: table;
}

.add-to-cart .add-to-cart-item:after {
    clear: both;
}

.add-to-cart .add-to-cart-item:before, .add-to-cart .add-to-cart-item:after {
    content: " ";
    display: table;
}

.add-to-cart .add-to-cart-item:after {
    clear: both;
}

.add-to-cart .add-to-cart-item .thumb {
    float: left;
    margin-right: 10px;
}

.add-to-cart .add-to-cart-item .details {
    font-size: 18px;
    margin-left: 85px;
}

.add-to-cart .add-to-cart-item .details .name {
    font-weight: bold;
    color: inherit;
}

.add-to-cart .add-to-cart-item .price {
    font-size: 22px;
    text-align: right;
    font-weight: bold;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel:before, .owl-carousel:after {
    content: " ";
    display: table;
}

.owl-carousel:after {
    clear: both;
}

.owl-carousel:before, .owl-carousel:after {
    content: " ";
    display: table;
}

.owl-carousel:after {
    clear: both;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after:before, .owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
    content: " ";
    display: table;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
    clear: both;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after:before, .owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
    content: " ";
    display: table;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
    clear: both;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    float: left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item.loading>* {
    min-height: 1px;
}

.owl-carousel .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-controls .owl-buttons .owl-prev, .owl-carousel .owl-controls .owl-buttons .owl-next {
    cursor: pointer;
    position: absolute !important;
    top: 50% !important;
    display: table;
    width: 25px;
    height: 125px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, 0.7);
    font-size: 120px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev span.glyphicon, .owl-carousel .owl-controls .owl-buttons .owl-next span.glyphicon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    font-size: 25px;
    line-height: 125px;
    color: #082C76;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover, .owl-carousel .owl-controls .owl-buttons .owl-next:hover {
    color: #ffffff;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover span.glyphicon, .owl-carousel .owl-controls .owl-buttons .owl-next:hover span.glyphicon {
    color: #082C76;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 3px;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 5px;
}

.carousel {
    width: auto;
    margin: 10px -10px;
    text-align: center;
}

.carousel .item {
    display: block;
    margin: 0 10px;
    padding: 10px 0;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.carousel .item .thumb {
    margin-bottom: 20px;
    max-height: 180px;
    max-width: 180px;
}

.carousel .item .thumb img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: inherit;
    height: auto;
}

.carousel .item a {
    color: #3c3c3c;
}

.carousel .item a:hover, .carousel .item a:focus {
    text-decoration: none;
    color: #082C76;
}

.carousel .item .item-name {
    margin-top: 13.33333333px;
    margin-bottom: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2em;
    overflow: hidden;
    position: relative;
    height: 2.4em;
    font-weight: 600;
    font-size: 13px;
    color: #3c3c3c;
}

.carousel .item .item-name:before {
    background: #FFF none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    right: 0;
    content: "…";
}

.carousel .item .item-name:after {
    content: "";
    background: #FFF none repeat scroll 0% 0%;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
}

.carousel .item .item-price {
    margin: 10px;
    color: #3c3c3c;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.carousel-component {
    padding: 0 10px;
    margin: 35px 0 15px;
}

.carousel-component:before, .carousel-component:after {
    content: " ";
    display: table;
}

.carousel-component:after {
    clear: both;
}

.carousel-component:before, .carousel-component:after {
    content: " ";
    display: table;
}

.carousel-component:after {
    clear: both;
}

.carousel-component .headline {
    color: #3c3c3c;
    font-size: 25px;
    margin: 10px 0 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.carousel-component:first-child {
    margin: 15px 0 22px;
}

.carousel-component+.carousel-component {
    margin-top: 0;
    border-top: 4px solid #d9d9d9;
    padding-top: 30px;
}

.rotating-image-componet:before, .rotating-image-componet:after {
    content: " ";
    display: table;
}

.rotating-image-componet:after {
    clear: both;
}

.rotating-image-componet:before, .rotating-image-componet:after {
    content: " ";
    display: table;
}

.rotating-image-componet:after {
    clear: both;
}

.rotating-image-componet .carousel.rotating-image {
    margin: 0;
}

.rotating-image-componet .owl-item .item {
    padding: 0;
    margin: 0;
}

.rotating-image-componet .owl-item img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
}

.rotating-image-componet .owl-controls .owl-pagination {
    display: block !important;
}

.image-gallery .gallery-image .owl-item .item {
    padding: 0;
}

.image-gallery .gallery-image .owl-item img {
    width: inherit;
    height: inherit;
    max-width: 100%;
    max-height: none;
}

@media(min-width: 1024px) and (max-width:1399px) {
    .image-gallery .gallery-image .owl-controls {
        display:none !important;
    }
}

@media(min-width: 1400px) {
    .image-gallery .gallery-image .owl-controls {
        display:none !important;
    }
}

.image-gallery .gallery-carousel .owl-item img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
}

.simpleimagecomponent a {
    display: block;
}

.simpleimagecomponent a img {
    width: 100%;
    height: auto;
}

.banner-component {
    width: 100%;
}

.banner-component a {
    display: block;
    color: #3c3c3c;
    text-decoration: none;
}

.banner-component a:before, .banner-component a:after {
    content: " ";
    display: table;
}

.banner-component a:after {
    clear: both;
}

.banner-component a:before, .banner-component a:after {
    content: " ";
    display: table;
}

.banner-component a:after {
    clear: both;
}

.banner-component .title {
    font-weight: bold;
}

.banner-component .thumb {
    padding: 10px 0;
}

.banner-component .thumb img {
    width: 100%;
    height: auto;
}

@media(max-width: 639px) {
    .simple-banner-component {
        margin-left:-10px;
        margin-right: -10px;
    }
}

.simple-banner-component a {
    display: block;
}

.simple-banner-component img {
    width: 100%;
    height: auto;
}

.image-map-component img {
    width: 100%;
    height: auto;
}

.cms-image-component img {
    width: 100%;
    height: auto;
}

.tabs {
    margin: 60px 0;
}

@media(max-width: 1023px) {
    .tabs {
        border-top:1px solid #cccccc;
    }
}

.tabs .tabs-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #dddddd;
    display: table;
    margin: 0 auto;
    border: 0;
}

.tabs .tabs-list>li {
    position: relative;
    display: block;
}

.tabs .tabs-list>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.tabs .tabs-list>li>a:hover, .tabs .tabs-list>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.tabs .tabs-list>li.disabled>a {
    color: #777777;
}

.tabs .tabs-list>li.disabled>a:hover, .tabs .tabs-list>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.tabs .tabs-list .open>a, .tabs .tabs-list .open>a:hover, .tabs .tabs-list .open>a:focus {
    background-color: #eeeeee;
    border-color: #082C76;
}

.tabs .tabs-list .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.tabs .tabs-list>li>a>img {
    max-width: none;
}

.tabs .tabs-list *>li {
    position: relative;
    display: block;
}

.tabs .tabs-list *>li *>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.tabs .tabs-list *>li:hover, .tabs .tabs-list *>li:focus {
    text-decoration: none;
    background-color: #e5e5e5;
}

.tabs .tabs-list *>li.disabled *>a {
    color: #929292;
}

.tabs .tabs-list *>li.disabled *>a:hover, .tabs .tabs-list *>li.disabled *>a:focus {
    color: #929292;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.tabs .tabs-list *>li.disabled *>a img {
    max-width: none;
}

.tabs .tabs-list .open>a {
    background-color: #e5e5e5;
}

.tabs .tabs-list .open>a:hover, .tabs .tabs-list .open>a:focus {
    background-color: #e5e5e5;
}

.tabs .tabs-list>li {
    float: left;
    margin-bottom: -1px;
}

.tabs .tabs-list>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}

.tabs .tabs-list>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.tabs .tabs-list>li.active>a, .tabs .tabs-list>li.active>a:hover, .tabs .tabs-list>li.active>a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.tabs .tabs-list.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.tabs .tabs-list.nav-justified>li {
    float: none;
}

.tabs .tabs-list.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.tabs .tabs-list.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media(min-width: 640px) {
    .tabs .tabs-list.nav-justified>li {
        display:table-cell;
        width: 1%;
    }

    .tabs .tabs-list.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.tabs .tabs-list.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0;
}

.tabs .tabs-list.nav-justified>.active>a, .tabs .tabs-list.nav-justified>.active>a:hover, .tabs .tabs-list.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media(min-width: 640px) {
    .tabs .tabs-list.nav-justified>li>a {
        border-bottom:1px solid #dddddd;
        border-radius: 0 0 0 0;
    }

    .tabs .tabs-list.nav-justified>.active>a, .tabs .tabs-list.nav-justified>.active>a:hover, .tabs .tabs-list.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.tabs .tabs-list .current-info {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.tabs .tabs-list li {
    padding: 0 20px;
}

.tabs .tabs-list li a {
    text-transform: uppercase;
    color: #082C76;
    padding: 0 0 5px 0;
    border: 0;
    border-bottom: 4px solid transparent;
}

.tabs .tabs-list li a:focus, .tabs .tabs-list li a:hover {
    cursor: pointer;
    background-color: transparent;
}

.tabs .tabs-list li+li:before {
    content: "";
    position: absolute;
    height: 15px;
    left: 0;
    top: 2px;
    border-left: 1px solid #cccccc;
}

.tabs .tabs-list li.active a, .tabs .tabs-list li.active a:hover, .tabs .tabs-list li.active a:focus {
    color: #3c3c3c;
    font-weight: bold;
    border: 0;
    border-bottom: 4px solid #082C76;
    outline: none;
}

.tabs .tabhead {
    height: 75px;
    display: table;
}

@media(max-width: 639px) {
    .tabs .tabhead {
        display:none !important;
    }
}

@media(min-width: 640px) and (max-width:1023px) {
    .tabs .tabhead {
        display:none !important;
    }
}

.tabs .tabhead+.tabbody {
    display: none !important;
}

.tabs .tabhead.active {
    font-weight: bold;
}

.tabs .tabhead.active+.tabbody {
    display: block !important;
}

.tabs .tabhead a {
    padding: 0 10px;
    color: inherit;
    line-height: 1;
    text-decoration: none;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.tabs .tabhead .glyphicon {
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
}

.tabs .tabhead .glyphicon:before {
    content: "\e080";
}

.tabs .tabhead.active .glyphicon:before {
    content: "\e114";
}

.tabs .tabbody {
    border-bottom: 1px solid #cccccc;
    padding: 20px;
    background-color: #f2f2f2;
}

@media(min-width: 1024px) {
    .tabs .tabbody {
        border-top:1px solid #cccccc;
    }
}

@media(max-width: 639px) {
    .tabs.tabs-responsive .tabs-list {
        display:none !important;
    }
}

@media(min-width: 640px) and (max-width:1023px) {
    .tabs.tabs-responsive .tabs-list {
        display:none !important;
    }
}

.tabs.tabs-responsive .tabhead {
    text-transform: uppercase;
    display: none !important;
    border-bottom-color: #cccccc;
}

.tabs.tabs-responsive .tabhead.active {
    border-bottom: 4px solid #082C76;
    outline: none;
}

@media(max-width: 1023px) {
    .tabs.tabs-responsive .tabhead {
        display:table !important;
    }
}

.tabs.tabs-accordion .tabs-list {
    display: none !important;
}

.tabs.tabs-accordion .tabhead {
    display: table !important;
    margin-bottom: 20px;
}

.languagecurrencycomponent {
    float: right !important;
}

.languagecurrencycomponent form {
    display: inline-block;
}

.languagecurrencycomponent form+form {
    margin-left: 10px;
}

.ui-helper-hidden-accessible {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.thumb {
    position: relative;
}

.thumb .badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
}

.thumb .badges .badge {
    float: left;
    clear: left;
    margin-bottom: 10px;
}

.com-space>* {
    padding: 10px 0;
}

.flex-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-column>* {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.product-classifications .headline {
    font-weight: bold;
    padding: 10px;
}

.product-classifications table.table td.attrib {
    width: 25%;
}

.no-space {
    padding: 0 !important;
}

.no-space .row {
    //margin-left: 0;
    //margin-right: 0;
}

.no-space .yCmsComponent {
    padding: 0 !important;
}

.simple-responsive-banner-component a {
    display: block;
}

.simple-responsive-banner-component img {
    width: 100%;
    height: auto;
}

.error-page {
    text-align: center;
}

.back-link {
    padding: 20px 0;
}

.back-link.border {
    border-bottom: 1px solid #cccccc;
}

.back-link button {
    padding: 0;
}

.back-link .glyphicon {
    border-right: 1px solid #cccccc;
    border-radius: 0;
    padding-right: 10px;
    line-height: 16px;
    top: -2px;
}

.back-link .label {
    color: #3c3c3c;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0;
    padding-left: 10px;
    white-space: normal;
}

@media(max-width: 639px) {
    .back-link .label {
        margin-left:-10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.back-link .label.border {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

@media(max-width: 639px) {
    .back-link {
        margin-left:-10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.back-link.product-details .label {
    font-weight: 600;
}

.accordion {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.accordion .panel-group {
    margin: 0;
}

.accordion .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion .panel .panel-heading {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ffffff;
    position: relative;
    padding: 0;
}

.accordion .panel .panel-heading .accordion-toggle {
    display: block;
    color: #3c3c3c;
    padding: 20px;
}

.accordion .panel .panel-heading .accordion-toggle:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.accordion .panel .panel-heading .accordion-toggle:before {
    content: "\e113";
}

.accordion .panel .panel-heading .accordion-toggle.collapsed:before {
    content: "\e114";
}

.accordion .panel .panel-heading .accordion-lnk {
    position: absolute;
    left: 55px;
    top: 20px;
}

.accordion .panel .panel-heading .accordion-lnk.no-subs {
    display: block;
    position: static;
    padding: 20px;
}

.accordion .panel .panel-collapse .panel-heading {
    background-color: #e6e6e6;
}

.accordion .panel .panel-collapse .panel-heading .accordion-lnk {
    left: 75px;
}

.accordion .panel .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 75px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-heading {
    background-color: #d9d9d9;
}

.accordion .panel .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 95px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 95px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #cccccc;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 115px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 115px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #bfbfbf;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 135px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 135px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #b3b3b3;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 155px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 155px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #a6a6a6;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 175px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 175px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #999999;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 195px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 195px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #8c8c8c;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 215px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 215px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #808080;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 235px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 235px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #737373;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 255px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 255px;
}

.accordion .panel .panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 0;
}

@media(min-width: 1024px) {
    .product-list-wrapper {
        padding:0;
    }
}

.results h1 {
    color: #3c3c3c;
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    padding: 10px 0;
    margin-top: 0px;
    padding-left: 10px;
    padding-bottom: 0;
    font-family: 'ssdlbold';
    text-align: left;
    text-transform: none;
}

@media(max-width: 639px) {
    .results h1 {
        margin-left:-10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.results h1.border {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.product-listing {
    padding-left: 0;
    list-style: none;
}

.product-listing .promo {
    color: #3e5983;
    margin-bottom: 10px;
}

a.product-listing .promo:hover {
    color: #2e4160;
}

.product-listing .price-panel {
    text-align: right;
}

.product-listing a.name {
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    color: inherit;
}

.product-listing .description {
    margin: 0 210px 0 106px;
}

@media(max-width: 639px) {
    .product-listing .description {
        display:none !important;
    }
}

.product-listing .addtocart {
    clear: both;
    text-align: center;
    padding: 5px 0 0 0;
}

.product-listing .addtocart button {
    margin-bottom: 5px;
    font-size: 14px;
}

@media(min-width: 1024px) {
    .product-listing .addtocart .actions-container-for-ProductGridComponent>div {
        display:inline-block;
        width: 100%;
    }

    .product-listing .addtocart .pickup-in-store-available .ProductGridComponent-ListPickUpInStoreAction, .product-listing .addtocart .pickup-in-store-available .ProductGridComponent-ListAddToCartAction, .product-listing .addtocart .pickup-in-store-available .SearchResultsList-ListPickUpInStoreAction, .product-listing .addtocart .pickup-in-store-available .SearchResultsList-ListAddToCartAction {
        width: 49%;
    }
}

@media(min-width: 1024px) and (max-width:1399px) {
    .product-listing .addtocart .actions-container-for-ProductGridComponent>div {
        float:left;
    }

    .product-listing .addtocart .pickup-in-store-available {
        margin: 0 -4px;
    }

    .product-listing .addtocart .pickup-in-store-available .ProductGridComponent-ListPickUpInStoreAction, .product-listing .addtocart .pickup-in-store-available .ProductGridComponent-ListAddToCartAction, .product-listing .addtocart .pickup-in-store-available .SearchResultsList-ListPickUpInStoreAction, .product-listing .addtocart .pickup-in-store-available .SearchResultsList-ListAddToCartAction {
        padding: 0 3.33333333px;
    }
}

.product-listing.product-list .product-item {
    padding: 10px;
}

.product-listing.product-list .thumb {
    float: left;
    margin-right: 10px;
    display: block;
}

.product-listing.product-list .price-panel {
    float: right;
    width: 200px;
}

.product-listing.product-list .addtocart button+button {
    margin-left: 10px;
}

.product-listing.product-list .ProductListComponent-ListPickUpInStoreAction, .product-listing.product-list .ProductListComponent-ListAddToCartAction, .product-listing.product-list .SearchResultsList-ListPickUpInStoreAction, .product-listing.product-list .SearchResultsList-ListAddToCartAction {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media(min-width: 640px) {
    .product-listing.product-list .ProductListComponent-ListPickUpInStoreAction, .product-listing.product-list .ProductListComponent-ListAddToCartAction, .product-listing.product-list .SearchResultsList-ListPickUpInStoreAction, .product-listing.product-list .SearchResultsList-ListAddToCartAction {
        float:left;
        width: 33.33333333%;
    }
}

@media(min-width: 640px) {
    .product-listing.product-list .ProductListComponent-ListPickUpInStoreAction, .product-listing.product-list .ProductListComponent-ListAddToCartAction, .product-listing.product-list .SearchResultsList-ListPickUpInStoreAction, .product-listing.product-list .SearchResultsList-ListAddToCartAction {
        left:33.33333333%;
    }
}

@media(max-width: 639px) {
    .product-listing.product-list .price-panel {
        text-align:left;
        float: none;
        margin-left: 106px;
        width: auto;
    }
}

.product-listing.product-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-listing.product-grid .product-item {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media(min-width: 640px) {
    .product-listing.product-grid .product-item {
        float:left;
        width: 25%;
    }
}

@media(min-width: 1024px) {
    .product-listing.product-grid .product-item {
        float:left;
        width: 25%;
    }
}

@media(min-width: 1400px) {
    .product-listing.product-grid .product-item {
        float:left;
        width: 25%;
    }
}

.product-listing.product-grid .product-item:first-child {
    margin-left: -1px;
}

.product-listing.product-grid .thumb {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    height: 145px;
    overflow: hidden;
}

.product-listing.product-grid .thumb img {
    width: 100%;
    height: auto;
    max-width: 140px;
     /* 转为完全黑白 */
  filter: grayscale(100%);
  /* 过渡动画（0.3秒平滑切换，兼容主流浏览器） */
  transition: filter 0.3s ease;
  /* 可选：防止图片拉伸（根据需求调整） */
  object-fit: cover;
}

.product-listing.product-grid .thumb img:hover {
    filter: grayscale(0);
}

.product-listing.product-grid .details {
    text-align: center;
    margin: 0 auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.product-listing.product-grid .details .name {
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 10px;
    height: auto;
    overflow: hidden;
    color: #3c3c3c;
}

.product-listing.product-grid .details .price {
    font-size: 13px;
}

.product-listing.product-grid .details .promo {
    color: #00a651;
    font-size: 14px;
    font-weight: bold;
}

@media(min-width: 640px) {
    .product-listing.product-grid .product-item:nth-child(4n+1) {
        clear:both;
    }
}

@media(max-width: 639px) {
    .product-listing.product-grid .product-item:nth-child(2n+1) {
        clear:both;
    }
}

.search-empty {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.search-empty .headline {
    margin-bottom: 20px;
}

.search-empty .search-suggestions {
    margin-bottom: 20px;
}

.product-category-page .product-categories .refine-bar {
    padding-bottom: 10px;
    padding-top: 10px;
}

.product-category-page .product-categories .pcp-prod, .product-category-page .product-categories .pcp-banner {
    padding-left: 0;
    padding-right: 0;
}

.product-category-page .product-categories .pcp-banner .simple-responsive-banner-component {
    margin-right: -20px;
}

.product-category-page .product-categories .pcp-banner {
    padding-top: 10px;
}

.product-facet {
    margin: 0;
    padding: 0;
}

.product-facet .facet {
    border-left: 1px solid #929292;
    border-right: 1px solid #929292;
}

.product-facet .facet:before, .product-facet .facet:after {
    content: " ";
    display: table;
}

.product-facet .facet:after {
    clear: both;
}

.product-facet .facet:before, .product-facet .facet:after {
    content: " ";
    display: table;
}

.product-facet .facet:after {
    clear: both;
}

.product-facet .facet:last-child {
    margin: 0;
}

.panelfacet {
    display: none;
}

.product-facet .facet .facet-name, .noFilter {
    font-size: 13px;
    border-top: 1px solid #fff;
    cursor: pointer;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.6) !important;
    word-wrap: break-word;
}

.product-facet .facet .facet-list {
    padding-left: 0;
    list-style: none;
}

.product-facet .facet .facet-list li {
    padding: 10px 10px 10px;
    padding-top: 13px;
    word-wrap: break-word;
}

.product-facet .facet .facet-list label {
    cursor: pointer;
    font-weight: normal;
    display: block;
    margin: 0;
    margin-top: -14px;
}

.product-facet .facet .facet-list .facet-mark {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 10px;
    border: 1px solid #cccccc;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
    margin-top: -3px;
}

.product-facet .facet .facet-list .facet-checkbox:checked+.facet-label .facet-mark {
    background: #CC0001;
    border: 1px solid #CC0001;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.product-facet .facet .facet-list .facet-checkbox:checked+.facet-label .facet-text {
    color: #3c3c3c;
}

.product-facet .facet .facet-list .facet-checkbox:focus+.facet-label .facet-mark {
    border: 1px solid #CC0001;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.product-facet .facet .facet-list .facet-text {
    line-height: 20px;
    padding: 0;
    text-transform: none;
}

.product-facet .facet .facet-list.facet-list-hidden {
    display: none;
}

.product-facet .facet .more {
    display: block;
}

.product-facet .facet .less {
    display: none;
}

.product-facet .facet .facet-form {
    padding-top: 10px;
}

.product-facet .facet .facet-form-hidden {
    display: none;
}

.product-facet .facet .facet-form .input-group {
    background-color: #ffffff;
    min-height: 32px;
    border: 1px solid #cccccc;
}

.product-facet .facet .facet-form .input-group .form-control {
    border: 0 none;
    height: 32px;
    box-shadow: none;
}

.product-facet .facet .facet-form .input-group .btn {
    width: 40px;
    height: 32px;
    line-height: 32px;
    padding: 0;
}

.product-facet .facet .facet-form .input-group .btn .glyphicon-search {
    color: #3c3c3c;
    font-size: 17px;
    top: 0;
}

.product-facet .facet .facet-form .line-text {
    margin: 20px 0;
}

.product-facet .facet .facet-container-hidden {
    display: none;
}

@media(max-width: 1023px) {
    .product-facet {
        padding:10px;
        margin: 0;
        border: 0 none;
    }

    #colorbox .product-facet {
        display: block !important;
    }

    .product-facet .facet {
        float: none;
        width: 100%;
        border: 0;
        margin: 0;
    }

    .product-facet .facet .facet-name {
        background: #f2f2f2;
        cursor: pointer;
        padding: 10px;
        padding-left: 65px;
        text-transform: uppercase;
        position: relative;
    }

    .product-facet .facet .facet-name .facet-arrow {
        font-size: 12px;
        position: absolute;
        top: 17px;
        left: 30px;
    }

    .product-facet .facet .facet-name .facet-arrow:before {
        content: "\e080";
    }

    .product-facet .facet .facet-values {
    }

    .product-facet .facet.active .facet-arrow:before {
        content: "\e114";
    }

    .product-facet .facet.active .facet-values {
        display: block;
    }
}

.sort-refine-bar .form-group select {
    width: auto;
}

.pagination-bar .pagination-toolbar {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 4px solid #cccccc;
}

.pagination-bar .form-group {
    margin: 0;
    margin-top: 10px;
}

.pagination-bar .pagination-bar-results {
    margin-top: 13px;
    margin-right: 20px;
    padding-left: 10px;
    color: #737373;
}

.pagination-bar.bottom .pagination-toolbar {
    padding-top: 5px;
    border-top: 1px solid #cccccc;
    border-bottom-width: 1px;
    border-bottom: none;
}

.pagination-wrap {
    padding-bottom: 30px;
}

#sortOptions1 {
    margin-bottom: 30px;
}

@media(max-width: 1023px) {
    .pagination-bar button {
        width:100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 639px) {
    .sort-refine-bar .form-group select {
        width:100%;
    }

    .pagination-bar .pagination, .pagination-bar button {
        width: 100%;
    }

    .account-section .pagination-bar.bottom .pagination-toolbar {
    }

    #sortOptions2 {
        margin-bottom: 30px;
    }
}

@media(min-width: 640px) {
    .pagination-bar .pagination-toolbar {
        border-bottom-width:1px;
    }
}

@media(max-width: 1023px) and (min-width:640px) {
    .sort-refine-bar .form-group select {
        height:38px;
    }

    .pagination-bar .pagination, .pagination-bar button {
        margin-top: 10px;
    }
}

.cart-top-bar {
    background: #f2f2f2;
    padding: 10px;
}

@media(max-width: 639px) {
    .cart-top-bar {
        margin-left:-10px;
        margin-right: -10px;
    }
}

.cart-top-bar a.help {
    position: relative;
    padding-right: 30px;
}

.cart-top-bar a.help .glyphicon {
    color: #000;
    font-size: 1.5em;
    position: absolute;
    right: 5px;
    top: -1px;
}

.cart-top-bar .help-popup-content-holder {
    display: none;
}

.cart-restoration-bar {
    background: #F2F4F7;
    margin-bottom: 20px;
    padding: 10px;
}

.help-popup-content strong {
    display: block;
    margin-bottom: 15px;
}

.cart-top-totals {
    text-align: right;
    line-height: 4em;
    font-size: 18px;
    font-weight: bold;
}

.cart-totals {
    text-align: right;
    line-height: 2em;
}

.cart-totals .cart-price {
    font-weight: bold;
}

.cart-totals .discount {
    color: #00a651;
}

.cart-totals .grand-total {
    margin-top: 5px;
    line-height: 2.5em;
    font-size: 18px;
    font-weight: bold;
}

@media(max-width: 639px) {
    .cart-actions {
        margin:0;
    }
}

.express-checkout {
    background-color: #f2f2f2;
    padding: 10px 20px;
    margin: 20px 0;
}

.express-checkout .headline {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.express-checkout ul li {
    list-style-type: circle;
}

@media(max-width: 639px) {
    .express-checkout {
        margin-left:-10px;
        margin-right: -10px;
    }
}

.page-cartPage .product-list {
    margin: 20px 0;
}

.product-list {
    padding-left: 0;
    list-style: none;
}

@media(max-width: 639px) {
    .product-list {
        margin-left:-10px;
        margin-right: -10px;
    }
}

.product-list .product-item {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.product-list .product-item:LAST-CHILD {
    border: none;
}

@media(max-width: 639px) {
    .product-list .product-item {
        padding-left:20px;
        padding-right: 20px;
        padding-bottom: 35px;
    }
}

.product-list .product-item .remove-item {
    position: absolute;
    top: 20px;
    right: 15px;
    background: none;
    color: #082C76;
    height: 34px;
    width: 34px;
    z-index: 2;
    font-size: 1.4em;
}

@media(max-width: 1023px) {
    .product-list .product-item .remove-item {
        height:46px;
        width: 46px;
        right: 8px;
    }
}

.product-list .product-item:nth-of-type(2n) {
    background: #f2f2f2;
}

.product-list .product-item .thumb {
    float: left;
}

.product-list .product-item .thumb+.details {
    padding-right: 40px;
}

.product-list .product-item .details {
    margin-left: 110px;
}

.product-list .product-item .details .name {
    font-weight: bold;
}

.product-list .product-item .details .promo , .cartpotproline {
    color: #016394;
    font-weight: 600;
    margin: 10px 0;
}

.product-list .product-item .details .promo ul {
    padding-left: 0;
    list-style: none;
}

.product-list .product-item .details .qty {
    line-height: 32px;
    padding-top: 10px;
}

.product-list .product-item .details .qty:before, .product-list .product-item .details .qty:after {
    content: " ";
    display: table;
}

.product-list .product-item .details .qty:after {
    clear: both;
}

.product-list .product-item .details .qty:before, .product-list .product-item .details .qty:after {
    content: " ";
    display: table;
}

.product-list .product-item .details .qty:after {
    clear: both;
}

@media(max-width: 1023px) {
    .product-list .product-item .details .qty {
        line-height:42px;
    }
}

.product-list .product-item .details .qty label {
    float: left;
    margin: 0 10px 0 0;
}

.product-list .product-item .details .qty input {
    float: left;
    width: 70px;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 10px;
}

.product-list .product-item .details .qty .qtyValue {
    float: left;
    text-align: center;
    padding-right: 25px;
}

.product-list .product-item .details.with-editable-grid {
    cursor: pointer;
}

.product-list .product-item .details.with-editable-grid .qty {
    padding-right: 40px;
}

@media(min-width: 1024px) {
    .product-list .product-item .details.with-editable-grid .qty {
        line-height:32px;
    }
}

.product-list .product-item .details.with-editable-grid:before {
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 16px;
    top: 15px;
    bottom: 11px;
    content: "\e080";
}

@media(max-width: 1023px) {
    .product-list .product-item .details.with-editable-grid:before {
        right:20px;
    }
}

.product-list .product-item .details.with-editable-grid.open:before {
    content: "\e114";
}

.product-list .product-item .item-price {
    float: right;
    font-size: 18px;
    margin-top: -1px;
    font-weight: bold;
}

@media(max-width: 1023px) {
    .product-list .product-item .pickup-wrap {
        position:absolute;
        right: -1px;
        top: 65px;
        z-index: 1;
    }

    .product-list .product-item .pickup-wrap .pickup .radio-column {
        margin: 0;
    }

    .product-list .product-item .pickup-wrap .pickup .radio-column label {
        width: auto;
    }
}

@media(max-width: 639px) {
    .product-list .product-item .pickup-wrap {
        position:absolute;
        right: auto;
        top: auto;
        left: 100px;
        bottom: 15px;
        z-index: 1;
    }
}

.product-list .product-item .pickup {
    max-width: 350px;
    color: #082C76;
}

.product-list .product-item .pickup:before, .product-list .product-item .pickup:after {
    content: " ";
    display: table;
}

.product-list .product-item .pickup:after {
    clear: both;
}

.product-list .product-item .pickup:before, .product-list .product-item .pickup:after {
    content: " ";
    display: table;
}

.product-list .product-item .pickup:after {
    clear: both;
}

.product-list .product-item .pickup .radio-column {
    float: left;
    margin: 0 10px;
}

.product-list .product-item .pickup .radio-column input {
    display: block;
    float: left;
    margin: 10px 0;
}

.product-list .product-item .pickup .radio-column label {
    width: 50px;
    display: block;
    text-align: center;
    margin: 0 0 0 20px;
    opacity: 0.5;
    cursor: pointer;
}

.product-list .product-item .pickup .radio-column label span {
    display: block;
}

.product-list .product-item .pickup .radio-column label .glyphicon {
    font-size: 1.5em;
}

.product-list .product-item .pickup .radio-column input:checked+label {
    opacity: 1;
}

.product-list .product-item .pickup .store-column {
    margin: 5px 0 5px 5px;
    float: left;
}

.product-list .product-item .pickup .store-column .store-name {
    font-size: 13px;
}

.product-list .product-item .pickup .actions {
    clear: both;
    margin: 10px 0 10px 120px;
}

.product-list #cartOrderGridForm {
    background-color: #e4e4e4;
}

@media(min-width: 640px) {
    .product-list #cartOrderGridForm {
        max-height:480px;
        overflow: scroll;
    }
}

.product-list #cartOrderGridForm .update-future-stock {
    padding-right: 15px;
}

.product-list #cartOrderGridForm .product-grid-container table {
    border-bottom: 1px solid #cccccc;
}

.product-list #cartOrderGridForm .product-grid-container table:nth-child(2n) {
    background-color: transparent;
}

@media(max-width: 639px) {
    .product-list #cartOrderGridForm .product-grid-container {
        font-size:14px;
        margin: 0;
    }

    .product-list #cartOrderGridForm .product-grid-container .variant-detail {
        padding-left: 10px;
        padding-top: 10px;
    }

    .product-list #cartOrderGridForm .product-grid-container .variant-detail img {
        padding-right: 10px;
    }

    .product-list #cartOrderGridForm .product-grid-container .variant-select {
        padding-top: 22px;
        padding-right: 10px;
        vertical-align: top;
    }

    .product-list #cartOrderGridForm .product-grid-container>table {
        border-bottom: 1px solid #d9d9d9;
    }

    .product-list #cartOrderGridForm .product-grid-container>table tr td {
        border-bottom: none;
    }

    .product-list #cartOrderGridForm .product-grid-container .variant-summary {
        background-color: transparent;
    }

    .product-list #cartOrderGridForm .product-grid-container .variant-summary>td {
        padding-top: 0;
    }

    .product-list #cartOrderGridForm .product-grid-container .variant-summary .variant-summary-items {
        border: none;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .product-list #cartOrderGridForm .product-grid-container .variant-summary table tr td {
        padding: 0 10px 0 0;
    }

    .product-list #cartOrderGridForm .product-grid-container .variant-summary table tr td:last-child {
        padding: 0;
    }
}

.promotion {
    color: #016394;
}

.error-details-section .action {
    text-align: center;
    margin: 10px 0;
}

.doFlowSelectedChange, #selectPciOption {
    margin-top: 20px;
}

@media(max-width: 639px) {
    .continueShoppingButton, .checkoutButton, .addToShoppingListButton {
        margin-bottom:20px;
    }

    .doFlowSelectedChange {
        margin-top: 0;
    }
}

#cboxContent .cart_popup_error_msg {
    margin-bottom: 20px;
}

@media(min-width: 1024px) {
    #colorbox #cboxTitle .headline-text {
        display:block !important;
    }
}

.pickup-component .find-store-display:before, .pickup-component .find-store-display:after {
    content: " ";
    display: table;
}

.pickup-component .find-store-display:after {
    clear: both;
}

.pickup-component .find-store-display:before, .pickup-component .find-store-display:after {
    content: " ";
    display: table;
}

.pickup-component .find-store-display:after {
    clear: both;
}

.pickup-component .find-store-display .store-navigation {
    float: left;
    width: 50%;
    border-right: 1px solid #082C76;
}

.pickup-component .find-store-display .store-navigation .pickup-product {
    display: none;
    height: 56px;
    display: table;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.pickup-component .find-store-display .store-navigation .pickup-product .thumb, .pickup-component .find-store-display .store-navigation .pickup-product .name, .pickup-component .find-store-display .store-navigation .pickup-product .price {
    height: 56px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.pickup-component .find-store-display .store-navigation .pickup-product .thumb {
    width: 56px;
    padding: 10px;
}

.pickup-component .find-store-display .store-navigation .pickup-product .thumb img {
    height: 100%;
    width: 100%;
}

.pickup-component .find-store-display .store-navigation .pickup-product .price {
    padding: 0 10px;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product {
    height: 56px;
    display: table;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar {
    height: 56px;
    display: table-cell;
    padding-right: 10px;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group {
    border: 1px solid #cccccc;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group-btn {
    vertical-align: top;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .form-control {
    border: 0 none;
    height: 42px;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .btn {
    box-shadow: none !important;
    height: 42px;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .btn .glyphicon {
    top: 0;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me {
    height: 56px;
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
    display: none;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me .near-store span {
    margin-right: 10px;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager {
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    background: #fff;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager:before, .pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
    content: " ";
    display: table;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
    clear: both;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager:before, .pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
    content: " ";
    display: table;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
    clear: both;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager .prev {
    float: left;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager .next {
    float: right;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager .position {
    text-align: center;
    margin: 0 80px;
}

.pickup-component .find-store-display .display-details {
    float: left;
    width: 50%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.pickup-component .find-store-display .display-details .store-image {
    float: right;
    width: 150px;
}

.pickup-component .find-store-display .display-details .store-image img {
    width: 100%;
    height: auto;
}

.pickup-component .find-store-display .display-details .distance {
    text-align: right;
    margin-top: 10px;
}

.pickup-component .find-store-display .display-details .store-info .name {
    font-weight: bold;
}

.pickup-component .find-store-display .display-details .store-info .address {
    color: #777777;
}

.pickup-component .find-store-display .display-details .store-links {
    margin: 10px 0;
}

.pickup-component .find-store-display .display-details .store-links a {
    display: block;
}

.pickup-component .find-store-display .display-details .store-openings .title {
    font-weight: bold;
}

.pickup-component .find-store-display .display-details .store-openings dl dt {
    width: 60px;
    text-align: left;
    float: left;
}

.pickup-component .find-store-display .display-details .store-openings dl dd {
    margin-left: 80px;
}

.pickup-component .find-store-display .display-details .pickup-product {
    height: 125px;
    width: 100%;
    font-weight: bold;
    border-top: 1px solid #ddd;
}

.pickup-component .find-store-display .display-details .pickup-product .variants {
    height: 30px;
    margin-top: -30px;
    padding: 5px 10px;
    font-weight: normal;
}

.pickup-component .find-store-display .display-details .pickup-product .variants span:after {
    content: ", ";
}

.pickup-component .find-store-display .display-details .pickup-product .variants span:last-child:after {
    content: "";
}

.pickup-component .find-store-display .display-details .pickup-product .thumb {
    float: left;
    width: 112px;
    height: 112px;
    padding: 10px;
}

.pickup-component .find-store-display .display-details .pickup-product .thumb img {
    height: 100%;
    width: auto;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info {
    display: table;
    height: 56px;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name, .pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name {
    font-weight: normal;
    width: 100%;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
    padding: 0 10px;
    text-align: right;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price .stock {
    white-space: nowrap;
}

.pickup-component .find-store-display .display-details .pickup-product .action {
    height: 70px;
    padding: 10px;
    text-align: right;
}

.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
    width: 142px;
}

.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    height: 48px;
}

.pickup-component .pickup-store-list {
    padding-left: 0;
    list-style: none;
    height: 280px;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.pickup-component .pickup-store-list li.loading {
    height: 56px;
    background: #f2f4f7;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #082C76;
    text-align: center;
    line-height: 56px;
}

.pickup-component .pickup-store-list li.loading .glyphicon {
    color: #082C76;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@ -moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@ -webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@ keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pickup-component .pickup-store-list .pickup-store-list-entry {
    height: 56px;
}

.pickup-component .pickup-store-list .pickup-store-list-entry input {
    display: none;
}

.pickup-component .pickup-store-list .pickup-store-list-entry label {
    margin: 0;
    height: 100%;
    font-size: 13px;
    padding: 0 0 0 10px;
    display: table;
    width: 100%;
    cursor: pointer;
    position: relative;
    background: #f2f4f7;
    border-bottom: 1px solid #ddd;
}

.pickup-component .pickup-store-list .pickup-store-list-entry label:hover {
    background: #f2f2f2;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-name {
    display: block;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-city {
    display: block;
    font-weight: normal;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability {
    display: table;
    height: 100%;
    width: 80px;
    border-left: 1px solid #ddd;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 5px;
    text-align: center;
    white-space: nowrap;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span div {
    font-size: 10px;
}

.inline-layer {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.9s ease-out;
    -o-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
}

.inline-layer.open {
    height: auto !important;
}

.wusa-col-50 {
    width: 46%;
}

.wusa-h-75 {
    height: 75%;
}

.confirmAddress-responsive div#cboxLoadedContent {
    overflow-x: hidden !important;
}

tbody#tableBody tr td a {
    color: #007ab7;
}

.tablelinkCol {
    font-weight: normal ! important;
}

tbody tr td a {
    color: #0077b3;
}

tr.bg-brown th {
    vertical-align: bottom !important;
}

table.table-content a.tablelinkCol:hover {
    color: #082C76 !important;
}

.add-to-wishlist-disable {
    cursor: pointer;
    font-family: 'ssdlbold';
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

@media(min-width: 1024px) {
    .pickup-component .find-store-display .pickup-store-list {
        margin:0 -1px 0 0;
    }

    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label {
        padding-right: 14px;
    }

    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label:after {
        content: "";
        display: block;
        width: 1px;
        height: auto;
        position: absolute;
        top: -1px;
        right: 0;
        bottom: -1px;
        background: #082C76;
    }

    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked+label {
        background: #082C76;
    }

    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked+label .pickup-store-info {
        color: #fff;
    }

    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked+label .store-availability {
        color: #fff;
    }

    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked+label:after {
        display: block;
        content: "";
        width: 28px;
        height: 28px;
        position: absolute;
        top: 50%;
        right: -1px;
        background: transparent;
        border: 14px solid transparent;
        border-right-color: #fff;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media(max-width: 1023px) {
    .pickup-component {
        overflow:hidden;
    }

    .pickup-component .find-store-display {
        width: 200%;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .pickup-component .find-store-display .store-navigation {
        width: 50%;
        border: 0;
    }

    .pickup-component.show-store .find-store-display {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .pickup-component .qty-selector input {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        width: 60px;
    }

    .pickup-component .action {
        padding-top: 0 !important;
    }
}

@media(max-width: 639px) {
    .pickup-component .find-store-display .display-details .store-image {
        float:none;
        width: auto;
        margin-bottom: 10px;
    }

    .pickup-component .find-store-display .display-details .store-image:before, .pickup-component .find-store-display .display-details .store-image:after {
        content: " ";
        display: table;
    }

    .pickup-component .find-store-display .display-details .store-image:after {
        clear: both;
    }

    .pickup-component .find-store-display .display-details .store-image:before, .pickup-component .find-store-display .display-details .store-image:after {
        content: " ";
        display: table;
    }

    .pickup-component .find-store-display .display-details .store-image:after {
        clear: both;
    }

    .pickup-component .find-store-display .display-details .store-image img {
        width: 50%;
        height: auto;
        float: left;
        max-width: 150px;
    }

    .pickup-component .find-store-display .display-details .store-image .distance {
        width: 50%;
        text-align: left;
        float: left;
        margin: 0;
        padding: 0 0 0 10px;
    }

    .pickup-component .find-store-display .display-details .store-image .distance strong {
        display: block;
    }

    .pickup-component .find-store-display .display-details .pickup-product {
        position: relative;
    }

    .pickup-component .find-store-display .display-details .pickup-product .thumb {
        width: 56px;
        height: 56px;
        padding: 5px;
    }

    .pickup-component .find-store-display .display-details .pickup-product .action {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #fff;
        white-space: nowrap;
        padding-top: 0;
    }

    .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
        margin-right: 5px;
    }

    .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
        min-width: 120px;
    }

    .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        width: 60px;
    }

    .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pickup-component .find-store-display .display-details .pickup-product .action .btn {
        padding-left: 6px;
        padding-right: 6px;
    }

    .wusa-col-50 {
        width: 96%;
    }

    .wusa-h-75 {
        height: 80%
    }

    .confirmAddress-responsive .modal-header .btn-close {
        padding: 16px 30px 0px 0px;
        margin: -20px 5px 10px 0px;
    }
}

.pickup-component .display-details .store-tabs {
    position: relative;
    padding: 0 0 10px 10px;
    height: 252px;
}

.pickup-component .display-details .store-tabs .tabs-list {
    padding-left: 0;
    list-style: none;
    background-image: linear-gradient(to right, #f6f6f6 0%, #ffffff 8px);
    position: absolute;
    right: 0;
    top: 10px;
    padding: 10px 0;
}

.pickup-component .display-details .store-tabs .tabs-list .current-info {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.pickup-component .display-details .store-tabs .tabs-list:before, .pickup-component .display-details .store-tabs .tabs-list:after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 10px;
    left: 0;
    width: 100%;
}

.pickup-component .display-details .store-tabs .tabs-list:before {
    top: 0;
    background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}

.pickup-component .display-details .store-tabs .tabs-list:after {
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}

.pickup-component .display-details .store-tabs .tabs-list li {
    margin: 5px 0;
    border: 1px solid transparent;
    border-left: 0;
    color: #999;
    position: relative;
}

.pickup-component .display-details .store-tabs .tabs-list li a {
    color: inherit;
    font-size: 18px;
    padding: 5px 10px;
    display: block;
    border-left: 2px solid transparent;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.pickup-component .display-details .store-tabs .tabs-list li.active {
    border: 1px solid #eee;
    border-left: 0;
    background: #fff;
    color: #000;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
    border-right: 2px solid #082C76;
}

.pickup-component .display-details .store-tabs .tabs-list li.active a {
    border-left: 2px solid transparent !important;
}

.pickup-component .display-details .store-tabs .tabs-list li a:hover, .pickup-component .display-details .store-tabs .tabs-list li a:focus {
    color: #000;
    border-left: 2px solid #082C76;
}

.pickup-component .display-details .store-tabs .tabs-list li a:hover:before, .pickup-component .display-details .store-tabs .tabs-list li a:focus:before {
    display: block;
    content: attr(aria-label);
    width: auto;
    height: 20px;
    line-height: 20px;
    background: #082C76;
    position: absolute;
    top: 0;
    left: -10px;
    margin: 6px 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    font-size: 12px;
    padding: 0 5px;
    color: #fff;
    white-space: nowrap;
    z-index: 100;
}

.pickup-component .display-details .store-tabs .tabs-list li a:hover:after, .pickup-component .display-details .store-tabs .tabs-list li a:focus:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-left: 5px solid #082C76;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    margin: 6px 0;
    -webkit-transform: translate(-100%, 5px);
    -ms-transform: translate(-100%, 5px);
    -o-transform: translate(-100%, 5px);
    transform: translate(-100%, 5px);
}

.pickup-component .display-details .store-tabs .content {
    margin-right: 52px;
    overflow: auto;
    height: 100%;
}

.pickup-component .display-details .store-tabs .tabhead {
    display: none;
}

.pickup-component .display-details .store-tabs .pickup-map {
    height: 232px;
}

.addressbook-component {
    border: 1px solid #eee;
    padding: 0;
    margin: 140px 0;
}

.addressbook-component .addressbook-header {
    background: #eee;
    position: relative;
    border-bottom: 1px solid #082C76;
    padding: 10px;
    height: 56px;
    display: table;
    width: 100%;
}

.addressbook-component .addressbook-header .headline {
    line-height: 16px;
    font-weight: bold;
    font-size: 13px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.addressbook-component .addressbook-header .headline .back-to-storelist {
    display: none;
}

.addressbook-component .addressbook-header .close-addressbook {
    display: table-cell;
}

.addressbook-component .find-address-display:before, .addressbook-component .find-address-display:after {
    content: " ";
    display: table;
}

.addressbook-component .find-address-display:after {
    clear: both;
}

.addressbook-component .find-address-display:before, .addressbook-component .find-address-display:after {
    content: " ";
    display: table;
}

.addressbook-component .find-address-display:after {
    clear: both;
}

.addressbook-component .find-address-display .address-navigation {
    float: left;
    width: 50%;
    border-right: 1px solid #082C76;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border-top: 1px solid #DDDDDD;
    margin-top: -1px;
    background: #fff;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager:before, .addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
    content: " ";
    display: table;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
    clear: both;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager:before, .addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
    content: " ";
    display: table;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
    clear: both;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager .prev {
    float: left;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager .next {
    float: right;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager .position {
    text-align: center;
    margin: 0 80px;
}

.addressbook-component .find-address-display .display-details {
    float: left;
    width: 50%;
}

.addressbook-component .find-address-display .display-details .address-details {
    padding: 10px;
    height: 252px;
    overflow: hidden;
}

.addressbook-component .find-address-display .display-details .address-actions {
    height: 56px;
    width: 100%;
    font-weight: bold;
    border-top: 1px solid #ddd;
    padding: 10px 10px;
    position: relative;
}

.addressbook-component .find-address-display .display-details .address-actions .set-default {
    position: absolute;
    top: -50px;
    right: 10px;
}

.addressbook-component .address-list {
    padding-left: 0;
    list-style: none;
    height: 280px;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.addressbook-component .address-list .address-list-entry {
    height: 56px;
    overflow: hidden;
}

.addressbook-component .address-list .address-list-entry input {
    display: none;
}

.addressbook-component .address-list .address-list-entry label {
    margin: 0;
    height: 100%;
    font-size: 13px;
    padding: 0 0 0 10px;
    display: table;
    width: 100%;
    cursor: pointer;
    position: relative;
    background: #eee;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.addressbook-component .address-list .address-list-entry label:hover {
    background: #f2f2f2;
}

.addressbook-component .address-list .address-list-entry .address-info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.addressbook-component .address-list .address-list-entry .address-info .inner {
    max-height: 56px;
    overflow: hidden;
    display: block;
}

.addressbook-component .address-list .address-list-entry .address-list-entry-name {
    display: block;
}

.addressbook-component .address-list .address-list-entry .address-list-entry-city {
    display: block;
    font-weight: normal;
}

.addressbook-component .address-list .address-list-entry .address-actions {
    display: table;
    height: 100%;
    width: auto;
}

.addressbook-component .address-list .address-list-entry .address-actions span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    text-align: center;
}

.inline-layer {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.9s ease-out;
    -o-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
}

.inline-layer.open {
    height: auto !important;
}

@media(min-width: 1024px) {
    .addressbook-component .find-address-display .address-list {
        margin:0 -1px 0 0;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry label {
        padding-right: 14px;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry label:after {
        content: "";
        display: block;
        width: 1px;
        height: auto;
        position: absolute;
        top: -1px;
        right: 0;
        bottom: -1px;
        background: #082C76;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label {
        background: #082C76;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label .address-info {
        color: #fff;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label .address-actions {
        color: #fff;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label:after {
        display: block;
        content: "";
        width: 28px;
        height: 28px;
        position: absolute;
        top: 50%;
        right: -1px;
        background: transparent;
        border: 14px solid transparent;
        border-right-color: #fff;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media(max-width: 1023px) {
    .addressbook-component {
        overflow:hidden;
    }

    .addressbook-component .find-address-display {
        width: 200%;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .addressbook-component .find-address-display .address-navigation {
        width: 50%;
        border: 0;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label {
        background: #082C76;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label .address-info {
        color: #fff;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label .address-actions {
        color: #fff;
    }
}

@media(max-width: 639px) {
    .login-section .headline, .register-section .headline {
        margin-left:-10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.login-section .headline.border, .register-section .headline.border {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

form .forgotten-password {
    margin-bottom: 25px;
}

.forgotten-password.alert {
    padding-left: 0;
    padding-right: 0;
}

.forgotten-password .description {
    margin-bottom: 10px;
}

#colorbox .forgotten-password .btn-primary {
    margin-top: 5px;
}

.register-form-action, .login-form-action {
    margin-top: 35px;
}

.forgotten-password+.login-form-action {
    margin-top: 0;
}

@media(max-width: 639px) {
    .login-form-action .btn-default {
        margin-top:30px;
    }
}

@media(max-width: 639px) {
    .login-section .forgotten-password, .register-section .forgotten-password {
        margin-bottom:45px;
    }
}

.checkout-login .headline {
    color: #3c3c3c;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0;
}

@media(max-width: 639px) {
    .checkout-login .headline {
        margin-left:-10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-login .headline.border {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.checkout-login .btn.btn-block+.btn.btn-block {
    margin-top: 10px;
}

.checkout-new-account {
    text-align: center;
    background-color: #f4f4f4;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 55px;
}

.checkout-new-account-headline {
    font-size: 24px;
    font-weight: bold;
}

.checkout-new-account-form {
    text-align: left;
    margin-top: 25px;
}

.checkout-new-account .accountActions-bottom {
    margin-top: 35px;
}

@media(max-width: 639px) {
    .checkout-new-account {
        margin-left:-10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.checkout-headline {
    color: #3c3c3c;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0;
}

@media(max-width: 639px) {
    .checkout-headline {
        margin-left:-10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-headline.border {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.checkout-headline span {
    color: #cccccc;
    margin-right: 5px;
    top: 2px;
}

.checkout-body-styling {
    padding: 30px 20px 15px;
    border: 1px solid #cccccc;
    border-top: 0;
}

.checkout-steps .step-head {
    background: #f4f4f4;
    color: #3c3c3c;
    border: 1px solid #cccccc;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: table;
    width: 100%;
    padding: 10px 20px 10px 40px;
    height: 49px;
    counter-increment: checkout;
}

.checkout-steps .step-head:before {
    content: counter(checkout) '.';
    position: absolute;
    left: 3px;
    top: 0;
    width: 50px;
    text-align: center;
    line-height: 49px;
}

.checkout-steps .step-head+.step-head {
    margin-top: 10px;
}

.checkout-steps .step-head.active {
    background: #e4e4e4;
    color: #3c3c3c;
    border-color: #cccccc;
}

.checkout-steps .step-head .title {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.checkout-steps .step-head .edit {
    color: #082C76;
    font-size: 20px;
    display: table-cell;
    vertical-align: top;
}

.checkout-steps .step-body .step-body-form {
    padding: 30px 20px 15px;
    border: 1px solid #cccccc;
    margin-top: 16px;
}

.checkout-steps .step-body .step-body-form .radiobuttons_paymentselection {
    margin-bottom: 5px;
}

.checkout-steps .step-body .checkout-next {
    margin: 30px 0;
}

.checkout-steps .step-body hr {
    margin: 0 -20px;
    border-color: #cccccc;
}

.checkout-steps .step-body .checkout-indent .headline {
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 30px;
}

@media(max-width: 639px) {
    .checkout-steps {
        padding-left:10px;
        padding-right: 10px;
    }

    .checkout-steps .step-head {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .checkout-steps .step-head:before {
        line-height: 68px;
    }
}

.checkout-shipping {
    padding: 30px 20px 15px;
    border: 1px solid #cccccc;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

.checkout-shipping .checkout-shipping-items .checkout-shipping-items-header {
    text-transform: uppercase;
    padding: 25px 0 10px 0;
    font-size: 16px;
    font-weight: 700;
}

.checkout-shipping .checkout-shipping-items>div {
    padding-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-shipping .checkout-shipping-items ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.checkout-shipping .checkout-shipping-items ul li {
    padding-top: 6px;
    line-height: 18px;
}

.checkout-shipping .checkout-shipping-items ul li:first-child {
    padding-top: 1px;
}

.checkout-shipping .checkout-shipping-items ul li .name {
    font-weight: 700;
}

.checkout-shipping .simplify-pickup-locations {
    background: #f2f4f7;
    padding: 10px;
}

.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header {
    background: #b3bfd0;
    padding: 10px;
    line-height: 35px;
    margin: -10px -10px 10px -10px;
}

.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:before, .checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
    content: " ";
    display: table;
}

.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
    clear: both;
}

.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:before, .checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
    content: " ";
    display: table;
}

.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
    clear: both;
}

.checkout-shipping .simplify-pickup-locations ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.checkout-shipping .simplify-pickup-locations ul li+li {
    border-top: 1px solid #b3bfd0;
}

.checkout-shipping .simplify-pickup-locations ul a {
    color: #3c3c3c;
    background: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
}

@media(max-width: 1399px) {
    .checkout-shipping .checkout-shipping-items .qty {
        text-align:right;
    }

    .checkout-shipping .checkout-shipping-items .checkout-pickup-items {
        padding-bottom: 0;
    }
}

.checkout-paymentmethod {
    padding: 30px 20px 15px;
    border: 1px solid #cccccc;
    border-top: 0;
    padding-top: 0;
}

.step-body .checkout-paymentmethod hr {
    margin-top: 25px;
}

#addressbook, #savedpayments, #savedpaymentsbody {
    display: none;
    padding-bottom: 20px;
}

#colorbox #addressbook, #colorbox #savedpayments, #colorbox #savedpaymentsbody {
    display: block;
}

#addressbook ul, #savedpayments ul, #savedpaymentsbody ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

#addressbook ul li, #savedpayments ul li, #savedpaymentsbody ul li {
    padding: 10px 0;
}

.checkout-order-summary .checkout-order-summary-list {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #cccccc;
    margin: 0;
}

@media(min-width: 640px) {
    .checkout-order-summary .checkout-order-summary-list:first-of-type .checkout-order-summary-list-heading {
        padding-top:15px;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading:only-child {
        border-bottom: 0;
    }
}

.checkout-order-summary .checkout-order-summary-list li {
    padding: 20px;
}

.checkout-order-summary .checkout-order-summary-list li:before, .checkout-order-summary .checkout-order-summary-list li:after {
    content: " ";
    display: table;
}

.checkout-order-summary .checkout-order-summary-list li:after {
    clear: both;
}

.checkout-order-summary .checkout-order-summary-list li:before, .checkout-order-summary .checkout-order-summary-list li:after {
    content: " ";
    display: table;
}

.checkout-order-summary .checkout-order-summary-list li:after {
    clear: both;
}

.checkout-order-summary .checkout-order-summary-list li:nth-child(2n + 3) {
    background-color: #f2f2f2;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading {
    background-color: #e4e4e4 !important;
    color: #3c3c3c;
    padding: 15px 20px;
    border-bottom: 1px solid #cccccc;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading>div {
    float: left;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .title {
    font-weight: 700;
    padding-right: 5px;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .address {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 85%;
}

.checkout-order-summary .checkout-order-summary-list .thumb {
    float: left;
    margin-right: 20px;
    width: 65px;
}

.checkout-order-summary .checkout-order-summary-list .thumb img {
    width: 100%;
    height: auto;
}

.checkout-order-summary .checkout-order-summary-list .price {
    float: right;
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}

.checkout-order-summary .checkout-order-summary-list .details {
    font-size: 14px;
    margin-left: 85px;
}

.checkout-order-summary .checkout-order-summary-list .details .name {
    font-weight: 600;
}

.checkout-order-summary .checkout-order-summary-list .details .promotion {
    color: #016394;
}

.checkout-order-summary .checkout-order-summary-list .updateQuantityProduct-toggle {
    float: right;
}

.checkout-order-summary .checkout-order-summary-list .stock-status {
    clear: both;
    padding: 10px 0;
    font-size: 13px;
}

@media(max-width: 1023px) {
    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .address {
        width:100%;
    }
}

.checkout-order-summary .subtotals {
    font-size: 18px;
    margin-top: 30px;
}

.checkout-order-summary .subtotals .subtotal, .checkout-order-summary .subtotals .shipping, .checkout-order-summary .subtotals .tax, .checkout-order-summary .subtotals .totals {
    padding: 5px 0;
}

.checkout-order-summary .subtotals .subtotal span, .checkout-order-summary .subtotals .shipping span, .checkout-order-summary .subtotals .tax span, .checkout-order-summary .subtotals .totals span {
    float: right;
    font-weight: 600;
}

.checkout-order-summary .subtotals .totals {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid #cccccc;
}

.checkout-order-summary .subtotals .realTotals {
    font-size: 14px;
}

@media(max-width: 639px) {
    .checkout-order-summary {
        padding:30px 20px 15px;
        border: 1px solid #cccccc;
        border-top: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .checkout-order-summary .checkout-order-summary-list {
        padding-left: 0;
        list-style: none;
        border: none;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading {
        background-color: transparent !important;
        color: #3c3c3c;
        padding: 25px 20px;
        border-color: #cccccc;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .title {
        text-transform: uppercase;
        font-size: 16px;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items {
        border-bottom: 1px solid #cccccc;
    }

    .checkout-order-summary .subtotals {
        padding: 0 20px;
    }
}

.checkout-review {
    padding: 30px 20px 15px;
    border: 1px solid #cccccc;
    border-top: 0;
}

.checkout-review .checkout-order-summary .subtotals {
    margin-top: 0;
}

.place-order-form .checkbox {
    margin: 25px 0 40px;
}

.place-order-form .checkbox label {
    font-size: 14px;
    color: #3c3c3c;
    text-transform: none;
}

.btn-close-terms-and-conditions {
    margin: 30px 0;
}

@media(min-width: 640px) {
    .place-order-form .checkbox {
        margin-left:20px;
        margin-right: 20px;
    }
}

.checkout-help {
    text-align: center;
    border: 1px solid #cccccc;
    font-size: 15px;
    padding: 10px;
    margin-top: 60px;
}

@media(max-width: 639px) {
    .checkout-help {
        margin-top:30px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.checkout-success-body {
    margin: 30px 0 55px;
    text-align: center;
}

.checkout-success-body-headline {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.checkout-success-body-register {
    overflow: hidden;
    margin: 20px 0 35px 0;
}

.checkout-success-body-register .login-section, .checkout-success-body-register .register-section {
    margin: 0 auto;
    float: none;
    background-color: #f2f4f7;
    padding: 15px;
}

.checkout-success-body-register .checkout-success-body-register-email {
    display: inline-block;
    margin-left: 5px;
}

.checkout-success-body-register form {
    padding: 20px 0;
    text-align: left;
}

.termsAndConditions-section {
    padding-bottom: 20px;
}

label.terms {
    margin: 15px 0;
}

fieldset#cardDate>.control-label, fieldset#startDate>.control-label {
    font-weight: bold;
    margin-bottom: 5px;
}

fieldset#cardDate .form-group .control-label, fieldset#startDate .form-group .control-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid #cboxLoadedContent {
    margin-top: 100px;
    padding: 0;
}

@media(max-width: 1023px) {
    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid #cboxLoadedContent {
        margin-top:130px;
    }
}

@media(max-width: 639px) {
    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid #cboxLoadedContent {
        margin-top:170px;
    }
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid .grid-row {
    border-top: 1px solid #e5e5e5;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid .grid-row:nth-child(2n+2) {
    background: #f2f2f2;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid .grid-prod-info {
    display: inline-block;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td {
    padding: 10px 10px 15px;
    vertical-align: top;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td>span {
    display: block;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td.grid-prod-img {
    padding-left: 40px;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-variant, .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-size {
    font-weight: bold;
    min-width: 80px;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-variant {
    display: block;
    font-size: 16px;
}

@media(max-width: 639px) {
    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td {
        padding:10px 15px 15px;
    }

    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td:nth-child(2n+2) {
        background-color: transparent;
    }

    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-prod-info {
        display: block;
        text-align: left;
    }

    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-prod-info span {
        display: inline-block;
    }

    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-price {
        float: right;
    }
}

#storeFinder {
    margin-top: 20px;
}

#storeFinder #storelocator-query {
    height: 48px;
}

.store-finder {
    display: none;
    padding: 0;
}

.store-finder-headline {
    font-size: 18px;
    margin-bottom: 10px;
}

.store-finder-search .row>* {
    margin-bottom: 10px;
}

.store-finder-pagination {
    line-height: 48px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.store-finder-pagination:before, .store-finder-pagination:after {
    content: " ";
    display: table;
}

.store-finder-pagination:after {
    clear: both;
}

.store-finder-pagination:before, .store-finder-pagination:after {
    content: " ";
    display: table;
}

.store-finder-pagination:after {
    clear: both;
}

.store-finder-pagination>div {
    line-height: 1;
}

.store-finder-navigation {
    overflow: hidden;
    height: 561px;
}

.store-finder-navigation, .store-finder-details {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.store-finder-map {
    width: 100%;
    height: 200px;
}

.store-finder .stores-nearby {
    margin-bottom: 10px;
}

.store-finder-navigation-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    border: 1px solid #ddd;
    position: relative;
}

.store-finder-navigation-list li.loading {
    height: 56px;
    background: #f2f4f7;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 56px;
}

.store-finder-navigation-list li.loading .glyphicon {
    color: #ff4444;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@ -moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@ -webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@ keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.store-finder-navigation-list-entry {
    height: 56px;
}

.store-finder-navigation-list-entry:last-child label {
    border: 0;
}

.store-finder-navigation-list-entry input {
    display: none;
}

.store-finder-navigation-list-entry label {
    margin: 0;
    height: 100%;
    font-size: 13px;
    padding: 0 14px 0 10px;
    display: table;
    width: 100%;
    cursor: pointer;
    position: relative;
    background: #f2f4f7;
    border-bottom: 1px solid #ddd;
}

.store-finder-navigation-list-entry label:hover {
    background: #f2f2f2;
}

.store-finder-navigation-list-entry input:checked+label {
    background: #082C76;
    color: #fff !important;
}

.store-finder-navigation-list-entry input:checked+label:after {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: -1px;
    background: transparent;
    border: 14px solid transparent;
    border-right-color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.store-finder-navigation-list-entry-info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.store-finder-navigation-list-entry-name {
    display: block;
}

.store-finder-navigation-list-entry-city {
    display: block;
    font-weight: normal;
}

.store-finder-navigation-list-entry-distance {
    display: table;
    height: 100%;
    width: 80px;
    border-left: 1px solid #ddd;
}

.store-finder-navigation-list-entry-distance span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 5px;
    text-align: center;
    white-space: nowrap;
}

.store-finder-details-back {
    margin-bottom: 20px;
    display: none !important;
}

@media(max-width: 639px) {
    .store-finder-details-back {
        display:inline-block !important;
    }
}

.store-finder-details-image {
    width: 112px;
    float: left;
    margin-right: 10px;
}

.store-finder-details-image img {
    width: 100%;
    height: auto;
}

.store-finder-details-info {
    margin-left: 122px;
}

.store-finder-details-info-name {
    font-weight: bold;
}

.store-finder-details hr {
    clear: both;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 1px;
    position: relative;
    border: 0;
}

.store-finder-details hr:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    height: 1px;
    right: 0;
    left: 0;
    background: #ddd;
}

.store-finder-details-map {
    background: #eee;
}

.store-finder-details-openings dl dt {
    text-align: left !important;
    width: 60px;
}

.store-finder-details-openings dl dd {
    margin-left: 60px;
}

.store-finder-details-openings ul {
    padding-left: 0;
    list-style: none;
}

@media(max-width: 639px) {
    .store-finder .back-to-storelist {
        margin-bottom:10px;
    }

    .store-finder .store-finder-panel {
        width: 200%;
        margin: 0;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .store-finder .store-finder-panel>* {
        padding: 0;
    }

    .store-finder .store-finder-panel .store-finder-details {
        display: none;
    }

    .store-finder .store-finder-pagination {
        line-height: 20px;
    }

    .store-finder.show-store .store-finder-pagination {
        color: rgba(0, 0, 0, 0);
        height: 46px;
    }

    .store-finder.show-store .store-finder-pagination * {
        display: none;
    }

    .store-finder.show-store .store-finder-panel {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .store-finder.show-store .store-finder-panel .store-finder-navigation {
        padding-right: 20px;
    }

    .store-finder.show-store .store-finder-panel .store-finder-details {
        display: block;
    }
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    width: 100%;
    height: 100%;
    position: fixed !important;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
}

#cboxTopCenter {
    height: 14px;
}

#cboxTopRight {
    width: 14px;
    height: 14px;
}

#cboxBottomLeft {
    width: 14px;
}

#cboxBottomCenter {
    height: 43px;
}

#cboxBottomRight {
    width: 14px;
}

#cboxMiddleLeft {
    width: 14px;
}

#cboxMiddleRight {
    width: 14px;
}

#cboxContent {
    background: #fff;
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #7C7C7C;
}

#cboxPrevious, #cboxNext, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxPrevious {
    left: 0px;
    background-position: -51px -25px;
}

#cboxPrevious:hover {
    background-position: -51px 0px;
}

#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}

#cboxNext:hover {
    background-position: -75px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0px;
    right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0px;
}

.h-80 {
    height: 80% !important;
}

.confirmAddress-responsive div#cboxTitle {
    padding-left: 5px;
}

#cboxTitle {
    position: absolute;
    top: 0;
    height: 70px;
    display: table;
    width: 100%;
    padding: 20px 0px 0px 20px;
}

#cboxTitle .headline {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
    width: 100%;
    vertical-align: middle;
}

#cboxClose {
    position: absolute;
    right: 13px;
    top: 20px;
    background: transparent;
    border: 0 none;
}

#cboxLoadedContent {
    margin-top: 42px;
    padding: 10px 20px 30px 20px;
}

.confirmAddress-responsive #cboxLoadedContent {
    margin-top: 20px !important;
    padding: 10px 20px 30px 20px;
}

#cboxLoadedContent .add-to-cart-item {
    margin-bottom: 20px;
}

#cboxLoadedContent .addressEntry+.addressEntry, #cboxLoadedContent .saved-payment-entry+.saved-payment-entry {
    margin-top: 55px;
}

#cboxLoadedContent .addressEntry ul, #cboxLoadedContent .saved-payment-entry ul {
    margin-top: -10px;
    margin-bottom: 20px;
}

#cboxLoadedContent .modal-actions {
    #margin-left:-10px;#margin-right:-10px;#margin-top:20px;}

#cboxLoadedContent .modal-actions .btn {
    margin-top: 20px;
}

@media(max-width: 639px) {
    #cboxTitle {
        height:90px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #cboxTitle:before, #cboxTitle:after {
        content: " ";
        display: table;
    }

    #cboxTitle:after {
        clear: both;
    }

    #cboxTitle:before, #cboxTitle:after {
        content: " ";
        display: table;
    }

    #cboxTitle:after {
        clear: both;
    }

    #cboxLoadedContent {
        padding: 15px 20px 30px 20px;
    }

    #cboxLoadedContent .addressEntry ul {
        margin-top: -25px;
    }

    .confirmAddress-responsive #cboxLoadedContent {
        margin-top: 80px;
        padding: 15px 20px 30px 20px;
    }
}

.price del {
    color: #000;
    font-weight: bold;
}

.price ins {
    color: #3c3c3c;
    text-decoration: none;
}

a.price ins:hover {
    color: #232323;
}

.price.msrp {
    color: #666;
}

.account-navigation {
    margin-bottom: 10px;
}

.account-navigation .account-navigation-header {
    padding: 10px;
    text-transform: uppercase;
}

.account-navigation .account-navigation-header a {
    display: block;
}

.account-navigation .account-navigation-list {
    margin: 10px;
    padding-left: 0;
    list-style: none;
}

@media(min-width: 640px) and (max-width:1023px) {
    .account-navigation .account-navigation-list {
        display:none !important;
    }
}

@media(max-width: 639px) {
    .account-navigation .account-navigation-list {
        display:none !important;
    }
}

.account-navigation .account-navigation-list li.title {
    margin-top: 10px;
    font-weight: bold;
}

.account-navigation .account-navigation-list li.active {
    font-weight: bold;
}

.account-navigation .account-navigation-list li a:hover, .account-navigation .account-navigation-list li afocus {
    color: #082C76;
}

.account-home .account-home-section {
    margin-bottom: 20px;
}

.account-home .account-home-section .account-home-section-header {
    background: #f2f4f7;
    padding: 10px;
    text-transform: uppercase;
}

.account-home .account-home-section .account-home-section-content {
    height: 100px;
    padding: 10px;
    border: 1px solid #f2f4f7;
    border-top: 0;
}

.account-home .account-home-section .account-home-section-content ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

@media(max-width: 1023px) {
    .account-home .account-home-section {
        margin-bottom:10px;
    }

    .account-home .account-home-section .account-home-section-content {
        height: auto;
        padding: 0;
    }

    .account-home .account-home-section .account-home-section-content ul li a {
        padding: 10px;
        display: block;
    }

    .account-home .account-home-section .account-home-section-content ul li+li {
        border-top: 1px solid #eee;
    }
}

.account-section .pagination-bar .pagination-toolbar {
    padding-left: -1px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: -1px;
    border-bottom: none;
}

.dateFilter {
    appearance: auto;
    height: 30px;
    width: 16% !important;
}

.account-section .pagination-bar .pagination-bar-results {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 10px;
}

@media(max-width: 639px) {
    .account-section .pagination-bar .pagination-bar-results {
        border-bottom:1px solid #cccccc;
    }
}

.account-section .pagination-bar.bottom .pagination-toolbar {
    padding-top: 5px;
    border: none;
}

@media(max-width: 639px) {
    .account-section .pagination-bar .pagination-toolbar {
        margin:0;
    }

    .account-section .pagination-bar .pagination-bar-results {
        border-bottom: 1px solid #cccccc;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .account-section .account-overview-table, .account-section div.responsive-table {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.account-section .addressBackBtn, .account-section .orderTopBackBtn {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.account-section .account-section-header {
    color: #3c3c3c;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0;
    text-transform: capitalize;
    border-bottom: 1px solid #cccccc;
}

#account-header-section h1 {
    color: #3c3c3c;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'ssdlbook';
    text-align: left;
}

@media(max-width: 639px) {
    .account-section .account-section-header {
        margin-left:-10px;
        margin-right: -10px;
        padding: 10px;
    }
}

.account-section .account-section-header.border {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.account-section .account-section-header.account-section-header-secondary {
    color: #3c3c3c;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    padding-bottom: 10px;
}

.account-section .account-section-header.no-border {
    border-bottom: none;
}

.account-section .account-section-header .account-section-header-add {
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
}

.account-section .account-orderdetail+.account-section-content .pagination-bar {
    margin-top: 0;
}

@media(max-width: 639px) {
    .account-section .account-section-content {
        margin:0;
    }
}

.account-section .account-section-content.content-empty {
    margin: 45px 0;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.account-section .account-section-content .help-block {
    font-size: 14px;
    font-weight: normal;
    color: #082C76;
}

.account-section .account-section-content .account-orderhistory-pagination {
    padding-right: -10px;
}

.account-section .account-section-content .account-orderhistory-pagination .account-orderhistory-pagination-text {
    line-height: 32px;
}

.account-section .account-section-content .account-orderhistory-pagination .pager {
    margin: 0;
}

.account-section .account-section-content .account-orderhistory-sort {
    background: #f2f4f7;
    padding: 10px;
}

.account-section .account-section-content table>tbody>tr>td:nth-child(2) a {
    font-weight: 600;
}

.account-section .account-section-content .accountActions {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}

@media(max-width: 639px) {
    .account-section .account-section-content .accountActions .accountButtons:first-child {
        padding-bottom:20px;
    }
}

@media(min-width: 640px) {
    .account-section .account-section-content .accountActions .accountButtons:first-child {
        padding-left:10px;
    }

    .account-section .account-section-content .accountActions .accountButtons:last-child {
        padding-right: 10px;
    }
}

.account-section .account-section-content .accountActions .accountButtons {
    padding-left: 0;
    padding-right: 0;
}

.account-section .account-section-content .disable-link, .account-section .account-section-content .enable-link {
    display: block;
    float: right;
    text-align: right;
    margin: 25px 0;
    padding-right: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

@media(max-width: 639px) {
    .account-section .account-section-content .disable-link, .account-section .account-section-content .enable-link {
        text-align:center;
        float: none;
        padding-right: 0 !important;
    }
}

.account-section .account-section-content .disable-link button, .account-section .account-section-content .enable-link button {
    background: transparent;
    border: 0 none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
}

.account-section .account-section-content .disable-link button[disabled], .account-section .account-section-content .enable-link button[disabled] {
    color: #929292;
}

.account-section .account-section-content .disable-link form, .account-section .account-section-content .enable-link form {
    display: inline-block;
}

.account-section .account-section-content .enable-link+.disable-link, .account-section .account-section-content .disable-link+.enable-link, .account-section .account-section-content .disable-link+.disable-link, .account-section .account-section-content .enable-link+.enable-link {
    padding-right: 20px;
    position: relative;
}

.account-section .account-section-content .enable-link+.disable-link:before, .account-section .account-section-content .disable-link+.enable-link:before, .account-section .account-section-content .disable-link+.disable-link:before, .account-section .account-section-content .enable-link+.enable-link:before {
    content: "";
    display: block;
    position: absolute;
    height: 24px;
    width: 1px;
    right: 10px;
    background: #cccccc;
    top: 0;
}

@media(max-width: 639px) {
    .account-section .account-section-content .enable-link+.disable-link:before, .account-section .account-section-content .disable-link+.enable-link:before, .account-section .account-section-content .disable-link+.disable-link:before, .account-section .account-section-content .enable-link+.enable-link:before {
        display:none;
    }
}

.account-section .account-section-content .disable-link a, .account-section .account-section-content .disable-link button, .account-section .account-section-content .disable-link form {
    color: #ed1c24;
}

.account-section .cancel-panel {
    float: right;
}

@media(min-width: 640px) {
    .account-section .cancel-panel {
        padding-left:0;
    }
}

.account-section .btn.btn-block+.btn.btn-block {
    margin-top: 10px;
}

.account-section .account-list.account-addressbook ul, .account-section .account-list.account-paymentdetails ul {
    margin-bottom: 30px;
}

.account-section .account-list ul {
    padding-left: 0;
    list-style: none;
    float: left;
    width: 90%;
}

.account-section .account-list ul li {
    text-overflow: ellipsis;
    overflow: hidden;
}

.account-section .account-list .account-list-header {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #f4f4f4;
    padding: 10px 25px;
    font-size: 20px;
    line-height: 1.5;
    margin-top: -1px;
}

.account-section .account-list .account-list-header .account-list-header-add {
    font-size: 15px;
    line-height: 2;
    font-weight: 600;
    position: relative;
    top: 2px;
}

.account-section .account-list .account-cards {
    border-left: 1px solid #cccccc;
}

.account-section .account-list .account-cards.card-select {
    border-top: 1px solid #cccccc;
}

.account-section .account-list .account-cards-actions {
    float: right;
    width: 24px;
}

.account-section .account-list .account-cards-actions .glyphicon {
    font-size: 24px;
    margin-bottom: 20px;
}

.account-section .account-list .account-cards-actions .edit-item .glyphicon {
    margin-top: 3px;
}

.account-section .account-list .account-cards .card {
    list-style: none;
    border-left: 0;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    float: left;
    padding: 30px 25px 25px;
    margin-bottom: 0;
}

.account-section .account-list .account-cards .card:first-child {
    margin-left: -1px;
}

.account-section .account-list .account-cards .card span {
    padding: 0;
    text-align: right;
}

.account-section .account-list .account-cards .card>ul>li {
    margin-bottom: 3px;
}

.account-section .account-list .account-cards .card>ul>li:first-child {
    text-transform: uppercase;
    font-weight: 600;
}

.account-section .account-list .account-cards .card .action-links {
    float: right;
    height: 50px;
    width: 50px;
    margin-right: -15px;
    margin-top: -15px;
    text-align: right;
}

.account-section .account-list .account-cards .card .action-links .glyphicon-remove, .account-section .account-list .account-cards .card .action-links .glyphicon-pencil {
    font-size: 20px;
    color: #929292;
    padding-right: 15px;
    padding-top: 15px;
}

.account-section .account-list .account-cards .card .action-links:hover .glyphicon-remove, .account-section .account-list .account-cards .card .action-links:hover .glyphicon-pencil {
    color: #082C76;
}

@media(min-width: 640px) {
    .account-section .account-list .account-cards {
        display:-webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.account-section .account-list .account-set-default-address {
    position: absolute;
    left: 25px;
    bottom: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #082C76;
    background: transparent;
    padding: 0;
    border: 0 none;
}

@media(max-width: 639px) {
    .account-section .account-list .account-set-default-address {
        left:20px;
    }
}

@media(max-width: 639px) {
    .account-section .account-section-header {
        margin-left:-10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .account-section .account-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .account-section .account-list .account-cards {
        border: none;
    }

    .account-section .account-list .account-cards .card {
        border-left: 0;
        border-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .account-section .account-list .account-cards .card:first-child {
        margin: 0;
    }

    .account-section .account-list .account-cards .selected:first-child {
        border-left: none;
    }
}

.account-profil .account-profil-info {
    margin: 0 0 10px;
}

.account-profil .account-profil-info .account-profil-info-line {
    line-height: 2em;
}

.account-profil .account-profil-info .account-profil-info-line span {
    display: inline-block;
    width: 100px;
}

.account-profil a.btn {
    margin-top: 10px;
}

.account-profil .btn+.btn {
    margin-left: 10px;
}

.account-orderdetail:before, .account-orderdetail:after {
    content: " ";
    display: table;
}

.account-orderdetail:after {
    clear: both;
}

.account-orderdetail:before, .account-orderdetail:after {
    content: " ";
    display: table;
}

.account-orderdetail:after {
    clear: both;
}

.account-orderdetail .col-sm-9>.col-sm-4:nth-child(3n+1) {
    clear: both;
}

.account-orderdetail .order-savings {
    text-align: right;
    color: #00a651;
    font-weight: 700;
    padding: 10px 10px 25px 0;
}

.account-orderdetail .order-savings+.order-savings {
    padding-top: 0;
}

.account-orderdetail .item-box {
    background: #afb2b5;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.account-orderdetail .item-box:before, .account-orderdetail .item-box:after {
    content: " ";
    display: table;
}

.account-orderdetail .item-box:after {
    clear: both;
}

.account-orderdetail .item-box:before, .account-orderdetail .item-box:after {
    content: " ";
    display: table;
}

.account-orderdetail .item-box:after {
    clear: both;
}

.account-orderdetail .order-data {
    background-color: #F2F4F7;
    padding: 10px;
}

.account-orderdetail .orderDetail_itemHeader {
    font-size: 20px;
    background-color: #f4f4f4;
    padding: 10px 20px;
}

.account-orderdetail .button-panel {
    float: right;
    max-width: 200px;
}

.account-orderdetail .account-orderdetail-item-section-body ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.account-orderdetail .account-orderdetail-item-section-body ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.account-orderdetail .account-orderdetail-item-section-body ul li:before, .account-orderdetail .account-orderdetail-item-section-body ul li:after {
    content: " ";
    display: table;
}

.account-orderdetail .account-orderdetail-item-section-body ul li:after {
    clear: both;
}

.account-orderdetail .account-orderdetail-item-section-body ul li:before, .account-orderdetail .account-orderdetail-item-section-body ul li:after {
    content: " ";
    display: table;
}

.account-orderdetail .account-orderdetail-item-section-body ul li:after {
    clear: both;
}

.account-orderdetail .account-orderdetail-item-section-body ul li+li {
    border-top: 1px solid #eee;
}

.account-orderdetail .account-orderdetail-item-section-body ul .thumb {
    float: left;
    margin-right: 10px;
    max-width: 100px;
}

.account-orderdetail .account-orderdetail-item-section-body ul .price-total {
    float: right;
    padding-right: 10px;
}

.account-orderdetail .account-orderdetail-item-section-body ul .details .name {
    font-weight: bold;
}

.account-orderdetail .account-orderdetail-item-section-body ul .promo {
    color: #33cc33;
}

@media(min-width: 1024px) and (max-width:1399px) {
    .account-orderdetail .account-orderdetail-item-section-body ul .promo {
        padding-left:22px;
    }
}

@media(min-width: 1400px) {
    .account-orderdetail .account-orderdetail-item-section-body ul .promo {
        padding-left:0;
    }
}

.account-orderdetail .account-orderdetail-item-section-body ul .promo li {
    border-bottom: 0;
}

.account-orderdetail .account-orderdetail-item-section-footer {
    padding-top: 55px;
}

@media(min-width: 640px) {
    .account-orderdetail .account-orderdetail-item-section-footer>div {
        padding-left:5px;
    }
}

.account-orderdetail .orderTotal {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 20px;
}

.account-orderdetail .orderTotal .text-right {
    font-weight: 700;
}

.account-orderdetail .orderTotal .totals {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
}

.account-orderdetail .order-store-address .order-track-number, .account-orderdetail .order-store-hours .order-track-number {
    color: #ed1c24;
}

.account-orderdetail .order-billing-address ul {
    padding: 0;
}

.account-orderdetail .order-billing-address ul li {
    list-style: none;
}

.account-orderdetail .order-billing-address .label-order, .account-orderdetail .order-payment-data .label-order, .account-orderdetail .order-ship-to .label-order, .account-orderdetail .order-shipping-method .label-order, .account-orderdetail .order-tracking-no .label-order, .account-orderdetail .order-store-address .label-order, .account-orderdetail .order-store-hours .label-order {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 2px;
}

.account-orderdetail .order-billing-address .value-order-date, .account-orderdetail .order-payment-data .value-order-date, .account-orderdetail .order-ship-to .value-order-date, .account-orderdetail .order-shipping-method .value-order-date, .account-orderdetail .order-tracking-no .value-order-date, .account-orderdetail .order-store-address .value-order-date, .account-orderdetail .order-store-hours .value-order-date {
    display: inline-block;
    min-width: 15%;
}

.account-orderdetail .value-order {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

@media(max-width: 639px) {
    .account-orderdetail .order-shipping-method, .account-orderdetail .order-tracking-no, .account-orderdetail .order-payment-data, .account-orderdetail .order-store-hours {
        padding-top:20px;
    }
}

.account-orderdetail .account-orderdetail-orderTotalDiscount-section {
    clear: both;
}

.account-orderdetail .account-orderdetail-orderTotalDiscount-section .order-total-taxes {
    text-align: right;
    padding-right: 10px;
}

@media(max-width: 1023px) {
    .account-orderdetail .account-orderdetail-orderTotalDiscount-section {
        margin-bottom:20px;
    }
}

.account-orderdetail .product-list {
    border: none;
    clear: both;
    margin: 0;
}

.account-orderdetail .product-list .order-grid {
    background-color: #e4e4e4;
}

.account-orderdetail .product-list .order-grid .grid-row>td {
    border-bottom: 1px solid #d9d9d9;
}

.account-orderdetail .product-list .order-grid .grid-prod-img {
    width: 100px;
    padding-top: 25px;
    vertical-align: top;
}

.account-orderdetail .product-list .order-grid .grid-prod-img+td {
    padding-bottom: 5px;
}

.account-orderdetail .product-list .order-grid .grid-variant, .account-orderdetail .product-list .order-grid .grid-size {
    font-weight: 700;
}

.account-orderdetail .product-list .order-grid .grid-variant+.grid-variant:before, .account-orderdetail .product-list .order-grid .grid-size+.grid-variant:before {
    content: "|";
    font-size: 15px;
    margin: 0 10px;
    width: 1px;
    color: #cccccc;
}

.account-orderdetail .product-list .order-grid .grid-prod-info {
    display: inline-block;
    padding-top: 0;
    padding-right: 40px;
}

.account-orderdetail .product-list .order-grid .grid-qty .grid-qty-label {
    font-size: 12px;
    text-transform: uppercase;
}

.account-orderdetail .product-list .order-grid .grid-price:before {
    content: "|";
    font-size: 15px;
    margin: 0 10px;
    width: 1px;
    color: #cccccc;
}

.re-order {
    width: 100%;
}

@media(max-width: 639px) {
    .account-orderdetail .product-list {
        margin-left:-10px;
        margin-right: -10px;
    }

    .account-orderdetail .product-list .product-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .account-orderdetail .product-list .order-grid .grid-variant {
        display: block;
    }

    .account-orderdetail .product-list .order-grid .grid-variant+.grid-variant:before {
        content: none;
    }
}

.account-address-removal-popup .address {
    margin-top: 20px;
}

.account-address-removal-popup .btn {
    margin-top: 10px;
}

.quick-view-popup .product-image {
    float: left;
    width: 33%;
}

.quick-view-popup .product-image a {
    display: block;
}

.quick-view-popup .product-image img {
    width: 100%;
    height: auto;
}

.quick-view-popup .product-details {
    margin-left: 33%;
    padding-left: 20px;
}

.quick-view-popup .product-details .name {
    font-size: inherit;
    font-weight: bold;
}

.quick-view-popup .product-details .rating:after {
    clear: none;
}

.quick-view-popup .product-details .price {
    font-size: inherit;
    font-weight: bold;
}

.quick-view-popup .addtocart-component {
    clear: both;
    padding-top: 20px;
}

table {
    width: 100%;
}

table th {
    font-family: 'ssdlbold';
    font-size: 16px;
    background-color: #ececec;
    color: rgba(0, 0, 0, 80%);
    padding: 8px 10px;
    vertical-align: middle;
}

table td {
    padding: 20px 10px;
    vertical-align: top;
}

.responsive-table-item {
    padding: 10px;
}

.responsive-table-item:nth-child(even) {
    background-color: #f2f2f2;
}

.responsive-table-item a.responsive-table-link {
    color: #082C76;
}

.responsive-table-item a:hover, .responsive-table-item a:focus {
    color: #082C76 !important;
}

@media(max-width: 639px) {
    .responsive-table-item {
        display:block;
    }

    .responsive-table-item .status strong {
        display: block;
    }

    .responsive-table-item td {
        display: inline-block;
        width: 40%;
        padding: 3px 10px;
    }

    .responsive-table-item td:last-child {
        text-align: left;
    }

    .responsive-table-item td.responsive-table-cell {
        width: 55%;
    }

    .responsive-table-item td.responsive-table-cell-bold {
        font-weight: 600;
    }
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: 10px;
}

label.control-label {
    font-family: 'ssdlbook';
    color: #000000;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, 12%);
    outline: 0;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #929292;
    opacity: 1;
}

.form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #929292;
}

select.form-control {
    text-transform: capitalize;
    font-size: 16px;
    appearance: revert;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: rgba(0,0,0,0.6);
}

.has-error input.form-control, .has-error textarea.form-control {
    background: #fec3c3;
    border-color: #082C76;
}

.has-error label.control-label {
    color: #082C76;
}

.has-error .help-block {
    color: #082C76;
}

legend {
    font-size: 18px;
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-element-icon {
    position: relative;
}

.form-element-icon .glyphicon {
    position: absolute;
}

.form-element-icon.datepicker .glyphicon {
    top: 32px;
    right: 10px;
    color: #082C76;
    cursor: pointer;
}

@media(max-width: 1023px) {
    .form-element-icon.datepicker .glyphicon {
        top:38px;
    }
}

.form-control-radio, .form-control-checkbox {
    display: block;
}

.form-control-radio input, .form-control-checkbox input {
    margin-bottom: 0;
    float: left;
}

.form-control-radio .form-control-label, .form-control-checkbox .form-control-label {
    margin-left: 25px;
}

fieldset>div:last-of-type input, fieldset>div:last-of-type label {
    margin-bottom: 0;
}

.product-details-toggle {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    padding-right: 20px;
}

.product-details-toggle.name {
    font-weight: 600;
}

.product-details.open .product-details-toggle {
    margin-bottom: 0;
}

.product-details-toggle .glyphicon {
    position: absolute;
    right: 5px;
    font-size: 14px;
    line-height: 35px;
}

.product-details.open .product-details-toggle .glyphicon:before {
    content: "\e114";
}

.product-details-toggle-wrap {
    display: none;
}

.product-details.open+.product-details-toggle-wrap {
    display: block;
}

.product-details-toggle-wrap .product-details {
    font-size: 22px;
}

.product-details-toggle-wrap img {
    width: 175px;
    margin: 0 30px 35px 0;
    float: left;
}

@media(min-width: 640px) {
    .product-details-toggle-wrap .product-details {
        text-align:right;
    }
}

@media(max-width: 639px) {
    .product-details-toggle {
        padding:0 25px 0 10px;
    }

    .product-details-toggle .glyphicon {
        right: 10px;
    }

    .product-details-toggle-wrap {
        margin: 0;
    }

    .product-details-toggle-wrap img {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .product-details-toggle-wrap .product-details {
        margin-bottom: 20px;
    }
}

.product-action {
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.product-action ol {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.product-action ol li {
    font-size: 18px;
    float: right;
    margin: 15px 0 15px 20px;
    line-height: 48.85714286px;
}

.product-action #total-price {
    font-size: 18px;
    font-weight: 600;
}

.product-action div {
    float: left;
    margin: 15px 0;
    line-height: 48.85714286px;
}

@media(max-width: 639px) {
    .product-action {
        margin-left:-10px;
        margin-right: -10px;
        padding: 0 20px;
        margin-bottom: 0;
    }

    .product-action ol li {
        margin-right: 0;
    }
}

@media(max-width: 480px) {
    .product-action ol li, .product-action .btn {
        width:100%;
    }

    .product-action div {
        float: none;
        line-height: 1.42857;
        margin-bottom: 0;
    }
}

.update-future-stock {
    text-align: right;
    padding: 15px 7px 15px 0;
}

.update-future-stock .update_future_stock_button, .update-future-stock .hide_future_stock_info {
    font-size: 13px;
}

.update-future-stock .hide_future_stock_info {
    display: none;
}

.product-grid-container .sku-quantity, #cboxContent .sku-quantity {
    font-size: 13px;
    line-height: 20px;
    width: 60px;
    padding: 9px 10px;
    margin: 5px 0 3px;
    border: 1px solid #cccccc;
    text-align: center;
}

.product-grid-container .td_stock, #cboxContent .td_stock {
    display: block;
    padding-bottom: 5px;
}

.product-grid-container .td_stock .in-stock, #cboxContent .td_stock .in-stock {
    color: #929292;
    font-weight: normal;
}

.product-grid-container .future_stock, #cboxContent .future_stock {
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.product-grid-container .future_stock .future_stock_value, #cboxContent .future_stock .future_stock_value {
    margin: 2px 0 8px 0;
}

.product-grid-container .data-grid-total, #cboxContent .data-grid-total {
    display: inline-block;
    padding-top: 5px;
    border-top: 1px solid #cccccc;
    font-size: 16px;
}

.product-grid-container table td .price {
    font-size: 15px;
    font-weight: bold;
}

.product-grid-container table td.out-of-stock .variant-prop, .product-grid-container table td.out-of-stock .price {
    opacity: 0.3;
}

.product-grid-container table td.out-of-stock .sku-quantity {
    opacity: 0.3;
    background-color: #fff;
}

@media(min-width: 640px) {
    .add-to-cart-order-form-wrap {
        position:relative;
    }

    .add-to-cart-order-form-wrap::after {
        background-color: white;
        bottom: 0;
        content: "";
        height: 17px;
        position: absolute;
        width: 100%;
    }

    .add-to-cart-order-form-wrap::before {
        background-color: white;
        right: 0;
        content: "";
        position: absolute;
        height: 100%;
    }

    .add_to_cart_order_form {
        overflow: scroll;
        max-height: 904px;
    }

    .order-form-scroll {
        cursor: pointer;
        background-color: #082C76;
        opacity: 0.4;
        color: #fff;
        text-align: center;
        position: absolute;
        display: none;
    }

    .order-form-scroll.right {
        width: 50px;
        height: 75px;
        line-height: 75px;
        right: 0px;
        top: 50%;
        margin-top: -35px;
    }

    .order-form-scroll.left {
        width: 50px;
        height: 75px;
        line-height: 75px;
        left: 0;
        top: 50%;
        margin-top: -35px;
    }

    .order-form-scroll.up {
        width: 75px;
        height: 50px;
        line-height: 50px;
        top: 0;
        left: 50%;
        margin-left: -35px;
    }

    .order-form-scroll.down {
        width: 75px;
        height: 50px;
        line-height: 50px;
        bottom: 17px;
        left: 50%;
        margin-left: -35px;
    }

    .product-grid-container {
        margin-bottom: 15px;
    }

    .product-grid-container-dim-3, .product-grid-container-dim-2 {
        width: 100%;
    }

    .product-grid-container table {
        border-bottom: 1px solid #e5e5e5;
    }

    .product-grid-container table:nth-child(2n) {
        background: #f2f2f2;
    }

    .product-grid-container table tr:first-child>th:first-child {
        border-right: 1px solid #334b5c;
        white-space: nowrap;
    }

    .product-grid-container table tr>td:first-child {
        border-right: 1px solid #e5e5e5;
        padding-top: 20px;
    }

    .product-grid-container table th {
        text-align: center;
    }

    .product-grid-container table td {
        text-align: center;
        padding: 25px 10px 15px;
        vertical-align: top;
        max-width: 200px;
    }
}

@media(max-width: 639px) {
    #cboxContent .sku-quantity {
        font-size:16px;
    }

    .product-grid-container {
        font-size: 16px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .product-grid-container table {
        table-layout: fixed;
        width: 100%;
    }

    .product-grid-container table tr td {
        border-bottom: 1px solid #e5e5e5;
    }

    .product-grid-container table tr .variant-detail {
        width: 60%;
        padding: 15px 0 15px 20px;
    }

    .product-grid-container table tr .variant-detail img {
        float: left;
        padding-right: 20px;
    }

    .product-grid-container table tr .variant-detail .description {
        padding: 12px 0;
    }

    .product-grid-container table tr .variant-select {
        width: 40%;
        text-align: right;
        font-weight: 600;
        padding-right: 20px;
        vertical-align: middle;
    }

    .product-grid-container table .hidden-size {
        display: none;
    }

    .product-grid-container table .variant-summary {
        display: none;
        background-color: #e5e5e5;
    }

    .product-grid-container table .variant-summary .variant-summary-items {
        margin: 15px 0;
    }

    .product-grid-container table .variant-summary tr td {
        padding: 0 20px;
        font-weight: bold;
    }

    .product-grid-container table .variant-summary tr td:last-child {
        text-align: right;
    }

    .product-grid-container table .variant-summary tr:first-child td {
        font-weight: normal;
    }

    .product-grid-container table .variant-summary span {
        display: none;
    }

    .product-grid-container table .editSize {
        display: none;
    }

    .product-grid-container table.selected .variant-summary {
        display: table-row;
    }

    .product-grid-container table.selected .editSize {
        display: inline;
    }

    .product-grid-container table.selected .selectSize {
        display: none;
    }

    .variantSelectMobile #cboxLoadedContent {
        overflow: visible !important;
        padding-left: 0;
        padding-right: 0;
    }

    #cboxContent table {
        width: 100%;
    }

    #cboxContent table td {
        font-weight: 600;
        text-align: center;
        padding: 10px 0 10px 0;
    }

    #cboxContent table td:first-child {
    }

    #cboxContent table td:nth-child(2n+2) {
    }

    #cboxContent .product-grid-container {
        margin: 0;
    }

    #cboxContent .orderForm_grid_group {
        position: relative;
    }

    #cboxContent .update-future-stock {
        position: absolute;
        margin-left: -65px;
        left: 50%;
        top: 100px;
    }

    #cboxContent .variant-detail {
        padding: 0 0 60px 0;
    }

    #cboxContent .variant-detail img {
        display: inline-block;
        max-width: 200px;
        float: none;
        padding: 0;
    }

    #cboxContent .variant-detail .description {
        padding: 0;
    }

    #cboxContent .variant-detail .description>div {
        display: inline;
    }

    #cboxContent .mobile-cart-actions {
        padding: 20px;
        border-bottom: none;
        background-color: #fff !important;
    }

    #cboxContent .mobile-cart-actions .btn {
        width: 100%;
    }

    #cboxContent .variant-select, #cboxContent .variant-summary {
        display: none;
    }

    #cboxContent .variant-prop>span {
        font-weight: 400;
    }

    #cboxContent .sku-quantity {
        font-weight: 400;
        line-height: 60px;
        width: 120px;
        height: 80px;
    }
}

.skip, .skiptocontent, .skiptonavigation {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.replenishment-cancel-button span {
    color: #082C76;
    font-size: 21px;
    padding: 13px;
}

.responsive-table-cell.less-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.replenishment-order-history {
    margin-top: 40px;
}

.replenishment-order-cancel-modal #cboxLoadedContent {
    margin-top: 90px;
}

.replenishment-order-cancel-modal #cboxTitle {
    height: 90px;
}

.replenishment-order-cancel-modal .modal-actions {
    margin-top: 30px;
}

.orderListTable {
    margin-top: -11px;
    background-color: #fff;
}

.orderListTable th, .orderListTable td {
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
}

.orderListTable tbody>tr:nth-child(even) {
    background-color: #f2f2f2;
}

.orderListTable tbody>tr:nth-child(odd):last-child {
    border-bottom: 1px solid #d9d9d9;
}

thead.wusa-first-row tr th {
    vertical-align: top;
}

th#header0 {
    display: flex;
    align-items: center;
}

@media(max-width: 639px) {
    .orderListTable th, .orderListTable td {
        padding-left:10px;
    }

    .order-approval-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    a.wusa-ups {
        box-sizing: border-box;
        word-wrap: break-word;
        line-height: 1.8;
    }

    .replenishment-overview-table .replenishment-order-number {
        width: 51%;
    }

    .replenishment-overview-table .responsive-table-item {
        position: relative;
    }

    .replenishment-overview-table .replenishment-cancel-button {
        position: absolute;
        right: 5px;
        top: 0;
    }
}

.read-only-grid .grid-row>td tr:first-child td {
    padding-top: 10px;
}

.quote-header {
    position: relative;
    background: #f2f2f2;
    font-weight: normal;
    padding: 10px 20px;
    font-size: 20px;
}

.quote-header.pre-table {
    margin-bottom: 10px;
}

.quote-header.no-margin-top {
    margin-top: 0;
}

@media(max-width: 639px) {
    .quote-header {
        margin-left:-10px;
        margin-right: -10px;
    }
}

.quote-comments-details .responsive-table-item td:last-child, .quote-comments-details th:last-child {
    text-align: left;
}

.customer-approval-comments .responsive-table-item td:last-child, .customer-approval-comments th:last-child {
    text-align: left;
}

.quote-header-link {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 25px;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
    font-weight: bold;
}

.quote-header-link span:first-of-type {
    display: inline;
}

.quote-header-link span:nth-of-type(2) {
    display: none;
}

@media(max-width: 639px) {
    .quote-header-link span:only-of-type {
        display:inline;
    }

    .quote-header-link span:not(:only-of-type):first-of-type {
        display: none;
    }

    .quote-header-link span:nth-of-type(2) {
        display: inline;
    }
}

.quote-approval-table td:last-child, .quote-approval-table th:last-child {
    text-align: left;
}

.quote-comments-detail .responsive-table-item td:last-child {
    text-align: left;
}

.page-quote-detail .order-approval-list {
    margin-bottom: 25px;
}

@media(min-width: 640px) {
    .page-quote-detail .item-price {
        float:right !important;
        margin-right: 10px;
    }
}

.page-quote-detail .orderTotal {
    margin-bottom: 20px;
}

.page-order-approval-details .enable-link, .page-order-approval-details .disable-link {
    margin: 25px 0;
}

@media(min-width: 640px) {
    .page-order-approval-details .item-price {
        float:right !important;
        margin-right: 10px;
    }
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.comment-modal textarea {
    width: 100%;
    height: 150px;
}

.comment-modal .headline {
    margin-bottom: 5px;
}

.comment-modal .po-headline {
    margin-bottom: 5px;
}

.comment-modal .po-text {
    width: 100%;
}

.comment-modal .help-block {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 12px;
    text-align: right;
}

@media(max-width: 1023px) {
    .comment-modal .form-actions div:first-child {
        margin-bottom:20px;
    }
}

.checkbox.big {
    position: relative;
}

.checkbox.big #Terms1 {
    margin-left: -35px;
    height: 24px;
    width: 24px;
    margin-top: 0;
}

@media(max-width: 640px) {
    .checkbox.big #Terms1 {
        margin-left:0;
    }
}

.checkbox.big label {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 35px;
    color: #3c3c3c;
    text-transform: none;
    width: 80%;
}

.checkbox.big label a {
    color: #3c3c3c;
}

@media(max-width: 480px) {
    .checkbox.big label {
        width:100%;
    }
}

@media(min-width: 640px) {
    .checkout-replenishment-headline {
        padding:0 15%;
    }
}

@media(min-width: 1024px) {
    .checkout-replenishment-headline {
        padding:0 25%;
    }
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #requestQuoteForm .headline {
    margin-bottom: 5px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #requestQuoteForm #quoteRequestDescription {
    width: 100%;
    min-height: 245px;
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #requestQuoteForm .help-block {
    font-size: 12px;
    text-align: right;
    margin-bottom: 25px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .form-group {
    margin-bottom: 30px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .column.scheduleform {
    margin-top: 30px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .scheduleform-checkboxes {
    margin-top: 20px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .scheduleform-checkboxes label {
    text-transform: none;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: normal;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .form-actions {
    margin-top: 40px;
}

@media(max-width: 480px) {
    .page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .form-actions #placeReplenishmentOrder {
        padding:10px 6px;
    }
}

.checkout-success-body-quote-text {
    margin-bottom: 30px;
}

.advancedSearch .headline {
    color: #3c3c3c;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0;
}

@media(max-width: 639px) {
    .advancedSearch .headline {
        margin-left:-10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.advancedSearch .headline.border {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.advancedSearch .advanced-search-wrap .checkbox {
    margin-top: 0;
}

.advancedSearch .advanced-search-wrap .searchButton {
    margin-top: 15px;
}

.advancedSearch .advanced-search-wrap .only-productId label {
    font-weight: 600;
}

.advancedSearch .advanced-search-wrap .product-id-tag-box {
    cursor: pointer;
    display: inline-block;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    padding: 9px 15px;
    margin-bottom: 15px;
    margin-right: 20px;
}

.advancedSearch .advanced-search-wrap .product-id-tag-box .glyphicon {
    padding-left: 17px;
    color: #cccccc;
}

.advancedSearch .pagination-bar {
    margin-top: 35px;
    margin-bottom: 0;
}

.advancedSearch .pagination-bar .pagination-toolbar {
    padding-left: 0;
    padding-right: 0;
}

.advancedSearch .pagination-bar.bottom {
    margin-top: 0;
}

.advancedSearch .pagination-bar.bottom .pagination-toolbar {
    border-top: 0;
    border-color: #d9d9d9;
}

.advancedSearch .pagination-bar.pagination-empty {
    border-top: 1px solid #e5e5e5;
}

.advancedSearch .pagination-bar.pagination-empty .total-results {
    margin-bottom: 30px;
    margin-top: 30px;
}

.advancedSearch .pagination-bar.top .pagination-toolbar {
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
}

.advancedSearch .pagination-bar .total-results {
    font-size: 13px;
    font-weight: 600;
    color: #929292;
}

.advancedSearch .pagination-bar .sort-refine-bar+.total-results {
    margin-top: 30px;
}

.advancedSearch .product-action {
    margin-bottom: 0;
}

.advancedSearch .product-list {
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
}

.advancedSearch .product-list .product-item .thumb img {
    max-width: 96px;
    max-height: 96px;
}

.advancedSearch .orderFormGridWrapper {
    display: none;
}

.advancedSearch .with-editable-grid {
    height: 42px;
}

.advancedSearch .with-editable-grid .qty {
    display: none;
}

.advancedSearch .create-order-form {
    position: relative;
}

.advancedSearch .create-order-form .create-order-form-button {
    position: absolute;
    right: 0;
    top: -78px;
}

.advancedSearch .create-order-form .product-list {
    border-top: 1px solid #e5e5e5;
}

.advancedSearch .create-order-form .product-list .product-item .thumb+.details {
    padding-right: 0;
}

.advancedSearch .create-order-form .product-list .product-id-checkbox {
    margin-top: 10px;
}

.advancedSearch .create-order-form .product-list .product-id-checkbox .form-control-checkbox {
    font-size: 14px;
}

.advancedSearch .create-order-form .product-list .variant-checkboxes {
    margin-top: 10px;
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
}

.advancedSearch .create-order-form .product-list .create-order-form-details>div, .advancedSearch .create-order-form .product-list .create-order-form-variants>div {
    margin-left: -10px;
    margin-right: -10px;
}

.advancedSearch .pagination-no-sorting+.create-order-form .create-order-form-button {
    top: -64px;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button {
    position: static;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button:before, .advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button:after {
    content: " ";
    display: table;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button:after {
    clear: both;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button:before, .advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button:after {
    content: " ";
    display: table;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button:after {
    clear: both;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button .btn {
    float: right;
}

@media(max-width: 639px) {
    .advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button {
        margin-left:-10px;
        margin-right: -10px;
        padding: 20px;
        margin-bottom: 0;
    }

    .advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button .btn {
        width: 100%;
    }
}

@media(min-width: 640px) {
    .advancedSearch .advanced-search-wrap {
        margin-left:-10px;
        margin-right: -10px;
    }

    .advancedSearch .advanced-search-wrap .only-productId {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 10px;
    }

    .advancedSearch .pagination-bar .sort-refine-bar, .advancedSearch .pagination-bar .total-results {
        float: left;
    }

    .advancedSearch .pagination-bar .sort-refine-bar {
        margin-right: 20px;
    }

    .advancedSearch .create-order-form .details-price-wrap {
        text-align: right;
    }
}

@media(max-width: 1023px) {
    .advancedSearch .pagination-bar .sort-refine-bar+.total-results {
        margin-top:40px;
    }

    .advancedSearch .product-list .product-item .description {
        margin-left: 110px;
    }
}

@media(max-width: 639px) {
    .advancedSearch .pagination-bar .pagination-toolbar {
        margin-left:-10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .advancedSearch .pagination-bar .sort-refine-bar+.total-results {
        margin-top: 30px;
    }

    .advancedSearch .pagination-bar.pagination-empty {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .advancedSearch .create-order-form .create-order-form-button {
        right: 10px;
        top: -65px;
    }

    .advancedSearch .create-order-form .product-list .details-price-wrap {
        margin-top: 10px;
    }
}

@media(max-width: 480px) {
    .advancedSearch .create-order-form .create-order-form-button {
        position:static;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 35px;
    }

    .advancedSearch .create-order-form .create-order-form-button .btn {
        width: 100%;
    }
}

.account-section .account-section-content .label-value {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

@media(min-width: 640px) {
    .account-section .account-section-content .label-value {
        margin-top:10px;
    }
}

@media(min-width: 640px) {
    .account-section .account-section-content .accountActions-row {
        margin-left:-10px;
        margin-right: -10px;
    }
}

.account-section .account-section-content .accountActions-bottom {
    clear: both;
    margin-top: 35px;
}

.account-section .account-section-content .accountActions-link {
    clear: both;
    margin: 25px 0;
}

.account-section .account-section-content .accountActions-link .disable-link, .account-section .account-section-content .accountActions-link .enable-link {
    margin: 0;
}

@media(max-width: 639px) {
    .account-section .account-section-content .accountActions-link .disable-link, .account-section .account-section-content .accountActions-link .enable-link {
        margin:8px 0;
    }
}

.account-section .account-list .account-cards .card .glyphicon-ok {
    font-size: 20px;
    color: #929292;
    padding-right: 15px;
    padding-top: 15px;
}

.account-section .account-list .account-cards .card .roles-wrapper {
    margin: 8px 0 5px;
}

.account-section .account-list .account-cards .card .roles-wrapper>ul {
    display: block;
    width: 100%;
}

.account-section .account-list .account-cards .selected {
    background-color: #e6f0fb;
}

.account-section .account-list .account-cards .selected .glyphicon-ok {
    color: #082C76;
}

.account-section .account-list .account-cards .selected:first-child {
    border-left: 1px solid #cccccc;
}

.account-section .account-list .search-empty {
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.account-section .account-list .remove-item, .account-section .account-list .edit-item {
    color: #e5e5e5;
}

.account-section .account-header-done-btn {
    margin-top: 15px;
}

.account-status-inactive {
    color: #929292;
}

@media(max-width: 639px) {
    .account-section .account-section-content #addNewPermissionForm form .confirm {
        margin-bottom:20px;
    }

    .account-section .account-section-content .accountActions-bottom .btn-default {
        margin-top: 30px;
    }

    .account-section .account-section-content .accountActions-bottom .btn.confirm {
        margin-bottom: 30px;
    }

    .account-section .pagination-bar.top+.account-list .account-cards {
        margin-top: -1px;
    }

    .account-section .account-list .account-list-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .account-section .account-list .add-user-action-menu .add-user-action-buttons {
        display: none;
    }

    .account-section .account-list .add-user-action-menu.open .add-user-action {
        background-color: #082C76;
        color: #ffffff;
        padding: 16px 20px;
        text-transform: uppercase;
    }

    .account-section .account-list .add-user-action-menu.open .add-user-action-buttons {
        display: block;
        position: absolute;
        right: 0;
        width: 120px;
        top: 38px;
        z-index: 9000;
    }

    .account-section #unittree {
        padding-left: 10px;
        padding-right: 10px;
    }

    .account-section .account-header-done-btn {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wurthFlatButton {
        color: white;
        background: #c00;
        border: 1px solid;
        width: 17px;
        height: 17px;
        vertical-align: middle;
        font-size: 9px;
        padding-bottom: 2px;
    }

    .btn-wurth {
        color: #ffffff;
        text-decoration: none;
        background: #082C76;
        border-color: #082C76;
    }

    .pull-right {
        float: right !important;
    }

    .pull-left {
        float: left !important;
    }

    .fa-mail-reply:before, .fa-reply:before {
        content: "\f112";
    }

    .fa-mail-reply-all:before, .fa-reply-all:before {
        content: "\f122";
    }
}

.box-border {
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}

body {
    color: #333;
    text-align: left;
}

.clear_fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear_fix {
    display: inline-block;
}

* html .clear_fix {
    height: 1%;
}

.clear_fix {
    display: block;
}

#wrapper {
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
}

#page {
    position: relative;
    overflow: hidden;
    width: 970px;
    margin: 0 auto;
    margin-bottom: 10px;
}

ul li {
    list-style-type: none;
}

select {
    float: left;
}

input.text, input.qty, label {
    padding: 0 0 0 1px;
    margin: 0;
    float: left;
}

label {
    font-weight: normal;
}

.paragraphContent p, .paragraphContent h1, .paragraphContent h2, .paragraphContent h3, .paragraphContent h4, .paragraphContent h5, .paragraphContent h6 {
    padding: 10px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #666666;
    line-height: 1.2;
}

.strong {
    font-weight: bold;
}

.prod_image {
    padding: 10px;
}

dl {
    overflow: hidden;
    line-height: 1.5em;
}

dl dt {
    float: left;
    min-width: 125px;
}

table, th, td {
    vertical-align: top;
}

table ul {
    padding-left: 0;
}

table tr td {
    padding: 10px;
}

.hidden {
    display: none;
}

.text_hide {
    text-indent: -9999px;
}

p {
    margin: 0 0 10px 0;
}

dl {
    margin: 0 0 10px 0;
}

.password-forgotten {
    display: block;
    clear: left;
    margin: -5px 0 4px 0;
}

.mandatory {
    display: inline-block;
    vertical-align: 20%;
    color: #CC0001;
}

form {
}

form dl {
    overflow: hidden;
}

form dl dt {
    clear: both;
    overflow: hidden;
    float: none;
}

form dl dt.left {
    clear: both;
    overflow: inherit;
}

form dl dd input[type=text], form dl dd input[type=password], form dl dd select {
    width: 234px;
    padding: 4px;
    margin-right: 10px;
    margin-top: 0;
}

form.registration dl dd {
    width: 234px;
    margin-left: 100px;
}

form dl dd label.error {
    display: block;
    width: 160px;
    height: 15px;
    clear: both;
}

form dl dd input[type=text].cvc {
    width: 40px;
    clear: both;
}

form dl dd input[type=text].card {
    width: 298px;
}

form dl dd select.card_date {
    width: 150px;
}

form dl dd input[type=text].email {
}

form dl dd input[type=checkbox], form dl dt input[type=checkbox], form dl dd input[type=radio], form dl dt input[type=radio] {
    float: left;
    margin-right: 8px;
}

form dl dt a, form dl dd a {
    float: left;
}

form dd {
    margin-left: 0;
}

form input.text, form input.qty, form label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    vertical-align: middle;
}

form input.text {
    padding-right: 20px;
}

form label {
    padding-right: 0px;
    padding-top: 2px;
}

form dl dd input.security {
    width: 23px;
}

.required {
    padding-top: 5px;
    font-size: 90%;
}

form span {
}

form dl.terms {
    float: left;
    clear: none;
}

.add-address-left-label {
    padding-left: 13px;
}

.add-address-left-input {
    margin-top: -17px;
}

.pstrength-minchar {
    font-size: 0.95em;
    line-height: normal;
}

#password_bar {
    clear: both;
    float: left;
    width: 100%;
}

#password_minchar {
    margin-bottom: 10px;
    margin-top: 2px;
}

.pstrength-bar, .pstrength-minchar {
    clear: both;
    float: left;
}

input.strength {
    margin-bottom: 5px !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: underline;
}

button {
    height: auto;
    cursor: pointer;
}

button p {
    padding: 5px;
    float: left;
    margin: 0;
}

.opaque {
    opacity: 0.4;
}

.out-of-stock {
    opacity: 0.5;
    cursor: default;
}

.skiptocontent {
    position: absolute;
    z-index: 10000;
    left: -3000px;
}

.skiptocontent:focus {
    left: auto;
}

.skiptonavigation {
    position: absolute;
    z-index: 10000;
    left: -3000px;
}

.skiptonavigation:focus {
    left: auto;
}

.siteLogo a:focus img {
    outline: solid;
}

#header {
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

#header span#Branding {
    position: absolute;
    bottom: 0;
    display: inline-block;
}

#header .headerContent {
    float: right;
    max-width: 570px;
    position: relative;
    z-index: 1;
}

#header .search {
    float: right;
    clear: right;
}

#header .search form {
    padding-bottom: 0;
}

#header h1 {
    text-indent: -9999px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 47px;
    left: 0;
}

#header ul.nav {
    float: right;
}

#header ul.nav a {
    text-decoration: underline;
}

#header ul.nav li {
    float: left;
    margin-left: 5px;
    padding-left: 5px;
}

#header ul.nav li:first-child {
    margin-left: 0;
    border-left: 0 none;
    padding-left: 0;
}

#header ul.nav li:last-child {
    margin-right: 0;
    padding-right: 0;
}

#cart_header {
    float: right;
}

#cart_header h2 {
    margin-bottom: 0;
}

#cart_header dl, #cart_header dl dd {
    margin: 0;
}

#cart_header dl dt {
    font-weight: normal;
    display: inline;
    vertical-align: middle;
    float: none;
}

#cart_header dl dd {
    display: inline;
    vertical-align: middle;
}

#cart_header ul {
    overflow: hidden;
    margin: 1px 0 0 0;
    padding: 0;
}

#cart_header ul li {
    float: left;
}

#cart_header ul li p {
    margin: 0;
}

#header ul.language li {
    float: left;
    padding: 1px 10px;
}

#header ul.language li select {
    margin: 0;
    margin: 0px 0px 0px 6px;
}

#header ul.language {
    float: right;
    clear: right;
    margin: 0;
    padding: 0;
}

#header ul.language li img {
    padding-right: 8px;
}

#header ul.language li a {
    padding-right: 10px;
    float: left;
}

#header ul.language li a p {
    margin: 0;
    float: left;
}

#header ul.language li a.dropdown {
    width: 19px;
    height: 19px;
    display: block;
    float: left;
    padding-right: 0;
}

a.dropdown span {
    display: block;
    width: 19px;
    height: 19px;
    text-indent: -10000px;
    cursor: pointer;
}

#nav_main {
    margin: 0 auto;
    position: relative;
}

#nav_main ul {
    position: relative;
    margin: 0;
    padding: 0;
}

#nav_main ul li {
    float: left;
}

#nav_main ul li img {
    padding-right: 4px;
}

#nav_main ul li a {
    float: left;
    margin: 0;
}

#nav_main ul li:first-child a {
    border-left: 0 none;
}

#nav_main ul li.special_offer {
    float: right;
}

ul.Lb {
    left: -3000px;
    position: absolute !important;
    z-index: 10000000;
    width: 0;
}

li.right_edge ul.Lb {
    right: 0;
}

li.left_edge ul.Lb {
    left: 0;
}

li.Lb {
    padding-bottom: 5px;
    padding-right: 5px;
}

#nav_main ul li li.Lb .nav-submenu-title {
    padding: 10px 10px 10px 10px;
    display: block;
}

#nav_main ul li li.Lb a {
    padding: 10px 10px 10px 10px;
}

li.La:hover ul.Lb, li.La a:focus+ul.Lb, li.La ul.dropdown-visible {
    left: auto;
    width: auto;
}

.left_col {
    clear: left;
}

ul.Lc {
    float: left;
    min-width: 140px;
}

li.Lc {
    clear: left;
}

#nav_main ul li.Lc.right_col {
    float: left;
}

#nav_main ul li li.Lb li.Lc a {
    padding: 0 0 0 10px;
}

#breadcrumb {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
}

#breadcrumb ul li {
    float: left;
    padding: 0 2px;
}

#breadcrumb ul li:first-child {
    float: left;
    padding-left: 0;
}

#breadcrumb ul li.skip_category {
    position: absolute;
}

#content {
    margin: 0 auto 10px auto;
    overflow: hidden;
}

.item_container {
    padding: 0 20px;
}

.item_container_holder {
    margin-top: 7px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.item_container_holder .title {
    position: absolute;
    max-width: 250px;
    top: -7px;
    left: 15px;
    margin-left: 7px;
    margin-right: 7px;
    right: 0;
    left: 0;
    z-index: 0;
}

.item_container_holder .title-top {
    overflow: auto;
    height: 7px;
}

.scroller.promo a, .item_container_holder.promo a {
    line-height: normal;
}

.scroller.promo ul li p, .item_container_holder.promo ul li p {
    margin-bottom: 5px;
}

.scroller, .item_container {
    margin-bottom: 25px;
    overflow: hidden;
}

.scroller .title_holder, .item_container_holder .title_holder {
    position: relative;
    overflow: visible;
}

.scroller .title-top img, .item_container_holder .title-top img {
    float: right;
}

.scroller ul li p {
    margin: 0 0 7px 0;
}

.scroller ul li span {
    display: block;
}

.scroller ul li h3 {
    margin-bottom: 0;
}

.scroller.horizontal, .scroller.vertical {
    position: relative;
    overflow: visible;
}

.scroller.lightbox .scoller_content {
    overflow: hidden;
}

.scroller.lightbox {
    position: relative;
    overflow: visible;
}

.scroller.lightbox ul {
    margin: 0 auto;
    width: 98px;
    padding: 0;
    overflow: auto;
}

.scroller.lightbox ul li span {
    display: block;
    width: 96px;
    height: 96px;
    margin-bottom: 10px;
    margin-top: 7px;
    text-align: center;
}

.scroller.lightbox ul li span img {
    padding-top: 5px;
}

.scroller.lightbox ul li p {
    margin: 0 0 7px 0;
    clear: both;
}

.scroller.lightbox ul li:first-child {
    margin-top: 12px;
}

.scroller.lightbox ul li h3 {
    font-size: 1.0em;
    font-weight: bold;
}

.scroller.lightbox .next, .scroller.lightbox .previous {
    width: 121px;
    height: 30px;
    margin: 0 auto;
}

.scroller.lightbox .next a, .scroller.lightbox .previous a {
    display: block;
    height: 30px;
    width: 100%;
    margin: 0 auto;
}

.scroller.lightbox .title_holder {
    position: relative;
    overflow: visible;
}

.scroller.lightbox .title {
    position: absolute;
    max-width: 350px;
    top: -11px;
    left: 15px;
    margin-left: 7px;
    margin-right: 7px;
    right: 0;
    left: 0;
}

.scroller.lightbox .title-top img {
    float: right;
}

.scroller.lightbox .title_holder h2 {
    margin: 0 16px 0 16px;
    padding: 0 20px 10px 20px;
    text-align: center;
    max-width: 292px;
}

.jcarousel-skin .alt .jcarousel-item {
    height: 103px;
    width: 98px;
}

.prod_image_main {
    min-height: 140px;
    overflow: visible;
    position: relative;
    text-align: center;
    padding: 10px;
    position: relative;
    margin-bottom: 25px;
}

.prod_image_main div {
    display: inline-block;
    border: 1px solid #dedede;
}

.prod_image span.details {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
}

.prod h1 {
    margin-bottom: 5px;
}

.prod .bundle h3 {
    margin-bottom: 3px;
}

.prod_add_to_cart {
    margin-bottom: 5px;
    overflow: hidden;
}

.prod_add_to_cart label {
    float: left;
}

.prod_add_to_cart form button {
    float: left;
    margin-left: 8px;
    width: 1;
}

.addthis_button {
    display: block;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

#featureClass td {
    width: 60%;
}

#featureClass td.attrib {
    width: 40%;
}

.quickview_lightbox-goto-product a {
    text-decoration: underline;
    font-size: 1em;
}

.quickview_lightbox-goto-product {
    margin: 20px 0;
    padding-top: 5px;
    border-top: 1px solid #eee;
}

.prod_review {
    overflow: hidden;
    margin: 20px 0;
}

.prod_review ul {
    margin: 0;
    padding: 0;
    clear: both;
}

.prod_review ul li {
    float: left;
    padding: 0 5px;
}

.prod_review ul li:first-child {
    padding-left: 0;
}

.prod_review p {
    float: left;
    padding-left: 15px;
    padding-top: 4px;
    margin: 0;
}

#tab-reviews a {
    text-decoration: underline;
}

.ui-stars-star, .ui-stars-cancel {
    float: left;
    display: block;
    overflow: hidden;
    text-indent: -999em;
}

.ui-stars-star a, .ui-stars-cancel a {
    display: block;
}

.ui-stars-star-disabled, .ui-stars-star-disabled a, .ui-stars-cancel-disabled a {
    cursor: default !important;
}

#prod_tabs.ui-tabs .ui-tabs-hide {
    display: none !important;
}

#prod_tabs {
    overflow: hidden;
}

#prod_tabs.ui-tabs .ui-tabs-nav {
    overflow: hidden;
}

#prod_tabs.ui-tabs .ui-tabs-nav li {
    float: left;
}

#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    cursor: default !important;
}

.prod_content {
    overflow: hidden;
    overflow-y: auto;
}

#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

#prod_tabs.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

ul.review_actions li {
    float: right;
}

ul.review_actions li:first-child {
    float: left;
}

.review_detail {
    float: left;
}

.review_detail span.stars {
    float: right;
}

.review_detail p, .write_review p {
    float: left;
    clear: both;
}

.review_detail p.review_origins {
    float: right;
}

.write_review {
    float: left;
    clear: both;
}

.write_review dl {
    float: left;
    overflow: hidden;
}

.write_review dl dt {
    clear: both;
    overflow: hidden;
}

#write_reviews ul.review_actions {
    float: right;
}

.nav_column .title_holder {
    position: relative;
    overflow: visible;
    margin-bottom: 10px;
}

.nav_column .title {
    position: absolute;
    max-width: 350px;
    top: -11px;
    left: 15px;
    margin-left: 7px;
    margin-right: 7px;
    right: 0;
    left: 0;
}

.nav_column .title-top {
    height: 11px;
}

.nav_column .title-top img {
    float: right;
}

.nav_column .item .category {
    margin-bottom: 1px;
    padding-bottom: 16px;
    overflow: hidden;
    height: 11px;
}

.nav_column .item .category h4 {
    display: inline;
}

.nav_column .item .category span.dropdown {
    display: block;
    float: right;
    height: 19px;
    padding-right: 0;
    width: 19px;
}

.nav_column .item .category span.dropdown img {
    display: block;
    margin: 0 auto;
    padding: 7px 5px;
}

.nav_column .item ul {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.nav_column .item ul.facet_block span.remove {
    float: right;
    text-align: center;
}

.nav_column .item ul.facet_block span.remove a {
    display: block;
    width: 16px;
    height: 16px;
}

.facet_block-label {
    padding: 0;
    float: none;
    cursor: pointer;
    font-size: 9pt;
    margin: 0;
}

.nav_column .item ul.indent li {
    padding-left: 22px;
}

.nav_column .item ul li {
    padding-bottom: 4px;
    padding-top: 5px;
    border-top: 1px solid #605d5c;
    margin-top: -1px;
}

.nav_column .item .more {
    margin-left: 22px;
}

.nav_column .item .more.non-js {
    margin-left: 0;
}

.nav_column .item li.nav_selected {
    background-color: #e3e3e3;
}

.prod_refine {
    padding: 10px 0;
    overflow: hidden;
}

.prod_refine ul {
    float: right;
    margin: 0;
    padding: 0;
}

.prod_refine ul li {
    float: left;
}

.prod_refine label {
}

.prod_refine p {
    float: left;
}

.prod_refine a {
    float: left;
    padding: 0px 10px;
}

.prod_list {
    overflow: hidden;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.prod_list .thumb {
    text-align: center;
    margin: 0;
    width: 130px;
    float: left;
}

.prod_list .details {
    width: 320px;
    float: left;
}

.prod_list .thumb img {
    padding: 5px 0 0 0;
}

.prod_list .thumb img.promo {
    position: relative;
    bottom: 45px;
    right: -30px;
    margin: 0;
}

.prod_list h3 {
    padding-bottom: 50px;
    margin: 0;
}

.prod_list .cart {
    padding-right: 5px;
    float: right;
    width: 160px;
}

.prod_list .price {
    display: block;
}

p.stocked {
    float: right;
    padding-left: 25px;
    text-align: left;
}

.prod_grid {
    overflow: hidden;
    padding-top: 30px;
    min-height: 248px;
}

.prod_grid .thumb {
    text-align: center;
    margin: 0;
    float: left;
}

.prod_grid .thumb div {
    display: inline-block;
    border: 1px solid #dedede;
    margin: 10px;
}

.prod_grid .thumb a {
    display: block;
}

.prod_grid .thumb img.promo {
    position: relative;
    bottom: 45px;
    right: -30px;
}

.prod_grid .details a {
    text-decoration: underline;
}

.prod_grid .details {
    float: left;
    padding-top: 7px;
    min-height: 36px;
}

.prod_grid .thumb img {
    padding: 10px;
}

.prod_grid .cart {
    clear: both;
}

.prod_grid p {
    margin: 0;
    min-height: 5em;
}

.prod_grid .cart button {
    float: right;
}

.prod_grid .price {
    float: left;
}

.prod_cat {
    overflow: hidden;
}

.prod_cat .title {
}

.prod_cat h2 {
}

.prod_cat h2 a, .prod_cat h2 a:visited {
    display: block;
    padding: 10px;
}

.prod_cat .thumb {
    margin: 0;
    float: left;
    width: 100%;
    padding-top: 10px;
}

.prod_cat .details {
    float: left;
    padding: 7px 10px;
}

.prod_cat .thumb img {
    padding: 10px;
}

.prod_cat p {
    margin: 0;
}

.prod_cat .price {
    padding-left: 10px;
    display: none;
}

.results {
    padding: 0px 0;
}

.searchSpellingSuggestionPrompt a {
    text-decoration: underline;
}

.zoom_lightbox {
    overflow: hidden;
}

.jcarousel-skin .jcarousel-container {
}

.jcarousel-skin .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin .jcarousel-clip-horizontal {
    height: 150px;
}

.jcarousel-skin .jcarousel-clip-vertical {
    width: 98px;
    height: 430px;
}

.jcarousel-skin .jcarousel-item {
    width: 98px;
}

.jcarousel-skin .jcarousel-item a {
    display: block;
}

.jcarousel-skin .jcarousel-item img {
}

.jcarousel-skin .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 45px;
}

.jcarousel-skin .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin .jcarousel-item-vertical {
    margin-bottom: 5px;
}

.jcarousel-skin .jcarousel-next-horizontal {
    cursor: pointer;
}

.jcarousel-skin .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
}

.jcarousel-skin .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin .jcarousel-next-disabled-horizontal, .jcarousel-skin .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal {
    cursor: pointer;
}

.jcarousel-skin .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
}

.jcarousel-skin .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin .jcarousel-prev-disabled-horizontal, .jcarousel-skin .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin .jcarousel-next-vertical {
    cursor: pointer;
}

.jcarousel-skin .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin .jcarousel-next-disabled-vertical, .jcarousel-skin .jcarousel-next-disabled-vertical:hover, .jcarousel-skin .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin .jcarousel-prev-vertical {
    cursor: pointer;
}

.jcarousel-skin .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin .jcarousel-prev-disabled-vertical, .jcarousel-skin .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

#galleriffic_slider div.content {
    display: none;
    float: right;
    width: 550px;
}

#galleriffic_slider div.controls {
    margin-top: 5px;
    height: 23px;
}

#galleriffic_slider div.controls a {
    padding: 5px;
}

#galleriffic_slider div.ss-controls {
    float: left;
}

#galleriffic_slider div.nav-controls {
    float: right;
}

#galleriffic_slider div.slideshow-container {
    position: relative;
    clear: both;
    height: 502px;
}

#galleriffic_slider div.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    width: 550px;
    height: 502px;
}

#galleriffic_slider div.slideshow {
}

#galleriffic_slider div.slideshow span.image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#galleriffic_slider div.slideshow a.advance-link {
    display: block;
    width: 550px;
    height: 502px;
    line-height: 502px;
    text-align: center;
}

#galleriffic_slider div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
    text-decoration: none;
}

#galleriffic_slider div.slideshow img {
    vertical-align: middle;
}

#galleriffic_slider div.download {
    float: right;
}

#galleriffic_slider div.caption-container {
}

#galleriffic_slider span.image-caption {
    display: block;
    position: absolute;
}

#galleriffic_slider div.caption {
    padding: 12px;
}

#galleriffic_slider div.image-desc {
    line-height: 1.3em;
    padding-top: 12px;
}

#galleriffic_slider div.navigation {
}

#galleriffic_slider ul.thumbs {
    clear: both;
    margin: 0;
    padding: 0;
}

#galleriffic_slider ul.thumbs li {
    float: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

#galleriffic_slider a.thumb {
    padding: 0;
    display: inline;
    border: none;
}

#galleriffic_slider ul.thumbs img {
    border: none;
    display: block;
}

#galleriffic_slider div.pagination {
    clear: both;
}

#galleriffic_slider div.navigation div.top {
    margin-bottom: 12px;
    height: 11px;
}

#galleriffic_slider div.navigation div.bottom {
    margin-top: 12px;
}

#galleriffic_slider div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 7px 2px 7px;
}

#galleriffic_slider div.pagination span.ellipsis {
    padding: 5px 0 3px 2px;
}

#galleriffic_slider #captionToggle a {
    float: right;
    display: block;
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 5px;
    padding: 5px 30px 5px 5px;
}

.cart_popup .title {
    overflow: hidden;
}

.cart_popup dl dt {
    min-width: inherit;
}

.cart_popup .title h3 {
    display: inline;
    margin: 0;
    padding: 0;
}

.cart_popup .title a.close {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
}

.cart_popup .cart_modal_popup {
    overflow: hidden;
}

.cart_popup .legend a {
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
}

.cart_popup .cart_modal_popup .prod_image {
    min-height: 0;
    float: left;
}

.cart_popup .cart_modal_popup .prod_info {
    float: left;
    padding-left: 10px;
    width: 200px;
    position: relative;
}

.cart_popup .cart_modal_popup .prod_info .prod_price {
    position: absolute;
    top: 4px;
    right: -76px;
    font-weight: bold;
}

.cart_popup .prod_cart-total {
    margin: 8px 0 8px;
    font-weight: bold;
    text-align: right;
    width: 100%;
}

.cart_popup span.prod_color {
    display: block;
    margin-top: 3px;
}

.cart_popup span.prod_color img {
    margin-left: 4px;
    vertical-align: middle;
}

.cart_popup span.prod_size {
    display: block;
}

.cart_popup .cart_modal_popup .prod_info p {
    margin-bottom: 5px;
}

.cart_popup .cart_modal_popup .prod_info dl {
    margin-bottom: 5px;
}

.cart_popup .cart_modal_popup .prod_info dl dt {
    float: left;
    width: 60px;
}

.cart_popup .links button {
    font-size: 1em;
    width: 143px;
}

.cart_popup .links button img {
    height: 12px;
}

.cart_popup .content_slot {
    height: 45px;
    margin: 20px 15px 0 15px;
    overflow: hidden;
}

#cart_popup {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: 93px;
    top: 77px;
    z-index: 2147483647;
}

#cart_content {
    cursor: pointer;
}

#rollover_cart_popup {
    position: fixed;
    z-index: 9999;
    background-color: white;
    width: 383px;
    margin-left: -265px;
}

.cart_popup_error_msg {
    line-height: 1.5em;
    color: #082C76;
    margin-bottom: 5px;
    font-weight: bold;
    background-color: #FFFFFF;
}

.product-variant-label {
    display: inline-block;
    padding-right: 5px;
    min-width: 38px;
}

#quickview_lightbox .prod_image {
    float: left;
}

#quickview_lightbox .prod {
    width: 350px;
    float: left;
}

#quickview_lightbox .prod button {
}

#quickview_lightbox input.qty {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    width: 37px;
    height: 36px;
}

.thumbnail_detail .banner, a.thumbnail_detail .banner:visited {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 6px;
    margin-bottom: 10px;
    min-height: 96px;
    cursor: pointer;
}

.thumbnail_detail .banner .thumb {
    float: left;
}

.thumbnail_detail .banner .title {
    float: right;
    width: 50%;
}

.thumbnail_detail .banner .title h2, .thumbnail_detail .banner .details p {
    margin: 0;
}

.thumbnail_detail .banner .details p {
    line-height: 1.2em;
    font-size: 0.9em;
}

.thumbnail_detail .banner .details {
    float: left;
    padding-left: 12px;
    width: 90px;
}

.thumbnail_detail .banner .action {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 23px;
}

.thumbnail_detail .banner .action img {
    padding: 5px;
}

.small_detail .banner, .small_detail .simple_banner {
    overflow: hidden;
    position: relative;
    height: 230px;
}

.small_detail .banner .title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px;
}

.small_detail .banner h2 {
}

.small_detail .banner h2 a, .small_detail .banner h2 a:visited {
    display: block;
    padding: 3px 10px;
}

.small_detail .banner .thumb {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.small_detail .banner .details {
    float: left;
    padding: 7px 30px 7px 10px;
}

.small_detail .banner .thumb img {
    padding: 0;
}

.small_detail .banner p {
    margin: 0;
}

.small_detail .banner .action {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 27px;
    height: 30px;
}

.small_detail .banner .action img {
    padding: 10px;
}

#homepage_slider .svw {
    width: 50px;
    height: 20px;
}

.svw ul {
    position: relative;
    left: -999em;
}

#homepage_slider.stripViewer {
    position: relative;
    overflow: hidden;
    margin: 0;
}

#homepage_slider.stripViewer ul {
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 1%;
}

#homepage_slider.stripViewer ul li {
    float: left;
}

#homepage_slider .tooltip {
    padding: 0.5em;
}

.stripTransmitter {
    overflow: auto;
    width: 1%;
    padding: 0 15px 7px 15px;
}

.stripTransmitter ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.stripTransmitter ul li {
    width: 30px;
    float: left;
    margin: 0 1px 1px 0;
}

.stripTransmitter a {
    line-height: 22px;
    display: block;
    padding-top: 15px;
}

.cart_total {
    float: right;
    padding-right: 20px;
}

#your_cart dl dt {
    min-width: 50px;
}

#your_cart .quantity img {
    float: right;
    margin: 0;
}

#your_cart .quantity input[type="image"] {
    float: right;
    margin: 0;
}

#your_cart .quantity input.qty {
    margin-right: 10px;
}

#your_cart p {
    float: left;
    margin-right: 30px;
    margin-right: 20px;
    padding-left: 12px;
}

#your_cart .product_image {
    width: 50px;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

#your_cart .product_details {
    border-left: 0 none;
    width: 400px;
}

ul.cart-promotions {
    margin: 10px 0 0 104px;
    width: 260px;
}

ul.cart-promotions li {
    line-height: 1.2em;
    margin-bottom: 6px;
}

.cart-promotions-potential {
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
}

.cart_id {
    font-weight: normal;
    font-size: 100%;
    margin-bottom: -23px;
    display: block;
}

#your_order dl dt {
    min-width: 50px;
}

#your_order .quantity img {
    float: right;
    margin: 0;
}

#your_order .quantity input[type="image"] {
    float: right;
    margin: 0;
}

#your_order .quantity input.qty {
    margin-right: 10px;
}

#your_order p {
    float: left;
    margin-right: 30px;
    margin-right: 20px;
    padding-left: 12px;
}

#your_order .product_image {
    width: 65px;
}

#your_order .product_details {
    border-left: 0 none;
    width: 320px;
}

#payment_details, #payment_details_modal {
    margin-top: 20px;
}

#payment_details th, #payment_details_modal th {
    padding: 10px;
}

.information_message {
    position: relative;
    margin: 20px 0 10px 0;
    min-height: 55px;
}

.information_message p {
    margin-left: 27px;
    padding: 5px 10px 5px 40px;
}

.information_message span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -4px;
    left: 0;
}

.information_message span.single {
    top: -11px;
}

.error_message {
    overflow: auto;
}

.error_message p {
    padding-top: 23px;
}

.error_message span {
    width: 55px;
    height: 55px;
    display: block;
    float: left;
    margin: 7px;
}

.error_message ul {
    padding-left: 90px;
}

.error_message ul li {
    padding-bottom: 5px;
}

.form_field_error {
    padding: 10px;
    float: left;
    margin: 5px 0;
}

.form_field_error p, .form_field_error .notify {
    margin: 0;
}

.checkout_summary_flow {
    position: relative;
}

.checkout_summary_flow .item_container_holder .title_holder h2 span {
    position: absolute;
}

.checkout_summary_flow_a {
    float: left;
}

.checkout_summary_flow_a button.form, .checkout_summary_flow_b button.form, .checkout_summary_flow_c button.form {
    position: absolute;
}

.checkout_summary_flow_b {
    float: left;
}

.checkout_summary_flow_c {
    position: absolute;
}

.checkout_summary_flow form dl dt {
    float: none;
}

.place-order:disabled {
    cursor: default;
    opacity: 0.6;
}

#delivery_modes_dl dt.left label {
    line-height: 1.2em;
    float: left;
    width: 640px;
}

#delivery_modes_dl dt.left {
    margin-bottom: 3px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
}

.deliverymode-description {
    max-height: 96px;
    overflow: hidden;
    cursor: help;
    line-height: 1.2em;
    font-size: 0.95em;
}

.variant_options {
    overflow: auto;
}

.variant_options .colour p {
    float: left;
}

.variant_options .size, .variant_options .colour {
    float: left;
    overflow: hidden;
}

.variant_options .size dl {
    float: left;
}

.variant_options .size a {
    float: left;
    clear: both;
}

.existing_address {
    border: 1px solid #CCCECF;
    overflow: auto;
    padding: 10px;
}

.existing_address button {
    display: block;
    float: right;
    clear: right;
    margin: 0 0 10px 0;
}

.existing_address ul {
    padding: 0;
    margin: 0;
    float: left;
}

.payment_details_left_col {
    float: left;
}

.payment_details_right_col {
    float: right;
}

.save_payment_details {
    float: left;
}

#footer {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#footer a {
}

#footer ul.Fa {
    overflow: hidden;
    margin: 0;
}

#footer ul.Fa li {
    float: left;
}

#footer ul.Fb {
    padding: 0 20px;
    margin: 0;
}

#footer ul.Fb li {
    width: 100%;
}

#footer ul.Fc {
    float: left;
    min-width: 180px;
}

#footer ul.Fc li {
    clear: left;
}

#copyright {
    margin: 0 auto;
    overflow: hidden;
}

#copyright p {
    padding-top: 10px;
    padding-left: 5px;
}

.faq-menulink {
    display: block;
}

.textpage a {
    text-decoration: underline;
}

.textpage h2 {
    margin: 1.2em 0 0.1em 0;
}

.textpage h3 {
    margin: 1em 0 0.1em 0;
}

.textpage-faqs ul li {
    list-style: disc;
}

.skip {
    position: absolute;
    top: -30000px;
    left: -30000px;
}

div#message-content-new {
    width: 250px;
    margin: 0 auto;
    padding-top: 14px;
}

.content-box {
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-radius: 2px;
    box-shadow: 0 1px 1px #eee;
    clear: left;
    margin-bottom: 1.5em;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.maxThreeProducts {
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-radius: 2px;
    box-shadow: 0 1px 1px #eee;
    clear: left;
    margin-bottom: 1.5em;
    position: relative;
    padding: 10px 20px 1px 20px;
    overflow-x: hidden;
    max-height: 214px
}

.content-box-single {
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    box-shadow: 0 1px 1px #eee;
    clear: left;
    margin-bottom: 1.5em;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.content-box-header {
    border: 1px solid #d5d5d5;
    background-color: #F4F4F4;
    color: #666;
    height: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 10px 10px 15px;
    vertical-align: middle;
    text-transform: uppercase;
    overflow-y: hidden;
    overflow-x: hidden;
}

.wusa-content-box-header {
    border: 1px solid #d5d5d5;
    background-color: #F4F4F4;
    color: #666;
    padding: 10px 20px;
    vertical-align: middle;
    text-transform: uppercase;
}

.content-box-header-flex {
    border: 1px solid #d5d5d5;
    background-color: #F4F4F4;
    color: #666;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 10px 10px 15px;
    vertical-align: middle;
    text-transform: uppercase;
    overflow-y: hidden;
    overflow-x: hidden;
}

@font-face {
    font-family: 'minicart';
    src: url('../font/minicart.eot?i8s07z');
    src: url('../font/minicart.eot?#iefixi8s07z') format('embedded-opentype'), url('../font/minicart.woff?i8s07z') format('woff'), url('../font/minicart.ttf?i8s07z') format('truetype'), url('../font/minicart.svg?i8s07z#minicart') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'minicart';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
    content: "\e600";
}

.viewCartButton {
    font-family: 'Arial Black', Arial;
    font-weight: bold;
    color: white;
    font-size: 8pt;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    ;min-width: 100px;
    height: 20px;
    background-color: #CC0001;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    margin-right: 1px;
    text-align: center;
}

.reviewsTable {
    border-style: none;
}

.reviewsTable tbody td {
    border-bottom: 0px;
    vertical-align: top;
    maring: 0;
    padding: 0;
}

.addToListAnchor {
    font-size: 8pt;
}

<!-- From cartPage.jsp -->span.emptyCart {
    text-align: center;
    display: block;
    margin-left: 42px;
    font-weight: bold;
    color: #B8B8B8;
    font-size: 21px;
}

.emptyCart {
    text-align: center;
    display: block;
    margin-left: 42px;
    font-weight: bold;
    color: #B8B8B8;
    font-size: 21px;
}

<!-- checkoutSummaryPage.jsp -->#open-popup {
    padding-bottom: 0;
}

.checkout-white-popup-block {
    background: #FFF;
    padding: 10px 10px;
    text-align: left;
    display: block;
    width: 1020px;
    height: 600px;
    margin: 10px auto;
    position: relative;
    border: none;
}

.slider_component, .cmsimage, .banner {
    text-align: center;
}

<!-- From wurthAddEditaddress.tag and wurthnewShippingAddress.tag -->form dl dd label.error {
    margin-left: 120px;
    color: #CC0001;
    background: none;
    border-color: white;
    margin-top: -13px;
}

.addr-white-popup-block {
    background: #FFF;
    padding: 10px 20px;
    text-align: left;
    max-width: 620px;
    margin: 10px auto;
    position: relative;
}

.jurisdiction-white-popup-block-confirm {
    background: #FFF;
    padding: 10px 20px;
    text-align: left;
    max-width: 300px;
    margin: 10px auto;
    position: relative;
}

.addr-white-popup-block-confirm {
    background: #FFF;
    padding: 10px 20px;
    text-align: left;
    max-width: 420px;
    margin: 10px auto;
    position: relative;
}

.addr-leftBox, .addr-rightBox {
    width: 300px;
    height: 230px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom:1;}

.addr-rightBox {
    margin-left: 10px;
}

.activeCartComponent {
    display: none;
    background: white;
    -webkit-transition: background 20s;
    width: 196px;
    padding: 10px;
    position: fixed;
    z-index: 9999;
}

#cart_header {
    position: absolute;
    right: 28px;
    padding: 2px 0px 2px 0px;
}

.contentLeft {
    float: left;
    width: 50%;
}

.contentRight {
    float: right;
    width: 50%;
}

#selectDeliveryMethodForm textarea {
    width: 100%;
    height: 100px;
}

.account-welcome {
    color: #082C76;
    float: right;
    font-size: 18px;
}

.text-red {
    color: #082C76;
}

.disclaimercontainer {
    font-style: normal;
    font-size: 11pt;
    width: 100%;
    text-align: justify;
    padding-top: 40px;
}

.line-separator {
    border-top: 1px solid black;
    width: 100%;
}

.pdp-qtyselection {
    white-space: nowrap;
    font-weight: bold;
    color: #082C76;
    border-bottom: 1px dashed #d9d9d9;
}

.js-add-to-wishlist {
    cursor: pointer;
    font-family: 'ssdlbold';
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.py-2.wusa-pdp .js-add-to-wishlist {
    font-size: 16px;
}

a.sa_jump_to_reviews {
    font-size: 16px;
}

.account-section-header-trackMyOrder {
    color: #3c3c3c;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
}

.form-padding {
    padding-top: 15px;
}

.addBottomPadding {
    padding-bottom: 40px
}

.wusa-section {
    padding-bottom: 60px;
}

.wusa-section-bottom {
    padding-bottom: 50px;
}

.wusa-section-pagination {
    padding-bottom: 50px;
}

.wusa-section-30 {
    padding-bottom: 30px;
}

.web-remove, .wusa-center {
    text-align: center;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-45 {
    width: 45%;
}

.orderBackBtn {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .re-order {
        width:55%;
    }

    .dividers.order-history-divider {
        border: none;
    }

    .wusa-center-btn {
        text-align: center;
    }

    section {
        padding: 0 30px
    }

    .logo-wrapper {
        display: flex;
    }

    a.logo {
        width: 100%;
        height: 100%;
        margin-left: 15px;
    }

    img.wusa-log {
        width: auto;
        height: 20px;
    }

    i.fas.fa-bars {
        font-size: 22px;
    }

    .wusa-section {
        padding-bottom: 30px;
    }

    .wusa-section-bottom {
        padding-bottom: 30px;
    }

    .wusa-section-pagination {
        padding-bottom: 0px;
    }

    .wusa-section-30 {
        padding-bottom: 0px;
    }

    .w-5, .w-10, .w-15, .w-15, .w-20, .w-45 {
        width: 100%;
    }

    .web-remove, .wusa-center {
        text-align: left;
    }

    .wusa-right-wrappert {
        display: inline-flex;
        float: right;
        vertical-align: middle;
        align-items: center;
    }

    table#order-history-table td {
        display: grid;
        grid-template-columns: minmax(9em, 55%) 1fr;
    }

    table#order-history-table tbody > tr td[data-th]:before {
        font-family: 'ssdlbold';
        padding-right: 10px;
        display: inline-block;
        color: #000000;
    }

    table#order-history-table tbody > tr td[data-th]:last-child:before {
        content: attr(data-th) ' ';
    }

    thead.wusa-first-row {
        display: none;
    }

    table#order-history-table tr td {
        vertical-align: middle;
        padding: 10px;
    }

    table#order-history-table tr td:last-child {
        border-bottom: none;
    }

    .dateFilter {
        width: 100% !important;
    }

    div#order-history-table_paginate {
        padding-bottom: 30px;
    }

    table#order-history-table tr td {
        border-bottom: none;
    }

    table#recently-purchased-table td {
        display: grid;
        grid-template-columns: minmax(9em, 55%) 1fr;
    }

    table#recently-purchased-table tbody > tr td[data-th]:before {
        font-family: 'ssdlbold';
        padding-right: 10px;
        display: inline-block;
        color: #000000;
    }

    table#recently-purchased-table tbody > tr td[data-th]:nth-child(-n+2):before {
        content: attr(data-th) ' ';
    }

    thead.wusa-first-row {
        display: none;
    }

    table#recently-purchased-table tr td {
        vertical-align: middle;
        padding: 10px;
    }

    table#recently-purchased-table tr td:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    table#recently-purchased-table tr td {
        border-bottom: none;
    }

    table.wusa-table td {
        display: grid;
        grid-template-columns: minmax(9em, 55%) 1fr;
    }

    table.wusa-table tbody > tr td[data-th]:before {
        font-family: 'ssdlbold';
        padding-right: 10px;
        content: attr(data-th) ':';
        display: inline-block;
        color: #000000;
    }

    table.wusa-table tbody > tr td[data-th]:nth-child(-n+2):before {
        content: attr(data-th) ' ';
    }

    thead.wusa-first-row {
        display: none;
    }

    table.wusa-table tr td {
        vertical-align: middle;
        padding: 10px;
    }

    table.wusa-table tr td {
        border-bottom: none;
    }

    .w-nmt {
        margin-top: 0px;
    }

    .w-md-25 {
        width: 40% !important;
    }

    .w-md-50 {
        width: 100% !important;
    }
}

@media(max-width: 767px) {
    #noOnlineAccountRegisterHeader {
        height:auto;
    }
}

.errorTxt {
    color: #082C76;
    border: 2px solid #082C76;
}

.disable {
    cursor: default;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity = 50);
}

.productListContainer, .productGridContainer {
    display: none;
}

.socialicons {
    background-image: url("../image/socialicons.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 38px;
    height: 38px;
}

.blog {
    background-position: -5px -5px;
}

.facebook {
    background-position: -56px -6px;
}

.linkedin {
    background-position: -106px -6px;
}

.logo {
    background-position: -5px -55px;
}

.twitter {
    background-position: -6px -91px;
}

.youtube {
    background-position: -55px -90px;
}

.instagram {
    background-position: -106px -91px;
}

.WurthLogo {
    content: url("../image/WurthLogo.png");
}

.wurthgroup {
    background-position: -5px -52px;
    width: 169px;
    height: 25px;
}

#copyright {
    color: black;
    float: right;
    font-size: 12px;
    padding-right: 10px;
    text-align: center;
}

.soldToCustomer_lg {
    background-color: #082C76;
    color: #ffffff !important;
    text-align: right;
}

.soldToCustomer {
    background-color: #082C76;
    color: #ffffff !important;
    text-align: center;
    font-size: 13px;
}

.btn-default-test {
    border: 3px solid;
    color: #ffffff;
    background-color: #082C76;
    border-color: #082C76;
}

#emptyCartPopupText:after {
    content: url(../image/cart.jpg);
    height: 63px;
    width: 63px;
    margin-right: 0px;
    padding-bottom: 10px;
}

.emptyCartImg {
    content: url(../image/cart.jpg);
    height: 63px;
    width: 63px;
    margin-right: 0px;
    padding-bottom: 10px;
}

.emptyCartPopup,.noShoppingListPopup,.noReturnOrderText {
    text-align: center;
}

#emptyCartPageText:after {
    content: url(../image/cart.jpg);
    height: 150px;
    width: 180px;
    margin: 0 auto;
    display: table;
}

.emptyCartpage {
    content: url(../image/cart.jpg);
    height: 150px;
    width: 180px;
    margin: 0 auto;
    display: block;
}

.emptyCartPageText,.noShoppingListText,.noReturnOrderHistoryText {
    text-align: center;
}

.subNavList .js-myAccount-rootv li > a:hover, .subNavList .js-myAccount-root li.selected > a {
    color: red;
}

.account-number-finder {
    padding-bottom: 10px;
}

.dropbtn {
    background-color: #082C76;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding-right: 120px !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #082C76;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.dropdown-content a {
    color: #f4f4f4;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid;
}

.show {
    display: block;
}

.btn .logged_in {
    margin: 20px 0px;
    background-color: none;
}

.sort-refine-bar .form-group .control-label {
    margin-top: 5px;
}

.facet-close {
    float: right;
}

.top-facet-close {
    float: right;
    top: 4px !important;
    color: #FFFFFF;
}

.wishlistDescriptionTextarea {
    width: 100%;
    height: 100px !important;
}

.text-red {
    color: #082C76;
}

.volume-prices td, .volume-prices th {
    text-align: left;
}

.volume-prices td + td, .volume-prices th + th {
    text-align: right
}

.totalDetailPrice {
    font-weight: 500;
}

.addtocart-component.quantity {
    border-top: 1px dashed #cccccc;
}

s, strike, .strikeout {
    text-decoration: line-through !important;
}

#menu {
    z-index: 98;
    padding: 0;
}

#lbTotal {
    font-weight: 600;
}

.text-grey {
    color: #7c7c7c !important;
}

.cart-actions {
    margin-top: 10px;
}

.shopByFilter , #appliedFilter {
    font-size: 1.0em;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
    padding: 16px;
    background-color: #082C76 !important;
}

#appliedFilterValues , .facet:last-child {
    border-bottom: 1px solid #919191;
}

#appliedFilterValues {
    margin-bottom: 2em;
}

#appliedFilterValues li {
    border-top: 1px solid #919191;
}

.js-more-facet-values-link , .js-less-facet-values-link {
    float: right;
}

@media(min-width: 1024px) {
    .facet-arrow:before {
        content:"\e080";
    }

    .product-facet .facet.active .facet-arrow:before {
        content: "\e114";
    }
}

.shoppingListCharText {
    margin-top: -30px;
    margin-right: 12px;
}

.tooltip {
    position: relative;
    display: block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #919191;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

@media(min-width: 640px) {
    .col-md-15 {
        width:50%;
    }
}

@media(min-width: 1024px) {
    .col-md-15 {
        width:20% !important;
    }
}

@media(min-width: 1400px) {
    .col-md-15 {
        width:20%;
    }
}

#continueRegistrationButton {
    margin-bottom: 40px;
}

.accountSetupContent {
    color: #082C76;
    font-style: italic;
}

.minimumPackSizeMessage {
    display: none;
    color: #082C76;
}

.commentWarningText {
    color: #082C76;
    font-style: italic;
    text-align: justify;
}

.orderSummaryArticleList {
    max-height: 300px;
    overflow: auto;
}

.modalWait {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 99;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    min-height: 100%;
    width: 100%;
}

.modalWaitBrowser {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    min-height: 100%;
    width: 100%;
}

.loadingWait {
    font-family: Arial;
    font-size: 10pt;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    z-index: 999;
}

.upgradeYourBrowser {
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #CC0001;
    width: 800px;
    height: 460px;
    display: none;
    position: fixed;
    background-color: #ffffff;
    z-index: 999;
}

.upgradeBrowserText {
    font-size: 20px;
    font-family: Arial;
}

.browserWurthLogo {
    width: 180px;
    display: inline-block;
}

.product-scroll {
    overflow-y: auto;
    max-height: 270px;
}

.applyBorder {
    border: 1px solid #FFFFFF;
}

.selectedSoldTo {
    background-color: #919191!important;
    color: #FFF;
}

#payerInput {
    background-image: url(../image/searchicon.png);
    background-position: 8px 15px;
    background-repeat: no-repeat;
    width: -webkit-fill-available;
    font-size: 13px;
    padding: 5px 0px 5px 30px;
    border: 1px solid #919191;
    margin: 10px 0 10px 0;
}

.payer-btn {
    display: block;
    width: -webkit-fill-available;
}

.scrollBarStyle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollBarStyle::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollBarStyle::-webkit-scrollbar-thumb {
    background-color: #CC0001;
    border-radius: 10px;
}
}

.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #e9e9e9;
    color: #000000;
    border: none;
    border-radius: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cf:before, .cf:after {
    content: '';
    display: table;
    visibility: hidden;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom:1;}

.wrap {
    text-align: center;
}

#header {
    overflow: hidden;
    position: relative;
}

#header h1 {
    margin: 5px 0;
}

#primary-nav-button:hover {
    background: rgba(0,0,0,0.05);
}

#primary-nav-button.selected {
    background: rgba(0,0,0,0.1);
}

#primary-nav-button:before {
    display: block;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.05;
    height: 1em;
    width: 1em;
    color: inherit;
    speak: none;
}

.menu li {
    margin-right: 10px;
    position: relative;
}

.menu li:last-child {
    margin-right: 0;
}

.menu .sub-menu li {
    width: 100%;
}

.menu li a {
    display: block;
    text-decoration: none;
}

#sub-menu {
    display: none;
}

#sub-Menu.showSubMenu {
    display: block;
}

#top-nav li a {
    color: #c5000f;
    padding: 5px 0;
}

#top-nav .sub-menu {
    background: #f5f5f5;
}

#top-nav .sub-menu li a {
    padding: 5px;
}

#top-nav .sub-menu li > a:hover, #top-nav .sub-menu li.selected > a {
    background: #c5000f;
    color: #000;
}

#primary-nav li a {
    color: #ffffff;
    padding: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#primary-nav li.active > a, #primary-nav li > a:hover, #primary-nav li.selected > a {
    background: #ffffff;
    color: #082C76;
    border-radius: 3px;
}

.downarrow {
    background: none;
    display: inline-block;
    padding: 0;
    text-align: center;
    min-width: 3px;
}

.sub-menu .downarrow {
    position: absolute;
    right: 0;
    padding-right: 5px;
}

.downarrow:before {
    content: '\25be';
    color: inherit;
    display: block;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.1;
    width: 1em;
    height: 1em;
}

.menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    max-height: 2500px;
}

.menu .sub-menu.hide {
    display: none;
}

#primary-nav .sub-menu {
    background: #082C76;
    min-width: 230px;
    z-index: 200;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#primary-nav .sub-menu li {
    border-bottom: 0px solid #000000;
}

#primary-nav .sub-menu li:last-child {
    border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
    content: '\25b8';
}

#primary-nav.mobile {
    display: none;
    position: absolute;
    top: 100%;
    background: #c5000f;
    width: 100%;
}

#primary-nav.mobile li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;
}

#primary-nav.mobile li.selected > a {
    border-bottom: 3px solid #FFFFFF;
}

#primary-nav.mobile li:last-child {
    border: none;
}

#primary-nav.mobile li a {
    padding: 5%;
}

#primary-nav.mobile .sub-menu li a {
    padding-left: 7%;
}

#primary-nav.mobile .sub-menu .submenu li a {
    padding-left: 9%;
}

#primary-nav.mobile .sub-menu .sub-menu .sub-menu li a {
    padding-left: 11%;
}

#primary-nav.mobile .sub-menu {
    float: left;
    position: relative;
    width: 100%;
}

.mobile .downarrow, .mobile .sub-menu .downarrow {
    position: absolute;
    right: 0;
    padding-right: 5%;
}

#primary-nav.mobile .sub-menu .downarrow:before {
    content: '\25be';
}

#primary-nav-button.mobile {
    display: inline-block;
}

.quantityRO {
    width: 65px;
    text-align: center;
}

.returnReason {
    width: 100%;
    height: 35px !important;
    font-size: 16px;
    min-width: 200px;
}

.reviewWrap {
    word-wrap: break-word;
}

.browsers {
    background-image: url(../image/browsers.png);
    background-repeat: no-repeat;
}

.chromeLogo {
    width: 125px;
    height: 125px;
    background-position: -5px -5px;
}

.firefoxLogo {
    width: 125px;
    height: 125px;
    background-position: -140px -5px;
}

.ieLogo {
    width: 125px;
    height: 125px;
    background-position: -5px -140px;
}

#confirmationEmail {
    float: none;
    margin-left: 3px;
    margin-right: 0px;
    width: 300px;
    height: 40px;
}

.w-text-25 {
    width: 65px !important;
}

.wusa-75 {
    width: 75%;
}

@media(max-width: 992px) {
    .w-text-25 {
        width:65px !important;
    }

    .wusa-75 {
        width: 100%;
    }
}
}

@media(min-width: 1024px) {
    .arrageleft {
        margin-left:12px;
        margin-top: 3px;
    }
}
}

#placeOrderTnC {
    text-align: justify;
}

.hideData {
    display: none;
}

.cartErrorColor {
    background-color: rgb(255, 216, 216) !important;
}

.product-list li:target {
    background-color: rgb(255, 216, 216) !important;
    -webkit-transition: all 1s linear;
}

.contactNameRO {
    width: 25%;
}

@media(min-width: 641px) {
    .web-margin {
        margin-left:30px;
        margin-top: 0px;
    }
}

.greyMenuBackground {
    background-color: #919191;
}

.whiteMenuBackground {
    background-color: #fff;
}

.shoppingList {
    background-color: #919191;
    border-color: #919191;
    color: #fff;
}

.shoppingList:after {
    border-right: 3px solid currentColor;
}

.shoppingList:hover, .shoppingList:focus,.shoppingList:active, .shoppingList.active {
    border-color: #919191;
    color: #919191;
}

@media(min-width: 640px) {
    .footerplusign {
        display:none;
    }
}

@media(max-width: 640px) {
    .returnReason {
        min-width:auto;
    }

    .contactNameRO {
        width: 100%;
    }

    .js-accordionFooter {
        border-bottom: 2px solid #fff;
    }

    .footerplusign {
        display: block;
        float: right;
        font-size: 15px;
    }

    .footercontent {
        display: none;
    }

    .mob-width {
        width: 100%;
    }
}

#btnListView:hover,#btnListView:active, #btnGridView:active, #btnGridView:hover {
    color: #082C76 !important;
}

#btnListView, #btnGridView {
    color: #082C76;
    font-weight: 300;
    cursor: default;
}

.hideInput {
    display: none;
}

.deleteTableOption {
    text-align: center;
    cursor: pointer;
}

.errorlabel {
    color: #082C76;
    ;}

.errottextBox {
    background: #fec3c3;
    border-color: #082C76;
}

.billingAddress , .shippingAddress {
    text-transform: uppercase;
}

.suggestion {
    line-height: 2;
    text-align: left;
    list-style: inside;
}

.search-empty .headline {
    font-size: 20px;
}

.suggestionTitle {
    font-size: 15px;
    font-weight: bold;
}

.disableView {
    cursor: pointer !important;
    opacity: 0.5;
}

@media(min-width: 640px) {
    .loginBOX {
        width:75%;
    }

    .registerBox {
        width: 85%;
    }

    .grid-divider {
        position: relative;
        padding: 0;
    }

    .grid-divider>[class*='col-'] {
        position: static;
    }

    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #cccccc;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .paddingDesktop {
        padding-left: 15px;
    }
}

.wurth-login-header {
    color: #3c3c3c;
    font-size: 15px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
}

.wurth-login-helptext {
    color: #CC0001;
    text-align: justify;
}

#noWishlistText:after {
    content: url(../image/ShoppingList.png);
    height: 170px;
    width: 165px;
    display: block;
    margin: 0 auto;
}

#noRecentlistText:after {
    content: url(../image/ShoppingList.png);
    height: 170px;
    width: 165px;
    display: block;
    margin: 0 auto;
}

.noShoppingListImg {
    content: url(../image/ShoppingList.png);
    height: 63px;
    width: 55px;
    margin-right: 0px;
    padding-bottom: 10px;
}

#noOrderHistoryText:after {
    content: url(../image/emptyCartOrderHstry.png);
    height: 150px;
    width: 165px;
    display: table;
    margin: 0 auto;
}

.noOrderHistory {
    content: url(../image/emptyCartOrderHstry.png);
    height: 150px;
    width: 165px;
    display: block;
    margin: 0 auto;
}

#NoReturnOrderHistoryText:after {
    content: url(../image/ReturnOrderHistory.png);
    height: 150px;
    width: 165px;
    display: table;
    margin: 0 auto;
}

.NoReturnOrderHistory {
    content: url(../image/ReturnOrderHistory.png);
    height: 150px;
    width: 165px;
    display: block;
    margin: 0 auto;
}

#noReturnOrderText:after {
    content: url(../image/NoReturnOrderbox.png);
    height: 150px;
    width: 165px;
    display: table;
    margin: 0 auto;
}

.noReturnOrder {
    content: url(../image/NoReturnOrderbox.png);
    height: 150px;
    width: 165px;
    display: block;
    margin: 0 auto;
}

.categoryPage {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(max-width: 640px) {
    .FooterDownArrow {
        float:right;
        font-size: 16px;
    }
}

@media(min-width: 640px) {
    .FooterDownArrow {
        display:none;
    }
}

.mobile-search:hover {
    background: #e5e5e5;
    cursor: pointer;
    border-radius: 0px !important;
}

@media(min-width: 768px) {
    .wurthMyAccountNavBar {
        display:none;
    }

    #wurthProfileMobile {
        display: none !important;
    }
}

.borderThumbnail {
    border: 1px solid #dedede;
    margin-right: 5px;
}

.greytext {
    color: #737373;
    font-weight: 600;
}

.a2a_menu a {
    color: #082C76 !important;
}

.remainingObsolecenseInfo {
    position: relative;
}

@media(max-width: 768px) {
    .remainingObsolecenseInfo .title {
        border:1px solid #cccccc;
        position: absolute;
        padding: 5px;
        color: black;
        z-index: 200;
        font-size: 10px !important;
        font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    }
}

@media(min-width: 768px) {
    .remainingObsolecenseInfo .title {
        display:none;
    }
}

@media(max-width: 768px) {
    .hideObsolescenseInfo {
        display:none;
    }

    .showObsolescenseInfo {
        display: block;
    }
}

@media(min-width: 768px) {
    .hideObsolescenseInfo {
        display:none;
    }

    .showObsolescenseInfo {
        display: none;
    }
}

.creditCardExpiryDropdown {
    width: 88% !important;
}

@media(max-width: 768px) {
    .creditCardIframe {
        width:97%;
        height: 42px;
    }
}

@media(min-width: 768px) {
    .creditCardIframe {
        width:98%;
        height: 38px;
    }
}

.voucherCode {
    text-transform: uppercase;
}

.wurth-facet-dropdown-disabled {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

.wurth-top-facet-container {
    border: #919191 1px solid;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 15px;
    background-color: #919191
}

.wurth-top-facet-helptext {
    padding: 10px 10px 10px 20px;
    color: white;
}

.remove-item-checkbox {
    position: absolute;
    top: 53px;
    background: none;
    color: red;
    z-index: 2;
    font-size: 1.4em;
    margin-top: 0px !important;
}

@media(max-width: 360px) {
    .remove-item-checkbox {
        top:59px;
    }
}

@media(max-width: 640px) {
    .remove-item-checkbox {
        top:57px;
    }
}

.wurthCartList {
    margin-top: -25px !important;
}

.shoplistheader {
    padding: 5px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0;
    height: 40px;
    margin-top: 10px;
}

.glyphicon.glyphicon-trash {
    font-size: 18px;
    margin-right: 12px;
    margin-top: 10px;
    font-weight: bold;
}

.cartheader {
    display: flex;
    align-items: center;
}

#selectAll {
    float: left;
    margin-bottom: 0px;
}

@media(max-width: 786px) {
    .cartheader {
        margin-top:-12px;
        margin-left: 5px;
    }
}

@media(max-width: 360px) {
    .cartheader {
        margin-top:-24px;
        margin-left: 5px;
    }
}

.break-word-Grid {
    word-wrap: break-word;
    width: 150px;
}

@media(min-width: 320px) and (max-width:1024px) {
    .break-word-Grid {
        word-wrap:break-word;
        width: 125px;
    }
}

.break-word-List {
    word-wrap: break-word;
}

.becomeCustomerComments {
    width: 100%;
    height: 100px;
}

div.has-error textarea.becomeCustomerComments {
    background: #fec3c3;
    border-color: #082C76;
}

@media(max-width: 480px) {
    .tsrName {
        padding-left:0px;
        padding-right: 0px;
    }

    .district {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tsrEmail {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(min-width: 640px) {
    .tsrName {
        padding-left:0px;
        padding-right: 0px;
    }

    .district {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tsrEmail {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(min-width: 1024px) {
    .tsrName {
        padding-left:0px;
        padding-right: 10px;
    }

    .district {
        padding-left: 10px;
        padding-right: 0px;
    }

    .tsrEmail {
        padding-left: 0px;
        padding-right: 10px;
    }
}

@media(min-width: 1400px) {
    .tsrName {
        padding-left:0px;
        padding-right: 10px;
    }

    .tsrEmail {
        padding-left: 0px;
        padding-right: 10px;
    }

    .district {
        padding-left: 10px;
        padding-right: 0px;
    }
}

.wurthItemsLabel li {
    margin-top: 10px;
}

.wurthItemsLabel {
    margin-bottom: 10px;
}

.wurthBusinessCodeTitle {
    font-weight: bold;
    font-size: 1em;
    color: black;
}

div.has-error textarea.becomeCustomerComments {
    background: #fec3c3;
    border-color: #082C76;
}

.emailAddressDivClass {
    margin-top: -23px;
}

.wurthRep {
    height: 39px;
    width: 66px;
    margin-top: 8px;
}

.wurthRepLabel {
    padding-left: 12px;
    padding-top: 8px;
    text-transform: initial;
}

.wurthRepDiv {
    margin-top: 10px;
    font-size: 16px;
    display: flex;
    padding: 10px;
}

.tooltipIcon {
    font-size: 48px;
    color: #082C76;
    font-size: 16px;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 6px;
}

.tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: #082C76;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    margin-top: -81px;
    margin-left: -245px;
    transition: opacity 0.3s;
}

.tooltipIcon:HOVER .tooltiptext {
    visibility: visible;
}

.tooltipIcon .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #082C76 transparent transparent transparent;
}

@media(max-width: 640px) {
    .tooltiptext {
        width:223px;
        margin-top: -144px;
        margin-left: -106px;
    }

    .wurthRep {
        margin-top: 27px;
    }
}

@media(min-width: 641px) and (max-width:768px) {
    .wurthRep {
        margin-top:20px;
    }
}

.paypalApproved {
    display: none;
    color: green;
    margin-bottom: 3px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.h-5 {
    font-size: 1.25rem;
    font-family: 'ssdlbold';
    line-height: 1.2;
}

.alert.alert-info.alert-dismissible.show.wusa-notification {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #0093dd;
    z-index: 99999;
    color: #ffffff;
}

body.user-is-tabbing button:focus, body.user-is-tabbing a:focus, body.user-is-tabbing input:focus, body.user-is-tabbing textarea:focus, body.user-is-tabbing select:focus {
    outline: 3px solid black!important;
    outline-offset: 2px;
    border-radius: 4px;
    //background-color: #e6f7ff;
    //color: #002a5f;
}

body.user-is-tabbing *:focus {
    outline: 3px solid black !important;
    outline-offset: 2px;
    border-radius: 4px;
}

button.facet-toggle {
    color: white;
    font-weight: 500;
    font-size: 1.0em;
}

div#wurthlogo {
    overflow: visible;
}

@media screen and (min-device-width: 414px) and (max-device-width:512px) {
    div#cameraViewContainer {
        height:54vh;
    }
}

@media screen and (min-device-width: 390px) and (max-device-width:413px) {
    div#cameraViewContainer {
        height:56vh;
    }
}

@media screen and (min-device-width: 360px) and (max-device-width:389px) {
    div#cameraViewContainer {
        height:73vh;
    }
}

iframe#\:2\.container {
    display: none;
}

body {
    top: 15px !important;
}

.g-translate {
    position: absolute;
    top: -25px;
    right: 9.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.g-widget {
    transform: scale(0.9);
}

.g-translate i {
    margin-top: 5px;
    color: #605d5c;
}

.sm {
    position: relative;
    z-index: 50;
}

.sm,.sm ul,.sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sm-rtl,.sm-rtl ul,.sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li,.sm a {
    position: relative;
}

.sm a {
    display: block;
}

.sm a.disabled {
    cursor: not-allowed;
}

.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.sm,.sm *,.sm *:before,.sm *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sm-mint {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #ffffff;
}

.sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    padding: 13px 20px;
    padding-right: 58px;
    color: #333333;
    line-height: 17px;
    text-decoration: none;
}

.sm-mint a.disabled {
    color: #cccccc;
}

.sm-mint a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font: bold 14px/34px monospace !important;
}

.sm-mint a.highlighted span.sub-arrow:before {
    display: block;
    content: '-';
}

.sm-mint li {
    border-top: 1px solid rgba(162, 162, 162, 0.1);
}

.sm-mint > li:first-child {
    border-top: 0;
}

.sm-mint ul {
    background: rgba(158, 158, 158, 0.2);
}

.sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
    border-left: 8px solid transparent;
}

.sm-mint ul ul a, .sm-mint ul ul a:hover, .sm-mint ul ul a:focus, .sm-mint ul ul a:active {
    border-left: 16px solid transparent;
}

.sm-mint ul ul ul a, .sm-mint ul ul ul a:hover, .sm-mint ul ul ul a:focus, .sm-mint ul ul ul a:active {
    border-left: 24px solid transparent;
}

.sm-mint ul ul ul ul a, .sm-mint ul ul ul ul a:hover, .sm-mint ul ul ul ul a:focus, .sm-mint ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

.sm-mint ul ul ul ul ul a, .sm-mint ul ul ul ul ul a:hover, .sm-mint ul ul ul ul ul a:focus, .sm-mint ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

@media(min-width: 768px) {
    .sm-mint ul {
        position:absolute;
        width: 12em;
    }

    .sm-mint li {
        float: left;
    }

    .sm-mint.sm-rtl li {
        float: right;
    }

    .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
        float: none;
    }

    .sm-mint a {
        white-space: nowrap;
    }

    .sm-mint ul a, .sm-mint.sm-vertical a {
        white-space: normal;
    }

    .sm-mint .sm-nowrap > li > a, .sm-mint .sm-nowrap > li >:not(ul) a {
        white-space: nowrap;
    }

    .sm-mint {
        border-top: 0;
        background: transparent;
    }

    .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
        padding: 11px 20px;
        color: #fff;
        -webkit-border-radius: 0px 0px 0 0;
        -moz-border-radius: 0px 0px 0 0;
        -ms-border-radius: 0px 0px 0 0;
        -o-border-radius: 0px 0px 0 0;
        border-radius: 0px 0px 0 0;
    }

    .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
        background: #eeeeee;
        color: #333333;
    }

    .sm-mint a.highlighted {
        background: #eeeeee;
        color: #333333;
        -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    }

    .sm-mint a.disabled {
        background: transparent;
        color: #cccccc;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .sm-mint a.has-submenu {
        padding-right: 34px;
    }

    .sm-mint a span.sub-arrow {
        top: 50%;
        margin-top: -3px;
        right: 20px;
        width: 0;
        height: 0;
        border-width: 6px 4.02px 0 4.02px;
        border-style: solid dashed dashed dashed;
        border-color: #fff transparent transparent transparent;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .sm-mint a:hover span.sub-arrow, .sm-mint a:focus span.sub-arrow, .sm-mint a:active span.sub-arrow {
        border-color: #CC0001 transparent transparent transparent;
    }

    .sm-mint a.highlighted span.sub-arrow {
        border-color: #CC0001 transparent transparent transparent;
    }

    .sm-mint a.disabled span.sub-arrow {
        border-color: #cccccc transparent transparent transparent;
    }

    .sm-mint a.highlighted span.sub-arrow:before {
        display: none;
    }

    .sm-mint li {
        border-top: 0;
    }

    .sm-mint ul {
        border: 0;
        padding: 8px 0;
        background: #eeeeee;
        -webkit-border-radius: 0 4px 4px 4px;
        -moz-border-radius: 0 4px 4px 4px;
        -ms-border-radius: 0 4px 4px 4px;
        -o-border-radius: 0 4px 4px 4px;
        border-radius: 0 4px 4px 4px;
        -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    }

    .sm-mint ul ul {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
        border: 0 !important;
        padding: 10px 20px;
        color: #333333;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
        background: #CC0001;
        color: #ffffff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .sm-mint ul a.disabled {
        background: transparent;
        color: #b3b3b3;
    }

    .sm-mint ul a.has-submenu {
        padding-right: 30px;
    }

    .sm-mint ul a span.sub-arrow {
        right: 10px;
        margin-top: -4.02px;
        border-width: 4.02px 0 4.02px 6px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #CC0001;
    }

    .sm-mint ul a:hover span.sub-arrow, .sm-mint ul a:focus span.sub-arrow, .sm-mint ul a:active span.sub-arrow, .sm-mint ul a.highlighted span.sub-arrow {
        border-color: transparent transparent transparent #ffffff;
    }

    .sm-mint ul a.disabled span.sub-arrow {
        border-color: transparent transparent transparent #CC0001;
    }

    .sm-mint span.scroll-up, .sm-mint span.scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #eeeeee;
        height: 20px;
    }

    .sm-mint span.scroll-up-arrow, .sm-mint span.scroll-down-arrow {
        position: absolute;
        top: 6px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 0 6px 8px 6px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #CC0001 transparent;
    }

    .sm-mint span.scroll-down-arrow {
        border-width: 8px 6px 0 6px;
        border-style: solid dashed dashed dashed;
        border-color: #CC0001 transparent transparent transparent;
    }

    .sm-mint.sm-rtl a.has-submenu {
        padding-right: 20px;
        padding-left: 34px;
    }

    .sm-mint.sm-rtl a span.sub-arrow {
        right: auto;
        left: 20px;
    }

    .sm-mint.sm-rtl.sm-vertical {
        border-right: 0;
    }

    .sm-mint.sm-rtl.sm-vertical a {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        -o-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

    .sm-mint.sm-rtl.sm-vertical a.has-submenu {
        padding: 10px 20px;
    }

    .sm-mint.sm-rtl.sm-vertical a span.sub-arrow {
        right: auto;
        left: 10px;
        border-width: 4.02px 6px 4.02px 0;
        border-style: dashed solid dashed dashed;
        border-color: transparent #CC0001 transparent transparent;
    }

    .sm-mint.sm-rtl.sm-vertical a:hover span.sub-arrow, .sm-mint.sm-rtl.sm-vertical a:focus span.sub-arrow, .sm-mint.sm-rtl.sm-vertical a:active span.sub-arrow, .sm-mint.sm-rtl.sm-vertical a.highlighted span.sub-arrow {
        border-color: transparent #ffffff transparent transparent;
    }

    .sm-mint.sm-rtl.sm-vertical a.disabled span.sub-arrow {
        border-color: transparent #CC0001 transparent transparent;
    }

    .sm-mint.sm-rtl ul {
        -webkit-border-radius: 4px 0 4px 4px;
        -moz-border-radius: 4px 0 4px 4px;
        -ms-border-radius: 4px 0 4px 4px;
        -o-border-radius: 4px 0 4px 4px;
        border-radius: 4px 0 4px 4px;
    }

    .sm-mint.sm-rtl ul a {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .sm-mint.sm-rtl ul a.has-submenu {
        padding: 10px 20px !important;
    }

    .sm-mint.sm-rtl ul a span.sub-arrow {
        right: auto;
        left: 10px;
        border-width: 4.02px 6px 4.02px 0;
        border-style: dashed solid dashed dashed;
        border-color: transparent #CC0001 transparent transparent;
    }

    .sm-mint.sm-rtl ul a:hover span.sub-arrow, .sm-mint.sm-rtl ul a:focus span.sub-arrow, .sm-mint.sm-rtl ul a:active span.sub-arrow, .sm-mint.sm-rtl ul a.highlighted span.sub-arrow {
        border-color: transparent #ffffff transparent transparent;
    }

    .sm-mint.sm-rtl ul a.disabled span.sub-arrow {
        border-color: transparent #CC0001 transparent transparent;
    }

    .sm-mint.sm-vertical {
        border-bottom: 0;
    }

    .sm-mint.sm-vertical a {
        padding: 10px 20px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .sm-mint.sm-vertical a:hover, .sm-mint.sm-vertical a:focus, .sm-mint.sm-vertical a:active, .sm-mint.sm-vertical a.highlighted {
        background: #CC0001;
        color: #ffffff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .sm-mint.sm-vertical a.disabled {
        background: transparent;
        color: #cccccc;
    }

    .sm-mint.sm-vertical a span.sub-arrow {
        right: 10px;
        margin-top: -4.02px;
        border-width: 4.02px 0 4.02px 6px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #CC0001;
    }

    .sm-mint.sm-vertical a:hover span.sub-arrow, .sm-mint.sm-vertical a:focus span.sub-arrow, .sm-mint.sm-vertical a:active span.sub-arrow, .sm-mint.sm-vertical a.highlighted span.sub-arrow {
        border-color: transparent transparent transparent #ffffff;
    }

    .sm-mint.sm-vertical a.disabled span.sub-arrow {
        border-color: transparent transparent transparent #CC0001;
    }

    .sm-mint.sm-vertical ul {
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -ms-border-radius: 4px !important;
        -o-border-radius: 4px !important;
        border-radius: 4px !important;
    }

    .sm-mint.sm-vertical ul a {
        padding: 10px 20px;
    }
}

.main-nav {
    background: #919191;
    margin-left: -10px;
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    overflow: hidden;
}

#main-menu {
    clear: both;
    border-bottom: 0;
}

@media(min-width: 768px) {
    #main-menu {
        float:left;
        clear: none;
    }
}

.main-menu-btn {
    float: right;
    margin: 5px 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #f4f4f4;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}

#main-menu-state:checked ~ #main-menu {
    display: block;
}

@media(min-width: 768px) {
    .main-menu-btn {
        position:absolute;
        top: -99999px;
    }

    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
}

.wurth-hamburger {
    position: relative;
    display: inline-block;
    width: 0.9em;
    height: 0.85em;
    margin-right: 0.3em;
    border-top: 0.15em solid #082C76;
    border-bottom: 0.15em solid #082C76;
    background: transparent;
}

.wurth-hamburger:before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0px;
    width: 100%;
    border-top: 0.15em solid #082C76;
}

#wurthMobileMenu:hover {
    background: #e5e5e5;
    cursor: pointer;
}

#my-account-state:not(:checked) ~ #profile-menu {
    display: none;
}

#my-account-state:checked ~ #profile-menu {
    display: block;
}

#wurthProfileMobile:hover {
    background: #e5e5e5;
    cursor: pointer;
    border-radius: 0px !important;
}

#wurthProfileMobile {
    height: 60px;
}

@media(max-width: 768px) and (min-width:640px) {
    #wurthProfileMobile {
        height:60px;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }

    .visible-width {
        display: none !important;
    }
}

@media(max-width: 767px) {
    .mobile-menu {
        display:block !important;
    }
}

@media(min-width: 768px) {
    .wurthProfileMobile {
        display:none !important;
    }

    .visible-width {
        display: block !important;
    }
}

@media(min-width: 640px) {
    .branding-mobile {
        display:none;
    }
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    width: 310px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
}

.daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.dropup {
    margin-top: -5px;
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar {
    display: none;
    max-width: 290px;
    margin: 4px;
}

.daterangepicker .calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
    visibility: hidden;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #007ab7;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}

.daterangepicker .input-mini.active {
    border: 1px solid #08c;
    border-radius: 4px;
}

.daterangepicker .daterangepicker_input {
    position: relative;
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px;
}

.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

.ranges li:hover {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff;
}

.ranges li.active {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff;
}

@media(min-width: 564px) {
    .daterangepicker {
        width:auto;
    }

    .daterangepicker .ranges ul {
        width: 160px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker.single .calendar.left {
        clear: none;
    }

    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
        float: left;
    }

    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
        float: right;
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left;
    }

    .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker.ltr .calendar.right {
        margin-left: 0;
    }

    .daterangepicker.ltr .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px;
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px;
    }

    .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left;
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right;
    }

    .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0;
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker.rtl .calendar.right {
        margin-right: 0;
    }

    .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px;
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px;
    }

    .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right;
    }
}

@media(min-width: 730px) {
    .daterangepicker .ranges {
        width:auto;
    }

    .daterangepicker.ltr .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .calendar.left {
        clear: none !important;
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=4.7.0');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    font-family: 'FontAwesome';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
    font-family: 'FontAwesome';
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
    font-family: 'FontAwesome';
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'Ssdlicons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ssdl-linkedin:before {
    content: "\ec09";
}

.icon-ssdl-linkedin-outline:before {
    content: "\ec0a";
}

.icon-ssdl-linkedin-solid:before {
    content: "\ec0b";
}

.icon-ssdl-eye:before {
    content: "\ec0f";
}

.icon-ssdl-eye-outline:before {
    content: "\ec10";
}

.icon-ssdl-eye-slash:before {
    content: "\ec11";
}

.icon-ssdl-click-collect:before {
    content: "\ec12";
}

.icon-ssdl-paketstation:before {
    content: "\ec13";
}

.icon-ssdl-s24-a:before {
    content: "\ec14";
}

.icon-ssdl-sofort-service:before {
    content: "\ec15";
}

.icon-ssdl-nicht-praemienrelevant:before {
    content: "\ec16";
}

.icon-interface-circle-cross-a:before {
    content: "\ec17";
}

.icon-interface-circle-cross-solid:before {
    content: "\ec18";
}

.icon-interface-circle-tick-solid:before {
    content: "\ec1a";
}

.icon-ssdl-tiktok:before {
    content: "\ec1c";
}

.icon-ssdl-tiktok-outline:before {
    content: "\ec1d";
}

.icon-ssdl-tiktok-solid:before {
    content: "\ec1e";
}

.icon-ssdl-commitment:before {
    content: "\ec1f";
}

.icon-ssdl-planer-und-konfiguratoren:before {
    content: "\ec20";
}

.icon-ssdl-rund-ums-produkt:before {
    content: "\ec21";
}

.icon-ssdl-podcast:before {
    content: "\ec22";
}

.icon-ssdl-lieferung:before {
    content: "\ec08";
}

.icon-ssdl-niederlassung:before {
    content: "\ec0c";
}

.icon-ssdl-user-change:before {
    content: "\ec0d";
}

.icon-ssdl-verkaeufer:before {
    content: "\ec0e";
}

.icon-ssdl-contains:before {
    content: "\eaef";
}

.icon-ssdl-contains-not:before {
    content: "\ec05";
}

.icon-ssdl-ends-with:before {
    content: "\ec06";
}

.icon-ssdl-starts-with:before {
    content: "\ec07";
}

.icon-ssdl-edi:before {
    content: "\eaf6";
}

.icon-ssdl-equal:before {
    content: "\ebe2";
}

.icon-ssdl-greater:before {
    content: "\ebef";
}

.icon-ssdl-greater-equal:before {
    content: "\ebfe";
}

.icon-ssdl-include:before {
    content: "\ebff";
}

.icon-ssdl-less:before {
    content: "\ec00";
}

.icon-ssdl-less-equal:before {
    content: "\ec01";
}

.icon-ssdl-not-equal:before {
    content: "\ec02";
}

.icon-ssdl-orsy-cart:before {
    content: "\ec03";
}

.icon-ssdl-orsy-label:before {
    content: "\ec04";
}

.icon-ssdl-customer-card-1:before {
    content: "\ea7b";
}

.icon-ssdl-customer-card-2:before {
    content: "\eb1f";
}

.icon-ssdl-datei-cad:before {
    content: "\eaed";
}

.icon-ssdl-streckenlieferungsindikator:before {
    content: "\ea9a";
}

.icon-ssdl-a-artikel:before {
    content: "\eab9";
}

.icon-ssdl-android-outline:before {
    content: "\ed93";
}

.icon-ssdl-android-solid:before {
    content: "\ebd8";
}

.icon-ssdl-android:before {
    content: "\ee23";
}

.icon-ssdl-e-mail-outline:before {
    content: "\ea33";
}

.icon-ssdl-e-mail-solid:before {
    content: "\ea35";
}

.icon-ssdl-e-mail:before {
    content: "\ea43";
}

.icon-ssdl-erstkauf:before {
    content: "\ea45";
}

.icon-ssdl-facebook-outline:before {
    content: "\eb93";
}

.icon-ssdl-facebook-solid:before {
    content: "\ea7f";
}

.icon-ssdl-facebook:before {
    content: "\ea83";
}

.icon-ssdl-google-plus-outline:before {
    content: "\ea84";
}

.icon-ssdl-google-plus-solid:before {
    content: "\ea85";
}

.icon-ssdl-google-plus1:before {
    content: "\ea86";
}

.icon-ssdl-grauer-riese:before {
    content: "\ea87";
}

.icon-ssdl-instagram-outline:before {
    content: "\e9ad";
}

.icon-ssdl-instagram-solid:before {
    content: "\ea9c";
}

.icon-ssdl-instagram:before {
    content: "\eab6";
}

.icon-ssdl-ios-outline:before {
    content: "\e9d0";
}

.icon-ssdl-ios-solid:before {
    content: "\eac3";
}

.icon-ssdl-ios:before {
    content: "\eac6";
}

.icon-ssdl-keine-verbindung-vpn:before {
    content: "\eacf";
}

.icon-ssdl-kernsortiment:before {
    content: "\ead3";
}

.icon-ssdl-kreditkarte-outline:before {
    content: "\ead6";
}

.icon-ssdl-kreditkarte-solid:before {
    content: "\eada";
}

.icon-ssdl-kreditkarte:before {
    content: "\eae6";
}

.icon-ssdl-offline:before {
    content: "\eae8";
}

.icon-ssdl-online:before {
    content: "\eae9";
}

.icon-ssdl-paypal-outline:before {
    content: "\ea0f";
}

.icon-ssdl-paypal-solid:before {
    content: "\eb22";
}

.icon-ssdl-paypal:before {
    content: "\eb5a";
}

.icon-ssdl-pinterest-outline:before {
    content: "\eb5c";
}

.icon-ssdl-pinterest-solid:before {
    content: "\1cf3";
}

.icon-ssdl-pinterest:before {
    content: "\eb76";
}

.icon-ssdl-preisstufe-7:before {
    content: "\eb78";
}

.icon-ssdl-randsortiment:before {
    content: "\eb7a";
}

.icon-ssdl-rechnung-outline:before {
    content: "\eb84";
}

.icon-ssdl-rechnung-solid:before {
    content: "\eb85";
}

.icon-ssdl-rechnung:before {
    content: "\eb88";
}

.icon-ssdl-s24:before {
    content: "\eb8c";
}

.icon-ssdl-sicherheitsdatenblaetter:before {
    content: "\eb8f";
}

.icon-ssdl-sortierte-abnahme:before {
    content: "\eb91";
}

.icon-ssdl-twitter-outline:before {
    content: "\eb9a";
}

.icon-ssdl-twitter-solid:before {
    content: "\eb9c";
}

.icon-ssdl-twitter:before {
    content: "\eb9e";
}

.icon-ssdl-verbindung-vpn:before {
    content: "\eba6";
}

.icon-ssdl-verfuegbarkeit:before {
    content: "\eba8";
}

.icon-ssdl-windows-outline:before {
    content: "\ebb5";
}

.icon-ssdl-windows-solid:before {
    content: "\ebb6";
}

.icon-ssdl-windows:before {
    content: "\ebb8";
}

.icon-ssdl-xing-outline:before {
    content: "\ebb9";
}

.icon-ssdl-xing-solid:before {
    content: "\ebba";
}

.icon-ssdl-xing:before {
    content: "\ebd6";
}

.icon-ssdl-youtube-outline:before {
    content: "\ea25";
}

.icon-ssdl-youtube-solid:before {
    content: "\ebdc";
}

.icon-ssdl-youtube:before {
    content: "\ebe0";
}

.icon-interface-logout-a:before {
    content: "\eb01";
}

.icon-ssdl-facebook-messenger:before {
    content: "\e98b";
}

.icon-ssdl-newsletter:before {
    content: "\e9e1";
}

.icon-ssdl-user-lupe:before {
    content: "\ea13";
}

.icon-ssdl-warenkorb-fragezeichen:before {
    content: "\ea16";
}

.icon-ssdl-whatsapp:before {
    content: "\ea23";
}

.icon-interface-heart:before {
    content: "\eaf2";
}

.icon-ssdl-artikel-zu-favoriten-hinzufuegen:before {
    content: "\e929";
}

.icon-ssdl-favourite-solid:before {
    content: "\e903";
}

.icon-cyid82:before {
    content: "\ec91";
}

.icon-cyid23:before {
    content: "\e92b";
}

.icon-cyid66:before {
    content: "\e92d";
}

.icon-smiley-a1:before {
    content: "\e93d";
}

.icon-smiley-a2:before {
    content: "\1cf2";
}

.icon-smiley-a3:before {
    content: "\e95f";
}

.icon-smiley-a4:before {
    content: "\e967";
}

.icon-smiley-a5:before {
    content: "\e97b";
}

.icon-ssdl-haeufig-bestellt:before {
    content: "\e90d";
}

.icon-ssdl-nicht-angetroffen:before {
    content: "\ebfa";
}

.icon-ssdl-kein-bedarf:before {
    content: "\ebf9";
}

.icon-ssdl-nicht-besucht:before {
    content: "\ebfb";
}

.icon-ssdl-rueckmeldung-hinzufuegen:before {
    content: "\ebfc";
}

.icon-ssdl-termin-verschoben:before {
    content: "\ebfd";
}

.icon-beverage-alt-glass:before {
    content: "\e9cb";
}

.icon-beverage-alt-glass-a:before {
    content: "\e9cd";
}

.icon-beverage-alt-glass-b:before {
    content: "\e9cf";
}

.icon-beverage-alt-glass-c:before {
    content: "\e9d1";
}

.icon-beverage-beer:before {
    content: "\e9d2";
}

.icon-beverage-chinese-tea:before {
    content: "\e9d3";
}

.icon-beverage-chinese-tea-a:before {
    content: "\e9d4";
}

.icon-beverage-chinese-tea-a-s:before {
    content: "\e9d5";
}

.icon-beverage-chinese-tea-s:before {
    content: "\e9d6";
}

.icon-beverage-cocktail-a:before {
    content: "\e988";
}

.icon-beverage-coffee:before {
    content: "\e989";
}

.icon-beverage-coffee-a:before {
    content: "\e98a";
}

.icon-beverage-coffee-cup:before {
    content: "\e98c";
}

.icon-beverage-coffee-cup-a:before {
    content: "\e98d";
}

.icon-beverage-cokctail:before {
    content: "\e98e";
}

.icon-beverage-cup-straw:before {
    content: "\e98f";
}

.icon-beverage-empty-glass:before {
    content: "\e990";
}

.icon-beverage-milk:before {
    content: "\e991";
}

.icon-beverage-milk-a:before {
    content: "\e992";
}

.icon-beverage-tea:before {
    content: "\e993";
}

.icon-beverage-tea-a:before {
    content: "\e994";
}

.icon-beverage-tea-cup:before {
    content: "\e995";
}

.icon-beverage-tea-cup-a:before {
    content: "\e996";
}

.icon-beverage-water:before {
    content: "\e997";
}

.icon-beverage-water-a:before {
    content: "\e998";
}

.icon-beverage-water-glass:before {
    content: "\e999";
}

.icon-beverage-wine:before {
    content: "\e99a";
}

.icon-building-apartment:before {
    content: "\e97e";
}

.icon-building-bed:before {
    content: "\e97f";
}

.icon-building-bulb:before {
    content: "\e980";
}

.icon-building-cabinet:before {
    content: "\e981";
}

.icon-building-desk:before {
    content: "\e982";
}

.icon-building-desk-a:before {
    content: "\e983";
}

.icon-building-desk-b:before {
    content: "\e984";
}

.icon-building-desk-c:before {
    content: "\e985";
}

.icon-building-door:before {
    content: "\e986";
}

.icon-building-drawer:before {
    content: "\e987";
}

.icon-building-drawer-a:before {
    content: "\e961";
}

.icon-building-house:before {
    content: "\e962";
}

.icon-building-house-a:before {
    content: "\e963";
}

.icon-building-museum:before {
    content: "\e964";
}

.icon-building-office:before {
    content: "\e965";
}

.icon-building-office-a:before {
    content: "\e966";
}

.icon-building-office-b:before {
    content: "\e923";
}

.icon-building-sofa:before {
    content: "\e968";
}

.icon-building-sofa-a:before {
    content: "\e969";
}

.icon-building-sofa-b:before {
    content: "\e96a";
}

.icon-building-sofa-twin:before {
    content: "\e96b";
}

.icon-building-sofa-twin-a:before {
    content: "\e96c";
}

.icon-building-table-lamp:before {
    content: "\e96d";
}

.icon-building-table-lamp-a:before {
    content: "\e96e";
}

.icon-building-tower:before {
    content: "\e96f";
}

.icon-building-tree:before {
    content: "\e970";
}

.icon-business-tie:before {
    content: "\e8b1";
}

.icon-business-tie-a:before {
    content: "\e8b2";
}

.icon-business-tie-b:before {
    content: "\e8b3";
}

.icon-com-bell:before {
    content: "\e839";
}

.icon-com-bell-a:before {
    content: "\e83a";
}

.icon-com-broadcast:before {
    content: "\e83b";
}

.icon-com-broadcast-a:before {
    content: "\e83c";
}

.icon-com-bubble:before {
    content: "\e83d";
}

.icon-com-bubble-a:before {
    content: "\e83e";
}

.icon-com-bubble-b:before {
    content: "\e83f";
}

.icon-com-bubble-dot:before {
    content: "\e840";
}

.icon-com-bubble-dot-a:before {
    content: "\e841";
}

.icon-com-bubble-dot-b:before {
    content: "\e814";
}

.icon-com-bubble-line:before {
    content: "\e815";
}

.icon-com-bubble-line-a:before {
    content: "\e816";
}

.icon-com-bubble-line-b:before {
    content: "\e817";
}

.icon-com-chat:before {
    content: "\e818";
}

.icon-com-check-box:before {
    content: "\e819";
}

.icon-com-email:before {
    content: "\e81a";
}

.icon-com-email-cross:before {
    content: "\e81c";
}

.icon-com-email-minus:before {
    content: "\e81e";
}

.icon-com-email-o:before {
    content: "\e81d";
}

.icon-com-email-plus:before {
    content: "\e820";
}

.icon-com-email-tick:before {
    content: "\e821";
}

.icon-com-envelope:before {
    content: "\e822";
}

.icon-com-feather-pen:before {
    content: "\e823";
}

.icon-com-fountain-pen:before {
    content: "\e824";
}

.icon-com-group-bubble:before {
    content: "\e825";
}

.icon-com-group-bubble-a:before {
    content: "\e826";
}

.icon-com-group-bubble-b:before {
    content: "\e827";
}

.icon-com-group-bubble-c:before {
    content: "\e829";
}

.icon-com-group-bubble-d:before {
    content: "\e82a";
}

.icon-com-help:before {
    content: "\e82b";
}

.icon-com-help-a:before {
    content: "\e82d";
}

.icon-com-megaphone:before {
    content: "\e82e";
}

.icon-com-megaphone-a:before {
    content: "\e830";
}

.icon-com-mic:before {
    content: "\e82c";
}

.icon-com-mic-mute:before {
    content: "\e832";
}

.icon-com-paperplane:before {
    content: "\e833";
}

.icon-com-phone:before {
    content: "\e82f";
}

.icon-com-phone-a:before {
    content: "\e835";
}

.icon-com-pictures:before {
    content: "\e836";
}

.icon-com-voicemail:before {
    content: "\e837";
}

.icon-cyid05:before {
    content: "\e90c";
}

.icon-cyid07:before {
    content: "\ea2f";
}

.icon-cyid10:before {
    content: "\e909";
}

.icon-cyid15:before {
    content: "\e90e";
}

.icon-cyid20:before {
    content: "\e90f";
}

.icon-cyid21:before {
    content: "\e91f";
}

.icon-cyid22:before {
    content: "\e91d";
}

.icon-cyid25:before {
    content: "\e911";
}

.icon-cyid30:before {
    content: "\e912";
}

.icon-cyid35:before {
    content: "\e920";
}

.icon-cyid40:before {
    content: "\e910";
}

.icon-cyid45:before {
    content: "\e913";
}

.icon-cyid50:before {
    content: "\e91a";
}

.icon-cyid55:before {
    content: "\e914";
}

.icon-cyid56:before {
    content: "\e915";
}

.icon-cyid60:before {
    content: "\e916";
}

.icon-cyid61:before {
    content: "\e91c";
}

.icon-cyid65:before {
    content: "\e917";
}

.icon-cyid67:before {
    content: "\ebf6";
}

.icon-cyid70:before {
    content: "\e919";
}

.icon-cyid75:before {
    content: "\e91b";
}

.icon-cyid80:before {
    content: "\e91e";
}

.icon-cyid85:before {
    content: "\e918";
}

.icon-cyid95:before {
    content: "\e921";
}

.icon-doc-analytic-bar:before {
    content: "\e8b4";
}

.icon-doc-analytic-blank:before {
    content: "\e842";
}

.icon-doc-analytic-line:before {
    content: "\e843";
}

.icon-doc-analytic-line-a:before {
    content: "\e844";
}

.icon-doc-article:before {
    content: "\e845";
}

.icon-doc-article-a:before {
    content: "\e846";
}

.icon-doc-article-b:before {
    content: "\e847";
}

.icon-doc-attachment:before {
    content: "\e848";
}

.icon-doc-attachment-a:before {
    content: "\e849";
}

.icon-doc-binder-blank:before {
    content: "\e84b";
}

.icon-doc-binder-four:before {
    content: "\e84c";
}

.icon-doc-binder-one:before {
    content: "\e84d";
}

.icon-doc-binder-three:before {
    content: "\e84e";
}

.icon-doc-binder-two:before {
    content: "\e84f";
}

.icon-doc-binder-zero:before {
    content: "\e850";
}

.icon-doc-book:before {
    content: "\e84a";
}

.icon-doc-book-a:before {
    content: "\e852";
}

.icon-doc-book-b:before {
    content: "\e853";
}

.icon-doc-book-c:before {
    content: "\e854";
}

.icon-doc-book-d:before {
    content: "\e855";
}

.icon-doc-bookmark:before {
    content: "\e856";
}

.icon-doc-book-mark:before {
    content: "\e857";
}

.icon-doc-box:before {
    content: "\e859";
}

.icon-doc-briefcase:before {
    content: "\e85a";
}

.icon-doc-briefcase-a:before {
    content: "\e85b";
}

.icon-doc-briefcase-b:before {
    content: "\e85c";
}

.icon-doc-briefcase-c:before {
    content: "\e85d";
}

.icon-doc-briefcase-d:before {
    content: "\e85e";
}

.icon-doc-compose:before {
    content: "\e85f";
}

.icon-doc-compose-a:before {
    content: "\e860";
}

.icon-doc-documents:before {
    content: "\e861";
}

.icon-doc-documents-minus:before {
    content: "\e862";
}

.icon-doc-documents-plus:before {
    content: "\e863";
}

.icon-doc-download:before {
    content: "\e864";
}

.icon-doc-drawer:before {
    content: "\e865";
}

.icon-doc-drawer-a:before {
    content: "\e866";
}

.icon-doc-drawer-b:before {
    content: "\e867";
}

.icon-doc-drawer-blank:before {
    content: "\e868";
}

.icon-doc-drawer-download:before {
    content: "\e869";
}

.icon-doc-drawer-line:before {
    content: "\e86b";
}

.icon-doc-drawer-upload:before {
    content: "\e86c";
}

.icon-doc-envelope:before {
    content: "\e86d";
}

.icon-doc-file-blank:before {
    content: "\e86f";
}

.icon-doc-file-blank-a:before {
    content: "\e870";
}

.icon-doc-file-cross:before {
    content: "\e872";
}

.icon-doc-file-cross-a:before {
    content: "\e873";
}

.icon-doc-file-line:before {
    content: "\e874";
}

.icon-doc-file-line-a:before {
    content: "\e875";
}

.icon-doc-file-minus:before {
    content: "\e876";
}

.icon-doc-file-minus-a:before {
    content: "\e877";
}

.icon-doc-file-plus:before {
    content: "\e878";
}

.icon-doc-file-plus-a:before {
    content: "\e879";
}

.icon-doc-file-stack:before {
    content: "\e87a";
}

.icon-doc-file-tick:before {
    content: "\e87b";
}

.icon-doc-file-tick-a:before {
    content: "\e87c";
}

.icon-doc-folder:before {
    content: "\e87d";
}

.icon-doc-folder-a:before {
    content: "\e87e";
}

.icon-doc-folder-check-a:before {
    content: "\e87f";
}

.icon-doc-folder-cross:before {
    content: "\e880";
}

.icon-doc-folder-cross-a:before {
    content: "\e881";
}

.icon-doc-folder-minus:before {
    content: "\e882";
}

.icon-doc-folder-minus-a:before {
    content: "\e883";
}

.icon-doc-folder-plus:before {
    content: "\e884";
}

.icon-doc-folder-plus-a:before {
    content: "\e885";
}

.icon-doc-folder-s:before {
    content: "\e886";
}

.icon-doc-folder-sync:before {
    content: "\e887";
}

.icon-doc-folder-tick:before {
    content: "\e888";
}

.icon-doc-list:before {
    content: "\e889";
}

.icon-doc-news:before {
    content: "\e88a";
}

.icon-doc-newspaper:before {
    content: "\e88b";
}

.icon-doc-newspaper-a:before {
    content: "\e88c";
}

.icon-doc-newspaper-b:before {
    content: "\e88d";
}

.icon-doc-notebook:before {
    content: "\e88e";
}

.icon-doc-notebook-a:before {
    content: "\e890";
}

.icon-doc-note-pen:before {
    content: "\e891";
}

.icon-doc-paper-line:before {
    content: "\e892";
}

.icon-doc-papers:before {
    content: "\e893";
}

.icon-doc-paper-stack:before {
    content: "\e896";
}

.icon-doc-photo-stack:before {
    content: "\e897";
}

.icon-doc-pie:before {
    content: "\e898";
}

.icon-doc-pie-a:before {
    content: "\e899";
}

.icon-doc-pie-b:before {
    content: "\e89a";
}

.icon-doc-pin:before {
    content: "\e89b";
}

.icon-doc-pin-a:before {
    content: "\e89c";
}

.icon-doc-print:before {
    content: "\e88f";
}

.icon-doc-print-a:before {
    content: "\e89e";
}

.icon-doc-profile:before {
    content: "\e89f";
}

.icon-doc-profile-a:before {
    content: "\e8a0";
}

.icon-doc-upload:before {
    content: "\e8a1";
}

.icon-doc-wboard-line:before {
    content: "\e894";
}

.icon-doc-wboard-tick:before {
    content: "\e895";
}

.icon-ecommerce-backpack:before {
    content: "\e8f7";
}

.icon-ecommerce-backpack-a:before {
    content: "\e8f8";
}

.icon-ecommerce-bag:before {
    content: "\e8f9";
}

.icon-ecommerce-bag-a:before {
    content: "\e8fa";
}

.icon-ecommerce-bag-b:before {
    content: "\e8fb";
}

.icon-ecommerce-basket:before {
    content: "\e8b5";
}

.icon-ecommerce-bill:before {
    content: "\e8b6";
}

.icon-ecommerce-bill-a:before {
    content: "\e8b7";
}

.icon-ecommerce-bill-b:before {
    content: "\e8b8";
}

.icon-ecommerce-bowtie:before {
    content: "\e8b9";
}

.icon-ecommerce-cash:before {
    content: "\e8ba";
}

.icon-ecommerce-cash-a:before {
    content: "\e8bb";
}

.icon-ecommerce-coins:before {
    content: "\e8bc";
}

.icon-ecommerce-coins-a:before {
    content: "\e8bd";
}

.icon-ecommerce-creditcard:before {
    content: "\e8be";
}

.icon-ecommerce-creditcard-b:before {
    content: "\e8bf";
}

.icon-ecommerce-creditcard-c:before {
    content: "\e8c0";
}

.icon-ecommerce-creditcard-d:before {
    content: "\e8c1";
}

.icon-ecommerce-diamon:before {
    content: "\e8c2";
}

.icon-ecommerce-digital-download:before {
    content: "\e8c3";
}

.icon-ecommerce-digital-upload:before {
    content: "\e8c4";
}

.icon-ecommerce-dollar:before {
    content: "\e8c5";
}

.icon-ecommerce-euro:before {
    content: "\e8c6";
}

.icon-ecommerce-gift:before {
    content: "\e8c7";
}

.icon-ecommerce-hanger:before {
    content: "\e8c9";
}

.icon-ecommerce-jeans:before {
    content: "\e8ca";
}

.icon-ecommerce-lipstick:before {
    content: "\e8cb";
}

.icon-ecommerce-market:before {
    content: "\e8cc";
}

.icon-ecommerce-mastercard:before {
    content: "\e8cd";
}

.icon-ecommerce-pack:before {
    content: "\e8cf";
}

.icon-ecommerce-pack-a:before {
    content: "\e8d0";
}

.icon-ecommerce-pounds:before {
    content: "\e8d1";
}

.icon-ecommerce-ring:before {
    content: "\e8d2";
}

.icon-ecommerce-safebox:before {
    content: "\e8d3";
}

.icon-ecommerce-shirt:before {
    content: "\e8d4";
}

.icon-ecommerce-shirt-a:before {
    content: "\e8d5";
}

.icon-ecommerce-shoes:before {
    content: "\e8d7";
}

.icon-ecommerce-shop:before {
    content: "\e8d9";
}

.icon-ecommerce-shopcart:before {
    content: "\e8c8";
}

.icon-ecommerce-shopcart-download:before {
    content: "\e8ce";
}

.icon-ecommerce-shopcart-fill:before {
    content: "\e8e1";
}

.icon-ecommerce-short:before {
    content: "\e8e2";
}

.icon-ecommerce-suitcase:before {
    content: "\e8e3";
}

.icon-ecommerce-suitcase-a:before {
    content: "\e8e4";
}

.icon-ecommerce-tag:before {
    content: "\e8e5";
}

.icon-ecommerce-tag-a:before {
    content: "\e8e6";
}

.icon-ecommerce-tag-a-s:before {
    content: "\e8e7";
}

.icon-ecommerce-tag-b:before {
    content: "\e8e8";
}

.icon-ecommerce-tag-b-s:before {
    content: "\e8e9";
}

.icon-ecommerce-tag-c:before {
    content: "\e8d8";
}

.icon-ecommerce-tag-cross:before {
    content: "\e8eb";
}

.icon-ecommerce-tag-c-s:before {
    content: "\e8ec";
}

.icon-ecommerce-tag-minus:before {
    content: "\e8ed";
}

.icon-ecommerce-tag-plus:before {
    content: "\e8ee";
}

.icon-ecommerce-tag-tick:before {
    content: "\e8ef";
}

.icon-ecommerce-tracking:before {
    content: "\e8f1";
}

.icon-ecommerce-tshirt:before {
    content: "\e8f2";
}

.icon-ecommerce-wallet:before {
    content: "\e8f3";
}

.icon-ecommerce-wallet-a:before {
    content: "\e8f4";
}

.icon-ecommerce-woman-bag:before {
    content: "\e8f5";
}

.icon-ecommerce-yen:before {
    content: "\e8f6";
}

.icon-editorial-ascending:before {
    content: "\e955";
}

.icon-editorial-bookmark:before {
    content: "\e956";
}

.icon-editorial-bookmark-a:before {
    content: "\e957";
}

.icon-editorial-brush:before {
    content: "\e958";
}

.icon-editorial-center-align:before {
    content: "\e959";
}

.icon-editorial-compose:before {
    content: "\e95a";
}

.icon-editorial-descending:before {
    content: "\e95b";
}

.icon-editorial-left-align:before {
    content: "\e95c";
}

.icon-editorial-pen:before {
    content: "\e95d";
}

.icon-editorial-pencil:before {
    content: "\e95e";
}

.icon-editorial-pencil-a:before {
    content: "\e8fe";
}

.icon-editorial-pencil-a-s:before {
    content: "\e960";
}

.icon-editorial-pencil-s:before {
    content: "\e8fc";
}

.icon-editorial-pen-s:before {
    content: "\e8fd";
}

.icon-editorial-redo:before {
    content: "\e8ff";
}

.icon-editorial-right-align:before {
    content: "\e94c";
}

.icon-editorial-trash:before {
    content: "\e94d";
}

.icon-editorial-trash-a:before {
    content: "\e94e";
}

.icon-editorial-trash-a-l:before {
    content: "\e94f";
}

.icon-editorial-trash-l:before {
    content: "\e951";
}

.icon-editorial-undo:before {
    content: "\e952";
}

.icon-editorial-write:before {
    content: "\e953";
}

.icon-editorial-write-s:before {
    content: "\e954";
}

.icon-environment-flower:before {
    content: "\e971";
}

.icon-environment-flower-a:before {
    content: "\e972";
}

.icon-environment-flower-b:before {
    content: "\e973";
}

.icon-environment-leaf:before {
    content: "\e974";
}

.icon-environment-leaf-a:before {
    content: "\e975";
}

.icon-environment-mountain:before {
    content: "\e976";
}

.icon-environment-mountain-a:before {
    content: "\e978";
}

.icon-environment-no-smoke:before {
    content: "\e979";
}

.icon-environment-plant:before {
    content: "\e97a";
}

.icon-environment-sign:before {
    content: "\e927";
}

.icon-environment-smoke:before {
    content: "\e97c";
}

.icon-environment-tree:before {
    content: "\e97d";
}

.icon-food-apple:before {
    content: "\e99b";
}

.icon-food-bowl:before {
    content: "\e99c";
}

.icon-food-cherry:before {
    content: "\e99e";
}

.icon-food-cherry-a:before {
    content: "\e99f";
}

.icon-food-chinese-food:before {
    content: "\e9a0";
}

.icon-food-chinese-food-a:before {
    content: "\e9a2";
}

.icon-food-chinese-food-b:before {
    content: "\e9a3";
}

.icon-food-drumstick:before {
    content: "\e9a4";
}

.icon-food-egg:before {
    content: "\e9a5";
}

.icon-food-grape:before {
    content: "\e9a6";
}

.icon-food-hamburger:before {
    content: "\e9a7";
}

.icon-food-hamburger-a:before {
    content: "\e9a8";
}

.icon-food-ice-cream:before {
    content: "\e9a9";
}

.icon-food-ice-cream-a:before {
    content: "\e9aa";
}

.icon-food-ice-cream-b:before {
    content: "\e9ab";
}

.icon-food-ice-cream-c:before {
    content: "\e9ac";
}

.icon-food-noodle:before {
    content: "\e9af";
}

.icon-food-noodle-a:before {
    content: "\e9b1";
}

.icon-food-onigiri:before {
    content: "\e9b2";
}

.icon-food-onigiri-a:before {
    content: "\e9b3";
}

.icon-food-white-bread:before {
    content: "\e9b4";
}

.icon-interface-alt-cross:before {
    content: "\ebcf";
}

.icon-interface-alt-fullscreen:before {
    content: "\ebd0";
}

.icon-interface-alt-minus:before {
    content: "\ebd1";
}

.icon-interface-alt-plus:before {
    content: "\ebd2";
}

.icon-interface-alt-tick:before {
    content: "\ebd3";
}

.icon-interface-alt-widescreen:before {
    content: "\ebd4";
}

.icon-interface-arrow-all:before {
    content: "\ebd5";
}

.icon-interface-arrow-bottom:before {
    content: "\eb45";
}

.icon-interface-arrow-bottom-circle:before {
    content: "\ebd7";
}

.icon-interface-arrow-left:before {
    content: "\eb47";
}

.icon-interface-arrow-left-b:before {
    content: "\ebd9";
}

.icon-interface-arrow-left-circle:before {
    content: "\ebda";
}

.icon-interface-arrow-left-t:before {
    content: "\ebdb";
}

.icon-interface-arrow-right:before {
    content: "\eb4b";
}

.icon-interface-arrow-right-b:before {
    content: "\ebdd";
}

.icon-interface-arrow-right-circle:before {
    content: "\ebde";
}

.icon-interface-arrow-right-t:before {
    content: "\ebdf";
}

.icon-interface-arrow-top:before {
    content: "\eb4f";
}

.icon-interface-arrow-top-circle:before {
    content: "\ebe1";
}

.icon-interface-backspace:before {
    content: "\eb55";
}

.icon-interface-backspace-a:before {
    content: "\eb56";
}

.icon-interface-bell:before {
    content: "\eb57";
}

.icon-interface-bell-a:before {
    content: "\eb58";
}

.icon-interface-block:before {
    content: "\eb59";
}

.icon-interface-bottom:before {
    content: "\eac5";
}

.icon-interface-bottom-k:before {
    content: "\eb5b";
}

.icon-interface-bottom-r:before {
    content: "\eac7";
}

.icon-interface-box-bottom:before {
    content: "\eb5d";
}

.icon-interface-box-bottom-a:before {
    content: "\eb5e";
}

.icon-interface-box-cross:before {
    content: "\eb5f";
}

.icon-interface-box-left:before {
    content: "\eb60";
}

.icon-interface-box-left-a:before {
    content: "\eb61";
}

.icon-interface-box-minus:before {
    content: "\eb62";
}

.icon-interface-box-plus:before {
    content: "\eb63";
}

.icon-interface-box-right:before {
    content: "\eb64";
}

.icon-interface-box-right-a:before {
    content: "\eb65";
}

.icon-interface-box-tick:before {
    content: "\eb66";
}

.icon-interface-box-top:before {
    content: "\eb67";
}

.icon-interface-box-top-a:before {
    content: "\eb68";
}

.icon-interface-bulleye:before {
    content: "\eb69";
}

.icon-interface-calendar:before {
    content: "\eb6a";
}

.icon-interface-circle:before {
    content: "\eb6b";
}

.icon-interface-circle-cross:before {
    content: "\eb6c";
}

.icon-interface-circle-minus:before {
    content: "\eb6d";
}

.icon-interface-circle-plus:before {
    content: "\eb6e";
}

.icon-interface-circle-tick:before {
    content: "\eb6f";
}

.icon-interface-circle-tick-a:before {
    content: "\eb70";
}

.icon-interface-clock:before {
    content: "\eb71";
}

.icon-interface-clock-a:before {
    content: "\eb72";
}

.icon-interface-clock-b:before {
    content: "\eb73";
}

.icon-interface-cloud-download:before {
    content: "\eb74";
}

.icon-interface-cloud-upload:before {
    content: "\eb75";
}

.icon-interface-cmd:before {
    content: "\1cd3";
}

.icon-interface-crop:before {
    content: "\eb77";
}

.icon-interface-cross:before {
    content: "\eae3";
}

.icon-interface-dashboard:before {
    content: "\eb79";
}

.icon-interface-diag:before {
    content: "\ebe5";
}

.icon-interface-diag-a:before {
    content: "\ebe6";
}

.icon-interface-direction:before {
    content: "\eae7";
}

.icon-interface-downloading:before {
    content: "\eb7b";
}

.icon-interface-enlarge:before {
    content: "\eb7c";
}

.icon-interface-enlarge-a:before {
    content: "\eb7d";
}

.icon-interface-enlarge-c:before {
    content: "\eb7e";
}

.icon-interface-expand:before {
    content: "\eb7f";
}

.icon-interface-forward:before {
    content: "\eb80";
}

.icon-interface-fullscreen:before {
    content: "\eb81";
}

.icon-interface-fullscreen-a:before {
    content: "\eb82";
}

.icon-interface-fullscreen-wide:before {
    content: "\eb83";
}

.icon-interface-hamburger:before {
    content: "\eaf1";
}

.icon-interface-help:before {
    content: "\eb86";
}

.icon-interface-help-a:before {
    content: "\eb87";
}

.icon-interface-home:before {
    content: "\eaf5";
}

.icon-interface-home-a:before {
    content: "\eb89";
}

.icon-interface-horizontal:before {
    content: "\eb8a";
}

.icon-interface-horizontal-a-1:before {
    content: "\ebe3";
}

.icon-interface-in-link:before {
    content: "\eb8b";
}

.icon-interface-left:before {
    content: "\eafa";
}

.icon-interface-left-b-k:before {
    content: "\eb8d";
}

.icon-interface-left-k:before {
    content: "\eb8e";
}

.icon-interface-left-r:before {
    content: "\eafd";
}

.icon-interface-left-t-k:before {
    content: "\eb90";
}

.icon-interface-list-view:before {
    content: "\e949";
}

.icon-interface-login:before {
    content: "\eb92";
}

.icon-interface-minimize:before {
    content: "\eb94";
}

.icon-interface-minus:before {
    content: "\eb95";
}

.icon-interface-more:before {
    content: "\eb96";
}

.icon-interface-number:before {
    content: "\eb97";
}

.icon-interface-out-link:before {
    content: "\eb98";
}

.icon-interface-pixel:before {
    content: "\eb99";
}

.icon-interface-places:before {
    content: "\eb08";
}

.icon-interface-places-a:before {
    content: "\eb9b";
}

.icon-interface-plus:before {
    content: "\eb0a";
}

.icon-interface-popup:before {
    content: "\eb9d";
}

.icon-interface-power:before {
    content: "\eb0c";
}

.icon-interface-refresh:before {
    content: "\eb9f";
}

.icon-interface-repeating:before {
    content: "\eba0";
}

.icon-interface-reply:before {
    content: "\eba1";
}

.icon-interface-resize-full:before {
    content: "\eba2";
}

.icon-interface-resize-full-a:before {
    content: "\eba3";
}

.icon-interface-resize-normal:before {
    content: "\eba4";
}

.icon-interface-reverse:before {
    content: "\eba5";
}

.icon-interface-right:before {
    content: "\eb14";
}

.icon-interface-right-k:before {
    content: "\eba7";
}

.icon-interface-right-r:before {
    content: "\eb16";
}

.icon-interface-right-b-k:before {
    content: "\eba9";
}

.icon-interface-right-t-k:before {
    content: "\ebaa";
}

.icon-interface-search:before {
    content: "\ebab";
}

.icon-interface-search-cross:before {
    content: "\ebac";
}

.icon-interface-search-list:before {
    content: "\ebf8";
}

.icon-interface-search-minus:before {
    content: "\ebad";
}

.icon-interface-search-plus:before {
    content: "\ebae";
}

.icon-interface-search-tick:before {
    content: "\ebaf";
}

.icon-interface-sidebar-hamburger:before {
    content: "\ebb0";
}

.icon-interface-star:before {
    content: "\ebb1";
}

.icon-interface-star-a:before {
    content: "\ebb2";
}

.icon-interface-target:before {
    content: "\ebb3";
}

.icon-interface-thumbnail:before {
    content: "\ebb4";
}

.icon-interface-tick:before {
    content: "\eb23";
}

.icon-interface-top:before {
    content: "\eb24";
}

.icon-interface-top-k:before {
    content: "\ebb7";
}

.icon-interface-top-r:before {
    content: "\eb26";
}

.icon-interface-undo:before {
    content: "\eb27";
}

.icon-interface-uploading:before {
    content: "\eb28";
}

.icon-interface-vertical:before {
    content: "\ebbb";
}

.icon-interface-vertical-a-1:before {
    content: "\ebe4";
}

.icon-interface-view:before {
    content: "\ebbc";
}

.icon-interface-warning:before {
    content: "\ebbd";
}

.icon-interface-window:before {
    content: "\ebbe";
}

.icon-kitchen-fork-knife:before {
    content: "\e9b5";
}

.icon-kitchen-fork-knife-a:before {
    content: "\e950";
}

.icon-kitchen-fridge:before {
    content: "\e9b6";
}

.icon-kitchen-grill:before {
    content: "\e9b7";
}

.icon-kitchen-heat:before {
    content: "\e9b8";
}

.icon-kitchen-heat-a:before {
    content: "\e9b9";
}

.icon-kitchen-hood:before {
    content: "\e9ba";
}

.icon-kitchen-hood-a:before {
    content: "\e9bb";
}

.icon-kitchen-jam:before {
    content: "\e9bc";
}

.icon-kitchen-ketchup:before {
    content: "\e9bd";
}

.icon-kitchen-leaf:before {
    content: "\e9bf";
}

.icon-kitchen-microwave:before {
    content: "\e9c1";
}

.icon-kitchen-pepper:before {
    content: "\e9c2";
}

.icon-kitchen-plate:before {
    content: "\e9c3";
}

.icon-kitchen-recipe-book:before {
    content: "\e9c4";
}

.icon-kitchen-salt:before {
    content: "\e9c5";
}

.icon-kitchen-spatula:before {
    content: "\e9c6";
}

.icon-kitchen-spoon-fork:before {
    content: "\e9c7";
}

.icon-kitchen-spoon-fork-a:before {
    content: "\e9c8";
}

.icon-kitchen-tissue:before {
    content: "\e9c9";
}

.icon-kitchen-water:before {
    content: "\e9ca";
}

.icon-layout-footer:before {
    content: "\ebbf";
}

.icon-layout-grid:before {
    content: "\ebc0";
}

.icon-layout-half:before {
    content: "\ebc1";
}

.icon-layout-header:before {
    content: "\ebc2";
}

.icon-layout-sidebar-l:before {
    content: "\ebc3";
}

.icon-layout-sidebar-l-a:before {
    content: "\ebc4";
}

.icon-layout-sidebar-l-half:before {
    content: "\ebc5";
}

.icon-layout-sidebar-l-half-a:before {
    content: "\ebc6";
}

.icon-layout-sidebar-r:before {
    content: "\ebc7";
}

.icon-layout-sidebar-r-a:before {
    content: "\ebc8";
}

.icon-layout-sidebar-r-half:before {
    content: "\ebc9";
}

.icon-layout-sidebar-r-half-a:before {
    content: "\ebca";
}

.icon-layout-third-h:before {
    content: "\ebcb";
}

.icon-layout-third-v:before {
    content: "\ebcc";
}

.icon-layout-wireframe:before {
    content: "\ebcd";
}

.icon-layout-wireframe-a:before {
    content: "\ebce";
}

.icon-location-alt-pin:before {
    content: "\e9ae";
}

.icon-location-avenue:before {
    content: "\ea24";
}

.icon-location-compass:before {
    content: "\e9b0";
}

.icon-location-map:before {
    content: "\ea26";
}

.icon-location-pin:before {
    content: "\ea27";
}

.icon-location-pin-blank:before {
    content: "\ea28";
}

.icon-location-pin-check:before {
    content: "\ea29";
}

.icon-location-pin-map:before {
    content: "\ea2a";
}

.icon-location-pin-map-a:before {
    content: "\ea2b";
}

.icon-location-pin-minus:before {
    content: "\ea2c";
}

.icon-location-pin-plus:before {
    content: "\ea2d";
}

.icon-location-pin-regular:before {
    content: "\ea2e";
}

.icon-logo-amazon:before {
    content: "\eaea";
}

.icon-logo-dribbble:before {
    content: "\eaeb";
}

.icon-logo-dropbox:before {
    content: "\eaec";
}

.icon-logo-facebook:before {
    content: "\eaee";
}

.icon-logo-instagram:before {
    content: "\eaf0";
}

.icon-logo-linkedin:before {
    content: "\eaf3";
}

.icon-logo-musio:before {
    content: "\eaf4";
}

.icon-logo-paypal:before {
    content: "\eaf7";
}

.icon-logo-picasa:before {
    content: "\eaf8";
}

.icon-logo-pinterest:before {
    content: "\eaf9";
}

.icon-logo-rdio:before {
    content: "\eafb";
}

.icon-logo-squarespace:before {
    content: "\eafc";
}

.icon-logo-squareup:before {
    content: "\eafe";
}

.icon-logo-twitter:before {
    content: "\eaff";
}

.icon-media-glass:before {
    content: "\e8a4";
}

.icon-media-glass-a:before {
    content: "\e8a5";
}

.icon-media-image:before {
    content: "\e8a6";
}

.icon-media-image-a:before {
    content: "\e8a7";
}

.icon-media-image-b:before {
    content: "\e8a8";
}

.icon-media-image-c:before {
    content: "\e8a9";
}

.icon-media-image-d:before {
    content: "\e8aa";
}

.icon-media-negative:before {
    content: "\e8ab";
}

.icon-media-negative-a:before {
    content: "\e8ac";
}

.icon-media-video:before {
    content: "\e8ad";
}

.icon-media-video-a:before {
    content: "\e8ae";
}

.icon-media-video-clip:before {
    content: "\e8af";
}

.icon-media-video-r:before {
    content: "\e8b0";
}

.icon-medicine-heart:before {
    content: "\e9ec";
}

.icon-medicine-lab:before {
    content: "\e9ed";
}

.icon-medicine-lab-a:before {
    content: "\e9ee";
}

.icon-misc-crown:before {
    content: "\eb07";
}

.icon-misc-cube:before {
    content: "\eb09";
}

.icon-misc-dice-five:before {
    content: "\eb0b";
}

.icon-misc-dice-four:before {
    content: "\eb0d";
}

.icon-misc-dice-one:before {
    content: "\eb0e";
}

.icon-misc-dice-six:before {
    content: "\eb0f";
}

.icon-misc-dice-three:before {
    content: "\eb10";
}

.icon-misc-dice-two:before {
    content: "\eb11";
}

.icon-misc-double-click:before {
    content: "\eb12";
}

.icon-misc-female-gender:before {
    content: "\eb13";
}

.icon-misc-globe:before {
    content: "\eb15";
}

.icon-misc-male-gender:before {
    content: "\eb17";
}

.icon-misc-mood-happy:before {
    content: "\eb18";
}

.icon-misc-mood-sad:before {
    content: "\eb19";
}

.icon-misc-one-click:before {
    content: "\eb00";
}

.icon-misc-pointer:before {
    content: "\eb02";
}

.icon-misc-pointer-swipe-l:before {
    content: "\eb03";
}

.icon-misc-pointer-swipe-r:before {
    content: "\eb04";
}

.icon-misc-puzzle:before {
    content: "\eb05";
}

.icon-misc-wifi:before {
    content: "\eb06";
}

.icon-music-album:before {
    content: "\eb43";
}

.icon-music-album-a:before {
    content: "\eb44";
}

.icon-music-album-b:before {
    content: "\eb46";
}

.icon-music-album-c:before {
    content: "\eb48";
}

.icon-music-album-cd:before {
    content: "\eb49";
}

.icon-music-cd:before {
    content: "\eb4a";
}

.icon-music-eject:before {
    content: "\eb4c";
}

.icon-music-eq:before {
    content: "\eb4d";
}

.icon-music-eq-a:before {
    content: "\eb4e";
}

.icon-music-group-note:before {
    content: "\eb50";
}

.icon-music-group-note-a:before {
    content: "\eb51";
}

.icon-music-headphone:before {
    content: "\eb52";
}

.icon-music-headphone-a:before {
    content: "\eb53";
}

.icon-music-list:before {
    content: "\eb54";
}

.icon-music-mic:before {
    content: "\eb1a";
}

.icon-music-mic-a:before {
    content: "\eb1b";
}

.icon-music-next:before {
    content: "\eb1c";
}

.icon-music-next-l:before {
    content: "\eb1d";
}

.icon-music-next-l-a:before {
    content: "\1c3f";
}

.icon-music-pause:before {
    content: "\eb1e";
}

.icon-music-pause-a:before {
    content: "\eb20";
}

.icon-music-pause-b:before {
    content: "\eb21";
}

.icon-music-play:before {
    content: "\ea96";
}

.icon-music-playlist:before {
    content: "\eb25";
}

.icon-music-previous:before {
    content: "\eb29";
}

.icon-music-previous-l:before {
    content: "\eb2a";
}

.icon-music-previous-l-a:before {
    content: "\eb2b";
}

.icon-music-radio:before {
    content: "\eb2c";
}

.icon-music-record:before {
    content: "\eb2d";
}

.icon-music-record-a:before {
    content: "\eb2e";
}

.icon-music-repeat:before {
    content: "\eb2f";
}

.icon-music-repeat-a:before {
    content: "\eb30";
}

.icon-music-repeat-one:before {
    content: "\eb31";
}

.icon-music-repeat-one-a:before {
    content: "\eb32";
}

.icon-music-shuffle:before {
    content: "\eb33";
}

.icon-music-shuffle-a:before {
    content: "\eb34";
}

.icon-music-song-note:before {
    content: "\eb35";
}

.icon-music-song-note-a:before {
    content: "\eb36";
}

.icon-music-speaker:before {
    content: "\eb37";
}

.icon-music-speaker-a:before {
    content: "\eb38";
}

.icon-music-stop:before {
    content: "\eb39";
}

.icon-music-stop-a:before {
    content: "\eb3a";
}

.icon-setting-airplane:before {
    content: "\e9db";
}

.icon-setting-component:before {
    content: "\e9dc";
}

.icon-setting-eq:before {
    content: "\e9dd";
}

.icon-setting-eq-a:before {
    content: "\e9de";
}

.icon-setting-gear:before {
    content: "\e9df";
}

.icon-setting-gear-a:before {
    content: "\e9e0";
}

.icon-setting-gear-b:before {
    content: "\e977";
}

.icon-setting-hotspot:before {
    content: "\e9e2";
}

.icon-setting-notification:before {
    content: "\e9e3";
}

.icon-setting-switch:before {
    content: "\e9d7";
}

.icon-setting-switch-a:before {
    content: "\e9d8";
}

.icon-setting-wrench:before {
    content: "\e9d9";
}

.icon-setting-wrench-a:before {
    content: "\e9da";
}

.icon-sport-alt-badge:before {
    content: "\e9ef";
}

.icon-sport-alt-badge-a:before {
    content: "\e9f0";
}

.icon-sport-badge:before {
    content: "\e9f1";
}

.icon-sport-badge-a:before {
    content: "\e9f2";
}

.icon-sport-badge-b:before {
    content: "\e9f3";
}

.icon-sport-badge-c:before {
    content: "\e9f4";
}

.icon-sport-badge-one:before {
    content: "\e9f5";
}

.icon-sport-badge-one-a:before {
    content: "\e9f6";
}

.icon-sport-baseball:before {
    content: "\e9f7";
}

.icon-sport-basketball:before {
    content: "\e9f8";
}

.icon-sport-basketball-a:before {
    content: "\e9f9";
}

.icon-sport-bottle:before {
    content: "\e9fa";
}

.icon-sport-cards:before {
    content: "\e9fb";
}

.icon-sport-dumbell:before {
    content: "\e9fc";
}

.icon-sport-dumbell-a:before {
    content: "\e9fd";
}

.icon-sport-flag:before {
    content: "\e9fe";
}

.icon-sport-flag-a:before {
    content: "\e9ff";
}

.icon-sport-football:before {
    content: "\ea00";
}

.icon-sport-medic:before {
    content: "\ea01";
}

.icon-sport-mic:before {
    content: "\ea03";
}

.icon-sport-puzzle:before {
    content: "\ea04";
}

.icon-sport-stadium:before {
    content: "\ea05";
}

.icon-sport-stadium-a:before {
    content: "\ea07";
}

.icon-sport-tape:before {
    content: "\e9e4";
}

.icon-sport-tennisball:before {
    content: "\e9e5";
}

.icon-sport-time:before {
    content: "\e9e6";
}

.icon-sport-trophy:before {
    content: "\e9e7";
}

.icon-sport-trophy-a:before {
    content: "\e9e8";
}

.icon-sport-tv:before {
    content: "\e9ea";
}

.icon-sport-tv-a:before {
    content: "\e9eb";
}

.icon-time-alarm:before {
    content: "\ea08";
}

.icon-time-alt-wall-clock:before {
    content: "\ea09";
}

.icon-time-calendar:before {
    content: "\e99d";
}

.icon-time-calendar-a:before {
    content: "\ea10";
}

.icon-time-calendar-b:before {
    content: "\ea11";
}

.icon-time-clock:before {
    content: "\ea12";
}

.icon-time-clock-a:before {
    content: "\e9a1";
}

.icon-time-clock-b:before {
    content: "\ea14";
}

.icon-time-clock-c:before {
    content: "\ea15";
}

.icon-time-hour-glass:before {
    content: "\ea17";
}

.icon-time-speed-meter:before {
    content: "\ea18";
}

.icon-time-stopwatch:before {
    content: "\ea19";
}

.icon-time-stopwatch-a:before {
    content: "\ea1a";
}

.icon-time-stopwatch-b:before {
    content: "\ea1b";
}

.icon-time-timer:before {
    content: "\ea1c";
}

.icon-time-wall-clock:before {
    content: "\ea1d";
}

.icon-time-watches:before {
    content: "\ea1e";
}

.icon-time-watches-a:before {
    content: "\ea1f";
}

.icon-time-watches-b:before {
    content: "\ea21";
}

.icon-tool-alt-camera:before {
    content: "\ea59";
}

.icon-tool-alt-camera-a:before {
    content: "\ea5a";
}

.icon-tool-android:before {
    content: "\ea5b";
}

.icon-tool-android-l:before {
    content: "\ea5c";
}

.icon-tool-binoculars:before {
    content: "\ea5d";
}

.icon-tool-brush:before {
    content: "\ea5e";
}

.icon-tool-brush-a:before {
    content: "\ea5f";
}

.icon-tool-calculator:before {
    content: "\ea60";
}

.icon-tool-camera:before {
    content: "\ea61";
}

.icon-tool-camera-a:before {
    content: "\ea62";
}

.icon-tool-camera-b:before {
    content: "\e9e9";
}

.icon-tool-compass:before {
    content: "\ea63";
}

.icon-tool-console:before {
    content: "\ea30";
}

.icon-tool-console-a:before {
    content: "\ea31";
}

.icon-tool-console-old:before {
    content: "\ea32";
}

.icon-tool-disk:before {
    content: "\e9be";
}

.icon-tool-disk-a:before {
    content: "\ea34";
}

.icon-tool-flashlight:before {
    content: "\e9c0";
}

.icon-tool-flashlight-a:before {
    content: "\ea36";
}

.icon-tool-flashlight-a-s:before {
    content: "\ea37";
}

.icon-tool-flashlight-s:before {
    content: "\ea38";
}

.icon-tool-gameboy:before {
    content: "\ea39";
}

.icon-tool-hammer:before {
    content: "\ea3a";
}

.icon-tool-headphone:before {
    content: "\ea3b";
}

.icon-tool-headphone-a:before {
    content: "\ea3d";
}

.icon-tool-laptop:before {
    content: "\ea3e";
}

.icon-tool-magic-wand:before {
    content: "\ea40";
}

.icon-tool-magic-wand-a:before {
    content: "\ea41";
}

.icon-tool-magnet:before {
    content: "\ea42";
}

.icon-tool-magnifier:before {
    content: "\e9cc";
}

.icon-tool-medical-tape:before {
    content: "\ea44";
}

.icon-tool-mobile:before {
    content: "\e9ce";
}

.icon-tool-mobile-l:before {
    content: "\ea46";
}

.icon-tool-monitor:before {
    content: "\ea47";
}

.icon-tool-monitor-a:before {
    content: "\ea48";
}

.icon-tool-mouse:before {
    content: "\ea49";
}

.icon-tool-net:before {
    content: "\ea4b";
}

.icon-tool-paint-roler:before {
    content: "\ea4c";
}

.icon-tool-projector:before {
    content: "\ea4d";
}

.icon-tool-radio:before {
    content: "\ea4e";
}

.icon-tool-ruler:before {
    content: "\ea4f";
}

.icon-tool-scissor:before {
    content: "\ea50";
}

.icon-tool-tablet:before {
    content: "\ea51";
}

.icon-tool-tablet-l:before {
    content: "\ea53";
}

.icon-tool-television:before {
    content: "\ea54";
}

.icon-tool-toothbrush:before {
    content: "\ea55";
}

.icon-tool-umbrella:before {
    content: "\ea57";
}

.icon-tool-video:before {
    content: "\ea58";
}

.icon-transport-alt-bus:before {
    content: "\ea6a";
}

.icon-transport-bicycle:before {
    content: "\ea6b";
}

.icon-transport-bicycle-a:before {
    content: "\ea6c";
}

.icon-transport-boat:before {
    content: "\ea6d";
}

.icon-transport-bus:before {
    content: "\ea6e";
}

.icon-transport-bus-a:before {
    content: "\ea6f";
}

.icon-transport-car:before {
    content: "\ea70";
}

.icon-transport-car-a:before {
    content: "\ea71";
}

.icon-transport-car-b:before {
    content: "\ea64";
}

.icon-transport-car-c:before {
    content: "\ea65";
}

.icon-transport-ship:before {
    content: "\ea66";
}

.icon-transport-train:before {
    content: "\ea67";
}

.icon-transport-truck:before {
    content: "\ea68";
}

.icon-transport-truck-a:before {
    content: "\ea69";
}

.icon-user-alt:before {
    content: "\ea88";
}

.icon-user-alt-check:before {
    content: "\ea89";
}

.icon-user-alt-cross:before {
    content: "\ea8a";
}

.icon-user-alt-group:before {
    content: "\ea8b";
}

.icon-user-alt-list:before {
    content: "\ea8c";
}

.icon-user-alt-minus:before {
    content: "\ea8d";
}

.icon-user-alt-plus:before {
    content: "\ea8e";
}

.icon-user-contact-book:before {
    content: "\ea8f";
}

.icon-user-female:before {
    content: "\ea90";
}

.icon-user-female-cross:before {
    content: "\ea91";
}

.icon-user-female-group:before {
    content: "\ea92";
}

.icon-user-female-list:before {
    content: "\ea93";
}

.icon-user-female-minus:before {
    content: "\ea94";
}

.icon-user-female-plus:before {
    content: "\ea95";
}

.icon-user-female-sign:before {
    content: "\ea97";
}

.icon-user-female-tick:before {
    content: "\ea98";
}

.icon-user-key:before {
    content: "\ea99";
}

.icon-user-lock:before {
    content: "\ea20";
}

.icon-user-lock-u:before {
    content: "\ea9b";
}

.icon-user-lock-u-a:before {
    content: "\ea22";
}

.icon-user-male:before {
    content: "\ea72";
}

.icon-user-male-check:before {
    content: "\ea73";
}

.icon-user-male-cross:before {
    content: "\ea74";
}

.icon-user-male-minus:before {
    content: "\ea75";
}

.icon-user-male-plus:before {
    content: "\ea76";
}

.icon-user-male-sign:before {
    content: "\ea77";
}

.icon-user-password:before {
    content: "\ea78";
}

.icon-user-password-u:before {
    content: "\ea79";
}

.icon-user-password-u-a:before {
    content: "\ea7a";
}

.icon-user-single:before {
    content: "\ea02";
}

.icon-user-single-a:before {
    content: "\ea7c";
}

.icon-user-single-a-check:before {
    content: "\ea7d";
}

.icon-user-single-a-cross:before {
    content: "\ea7e";
}

.icon-user-single-a-group:before {
    content: "\ea06";
}

.icon-user-single-a-list:before {
    content: "\ea80";
}

.icon-user-single-a-minus:before {
    content: "\ea81";
}

.icon-user-single-a-plus:before {
    content: "\ea82";
}

.icon-user-single-check:before {
    content: "\ea0a";
}

.icon-user-single-cross:before {
    content: "\ea0b";
}

.icon-user-single-minus:before {
    content: "\ea0c";
}

.icon-user-single-plus:before {
    content: "\ea0d";
}

.icon-user-single-round:before {
    content: "\ea0e";
}

.icon-volume-high:before {
    content: "\eb3b";
}

.icon-volume-high-a:before {
    content: "\eb3c";
}

.icon-volume-low:before {
    content: "\eb3d";
}

.icon-volume-low-a:before {
    content: "\eb3e";
}

.icon-volume-medium:before {
    content: "\eb3f";
}

.icon-volume-medium-a:before {
    content: "\eb40";
}

.icon-volume-mute:before {
    content: "\eb41";
}

.icon-volume-mute-a:before {
    content: "\eb42";
}

.icon-weather-cloud:before {
    content: "\eaa1";
}

.icon-weather-cloud-a:before {
    content: "\eaa2";
}

.icon-weather-cloud-rainy:before {
    content: "\eaa3";
}

.icon-weather-cloud-rainy-a:before {
    content: "\eaa4";
}

.icon-weather-cloud-snow:before {
    content: "\eaa5";
}

.icon-weather-cloud-snow-a:before {
    content: "\eaa6";
}

.icon-weather-cloud-stormy:before {
    content: "\eaa7";
}

.icon-weather-cloud-stormy-a:before {
    content: "\eaa8";
}

.icon-weather-cloud-sun:before {
    content: "\eaa9";
}

.icon-weather-humid:before {
    content: "\eaaa";
}

.icon-weather-moon:before {
    content: "\eaab";
}

.icon-weather-moon-a:before {
    content: "\eaac";
}

.icon-weather-moon-b:before {
    content: "\eaad";
}

.icon-weather-moon-r:before {
    content: "\eaae";
}

.icon-weather-sun-a:before {
    content: "\eaaf";
}

.icon-weather-sun-b:before {
    content: "\eab0";
}

.icon-weather-sun-r:before {
    content: "\eab1";
}

.icon-weather-sunrise:before {
    content: "\eab2";
}

.icon-weather-sunset-a:before {
    content: "\ea9d";
}

.icon-weather-wind:before {
    content: "\ea9e";
}

.icon-weather-wind-pressure:before {
    content: "\ea9f";
}

.icon-weather-wind-pressure-a:before {
    content: "\eaa0";
}

.icon-web-broken-link:before {
    content: "\ead5";
}

.icon-web-browser:before {
    content: "\ead7";
}

.icon-web-browser-a:before {
    content: "\ead8";
}

.icon-web-browser-b:before {
    content: "\ead9";
}

.icon-web-browser-cross:before {
    content: "\eadb";
}

.icon-web-browser-minus:before {
    content: "\eadc";
}

.icon-web-browser-plus:before {
    content: "\eadd";
}

.icon-web-browser-tab:before {
    content: "\eade";
}

.icon-web-browser-tab-cross:before {
    content: "\eadf";
}

.icon-web-browser-tab-minus:before {
    content: "\eae0";
}

.icon-web-browser-tab-plus:before {
    content: "\eae1";
}

.icon-web-browser-tab-tick:before {
    content: "\eae2";
}

.icon-web-browser-tick:before {
    content: "\eae4";
}

.icon-web-browser-window:before {
    content: "\eae5";
}

.icon-web-bug:before {
    content: "\eab3";
}

.icon-web-code:before {
    content: "\eab4";
}

.icon-web-database:before {
    content: "\eab5";
}

.icon-web-download:before {
    content: "\ea3c";
}

.icon-web-graph:before {
    content: "\eab7";
}

.icon-web-inspect:before {
    content: "\eab8";
}

.icon-web-internet:before {
    content: "\ea3f";
}

.icon-web-internet-a:before {
    content: "\eaba";
}

.icon-web-logout:before {
    content: "\eabb";
}

.icon-web-menu-collapse-down:before {
    content: "\eabc";
}

.icon-web-menu-collapse-left:before {
    content: "\eabd";
}

.icon-web-menu-collapse-right:before {
    content: "\eabe";
}

.icon-web-menu-collapse-up:before {
    content: "\eabf";
}

.icon-web-reading-list:before {
    content: "\eac0";
}

.icon-web-report:before {
    content: "\eac1";
}

.icon-web-report-a:before {
    content: "\eac2";
}

.icon-web-rss:before {
    content: "\eac4";
}

.icon-web-share:before {
    content: "\ea4a";
}

.icon-web-share-a:before {
    content: "\eac8";
}

.icon-web-share-b:before {
    content: "\eac9";
}

.icon-web-statistic:before {
    content: "\eaca";
}

.icon-web-traffic:before {
    content: "\eacb";
}

.icon-web-traffic-a:before {
    content: "\eacc";
}

.icon-web-traffic-b:before {
    content: "\eacd";
}

.icon-web-traffic-c:before {
    content: "\eace";
}

.icon-web-upload:before {
    content: "\ea52";
}

.icon-web-url:before {
    content: "\ead0";
}

.icon-web-url-a:before {
    content: "\ead1";
}

.icon-web-url-b:before {
    content: "\ead2";
}

.icon-web-warning:before {
    content: "\ea56";
}

.icon-web-webcam:before {
    content: "\ead4";
}

.icon-ssdl-2d:before {
    content: "\e900";
}

.icon-ssdl-3d:before {
    content: "\e901";
}

.icon-ssdl-agb:before {
    content: "\e945";
}

.icon-ssdl-artikel-zu-bestellvorlage-hinzufuegen:before {
    content: "\e928";
}

.icon-ssdl-artikel-zur-vergleichsliste-hinzufuegen:before {
    content: "\e92a";
}

.icon-ssdl-auftragshistorie:before {
    content: "\ebf0";
}

.icon-ssdl-auftragstext:before {
    content: "\e902";
}

.icon-ssdl-ausrufezeichen:before {
    content: "\e94b";
}

.icon-ssdl-blog:before {
    content: "\e943";
}

.icon-ssdl-bluetooth:before {
    content: "\e948";
}

.icon-ssdl-datei-csv:before {
    content: "\e92c";
}

.icon-ssdl-datei-pdf:before {
    content: "\e92f";
}

.icon-ssdl-datei-pdf-logo:before {
    content: "\e92e";
}

.icon-ssdl-datei-txt:before {
    content: "\e930";
}

.icon-ssdl-datei-xls:before {
    content: "\e931";
}

.icon-ssdl-datei-xlsx:before {
    content: "\e93b";
}

.icon-ssdl-download:before {
    content: "\e93e";
}

.icon-ssdl-export:before {
    content: "\e932";
}

.icon-ssdl-fastviewer:before {
    content: "\e944";
}

.icon-ssdl-filter:before {
    content: "\e924";
}

.icon-ssdl-filter-loeschen:before {
    content: "\e925";
}

.icon-ssdl-freihand-zeichnen:before {
    content: "\e904";
}

.icon-ssdl-google-plus:before {
    content: "\e90b";
}

.icon-ssdl-information:before {
    content: "\e933";
}

.icon-ssdl-karriere:before {
    content: "\e93c";
}

.icon-ssdl-linie-zeichnen:before {
    content: "\e905";
}

.icon-ssdl-makler-login:before {
    content: "\e93f";
}

.icon-ssdl-musterbestellung:before {
    content: "\e941";
}

.icon-ssdl-navigation-starten:before {
    content: "\e906";
}

.icon-ssdl-orsyfleet-datei-negativ:before {
    content: "\e934";
}

.icon-ssdl-orsyfleet-diebstahl-melden:before {
    content: "\ebe8";
}

.icon-ssdl-orsyfleet-einstellungen-negativ:before {
    content: "\e935";
}

.icon-ssdl-orsyfleet-historie:before {
    content: "\ebe9";
}

.icon-ssdl-orsyfleet-information-negativ:before {
    content: "\e936";
}

.icon-ssdl-orsyfleet-kostenstellenauswertung:before {
    content: "\ebea";
}

.icon-ssdl-orsyfleet-lokalisieren:before {
    content: "\ebeb";
}

.icon-ssdl-orsyfleet-nicht-einsatzbereit:before {
    content: "\ebec";
}

.icon-ssdl-orsyfleet-reparatur:before {
    content: "\ebed";
}

.icon-ssdl-orsyfleet-schraubenschluessel-negativ:before {
    content: "\e937";
}

.icon-ssdl-positionstext:before {
    content: "\e907";
}

.icon-ssdl-qr-code:before {
    content: "\ebf4";
}

.icon-ssdl-quantity-scale:before {
    content: "\ebf5";
}

.icon-ssdl-raster:before {
    content: "\e908";
}

.icon-ssdl-rfid:before {
    content: "\ebf3";
}

.icon-ssdl-scanner:before {
    content: "\e926";
}

.icon-ssdl-schadenformular:before {
    content: "\e947";
}

.icon-ssdl-sendungsverfolgung:before {
    content: "\12df";
}

.icon-ssdl-sonderangebote:before {
    content: "\ebf7";
}

.icon-ssdl-speiseplan_app:before {
    content: "\ebe7";
}

.icon-ssdl-stammkunde:before {
    content: "\ebf1";
}

.icon-ssdl-tarifrechner:before {
    content: "\e946";
}

.icon-ssdl-teamviewer:before {
    content: "\e940";
}

.icon-ssdl-text:before {
    content: "\e94a";
}

.icon-ssdl-topkunde:before {
    content: "\ebf2";
}

.icon-ssdl-user:before {
    content: "\ebee";
}

.icon-ssdl-vergleichsliste-anzeigen:before {
    content: "\e938";
}

.icon-ssdl-versandadresse-anlegen-aendern-1:before {
    content: "\e922";
}

.icon-ssdl-video:before {
    content: "\e939";
}

.icon-ssdl-weltkugel:before {
    content: "\e942";
}

.icon-ssdl-zeichnung-zentrieren:before {
    content: "\e90a";
}

.icon-ssdl-zurueck-zur-uebersicht:before {
    content: "\e93a";
}

/*@font-face {*/
/*    font-family: 'ssdlbook';*/
/*    src: url('../font/ssdlbook_webfont.eot');*/
/*    src: url('../font/ssdlbook_webfont.eot?#iefix') format('embedded-opentype'), url('../font/ssdlbook_webfont.woff2') format('woff2'), url('../font/ssdlbook_webfont.woff') format('woff'), url('../font/ssdlbook_webfont.ttf') format('truetype'), url('../font/ssdlbook_webfont.svg#ssdlbook') format('svg');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'ssdlbold';*/
/*    src: url('../font/ssdlbold_webfont.eot');*/
/*    src: url('../font/ssdlbold_webfont.eot?#iefix') format('embedded-opentype'), url('../font/ssdlbold_webfont.woff2') format('woff2'), url('../font/ssdlbold_webfont.woff') format('woff'), url('../font/ssdlbold_webfont.ttf') format('truetype'), url('../font/ssdlbold_webfont.svg#ssdlbold') format('svg');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

@font-face {
    font-family: 'Ssdlicons';
    src: url('../font/Ssdlicons.eot?heiu07');
    src: url('../font/Ssdlicons.eot?heiu07#iefix') format('embedded-opentype'), url('../font/Ssdlicons.ttf?heiu07') format('truetype'), url('../font/Ssdlicons.woff?heiu07') format('woff'), url('../font/Ssdlicons.ttf') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.ssdlbook {
    /*font-family: 'ssdlbook';*/
}

.ssdlbold {
    /*font-family: 'ssdlbold';*/
}

.ssdlextra_bold_cond {
    /*font-family: "ssdlextra_bold_cond";*/
}

:root {
    /*--lg-font: 'ssdlbold';*/
    /*--sm-font: 'ssdlbook';*/
    --lg-font: 'Open Sans';
    --sm-font: 'Open Sans';
    --red: #082C76;
    --brown: #DEDEDE;
    --primary: #082C76;
    --secondary: #605D5C;
    --bs-green: #4BB543;
    --bs-gray: rgba(0, 0, 0, 60%);
    --bs-gray-dark: rgba(0, 0, 0, 0.8);
    --bs-primary: #0d6efd;
    --bs-secondary: rgba(0, 0, 0, 0.8);
    --bs-success: #BBDFB8;
    --bs-info: #0dcaf0;
    --bs-danger: #082C76;
    --bs-light: #ffffff;
    --bs-dark: #000000;
    --btn-secondary: #0093DD;
}

body {
    font-family: var(--sm-font);
    color: rgba(0, 0, 0, 0.8);
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'ssdlbold';
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.6rem;
}

.h6, h6 {
    font-size: 1rem;
}

strong {
    font-family: 'ssdlbold';
    color: inherit !important;
}

section {
    padding: 0 60px;
}

.bordered-column {
    border: 1px solid #ccc;
    padding: 10px;
}

.border-box {
    border: 1px solid rgba(0, 0, 0, 4%) !important;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.border-box-none-shadow {
    background: #ffffff;
}

.dividers {
    border-top: 1px solid rgba(0, 0, 0, 12%);
}

.border-boxs {
    border: 1px solid rgba(0, 0, 0, 12%);
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.table-content td {
    vertical-align: text-top;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    padding: 0 1rem 1rem 1rem;
}

table.table-content tr td {
    border: none;
    padding: 5px 0px;
}

table.table-content a {
    color: #007ab7;
}

table.table-content a:hover {
    text-decoration: none;
}

.h-85 {
    height: 90%!important;
}

.lh-16 {
    line-height: 28px;
    min-height: 100px;
}

.btn-shipping {
    position: relative;
    bottom: -10px;
}

.btn-password {
    position: absolute;
    bottom: 7px;
}

.margin-country-label {
    margin-top: 6px;
}

.margin-text-state {
    font-size: 1.12rem;
    margin-top: 0px !important;
}

.margin-state-label {
    margin-top: 8px;
}

.btn:focus, button, select, .form-control:focus, .nav-link:focus, .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.bg-primary {
    background-color: var(--red) !important;
}

.bg-brown {
    background-color: #e2e2e2;
    color: rgba(0, 0, 0, 0.8);
}

.bg-white {
    background-color: var(--bs-light);
}

.btn-primary {
    background-color: var(--red) !important;
    color: #ffffff !important;
    font-family: 'ssdlbold';
    font-size: 16px;
    line-height: 160%;
}

.btn-secondary {
    background-color: #007ab7 !important;
    color: #ffffff !important;
    font-family: 'ssdlbold';
    font-size: 16px;
    line-height: 160%;
}

.bg-sky {
    background: rgba(0, 147, 221, 0.1);
}

.text-secondary {
    color: var(--bs-gray) !important;
    font-size: 16px;
}

.wusa-setdefult {
    margin-bottom: 0px;
}

.delete-card {
    color: rgba(0, 0, 0, 80%);
}

.wusa-setdefult strong {
    color: #082C76;
}

.text-secondary a {
    color: rgba(0, 0, 0, 80%);
}

.required {
    color: #082C76;
}

table.dataTable.table-striped>tbody>tr.odd {
    background: rgba(0, 147, 221, 0.05);
}

table.dataTable tr td {
    vertical-align: middle;
    padding: 0 0.5rem;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0px;
}

table#order-history-table button {
    border-radius: 20px;
    width: 86px;
    margin: 10px 0px;
    height: 26px;
}

table.dataTable tr th {
    font-family: 'ssdlbold';
}

table.w-th-2 tr {
    height: 36px !important;
}

.w-nmt {
    margin-top: -60px;
}

#lk-col {
    color: #0077b3;
}

.nav-link, .text-dark, .text-muted {
    color: rgba(0, 0, 0, 0.8) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
    font-family: 'ssdlbold';
}

.btn:not(.nav-btns button) {
    background-color: #fff;
    color: rgba(0, 0, 0, 80%);
}

.text-primary {
    color: var(--red) !important;
}

.nav-link:hover {
    color: var(--red) !important;
}

.bi-icons-red {
    font-size: 28px;
    color: #082C76;
}

.wusa-checked {
    background-image: url('/_ui/responsive/theme-wurthusa/images/checked.png');
    width: 20px;
    height: 21px;
    display: inline-block;
    ;}

footer .brand {
    font-family: var(--lg-font);
    letter-spacing: 2px;
}

footer a {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 80%);
}

footer a:hover {
    color: var(--red) !important;
}

.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    pointer-events: none;
}

#back_top {
    bottom: 90px;
    display: none;
    height: 40px;
    position: fixed;
    right: 10px;
    width: 40px;
    line-height: 2;
    z-index: 9999;
    cursor: pointer;
    text-align: center;
    background-color: #082C76;
    color: #fff;
    border-radius: 100%;
    border: 1px solid;
    margin-right: 25px;
}

#back_top:hover {
    background: #082C76;
    border-color: #082C76;
    border: 1px solid;
    color: #fff !important;
}

a#back_top:before {
    content: "\eb4f";
    font-family: 'ssdlicons';
    font-size: 22px;
    font-weight: 700;
    margin-left: 3px;
}

#back_top span {
    display: none;
}

#back_top .fa-arrow-up {
    display: none;
}

.wusa-right-wrappert {
    float: right;
}

.bi-person, .bi-cart {
    font-size: 24px;
}

i.fas.fa-bars {
    color: rgba(0, 0, 0, 80%);
}

.list-unstyled li {
    padding-right: 10px;
}

i.bi.bi-key-fill.w-key-icon {
    display: inline-block;
    transform: rotate(125deg);
    transition: transform 0.3s;
    margin-right: 5px;
}

i.w-plus.fa.fa-plus {
    margin-right: 5px;
}

.wusa-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    font-size: 14px;
}

.breadcrumb-item {
    display: inline-block;
    color: rgba(0, 0, 0, 60%);
    padding-left: 0px !important;
}

.breadcrumb-link {
    text-decoration: none;
    color: rgba(0, 0, 0, 60%);
}

.breadcrumb-separator {
    margin: 0 10px 0px 0px;
    color: #aaa;
}

.breadcrumb-separator::before {
    padding-left: 0.5rem;
    content: ">";
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(0, 0, 0, 60%);
    font-family: 'bootstrap-icons';
    padding-right: 0px;
    margin-left: 0px;
    content: none;
}

.dashboardMenu {
    border-bottom: 1px solid rgba(0, 0, 0, 12%);
}

.dashboardMenu ul.links li a {
    font-family: 'ssdlbook';
    font-size: 16px;
    color: rgba(0, 0, 0, 80%);
    padding-bottom: 11px;
}

.dashboardMenu ul.links li a.active {
    color: #082C76;
    border-bottom: 4px solid #082C76;
}

.dashboardMenu ul.links li a:hover {
    color: #082C76;
    border-bottom: 4px solid #082C76;
}

nav.greedys {
    position: relative;
    display: flex;
    align-items: center;
    height: 45px;
}

nav.greedys button {
    align-self: stretch;
    transition: all .4s ease-out;
    color: #000000;
    border: none;
}

nav.greedys button.hidden {
    transition: none;
    border-right: none;
    width: 0;
    padding: 0;
    overflow: hidden;
}

nav.greedys button::after {
    display: inline-flex;
    font-size: 14px;
    margin-left: 1rem;
    font-family: 'bootstrap-icons';
    content: "\f282";
}

ul.links {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    margin: 0;
    padding: 0;
    align-items: center;
}

ul.links li:first-child {
    padding-left: 0;
}

ul.links li {
    flex: none;
    padding: 1rem;
}

ul.links li a {
    font-family: 'ssdlbook';
    font-size: 18px;
    color: rgba(255, 255, 255, 0.87);
}

ul.hidden-links {
    position: absolute;
    background: #082C76;
    right: 0;
    padding: 0;
    top: 90%;
    z-index: 99;
}

ul.hidden-links li a {
    padding-right: 1rem;
    font-family: 'ssdlbook';
    font-size: 18px;
    color: #ffffff;
}

ul.hidden-links.hidden {
    display: none;
}

ul.hidden-links li:first-child {
    padding-top: 10px;
}

ul.hidden-links li {
    padding: 0 5px 0 10px;
}

nav select {
    display: none;
}

ul.links li a {
    position: relative;
}

a.current:after {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    left: 50%;
    transform: rotate(-135deg);
    bottom: -18px;
    background: #0093dd;
}

a.wcb-current:hover:after {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    left: 50%;
    transform: rotate(-135deg);
    bottom: -18px;
    background: #0093dd;
}

table.wusa-table tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    vertical-align: middle;
}

.pt-sm-0 {
    padding-top: 0px !important;
}
}

#ui-id-1 {
    background: #ffffff;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    list-style: none;
}

#ui-id-1 li a {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 80%);
}

#ui-id-1 li a:hover {
    background: none;
}

.name:hover {
    background: none;
}

.ui-menu .ui-menu-item:hover {
    background: rgba(0, 0, 0, 8%);
}

.thumb {
    height: auto;
    display: block;
}

.thumb img {
    width: 100%;
    height: inherit;
    padding-right: 10px;
}

.search-img {
    height: 45px;
    width: 45px;
}

.search-img img {
    height: inherit;
    padding: 5px 10px 5px 0px;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

span.fas.fa-calendar-alt.wusa-calender {
    position: absolute;
    top: 43px;
    right: 20px;
}

.account-section .account-section-content .help-block {
    color: #082C76;
}

.error-message {
    color: #082C76;
}

.po-validate-message {
    color: #082C76;
    font-size: 15px;
}

.readonly-select {
    pointer-events: none;
    background-color: #eeeeee;
    opacity: 1;
}

.wusa-company {
    color: rgba(0, 0, 0, 80%);
    font-family: "ssdlbook";
    padding-left: 10px;
}

.deleteTableOption {
    text-align: left !important;
    cursor: pointer;
}

.wusa-pp-img {
    height: 60px;
    width: 60px;
    text-align: left;
    display: inline-flex;
    align-items: center;
}

.input-group-addons {
    position: relative;
}

span.fas.fa-calendar-alt {
    position: absolute;
    top: 43px;
    right: 10px;
}

.btn-gray {
    background-color: var(--bs-gray-dark) !important;
    color: #ffffff !important;
    font-family: 'ssdlbold';
    font-size: 16px;
    line-height: 160%;
}

.myCompanyLinksHeader {
    color: rgba(0, 0, 0, 80%);
    font-family: "ssdlbook";
    padding: 5px 10px;
}

.wusa-shopping-image {
    width: 60px;
    display: block;
}

form#wishlistDetailsForm tr td {
    vertical-align: middle;
}

.payment-methods {
    min-height: 100px;
}

.payment-methods.selected {
    height: 200px;
    background: rgba(0, 147, 221, 0.1);
}

#default.payment-methods.selected {
    height: 100px;
    background: rgba(0, 147, 221, 0.1);
}

.checkbox-style {
    position: relative;
}

.checkbox-style input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.checkbox-style input[type="radio"] + .form-check-label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #adb5bd;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 0.5rem;
}

.checkbox-style input[type="radio"]:checked + .form-check-label::before {
    background-color: #0093dd;
    border-color: #0093dd;
    content: '\F26E';
    font-family: 'bootstrap-icons';
    color: #fff;
    display: flex;
    align-items: center;
}

.checkbox-style input[type="radio"]:focus + .form-check-label::before {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-check {
    position: relative;
}

label.form-check-label {
    position: absolute;
    right: 5px;
    top: 1px;
}

.text-blue {
    color: #0093DD !important;
}

.alert-success {
    background-color: #ebf1fb;
    border-color: #b6d4fe;
}

.wusa-green {
    background: #198754 !important;
}

table tr.wusa-green td {
    color: #ffffff;
}

.wusa-red {
    background: #082C76 !important;
}

table tr.wusa-red td {
    color: #ffffff;
}

.rejectbuttoncolour {
    color: #ffffff;
}

div#cboxLoadedContent {
    overflow-x: hidden !important;
}

@media(max-width: 480px) {
    .dashboardMenu ul.links {
        display:none;
    }

    .w-mt-5 {
        margin-top: 10px;
    }

    .dashboardMenu {
        background: none;
    }

    .dashboardMenu nav.greedys {
        align-items: center;
        background: none;
        margin: 0px;
    }

    .dashboardMenu nav ul {
        display: none;
    }

    .dashboardMenu button.more {
        display: none;
    }

    .dashboardMenu nav select {
        display: inline-block;
        width: 100%;
        height: 38px;
        font-family: 'ssdlbook';
        font-size: 16px;
        background: #ffffff;
        color: #000000;
    }

    .pt-3 {
        padding-top: 1rem!important;
    }

    .btn .badge {
        top: 0px;
    }

    .btn-shipping, .btn-password {
        position: unset;
    }
}

@media(max-width: 590px) {
    .btn-shipping, .btn-password {
        position:unset;
    }
}

@media screen and (min-width: 992px) {
    .modal-dialog {
        max-width:724px;
    }
}

@media screen and (max-width: 992px) {
    .dashboardMenu {
        border-bottom:none;
    }

    .wusa-order-last {
        order: 6;
    }

    section {
        padding: 0 15px
    }

    .logo-wrapper {
        display: flex;
    }

    a.logo {
        width: 100%;
        height: 100%;
        margin-left: 15px;
    }

    img.wusa-log {
        width: auto;
        height: 20px;
        margin: 0 0 0 20px;
    }

    i.fas.fa-bars {
        font-size: 22px;
    }

    .wusa-right-wrappert {
        display: inline-flex;
        float: right;
        vertical-align: middle;
        align-items: center;
    }

    .bi-icons-red {
        font-size: 28px;
        color: #082C76;
    }

    .table-striped>tbody>tr:nth-of-type(odd) {
        background: rgba(0, 147, 221, 15%);
    }

    .h-85 {
        height: 90%!important;
    }

    table#recently-purchased-table td {
        display: grid;
        grid-template-columns: minmax(9em, 55%) 1fr;
    }

    table#recently-purchased-table tbody > tr td[data-th]:before {
        font-family: 'ssdlbold';
        padding-right: 10px;
        content: attr(data-th) ':';
        display: inline-block;
        color: #000000;
    }

    table#recently-purchased-table tbody > tr td[data-th]:nth-child(-n+2):before {
        content: attr(data-th) ' ';
    }

    thead.wusa-first-row {
        display: none;
    }

    table#recently-purchased-table tr td {
        vertical-align: middle;
        padding: 10px;
    }

    table#recently-purchased-table tr td:last-child {
        border-bottom: none;
    }

    table#recently-purchased-table tr td {
        border-bottom: none;
    }

    table.wusa-table td {
        display: grid;
        grid-template-columns: minmax(9em, 55%) 1fr;
    }

    table.wusa-table tbody > tr td[data-th]:before {
        font-family: 'ssdlbold';
        padding-right: 10px;
        content: attr(data-th) ' ';
        display: inline-block;
        color: #000000;
    }

    table.wusa-table tbody > tr td[data-th]:nth-child(-n+2):before {
        content: attr(data-th) ' ';
    }

    thead.wusa-first-row {
        display: none;
    }

    table.wusa-table tr td {
        vertical-align: middle;
        padding: 10px;
    }

    table.wusa-table tr td {
        border-bottom: none;
    }

    .w-nmt {
        margin-top: 0px;
    }
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *::before, *::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
}

a, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}

.wusa-category {
    column-count: 4;
    -moz-column-count: 4;
    column-gap: auto;
    width: 100%;
    background: #ffffff;
}

.category-img {
    float: left;
}

.category-img span {
    font-size: 30px;
}

.wusa-items {
    display: flex;
}

.wusa-items a {
    color: rgba(0, 0, 0, 80%);
    line-height: 1.6;
    padding-bottom: 10px;
    display: flex;
    padding-left: 15px;
    word-wrap: break-word;
    word-break: normal;
    font-family: "ssdlbook";
    min-height: 50px;
}

.wusa-items a:hover {
    color: #082C76;
}

.category-img img {
    vertical-align: top;
}

.menu-reg > ul > li:first-child a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 12%);
    font-family: "ssdlbold";
}

.menu-reg > ul > li > a {
    display: block;
    padding: 5px 10px;
}

ul.menu-section-reg li a {
    color: rgba(0, 0, 0, 80%);
}

.container {
    max-width: 100%;
    width: 100%;
    padding: 0 60px;
}

ul.menu-section.mb-0 li a.active {
    color: #082C76;
}

.wusa-bar {
    display: none;
}

.wusa-bar a {
    color: rgba(0, 0, 0, 80%);
}

.wusa-search-btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.img-fluid-cmi {
    max-width: 50%;
    height: auto;
}
}

.wusa-orderhistory-box {
    width: 100%;
}

.wusa-btn-gray {
    background-color: #333333 !important;
    color: #ffffff !important;
    font-family: 'ssdlbold';
    font-size: 16px;
    line-height: 160%;
}

.wusa-promo {
    color: #016394;
    font-weight: 600;
    margin: 10px 0;
}

.discount:after {
    content: '(x)';
    color: #082C76;
    width: 15px;
}

.discount.collapsed:after {
    content: '(+)';
    color: #082C76;
    width: 15px;
}

.dl-table {
    font-size: 13px;
}

.wusa-red-color {
    color: #082C76 !important;
}

.wusa-blue {
    color: #0077b3;
}

.wusa-bgblue {
    color: #006699 !important;
}

.wusa-margin {
    margin-top: 40px;
}

.wusa-approval-margin {
    margin-bottom: 30px;
}

.wusa-uppercase {
    text-transform: uppercase;
}

.wusa-bottom-margin {
    margin-bottom: 25px;
}

.wusa-headline {
    text-transform: uppercase;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 25px 15px;
}

.wusa-headline.wusa-approval {
    padding: 5px 25px 15px 15px;
}

.custom-row {
    display: flex;
    justify-content: flex-end;
}

.custom-col {
    margin-left: auto;
}

.wusa-reorder {
    width: 40%;
}

.col-sm-6.wusa-left {
    left: 53.33333333%;
}

.wusa-valid {
    font-size: 26px;
}

.order-bottom-margin {
    margin-bottom: 60px;
}

.order-top-margin {
    margin-top: 60px;
}

.wusa-img-fluid {
    max-width: 100%;
    height: 80px;
}

.wusa-bold {
    color: #000000;
    font-family: 'ssdlbold';
    font-weight: 700;
    height: 60px;
    vertical-align: none !important;
}

.wusa-first-row td {
    vertical-align: bottom;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: transparent !important;
}

.table>:not(caption)>*>* {
    box-shadow: none !important;
}

.wusa-returnOrder-heading {
    margin-bottom: 10px;
}

span.bi.bi-check-circle-fill {
    margin-right: 10px;
}

.wusa-text-blue {
    color: #0093DD !important;
    font-weight: bold;
}

.wusa-text-red {
    color: rgb(165, 42, 42) !important;
}

.wusa-returnOrder-fail {
    font-size: 19px;
    color: rgb(165, 42, 42);
    -webkit-text-stroke-width: 1.6px;
    margin-right: 10px
}

a.btn.btn-gray.wusa-back-button {
    margin-right: 10px;
}

.bordered-text {
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-top: 30px;
    font-size: 18px;
    color: #00000099;
}

.border {
    border: 1px solid rgba(0, 0, 0, 12%) !important;
}

.wusa-remove-req label.control-label.AQAlabel span {
    display: none;
}

.wusa-returnqty {
    height: 35px;
    border-radius: 0.25rem;
}

.wusa-oc-60 {
    color: rgba(0, 0, 0, 60%);
}

.wusa-progress {
    text-align: center;
    position: relative;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #4BB543;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 50%;
    float: left;
    position: relative;
    cursor: pointer;
}

#progressbar #step1:before {
    content: "1"
}

#progressbar #step2:before {
    content: "2"
}

ul#progressbar {
    padding: 0px;
}

#progressbar li:before {
    width: 26px;
    height: 26px;
    display: block;
    color: #000000;
    background: lightgray;
    border-radius: 50%;
    margin: 10px auto 6px auto;
    padding: 4px 8px 7px 8px;
    font-family: 'ssdlbold';
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before, #progressbar li.active:after {
    background: #4BB543;
    color: #ffffff;
    font-family: 'ssdlbold';
}

.progress-bar {
    background-color: #4BB543;
}

li.menu-item-has-children i {
    margin-left: 10px;
}

.wusa-underline {
    text-decoration: underline;
}

.gradient-text {
    color: rgba(0, 147, 221, 1);
}

.modal.wusa-box.show .modal-dialog {
    max-width: 420px;
}

.modal.wusa-box .modal-dialog {
    max-width: 420px;
}

.btn-close {
    font-size: 11px;
    opacity: unset;
}

.border-box.bg-sky.wusa-border {
    border: none !important;
}

.sort-refine-bar {
    padding: 0px;
}

span.span-img a {
    border: none !important;
}

td.qty-selector.input-group.js-qty-selector.wusa-qty-selector {
    width: 0px;
}

.control-label.AQAlabel {
    margin-top: 6px;
}

.wusa-product-name {
    width: 250px;
}

.thumb.wusa-cart-img {
    padding-left: 15px;
    padding-right: 15px;
}

.col-left.wusa-conf-img {
    padding-right: 15px;
}

button.btn.btn-primary.wusa-search-btn {
    height: 40px;
}

.row.wusa-rtn-butn {
    margin-bottom: -20px;
}

.mini-cart.wusa-cart-popup.js-mini-cart {
    box-sizing: border-box;
}

span.btn-close {
    padding: 0.25em 1.25em;
    font-size: 15px;
}

a#lk-col:hover {
    color: #082C76;
}

.wusa-btn-wdth {
    width: 177px;
}

.wusa-back-wdth {
    width: 185px;
}

.orderBackBtn.wusa-bck-btn {
    margin-left: -3px;
}

.wusa-info strong {
    font-size: 16px;
    text-transform: uppercase;
}

a.btn-close.wusa-shpng-popup {
    margin: -4.5rem 2rem -1.5rem auto;
}

select#WurthusaShippingAddressForm_shippingAddressState {
    margin-top: 7px;
}

button#createWishlist {
    margin-top: 27px;
}

input#js-site-search-input {
    font-size: 16px;
}

.wusa-sds-msg {
    text-align: justify;
}

.forgotten-password, .forgotten-username, .resend-activation {
    box-sizing: border-box;
}

.tabbody.shopper_review {
    background: none;
    border: 1px solid #cccccc;
}

.wusa-forgotpwd {
    height: 200px;
    overflow-y: auto;
}

.wusa-error {
    color: #e60000;
    font-size: 90%;
}

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

.return-error-notification {
    display: none;
}

.return-ordr-err-notification {
    display: none;
    margin-top: 20px;
}

.return-ordr-text {
    border-radius: 0.25rem;
}

.card-img.text-center {
    padding: 10px;
}

.carousel-item .category-item {
    text-align: center;
    padding: 20px;
}

.carousel-item .category-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.bi-chevron-left, .bi-chevron-right {
    color: #082C76;
    font-size: 2rem;
}

.cat-banner-image-container {
    text-align: center;
    margin-bottom: 20px;
}

.cat-banner-image {
    max-width: 100%;
    height: auto;
    width: 1920px;
}

.side-banner-container {
    margin-top: 20px;
}

.side-banner-image {
    max-width: 100%;
    width: 460px;
    height: auto;
}

.full-width {
    width: 100% !important;
}

.left-bar.hidden {
    display: none;
}

.col-xs-12.p-20 {
    padding: 0 20px;
}

ul.facet-list.js-facet-list li {
    display: flex;
}

ul.facet-list.js-facet-list li:first-child {
    margin-top: 15px;
}

.productListContainer.product-list li.product-item {
    // display: flow-root;
    display: flex;
    align-items: center;
}

.recommendedProduct {
    float: none;
}

input#bulkAddToShoppingList {
    margin-left: 10px;
    margin-right: 5px;
}

.bulkPro {
    float: inline-start;
    padding-right: 20px;
    display: flex;
    align-items: center;
    padding: 5px;
    align-items: baseline;
    padding-left: 0px;
}

.bulk-prod-div {
    display: flex;
    align-items: center;
}

.yCmsComponent.col-xs-12.product-list-wrapper.yComponentWrapper {
    padding: 0 20px;
}

.facet-name.js-facet-name.js-accordionFacetName {
    font-size: 1.0em;
}

div#appliedFilter {
    font-size: 1.0em;
}

.wusa-cc-error {
    color: #082C76;
    font-size: 16px;
    margin-block-start:-2px;}

label.creditCardNameLbl {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    margin-top: 20px;
    padding-bottom: 5px;
}

.creditCardName {
    width: 98% !important;
    height: 44px;
}

#warning-msg {
    margin-bottom: 10px;
}

span.card-payment-err {
    color: #082C76;
}

#credit_CardNumber {
    display: none;
}

@media(max-width: 512px) {
    .yCmsComponent.col-xs-12.product-list-wrapper.yComponentWrapper {
        padding:0 10px;
    }

    .productListContainer.product-list li.product-item {
        display: block;
        align-items: center;
    }
}

@media(max-width: 1023px) {
    .yCmsComponent.col-xs-12.product-list-wrapper.yComponentWrapper {
        padding:0px;
    }

    .col-md-3.left-bar {
        display: none;
    }

    .col-md-9.product-section {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    a,button {
        cursor:default !important;
        border: none;
        outline: none;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        padding:0 15px;
        margin: 0 auto;
    }

    .logo-wrapper img {
        width: 80%;
    }
}

.header .wrapper {
    align-items: center;
    position: relative;
}

.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 80%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .menu > ul > li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 1.5rem;
    position: inherit;
}

.header .menu > ul > li > a {
    position: relative;
    font-family: "ssdlbold";
    line-height: 2.80;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 80%);
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header .menu > ul > li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
}

.header-item-right a:hover, .header .menu > ul > li:hover > a {
    color: #082C76;
}

.menu-mobile-trigger-reg {
    align-items: center;
    display: inline-flex;
}

ul#ui-id-1 li {
    border-bottom: 1px solid rgba(0, 0, 0, 8%);
}

//ul#ui-id-1 {
    // display: block !important;
    //}

@media only screen and (min-width: 993px) {
    ul.menu-section {
        padding-left:0px;
    }

    ul.menu-section.mb-0 li:first-child {
        margin-left: 0px;
    }

    .link-hover {
        position: relative;
        display: inline-block;
        border: solid 1px rgba(0, 0, 0, 0.12);
        font-family: "ssdlbold";
        text-align: center;
        min-width: 182px;
        height: 40px;
    }

    .link-hover:hover > nav {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    .header .menu > ul > li.menu-item-has-children:focus-within .menu-subs {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
    }

    .link-hover:focus-within > nav {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    .link-hover > nav {
        background: #fff;
        z-index: 111;
        min-width: 181px;
        color: rgba(0, 0, 0, 0.87);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        position: absolute;
        border-top: 1px solid #eee;
        top: 110%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s linear;
        text-align: left;
    }

    .link-hover i.ion.ion-ios-close {
        display: none;
    }

    .menu-mobile-header-reg {
        display: none;
    }

    ul.menu-section-reg {
        padding: 0px;
    }

    ul.menu-section-reg li a {
        color: rgba(0, 0, 0, 80%);
        font-family: "ssdlbook";
    }

    .header .menu > ul > li .menu-subs {
        position: absolute;
        width: 100%;
        height: auto;
        top: 45px;
        padding: 1rem;
        border: none;
        outline: none;
        z-index: 500;
        opacity: 0;
        visibility: hidden;
        background: #ffffff;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .header .menu > ul > li .menu-subs > ul > li {
        line-height: 1;
    }

    .header .menu > ul > li .menu-subs > ul > li > a {
        display: inline-block;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.25;
        padding: 0.75rem 0;
        border: none;
        outline: none;
        color: rgba(0, 0, 0, 80%);
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .header .menu > ul > li .menu-subs.menu-mega {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
        display: block;
        line-height: 1;
    }

    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
        display: inline-block;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.25;
        padding: 0.5rem 0;
        border: none;
        outline: none;
        color: rgba(0, 0, 0, 80%);
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
        padding: 1.25rem 1rem 0.25rem 1rem;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 0 1rem;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1;
        padding: 0.75rem 0;
        border: none;
        outline: none;
        color: #082C76;
        text-transform: uppercase;
        text-rendering: optimizeLegibility;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
        text-align: center;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-top: 0.75rem;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: middle;
    }

    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover, .header .menu > ul > li .menu-subs > ul > li > a:hover {
        color: #082C76;
    }

    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
    }
}

.menu-mobile-header, .menu-mobile-trigger {
    display: none;
}

.wusa-cart-btn {
    font-size: 24px;
}

.wusa-cart-btn:hover {
    color: rgba(0, 0, 0, 80%);
}

i.bi.bi-person.fa-lg.px-2.ps-0, span.bi.bi-chevron-down {
    color: #000000;
}

@media only screen and (max-width: 992px) {
    .header-item-center {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .header-item-left, .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        border: none;
        outline: none;
        background: none;
        padding-right: 15px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    .menu-mobile-trigger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: 0.25rem;
        background: rgba(0, 0, 0, 80%);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .menu-mobile-trigger span:nth-child(1) {
        top: 0;
    }

    .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
        top: 0.5rem;
    }

    .menu-mobile-trigger span:nth-child(4) {
        top: 1rem;
    }

    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 500px;
        width: 100%;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #ffffff;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .header .menu.active {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
    }

    .header .menu > ul > li {
        display: block;
        margin: 0 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 12%);
    }

    .header .menu > ul > li > a {
        display: block;
        padding: 10px;
        line-height: 1.25;
    }

    .header .menu > ul > li > a i.ion {
        position: absolute;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .header .menu .menu-mobile-header {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        align-items: center;
        top: 0;
        z-index: 501;
        background: #082C76;
        height: 30px;
        margin: 15px;
    }

    .ion-ios-close:before {
        color: #ffffff;
    }

    .wusa-bar {
        display: block;
    }

    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block;
    }

    .icon-interface-cross {
        font-size: 22px;
        color: #ffffff;
    }

    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 22px;
        color: #ffffff;
    }

    .icon-interface-cross:before {
        font-size: 14px;
        font-weight: 700;
    }

    .header .menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.55);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .childrens:after {
        content: "\002B";
        color: #000000;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .childrens.active:after {
        content: "\2212";
    }

    .menu-subs {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.2s ease-out;
    }

    .childrens i.bi.bi-chevron-down {
        display: none;
    }

    ul.menu-section.mb-0 {
        padding-left: 0px;
    }

    .wusa-category {
        column-count: 1;
        -moz-column-count: 1;
        column-gap: auto;
        width: 100%;
        background: #ffffff;
        margin-top: 10px;
    }

    .menu-mobile-trigger-reg {
        color: rgba(0, 0, 0, 80%);
        display: block;
        cursor: pointer;
        border: none;
        outline: none;
        background: none;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    .menu-reg {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 500px;
        width: 100%;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #ffffff;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .menu-reg.active {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
    }

    .menu-reg .menu-mobile-header-reg {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        top: 0;
        z-index: 501;
        background: #082C76;
        height: 30px;
        margin: 15px;
    }

    .ion-ios-close:before {
        color: #ffffff;
    }

    .menu-reg .menu-section-reg {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .menu-mobile-trigger-reg span {
        display: none;
    }

    ul.menu-section-reg {
        padding: 0px 15px;
    }

    .wusa-cart-btn {
        font-size: 16px;
    }
}
