.additional_overview_content h3, .additional_specification_content h3 {
    font-size: 24px;
    line-height: 1.25;
}

.additional_overview_content h4, .additional_specification_content h4 {
    font-size: 18px;
    line-height: 1.25;
}

.additional_overview_content .row > .row, .additional_specification_content .row > .row {
    width: 100%;
    margin: 0
}

.additional_overview_content .sc-catbtns-row, .additional_specification_content .sc-catbtns-row, .additional_overview_content .cat_row, .additional_specification_content .cat_row {
    display: none
}

.product.attribute .sbl-legacy {
    width: 100%
}

.h2-divider {
    padding: 20px 0 5px;
    border-bottom: 1px solid #ddd
}

.sbl-legacy {
    table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        max-width: 100%
    }

    table th {
        text-align: left
    }

    table > tbody > tr > th, table > tfoot > tr > th, table > tbody > tr > td, table > tfoot > tr > td {
        vertical-align: top
    }

    table > thead > tr > th, table > thead > tr > td {
        vertical-align: bottom
    }

    table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
        padding: 8px 10px
    }

    .glyphicon-plus {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        box-sizing: content-box;
        background-origin: content-box;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill-rule='evenodd' d='M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z' clip-rule='evenodd'/></svg>");
    }

    .glyphicon-minus {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        box-sizing: content-box;
        background-origin: content-box;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill-rule='evenodd' d='M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z' clip-rule='evenodd'/></svg>");
    }

    .glyphicon-chevron-down {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        box-sizing: content-box;
        background-origin: content-box;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z" clip-rule="evenodd" /></svg>');
    }

    .glyphicon-chevron-up {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        box-sizing: content-box;
        background-origin: content-box;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M11.47 7.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 9.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z" clip-rule="evenodd" /></svg>');
    }

    .plusButton {
        &.glyphicon-plus {
            background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='white' stroke-width='2'><path fill-rule='evenodd' d='M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z' clip-rule='evenodd'/></svg>");
        }

        &.glyphicon-minus {
            background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='white' stroke-width='2'><path fill-rule='evenodd' d='M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z' clip-rule='evenodd'/></svg>");
        }
    }

    .faq-accordion-overrides {
        .btn-toggle > p {
            display: flex;
            align-items: center;

            .plusButton {
                flex: none;
            }
        }
    }

    .modal-dialog {
        display: none
    }

    .modal-body {
        padding-bottom: 3rem
    }

    .row:not(tr) {
        margin-left: -20px;
        margin-right: -20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .row:not(tr):before, .row:not(tr):after {
        content: '';
        display: table
    }

    .row:not(tr):after {
        clear: both
    }

    .row:not(tr):before, .row:not(tr):after {
        content: '';
        display: table;
        flex-basis: 0;
        order: 1
    }

    .row:not(tr) .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: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row:not(tr) [class^=col-], .row:not(tr) [class*=" col-"] {
        width: 100%
    }

    .row-no-padding > [class*=col-] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    @media (min-width: 480px) {
        .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;
        }

        .dl-horizontal dd:after,
        .dl-horizontal dd:before {
            content: " ";
            display: table;
        }

        .dl-horizontal dd:after {
            clear: both;
        }

        .row:not(tr) .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
        }

        .row:not(tr) .col-xs-12 {
            width: 100%
        }

        .row:not(tr) .col-xs-11 {
            width: 91.66666667%
        }

        .row:not(tr) .col-xs-10 {
            width: 83.33333333%
        }

        .row:not(tr) .col-xs-9 {
            width: 75%
        }

        .row:not(tr) .col-xs-8 {
            width: 66.66666667%
        }

        .row:not(tr) .col-xs-7 {
            width: 58.33333333%
        }

        .row:not(tr) .col-xs-6 {
            width: 50%
        }

        .row:not(tr) .col-xs-5 {
            width: 41.66666667%
        }

        .row:not(tr) .col-xs-4 {
            width: 33.33333333%
        }

        .row:not(tr) .col-xs-3 {
            width: 25%
        }

        .row:not(tr) .col-xs-2 {
            width: 16.66666667%
        }

        .row:not(tr) .col-xs-1 {
            width: 8.33333333%
        }

        .row:not(tr) .col-xs-pull-12 {
            right: 100%
        }

        .row:not(tr) .col-xs-pull-11 {
            right: 91.66666667%
        }

        .row:not(tr) .col-xs-pull-10 {
            right: 83.33333333%
        }

        .row:not(tr) .col-xs-pull-9 {
            right: 75%
        }

        .row:not(tr) .col-xs-pull-8 {
            right: 66.66666667%
        }

        .row:not(tr) .col-xs-pull-7 {
            right: 58.33333333%
        }

        .row:not(tr) .col-xs-pull-6 {
            right: 50%
        }

        .row:not(tr) .col-xs-pull-5 {
            right: 41.66666667%
        }

        .row:not(tr) .col-xs-pull-4 {
            right: 33.33333333%
        }

        .row:not(tr) .col-xs-pull-3 {
            right: 25%
        }

        .row:not(tr) .col-xs-pull-2 {
            right: 16.66666667%
        }

        .row:not(tr) .col-xs-pull-1 {
            right: 8.33333333%
        }

        .row:not(tr) .col-xs-pull-0 {
            right: auto
        }

        .row:not(tr) .col-xs-push-12 {
            left: 100%
        }

        .row:not(tr) .col-xs-push-11 {
            left: 91.66666667%
        }

        .row:not(tr) .col-xs-push-10 {
            left: 83.33333333%
        }

        .row:not(tr) .col-xs-push-9 {
            left: 75%
        }

        .row:not(tr) .col-xs-push-8 {
            left: 66.66666667%
        }

        .row:not(tr) .col-xs-push-7 {
            left: 58.33333333%
        }

        .row:not(tr) .col-xs-push-6 {
            left: 50%
        }

        .row:not(tr) .col-xs-push-5 {
            left: 41.66666667%
        }

        .row:not(tr) .col-xs-push-4 {
            left: 33.33333333%
        }

        .row:not(tr) .col-xs-push-3 {
            left: 25%
        }

        .row:not(tr) .col-xs-push-2 {
            left: 16.66666667%
        }

        .row:not(tr) .col-xs-push-1 {
            left: 8.33333333%
        }

        .row:not(tr) .col-xs-push-0 {
            left: auto
        }

        .row:not(tr) .col-xs-offset-12 {
            margin-left: 100%
        }

        .row:not(tr) .col-xs-offset-11 {
            margin-left: 91.66666667%
        }

        .row:not(tr) .col-xs-offset-10 {
            margin-left: 83.33333333%
        }

        .row:not(tr) .col-xs-offset-9 {
            margin-left: 75%
        }

        .row:not(tr) .col-xs-offset-8 {
            margin-left: 66.66666667%
        }

        .row:not(tr) .col-xs-offset-7 {
            margin-left: 58.33333333%
        }

        .row:not(tr) .col-xs-offset-6 {
            margin-left: 50%
        }

        .row:not(tr) .col-xs-offset-5 {
            margin-left: 41.66666667%
        }

        .row:not(tr) .col-xs-offset-4 {
            margin-left: 33.33333333%
        }

        .row:not(tr) .col-xs-offset-3 {
            margin-left: 25%
        }

        .row:not(tr) .col-xs-offset-2 {
            margin-left: 16.66666667%
        }

        .row:not(tr) .col-xs-offset-1 {
            margin-left: 8.33333333%
        }

        .row:not(tr) .col-xs-offset-0 {
            margin-left: 0
        }
    }

    @media (min-width: 640px) {
        .row:not(tr) .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;
        }

        .row:not(tr) .col-sm-12 {
            width: 100%;
        }

        .row:not(tr) .col-sm-11 {
            width: 91.66666667%;
        }

        .row:not(tr) .col-sm-10 {
            width: 83.33333333%;
        }

        .row:not(tr) .col-sm-9 {
            width: 75%;
        }

        .row:not(tr) .col-sm-8 {
            width: 66.66666667%;
        }

        .row:not(tr) .col-sm-7 {
            width: 58.33333333%;
        }

        .row:not(tr) .col-sm-6 {
            width: 50%;
        }

        .row:not(tr) .col-sm-5 {
            width: 41.66666667%;
        }

        .row:not(tr) .col-sm-4 {
            width: 33.33333333%;
        }

        .row:not(tr) .col-sm-3 {
            width: 25%;
        }

        .row:not(tr) .col-sm-2 {
            width: 16.66666667%;
        }

        .row:not(tr) .col-sm-1 {
            width: 8.33333333%;
        }

        .row:not(tr) .col-sm-pull-12 {
            right: 100%;
        }

        .row:not(tr) .col-sm-pull-11 {
            right: 91.66666667%;
        }

        .row:not(tr) .col-sm-pull-10 {
            right: 83.33333333%;
        }

        .row:not(tr) .col-sm-pull-9 {
            right: 75%;
        }

        .row:not(tr) .col-sm-pull-8 {
            right: 66.66666667%;
        }

        .row:not(tr) .col-sm-pull-7 {
            right: 58.33333333%;
        }

        .row:not(tr) .col-sm-pull-6 {
            right: 50%;
        }

        .row:not(tr) .col-sm-pull-5 {
            right: 41.66666667%;
        }

        .row:not(tr) .col-sm-pull-4 {
            right: 33.33333333%;
        }

        .row:not(tr) .col-sm-pull-3 {
            right: 25%;
        }

        .row:not(tr) .col-sm-pull-2 {
            right: 16.66666667%;
        }

        .row:not(tr) .col-sm-pull-1 {
            right: 8.33333333%;
        }

        .row:not(tr) .col-sm-pull-0 {
            right: auto;
        }

        .row:not(tr) .col-sm-push-12 {
            left: 100%;
        }

        .row:not(tr) .col-sm-push-11 {
            left: 91.66666667%;
        }

        .row:not(tr) .col-sm-push-10 {
            left: 83.33333333%;
        }

        .row:not(tr) .col-sm-push-9 {
            left: 75%;
        }

        .row:not(tr) .col-sm-push-8 {
            left: 66.66666667%;
        }

        .row:not(tr) .col-sm-push-7 {
            left: 58.33333333%;
        }

        .row:not(tr) .col-sm-push-6 {
            left: 50%;
        }

        .row:not(tr) .col-sm-push-5 {
            left: 41.66666667%;
        }

        .row:not(tr) .col-sm-push-4 {
            left: 33.33333333%;
        }

        .row:not(tr) .col-sm-push-3 {
            left: 25%;
        }

        .row:not(tr) .col-sm-push-2 {
            left: 16.66666667%;
        }

        .row:not(tr) .col-sm-push-1 {
            left: 8.33333333%;
        }

        .row:not(tr) .col-sm-push-0 {
            left: auto;
        }

        .row:not(tr) .col-sm-offset-12 {
            margin-left: 100%;
        }

        .row:not(tr) .col-sm-offset-11 {
            margin-left: 91.66666667%;
        }

        .row:not(tr) .col-sm-offset-10 {
            margin-left: 83.33333333%;
        }

        .row:not(tr) .col-sm-offset-9 {
            margin-left: 75%;
        }

        .row:not(tr) .col-sm-offset-8 {
            margin-left: 66.66666667%;
        }

        .row:not(tr) .col-sm-offset-7 {
            margin-left: 58.33333333%;
        }

        .row:not(tr) .col-sm-offset-6 {
            margin-left: 50%;
        }

        .row:not(tr) .col-sm-offset-5 {
            margin-left: 41.66666667%;
        }

        .row:not(tr) .col-sm-offset-4 {
            margin-left: 33.33333333%;
        }

        .row:not(tr) .col-sm-offset-3 {
            margin-left: 25%;
        }

        .row:not(tr) .col-sm-offset-2 {
            margin-left: 16.66666667%;
        }

        .row:not(tr) .col-sm-offset-1 {
            margin-left: 8.33333333%;
        }

        .row:not(tr) .col-sm-offset-0 {
            margin-left: 0%;
        }
    }

    @media (min-width: 768px) {
        .row:not(tr) .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;
        }

        .row:not(tr) .col-md-12 {
            width: 100%;
        }

        .row:not(tr) .col-md-11 {
            width: 91.66666667%;
        }

        .row:not(tr) .col-md-10 {
            width: 83.33333333%;
        }

        .row:not(tr) .col-md-9 {
            width: 75%;
        }

        .row:not(tr) .col-md-8 {
            width: 66.66666667%;
        }

        .row:not(tr) .col-md-7 {
            width: 58.33333333%;
        }

        .row:not(tr) .col-md-6 {
            width: 50%;
        }

        .row:not(tr) .col-md-5 {
            width: 41.66666667%;
        }

        .row:not(tr) .col-md-4 {
            width: 33.33333333%;
        }

        .row:not(tr) .col-md-3 {
            width: 25%;
        }

        .row:not(tr) .col-md-2 {
            width: 16.66666667%;
        }

        .row:not(tr) .col-md-1 {
            width: 8.33333333%;
        }

        .row:not(tr) .col-md-pull-12 {
            right: 100%;
        }

        .row:not(tr) .col-md-pull-11 {
            right: 91.66666667%;
        }

        .row:not(tr) .col-md-pull-10 {
            right: 83.33333333%;
        }

        .row:not(tr) .col-md-pull-9 {
            right: 75%;
        }

        .row:not(tr) .col-md-pull-8 {
            right: 66.66666667%;
        }

        .row:not(tr) .col-md-pull-7 {
            right: 58.33333333%;
        }

        .row:not(tr) .col-md-pull-6 {
            right: 50%;
        }

        .row:not(tr) .col-md-pull-5 {
            right: 41.66666667%;
        }

        .row:not(tr) .col-md-pull-4 {
            right: 33.33333333%;
        }

        .row:not(tr) .col-md-pull-3 {
            right: 25%;
        }

        .row:not(tr) .col-md-pull-2 {
            right: 16.66666667%;
        }

        .row:not(tr) .col-md-pull-1 {
            right: 8.33333333%;
        }

        .row:not(tr) .col-md-pull-0 {
            right: auto;
        }

        .row:not(tr) .col-md-push-12 {
            left: 100%;
        }

        .row:not(tr) .col-md-push-11 {
            left: 91.66666667%;
        }

        .row:not(tr) .col-md-push-10 {
            left: 83.33333333%;
        }

        .row:not(tr) .col-md-push-9 {
            left: 75%;
        }

        .row:not(tr) .col-md-push-8 {
            left: 66.66666667%;
        }

        .row:not(tr) .col-md-push-7 {
            left: 58.33333333%;
        }

        .row:not(tr) .col-md-push-6 {
            left: 50%;
        }

        .row:not(tr) .col-md-push-5 {
            left: 41.66666667%;
        }

        .row:not(tr) .col-md-push-4 {
            left: 33.33333333%;
        }

        .row:not(tr) .col-md-push-3 {
            left: 25%;
        }

        .row:not(tr) .col-md-push-2 {
            left: 16.66666667%;
        }

        .row:not(tr) .col-md-push-1 {
            left: 8.33333333%;
        }

        .row:not(tr) .col-md-push-0 {
            left: auto;
        }

        .row:not(tr) .col-md-offset-12 {
            margin-left: 100%;
        }

        .row:not(tr) .col-md-offset-11 {
            margin-left: 91.66666667%;
        }

        .row:not(tr) .col-md-offset-10 {
            margin-left: 83.33333333%;
        }

        .row:not(tr) .col-md-offset-9 {
            margin-left: 75%;
        }

        .row:not(tr) .col-md-offset-8 {
            margin-left: 66.66666667%;
        }

        .row:not(tr) .col-md-offset-7 {
            margin-left: 58.33333333%;
        }

        .row:not(tr) .col-md-offset-6 {
            margin-left: 50%;
        }

        .row:not(tr) .col-md-offset-5 {
            margin-left: 41.66666667%;
        }

        .row:not(tr) .col-md-offset-4 {
            margin-left: 33.33333333%;
        }

        .row:not(tr) .col-md-offset-3 {
            margin-left: 25%;
        }

        .row:not(tr) .col-md-offset-2 {
            margin-left: 16.66666667%;
        }

        .row:not(tr) .col-md-offset-1 {
            margin-left: 8.33333333%;
        }

        .row:not(tr) .col-md-offset-0 {
            margin-left: 0%;
        }
    }

    @media (min-width: 1024px) {
        .row:not(tr) .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;
        }

        .row:not(tr) .col-lg-12 {
            width: 100%;
        }

        .row:not(tr) .col-lg-11 {
            width: 91.66666667%;
        }

        .row:not(tr) .col-lg-10 {
            width: 83.33333333%;
        }

        .row:not(tr) .col-lg-9 {
            width: 75%;
        }

        .row:not(tr) .col-lg-8 {
            width: 66.66666667%;
        }

        .row:not(tr) .col-lg-7 {
            width: 58.33333333%;
        }

        .row:not(tr) .col-lg-6 {
            width: 50%;
        }

        .row:not(tr) .col-lg-5 {
            width: 41.66666667%;
        }

        .row:not(tr) .col-lg-4 {
            width: 33.33333333%;
        }

        .row:not(tr) .col-lg-3 {
            width: 25%;
        }

        .row:not(tr) .col-lg-2 {
            width: 16.66666667%;
        }

        .row:not(tr) .col-lg-1 {
            width: 8.33333333%;
        }

        .row:not(tr) .col-lg-pull-12 {
            right: 100%;
        }

        .row:not(tr) .col-lg-pull-11 {
            right: 91.66666667%;
        }

        .row:not(tr) .col-lg-pull-10 {
            right: 83.33333333%;
        }

        .row:not(tr) .col-lg-pull-9 {
            right: 75%;
        }

        .row:not(tr) .col-lg-pull-8 {
            right: 66.66666667%;
        }

        .row:not(tr) .col-lg-pull-7 {
            right: 58.33333333%;
        }

        .row:not(tr) .col-lg-pull-6 {
            right: 50%;
        }

        .row:not(tr) .col-lg-pull-5 {
            right: 41.66666667%;
        }

        .row:not(tr) .col-lg-pull-4 {
            right: 33.33333333%;
        }

        .row:not(tr) .col-lg-pull-3 {
            right: 25%;
        }

        .row:not(tr) .col-lg-pull-2 {
            right: 16.66666667%;
        }

        .row:not(tr) .col-lg-pull-1 {
            right: 8.33333333%;
        }

        .row:not(tr) .col-lg-pull-0 {
            right: auto;
        }

        .row:not(tr) .col-lg-push-12 {
            left: 100%;
        }

        .row:not(tr) .col-lg-push-11 {
            left: 91.66666667%;
        }

        .row:not(tr) .col-lg-push-10 {
            left: 83.33333333%;
        }

        .row:not(tr) .col-lg-push-9 {
            left: 75%;
        }

        .row:not(tr) .col-lg-push-8 {
            left: 66.66666667%;
        }

        .row:not(tr) .col-lg-push-7 {
            left: 58.33333333%;
        }

        .row:not(tr) .col-lg-push-6 {
            left: 50%;
        }

        .row:not(tr) .col-lg-push-5 {
            left: 41.66666667%;
        }

        .row:not(tr) .col-lg-push-4 {
            left: 33.33333333%;
        }

        .row:not(tr) .col-lg-push-3 {
            left: 25%;
        }

        .row:not(tr) .col-lg-push-2 {
            left: 16.66666667%;
        }

        .row:not(tr) .col-lg-push-1 {
            left: 8.33333333%;
        }

        .row:not(tr) .col-lg-push-0 {
            left: auto;
        }

        .row:not(tr) .col-lg-offset-12 {
            margin-left: 100%;
        }

        .row:not(tr) .col-lg-offset-11 {
            margin-left: 91.66666667%;
        }

        .row:not(tr) .col-lg-offset-10 {
            margin-left: 83.33333333%;
        }

        .row:not(tr) .col-lg-offset-9 {
            margin-left: 75%;
        }

        .row:not(tr) .col-lg-offset-8 {
            margin-left: 66.66666667%;
        }

        .row:not(tr) .col-lg-offset-7 {
            margin-left: 58.33333333%;
        }

        .row:not(tr) .col-lg-offset-6 {
            margin-left: 50%;
        }

        .row:not(tr) .col-lg-offset-5 {
            margin-left: 41.66666667%;
        }

        .row:not(tr) .col-lg-offset-4 {
            margin-left: 33.33333333%;
        }

        .row:not(tr) .col-lg-offset-3 {
            margin-left: 25%;
        }

        .row:not(tr) .col-lg-offset-2 {
            margin-left: 16.66666667%;
        }

        .row:not(tr) .col-lg-offset-1 {
            margin-left: 8.33333333%;
        }

        .row:not(tr) .col-lg-offset-0 {
            margin-left: 0%;
        }
    }

    .nowrap {
        white-space: nowrap;
    }

    .block {
        margin-bottom: 0px;
    }

    .inline-block {
        display: inline-block;
    }

    .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        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.42857;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
    }

    btn:focus,
    .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .bg-light {
        background-color: #eee;
    }

    .bg-light2 {
        background-color: #e9e9e9;
    }

    .bg-white {
        background-color: #fff;
    }

    .border-width-2 {
        border-width: 2px;
    }

    .border-light2 {
        border: 1px solid #e9e9e9;
    }

    .border-light {
        border: 1px solid #eee;
    }

    .visible-xs,
    .visible-sm,
    .visible-md,
    .visible-lg {
        display: none;
    }

    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .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 {
        padding-right: 35px;
    }

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

    .alert-success {
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #3c763d;
    }

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

    .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: #a94442;
    }

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

    .panel {
        margin-bottom: 20px;
        background-color: white;
        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-body {
        padding: 15px;
    }

    .panel-body:before,
    .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

    .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
    }

    .panel-title > a {
        color: inherit;
    }

    .panel-footer {
        padding: 10px 15px;
        background-color: whitesmoke;
        border-top: 1px solid #dddddd;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .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: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .panel-heading + .list-group .list-group-item:first-child {
        border-top-width: 0;
    }

    .panel > .table,
    .panel > .table-responsive > .table {
        margin-bottom: 0;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
        border-top-left-radius: 3px;
    }

    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
        border-top-right-radius: 3px;
    }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
        border-bottom-left-radius: 3px;
    }

    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
        border-bottom-right-radius: 3px;
    }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive {
        border-top: 1px solid #dddddd;
    }

    .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-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .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: 4px;
        overflow: hidden;
    }

    .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: whitesmoke;
        border-color: #dddddd;
    }

    .panel-default > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #dddddd;
    }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

    .panel-primary {
        border-color: #428bca;
    }

    .panel-primary > .panel-heading {
        color: white;
        background-color: #428bca;
        border-color: #428bca;
    }

    .panel-primary > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #428bca;
    }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

    .panel-success {
        border-color: #d6e9c6;
    }

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

    .panel-success > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #d6e9c6;
    }

    .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-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-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

    .panel-danger {
        border-color: #ebccd1;
    }

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    .panel-danger > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #ebccd1;
    }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

    .list-group {
        margin-bottom: 20px;
        padding-left: 0;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

    a.list-group-item {
        color: #555;
    }

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    a.list-group-item.active,
    a.list-group-item.active:hover,
    a.list-group-item.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

    a.list-group-item.active .list-group-item-heading,
    a.list-group-item.active:hover .list-group-item-heading,
    a.list-group-item.active:focus .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item.active .list-group-item-text,
    a.list-group-item.active:hover .list-group-item-text,
    a.list-group-item.active:focus .list-group-item-text {
        color: #e1edf7;
    }

    .list-group-item-success {
        color: #3c763d;
        background-color: #dff0d8;
    }

    a.list-group-item-success {
        color: #3c763d;
    }

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus {
        color: #3c763d;
        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: #3c763d;
        border-color: #3c763d;
    }

    .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: #a94442;
        background-color: #f2dede;
    }

    a.list-group-item-danger {
        color: #a94442;
    }

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus {
        color: #a94442;
        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: #a94442;
        border-color: #a94442;
    }

    .list-group-item-heading {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .list-group-item-text {
        margin-bottom: 0;
        line-height: 1.3;
    }

    .collapse {
        display: none;
        visibility: visible;
    }

    .collapse.in {
        display: block;
    }

    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.35s ease;
        transition: height 0.35s ease;
    }

    .bold {
        font-weight: 700;
    }

    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .center-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .pull-right {
        float: right !important;
    }

    .pull-left {
        float: left !important;
    }

    .row:not(tr) .pull-right {
        margin-left: auto !important;
    }

    .hide-me {
        display: none;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .img-thumbnail {
        padding: 4px;
        line-height: 1.42857;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

    .pointer {
        cursor: pointer;
    }

    ul,
    ol {
        margin-top: 0;
        margin-bottom: 10px;
    }

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

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

    .list-inline {
        margin-left: -5px;
    }

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

    .link-list li {
        padding: 10px;
        font-size: 1.2em;
    }

    .touch-device .touch-ptn,
    .touch-device .touch-pvn,
    .touch-device .touch-pan {
        padding-top: 0px !important;
    }

    .touch-device .touch-pts,
    .touch-device .touch-pvs,
    .touch-device .touch-pas {
        padding-top: 5px !important;
    }

    .touch-device .touch-ptm,
    .touch-device .touch-pvm,
    .touch-device .touch-pam {
        padding-top: 10px !important;
    }

    .touch-device .touch-ptml,
    .touch-device .touch-pvml,
    .touch-device .touch-paml {
        padding-top: 15px !important;
    }

    .touch-device .touch-ptl,
    .touch-device .touch-pvl,
    .touch-device .touch-pal {
        padding-top: 20px !important;
    }

    .touch-device .touch-prn,
    .touch-device .touch-phn,
    .touch-device .touch-pan {
        padding-right: 0px !important;
    }

    .touch-device .touch-prs,
    .touch-device .touch-phs,
    .touch-device .touch-pas {
        padding-right: 5px !important;
    }

    .touch-device .touch-prm,
    .touch-device .touch-phm,
    .touch-device .touch-pam {
        padding-right: 10px !important;
    }

    .touch-device .touch-prml,
    .touch-device .touch-phml,
    .touch-device .touch-paml {
        padding-right: 15px !important;
    }

    .touch-device .touch-prl,
    .touch-device .touch-phl,
    .touch-device .touch-pal {
        padding-right: 20px !important;
    }

    .touch-device .touch-pbn,
    .touch-device .touch-pvn,
    .touch-device .touch-pan {
        padding-bottom: 0px !important;
    }

    .touch-device .touch-pbs,
    .touch-device .touch-pvs,
    .touch-device .touch-pas {
        padding-bottom: 5px !important;
    }

    .touch-device .touch-pbm,
    .touch-device .touch-pvm,
    .touch-device .touch-pam {
        padding-bottom: 10px !important;
    }

    .touch-device .touch-pbml,
    .touch-device .touch-pvml,
    .touch-device .touch-paml {
        padding-bottom: 15px !important;
    }

    .touch-device .touch-pbl,
    .touch-device .touch-pvl,
    .touch-device .touch-pal {
        padding-bottom: 20px !important;
    }

    .touch-device .touch-pln,
    .touch-device .touch-phn,
    .touch-device .touch-pan {
        padding-left: 0px !important;
    }

    .touch-device .touch-pls,
    .touch-device .touch-phs,
    .touch-device .touch-pas {
        padding-left: 5px !important;
    }

    .touch-device .touch-plm,
    .touch-device .touch-phm,
    .touch-device .touch-pam {
        padding-left: 10px !important;
    }

    .touch-device .touch-plml,
    .touch-device .touch-phml,
    .touch-device .touch-paml {
        padding-left: 15px !important;
    }

    .touch-device .touch-pll,
    .touch-device .touch-phl,
    .touch-device .touch-pal {
        padding-left: 20px !important;
    }

    .ptn,
    .pvn,
    .pan {
        padding-top: 0px !important;
    }

    .pts,
    .pvs,
    .pas {
        padding-top: 5px !important;
    }

    .ptm,
    .pvm,
    .pam {
        padding-top: 10px !important;
    }

    .ptml,
    .pvml,
    .paml {
        padding-top: 15px !important;
    }

    .ptl,
    .pvl,
    .pal {
        padding-top: 20px !important;
    }

    .prn,
    .phn,
    .pan {
        padding-right: 0px !important;
    }

    .prs,
    .phs,
    .pas {
        padding-right: 5px !important;
    }

    .prm,
    .phm,
    .pam {
        padding-right: 10px !important;
    }

    .prml,
    .phml,
    .paml {
        padding-right: 15px !important;
    }

    .prl,
    .phl,
    .pal {
        padding-right: 20px !important;
    }

    .pbn,
    .pvn,
    .pan {
        padding-bottom: 0px !important;
    }

    .pbs,
    .pvs,
    .pas {
        padding-bottom: 5px !important;
    }

    .pbm,
    .pvm,
    .pam {
        padding-bottom: 10px !important;
    }

    .pbml,
    .pvml,
    .paml {
        padding-bottom: 15px !important;
    }

    .pbl,
    .pvl,
    .pal {
        padding-bottom: 20px !important;
    }

    .pln,
    .phn,
    .pan {
        padding-left: 0px !important;
    }

    .pls,
    .phs,
    .pas {
        padding-left: 5px !important;
    }

    .plm,
    .phm,
    .pam {
        padding-left: 10px !important;
    }

    .plml,
    .phml,
    .paml {
        padding-left: 15px !important;
    }

    .pll,
    .phl,
    .pal {
        padding-left: 20px !important;
    }

    .mtn,
    .mvn,
    .man {
        margin-top: 0px !important;
    }

    .mts,
    .mvs,
    .mas {
        margin-top: 5px !important;
    }

    .mtm,
    .mvm,
    .mam {
        margin-top: 10px !important;
    }

    .mtl,
    .mvl,
    .mal {
        margin-top: 20px !important;
    }

    .mrn,
    .mhn,
    .man {
        margin-right: 0px !important;
    }

    .mrs,
    .mhs,
    .mas {
        margin-right: 5px !important;
    }

    .mrm,
    .mhm,
    .mam {
        margin-right: 10px !important;
    }

    .mrl,
    .mhl,
    .mal {
        margin-right: 20px !important;
    }

    .mbn,
    .mvn,
    .man {
        margin-bottom: 0px !important;
    }

    .mbs,
    .mvs,
    .mas {
        margin-bottom: 5px !important;
    }

    .mbm,
    .mvm,
    .mam {
        margin-bottom: 10px !important;
    }

    .mbl,
    .mvl,
    .mal {
        margin-bottom: 20px !important;
    }

    .mln,
    .mhn,
    .man {
        margin-left: 0px !important;
    }

    .mls,
    .mhs,
    .mas {
        margin-left: 5px !important;
    }

    .mlm,
    .mhm,
    .mam {
        margin-left: 10px !important;
    }

    .mll,
    .mhl,
    .mal {
        margin-left: 20px !important;
    }

    .ptn-xs,
    .pvn-xs,
    .pan-xs {
        padding-top: 0px !important;
    }

    .pts-xs,
    .pvs-xs,
    .pas-xs {
        padding-top: 5px !important;
    }

    .ptm-xs,
    .pvm-xs,
    .pam-xs {
        padding-top: 10px !important;
    }

    .ptml-xs,
    .pvml-xs,
    .paml-xs {
        padding-top: 15px !important;
    }

    .ptl-xs,
    .pvl-xs,
    .pal-xs {
        padding-top: 20px !important;
    }

    .prn-xs,
    .phn-xs,
    .pan-xs {
        padding-right: 0px !important;
    }

    .prs-xs,
    .phs-xs,
    .pas-xs {
        padding-right: 5px !important;
    }

    .prm-xs,
    .phm-xs,
    .pam-xs {
        padding-right: 10px !important;
    }

    .prml-xs,
    .phml-xs,
    .paml-xs {
        padding-right: 15px !important;
    }

    .prl-xs,
    .phl-xs,
    .pal-xs {
        padding-right: 20px !important;
    }

    .pbn-xs,
    .pvn-xs,
    .pan-xs {
        padding-bottom: 0px !important;
    }

    .pbs-xs,
    .pvs-xs,
    .pas-xs {
        padding-bottom: 5px !important;
    }

    .pbm-xs,
    .pvm-xs,
    .pam-xs {
        padding-bottom: 10px !important;
    }

    .pbml-xs,
    .pvml-xs,
    .paml-xs {
        padding-bottom: 15px !important;
    }

    .pbl-xs,
    .pvl-xs,
    .pal-xs {
        padding-bottom: 20px !important;
    }

    .pln-xs,
    .phn-xs,
    .pan-xs {
        padding-left: 0px !important;
    }

    .pls-xs,
    .phs-xs,
    .pas-xs {
        padding-left: 5px !important;
    }

    .plm-xs,
    .phm-xs,
    .pam-xs {
        padding-left: 10px !important;
    }

    .pll-xs,
    .phl-xs,
    .pal-xs {
        padding-left: 20px !important;
    }

    .mtn-xs,
    .mvn-xs,
    .man-xs {
        margin-top: 0px !important;
    }

    .mts-xs,
    .mvs-xs,
    .mas-xs {
        margin-top: 5px !important;
    }

    .mtm-xs,
    .mvm-xs,
    .mam-xs {
        margin-top: 10px !important;
    }

    .mtl-xs,
    .mvl-xs,
    .mal-xs {
        margin-top: 20px !important;
    }

    .mrn-xs,
    .mhn-xs,
    .man-xs {
        margin-right: 0px !important;
    }

    .mrs-xs,
    .mhs-xs,
    .mas-xs {
        margin-right: 5px !important;
    }

    .mrm-xs,
    .mhm-xs,
    .mam-xs {
        margin-right: 10px !important;
    }

    .mrl-xs,
    .mhl-xs,
    .mal-xs {
        margin-right: 20px !important;
    }

    .mbn-xs,
    .mvn-xs,
    .man-xs {
        margin-bottom: 0px !important;
    }

    .mbs-xs,
    .mvs-xs,
    .mas-xs {
        margin-bottom: 5px !important;
    }

    .mbm-xs,
    .mvm-xs,
    .mam-xs {
        margin-bottom: 10px !important;
    }

    .mbl-xs,
    .mvl-xs,
    .mal-xs {
        margin-bottom: 20px !important;
    }

    .mln-xs,
    .mhn-xs,
    .man-xs {
        margin-left: 0px !important;
    }

    .mls-xs,
    .mhs-xs,
    .mas-xs {
        margin-left: 5px !important;
    }

    .mlm-xs,
    .mhm-xs,
    .mam-xs {
        margin-left: 10px !important;
    }

    .mll-xs,
    .mhl-xs,
    .mal-xs {
        margin-left: 20px !important;
    }

    .fntxs-xs {
        font-size: 0.6em !important;
    }

    .fnts-xs {
        font-size: 0.8em !important;
    }

    .fntn-xs {
        font-size: 1em !important;
    }

    .fntsm-xs {
        font-size: 1.2em !important;
    }

    .fntm-xs {
        font-size: 1.4em !important;
    }

    .fntl-xs {
        font-size: 1.6em !important;
    }

    .fntxl-xs {
        font-size: 2.0em !important;
    }

    .pt3 {
        padding-top: 3px !important;
    }

    @media (min-width: 640px) {
        .ptn-sm,
        .pvn-sm,
        .pan-sm {
            padding-top: 0px !important;
        }

        .pts-sm,
        .pvs-sm,
        .pas-sm {
            padding-top: 5px !important;
        }

        .ptm-sm,
        .pvm-sm,
        .pam-sm {
            padding-top: 10px !important;
        }

        .ptml-sm,
        .pvml-sm,
        .paml-sm {
            padding-top: 15px !important;
        }

        .ptl-sm,
        .pvl-sm,
        .pal-sm {
            padding-top: 20px !important;
        }

        .prn-sm,
        .phn-sm,
        .pan-sm {
            padding-right: 0px !important;
        }

        .prs-sm,
        .phs-sm,
        .pas-sm {
            padding-right: 5px !important;
        }

        .prm-sm,
        .phm-sm,
        .pam-sm {
            padding-right: 10px !important;
        }

        .prml-sm,
        .phml-sm,
        .paml-sm {
            padding-right: 15px !important;
        }

        .prl-sm,
        .phl-sm,
        .pal-sm {
            padding-right: 20px !important;
        }

        .pbn-sm,
        .pvn-sm,
        .pan-sm {
            padding-bottom: 0px !important;
        }

        .pbs-sm,
        .pvs-sm,
        .pas-sm {
            padding-bottom: 5px !important;
        }

        .pbm-sm,
        .pvm-sm,
        .pam-sm {
            padding-bottom: 10px !important;
        }

        .pbml-sm,
        .pvml-sm,
        .paml-sm {
            padding-bottom: 15px !important;
        }

        .pbl-sm,
        .pvl-sm,
        .pal-sm {
            padding-bottom: 20px !important;
        }

        .pln-sm,
        .phn-sm,
        .pan-sm {
            padding-left: 0px !important;
        }

        .pls-sm,
        .phs-sm,
        .pas-sm {
            padding-left: 5px !important;
        }

        .plm-sm,
        .phm-sm,
        .pam-sm {
            padding-left: 10px !important;
        }

        .pll-sm,
        .phl-sm,
        .pal-sm {
            padding-left: 20px !important;
        }

        .plml-sm,
        .phml-sm,
        .paml-sm {
            padding-left: 15px !important;
        }

        .mtn-sm,
        .mvn-sm,
        .man-sm {
            margin-top: 0px !important;
        }

        .mts-sm,
        .mvs-sm,
        .mas-sm {
            margin-top: 5px !important;
        }

        .mtm-sm,
        .mvm-sm,
        .mam-sm {
            margin-top: 10px !important;
        }

        .mtl-sm,
        .mvl-sm,
        .mal-sm {
            margin-top: 20px !important;
        }

        .mrn-sm,
        .mhn-sm,
        .man-sm {
            margin-right: 0px !important;
        }

        .mrs-sm,
        .mhs-sm,
        .mas-sm {
            margin-right: 5px !important;
        }

        .mrm-sm,
        .mhm-sm,
        .mam-sm {
            margin-right: 10px !important;
        }

        .mrl-sm,
        .mhl-sm,
        .mal-sm {
            margin-right: 20px !important;
        }

        .mbn-sm,
        .mvn-sm,
        .man-sm {
            margin-bottom: 0px !important;
        }

        .mbs-sm,
        .mvs-sm,
        .mas-sm {
            margin-bottom: 5px !important;
        }

        .mbm-sm,
        .mvm-sm,
        .mam-sm {
            margin-bottom: 10px !important;
        }

        .mbl-sm,
        .mvl-sm,
        .mal-sm {
            margin-bottom: 20px !important;
        }

        .mln-sm,
        .mhn-sm,
        .man-sm {
            margin-left: 0px !important;
        }

        .mls-sm,
        .mhs-sm,
        .mas-sm {
            margin-left: 5px !important;
        }

        .mlm-sm,
        .mhm-sm,
        .mam-sm {
            margin-left: 10px !important;
        }

        .mll-sm,
        .mhl-sm,
        .mal-sm {
            margin-left: 20px !important;
        }

        .fntxs-sm {
            font-size: 0.6em !important;
        }

        .fnts-sm {
            font-size: 0.8em !important;
        }

        .fntn-sm {
            font-size: 1em !important;
        }

        .fntsm-sm {
            font-size: 1.2em !important;
        }

        .fntm-sm {
            font-size: 1.4em !important;
        }

        .fntl-sm {
            font-size: 1.6em !important;
        }

        .fntxl-sm {
            font-size: 2.0em !important;
        }
    }
    @media (min-width: 768px) {
        .ptn-md,
        .pvn-md,
        .pan-md {
            padding-top: 0px !important;
        }

        .pts-md,
        .pvs-md,
        .pas-md {
            padding-top: 5px !important;
        }

        .ptm-md,
        .pvm-md,
        .pam-md {
            padding-top: 10px !important;
        }

        .ptml-md,
        .pvml-md,
        .paml-md {
            padding-top: 15px !important;
        }

        .ptl-md,
        .pvl-md,
        .pal-md {
            padding-top: 20px !important;
        }

        .prn-md,
        .phn-md,
        .pan-md {
            padding-right: 0px !important;
        }

        .prs-md,
        .phs-md,
        .pas-md {
            padding-right: 5px !important;
        }

        .prm-md,
        .phm-md,
        .pam-md {
            padding-right: 10px !important;
        }

        .prml-md,
        .phml-md,
        .paml-md {
            padding-right: 15px !important;
        }

        .prl-md,
        .phl-md,
        .pal-md {
            padding-right: 20px !important;
        }

        .pbn-md,
        .pvn-md,
        .pan-md {
            padding-bottom: 0px !important;
        }

        .pbs-md,
        .pvs-md,
        .pas-md {
            padding-bottom: 5px !important;
        }

        .pbm-md,
        .pvm-md,
        .pam-md {
            padding-bottom: 10px !important;
        }

        .pbml-md,
        .pvml-md,
        .paml-md {
            padding-bottom: 15px !important;
        }

        .pbl-md,
        .pvl-md,
        .pal-md {
            padding-bottom: 20px !important;
        }

        .pln-md,
        .phn-md,
        .pan-md {
            padding-left: 0px !important;
        }

        .pls-md,
        .phs-md,
        .pas-md {
            padding-left: 5px !important;
        }

        .plm-md,
        .phm-md,
        .pam-md {
            padding-left: 10px !important;
        }

        .plml-md,
        .phml-md,
        .paml-md {
            padding-left: 15px !important;
        }

        .pll-md,
        .phl-md,
        .pal-md {
            padding-left: 20px !important;
        }

        .mtn-md,
        .mvn-md,
        .man-md {
            margin-top: 0px !important;
        }

        .mts-md,
        .mvs-md,
        .mas-md {
            margin-top: 5px !important;
        }

        .mtm-md,
        .mvm-md,
        .mam-md {
            margin-top: 10px !important;
        }

        .mtl-md,
        .mvl-md,
        .mal-md {
            margin-top: 20px !important;
        }

        .mrn-md,
        .mhn-md,
        .man-md {
            margin-right: 0px !important;
        }

        .mrs-md,
        .mhs-md,
        .mas-md {
            margin-right: 5px !important;
        }

        .mrm-md,
        .mhm-md,
        .mam-md {
            margin-right: 10px !important;
        }

        .mrl-md,
        .mhl-md,
        .mal-md {
            margin-right: 20px !important;
        }

        .mbn-md,
        .mvn-md,
        .man-md {
            margin-bottom: 0px !important;
        }

        .mbs-md,
        .mvs-md,
        .mas-md {
            margin-bottom: 5px !important;
        }

        .mbm-md,
        .mvm-md,
        .mam-md {
            margin-bottom: 10px !important;
        }

        .mbl-md,
        .mvl-md,
        .mal-md {
            margin-bottom: 20px !important;
        }

        .mln-md,
        .mhn-md,
        .man-md {
            margin-left: 0px !important;
        }

        .mls-md,
        .mhs-md,
        .mas-md {
            margin-left: 5px !important;
        }

        .mlm-md,
        .mhm-md,
        .mam-md {
            margin-left: 10px !important;
        }

        .mll-md,
        .mhl-md,
        .mal-md {
            margin-left: 20px !important;
        }

        .fntxs-md {
            font-size: 0.6em !important;
        }

        .fnts-md {
            font-size: 0.8em !important;
        }

        .fntn-md {
            font-size: 1em !important;
        }

        .fntsm-md {
            font-size: 1.2em !important;
        }

        .fntm-md {
            font-size: 1.4em !important;
        }

        .fntl-md {
            font-size: 1.6em !important;
        }

        .fntxl-md {
            font-size: 2.0em !important;
        }
    }
    @media (min-width: 1024px) {
        .ptn-lg,
        .pvn-lg,
        .pan-lg {
            padding-top: 0px !important;
        }

        .pts-lg,
        .pvs-lg,
        .pas-lg {
            padding-top: 5px !important;
        }

        .ptm-lg,
        .pvm-lg,
        .pam-lg {
            padding-top: 10px !important;
        }

        .ptml-lg,
        .pvml-lg,
        .paml-lg {
            padding-top: 15px !important;
        }

        .ptl-lg,
        .pvl-lg,
        .pal-lg {
            padding-top: 20px !important;
        }

        .prn-lg,
        .phn-lg,
        .pan-lg {
            padding-right: 0px !important;
        }

        .prs-lg,
        .phs-lg,
        .pas-lg {
            padding-right: 5px !important;
        }

        .prm-lg,
        .phm-lg,
        .pam-lg {
            padding-right: 10px !important;
        }

        .prml-lg,
        .phml-lg,
        .paml-lg {
            padding-right: 15px !important;
        }

        .prl-lg,
        .phl-lg,
        .pal-lg {
            padding-right: 20px !important;
        }

        .pbn-lg,
        .pvn-lg,
        .pan-lg {
            padding-bottom: 0px !important;
        }

        .pbs-lg,
        .pvs-lg,
        .pas-lg {
            padding-bottom: 5px !important;
        }

        .pbm-lg,
        .pvm-lg,
        .pam-lg {
            padding-bottom: 10px !important;
        }

        .pbml-lg,
        .pvml-lg,
        .paml-lg {
            padding-bottom: 15px !important;
        }

        .pbl-lg,
        .pvl-lg,
        .pal-lg {
            padding-bottom: 20px !important;
        }

        .pln-lg,
        .phn-lg,
        .pan-lg {
            padding-left: 0px !important;
        }

        .pls-lg,
        .phs-lg,
        .pas-lg {
            padding-left: 5px !important;
        }

        .plm-lg,
        .phm-lg,
        .pam-lg {
            padding-left: 10px !important;
        }

        .plml-lg,
        .phml-lg,
        .paml-lg {
            padding-left: 15px !important;
        }

        .pll-lg,
        .phl-lg,
        .pal-lg {
            padding-left: 20px !important;
        }

        .mtn-lg,
        .mvn-lg,
        .man-lg {
            margin-top: 0px !important;
        }

        .mts-lg,
        .mvs-lg,
        .mas-lg {
            margin-top: 5px !important;
        }

        .mtm-lg,
        .mvm-lg,
        .mam-lg {
            margin-top: 10px !important;
        }

        .mtl-lg,
        .mvl-lg,
        .mal-lg {
            margin-top: 20px !important;
        }

        .mrn-lg,
        .mhn-lg,
        .man-lg {
            margin-right: 0px !important;
        }

        .mrs-lg,
        .mhs-lg,
        .mas-lg {
            margin-right: 5px !important;
        }

        .mrm-lg,
        .mhm-lg,
        .mam-lg {
            margin-right: 10px !important;
        }

        .mrl-lg,
        .mhl-lg,
        .mal-lg {
            margin-right: 20px !important;
        }

        .mbn-lg,
        .mvn-lg,
        .man-lg {
            margin-bottom: 0px !important;
        }

        .mbs-lg,
        .mvs-lg,
        .mas-lg {
            margin-bottom: 5px !important;
        }

        .mbm-lg,
        .mvm-lg,
        .mam-lg {
            margin-bottom: 10px !important;
        }

        .mbl-lg,
        .mvl-lg,
        .mal-lg {
            margin-bottom: 20px !important;
        }

        .mln-lg,
        .mhn-lg,
        .man-lg {
            margin-left: 0px !important;
        }

        .mls-lg,
        .mhs-lg,
        .mas-lg {
            margin-left: 5px !important;
        }

        .mlm-lg,
        .mhm-lg,
        .mam-lg {
            margin-left: 10px !important;
        }

        .mll-lg,
        .mhl-lg,
        .mal-lg {
            margin-left: 20px !important;
        }

        .fntxs-lg {
            font-size: 0.6em !important;
        }

        .fnts-lg {
            font-size: 0.8em !important;
        }

        .fntn-lg {
            font-size: 1em !important;
        }

        .fntsm-lg {
            font-size: 1.2em !important;
        }

        .fntm-lg {
            font-size: 1.4em !important;
        }

        .fntl-lg {
            font-size: 1.6em !important;
        }

        .fntxl-lg {
            font-size: 2.0em !important;
        }
    }

    .fntxs {
        font-size: 0.6em;
    }

    .fntxss {
        font-size: 0.7em;
    }

    .fnts {
        font-size: 0.8em;
    }

    .fntn {
        font-size: 1em;
    }

    .fntsm {
        font-size: 1.2em;
    }

    .fntm {
        font-size: 1.4em;
    }

    .fntl {
        font-size: 1.6em;
    }

    .fntxl {
        font-size: 2.0em;
    }

    .bold {
        font-weight: bold;
    }

    a[class*="btn-outline"],
    button[class*="btn-outline"],
    .quote-details-items .actions-toolbar > .action[class*="btn-outline"],
    .cart.table-wrapper .actions-toolbar > .action[class*="btn-outline"],
    .action-gift[class*="btn-outline"] {
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .btn-outline-2 {
        border-width: 2px;
    }

    .btn-outline-3 {
        border-width: 3px;
    }

    .btn-outline-primary {
        color: #5C6E81;
        background-color: transparent;
        background-image: none;
        border-color: #5C6E81;
    }

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #5C6E81;
        border-color: #5C6E81;
    }

    .btn-outline-primary:focus,
    .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(104, 128, 153, 0.5);
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #5C6E81;
        background-color: transparent;
    }

    .btn-outline-primary:not([disabled]):not(.disabled):active,
    .btn-outline-primary:not([disabled]):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #5C6E81;
        border-color: #5C6E81;
        box-shadow: 0 0 0 0.2rem rgba(104, 128, 153, 0.5);
    }

    .btn-outline-link {
        color: #428bca;
        background-color: transparent;
        background-image: none;
        border-color: #428bca;
    }

    .btn-outline-link:hover {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

    .btn-outline-link:focus,
    .btn-outline-link.focus {
        box-shadow: 0 0 0 0.2rem rgba(66, 139, 202, 0.5);
    }

    .btn-outline-link.disabled,
    .btn-outline-link:disabled {
        color: #428bca;
        background-color: transparent;
    }

    .btn-outline-link:not([disabled]):not(.disabled):active,
    .btn-outline-link:not([disabled]):not(.disabled).active,
    .show > .btn-outline-link.dropdown-toggle {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
        box-shadow: 0 0 0 0.2rem rgba(66, 139, 202, 0.5);
    }

    .btn-outline-secondary {
        color: #868e96;
        background-color: transparent;
        background-image: none;
        border-color: #868e96;
    }

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #868e96;
        border-color: #868e96;
    }

    .btn-outline-secondary:focus,
    .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    }

    .btn-outline-secondary.disabled,
    .btn-outline-secondary:disabled {
        color: #868e96;
        background-color: transparent;
    }

    .btn-outline-secondary:not([disabled]):not(.disabled):active,
    .btn-outline-secondary:not([disabled]):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #868e96;
        border-color: #868e96;
        box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    }

    .btn-outline-success {
        color: #28a745;
        background-color: transparent;
        background-image: none;
        border-color: #28a745;
    }

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

    .btn-outline-success:focus,
    .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

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

    .btn-outline-success:not([disabled]):not(.disabled):active,
    .btn-outline-success:not([disabled]):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-info {
        color: #17a2b8;
        background-color: transparent;
        background-image: none;
        border-color: #17a2b8;
    }

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus,
    .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled,
    .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not([disabled]):not(.disabled):active,
    .btn-outline-info:not([disabled]):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-warning {
        color: #ffc107;
        background-color: transparent;
        background-image: none;
        border-color: #ffc107;
    }

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

    .btn-outline-warning:focus,
    .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

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

    .btn-outline-warning:not([disabled]):not(.disabled):active,
    .btn-outline-warning:not([disabled]):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #ffc107;
        border-color: #ffc107;
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-danger {
        color: #dc3545;
        background-color: transparent;
        background-image: none;
        border-color: #dc3545;
    }

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

    .btn-outline-danger:focus,
    .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

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

    .btn-outline-danger:not([disabled]):not(.disabled):active,
    .btn-outline-danger:not([disabled]):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-light {
        color: #f8f9fa;
        background-color: transparent;
        background-image: none;
        border-color: #f8f9fa;
    }

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

    .btn-outline-light:focus,
    .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

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

    .btn-outline-light:not([disabled]):not(.disabled):active,
    .btn-outline-light:not([disabled]):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-dark {
        color: #343a40;
        background-color: transparent;
        background-image: none;
        border-color: #343a40;
    }

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

    .btn-outline-dark:focus,
    .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

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

    .btn-outline-dark:not([disabled]):not(.disabled):active,
    .btn-outline-dark:not([disabled]):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-wrap {
        white-space: normal;
    }

    .text-uppercase {
        text-transform: uppercase;
    }

    .text-default {
        color: #333;
    }

    .white {
        color: #FFFFFF;
        font-weight: bold;
    }

    .black {
        color: #111 !important;
        font-weight: bold;
    }

    .red {
        color: #FF0000;
    }

    .blue {
        color: #0000FF;
    }

    .green {
        color: #00FF00;
    }

    .darkgreen {
        color: #00CC00;
    }

    .uv {
        color: #9900CC;
    }

    .amber {
        color: #FFC000;
    }

    .warm {
        color: #CC5;
    }

    .cool {
        color: #00FFFF;
    }

    .energy {
        color: #80FF80;
    }

    .caution {
        color: #FF0;
        font-size: 9px;
        font-weight: bold;
    }

    .orange {
        color: #FF8000;
    }

    .yellow {
        color: #FF0;
    }

    .purple {
        color: #F0F;
    }

    .aqua {
        color: #50C5CB;
    }

    .pink {
        color: #F9F;
    }

    .rb {
        color: #009;
    }

    .cyan {
        color: cyan;
    }

    .silver {
        color: #A7A7A7;
    }

    .titanium {
        color: #5C5C5C;
    }

    .darkred {
        color: #AA0000;
    }

    .darkblue {
        color: #5C6E81;
    }

    .grey {
        color: #999 !important;
    }
}
