﻿.bootstrapiso :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.bootstrapiso *,
.bootstrapiso *::before,
.bootstrapiso *::after {
    box-sizing: border-box;
}

.bootstrapiso {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

.bootstrapiso article,
.bootstrapiso aside,
.bootstrapiso dialog,
.bootstrapiso figcaption,
.bootstrapiso figure,
.bootstrapiso footer,
.bootstrapiso header,
.bootstrapiso hgroup,
.bootstrapiso main,
.bootstrapiso nav,
.bootstrapiso section {
    display: block;
}

.bootstrapiso {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

    .bootstrapiso [tabindex="-1"]:focus {
        outline: 0 !important;
    }

    .bootstrapiso hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
    }

    .bootstrapiso h1,
    .bootstrapiso h2,
    .bootstrapiso h3,
    .bootstrapiso h4,
    .bootstrapiso h5,
    .bootstrapiso h6 {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .bootstrapiso p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .bootstrapiso abbr[title],
    .bootstrapiso abbr[data-original-title] {
        text-decoration: underline;
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
        cursor: help;
        border-bottom: 0;
    }

    .bootstrapiso address {
        margin-bottom: 1rem;
        font-style: normal;
        line-height: inherit;
    }

    .bootstrapiso ol,
    .bootstrapiso ul,
    .bootstrapiso dl {
        margin-top: 0;
        margin-bottom: 1rem;
    }

        .bootstrapiso ol ol,
        .bootstrapiso ul ul,
        .bootstrapiso ol ul,
        .bootstrapiso ul ol {
            margin-bottom: 0;
        }

    .bootstrapiso dt {
        font-weight: 700;
    }

    .bootstrapiso dd {
        margin-bottom: .5rem;
        margin-left: 0;
    }

    .bootstrapiso blockquote {
        margin: 0 0 1rem;
    }

    .bootstrapiso dfn {
        font-style: italic;
    }

    .bootstrapiso b,
    .bootstrapiso strong {
        font-weight: bolder;
    }

    .bootstrapiso small {
        font-size: 80%;
    }

    .bootstrapiso sub,
    .bootstrapiso sup {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
    }

    .bootstrapiso sub {
        bottom: -0.25em;
    }

    .bootstrapiso sup {
        top: -0.5em;
    }

    .bootstrapiso a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

        .bootstrapiso a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

        .bootstrapiso a:not([href]):not([tabindex]) {
            color: inherit;
            text-decoration: none;
        }

            .bootstrapiso a:not([href]):not([tabindex]):hover,
            .bootstrapiso a:not([href]):not([tabindex]):focus {
                color: inherit;
                text-decoration: none;
            }

            .bootstrapiso a:not([href]):not([tabindex]):focus {
                outline: 0;
            }

    .bootstrapiso pre,
    .bootstrapiso code,
    .bootstrapiso kbd,
    .bootstrapiso samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }

    .bootstrapiso pre {
        margin-top: 0;
        margin-bottom: 1rem;
        overflow: auto;
        -ms-overflow-style: scrollbar;
    }

    .bootstrapiso figure {
        margin: 0 0 1rem;
    }

    .bootstrapiso img {
        vertical-align: middle;
        border-style: none;
    }

    .bootstrapiso svg:not(:root) {
        overflow: hidden;
    }

    .bootstrapiso table {
        border-collapse: collapse;
    }

    .bootstrapiso caption {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        color: #6c757d;
        text-align: left;
        caption-side: bottom;
    }

    .bootstrapiso th {
        text-align: inherit;
    }

    .bootstrapiso label {
        display: inline-block;
        margin-bottom: .5rem;
    }

    .bootstrapiso button {
        border-radius: 0;
    }

        .bootstrapiso button:focus {
            outline: 1px dotted;
            outline: 5px auto -webkit-focus-ring-color;
        }

    .bootstrapiso input,
    .bootstrapiso button,
    .bootstrapiso select,
    .bootstrapiso optgroup,
    .bootstrapiso textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .bootstrapiso button,
    .bootstrapiso input {
        overflow: visible;
    }

    .bootstrapiso button,
    .bootstrapiso select {
        text-transform: none;
    }

    .bootstrapiso button,
    .bootstrapiso html [type="button"],
    .bootstrapiso [type="reset"],
    .bootstrapiso [type="submit"] {
        -webkit-appearance: button;
    }

        .bootstrapiso button::-moz-focus-inner,
        .bootstrapiso [type="button"]::-moz-focus-inner,
        .bootstrapiso [type="reset"]::-moz-focus-inner,
        .bootstrapiso [type="submit"]::-moz-focus-inner {
            padding: 0;
            border-style: none;
        }

    .bootstrapiso input[type="radio"],
    .bootstrapiso input[type="checkbox"] {
        box-sizing: border-box;
        padding: 0;
    }

    .bootstrapiso input[type="date"],
    .bootstrapiso input[type="time"],
    .bootstrapiso input[type="datetime-local"],
    .bootstrapiso input[type="month"] {
        -webkit-appearance: listbox;
    }

    .bootstrapiso textarea {
        overflow: auto;
        resize: vertical;
    }

    .bootstrapiso fieldset {
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0;
    }

    .bootstrapiso legend {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: .5rem;
        font-size: 1.5rem;
        line-height: inherit;
        color: inherit;
        white-space: normal;
    }

    .bootstrapiso progress {
        vertical-align: baseline;
    }

    .bootstrapiso [type="number"]::-webkit-inner-spin-button,
    .bootstrapiso [type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    .bootstrapiso [type="search"] {
        outline-offset: -2px;
        -webkit-appearance: none;
    }

        .bootstrapiso [type="search"]::-webkit-search-cancel-button,
        .bootstrapiso [type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

    .bootstrapiso ::-webkit-file-upload-button {
        font: inherit;
        -webkit-appearance: button;
    }

    .bootstrapiso output {
        display: inline-block;
    }

    .bootstrapiso summary {
        display: list-item;
        cursor: pointer;
    }

    .bootstrapiso template {
        display: none;
    }

    .bootstrapiso [hidden] {
        display: none !important;
    }

    .bootstrapiso h1,
    .bootstrapiso h2,
    .bootstrapiso h3,
    .bootstrapiso h4,
    .bootstrapiso h5,
    .bootstrapiso h6,
    .bootstrapiso .h1,
    .bootstrapiso .h2,
    .bootstrapiso .h3,
    .bootstrapiso .h4,
    .bootstrapiso .h5,
    .bootstrapiso .h6 {
        margin-bottom: 0.5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
    }

    .bootstrapiso h1,
    .bootstrapiso .h1 {
        font-size: 2.5rem;
    }

    .bootstrapiso h2,
    .bootstrapiso .h2 {
        font-size: 2rem;
    }

    .bootstrapiso h3,
    .bootstrapiso .h3 {
        font-size: 1.75rem;
    }

    .bootstrapiso h4,
    .bootstrapiso .h4 {
        font-size: 1.5rem;
    }

    .bootstrapiso h5,
    .bootstrapiso .h5 {
        font-size: 1.25rem;
    }

    .bootstrapiso h6,
    .bootstrapiso .h6 {
        font-size: 1rem;
    }

    .bootstrapiso .lead {
        font-size: 1.25rem;
        font-weight: 300;
    }

    .bootstrapiso .display-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .bootstrapiso .display-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .bootstrapiso .display-3 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .bootstrapiso .display-4 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .bootstrapiso hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .bootstrapiso small,
    .bootstrapiso .small {
        font-size: 80%;
        font-weight: 400;
    }

    .bootstrapiso mark,
    .bootstrapiso .mark {
        padding: 0.2em;
        background-color: #fcf8e3;
    }

    .bootstrapiso .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .bootstrapiso .list-inline {
        padding-left: 0;
        list-style: none;
    }

    .bootstrapiso .list-inline-item {
        display: inline-block;
    }

        .bootstrapiso .list-inline-item:not(:last-child) {
            margin-right: 0.5rem;
        }

    .bootstrapiso .initialism {
        font-size: 90%;
        text-transform: uppercase;
    }

    .bootstrapiso .blockquote {
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }

    .bootstrapiso .blockquote-footer {
        display: block;
        font-size: 80%;
        color: #6c757d;
    }

        .bootstrapiso .blockquote-footer::before {
            content: "\2014 \00A0";
        }

    .bootstrapiso .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .bootstrapiso .img-thumbnail {
        padding: 0.25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        max-width: 100%;
        height: auto;
    }

    .bootstrapiso .figure {
        display: inline-block;
    }

    .bootstrapiso .figure-img {
        margin-bottom: 0.5rem;
        line-height: 1;
    }

    .bootstrapiso .figure-caption {
        font-size: 90%;
        color: #6c757d;
    }

    .bootstrapiso code,
    .bootstrapiso kbd,
    .bootstrapiso pre,
    .bootstrapiso samp {
        font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .bootstrapiso code {
        font-size: 87.5%;
        color: #e83e8c;
        word-break: break-word;
    }

    .bootstrapiso a > code {
        color: inherit;
    }

    .bootstrapiso kbd {
        padding: 0.2rem 0.4rem;
        font-size: 87.5%;
        color: #fff;
        background-color: #212529;
        border-radius: 0.2rem;
    }

        .bootstrapiso kbd kbd {
            padding: 0;
            font-size: 100%;
            font-weight: 700;
        }

    .bootstrapiso pre {
        display: block;
        font-size: 87.5%;
        color: #212529;
    }

        .bootstrapiso pre code {
            font-size: inherit;
            color: inherit;
            word-break: normal;
        }

    .bootstrapiso .pre-scrollable {
        max-height: 340px;
        overflow-y: scroll;
    }

    .bootstrapiso .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

@media (min-width: 576px) {
    .bootstrapiso .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .bootstrapiso .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .bootstrapiso .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .bootstrapiso .container {
        max-width: 1140px;
    }
}

.bootstrapiso .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.bootstrapiso .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    background: none !important;
    height: auto;
}

.bootstrapiso .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .bootstrapiso .no-gutters > .col,
    .bootstrapiso .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.bootstrapiso .col-1,
.bootstrapiso .col-2,
.bootstrapiso .col-3,
.bootstrapiso .col-4,
.bootstrapiso .col-5,
.bootstrapiso .col-6,
.bootstrapiso .col-7,
.bootstrapiso .col-8,
.bootstrapiso .col-9,
.bootstrapiso .col-10,
.bootstrapiso .col-11,
.bootstrapiso .col-12,
.bootstrapiso .col,
.bootstrapiso .col-auto,
.bootstrapiso .col-sm-1,
.bootstrapiso .col-sm-2,
.bootstrapiso .col-sm-3,
.bootstrapiso .col-sm-4,
.bootstrapiso .col-sm-5,
.bootstrapiso .col-sm-6,
.bootstrapiso .col-sm-7,
.bootstrapiso .col-sm-8,
.bootstrapiso .col-sm-9,
.bootstrapiso .col-sm-10,
.bootstrapiso .col-sm-11,
.bootstrapiso .col-sm-12,
.bootstrapiso .col-sm,
.bootstrapiso .col-sm-auto,
.bootstrapiso .col-md-1,
.bootstrapiso .col-md-2,
.bootstrapiso .col-md-3,
.bootstrapiso .col-md-4,
.bootstrapiso .col-md-5,
.bootstrapiso .col-md-6,
.bootstrapiso .col-md-7,
.bootstrapiso .col-md-8,
.bootstrapiso .col-md-9,
.bootstrapiso .col-md-10,
.bootstrapiso .col-md-11,
.bootstrapiso .col-md-12,
.bootstrapiso .col-md,
.bootstrapiso .col-md-auto,
.bootstrapiso .col-lg-1,
.bootstrapiso .col-lg-2,
.bootstrapiso .col-lg-3,
.bootstrapiso .col-lg-4,
.bootstrapiso .col-lg-5,
.bootstrapiso .col-lg-6,
.bootstrapiso .col-lg-7,
.bootstrapiso .col-lg-8,
.bootstrapiso .col-lg-9,
.bootstrapiso .col-lg-10,
.bootstrapiso .col-lg-11,
.bootstrapiso .col-lg-12,
.bootstrapiso .col-lg,
.bootstrapiso .col-lg-auto,
.bootstrapiso .col-xl-1,
.bootstrapiso .col-xl-2,
.bootstrapiso .col-xl-3,
.bootstrapiso .col-xl-4,
.bootstrapiso .col-xl-5,
.bootstrapiso .col-xl-6,
.bootstrapiso .col-xl-7,
.bootstrapiso .col-xl-8,
.bootstrapiso .col-xl-9,
.bootstrapiso .col-xl-10,
.bootstrapiso .col-xl-11,
.bootstrapiso .col-xl-12,
.bootstrapiso .col-xl,
.bootstrapiso .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.bootstrapiso .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.bootstrapiso .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.bootstrapiso .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.bootstrapiso .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.bootstrapiso .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.bootstrapiso .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.bootstrapiso .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.bootstrapiso .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.bootstrapiso .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.bootstrapiso .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.bootstrapiso .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.bootstrapiso .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.bootstrapiso .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.bootstrapiso .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.bootstrapiso .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.bootstrapiso .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.bootstrapiso .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.bootstrapiso .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.bootstrapiso .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.bootstrapiso .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.bootstrapiso .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.bootstrapiso .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.bootstrapiso .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.bootstrapiso .order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.bootstrapiso .order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.bootstrapiso .order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.bootstrapiso .order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.bootstrapiso .order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.bootstrapiso .order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.bootstrapiso .offset-1 {
    margin-left: 8.333333%;
}

.bootstrapiso .offset-2 {
    margin-left: 16.666667%;
}

.bootstrapiso .offset-3 {
    margin-left: 25%;
}

.bootstrapiso .offset-4 {
    margin-left: 33.333333%;
}

.bootstrapiso .offset-5 {
    margin-left: 41.666667%;
}

.bootstrapiso .offset-6 {
    margin-left: 50%;
}

.bootstrapiso .offset-7 {
    margin-left: 58.333333%;
}

.bootstrapiso .offset-8 {
    margin-left: 66.666667%;
}

.bootstrapiso .offset-9 {
    margin-left: 75%;
}

.bootstrapiso .offset-10 {
    margin-left: 83.333333%;
}

.bootstrapiso .offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .bootstrapiso .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .bootstrapiso .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .bootstrapiso .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bootstrapiso .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bootstrapiso .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bootstrapiso .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bootstrapiso .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bootstrapiso .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bootstrapiso .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bootstrapiso .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bootstrapiso .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bootstrapiso .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bootstrapiso .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bootstrapiso .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bootstrapiso .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .bootstrapiso .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .bootstrapiso .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .bootstrapiso .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .bootstrapiso .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .bootstrapiso .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .bootstrapiso .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .bootstrapiso .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .bootstrapiso .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .bootstrapiso .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .bootstrapiso .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .bootstrapiso .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .bootstrapiso .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .bootstrapiso .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .bootstrapiso .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .bootstrapiso .offset-sm-0 {
        margin-left: 0;
    }

    .bootstrapiso .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .bootstrapiso .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .bootstrapiso .offset-sm-3 {
        margin-left: 25%;
    }

    .bootstrapiso .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .bootstrapiso .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .bootstrapiso .offset-sm-6 {
        margin-left: 50%;
    }

    .bootstrapiso .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .bootstrapiso .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .bootstrapiso .offset-sm-9 {
        margin-left: 75%;
    }

    .bootstrapiso .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .bootstrapiso .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .bootstrapiso .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .bootstrapiso .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .bootstrapiso .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bootstrapiso .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bootstrapiso .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bootstrapiso .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bootstrapiso .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bootstrapiso .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bootstrapiso .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bootstrapiso .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bootstrapiso .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bootstrapiso .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bootstrapiso .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bootstrapiso .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bootstrapiso .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .bootstrapiso .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .bootstrapiso .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .bootstrapiso .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .bootstrapiso .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .bootstrapiso .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .bootstrapiso .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .bootstrapiso .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .bootstrapiso .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .bootstrapiso .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .bootstrapiso .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .bootstrapiso .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .bootstrapiso .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .bootstrapiso .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .bootstrapiso .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .bootstrapiso .offset-md-0 {
        margin-left: 0;
    }

    .bootstrapiso .offset-md-1 {
        margin-left: 8.333333%;
    }

    .bootstrapiso .offset-md-2 {
        margin-left: 16.666667%;
    }

    .bootstrapiso .offset-md-3 {
        margin-left: 25%;
    }

    .bootstrapiso .offset-md-4 {
        margin-left: 33.333333%;
    }

    .bootstrapiso .offset-md-5 {
        margin-left: 41.666667%;
    }

    .bootstrapiso .offset-md-6 {
        margin-left: 50%;
    }

    .bootstrapiso .offset-md-7 {
        margin-left: 58.333333%;
    }

    .bootstrapiso .offset-md-8 {
        margin-left: 66.666667%;
    }

    .bootstrapiso .offset-md-9 {
        margin-left: 75%;
    }

    .bootstrapiso .offset-md-10 {
        margin-left: 83.333333%;
    }

    .bootstrapiso .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .bootstrapiso .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .bootstrapiso .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .bootstrapiso .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bootstrapiso .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bootstrapiso .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bootstrapiso .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bootstrapiso .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bootstrapiso .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bootstrapiso .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bootstrapiso .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bootstrapiso .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bootstrapiso .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bootstrapiso .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bootstrapiso .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bootstrapiso .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .bootstrapiso .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .bootstrapiso .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .bootstrapiso .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .bootstrapiso .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .bootstrapiso .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .bootstrapiso .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .bootstrapiso .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .bootstrapiso .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .bootstrapiso .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .bootstrapiso .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .bootstrapiso .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .bootstrapiso .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .bootstrapiso .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .bootstrapiso .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .bootstrapiso .offset-lg-0 {
        margin-left: 0;
    }

    .bootstrapiso .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .bootstrapiso .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .bootstrapiso .offset-lg-3 {
        margin-left: 25%;
    }

    .bootstrapiso .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .bootstrapiso .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .bootstrapiso .offset-lg-6 {
        margin-left: 50%;
    }

    .bootstrapiso .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .bootstrapiso .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .bootstrapiso .offset-lg-9 {
        margin-left: 75%;
    }

    .bootstrapiso .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .bootstrapiso .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .bootstrapiso .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .bootstrapiso .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .bootstrapiso .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bootstrapiso .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bootstrapiso .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bootstrapiso .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bootstrapiso .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bootstrapiso .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bootstrapiso .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bootstrapiso .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bootstrapiso .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bootstrapiso .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bootstrapiso .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bootstrapiso .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bootstrapiso .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .bootstrapiso .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .bootstrapiso .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .bootstrapiso .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .bootstrapiso .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .bootstrapiso .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .bootstrapiso .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .bootstrapiso .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .bootstrapiso .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .bootstrapiso .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .bootstrapiso .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .bootstrapiso .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .bootstrapiso .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .bootstrapiso .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .bootstrapiso .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .bootstrapiso .offset-xl-0 {
        margin-left: 0;
    }

    .bootstrapiso .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .bootstrapiso .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .bootstrapiso .offset-xl-3 {
        margin-left: 25%;
    }

    .bootstrapiso .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .bootstrapiso .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .bootstrapiso .offset-xl-6 {
        margin-left: 50%;
    }

    .bootstrapiso .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .bootstrapiso .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .bootstrapiso .offset-xl-9 {
        margin-left: 75%;
    }

    .bootstrapiso .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .bootstrapiso .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.bootstrapiso .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .bootstrapiso .table th,
    .bootstrapiso .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .bootstrapiso .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .bootstrapiso .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .bootstrapiso .table .table {
        background-color: #fff;
    }

.bootstrapiso .table-sm th,
.bootstrapiso .table-sm td {
    padding: 0.3rem;
}

.bootstrapiso .table-bordered {
    border: 1px solid #dee2e6;
}

    .bootstrapiso .table-bordered th,
    .bootstrapiso .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .bootstrapiso .table-bordered thead th,
    .bootstrapiso .table-bordered thead td {
        border-bottom-width: 2px;
    }

.bootstrapiso .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.bootstrapiso .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.bootstrapiso .table-primary,
.bootstrapiso .table-primary > th,
.bootstrapiso .table-primary > td {
    background-color: #b8daff;
}

.bootstrapiso .table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .bootstrapiso .table-hover .table-primary:hover > td,
    .bootstrapiso .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.bootstrapiso .table-secondary,
.bootstrapiso .table-secondary > th,
.bootstrapiso .table-secondary > td {
    background-color: #d6d8db;
}

.bootstrapiso .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .bootstrapiso .table-hover .table-secondary:hover > td,
    .bootstrapiso .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.bootstrapiso .table-success,
.bootstrapiso .table-success > th,
.bootstrapiso .table-success > td {
    background-color: #c3e6cb;
}

.bootstrapiso .table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .bootstrapiso .table-hover .table-success:hover > td,
    .bootstrapiso .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.bootstrapiso .table-info,
.bootstrapiso .table-info > th,
.bootstrapiso .table-info > td {
    background-color: #bee5eb;
}

.bootstrapiso .table-hover .table-info:hover {
    background-color: #abdde5;
}

    .bootstrapiso .table-hover .table-info:hover > td,
    .bootstrapiso .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.bootstrapiso .table-warning,
.bootstrapiso .table-warning > th,
.bootstrapiso .table-warning > td {
    background-color: #ffeeba;
}

.bootstrapiso .table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .bootstrapiso .table-hover .table-warning:hover > td,
    .bootstrapiso .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.bootstrapiso .table-danger,
.bootstrapiso .table-danger > th,
.bootstrapiso .table-danger > td {
    background-color: #f5c6cb;
}

.bootstrapiso .table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .bootstrapiso .table-hover .table-danger:hover > td,
    .bootstrapiso .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.bootstrapiso .table-light,
.bootstrapiso .table-light > th,
.bootstrapiso .table-light > td {
    background-color: #fdfdfe;
}

.bootstrapiso .table-hover .table-light:hover {
    background-color: #ececf6;
}

    .bootstrapiso .table-hover .table-light:hover > td,
    .bootstrapiso .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.bootstrapiso .table-dark,
.bootstrapiso .table-dark > th,
.bootstrapiso .table-dark > td {
    background-color: #c6c8ca;
}

.bootstrapiso .table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .bootstrapiso .table-hover .table-dark:hover > td,
    .bootstrapiso .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.bootstrapiso .table-active,
.bootstrapiso .table-active > th,
.bootstrapiso .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.bootstrapiso .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .bootstrapiso .table-hover .table-active:hover > td,
    .bootstrapiso .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.bootstrapiso .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.bootstrapiso .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.bootstrapiso .table-dark {
    color: #fff;
    background-color: #212529;
}

    .bootstrapiso .table-dark th,
    .bootstrapiso .table-dark td,
    .bootstrapiso .table-dark thead th {
        border-color: #32383e;
    }

    .bootstrapiso .table-dark.table-bordered {
        border: 0;
    }

    .bootstrapiso .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .bootstrapiso .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .bootstrapiso .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .bootstrapiso .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .bootstrapiso .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .bootstrapiso .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .bootstrapiso .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .bootstrapiso .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .bootstrapiso .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .bootstrapiso .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.bootstrapiso .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .bootstrapiso .table-responsive > .table-bordered {
        border: 0;
    }

.bootstrapiso .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .bootstrapiso .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .bootstrapiso .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .bootstrapiso .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .bootstrapiso .form-control::-moz-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .bootstrapiso .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .bootstrapiso .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .bootstrapiso .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .bootstrapiso .form-control:disabled,
    .bootstrapiso .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

.bootstrapiso select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.bootstrapiso select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.bootstrapiso .form-control-file,
.bootstrapiso .form-control-range {
    display: block;
    width: 100%;
}

.bootstrapiso .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.bootstrapiso .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.bootstrapiso .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.bootstrapiso .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .bootstrapiso .form-control-plaintext.form-control-sm,
    .bootstrapiso .input-group-sm > .form-control-plaintext.form-control,
    .bootstrapiso .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
    .bootstrapiso .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
    .bootstrapiso .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
    .bootstrapiso .input-group-sm > .input-group-append > .form-control-plaintext.btn,
    .bootstrapiso .form-control-plaintext.form-control-lg,
    .bootstrapiso .input-group-lg > .form-control-plaintext.form-control,
    .bootstrapiso .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
    .bootstrapiso .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
    .bootstrapiso .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
    .bootstrapiso .input-group-lg > .input-group-append > .form-control-plaintext.btn {
        padding-right: 0;
        padding-left: 0;
    }

.bootstrapiso .form-control-sm,
.bootstrapiso .input-group-sm > .form-control,
.bootstrapiso .input-group-sm > .input-group-prepend > .input-group-text,
.bootstrapiso .input-group-sm > .input-group-append > .input-group-text,
.bootstrapiso .input-group-sm > .input-group-prepend > .btn,
.bootstrapiso .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.bootstrapiso select.form-control-sm:not([size]):not([multiple]),
.bootstrapiso .input-group-sm > select.form-control:not([size]):not([multiple]),
.bootstrapiso .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.bootstrapiso .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.bootstrapiso .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.bootstrapiso .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.bootstrapiso .form-control-lg,
.bootstrapiso .input-group-lg > .form-control,
.bootstrapiso .input-group-lg > .input-group-prepend > .input-group-text,
.bootstrapiso .input-group-lg > .input-group-append > .input-group-text,
.bootstrapiso .input-group-lg > .input-group-prepend > .btn,
.bootstrapiso .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.bootstrapiso select.form-control-lg:not([size]):not([multiple]),
.bootstrapiso .input-group-lg > select.form-control:not([size]):not([multiple]),
.bootstrapiso .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.bootstrapiso .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.bootstrapiso .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.bootstrapiso .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.bootstrapiso .form-group {
    margin-bottom: 1rem;
}

.bootstrapiso .form-text {
    display: block;
    margin-top: 0.25rem;
}

.bootstrapiso .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .bootstrapiso .form-row > .col,
    .bootstrapiso .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.bootstrapiso .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.bootstrapiso .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .bootstrapiso .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.bootstrapiso .form-check-label {
    margin-bottom: 0;
}

.bootstrapiso .form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .bootstrapiso .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.bootstrapiso .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.bootstrapiso .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem;
}

.bootstrapiso .was-validated .form-control:valid,
.bootstrapiso .form-control.is-valid,
.bootstrapiso .was-validated .custom-select:valid,
.bootstrapiso .custom-select.is-valid {
    border-color: #28a745;
}

    .bootstrapiso .was-validated .form-control:valid:focus,
    .bootstrapiso .form-control.is-valid:focus,
    .bootstrapiso .was-validated .custom-select:valid:focus,
    .bootstrapiso .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .bootstrapiso .was-validated .form-control:valid ~ .valid-feedback,
    .bootstrapiso .was-validated .form-control:valid ~ .valid-tooltip,
    .bootstrapiso .form-control.is-valid ~ .valid-feedback,
    .bootstrapiso .form-control.is-valid ~ .valid-tooltip,
    .bootstrapiso .was-validated .custom-select:valid ~ .valid-feedback,
    .bootstrapiso .was-validated .custom-select:valid ~ .valid-tooltip,
    .bootstrapiso .custom-select.is-valid ~ .valid-feedback,
    .bootstrapiso .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.bootstrapiso .was-validated .form-check-input:valid ~ .form-check-label,
.bootstrapiso .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.bootstrapiso .was-validated .form-check-input:valid ~ .valid-feedback,
.bootstrapiso .was-validated .form-check-input:valid ~ .valid-tooltip,
.bootstrapiso .form-check-input.is-valid ~ .valid-feedback,
.bootstrapiso .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.bootstrapiso .was-validated .custom-control-input:valid ~ .custom-control-label,
.bootstrapiso .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .bootstrapiso .was-validated .custom-control-input:valid ~ .custom-control-label::before,
    .bootstrapiso .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

.bootstrapiso .was-validated .custom-control-input:valid ~ .valid-feedback,
.bootstrapiso .was-validated .custom-control-input:valid ~ .valid-tooltip,
.bootstrapiso .custom-control-input.is-valid ~ .valid-feedback,
.bootstrapiso .custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.bootstrapiso .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.bootstrapiso .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.bootstrapiso .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.bootstrapiso .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.bootstrapiso .was-validated .custom-file-input:valid ~ .custom-file-label,
.bootstrapiso .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

    .bootstrapiso .was-validated .custom-file-input:valid ~ .custom-file-label::before,
    .bootstrapiso .custom-file-input.is-valid ~ .custom-file-label::before {
        border-color: inherit;
    }

.bootstrapiso .was-validated .custom-file-input:valid ~ .valid-feedback,
.bootstrapiso .was-validated .custom-file-input:valid ~ .valid-tooltip,
.bootstrapiso .custom-file-input.is-valid ~ .valid-feedback,
.bootstrapiso .custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.bootstrapiso .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.bootstrapiso .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.bootstrapiso .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.bootstrapiso .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

.bootstrapiso .was-validated .form-control:invalid,
.bootstrapiso .form-control.is-invalid,
.bootstrapiso .was-validated .custom-select:invalid,
.bootstrapiso .custom-select.is-invalid {
    border-color: #dc3545;
}

    .bootstrapiso .was-validated .form-control:invalid:focus,
    .bootstrapiso .form-control.is-invalid:focus,
    .bootstrapiso .was-validated .custom-select:invalid:focus,
    .bootstrapiso .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .bootstrapiso .was-validated .form-control:invalid ~ .invalid-feedback,
    .bootstrapiso .was-validated .form-control:invalid ~ .invalid-tooltip,
    .bootstrapiso .form-control.is-invalid ~ .invalid-feedback,
    .bootstrapiso .form-control.is-invalid ~ .invalid-tooltip,
    .bootstrapiso .was-validated .custom-select:invalid ~ .invalid-feedback,
    .bootstrapiso .was-validated .custom-select:invalid ~ .invalid-tooltip,
    .bootstrapiso .custom-select.is-invalid ~ .invalid-feedback,
    .bootstrapiso .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.bootstrapiso .was-validated .form-check-input:invalid ~ .form-check-label,
.bootstrapiso .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.bootstrapiso .was-validated .form-check-input:invalid ~ .invalid-feedback,
.bootstrapiso .was-validated .form-check-input:invalid ~ .invalid-tooltip,
.bootstrapiso .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrapiso .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.bootstrapiso .was-validated .custom-control-input:invalid ~ .custom-control-label,
.bootstrapiso .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

    .bootstrapiso .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
    .bootstrapiso .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #efa2a9;
    }

.bootstrapiso .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.bootstrapiso .was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.bootstrapiso .custom-control-input.is-invalid ~ .invalid-feedback,
.bootstrapiso .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.bootstrapiso .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.bootstrapiso .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.bootstrapiso .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.bootstrapiso .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.bootstrapiso .was-validated .custom-file-input:invalid ~ .custom-file-label,
.bootstrapiso .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

    .bootstrapiso .was-validated .custom-file-input:invalid ~ .custom-file-label::before,
    .bootstrapiso .custom-file-input.is-invalid ~ .custom-file-label::before {
        border-color: inherit;
    }

.bootstrapiso .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.bootstrapiso .was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.bootstrapiso .custom-file-input.is-invalid ~ .invalid-feedback,
.bootstrapiso .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.bootstrapiso .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.bootstrapiso .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.bootstrapiso .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .bootstrapiso .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .bootstrapiso .form-inline label {
        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;
        margin-bottom: 0;
    }

    .bootstrapiso .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .bootstrapiso .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .bootstrapiso .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .bootstrapiso .form-inline .input-group {
        width: auto;
    }

    .bootstrapiso .form-inline .form-check {
        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;
        width: auto;
        padding-left: 0;
    }

    .bootstrapiso .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .bootstrapiso .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bootstrapiso .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.bootstrapiso .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .bootstrapiso .btn:hover,
    .bootstrapiso .btn:focus {
        text-decoration: none;
    }

    .bootstrapiso .btn:focus,
    .bootstrapiso .btn.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .bootstrapiso .btn.disabled,
    .bootstrapiso .btn:disabled {
        opacity: 0.65;
    }

    .bootstrapiso .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .bootstrapiso .btn:not(:disabled):not(.disabled):active,
        .bootstrapiso .btn:not(:disabled):not(.disabled).active {
            background-image: none;
        }

.bootstrapiso a.btn.disabled,
.bootstrapiso fieldset:disabled a.btn {
    pointer-events: none;
}

.bootstrapiso .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .bootstrapiso .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .bootstrapiso .btn-primary:focus,
    .bootstrapiso .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .bootstrapiso .btn-primary.disabled,
    .bootstrapiso .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .bootstrapiso .btn-primary:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-primary:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .bootstrapiso .btn-primary:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-primary:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.bootstrapiso .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .bootstrapiso .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .bootstrapiso .btn-secondary:focus,
    .bootstrapiso .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .bootstrapiso .btn-secondary.disabled,
    .bootstrapiso .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .bootstrapiso .btn-secondary:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-secondary:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .bootstrapiso .btn-secondary:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.bootstrapiso .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .bootstrapiso .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .bootstrapiso .btn-success:focus,
    .bootstrapiso .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .bootstrapiso .btn-success.disabled,
    .bootstrapiso .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .bootstrapiso .btn-success:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-success:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .bootstrapiso .btn-success:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-success:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.bootstrapiso .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .bootstrapiso .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .bootstrapiso .btn-info:focus,
    .bootstrapiso .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .bootstrapiso .btn-info.disabled,
    .bootstrapiso .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .bootstrapiso .btn-info:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-info:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .bootstrapiso .btn-info:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-info:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.bootstrapiso .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .bootstrapiso .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .bootstrapiso .btn-warning:focus,
    .bootstrapiso .btn-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .bootstrapiso .btn-warning.disabled,
    .bootstrapiso .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .bootstrapiso .btn-warning:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-warning:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .bootstrapiso .btn-warning:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-warning:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.bootstrapiso .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .bootstrapiso .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .bootstrapiso .btn-danger:focus,
    .bootstrapiso .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .bootstrapiso .btn-danger.disabled,
    .bootstrapiso .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .bootstrapiso .btn-danger:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-danger:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .bootstrapiso .btn-danger:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-danger:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.bootstrapiso .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .bootstrapiso .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .bootstrapiso .btn-light:focus,
    .bootstrapiso .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .bootstrapiso .btn-light.disabled,
    .bootstrapiso .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .bootstrapiso .btn-light:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-light:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .bootstrapiso .btn-light:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-light:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.bootstrapiso .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .bootstrapiso .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .bootstrapiso .btn-dark:focus,
    .bootstrapiso .btn-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .bootstrapiso .btn-dark.disabled,
    .bootstrapiso .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .bootstrapiso .btn-dark:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-dark:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .bootstrapiso .btn-dark:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-dark:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.bootstrapiso .btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .bootstrapiso .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .bootstrapiso .btn-outline-primary:focus,
    .bootstrapiso .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .bootstrapiso .btn-outline-primary.disabled,
    .bootstrapiso .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.bootstrapiso .btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

    .bootstrapiso .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .bootstrapiso .btn-outline-secondary:focus,
    .bootstrapiso .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .bootstrapiso .btn-outline-secondary.disabled,
    .bootstrapiso .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.bootstrapiso .btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .bootstrapiso .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .bootstrapiso .btn-outline-success:focus,
    .bootstrapiso .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .bootstrapiso .btn-outline-success.disabled,
    .bootstrapiso .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .bootstrapiso .btn-outline-success:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-outline-success:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .bootstrapiso .btn-outline-success:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.bootstrapiso .btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

    .bootstrapiso .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .bootstrapiso .btn-outline-info:focus,
    .bootstrapiso .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .bootstrapiso .btn-outline-info.disabled,
    .bootstrapiso .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .bootstrapiso .btn-outline-info:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-outline-info:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .bootstrapiso .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.bootstrapiso .btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .bootstrapiso .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .bootstrapiso .btn-outline-warning:focus,
    .bootstrapiso .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .bootstrapiso .btn-outline-warning.disabled,
    .bootstrapiso .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.bootstrapiso .btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .bootstrapiso .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .bootstrapiso .btn-outline-danger:focus,
    .bootstrapiso .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .bootstrapiso .btn-outline-danger.disabled,
    .bootstrapiso .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.bootstrapiso .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .bootstrapiso .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .bootstrapiso .btn-outline-light:focus,
    .bootstrapiso .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .bootstrapiso .btn-outline-light.disabled,
    .bootstrapiso .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .bootstrapiso .btn-outline-light:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-outline-light:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .bootstrapiso .btn-outline-light:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.bootstrapiso .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .bootstrapiso .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .bootstrapiso .btn-outline-dark:focus,
    .bootstrapiso .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .bootstrapiso .btn-outline-dark.disabled,
    .bootstrapiso .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled):active,
    .bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled).active,
    .bootstrapiso .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
        .bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .bootstrapiso .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.bootstrapiso .btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

    .bootstrapiso .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .bootstrapiso .btn-link:focus,
    .bootstrapiso .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none;
    }

    .bootstrapiso .btn-link:disabled,
    .bootstrapiso .btn-link.disabled {
        color: #6c757d;
    }

.bootstrapiso .btn-lg,
.bootstrapiso .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.bootstrapiso .btn-sm,
.bootstrapiso .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.bootstrapiso .btn-block {
    display: block;
    width: 100%;
}

    .bootstrapiso .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

.bootstrapiso input[type="submit"].btn-block,
.bootstrapiso input[type="reset"].btn-block,
.bootstrapiso input[type="button"].btn-block {
    width: 100%;
}

.bootstrapiso .fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

    .bootstrapiso .fade.show {
        opacity: 1;
    }

.bootstrapiso .collapse {
    display: none;
}

    .bootstrapiso .collapse.show {
        display: block;
    }

.bootstrapiso tr.collapse.show {
    display: table-row;
}

.bootstrapiso tbody.collapse.show {
    display: table-row-group;
}

.bootstrapiso .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.bootstrapiso .dropup,
.bootstrapiso .dropdown {
    position: relative;
}

.bootstrapiso .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.bootstrapiso .dropdown-toggle:empty::after {
    margin-left: 0;
}

.bootstrapiso .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 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, 0.15);
    border-radius: 0.25rem;
}

.bootstrapiso .dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.bootstrapiso .dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.bootstrapiso .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.bootstrapiso .dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.bootstrapiso .dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.bootstrapiso .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.bootstrapiso .dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.bootstrapiso .dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.bootstrapiso .dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.bootstrapiso .dropleft .dropdown-toggle::after {
    display: none;
}

.bootstrapiso .dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.bootstrapiso .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.bootstrapiso .dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.bootstrapiso .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.bootstrapiso .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .bootstrapiso .dropdown-item:hover,
    .bootstrapiso .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .bootstrapiso .dropdown-item.active,
    .bootstrapiso .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .bootstrapiso .dropdown-item.disabled,
    .bootstrapiso .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.bootstrapiso .dropdown-menu.show {
    display: block;
}

.bootstrapiso .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.bootstrapiso .btn-group,
.bootstrapiso .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .bootstrapiso .btn-group > .btn,
    .bootstrapiso .btn-group-vertical > .btn {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .bootstrapiso .btn-group > .btn:hover,
        .bootstrapiso .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .bootstrapiso .btn-group > .btn:focus,
        .bootstrapiso .btn-group > .btn:active,
        .bootstrapiso .btn-group > .btn.active,
        .bootstrapiso .btn-group-vertical > .btn:focus,
        .bootstrapiso .btn-group-vertical > .btn:active,
        .bootstrapiso .btn-group-vertical > .btn.active {
            z-index: 1;
        }

    .bootstrapiso .btn-group .btn + .btn,
    .bootstrapiso .btn-group .btn + .btn-group,
    .bootstrapiso .btn-group .btn-group + .btn,
    .bootstrapiso .btn-group .btn-group + .btn-group,
    .bootstrapiso .btn-group-vertical .btn + .btn,
    .bootstrapiso .btn-group-vertical .btn + .btn-group,
    .bootstrapiso .btn-group-vertical .btn-group + .btn,
    .bootstrapiso .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.bootstrapiso .btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .bootstrapiso .btn-toolbar .input-group {
        width: auto;
    }

.bootstrapiso .btn-group > .btn:first-child {
    margin-left: 0;
}

.bootstrapiso .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrapiso .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bootstrapiso .btn-group > .btn:not(:first-child),
.bootstrapiso .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bootstrapiso .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .bootstrapiso .dropdown-toggle-split::after {
        margin-left: 0;
    }

.bootstrapiso .btn-sm + .dropdown-toggle-split,
.bootstrapiso .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.bootstrapiso .btn-lg + .dropdown-toggle-split,
.bootstrapiso .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.bootstrapiso .btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .bootstrapiso .btn-group-vertical .btn,
    .bootstrapiso .btn-group-vertical .btn-group {
        width: 100%;
    }

    .bootstrapiso .btn-group-vertical > .btn + .btn,
    .bootstrapiso .btn-group-vertical > .btn + .btn-group,
    .bootstrapiso .btn-group-vertical > .btn-group + .btn,
    .bootstrapiso .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .bootstrapiso .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
    .bootstrapiso .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .bootstrapiso .btn-group-vertical > .btn:not(:first-child),
    .bootstrapiso .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.bootstrapiso .btn-group-toggle > .btn,
.bootstrapiso .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .bootstrapiso .btn-group-toggle > .btn input[type="radio"],
    .bootstrapiso .btn-group-toggle > .btn input[type="checkbox"],
    .bootstrapiso .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .bootstrapiso .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.bootstrapiso .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .bootstrapiso .input-group > .form-control,
    .bootstrapiso .input-group > .custom-select,
    .bootstrapiso .input-group > .custom-file {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .bootstrapiso .input-group > .form-control:focus,
        .bootstrapiso .input-group > .custom-select:focus,
        .bootstrapiso .input-group > .custom-file:focus {
            z-index: 3;
        }

        .bootstrapiso .input-group > .form-control + .form-control,
        .bootstrapiso .input-group > .form-control + .custom-select,
        .bootstrapiso .input-group > .form-control + .custom-file,
        .bootstrapiso .input-group > .custom-select + .form-control,
        .bootstrapiso .input-group > .custom-select + .custom-select,
        .bootstrapiso .input-group > .custom-select + .custom-file,
        .bootstrapiso .input-group > .custom-file + .form-control,
        .bootstrapiso .input-group > .custom-file + .custom-select,
        .bootstrapiso .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

        .bootstrapiso .input-group > .form-control:not(:last-child),
        .bootstrapiso .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .bootstrapiso .input-group > .form-control:not(:first-child),
        .bootstrapiso .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .bootstrapiso .input-group > .custom-file {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .bootstrapiso .input-group > .custom-file:not(:last-child) .custom-file-label,
        .bootstrapiso .input-group > .custom-file:not(:last-child) .custom-file-label::before {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .bootstrapiso .input-group > .custom-file:not(:first-child) .custom-file-label,
        .bootstrapiso .input-group > .custom-file:not(:first-child) .custom-file-label::before {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.bootstrapiso .input-group-prepend,
.bootstrapiso .input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .bootstrapiso .input-group-prepend .btn,
    .bootstrapiso .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .bootstrapiso .input-group-prepend .btn + .btn,
        .bootstrapiso .input-group-prepend .btn + .input-group-text,
        .bootstrapiso .input-group-prepend .input-group-text + .input-group-text,
        .bootstrapiso .input-group-prepend .input-group-text + .btn,
        .bootstrapiso .input-group-append .btn + .btn,
        .bootstrapiso .input-group-append .btn + .input-group-text,
        .bootstrapiso .input-group-append .input-group-text + .input-group-text,
        .bootstrapiso .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.bootstrapiso .input-group-prepend {
    margin-right: -1px;
}

.bootstrapiso .input-group-append {
    margin-left: -1px;
}

.bootstrapiso .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .bootstrapiso .input-group-text input[type="radio"],
    .bootstrapiso .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.bootstrapiso .input-group > .input-group-prepend > .btn,
.bootstrapiso .input-group > .input-group-prepend > .input-group-text,
.bootstrapiso .input-group > .input-group-append:not(:last-child) > .btn,
.bootstrapiso .input-group > .input-group-append:not(:last-child) > .input-group-text,
.bootstrapiso .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrapiso .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bootstrapiso .input-group > .input-group-append > .btn,
.bootstrapiso .input-group > .input-group-append > .input-group-text,
.bootstrapiso .input-group > .input-group-prepend:not(:first-child) > .btn,
.bootstrapiso .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.bootstrapiso .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.bootstrapiso .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bootstrapiso .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.bootstrapiso .custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.bootstrapiso .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .bootstrapiso .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff;
    }

    .bootstrapiso .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .bootstrapiso .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .bootstrapiso .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .bootstrapiso .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.bootstrapiso .custom-control-label {
    margin-bottom: 0;
}

    .bootstrapiso .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6;
    }

    .bootstrapiso .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.bootstrapiso .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.bootstrapiso .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.bootstrapiso .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.bootstrapiso .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}

.bootstrapiso .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.bootstrapiso .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.bootstrapiso .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.bootstrapiso .custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.bootstrapiso .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.bootstrapiso .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.bootstrapiso .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.bootstrapiso .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .bootstrapiso .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
    }

        .bootstrapiso .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .bootstrapiso .custom-select[multiple],
    .bootstrapiso .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .bootstrapiso .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .bootstrapiso .custom-select::-ms-expand {
        opacity: 0;
    }

.bootstrapiso .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.bootstrapiso .custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.bootstrapiso .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.bootstrapiso .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

    .bootstrapiso .custom-file-input:focus ~ .custom-file-control {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

        .bootstrapiso .custom-file-input:focus ~ .custom-file-control::before {
            border-color: #80bdff;
        }

    .bootstrapiso .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.bootstrapiso .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .bootstrapiso .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(calc(2.25rem + 2px) - 1px * 2);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.bootstrapiso .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.bootstrapiso .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .bootstrapiso .nav-link:hover,
    .bootstrapiso .nav-link:focus {
        text-decoration: none;
    }

    .bootstrapiso .nav-link.disabled {
        color: #6c757d;
    }

.bootstrapiso .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .bootstrapiso .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .bootstrapiso .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .bootstrapiso .nav-tabs .nav-link:hover,
        .bootstrapiso .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .bootstrapiso .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .bootstrapiso .nav-tabs .nav-link.active,
        .bootstrapiso .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .bootstrapiso .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.bootstrapiso .nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .bootstrapiso .nav-pills .nav-link.active,
    .bootstrapiso .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.bootstrapiso .nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.bootstrapiso .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.bootstrapiso .tab-content > .tab-pane {
    display: none;
}

.bootstrapiso .tab-content > .active {
    display: block;
}

.bootstrapiso .navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .bootstrapiso .navbar > .container,
    .bootstrapiso .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.bootstrapiso .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .bootstrapiso .navbar-brand:hover,
    .bootstrapiso .navbar-brand:focus {
        text-decoration: none;
    }

.bootstrapiso .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .bootstrapiso .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .bootstrapiso .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.bootstrapiso .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.bootstrapiso .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bootstrapiso .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .bootstrapiso .navbar-toggler:hover,
    .bootstrapiso .navbar-toggler:focus {
        text-decoration: none;
    }

    .bootstrapiso .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.bootstrapiso .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .bootstrapiso .navbar-expand-sm > .container,
    .bootstrapiso .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .bootstrapiso .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .bootstrapiso .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .bootstrapiso .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .bootstrapiso .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .bootstrapiso .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .bootstrapiso .navbar-expand-sm > .container,
        .bootstrapiso .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .bootstrapiso .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .bootstrapiso .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .bootstrapiso .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 767.98px) {
    .bootstrapiso .navbar-expand-md > .container,
    .bootstrapiso .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .bootstrapiso .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .bootstrapiso .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .bootstrapiso .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .bootstrapiso .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .bootstrapiso .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .bootstrapiso .navbar-expand-md > .container,
        .bootstrapiso .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .bootstrapiso .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .bootstrapiso .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .bootstrapiso .navbar-expand-md .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 991.98px) {
    .bootstrapiso .navbar-expand-lg > .container,
    .bootstrapiso .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .bootstrapiso .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .bootstrapiso .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .bootstrapiso .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .bootstrapiso .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .bootstrapiso .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .bootstrapiso .navbar-expand-lg > .container,
        .bootstrapiso .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .bootstrapiso .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .bootstrapiso .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .bootstrapiso .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 1199.98px) {
    .bootstrapiso .navbar-expand-xl > .container,
    .bootstrapiso .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .bootstrapiso .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .bootstrapiso .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .bootstrapiso .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .bootstrapiso .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .bootstrapiso .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .bootstrapiso .navbar-expand-xl > .container,
        .bootstrapiso .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .bootstrapiso .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .bootstrapiso .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .bootstrapiso .navbar-expand-xl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

.bootstrapiso .navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .bootstrapiso .navbar-expand > .container,
    .bootstrapiso .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .bootstrapiso .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .bootstrapiso .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .bootstrapiso .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto;
        }

        .bootstrapiso .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .bootstrapiso .navbar-expand > .container,
    .bootstrapiso .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .bootstrapiso .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .bootstrapiso .navbar-expand .navbar-toggler {
        display: none;
    }

    .bootstrapiso .navbar-expand .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }

.bootstrapiso .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .bootstrapiso .navbar-light .navbar-brand:hover,
    .bootstrapiso .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.bootstrapiso .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .bootstrapiso .navbar-light .navbar-nav .nav-link:hover,
    .bootstrapiso .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .bootstrapiso .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .bootstrapiso .navbar-light .navbar-nav .show > .nav-link,
    .bootstrapiso .navbar-light .navbar-nav .active > .nav-link,
    .bootstrapiso .navbar-light .navbar-nav .nav-link.show,
    .bootstrapiso .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.bootstrapiso .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.bootstrapiso .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.bootstrapiso .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .bootstrapiso .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .bootstrapiso .navbar-light .navbar-text a:hover,
        .bootstrapiso .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.bootstrapiso .navbar-dark .navbar-brand {
    color: #fff;
}

    .bootstrapiso .navbar-dark .navbar-brand:hover,
    .bootstrapiso .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.bootstrapiso .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .bootstrapiso .navbar-dark .navbar-nav .nav-link:hover,
    .bootstrapiso .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .bootstrapiso .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .bootstrapiso .navbar-dark .navbar-nav .show > .nav-link,
    .bootstrapiso .navbar-dark .navbar-nav .active > .nav-link,
    .bootstrapiso .navbar-dark .navbar-nav .nav-link.show,
    .bootstrapiso .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.bootstrapiso .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.bootstrapiso .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.bootstrapiso .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .bootstrapiso .navbar-dark .navbar-text a {
        color: #fff;
    }

        .bootstrapiso .navbar-dark .navbar-text a:hover,
        .bootstrapiso .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.bootstrapiso .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .bootstrapiso .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .bootstrapiso .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .bootstrapiso .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.bootstrapiso .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.bootstrapiso .card-title {
    margin-bottom: 0.75rem;
}

.bootstrapiso .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.bootstrapiso .card-text:last-child {
    margin-bottom: 0;
}

.bootstrapiso .card-link:hover {
    text-decoration: none;
}

.bootstrapiso .card-link + .card-link {
    margin-left: 1.25rem;
}

.bootstrapiso .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .bootstrapiso .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .bootstrapiso .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.bootstrapiso .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .bootstrapiso .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.bootstrapiso .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.bootstrapiso .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.bootstrapiso .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.bootstrapiso .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.bootstrapiso .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.bootstrapiso .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.bootstrapiso .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .bootstrapiso .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .bootstrapiso .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .bootstrapiso .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.bootstrapiso .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .bootstrapiso .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .bootstrapiso .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .bootstrapiso .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .bootstrapiso .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .bootstrapiso .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .bootstrapiso .card-group > .card:first-child .card-img-top,
                .bootstrapiso .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .bootstrapiso .card-group > .card:first-child .card-img-bottom,
                .bootstrapiso .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .bootstrapiso .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .bootstrapiso .card-group > .card:last-child .card-img-top,
                .bootstrapiso .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .bootstrapiso .card-group > .card:last-child .card-img-bottom,
                .bootstrapiso .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .bootstrapiso .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .bootstrapiso .card-group > .card:only-child .card-img-top,
                .bootstrapiso .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .bootstrapiso .card-group > .card:only-child .card-img-bottom,
                .bootstrapiso .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .bootstrapiso .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .bootstrapiso .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .bootstrapiso .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .bootstrapiso .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .bootstrapiso .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.bootstrapiso .card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .bootstrapiso .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .bootstrapiso .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.bootstrapiso .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.bootstrapiso .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

.bootstrapiso .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.bootstrapiso .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.bootstrapiso .breadcrumb-item.active {
    color: #6c757d;
}

.bootstrapiso .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.bootstrapiso .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .bootstrapiso .page-link:hover {
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .bootstrapiso .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .bootstrapiso .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.bootstrapiso .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.bootstrapiso .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.bootstrapiso .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.bootstrapiso .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.bootstrapiso .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.bootstrapiso .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.bootstrapiso .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.bootstrapiso .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.bootstrapiso .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.bootstrapiso .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.bootstrapiso .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .bootstrapiso .badge:empty {
        display: none;
    }

.bootstrapiso .btn .badge {
    position: relative;
    top: -1px;
}

.bootstrapiso .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.bootstrapiso .badge-primary {
    color: #fff;
    background-color: #007bff;
}

    .bootstrapiso .badge-primary[href]:hover,
    .bootstrapiso .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.bootstrapiso .badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

    .bootstrapiso .badge-secondary[href]:hover,
    .bootstrapiso .badge-secondary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #545b62;
    }

.bootstrapiso .badge-success {
    color: #fff;
    background-color: #28a745;
}

    .bootstrapiso .badge-success[href]:hover,
    .bootstrapiso .badge-success[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.bootstrapiso .badge-info {
    color: #fff;
    background-color: #17a2b8;
}

    .bootstrapiso .badge-info[href]:hover,
    .bootstrapiso .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

.bootstrapiso .badge-warning {
    color: #212529;
    background-color: #ffc107;
}

    .bootstrapiso .badge-warning[href]:hover,
    .bootstrapiso .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00;
    }

.bootstrapiso .badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .bootstrapiso .badge-danger[href]:hover,
    .bootstrapiso .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.bootstrapiso .badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .bootstrapiso .badge-light[href]:hover,
    .bootstrapiso .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.bootstrapiso .badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .bootstrapiso .badge-dark[href]:hover,
    .bootstrapiso .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.bootstrapiso .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .bootstrapiso .jumbotron {
        padding: 4rem 2rem;
    }
}

.bootstrapiso .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.bootstrapiso .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.bootstrapiso .alert-heading {
    color: inherit;
}

.bootstrapiso .alert-link {
    font-weight: 700;
}

.bootstrapiso .alert-dismissible {
    padding-right: 4rem;
}

    .bootstrapiso .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.bootstrapiso .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .bootstrapiso .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .bootstrapiso .alert-primary .alert-link {
        color: #002752;
    }

.bootstrapiso .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .bootstrapiso .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .bootstrapiso .alert-secondary .alert-link {
        color: #202326;
    }

.bootstrapiso .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .bootstrapiso .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .bootstrapiso .alert-success .alert-link {
        color: #0b2e13;
    }

.bootstrapiso .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .bootstrapiso .alert-info hr {
        border-top-color: #abdde5;
    }

    .bootstrapiso .alert-info .alert-link {
        color: #062c33;
    }

.bootstrapiso .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .bootstrapiso .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .bootstrapiso .alert-warning .alert-link {
        color: #533f03;
    }

.bootstrapiso .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .bootstrapiso .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .bootstrapiso .alert-danger .alert-link {
        color: #491217;
    }

.bootstrapiso .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .bootstrapiso .alert-light hr {
        border-top-color: #ececf6;
    }

    .bootstrapiso .alert-light .alert-link {
        color: #686868;
    }

.bootstrapiso .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .bootstrapiso .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .bootstrapiso .alert-dark .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.bootstrapiso .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.bootstrapiso .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s ease;
}

.bootstrapiso .progress-bar-striped {
    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: 1rem 1rem;
}

.bootstrapiso .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.bootstrapiso .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bootstrapiso .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bootstrapiso .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.bootstrapiso .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .bootstrapiso .list-group-item-action:hover,
    .bootstrapiso .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .bootstrapiso .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.bootstrapiso .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .bootstrapiso .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .bootstrapiso .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .bootstrapiso .list-group-item:hover,
    .bootstrapiso .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .bootstrapiso .list-group-item.disabled,
    .bootstrapiso .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .bootstrapiso .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.bootstrapiso .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.bootstrapiso .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.bootstrapiso .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.bootstrapiso .list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .bootstrapiso .list-group-item-primary.list-group-item-action:hover,
    .bootstrapiso .list-group-item-primary.list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff;
    }

    .bootstrapiso .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.bootstrapiso .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .bootstrapiso .list-group-item-secondary.list-group-item-action:hover,
    .bootstrapiso .list-group-item-secondary.list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .bootstrapiso .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.bootstrapiso .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .bootstrapiso .list-group-item-success.list-group-item-action:hover,
    .bootstrapiso .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb;
    }

    .bootstrapiso .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.bootstrapiso .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .bootstrapiso .list-group-item-info.list-group-item-action:hover,
    .bootstrapiso .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .bootstrapiso .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.bootstrapiso .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .bootstrapiso .list-group-item-warning.list-group-item-action:hover,
    .bootstrapiso .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1;
    }

    .bootstrapiso .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.bootstrapiso .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .bootstrapiso .list-group-item-danger.list-group-item-action:hover,
    .bootstrapiso .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .bootstrapiso .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.bootstrapiso .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .bootstrapiso .list-group-item-light.list-group-item-action:hover,
    .bootstrapiso .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6;
    }

    .bootstrapiso .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.bootstrapiso .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .bootstrapiso .list-group-item-dark.list-group-item-action:hover,
    .bootstrapiso .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .bootstrapiso .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.bootstrapiso .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .bootstrapiso .close:hover,
    .bootstrapiso .close:focus {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

    .bootstrapiso .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.bootstrapiso button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.bootstrapiso .modal-open {
    overflow: hidden;
}

.bootstrapiso .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.bootstrapiso .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.bootstrapiso .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.bootstrapiso .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.bootstrapiso .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.bootstrapiso .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.bootstrapiso .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.bootstrapiso .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .bootstrapiso .modal-backdrop.fade {
        opacity: 0;
    }

    .bootstrapiso .modal-backdrop.show {
        opacity: 0.5;
    }

.bootstrapiso .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .bootstrapiso .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.bootstrapiso .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.bootstrapiso .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.bootstrapiso .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .bootstrapiso .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .bootstrapiso .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.bootstrapiso .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .bootstrapiso .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .bootstrapiso .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .bootstrapiso .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .bootstrapiso .modal-lg {
        max-width: 800px;
    }
}

.bootstrapiso .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .bootstrapiso .tooltip.show {
        opacity: 0.9;
    }

    .bootstrapiso .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .bootstrapiso .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bootstrapiso .bs-tooltip-top,
.bootstrapiso .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bootstrapiso .bs-tooltip-top .arrow,
    .bootstrapiso .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bootstrapiso .bs-tooltip-top .arrow::before,
        .bootstrapiso .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bootstrapiso .bs-tooltip-right,
.bootstrapiso .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bootstrapiso .bs-tooltip-right .arrow,
    .bootstrapiso .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bootstrapiso .bs-tooltip-right .arrow::before,
        .bootstrapiso .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bootstrapiso .bs-tooltip-bottom,
.bootstrapiso .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bootstrapiso .bs-tooltip-bottom .arrow,
    .bootstrapiso .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bootstrapiso .bs-tooltip-bottom .arrow::before,
        .bootstrapiso .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bootstrapiso .bs-tooltip-left,
.bootstrapiso .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bootstrapiso .bs-tooltip-left .arrow,
    .bootstrapiso .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bootstrapiso .bs-tooltip-left .arrow::before,
        .bootstrapiso .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.bootstrapiso .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.bootstrapiso .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .bootstrapiso .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .bootstrapiso .popover .arrow::before,
        .bootstrapiso .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bootstrapiso .bs-popover-top,
.bootstrapiso .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bootstrapiso .bs-popover-top .arrow,
    .bootstrapiso .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bootstrapiso .bs-popover-top .arrow::before,
        .bootstrapiso .bs-popover-auto[x-placement^="top"] .arrow::before,
        .bootstrapiso .bs-popover-top .arrow::after,
        .bootstrapiso .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }

        .bootstrapiso .bs-popover-top .arrow::before,
        .bootstrapiso .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .bootstrapiso .bs-popover-top .arrow::after,
        .bootstrapiso .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bootstrapiso .bs-popover-right,
.bootstrapiso .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bootstrapiso .bs-popover-right .arrow,
    .bootstrapiso .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bootstrapiso .bs-popover-right .arrow::before,
        .bootstrapiso .bs-popover-auto[x-placement^="right"] .arrow::before,
        .bootstrapiso .bs-popover-right .arrow::after,
        .bootstrapiso .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bootstrapiso .bs-popover-right .arrow::before,
        .bootstrapiso .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .bootstrapiso .bs-popover-right .arrow::after,
        .bootstrapiso .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bootstrapiso .bs-popover-bottom,
.bootstrapiso .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bootstrapiso .bs-popover-bottom .arrow,
    .bootstrapiso .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bootstrapiso .bs-popover-bottom .arrow::before,
        .bootstrapiso .bs-popover-auto[x-placement^="bottom"] .arrow::before,
        .bootstrapiso .bs-popover-bottom .arrow::after,
        .bootstrapiso .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 0.5rem 0.5rem 0.5rem;
        }

        .bootstrapiso .bs-popover-bottom .arrow::before,
        .bootstrapiso .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .bootstrapiso .bs-popover-bottom .arrow::after,
        .bootstrapiso .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bootstrapiso .bs-popover-bottom .popover-header::before,
    .bootstrapiso .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bootstrapiso .bs-popover-left,
.bootstrapiso .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bootstrapiso .bs-popover-left .arrow,
    .bootstrapiso .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bootstrapiso .bs-popover-left .arrow::before,
        .bootstrapiso .bs-popover-auto[x-placement^="left"] .arrow::before,
        .bootstrapiso .bs-popover-left .arrow::after,
        .bootstrapiso .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bootstrapiso .bs-popover-left .arrow::before,
        .bootstrapiso .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .bootstrapiso .bs-popover-left .arrow::after,
        .bootstrapiso .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.bootstrapiso .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .bootstrapiso .popover-header:empty {
        display: none;
    }

.bootstrapiso .popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.bootstrapiso .carousel {
    position: relative;
}

.bootstrapiso .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bootstrapiso .carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .bootstrapiso .carousel-item.active,
    .bootstrapiso .carousel-item-next,
    .bootstrapiso .carousel-item-prev {
        display: block;
    }

.bootstrapiso .carousel-item-next,
.bootstrapiso .carousel-item-prev {
    position: absolute;
    top: 0;
}

    .bootstrapiso .carousel-item-next.carousel-item-left,
    .bootstrapiso .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .bootstrapiso .carousel-item-next.carousel-item-left,
    .bootstrapiso .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bootstrapiso .carousel-item-next,
.bootstrapiso .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .bootstrapiso .carousel-item-next,
    .bootstrapiso .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.bootstrapiso .carousel-item-prev,
.bootstrapiso .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .bootstrapiso .carousel-item-prev,
    .bootstrapiso .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.bootstrapiso .carousel-control-prev,
.bootstrapiso .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    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;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .bootstrapiso .carousel-control-prev:hover,
    .bootstrapiso .carousel-control-prev:focus,
    .bootstrapiso .carousel-control-next:hover,
    .bootstrapiso .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.bootstrapiso .carousel-control-prev {
    left: 0;
}

.bootstrapiso .carousel-control-next {
    right: 0;
}

.bootstrapiso .carousel-control-prev-icon,
.bootstrapiso .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.bootstrapiso .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.bootstrapiso .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.bootstrapiso .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .bootstrapiso .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .bootstrapiso .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .bootstrapiso .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .bootstrapiso .carousel-indicators .active {
        background-color: #fff;
    }

.bootstrapiso .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.bootstrapiso .align-baseline {
    vertical-align: baseline !important;
}

.bootstrapiso .align-top {
    vertical-align: top !important;
}

.bootstrapiso .align-middle {
    vertical-align: middle !important;
}

.bootstrapiso .align-bottom {
    vertical-align: bottom !important;
}

.bootstrapiso .align-text-bottom {
    vertical-align: text-bottom !important;
}

.bootstrapiso .align-text-top {
    vertical-align: text-top !important;
}

.bootstrapiso .bg-primary {
    background-color: #007bff !important;
}

.bootstrapiso a.bg-primary:hover,
.bootstrapiso a.bg-primary:focus,
.bootstrapiso button.bg-primary:hover,
.bootstrapiso button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bootstrapiso .bg-secondary {
    background-color: #6c757d !important;
}

.bootstrapiso a.bg-secondary:hover,
.bootstrapiso a.bg-secondary:focus,
.bootstrapiso button.bg-secondary:hover,
.bootstrapiso button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bootstrapiso .bg-success {
    background-color: #28a745 !important;
}

.bootstrapiso a.bg-success:hover,
.bootstrapiso a.bg-success:focus,
.bootstrapiso button.bg-success:hover,
.bootstrapiso button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bootstrapiso .bg-info {
    background-color: #17a2b8 !important;
}

.bootstrapiso a.bg-info:hover,
.bootstrapiso a.bg-info:focus,
.bootstrapiso button.bg-info:hover,
.bootstrapiso button.bg-info:focus {
    background-color: #117a8b !important;
}

.bootstrapiso .bg-warning {
    background-color: #ffc107 !important;
}

.bootstrapiso a.bg-warning:hover,
.bootstrapiso a.bg-warning:focus,
.bootstrapiso button.bg-warning:hover,
.bootstrapiso button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bootstrapiso .bg-danger {
    background-color: #dc3545 !important;
}

.bootstrapiso a.bg-danger:hover,
.bootstrapiso a.bg-danger:focus,
.bootstrapiso button.bg-danger:hover,
.bootstrapiso button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bootstrapiso .bg-light {
    background-color: #f8f9fa !important;
}

.bootstrapiso a.bg-light:hover,
.bootstrapiso a.bg-light:focus,
.bootstrapiso button.bg-light:hover,
.bootstrapiso button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bootstrapiso .bg-dark {
    background-color: #343a40 !important;
}

.bootstrapiso a.bg-dark:hover,
.bootstrapiso a.bg-dark:focus,
.bootstrapiso button.bg-dark:hover,
.bootstrapiso button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bootstrapiso .bg-white {
    background-color: #fff !important;
}

.bootstrapiso .bg-transparent {
    background-color: transparent !important;
}

.bootstrapiso .border {
    border: 1px solid #dee2e6 !important;
}

.bootstrapiso .border-top {
    border-top: 1px solid #dee2e6 !important;
}

.bootstrapiso .border-right {
    border-right: 1px solid #dee2e6 !important;
}

.bootstrapiso .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.bootstrapiso .border-left {
    border-left: 1px solid #dee2e6 !important;
}

.bootstrapiso .border-0 {
    border: 0 !important;
}

.bootstrapiso .border-top-0 {
    border-top: 0 !important;
}

.bootstrapiso .border-right-0 {
    border-right: 0 !important;
}

.bootstrapiso .border-bottom-0 {
    border-bottom: 0 !important;
}

.bootstrapiso .border-left-0 {
    border-left: 0 !important;
}

.bootstrapiso .border-primary {
    border-color: #007bff !important;
}

.bootstrapiso .border-secondary {
    border-color: #6c757d !important;
}

.bootstrapiso .border-success {
    border-color: #28a745 !important;
}

.bootstrapiso .border-info {
    border-color: #17a2b8 !important;
}

.bootstrapiso .border-warning {
    border-color: #ffc107 !important;
}

.bootstrapiso .border-danger {
    border-color: #dc3545 !important;
}

.bootstrapiso .border-light {
    border-color: #f8f9fa !important;
}

.bootstrapiso .border-dark {
    border-color: #343a40 !important;
}

.bootstrapiso .border-white {
    border-color: #fff !important;
}

.bootstrapiso .rounded {
    border-radius: 0.25rem !important;
}

.bootstrapiso .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.bootstrapiso .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.bootstrapiso .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.bootstrapiso .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.bootstrapiso .rounded-circle {
    border-radius: 50% !important;
}

.bootstrapiso .rounded-0 {
    border-radius: 0 !important;
}

.bootstrapiso .clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.bootstrapiso .d-none {
    display: none !important;
}

.bootstrapiso .d-inline {
    display: inline !important;
}

.bootstrapiso .d-inline-block {
    display: inline-block !important;
}

.bootstrapiso .d-block {
    display: block !important;
}

.bootstrapiso .d-table {
    display: table !important;
}

.bootstrapiso .d-table-row {
    display: table-row !important;
}

.bootstrapiso .d-table-cell {
    display: table-cell !important;
}

.bootstrapiso .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.bootstrapiso .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .bootstrapiso .d-sm-none {
        display: none !important;
    }

    .bootstrapiso .d-sm-inline {
        display: inline !important;
    }

    .bootstrapiso .d-sm-inline-block {
        display: inline-block !important;
    }

    .bootstrapiso .d-sm-block {
        display: block !important;
    }

    .bootstrapiso .d-sm-table {
        display: table !important;
    }

    .bootstrapiso .d-sm-table-row {
        display: table-row !important;
    }

    .bootstrapiso .d-sm-table-cell {
        display: table-cell !important;
    }

    .bootstrapiso .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .bootstrapiso .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .bootstrapiso .d-md-none {
        display: none !important;
    }

    .bootstrapiso .d-md-inline {
        display: inline !important;
    }

    .bootstrapiso .d-md-inline-block {
        display: inline-block !important;
    }

    .bootstrapiso .d-md-block {
        display: block !important;
    }

    .bootstrapiso .d-md-table {
        display: table !important;
    }

    .bootstrapiso .d-md-table-row {
        display: table-row !important;
    }

    .bootstrapiso .d-md-table-cell {
        display: table-cell !important;
    }

    .bootstrapiso .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .bootstrapiso .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .bootstrapiso .d-lg-none {
        display: none !important;
    }

    .bootstrapiso .d-lg-inline {
        display: inline !important;
    }

    .bootstrapiso .d-lg-inline-block {
        display: inline-block !important;
    }

    .bootstrapiso .d-lg-block {
        display: block !important;
    }

    .bootstrapiso .d-lg-table {
        display: table !important;
    }

    .bootstrapiso .d-lg-table-row {
        display: table-row !important;
    }

    .bootstrapiso .d-lg-table-cell {
        display: table-cell !important;
    }

    .bootstrapiso .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .bootstrapiso .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .bootstrapiso .d-xl-none {
        display: none !important;
    }

    .bootstrapiso .d-xl-inline {
        display: inline !important;
    }

    .bootstrapiso .d-xl-inline-block {
        display: inline-block !important;
    }

    .bootstrapiso .d-xl-block {
        display: block !important;
    }

    .bootstrapiso .d-xl-table {
        display: table !important;
    }

    .bootstrapiso .d-xl-table-row {
        display: table-row !important;
    }

    .bootstrapiso .d-xl-table-cell {
        display: table-cell !important;
    }

    .bootstrapiso .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .bootstrapiso .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .bootstrapiso .d-print-none {
        display: none !important;
    }

    .bootstrapiso .d-print-inline {
        display: inline !important;
    }

    .bootstrapiso .d-print-inline-block {
        display: inline-block !important;
    }

    .bootstrapiso .d-print-block {
        display: block !important;
    }

    .bootstrapiso .d-print-table {
        display: table !important;
    }

    .bootstrapiso .d-print-table-row {
        display: table-row !important;
    }

    .bootstrapiso .d-print-table-cell {
        display: table-cell !important;
    }

    .bootstrapiso .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .bootstrapiso .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.bootstrapiso .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .bootstrapiso .embed-responsive::before {
        display: block;
        content: "";
    }

    .bootstrapiso .embed-responsive .embed-responsive-item,
    .bootstrapiso .embed-responsive iframe,
    .bootstrapiso .embed-responsive embed,
    .bootstrapiso .embed-responsive object,
    .bootstrapiso .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.bootstrapiso .embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.bootstrapiso .embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.bootstrapiso .embed-responsive-4by3::before {
    padding-top: 75%;
}

.bootstrapiso .embed-responsive-1by1::before {
    padding-top: 100%;
}

.bootstrapiso .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.bootstrapiso .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.bootstrapiso .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.bootstrapiso .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.bootstrapiso .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.bootstrapiso .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.bootstrapiso .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.bootstrapiso .justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.bootstrapiso .justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.bootstrapiso .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.bootstrapiso .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.bootstrapiso .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.bootstrapiso .align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.bootstrapiso .align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.bootstrapiso .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.bootstrapiso .align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.bootstrapiso .align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.bootstrapiso .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.bootstrapiso .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.bootstrapiso .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.bootstrapiso .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.bootstrapiso .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.bootstrapiso .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.bootstrapiso .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.bootstrapiso .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.bootstrapiso .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.bootstrapiso .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.bootstrapiso .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.bootstrapiso .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .bootstrapiso .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .bootstrapiso .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .bootstrapiso .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .bootstrapiso .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .bootstrapiso .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .bootstrapiso .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .bootstrapiso .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .bootstrapiso .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .bootstrapiso .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .bootstrapiso .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .bootstrapiso .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .bootstrapiso .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .bootstrapiso .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .bootstrapiso .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .bootstrapiso .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .bootstrapiso .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .bootstrapiso .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .bootstrapiso .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .bootstrapiso .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .bootstrapiso .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .bootstrapiso .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .bootstrapiso .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .bootstrapiso .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .bootstrapiso .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .bootstrapiso .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .bootstrapiso .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .bootstrapiso .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .bootstrapiso .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .bootstrapiso .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .bootstrapiso .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .bootstrapiso .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .bootstrapiso .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .bootstrapiso .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .bootstrapiso .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .bootstrapiso .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .bootstrapiso .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .bootstrapiso .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .bootstrapiso .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .bootstrapiso .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .bootstrapiso .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .bootstrapiso .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .bootstrapiso .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .bootstrapiso .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .bootstrapiso .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .bootstrapiso .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .bootstrapiso .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .bootstrapiso .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .bootstrapiso .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .bootstrapiso .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .bootstrapiso .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .bootstrapiso .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .bootstrapiso .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .bootstrapiso .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .bootstrapiso .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .bootstrapiso .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .bootstrapiso .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .bootstrapiso .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .bootstrapiso .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .bootstrapiso .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .bootstrapiso .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .bootstrapiso .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .bootstrapiso .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .bootstrapiso .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .bootstrapiso .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .bootstrapiso .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .bootstrapiso .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .bootstrapiso .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .bootstrapiso .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .bootstrapiso .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .bootstrapiso .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .bootstrapiso .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .bootstrapiso .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .bootstrapiso .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .bootstrapiso .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .bootstrapiso .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .bootstrapiso .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .bootstrapiso .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .bootstrapiso .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .bootstrapiso .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .bootstrapiso .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .bootstrapiso .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .bootstrapiso .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .bootstrapiso .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .bootstrapiso .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .bootstrapiso .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .bootstrapiso .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .bootstrapiso .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .bootstrapiso .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .bootstrapiso .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .bootstrapiso .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .bootstrapiso .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .bootstrapiso .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .bootstrapiso .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .bootstrapiso .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .bootstrapiso .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .bootstrapiso .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .bootstrapiso .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .bootstrapiso .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .bootstrapiso .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .bootstrapiso .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .bootstrapiso .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .bootstrapiso .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .bootstrapiso .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .bootstrapiso .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .bootstrapiso .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .bootstrapiso .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .bootstrapiso .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .bootstrapiso .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .bootstrapiso .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .bootstrapiso .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .bootstrapiso .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .bootstrapiso .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .bootstrapiso .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .bootstrapiso .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .bootstrapiso .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .bootstrapiso .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.bootstrapiso .float-left {
    float: left !important;
}

.bootstrapiso .float-right {
    float: right !important;
}

.bootstrapiso .float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .bootstrapiso .float-sm-left {
        float: left !important;
    }

    .bootstrapiso .float-sm-right {
        float: right !important;
    }

    .bootstrapiso .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .bootstrapiso .float-md-left {
        float: left !important;
    }

    .bootstrapiso .float-md-right {
        float: right !important;
    }

    .bootstrapiso .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .bootstrapiso .float-lg-left {
        float: left !important;
    }

    .bootstrapiso .float-lg-right {
        float: right !important;
    }

    .bootstrapiso .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .bootstrapiso .float-xl-left {
        float: left !important;
    }

    .bootstrapiso .float-xl-right {
        float: right !important;
    }

    .bootstrapiso .float-xl-none {
        float: none !important;
    }
}

.bootstrapiso .position-static {
    position: static !important;
}

.bootstrapiso .position-relative {
    position: relative !important;
}

.bootstrapiso .position-absolute {
    position: absolute !important;
}

.bootstrapiso .position-fixed {
    position: fixed !important;
}

.bootstrapiso .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.bootstrapiso .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.bootstrapiso .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .bootstrapiso .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.bootstrapiso .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.bootstrapiso .sr-only-focusable:active,
.bootstrapiso .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.bootstrapiso .w-25 {
    width: 25% !important;
}

.bootstrapiso .w-50 {
    width: 50% !important;
}

.bootstrapiso .w-75 {
    width: 75% !important;
}

.bootstrapiso .w-100 {
    width: 100% !important;
}

.bootstrapiso .h-25 {
    height: 25% !important;
}

.bootstrapiso .h-50 {
    height: 50% !important;
}

.bootstrapiso .h-75 {
    height: 75% !important;
}

.bootstrapiso .h-100 {
    height: 100% !important;
}

.bootstrapiso .mw-100 {
    max-width: 100% !important;
}

.bootstrapiso .mh-100 {
    max-height: 100% !important;
}

.bootstrapiso .m-0 {
    margin: 0 !important;
}

.bootstrapiso .mt-0,
.bootstrapiso .my-0 {
    margin-top: 0 !important;
}

.bootstrapiso .mr-0,
.bootstrapiso .mx-0 {
    margin-right: 0 !important;
}

.bootstrapiso .mb-0,
.bootstrapiso .my-0 {
    margin-bottom: 0 !important;
}

.bootstrapiso .ml-0,
.bootstrapiso .mx-0 {
    margin-left: 0 !important;
}

.bootstrapiso .m-1 {
    margin: 0.25rem !important;
}

.bootstrapiso .mt-1,
.bootstrapiso .my-1 {
    margin-top: 0.25rem !important;
}

.bootstrapiso .mr-1,
.bootstrapiso .mx-1 {
    margin-right: 0.25rem !important;
}

.bootstrapiso .mb-1,
.bootstrapiso .my-1 {
    margin-bottom: 0.25rem !important;
}

.bootstrapiso .ml-1,
.bootstrapiso .mx-1 {
    margin-left: 0.25rem !important;
}

.bootstrapiso .m-2 {
    margin: 0.5rem !important;
}

.bootstrapiso .mt-2,
.bootstrapiso .my-2 {
    margin-top: 0.5rem !important;
}

.bootstrapiso .mr-2,
.bootstrapiso .mx-2 {
    margin-right: 0.5rem !important;
}

.bootstrapiso .mb-2,
.bootstrapiso .my-2 {
    margin-bottom: 0.5rem !important;
}

.bootstrapiso .ml-2,
.bootstrapiso .mx-2 {
    margin-left: 0.5rem !important;
}

.bootstrapiso .m-3 {
    margin: 1rem !important;
}

.bootstrapiso .mt-3,
.bootstrapiso .my-3 {
    margin-top: 1rem !important;
}

.bootstrapiso .mr-3,
.bootstrapiso .mx-3 {
    margin-right: 1rem !important;
}

.bootstrapiso .mb-3,
.bootstrapiso .my-3 {
    margin-bottom: 1rem !important;
}

.bootstrapiso .ml-3,
.bootstrapiso .mx-3 {
    margin-left: 1rem !important;
}

.bootstrapiso .m-4 {
    margin: 1.5rem !important;
}

.bootstrapiso .mt-4,
.bootstrapiso .my-4 {
    margin-top: 1.5rem !important;
}

.bootstrapiso .mr-4,
.bootstrapiso .mx-4 {
    margin-right: 1.5rem !important;
}

.bootstrapiso .mb-4,
.bootstrapiso .my-4 {
    margin-bottom: 1.5rem !important;
}

.bootstrapiso .ml-4,
.bootstrapiso .mx-4 {
    margin-left: 1.5rem !important;
}

.bootstrapiso .m-5 {
    margin: 3rem !important;
}

.bootstrapiso .mt-5,
.bootstrapiso .my-5 {
    margin-top: 3rem !important;
}

.bootstrapiso .mr-5,
.bootstrapiso .mx-5 {
    margin-right: 3rem !important;
}

.bootstrapiso .mb-5,
.bootstrapiso .my-5 {
    margin-bottom: 3rem !important;
}

.bootstrapiso .ml-5,
.bootstrapiso .mx-5 {
    margin-left: 3rem !important;
}

.bootstrapiso .p-0 {
    padding: 0 !important;
}

.bootstrapiso .pt-0,
.bootstrapiso .py-0 {
    padding-top: 0 !important;
}

.bootstrapiso .pr-0,
.bootstrapiso .px-0 {
    padding-right: 0 !important;
}

.bootstrapiso .pb-0,
.bootstrapiso .py-0 {
    padding-bottom: 0 !important;
}

.bootstrapiso .pl-0,
.bootstrapiso .px-0 {
    padding-left: 0 !important;
}

.bootstrapiso .p-1 {
    padding: 0.25rem !important;
}

.bootstrapiso .pt-1,
.bootstrapiso .py-1 {
    padding-top: 0.25rem !important;
}

.bootstrapiso .pr-1,
.bootstrapiso .px-1 {
    padding-right: 0.25rem !important;
}

.bootstrapiso .pb-1,
.bootstrapiso .py-1 {
    padding-bottom: 0.25rem !important;
}

.bootstrapiso .pl-1,
.bootstrapiso .px-1 {
    padding-left: 0.25rem !important;
}

.bootstrapiso .p-2 {
    padding: 0.5rem !important;
}

.bootstrapiso .pt-2,
.bootstrapiso .py-2 {
    padding-top: 0.5rem !important;
}

.bootstrapiso .pr-2,
.bootstrapiso .px-2 {
    padding-right: 0.5rem !important;
}

.bootstrapiso .pb-2,
.bootstrapiso .py-2 {
    padding-bottom: 0.5rem !important;
}

.bootstrapiso .pl-2,
.bootstrapiso .px-2 {
    padding-left: 0.5rem !important;
}

.bootstrapiso .p-3 {
    padding: 1rem !important;
}

.bootstrapiso .pt-3,
.bootstrapiso .py-3 {
    padding-top: 1rem !important;
}

.bootstrapiso .pr-3,
.bootstrapiso .px-3 {
    padding-right: 1rem !important;
}

.bootstrapiso .pb-3,
.bootstrapiso .py-3 {
    padding-bottom: 1rem !important;
}

.bootstrapiso .pl-3,
.bootstrapiso .px-3 {
    padding-left: 1rem !important;
}

.bootstrapiso .p-4 {
    padding: 1.5rem !important;
}

.bootstrapiso .pt-4,
.bootstrapiso .py-4 {
    padding-top: 1.5rem !important;
}

.bootstrapiso .pr-4,
.bootstrapiso .px-4 {
    padding-right: 1.5rem !important;
}

.bootstrapiso .pb-4,
.bootstrapiso .py-4 {
    padding-bottom: 1.5rem !important;
}

.bootstrapiso .pl-4,
.bootstrapiso .px-4 {
    padding-left: 1.5rem !important;
}

.bootstrapiso .p-5 {
    padding: 3rem !important;
}

.bootstrapiso .pt-5,
.bootstrapiso .py-5 {
    padding-top: 3rem !important;
}

.bootstrapiso .pr-5,
.bootstrapiso .px-5 {
    padding-right: 3rem !important;
}

.bootstrapiso .pb-5,
.bootstrapiso .py-5 {
    padding-bottom: 3rem !important;
}

.bootstrapiso .pl-5,
.bootstrapiso .px-5 {
    padding-left: 3rem !important;
}

.bootstrapiso .m-auto {
    margin: auto !important;
}

.bootstrapiso .mt-auto,
.bootstrapiso .my-auto {
    margin-top: auto !important;
}

.bootstrapiso .mr-auto,
.bootstrapiso .mx-auto {
    margin-right: auto !important;
}

.bootstrapiso .mb-auto,
.bootstrapiso .my-auto {
    margin-bottom: auto !important;
}

.bootstrapiso .ml-auto,
.bootstrapiso .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .bootstrapiso .m-sm-0 {
        margin: 0 !important;
    }

    .bootstrapiso .mt-sm-0,
    .bootstrapiso .my-sm-0 {
        margin-top: 0 !important;
    }

    .bootstrapiso .mr-sm-0,
    .bootstrapiso .mx-sm-0 {
        margin-right: 0 !important;
    }

    .bootstrapiso .mb-sm-0,
    .bootstrapiso .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .bootstrapiso .ml-sm-0,
    .bootstrapiso .mx-sm-0 {
        margin-left: 0 !important;
    }

    .bootstrapiso .m-sm-1 {
        margin: 0.25rem !important;
    }

    .bootstrapiso .mt-sm-1,
    .bootstrapiso .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .bootstrapiso .mr-sm-1,
    .bootstrapiso .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .bootstrapiso .mb-sm-1,
    .bootstrapiso .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .bootstrapiso .ml-sm-1,
    .bootstrapiso .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .bootstrapiso .m-sm-2 {
        margin: 0.5rem !important;
    }

    .bootstrapiso .mt-sm-2,
    .bootstrapiso .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .bootstrapiso .mr-sm-2,
    .bootstrapiso .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .bootstrapiso .mb-sm-2,
    .bootstrapiso .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .bootstrapiso .ml-sm-2,
    .bootstrapiso .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .bootstrapiso .m-sm-3 {
        margin: 1rem !important;
    }

    .bootstrapiso .mt-sm-3,
    .bootstrapiso .my-sm-3 {
        margin-top: 1rem !important;
    }

    .bootstrapiso .mr-sm-3,
    .bootstrapiso .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .bootstrapiso .mb-sm-3,
    .bootstrapiso .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .bootstrapiso .ml-sm-3,
    .bootstrapiso .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .bootstrapiso .m-sm-4 {
        margin: 1.5rem !important;
    }

    .bootstrapiso .mt-sm-4,
    .bootstrapiso .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .bootstrapiso .mr-sm-4,
    .bootstrapiso .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .bootstrapiso .mb-sm-4,
    .bootstrapiso .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .bootstrapiso .ml-sm-4,
    .bootstrapiso .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .bootstrapiso .m-sm-5 {
        margin: 3rem !important;
    }

    .bootstrapiso .mt-sm-5,
    .bootstrapiso .my-sm-5 {
        margin-top: 3rem !important;
    }

    .bootstrapiso .mr-sm-5,
    .bootstrapiso .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .bootstrapiso .mb-sm-5,
    .bootstrapiso .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .bootstrapiso .ml-sm-5,
    .bootstrapiso .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .bootstrapiso .p-sm-0 {
        padding: 0 !important;
    }

    .bootstrapiso .pt-sm-0,
    .bootstrapiso .py-sm-0 {
        padding-top: 0 !important;
    }

    .bootstrapiso .pr-sm-0,
    .bootstrapiso .px-sm-0 {
        padding-right: 0 !important;
    }

    .bootstrapiso .pb-sm-0,
    .bootstrapiso .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .bootstrapiso .pl-sm-0,
    .bootstrapiso .px-sm-0 {
        padding-left: 0 !important;
    }

    .bootstrapiso .p-sm-1 {
        padding: 0.25rem !important;
    }

    .bootstrapiso .pt-sm-1,
    .bootstrapiso .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .bootstrapiso .pr-sm-1,
    .bootstrapiso .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .bootstrapiso .pb-sm-1,
    .bootstrapiso .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .bootstrapiso .pl-sm-1,
    .bootstrapiso .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .bootstrapiso .p-sm-2 {
        padding: 0.5rem !important;
    }

    .bootstrapiso .pt-sm-2,
    .bootstrapiso .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .bootstrapiso .pr-sm-2,
    .bootstrapiso .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .bootstrapiso .pb-sm-2,
    .bootstrapiso .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .bootstrapiso .pl-sm-2,
    .bootstrapiso .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .bootstrapiso .p-sm-3 {
        padding: 1rem !important;
    }

    .bootstrapiso .pt-sm-3,
    .bootstrapiso .py-sm-3 {
        padding-top: 1rem !important;
    }

    .bootstrapiso .pr-sm-3,
    .bootstrapiso .px-sm-3 {
        padding-right: 1rem !important;
    }

    .bootstrapiso .pb-sm-3,
    .bootstrapiso .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .bootstrapiso .pl-sm-3,
    .bootstrapiso .px-sm-3 {
        padding-left: 1rem !important;
    }

    .bootstrapiso .p-sm-4 {
        padding: 1.5rem !important;
    }

    .bootstrapiso .pt-sm-4,
    .bootstrapiso .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .bootstrapiso .pr-sm-4,
    .bootstrapiso .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .bootstrapiso .pb-sm-4,
    .bootstrapiso .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .bootstrapiso .pl-sm-4,
    .bootstrapiso .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .bootstrapiso .p-sm-5 {
        padding: 3rem !important;
    }

    .bootstrapiso .pt-sm-5,
    .bootstrapiso .py-sm-5 {
        padding-top: 3rem !important;
    }

    .bootstrapiso .pr-sm-5,
    .bootstrapiso .px-sm-5 {
        padding-right: 3rem !important;
    }

    .bootstrapiso .pb-sm-5,
    .bootstrapiso .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .bootstrapiso .pl-sm-5,
    .bootstrapiso .px-sm-5 {
        padding-left: 3rem !important;
    }

    .bootstrapiso .m-sm-auto {
        margin: auto !important;
    }

    .bootstrapiso .mt-sm-auto,
    .bootstrapiso .my-sm-auto {
        margin-top: auto !important;
    }

    .bootstrapiso .mr-sm-auto,
    .bootstrapiso .mx-sm-auto {
        margin-right: auto !important;
    }

    .bootstrapiso .mb-sm-auto,
    .bootstrapiso .my-sm-auto {
        margin-bottom: auto !important;
    }

    .bootstrapiso .ml-sm-auto,
    .bootstrapiso .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .bootstrapiso .m-md-0 {
        margin: 0 !important;
    }

    .bootstrapiso .mt-md-0,
    .bootstrapiso .my-md-0 {
        margin-top: 0 !important;
    }

    .bootstrapiso .mr-md-0,
    .bootstrapiso .mx-md-0 {
        margin-right: 0 !important;
    }

    .bootstrapiso .mb-md-0,
    .bootstrapiso .my-md-0 {
        margin-bottom: 0 !important;
    }

    .bootstrapiso .ml-md-0,
    .bootstrapiso .mx-md-0 {
        margin-left: 0 !important;
    }

    .bootstrapiso .m-md-1 {
        margin: 0.25rem !important;
    }

    .bootstrapiso .mt-md-1,
    .bootstrapiso .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .bootstrapiso .mr-md-1,
    .bootstrapiso .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .bootstrapiso .mb-md-1,
    .bootstrapiso .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .bootstrapiso .ml-md-1,
    .bootstrapiso .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .bootstrapiso .m-md-2 {
        margin: 0.5rem !important;
    }

    .bootstrapiso .mt-md-2,
    .bootstrapiso .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .bootstrapiso .mr-md-2,
    .bootstrapiso .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .bootstrapiso .mb-md-2,
    .bootstrapiso .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .bootstrapiso .ml-md-2,
    .bootstrapiso .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .bootstrapiso .m-md-3 {
        margin: 1rem !important;
    }

    .bootstrapiso .mt-md-3,
    .bootstrapiso .my-md-3 {
        margin-top: 1rem !important;
    }

    .bootstrapiso .mr-md-3,
    .bootstrapiso .mx-md-3 {
        margin-right: 1rem !important;
    }

    .bootstrapiso .mb-md-3,
    .bootstrapiso .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .bootstrapiso .ml-md-3,
    .bootstrapiso .mx-md-3 {
        margin-left: 1rem !important;
    }

    .bootstrapiso .m-md-4 {
        margin: 1.5rem !important;
    }

    .bootstrapiso .mt-md-4,
    .bootstrapiso .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .bootstrapiso .mr-md-4,
    .bootstrapiso .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .bootstrapiso .mb-md-4,
    .bootstrapiso .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .bootstrapiso .ml-md-4,
    .bootstrapiso .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .bootstrapiso .m-md-5 {
        margin: 3rem !important;
    }

    .bootstrapiso .mt-md-5,
    .bootstrapiso .my-md-5 {
        margin-top: 3rem !important;
    }

    .bootstrapiso .mr-md-5,
    .bootstrapiso .mx-md-5 {
        margin-right: 3rem !important;
    }

    .bootstrapiso .mb-md-5,
    .bootstrapiso .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .bootstrapiso .ml-md-5,
    .bootstrapiso .mx-md-5 {
        margin-left: 3rem !important;
    }

    .bootstrapiso .p-md-0 {
        padding: 0 !important;
    }

    .bootstrapiso .pt-md-0,
    .bootstrapiso .py-md-0 {
        padding-top: 0 !important;
    }

    .bootstrapiso .pr-md-0,
    .bootstrapiso .px-md-0 {
        padding-right: 0 !important;
    }

    .bootstrapiso .pb-md-0,
    .bootstrapiso .py-md-0 {
        padding-bottom: 0 !important;
    }

    .bootstrapiso .pl-md-0,
    .bootstrapiso .px-md-0 {
        padding-left: 0 !important;
    }

    .bootstrapiso .p-md-1 {
        padding: 0.25rem !important;
    }

    .bootstrapiso .pt-md-1,
    .bootstrapiso .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .bootstrapiso .pr-md-1,
    .bootstrapiso .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .bootstrapiso .pb-md-1,
    .bootstrapiso .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .bootstrapiso .pl-md-1,
    .bootstrapiso .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .bootstrapiso .p-md-2 {
        padding: 0.5rem !important;
    }

    .bootstrapiso .pt-md-2,
    .bootstrapiso .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .bootstrapiso .pr-md-2,
    .bootstrapiso .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .bootstrapiso .pb-md-2,
    .bootstrapiso .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .bootstrapiso .pl-md-2,
    .bootstrapiso .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .bootstrapiso .p-md-3 {
        padding: 1rem !important;
    }

    .bootstrapiso .pt-md-3,
    .bootstrapiso .py-md-3 {
        padding-top: 1rem !important;
    }

    .bootstrapiso .pr-md-3,
    .bootstrapiso .px-md-3 {
        padding-right: 1rem !important;
    }

    .bootstrapiso .pb-md-3,
    .bootstrapiso .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .bootstrapiso .pl-md-3,
    .bootstrapiso .px-md-3 {
        padding-left: 1rem !important;
    }

    .bootstrapiso .p-md-4 {
        padding: 1.5rem !important;
    }

    .bootstrapiso .pt-md-4,
    .bootstrapiso .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .bootstrapiso .pr-md-4,
    .bootstrapiso .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .bootstrapiso .pb-md-4,
    .bootstrapiso .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .bootstrapiso .pl-md-4,
    .bootstrapiso .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .bootstrapiso .p-md-5 {
        padding: 3rem !important;
    }

    .bootstrapiso .pt-md-5,
    .bootstrapiso .py-md-5 {
        padding-top: 3rem !important;
    }

    .bootstrapiso .pr-md-5,
    .bootstrapiso .px-md-5 {
        padding-right: 3rem !important;
    }

    .bootstrapiso .pb-md-5,
    .bootstrapiso .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .bootstrapiso .pl-md-5,
    .bootstrapiso .px-md-5 {
        padding-left: 3rem !important;
    }

    .bootstrapiso .m-md-auto {
        margin: auto !important;
    }

    .bootstrapiso .mt-md-auto,
    .bootstrapiso .my-md-auto {
        margin-top: auto !important;
    }

    .bootstrapiso .mr-md-auto,
    .bootstrapiso .mx-md-auto {
        margin-right: auto !important;
    }

    .bootstrapiso .mb-md-auto,
    .bootstrapiso .my-md-auto {
        margin-bottom: auto !important;
    }

    .bootstrapiso .ml-md-auto,
    .bootstrapiso .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .bootstrapiso .m-lg-0 {
        margin: 0 !important;
    }

    .bootstrapiso .mt-lg-0,
    .bootstrapiso .my-lg-0 {
        margin-top: 0 !important;
    }

    .bootstrapiso .mr-lg-0,
    .bootstrapiso .mx-lg-0 {
        margin-right: 0 !important;
    }

    .bootstrapiso .mb-lg-0,
    .bootstrapiso .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .bootstrapiso .ml-lg-0,
    .bootstrapiso .mx-lg-0 {
        margin-left: 0 !important;
    }

    .bootstrapiso .m-lg-1 {
        margin: 0.25rem !important;
    }

    .bootstrapiso .mt-lg-1,
    .bootstrapiso .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .bootstrapiso .mr-lg-1,
    .bootstrapiso .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .bootstrapiso .mb-lg-1,
    .bootstrapiso .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .bootstrapiso .ml-lg-1,
    .bootstrapiso .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .bootstrapiso .m-lg-2 {
        margin: 0.5rem !important;
    }

    .bootstrapiso .mt-lg-2,
    .bootstrapiso .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .bootstrapiso .mr-lg-2,
    .bootstrapiso .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .bootstrapiso .mb-lg-2,
    .bootstrapiso .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .bootstrapiso .ml-lg-2,
    .bootstrapiso .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .bootstrapiso .m-lg-3 {
        margin: 1rem !important;
    }

    .bootstrapiso .mt-lg-3,
    .bootstrapiso .my-lg-3 {
        margin-top: 1rem !important;
    }

    .bootstrapiso .mr-lg-3,
    .bootstrapiso .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .bootstrapiso .mb-lg-3,
    .bootstrapiso .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .bootstrapiso .ml-lg-3,
    .bootstrapiso .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .bootstrapiso .m-lg-4 {
        margin: 1.5rem !important;
    }

    .bootstrapiso .mt-lg-4,
    .bootstrapiso .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .bootstrapiso .mr-lg-4,
    .bootstrapiso .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .bootstrapiso .mb-lg-4,
    .bootstrapiso .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .bootstrapiso .ml-lg-4,
    .bootstrapiso .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .bootstrapiso .m-lg-5 {
        margin: 3rem !important;
    }

    .bootstrapiso .mt-lg-5,
    .bootstrapiso .my-lg-5 {
        margin-top: 3rem !important;
    }

    .bootstrapiso .mr-lg-5,
    .bootstrapiso .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .bootstrapiso .mb-lg-5,
    .bootstrapiso .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .bootstrapiso .ml-lg-5,
    .bootstrapiso .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .bootstrapiso .p-lg-0 {
        padding: 0 !important;
    }

    .bootstrapiso .pt-lg-0,
    .bootstrapiso .py-lg-0 {
        padding-top: 0 !important;
    }

    .bootstrapiso .pr-lg-0,
    .bootstrapiso .px-lg-0 {
        padding-right: 0 !important;
    }

    .bootstrapiso .pb-lg-0,
    .bootstrapiso .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .bootstrapiso .pl-lg-0,
    .bootstrapiso .px-lg-0 {
        padding-left: 0 !important;
    }

    .bootstrapiso .p-lg-1 {
        padding: 0.25rem !important;
    }

    .bootstrapiso .pt-lg-1,
    .bootstrapiso .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .bootstrapiso .pr-lg-1,
    .bootstrapiso .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .bootstrapiso .pb-lg-1,
    .bootstrapiso .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .bootstrapiso .pl-lg-1,
    .bootstrapiso .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .bootstrapiso .p-lg-2 {
        padding: 0.5rem !important;
    }

    .bootstrapiso .pt-lg-2,
    .bootstrapiso .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .bootstrapiso .pr-lg-2,
    .bootstrapiso .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .bootstrapiso .pb-lg-2,
    .bootstrapiso .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .bootstrapiso .pl-lg-2,
    .bootstrapiso .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .bootstrapiso .p-lg-3 {
        padding: 1rem !important;
    }

    .bootstrapiso .pt-lg-3,
    .bootstrapiso .py-lg-3 {
        padding-top: 1rem !important;
    }

    .bootstrapiso .pr-lg-3,
    .bootstrapiso .px-lg-3 {
        padding-right: 1rem !important;
    }

    .bootstrapiso .pb-lg-3,
    .bootstrapiso .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .bootstrapiso .pl-lg-3,
    .bootstrapiso .px-lg-3 {
        padding-left: 1rem !important;
    }

    .bootstrapiso .p-lg-4 {
        padding: 1.5rem !important;
    }

    .bootstrapiso .pt-lg-4,
    .bootstrapiso .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .bootstrapiso .pr-lg-4,
    .bootstrapiso .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .bootstrapiso .pb-lg-4,
    .bootstrapiso .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .bootstrapiso .pl-lg-4,
    .bootstrapiso .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .bootstrapiso .p-lg-5 {
        padding: 3rem !important;
    }

    .bootstrapiso .pt-lg-5,
    .bootstrapiso .py-lg-5 {
        padding-top: 3rem !important;
    }

    .bootstrapiso .pr-lg-5,
    .bootstrapiso .px-lg-5 {
        padding-right: 3rem !important;
    }

    .bootstrapiso .pb-lg-5,
    .bootstrapiso .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .bootstrapiso .pl-lg-5,
    .bootstrapiso .px-lg-5 {
        padding-left: 3rem !important;
    }

    .bootstrapiso .m-lg-auto {
        margin: auto !important;
    }

    .bootstrapiso .mt-lg-auto,
    .bootstrapiso .my-lg-auto {
        margin-top: auto !important;
    }

    .bootstrapiso .mr-lg-auto,
    .bootstrapiso .mx-lg-auto {
        margin-right: auto !important;
    }

    .bootstrapiso .mb-lg-auto,
    .bootstrapiso .my-lg-auto {
        margin-bottom: auto !important;
    }

    .bootstrapiso .ml-lg-auto,
    .bootstrapiso .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .bootstrapiso .m-xl-0 {
        margin: 0 !important;
    }

    .bootstrapiso .mt-xl-0,
    .bootstrapiso .my-xl-0 {
        margin-top: 0 !important;
    }

    .bootstrapiso .mr-xl-0,
    .bootstrapiso .mx-xl-0 {
        margin-right: 0 !important;
    }

    .bootstrapiso .mb-xl-0,
    .bootstrapiso .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .bootstrapiso .ml-xl-0,
    .bootstrapiso .mx-xl-0 {
        margin-left: 0 !important;
    }

    .bootstrapiso .m-xl-1 {
        margin: 0.25rem !important;
    }

    .bootstrapiso .mt-xl-1,
    .bootstrapiso .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .bootstrapiso .mr-xl-1,
    .bootstrapiso .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .bootstrapiso .mb-xl-1,
    .bootstrapiso .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .bootstrapiso .ml-xl-1,
    .bootstrapiso .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .bootstrapiso .m-xl-2 {
        margin: 0.5rem !important;
    }

    .bootstrapiso .mt-xl-2,
    .bootstrapiso .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .bootstrapiso .mr-xl-2,
    .bootstrapiso .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .bootstrapiso .mb-xl-2,
    .bootstrapiso .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .bootstrapiso .ml-xl-2,
    .bootstrapiso .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .bootstrapiso .m-xl-3 {
        margin: 1rem !important;
    }

    .bootstrapiso .mt-xl-3,
    .bootstrapiso .my-xl-3 {
        margin-top: 1rem !important;
    }

    .bootstrapiso .mr-xl-3,
    .bootstrapiso .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .bootstrapiso .mb-xl-3,
    .bootstrapiso .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .bootstrapiso .ml-xl-3,
    .bootstrapiso .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .bootstrapiso .m-xl-4 {
        margin: 1.5rem !important;
    }

    .bootstrapiso .mt-xl-4,
    .bootstrapiso .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .bootstrapiso .mr-xl-4,
    .bootstrapiso .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .bootstrapiso .mb-xl-4,
    .bootstrapiso .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .bootstrapiso .ml-xl-4,
    .bootstrapiso .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .bootstrapiso .m-xl-5 {
        margin: 3rem !important;
    }

    .bootstrapiso .mt-xl-5,
    .bootstrapiso .my-xl-5 {
        margin-top: 3rem !important;
    }

    .bootstrapiso .mr-xl-5,
    .bootstrapiso .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .bootstrapiso .mb-xl-5,
    .bootstrapiso .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .bootstrapiso .ml-xl-5,
    .bootstrapiso .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .bootstrapiso .p-xl-0 {
        padding: 0 !important;
    }

    .bootstrapiso .pt-xl-0,
    .bootstrapiso .py-xl-0 {
        padding-top: 0 !important;
    }

    .bootstrapiso .pr-xl-0,
    .bootstrapiso .px-xl-0 {
        padding-right: 0 !important;
    }

    .bootstrapiso .pb-xl-0,
    .bootstrapiso .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .bootstrapiso .pl-xl-0,
    .bootstrapiso .px-xl-0 {
        padding-left: 0 !important;
    }

    .bootstrapiso .p-xl-1 {
        padding: 0.25rem !important;
    }

    .bootstrapiso .pt-xl-1,
    .bootstrapiso .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .bootstrapiso .pr-xl-1,
    .bootstrapiso .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .bootstrapiso .pb-xl-1,
    .bootstrapiso .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .bootstrapiso .pl-xl-1,
    .bootstrapiso .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .bootstrapiso .p-xl-2 {
        padding: 0.5rem !important;
    }

    .bootstrapiso .pt-xl-2,
    .bootstrapiso .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .bootstrapiso .pr-xl-2,
    .bootstrapiso .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .bootstrapiso .pb-xl-2,
    .bootstrapiso .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .bootstrapiso .pl-xl-2,
    .bootstrapiso .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .bootstrapiso .p-xl-3 {
        padding: 1rem !important;
    }

    .bootstrapiso .pt-xl-3,
    .bootstrapiso .py-xl-3 {
        padding-top: 1rem !important;
    }

    .bootstrapiso .pr-xl-3,
    .bootstrapiso .px-xl-3 {
        padding-right: 1rem !important;
    }

    .bootstrapiso .pb-xl-3,
    .bootstrapiso .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .bootstrapiso .pl-xl-3,
    .bootstrapiso .px-xl-3 {
        padding-left: 1rem !important;
    }

    .bootstrapiso .p-xl-4 {
        padding: 1.5rem !important;
    }

    .bootstrapiso .pt-xl-4,
    .bootstrapiso .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .bootstrapiso .pr-xl-4,
    .bootstrapiso .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .bootstrapiso .pb-xl-4,
    .bootstrapiso .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .bootstrapiso .pl-xl-4,
    .bootstrapiso .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .bootstrapiso .p-xl-5 {
        padding: 3rem !important;
    }

    .bootstrapiso .pt-xl-5,
    .bootstrapiso .py-xl-5 {
        padding-top: 3rem !important;
    }

    .bootstrapiso .pr-xl-5,
    .bootstrapiso .px-xl-5 {
        padding-right: 3rem !important;
    }

    .bootstrapiso .pb-xl-5,
    .bootstrapiso .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .bootstrapiso .pl-xl-5,
    .bootstrapiso .px-xl-5 {
        padding-left: 3rem !important;
    }

    .bootstrapiso .m-xl-auto {
        margin: auto !important;
    }

    .bootstrapiso .mt-xl-auto,
    .bootstrapiso .my-xl-auto {
        margin-top: auto !important;
    }

    .bootstrapiso .mr-xl-auto,
    .bootstrapiso .mx-xl-auto {
        margin-right: auto !important;
    }

    .bootstrapiso .mb-xl-auto,
    .bootstrapiso .my-xl-auto {
        margin-bottom: auto !important;
    }

    .bootstrapiso .ml-xl-auto,
    .bootstrapiso .mx-xl-auto {
        margin-left: auto !important;
    }
}

.bootstrapiso .text-justify {
    text-align: justify !important;
}

.bootstrapiso .text-nowrap {
    white-space: nowrap !important;
}

.bootstrapiso .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bootstrapiso .text-left {
    text-align: left !important;
}

.bootstrapiso .text-right {
    text-align: right !important;
}

.bootstrapiso .text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .bootstrapiso .text-sm-left {
        text-align: left !important;
    }

    .bootstrapiso .text-sm-right {
        text-align: right !important;
    }

    .bootstrapiso .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .bootstrapiso .text-md-left {
        text-align: left !important;
    }

    .bootstrapiso .text-md-right {
        text-align: right !important;
    }

    .bootstrapiso .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .bootstrapiso .text-lg-left {
        text-align: left !important;
    }

    .bootstrapiso .text-lg-right {
        text-align: right !important;
    }

    .bootstrapiso .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .bootstrapiso .text-xl-left {
        text-align: left !important;
    }

    .bootstrapiso .text-xl-right {
        text-align: right !important;
    }

    .bootstrapiso .text-xl-center {
        text-align: center !important;
    }
}

.bootstrapiso .text-lowercase {
    text-transform: lowercase !important;
}

.bootstrapiso .text-uppercase {
    text-transform: uppercase !important;
}

.bootstrapiso .text-capitalize {
    text-transform: capitalize !important;
}

.bootstrapiso .font-weight-light {
    font-weight: 300 !important;
}

.bootstrapiso .font-weight-normal {
    font-weight: 400 !important;
}

.bootstrapiso .font-weight-bold {
    font-weight: 700 !important;
}

.bootstrapiso .font-italic {
    font-style: italic !important;
}

.bootstrapiso .text-white {
    color: #fff !important;
}

.bootstrapiso .text-primary {
    color: #007bff !important;
}

.bootstrapiso a.text-primary:hover,
.bootstrapiso a.text-primary:focus {
    color: #0062cc !important;
}

.bootstrapiso .text-secondary {
    color: #6c757d !important;
}

.bootstrapiso a.text-secondary:hover,
.bootstrapiso a.text-secondary:focus {
    color: #545b62 !important;
}

.bootstrapiso .text-success {
    color: #28a745 !important;
}

.bootstrapiso a.text-success:hover,
.bootstrapiso a.text-success:focus {
    color: #1e7e34 !important;
}

.bootstrapiso .text-info {
    color: #17a2b8 !important;
}

.bootstrapiso a.text-info:hover,
.bootstrapiso a.text-info:focus {
    color: #117a8b !important;
}

.bootstrapiso .text-warning {
    color: #ffc107 !important;
}

.bootstrapiso a.text-warning:hover,
.bootstrapiso a.text-warning:focus {
    color: #d39e00 !important;
}

.bootstrapiso .text-danger {
    color: #dc3545 !important;
}

.bootstrapiso a.text-danger:hover,
.bootstrapiso a.text-danger:focus {
    color: #bd2130 !important;
}

.bootstrapiso .text-light {
    color: #f8f9fa !important;
}

.bootstrapiso a.text-light:hover,
.bootstrapiso a.text-light:focus {
    color: #dae0e5 !important;
}

.bootstrapiso .text-dark {
    color: #343a40 !important;
}

.bootstrapiso a.text-dark:hover,
.bootstrapiso a.text-dark:focus {
    color: #1d2124 !important;
}

.bootstrapiso .text-muted {
    color: #6c757d !important;
}

.bootstrapiso .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.bootstrapiso .visible {
    visibility: visible !important;
}

.bootstrapiso .invisible {
    visibility: hidden !important;
}

@media print {
    .bootstrapiso *,
    .bootstrapiso *::before,
    .bootstrapiso *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    .bootstrapiso a:not(.btn) {
        text-decoration: underline;
    }

    .bootstrapiso abbr[title]::after {
        content: " (" attr(title) ")";
    }

    .bootstrapiso pre {
        white-space: pre-wrap !important;
    }

    .bootstrapiso pre,
    .bootstrapiso blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .bootstrapiso thead {
        display: table-header-group;
    }

    .bootstrapiso tr,
    .bootstrapiso img {
        page-break-inside: avoid;
    }

    .bootstrapiso p,
    .bootstrapiso h2,
    .bootstrapiso h3 {
        orphans: 3;
        widows: 3;
    }

    .bootstrapiso h2,
    .bootstrapiso h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    .bootstrapiso body {
        min-width: 992px !important;
    }

    .bootstrapiso .container {
        min-width: 992px !important;
    }

    .bootstrapiso .navbar {
        display: none;
    }

    .bootstrapiso .badge {
        border: 1px solid #000;
    }

    .bootstrapiso .table {
        border-collapse: collapse !important;
    }

        .bootstrapiso .table td,
        .bootstrapiso .table th {
            background-color: #fff !important;
        }

    .bootstrapiso .table-bordered th,
    .bootstrapiso .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

/*font awesome 5.5 */

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.bootstrapiso .fa,
.bootstrapiso .fas,
.bootstrapiso .far,
.bootstrapiso .fal,
.bootstrapiso .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.bootstrapiso .fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.bootstrapiso .fa-xs {
    font-size: .75em;
}

.bootstrapiso .fa-sm {
    font-size: .875em;
}

.bootstrapiso .fa-1x {
    font-size: 1em;
}

.bootstrapiso .fa-2x {
    font-size: 2em;
}

.bootstrapiso .fa-3x {
    font-size: 3em;
}

.bootstrapiso .fa-4x {
    font-size: 4em;
}

.bootstrapiso .fa-5x {
    font-size: 5em;
}

.bootstrapiso .fa-6x {
    font-size: 6em;
}

.bootstrapiso .fa-7x {
    font-size: 7em;
}

.bootstrapiso .fa-8x {
    font-size: 8em;
}

.bootstrapiso .fa-9x {
    font-size: 9em;
}

.bootstrapiso .fa-10x {
    font-size: 10em;
}

.bootstrapiso .fa-fw {
    text-align: center;
    width: 1.25em;
}

.bootstrapiso .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

    .bootstrapiso .fa-ul > li {
        position: relative;
    }

.bootstrapiso .fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.bootstrapiso .fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.bootstrapiso .fa-pull-left {
    float: left;
}

.bootstrapiso .fa-pull-right {
    float: right;
}

.bootstrapiso .fa.fa-pull-left,
.bootstrapiso .fas.fa-pull-left,
.bootstrapiso .far.fa-pull-left,
.bootstrapiso .fal.fa-pull-left,
.bootstrapiso .fab.fa-pull-left {
    margin-right: .3em;
}

.bootstrapiso .fa.fa-pull-right,
.bootstrapiso .fas.fa-pull-right,
.bootstrapiso .far.fa-pull-right,
.bootstrapiso .fal.fa-pull-right,
.bootstrapiso .fab.fa-pull-right {
    margin-left: .3em;
}

.bootstrapiso .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.bootstrapiso .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(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bootstrapiso .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bootstrapiso .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bootstrapiso .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.bootstrapiso .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.bootstrapiso .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.bootstrapiso .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .bootstrapiso .fa-rotate-90,
:root .bootstrapiso .fa-rotate-180,
:root .bootstrapiso .fa-rotate-270,
:root .bootstrapiso .fa-flip-horizontal,
:root .bootstrapiso .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.bootstrapiso .fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.bootstrapiso .fa-stack-1x,
.bootstrapiso .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.bootstrapiso .fa-stack-1x {
    line-height: inherit;
}

.bootstrapiso .fa-stack-2x {
    font-size: 2em;
}

.bootstrapiso .fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.bootstrapiso .fa-500px:before {
    content: "\f26e";
}

.bootstrapiso .fa-accessible-icon:before {
    content: "\f368";
}

.bootstrapiso .fa-accusoft:before {
    content: "\f369";
}

.bootstrapiso .fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.bootstrapiso .fa-ad:before {
    content: "\f641";
}

.bootstrapiso .fa-address-book:before {
    content: "\f2b9";
}

.bootstrapiso .fa-address-card:before {
    content: "\f2bb";
}

.bootstrapiso .fa-adjust:before {
    content: "\f042";
}

.bootstrapiso .fa-adn:before {
    content: "\f170";
}

.bootstrapiso .fa-adversal:before {
    content: "\f36a";
}

.bootstrapiso .fa-affiliatetheme:before {
    content: "\f36b";
}

.bootstrapiso .fa-air-freshener:before {
    content: "\f5d0";
}

.bootstrapiso .fa-algolia:before {
    content: "\f36c";
}

.bootstrapiso .fa-align-center:before {
    content: "\f037";
}

.bootstrapiso .fa-align-justify:before {
    content: "\f039";
}

.bootstrapiso .fa-align-left:before {
    content: "\f036";
}

.bootstrapiso .fa-align-right:before {
    content: "\f038";
}

.bootstrapiso .fa-alipay:before {
    content: "\f642";
}

.bootstrapiso .fa-allergies:before {
    content: "\f461";
}

.bootstrapiso .fa-amazon:before {
    content: "\f270";
}

.bootstrapiso .fa-amazon-pay:before {
    content: "\f42c";
}

.bootstrapiso .fa-ambulance:before {
    content: "\f0f9";
}

.bootstrapiso .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.bootstrapiso .fa-amilia:before {
    content: "\f36d";
}

.bootstrapiso .fa-anchor:before {
    content: "\f13d";
}

.bootstrapiso .fa-android:before {
    content: "\f17b";
}

.bootstrapiso .fa-angellist:before {
    content: "\f209";
}

.bootstrapiso .fa-angle-double-down:before {
    content: "\f103";
}

.bootstrapiso .fa-angle-double-left:before {
    content: "\f100";
}

.bootstrapiso .fa-angle-double-right:before {
    content: "\f101";
}

.bootstrapiso .fa-angle-double-up:before {
    content: "\f102";
}

.bootstrapiso .fa-angle-down:before {
    content: "\f107";
}

.bootstrapiso .fa-angle-left:before {
    content: "\f104";
}

.bootstrapiso .fa-angle-right:before {
    content: "\f105";
}

.bootstrapiso .fa-angle-up:before {
    content: "\f106";
}

.bootstrapiso .fa-angry:before {
    content: "\f556";
}

.bootstrapiso .fa-angrycreative:before {
    content: "\f36e";
}

.bootstrapiso .fa-angular:before {
    content: "\f420";
}

.bootstrapiso .fa-ankh:before {
    content: "\f644";
}

.bootstrapiso .fa-app-store:before {
    content: "\f36f";
}

.bootstrapiso .fa-app-store-ios:before {
    content: "\f370";
}

.bootstrapiso .fa-apper:before {
    content: "\f371";
}

.bootstrapiso .fa-apple:before {
    content: "\f179";
}

.bootstrapiso .fa-apple-alt:before {
    content: "\f5d1";
}

.bootstrapiso .fa-apple-pay:before {
    content: "\f415";
}

.bootstrapiso .fa-archive:before {
    content: "\f187";
}

.bootstrapiso .fa-archway:before {
    content: "\f557";
}

.bootstrapiso .fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.bootstrapiso .fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.bootstrapiso .fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.bootstrapiso .fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.bootstrapiso .fa-arrow-circle-down:before {
    content: "\f0ab";
}

.bootstrapiso .fa-arrow-circle-left:before {
    content: "\f0a8";
}

.bootstrapiso .fa-arrow-circle-right:before {
    content: "\f0a9";
}

.bootstrapiso .fa-arrow-circle-up:before {
    content: "\f0aa";
}

.bootstrapiso .fa-arrow-down:before {
    content: "\f063";
}

.bootstrapiso .fa-arrow-left:before {
    content: "\f060";
}

.bootstrapiso .fa-arrow-right:before {
    content: "\f061";
}

.bootstrapiso .fa-arrow-up:before {
    content: "\f062";
}

.bootstrapiso .fa-arrows-alt:before {
    content: "\f0b2";
}

.bootstrapiso .fa-arrows-alt-h:before {
    content: "\f337";
}

.bootstrapiso .fa-arrows-alt-v:before {
    content: "\f338";
}

.bootstrapiso .fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.bootstrapiso .fa-asterisk:before {
    content: "\f069";
}

.bootstrapiso .fa-asymmetrik:before {
    content: "\f372";
}

.bootstrapiso .fa-at:before {
    content: "\f1fa";
}

.bootstrapiso .fa-atlas:before {
    content: "\f558";
}

.bootstrapiso .fa-atom:before {
    content: "\f5d2";
}

.bootstrapiso .fa-audible:before {
    content: "\f373";
}

.bootstrapiso .fa-audio-description:before {
    content: "\f29e";
}

.bootstrapiso .fa-autoprefixer:before {
    content: "\f41c";
}

.bootstrapiso .fa-avianex:before {
    content: "\f374";
}

.bootstrapiso .fa-aviato:before {
    content: "\f421";
}

.bootstrapiso .fa-award:before {
    content: "\f559";
}

.bootstrapiso .fa-aws:before {
    content: "\f375";
}

.bootstrapiso .fa-backspace:before {
    content: "\f55a";
}

.bootstrapiso .fa-backward:before {
    content: "\f04a";
}

.bootstrapiso .fa-balance-scale:before {
    content: "\f24e";
}

.bootstrapiso .fa-ban:before {
    content: "\f05e";
}

.bootstrapiso .fa-band-aid:before {
    content: "\f462";
}

.bootstrapiso .fa-bandcamp:before {
    content: "\f2d5";
}

.bootstrapiso .fa-barcode:before {
    content: "\f02a";
}

.bootstrapiso .fa-bars:before {
    content: "\f0c9";
}

.bootstrapiso .fa-baseball-ball:before {
    content: "\f433";
}

.bootstrapiso .fa-basketball-ball:before {
    content: "\f434";
}

.bootstrapiso .fa-bath:before {
    content: "\f2cd";
}

.bootstrapiso .fa-battery-empty:before {
    content: "\f244";
}

.bootstrapiso .fa-battery-full:before {
    content: "\f240";
}

.bootstrapiso .fa-battery-half:before {
    content: "\f242";
}

.bootstrapiso .fa-battery-quarter:before {
    content: "\f243";
}

.bootstrapiso .fa-battery-three-quarters:before {
    content: "\f241";
}

.bootstrapiso .fa-bed:before {
    content: "\f236";
}

.bootstrapiso .fa-beer:before {
    content: "\f0fc";
}

.bootstrapiso .fa-behance:before {
    content: "\f1b4";
}

.bootstrapiso .fa-behance-square:before {
    content: "\f1b5";
}

.bootstrapiso .fa-bell:before {
    content: "\f0f3";
}

.bootstrapiso .fa-bell-slash:before {
    content: "\f1f6";
}

.bootstrapiso .fa-bezier-curve:before {
    content: "\f55b";
}

.bootstrapiso .fa-bible:before {
    content: "\f647";
}

.bootstrapiso .fa-bicycle:before {
    content: "\f206";
}

.bootstrapiso .fa-bimobject:before {
    content: "\f378";
}

.bootstrapiso .fa-binoculars:before {
    content: "\f1e5";
}

.bootstrapiso .fa-birthday-cake:before {
    content: "\f1fd";
}

.bootstrapiso .fa-bitbucket:before {
    content: "\f171";
}

.bootstrapiso .fa-bitcoin:before {
    content: "\f379";
}

.bootstrapiso .fa-bity:before {
    content: "\f37a";
}

.bootstrapiso .fa-black-tie:before {
    content: "\f27e";
}

.bootstrapiso .fa-blackberry:before {
    content: "\f37b";
}

.bootstrapiso .fa-blender:before {
    content: "\f517";
}

.bootstrapiso .fa-blender-phone:before {
    content: "\f6b6";
}

.bootstrapiso .fa-blind:before {
    content: "\f29d";
}

.bootstrapiso .fa-blogger:before {
    content: "\f37c";
}

.bootstrapiso .fa-blogger-b:before {
    content: "\f37d";
}

.bootstrapiso .fa-bluetooth:before {
    content: "\f293";
}

.bootstrapiso .fa-bluetooth-b:before {
    content: "\f294";
}

.bootstrapiso .fa-bold:before {
    content: "\f032";
}

.bootstrapiso .fa-bolt:before {
    content: "\f0e7";
}

.bootstrapiso .fa-bomb:before {
    content: "\f1e2";
}

.bootstrapiso .fa-bone:before {
    content: "\f5d7";
}

.bootstrapiso .fa-bong:before {
    content: "\f55c";
}

.bootstrapiso .fa-book:before {
    content: "\f02d";
}

.bootstrapiso .fa-book-dead:before {
    content: "\f6b7";
}

.bootstrapiso .fa-book-open:before {
    content: "\f518";
}

.bootstrapiso .fa-book-reader:before {
    content: "\f5da";
}

.bootstrapiso .fa-bookmark:before {
    content: "\f02e";
}

.bootstrapiso .fa-bowling-ball:before {
    content: "\f436";
}

.bootstrapiso .fa-box:before {
    content: "\f466";
}

.bootstrapiso .fa-box-open:before {
    content: "\f49e";
}

.bootstrapiso .fa-boxes:before {
    content: "\f468";
}

.bootstrapiso .fa-braille:before {
    content: "\f2a1";
}

.bootstrapiso .fa-brain:before {
    content: "\f5dc";
}

.bootstrapiso .fa-briefcase:before {
    content: "\f0b1";
}

.bootstrapiso .fa-briefcase-medical:before {
    content: "\f469";
}

.bootstrapiso .fa-broadcast-tower:before {
    content: "\f519";
}

.bootstrapiso .fa-broom:before {
    content: "\f51a";
}

.bootstrapiso .fa-brush:before {
    content: "\f55d";
}

.bootstrapiso .fa-btc:before {
    content: "\f15a";
}

.bootstrapiso .fa-bug:before {
    content: "\f188";
}

.bootstrapiso .fa-building:before {
    content: "\f1ad";
}

.bootstrapiso .fa-bullhorn:before {
    content: "\f0a1";
}

.bootstrapiso .fa-bullseye:before {
    content: "\f140";
}

.bootstrapiso .fa-burn:before {
    content: "\f46a";
}

.bootstrapiso .fa-buromobelexperte:before {
    content: "\f37f";
}

.bootstrapiso .fa-bus:before {
    content: "\f207";
}

.bootstrapiso .fa-bus-alt:before {
    content: "\f55e";
}

.bootstrapiso .fa-business-time:before {
    content: "\f64a";
}

.bootstrapiso .fa-buysellads:before {
    content: "\f20d";
}

.bootstrapiso .fa-calculator:before {
    content: "\f1ec";
}

.bootstrapiso .fa-calendar:before {
    content: "\f133";
}

.bootstrapiso .fa-calendar-alt:before {
    content: "\f073";
}

.bootstrapiso .fa-calendar-check:before {
    content: "\f274";
}

.bootstrapiso .fa-calendar-minus:before {
    content: "\f272";
}

.bootstrapiso .fa-calendar-plus:before {
    content: "\f271";
}

.bootstrapiso .fa-calendar-times:before {
    content: "\f273";
}

.bootstrapiso .fa-camera:before {
    content: "\f030";
}

.bootstrapiso .fa-camera-retro:before {
    content: "\f083";
}

.bootstrapiso .fa-campground:before {
    content: "\f6bb";
}

.bootstrapiso .fa-cannabis:before {
    content: "\f55f";
}

.bootstrapiso .fa-capsules:before {
    content: "\f46b";
}

.bootstrapiso .fa-car:before {
    content: "\f1b9";
}

.bootstrapiso .fa-car-alt:before {
    content: "\f5de";
}

.bootstrapiso .fa-car-battery:before {
    content: "\f5df";
}

.bootstrapiso .fa-car-crash:before {
    content: "\f5e1";
}

.bootstrapiso .fa-car-side:before {
    content: "\f5e4";
}

.bootstrapiso .fa-caret-down:before {
    content: "\f0d7";
}

.bootstrapiso .fa-caret-left:before {
    content: "\f0d9";
}

.bootstrapiso .fa-caret-right:before {
    content: "\f0da";
}

.bootstrapiso .fa-caret-square-down:before {
    content: "\f150";
}

.bootstrapiso .fa-caret-square-left:before {
    content: "\f191";
}

.bootstrapiso .fa-caret-square-right:before {
    content: "\f152";
}

.bootstrapiso .fa-caret-square-up:before {
    content: "\f151";
}

.bootstrapiso .fa-caret-up:before {
    content: "\f0d8";
}

.bootstrapiso .fa-cart-arrow-down:before {
    content: "\f218";
}

.bootstrapiso .fa-cart-plus:before {
    content: "\f217";
}

.bootstrapiso .fa-cat:before {
    content: "\f6be";
}

.bootstrapiso .fa-cc-amazon-pay:before {
    content: "\f42d";
}

.bootstrapiso .fa-cc-amex:before {
    content: "\f1f3";
}

.bootstrapiso .fa-cc-apple-pay:before {
    content: "\f416";
}

.bootstrapiso .fa-cc-diners-club:before {
    content: "\f24c";
}

.bootstrapiso .fa-cc-discover:before {
    content: "\f1f2";
}

.bootstrapiso .fa-cc-jcb:before {
    content: "\f24b";
}

.bootstrapiso .fa-cc-mastercard:before {
    content: "\f1f1";
}

.bootstrapiso .fa-cc-paypal:before {
    content: "\f1f4";
}

.bootstrapiso .fa-cc-stripe:before {
    content: "\f1f5";
}

.bootstrapiso .fa-cc-visa:before {
    content: "\f1f0";
}

.bootstrapiso .fa-centercode:before {
    content: "\f380";
}

.bootstrapiso .fa-certificate:before {
    content: "\f0a3";
}

.bootstrapiso .fa-chair:before {
    content: "\f6c0";
}

.bootstrapiso .fa-chalkboard:before {
    content: "\f51b";
}

.bootstrapiso .fa-chalkboard-teacher:before {
    content: "\f51c";
}

.bootstrapiso .fa-charging-station:before {
    content: "\f5e7";
}

.bootstrapiso .fa-chart-area:before {
    content: "\f1fe";
}

.bootstrapiso .fa-chart-bar:before {
    content: "\f080";
}

.bootstrapiso .fa-chart-line:before {
    content: "\f201";
}

.bootstrapiso .fa-chart-pie:before {
    content: "\f200";
}

.bootstrapiso .fa-check:before {
    content: "\f00c";
}

.bootstrapiso .fa-check-circle:before {
    content: "\f058";
}

.bootstrapiso .fa-check-double:before {
    content: "\f560";
}

.bootstrapiso .fa-check-square:before {
    content: "\f14a";
}

.bootstrapiso .fa-chess:before {
    content: "\f439";
}

.bootstrapiso .fa-chess-bishop:before {
    content: "\f43a";
}

.bootstrapiso .fa-chess-board:before {
    content: "\f43c";
}

.bootstrapiso .fa-chess-king:before {
    content: "\f43f";
}

.bootstrapiso .fa-chess-knight:before {
    content: "\f441";
}

.bootstrapiso .fa-chess-pawn:before {
    content: "\f443";
}

.bootstrapiso .fa-chess-queen:before {
    content: "\f445";
}

.bootstrapiso .fa-chess-rook:before {
    content: "\f447";
}

.bootstrapiso .fa-chevron-circle-down:before {
    content: "\f13a";
}

.bootstrapiso .fa-chevron-circle-left:before {
    content: "\f137";
}

.bootstrapiso .fa-chevron-circle-right:before {
    content: "\f138";
}

.bootstrapiso .fa-chevron-circle-up:before {
    content: "\f139";
}

.bootstrapiso .fa-chevron-down:before {
    content: "\f078";
}

.bootstrapiso .fa-chevron-left:before {
    content: "\f053";
}

.bootstrapiso .fa-chevron-right:before {
    content: "\f054";
}

.bootstrapiso .fa-chevron-up:before {
    content: "\f077";
}

.bootstrapiso .fa-child:before {
    content: "\f1ae";
}

.bootstrapiso .fa-chrome:before {
    content: "\f268";
}

.bootstrapiso .fa-church:before {
    content: "\f51d";
}

.bootstrapiso .fa-circle:before {
    content: "\f111";
}

.bootstrapiso .fa-circle-notch:before {
    content: "\f1ce";
}

.bootstrapiso .fa-city:before {
    content: "\f64f";
}

.bootstrapiso .fa-clipboard:before {
    content: "\f328";
}

.bootstrapiso .fa-clipboard-check:before {
    content: "\f46c";
}

.bootstrapiso .fa-clipboard-list:before {
    content: "\f46d";
}

.bootstrapiso .fa-clock:before {
    content: "\f017";
}

.bootstrapiso .fa-clone:before {
    content: "\f24d";
}

.bootstrapiso .fa-closed-captioning:before {
    content: "\f20a";
}

.bootstrapiso .fa-cloud:before {
    content: "\f0c2";
}

.bootstrapiso .fa-cloud-download-alt:before {
    content: "\f381";
}

.bootstrapiso .fa-cloud-meatball:before {
    content: "\f73b";
}

.bootstrapiso .fa-cloud-moon:before {
    content: "\f6c3";
}

.bootstrapiso .fa-cloud-moon-rain:before {
    content: "\f73c";
}

.bootstrapiso .fa-cloud-rain:before {
    content: "\f73d";
}

.bootstrapiso .fa-cloud-showers-heavy:before {
    content: "\f740";
}

.bootstrapiso .fa-cloud-sun:before {
    content: "\f6c4";
}

.bootstrapiso .fa-cloud-sun-rain:before {
    content: "\f743";
}

.bootstrapiso .fa-cloud-upload-alt:before {
    content: "\f382";
}

.bootstrapiso .fa-cloudscale:before {
    content: "\f383";
}

.bootstrapiso .fa-cloudsmith:before {
    content: "\f384";
}

.bootstrapiso .fa-cloudversify:before {
    content: "\f385";
}

.bootstrapiso .fa-cocktail:before {
    content: "\f561";
}

.bootstrapiso .fa-code:before {
    content: "\f121";
}

.bootstrapiso .fa-code-branch:before {
    content: "\f126";
}

.bootstrapiso .fa-codepen:before {
    content: "\f1cb";
}

.bootstrapiso .fa-codiepie:before {
    content: "\f284";
}

.bootstrapiso .fa-coffee:before {
    content: "\f0f4";
}

.bootstrapiso .fa-cog:before {
    content: "\f013";
}

.bootstrapiso .fa-cogs:before {
    content: "\f085";
}

.bootstrapiso .fa-coins:before {
    content: "\f51e";
}

.bootstrapiso .fa-columns:before {
    content: "\f0db";
}

.bootstrapiso .fa-comment:before {
    content: "\f075";
}

.bootstrapiso .fa-comment-alt:before {
    content: "\f27a";
}

.bootstrapiso .fa-comment-dollar:before {
    content: "\f651";
}

.bootstrapiso .fa-comment-dots:before {
    content: "\f4ad";
}

.bootstrapiso .fa-comment-slash:before {
    content: "\f4b3";
}

.bootstrapiso .fa-comments:before {
    content: "\f086";
}

.bootstrapiso .fa-comments-dollar:before {
    content: "\f653";
}

.bootstrapiso .fa-compact-disc:before {
    content: "\f51f";
}

.bootstrapiso .fa-compass:before {
    content: "\f14e";
}

.bootstrapiso .fa-compress:before {
    content: "\f066";
}

.bootstrapiso .fa-concierge-bell:before {
    content: "\f562";
}

.bootstrapiso .fa-connectdevelop:before {
    content: "\f20e";
}

.bootstrapiso .fa-contao:before {
    content: "\f26d";
}

.bootstrapiso .fa-cookie:before {
    content: "\f563";
}

.bootstrapiso .fa-cookie-bite:before {
    content: "\f564";
}

.bootstrapiso .fa-copy:before {
    content: "\f0c5";
}

.bootstrapiso .fa-copyright:before {
    content: "\f1f9";
}

.bootstrapiso .fa-couch:before {
    content: "\f4b8";
}

.bootstrapiso .fa-cpanel:before {
    content: "\f388";
}

.bootstrapiso .fa-creative-commons:before {
    content: "\f25e";
}

.bootstrapiso .fa-creative-commons-by:before {
    content: "\f4e7";
}

.bootstrapiso .fa-creative-commons-nc:before {
    content: "\f4e8";
}

.bootstrapiso .fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.bootstrapiso .fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.bootstrapiso .fa-creative-commons-nd:before {
    content: "\f4eb";
}

.bootstrapiso .fa-creative-commons-pd:before {
    content: "\f4ec";
}

.bootstrapiso .fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.bootstrapiso .fa-creative-commons-remix:before {
    content: "\f4ee";
}

.bootstrapiso .fa-creative-commons-sa:before {
    content: "\f4ef";
}

.bootstrapiso .fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.bootstrapiso .fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.bootstrapiso .fa-creative-commons-share:before {
    content: "\f4f2";
}

.bootstrapiso .fa-creative-commons-zero:before {
    content: "\f4f3";
}

.bootstrapiso .fa-credit-card:before {
    content: "\f09d";
}

.bootstrapiso .fa-critical-role:before {
    content: "\f6c9";
}

.bootstrapiso .fa-crop:before {
    content: "\f125";
}

.bootstrapiso .fa-crop-alt:before {
    content: "\f565";
}

.bootstrapiso .fa-cross:before {
    content: "\f654";
}

.bootstrapiso .fa-crosshairs:before {
    content: "\f05b";
}

.bootstrapiso .fa-crow:before {
    content: "\f520";
}

.bootstrapiso .fa-crown:before {
    content: "\f521";
}

.bootstrapiso .fa-css3:before {
    content: "\f13c";
}

.bootstrapiso .fa-css3-alt:before {
    content: "\f38b";
}

.bootstrapiso .fa-cube:before {
    content: "\f1b2";
}

.bootstrapiso .fa-cubes:before {
    content: "\f1b3";
}

.bootstrapiso .fa-cut:before {
    content: "\f0c4";
}

.bootstrapiso .fa-cuttlefish:before {
    content: "\f38c";
}

.bootstrapiso .fa-d-and-d:before {
    content: "\f38d";
}

.bootstrapiso .fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.bootstrapiso .fa-dashcube:before {
    content: "\f210";
}

.bootstrapiso .fa-database:before {
    content: "\f1c0";
}

.bootstrapiso .fa-deaf:before {
    content: "\f2a4";
}

.bootstrapiso .fa-delicious:before {
    content: "\f1a5";
}

.bootstrapiso .fa-democrat:before {
    content: "\f747";
}

.bootstrapiso .fa-deploydog:before {
    content: "\f38e";
}

.bootstrapiso .fa-deskpro:before {
    content: "\f38f";
}

.bootstrapiso .fa-desktop:before {
    content: "\f108";
}

.bootstrapiso .fa-dev:before {
    content: "\f6cc";
}

.bootstrapiso .fa-deviantart:before {
    content: "\f1bd";
}

.bootstrapiso .fa-dharmachakra:before {
    content: "\f655";
}

.bootstrapiso .fa-diagnoses:before {
    content: "\f470";
}

.bootstrapiso .fa-dice:before {
    content: "\f522";
}

.bootstrapiso .fa-dice-d20:before {
    content: "\f6cf";
}

.bootstrapiso .fa-dice-d6:before {
    content: "\f6d1";
}

.bootstrapiso .fa-dice-five:before {
    content: "\f523";
}

.bootstrapiso .fa-dice-four:before {
    content: "\f524";
}

.bootstrapiso .fa-dice-one:before {
    content: "\f525";
}

.bootstrapiso .fa-dice-six:before {
    content: "\f526";
}

.bootstrapiso .fa-dice-three:before {
    content: "\f527";
}

.bootstrapiso .fa-dice-two:before {
    content: "\f528";
}

.bootstrapiso .fa-digg:before {
    content: "\f1a6";
}

.bootstrapiso .fa-digital-ocean:before {
    content: "\f391";
}

.bootstrapiso .fa-digital-tachograph:before {
    content: "\f566";
}

.bootstrapiso .fa-directions:before {
    content: "\f5eb";
}

.bootstrapiso .fa-discord:before {
    content: "\f392";
}

.bootstrapiso .fa-discourse:before {
    content: "\f393";
}

.bootstrapiso .fa-divide:before {
    content: "\f529";
}

.bootstrapiso .fa-dizzy:before {
    content: "\f567";
}

.bootstrapiso .fa-dna:before {
    content: "\f471";
}

.bootstrapiso .fa-dochub:before {
    content: "\f394";
}

.bootstrapiso .fa-docker:before {
    content: "\f395";
}

.bootstrapiso .fa-dog:before {
    content: "\f6d3";
}

.bootstrapiso .fa-dollar-sign:before {
    content: "\f155";
}

.bootstrapiso .fa-dolly:before {
    content: "\f472";
}

.bootstrapiso .fa-dolly-flatbed:before {
    content: "\f474";
}

.bootstrapiso .fa-donate:before {
    content: "\f4b9";
}

.bootstrapiso .fa-door-closed:before {
    content: "\f52a";
}

.bootstrapiso .fa-door-open:before {
    content: "\f52b";
}

.bootstrapiso .fa-dot-circle:before {
    content: "\f192";
}

.bootstrapiso .fa-dove:before {
    content: "\f4ba";
}

.bootstrapiso .fa-download:before {
    content: "\f019";
}

.bootstrapiso .fa-draft2digital:before {
    content: "\f396";
}

.bootstrapiso .fa-drafting-compass:before {
    content: "\f568";
}

.bootstrapiso .fa-dragon:before {
    content: "\f6d5";
}

.bootstrapiso .fa-draw-polygon:before {
    content: "\f5ee";
}

.bootstrapiso .fa-dribbble:before {
    content: "\f17d";
}

.bootstrapiso .fa-dribbble-square:before {
    content: "\f397";
}

.bootstrapiso .fa-dropbox:before {
    content: "\f16b";
}

.bootstrapiso .fa-drum:before {
    content: "\f569";
}

.bootstrapiso .fa-drum-steelpan:before {
    content: "\f56a";
}

.bootstrapiso .fa-drumstick-bite:before {
    content: "\f6d7";
}

.bootstrapiso .fa-drupal:before {
    content: "\f1a9";
}

.bootstrapiso .fa-dumbbell:before {
    content: "\f44b";
}

.bootstrapiso .fa-dungeon:before {
    content: "\f6d9";
}

.bootstrapiso .fa-dyalog:before {
    content: "\f399";
}

.bootstrapiso .fa-earlybirds:before {
    content: "\f39a";
}

.bootstrapiso .fa-ebay:before {
    content: "\f4f4";
}

.bootstrapiso .fa-edge:before {
    content: "\f282";
}

.bootstrapiso .fa-edit:before {
    content: "\f044";
}

.bootstrapiso .fa-eject:before {
    content: "\f052";
}

.bootstrapiso .fa-elementor:before {
    content: "\f430";
}

.bootstrapiso .fa-ellipsis-h:before {
    content: "\f141";
}

.bootstrapiso .fa-ellipsis-v:before {
    content: "\f142";
}

.bootstrapiso .fa-ello:before {
    content: "\f5f1";
}

.bootstrapiso .fa-ember:before {
    content: "\f423";
}

.bootstrapiso .fa-empire:before {
    content: "\f1d1";
}

.bootstrapiso .fa-envelope:before {
    content: "\f0e0";
}

.bootstrapiso .fa-envelope-open:before {
    content: "\f2b6";
}

.bootstrapiso .fa-envelope-open-text:before {
    content: "\f658";
}

.bootstrapiso .fa-envelope-square:before {
    content: "\f199";
}

.bootstrapiso .fa-envira:before {
    content: "\f299";
}

.bootstrapiso .fa-equals:before {
    content: "\f52c";
}

.bootstrapiso .fa-eraser:before {
    content: "\f12d";
}

.bootstrapiso .fa-erlang:before {
    content: "\f39d";
}

.bootstrapiso .fa-ethereum:before {
    content: "\f42e";
}

.bootstrapiso .fa-etsy:before {
    content: "\f2d7";
}

.bootstrapiso .fa-euro-sign:before {
    content: "\f153";
}

.bootstrapiso .fa-exchange-alt:before {
    content: "\f362";
}

.bootstrapiso .fa-exclamation:before {
    content: "\f12a";
}

.bootstrapiso .fa-exclamation-circle:before {
    content: "\f06a";
}

.bootstrapiso .fa-exclamation-triangle:before {
    content: "\f071";
}

.bootstrapiso .fa-expand:before {
    content: "\f065";
}

.bootstrapiso .fa-expand-arrows-alt:before {
    content: "\f31e";
}

.bootstrapiso .fa-expeditedssl:before {
    content: "\f23e";
}

.bootstrapiso .fa-external-link-alt:before {
    content: "\f35d";
}

.bootstrapiso .fa-external-link-square-alt:before {
    content: "\f360";
}

.bootstrapiso .fa-eye:before {
    content: "\f06e";
}

.bootstrapiso .fa-eye-dropper:before {
    content: "\f1fb";
}

.bootstrapiso .fa-eye-slash:before {
    content: "\f070";
}

.bootstrapiso .fa-facebook:before {
    content: "\f09a";
}

.bootstrapiso .fa-facebook-f:before {
    content: "\f39e";
}

.bootstrapiso .fa-facebook-messenger:before {
    content: "\f39f";
}

.bootstrapiso .fa-facebook-square:before {
    content: "\f082";
}

.bootstrapiso .fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.bootstrapiso .fa-fast-backward:before {
    content: "\f049";
}

.bootstrapiso .fa-fast-forward:before {
    content: "\f050";
}

.bootstrapiso .fa-fax:before {
    content: "\f1ac";
}

.bootstrapiso .fa-feather:before {
    content: "\f52d";
}

.bootstrapiso .fa-feather-alt:before {
    content: "\f56b";
}

.bootstrapiso .fa-female:before {
    content: "\f182";
}

.bootstrapiso .fa-fighter-jet:before {
    content: "\f0fb";
}

.bootstrapiso .fa-file:before {
    content: "\f15b";
}

.bootstrapiso .fa-file-alt:before {
    content: "\f15c";
}

.bootstrapiso .fa-file-archive:before {
    content: "\f1c6";
}

.bootstrapiso .fa-file-audio:before {
    content: "\f1c7";
}

.bootstrapiso .fa-file-code:before {
    content: "\f1c9";
}

.bootstrapiso .fa-file-contract:before {
    content: "\f56c";
}

.bootstrapiso .fa-file-csv:before {
    content: "\f6dd";
}

.bootstrapiso .fa-file-download:before {
    content: "\f56d";
}

.bootstrapiso .fa-file-excel:before {
    content: "\f1c3";
}

.bootstrapiso .fa-file-export:before {
    content: "\f56e";
}

.bootstrapiso .fa-file-image:before {
    content: "\f1c5";
}

.bootstrapiso .fa-file-import:before {
    content: "\f56f";
}

.bootstrapiso .fa-file-invoice:before {
    content: "\f570";
}

.bootstrapiso .fa-file-invoice-dollar:before {
    content: "\f571";
}

.bootstrapiso .fa-file-medical:before {
    content: "\f477";
}

.bootstrapiso .fa-file-medical-alt:before {
    content: "\f478";
}

.bootstrapiso .fa-file-pdf:before {
    content: "\f1c1";
}

.bootstrapiso .fa-file-powerpoint:before {
    content: "\f1c4";
}

.bootstrapiso .fa-file-prescription:before {
    content: "\f572";
}

.bootstrapiso .fa-file-signature:before {
    content: "\f573";
}

.bootstrapiso .fa-file-upload:before {
    content: "\f574";
}

.bootstrapiso .fa-file-video:before {
    content: "\f1c8";
}

.bootstrapiso .fa-file-word:before {
    content: "\f1c2";
}

.bootstrapiso .fa-fill:before {
    content: "\f575";
}

.bootstrapiso .fa-fill-drip:before {
    content: "\f576";
}

.bootstrapiso .fa-film:before {
    content: "\f008";
}

.bootstrapiso .fa-filter:before {
    content: "\f0b0";
}

.bootstrapiso .fa-fingerprint:before {
    content: "\f577";
}

.bootstrapiso .fa-fire:before {
    content: "\f06d";
}

.bootstrapiso .fa-fire-extinguisher:before {
    content: "\f134";
}

.bootstrapiso .fa-firefox:before {
    content: "\f269";
}

.bootstrapiso .fa-first-aid:before {
    content: "\f479";
}

.bootstrapiso .fa-first-order:before {
    content: "\f2b0";
}

.bootstrapiso .fa-first-order-alt:before {
    content: "\f50a";
}

.bootstrapiso .fa-firstdraft:before {
    content: "\f3a1";
}

.bootstrapiso .fa-fish:before {
    content: "\f578";
}

.bootstrapiso .fa-fist-raised:before {
    content: "\f6de";
}

.bootstrapiso .fa-flag:before {
    content: "\f024";
}

.bootstrapiso .fa-flag-checkered:before {
    content: "\f11e";
}

.bootstrapiso .fa-flag-usa:before {
    content: "\f74d";
}

.bootstrapiso .fa-flask:before {
    content: "\f0c3";
}

.bootstrapiso .fa-flickr:before {
    content: "\f16e";
}

.bootstrapiso .fa-flipboard:before {
    content: "\f44d";
}

.bootstrapiso .fa-flushed:before {
    content: "\f579";
}

.bootstrapiso .fa-fly:before {
    content: "\f417";
}

.bootstrapiso .fa-folder:before {
    content: "\f07b";
}

.bootstrapiso .fa-folder-minus:before {
    content: "\f65d";
}

.bootstrapiso .fa-folder-open:before {
    content: "\f07c";
}

.bootstrapiso .fa-folder-plus:before {
    content: "\f65e";
}

.bootstrapiso .fa-font:before {
    content: "\f031";
}

.bootstrapiso .fa-font-awesome:before {
    content: "\f2b4";
}

.bootstrapiso .fa-font-awesome-alt:before {
    content: "\f35c";
}

.bootstrapiso .fa-font-awesome-flag:before {
    content: "\f425";
}

.bootstrapiso .fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.bootstrapiso .fa-fonticons:before {
    content: "\f280";
}

.bootstrapiso .fa-fonticons-fi:before {
    content: "\f3a2";
}

.bootstrapiso .fa-football-ball:before {
    content: "\f44e";
}

.bootstrapiso .fa-fort-awesome:before {
    content: "\f286";
}

.bootstrapiso .fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.bootstrapiso .fa-forumbee:before {
    content: "\f211";
}

.bootstrapiso .fa-forward:before {
    content: "\f04e";
}

.bootstrapiso .fa-foursquare:before {
    content: "\f180";
}

.bootstrapiso .fa-free-code-camp:before {
    content: "\f2c5";
}

.bootstrapiso .fa-freebsd:before {
    content: "\f3a4";
}

.bootstrapiso .fa-frog:before {
    content: "\f52e";
}

.bootstrapiso .fa-frown:before {
    content: "\f119";
}

.bootstrapiso .fa-frown-open:before {
    content: "\f57a";
}

.bootstrapiso .fa-fulcrum:before {
    content: "\f50b";
}

.bootstrapiso .fa-funnel-dollar:before {
    content: "\f662";
}

.bootstrapiso .fa-futbol:before {
    content: "\f1e3";
}

.bootstrapiso .fa-galactic-republic:before {
    content: "\f50c";
}

.bootstrapiso .fa-galactic-senate:before {
    content: "\f50d";
}

.bootstrapiso .fa-gamepad:before {
    content: "\f11b";
}

.bootstrapiso .fa-gas-pump:before {
    content: "\f52f";
}

.bootstrapiso .fa-gavel:before {
    content: "\f0e3";
}

.bootstrapiso .fa-gem:before {
    content: "\f3a5";
}

.bootstrapiso .fa-genderless:before {
    content: "\f22d";
}

.bootstrapiso .fa-get-pocket:before {
    content: "\f265";
}

.bootstrapiso .fa-gg:before {
    content: "\f260";
}

.bootstrapiso .fa-gg-circle:before {
    content: "\f261";
}

.bootstrapiso .fa-ghost:before {
    content: "\f6e2";
}

.bootstrapiso .fa-gift:before {
    content: "\f06b";
}

.bootstrapiso .fa-git:before {
    content: "\f1d3";
}

.bootstrapiso .fa-git-square:before {
    content: "\f1d2";
}

.bootstrapiso .fa-github:before {
    content: "\f09b";
}

.bootstrapiso .fa-github-alt:before {
    content: "\f113";
}

.bootstrapiso .fa-github-square:before {
    content: "\f092";
}

.bootstrapiso .fa-gitkraken:before {
    content: "\f3a6";
}

.bootstrapiso .fa-gitlab:before {
    content: "\f296";
}

.bootstrapiso .fa-gitter:before {
    content: "\f426";
}

.bootstrapiso .fa-glass-martini:before {
    content: "\f000";
}

.bootstrapiso .fa-glass-martini-alt:before {
    content: "\f57b";
}

.bootstrapiso .fa-glasses:before {
    content: "\f530";
}

.bootstrapiso .fa-glide:before {
    content: "\f2a5";
}

.bootstrapiso .fa-glide-g:before {
    content: "\f2a6";
}

.bootstrapiso .fa-globe:before {
    content: "\f0ac";
}

.bootstrapiso .fa-globe-africa:before {
    content: "\f57c";
}

.bootstrapiso .fa-globe-americas:before {
    content: "\f57d";
}

.bootstrapiso .fa-globe-asia:before {
    content: "\f57e";
}

.bootstrapiso .fa-gofore:before {
    content: "\f3a7";
}

.bootstrapiso .fa-golf-ball:before {
    content: "\f450";
}

.bootstrapiso .fa-goodreads:before {
    content: "\f3a8";
}

.bootstrapiso .fa-goodreads-g:before {
    content: "\f3a9";
}

.bootstrapiso .fa-google:before {
    content: "\f1a0";
}

.bootstrapiso .fa-google-drive:before {
    content: "\f3aa";
}

.bootstrapiso .fa-google-play:before {
    content: "\f3ab";
}

.bootstrapiso .fa-google-plus:before {
    content: "\f2b3";
}

.bootstrapiso .fa-google-plus-g:before {
    content: "\f0d5";
}

.bootstrapiso .fa-google-plus-square:before {
    content: "\f0d4";
}

.bootstrapiso .fa-google-wallet:before {
    content: "\f1ee";
}

.bootstrapiso .fa-gopuram:before {
    content: "\f664";
}

.bootstrapiso .fa-graduation-cap:before {
    content: "\f19d";
}

.bootstrapiso .fa-gratipay:before {
    content: "\f184";
}

.bootstrapiso .fa-grav:before {
    content: "\f2d6";
}

.bootstrapiso .fa-greater-than:before {
    content: "\f531";
}

.bootstrapiso .fa-greater-than-equal:before {
    content: "\f532";
}

.bootstrapiso .fa-grimace:before {
    content: "\f57f";
}

.bootstrapiso .fa-grin:before {
    content: "\f580";
}

.bootstrapiso .fa-grin-alt:before {
    content: "\f581";
}

.bootstrapiso .fa-grin-beam:before {
    content: "\f582";
}

.bootstrapiso .fa-grin-beam-sweat:before {
    content: "\f583";
}

.bootstrapiso .fa-grin-hearts:before {
    content: "\f584";
}

.bootstrapiso .fa-grin-squint:before {
    content: "\f585";
}

.bootstrapiso .fa-grin-squint-tears:before {
    content: "\f586";
}

.bootstrapiso .fa-grin-stars:before {
    content: "\f587";
}

.bootstrapiso .fa-grin-tears:before {
    content: "\f588";
}

.bootstrapiso .fa-grin-tongue:before {
    content: "\f589";
}

.bootstrapiso .fa-grin-tongue-squint:before {
    content: "\f58a";
}

.bootstrapiso .fa-grin-tongue-wink:before {
    content: "\f58b";
}

.bootstrapiso .fa-grin-wink:before {
    content: "\f58c";
}

.bootstrapiso .fa-grip-horizontal:before {
    content: "\f58d";
}

.bootstrapiso .fa-grip-vertical:before {
    content: "\f58e";
}

.bootstrapiso .fa-gripfire:before {
    content: "\f3ac";
}

.bootstrapiso .fa-grunt:before {
    content: "\f3ad";
}

.bootstrapiso .fa-gulp:before {
    content: "\f3ae";
}

.bootstrapiso .fa-h-square:before {
    content: "\f0fd";
}

.bootstrapiso .fa-hacker-news:before {
    content: "\f1d4";
}

.bootstrapiso .fa-hacker-news-square:before {
    content: "\f3af";
}

.bootstrapiso .fa-hackerrank:before {
    content: "\f5f7";
}

.bootstrapiso .fa-hammer:before {
    content: "\f6e3";
}

.bootstrapiso .fa-hamsa:before {
    content: "\f665";
}

.bootstrapiso .fa-hand-holding:before {
    content: "\f4bd";
}

.bootstrapiso .fa-hand-holding-heart:before {
    content: "\f4be";
}

.bootstrapiso .fa-hand-holding-usd:before {
    content: "\f4c0";
}

.bootstrapiso .fa-hand-lizard:before {
    content: "\f258";
}

.bootstrapiso .fa-hand-paper:before {
    content: "\f256";
}

.bootstrapiso .fa-hand-peace:before {
    content: "\f25b";
}

.bootstrapiso .fa-hand-point-down:before {
    content: "\f0a7";
}

.bootstrapiso .fa-hand-point-left:before {
    content: "\f0a5";
}

.bootstrapiso .fa-hand-point-right:before {
    content: "\f0a4";
}

.bootstrapiso .fa-hand-point-up:before {
    content: "\f0a6";
}

.bootstrapiso .fa-hand-pointer:before {
    content: "\f25a";
}

.bootstrapiso .fa-hand-rock:before {
    content: "\f255";
}

.bootstrapiso .fa-hand-scissors:before {
    content: "\f257";
}

.bootstrapiso .fa-hand-spock:before {
    content: "\f259";
}

.bootstrapiso .fa-hands:before {
    content: "\f4c2";
}

.bootstrapiso .fa-hands-helping:before {
    content: "\f4c4";
}

.bootstrapiso .fa-handshake:before {
    content: "\f2b5";
}

.bootstrapiso .fa-hanukiah:before {
    content: "\f6e6";
}

.bootstrapiso .fa-hashtag:before {
    content: "\f292";
}

.bootstrapiso .fa-hat-wizard:before {
    content: "\f6e8";
}

.bootstrapiso .fa-haykal:before {
    content: "\f666";
}

.bootstrapiso .fa-hdd:before {
    content: "\f0a0";
}

.bootstrapiso .fa-heading:before {
    content: "\f1dc";
}

.bootstrapiso .fa-headphones:before {
    content: "\f025";
}

.bootstrapiso .fa-headphones-alt:before {
    content: "\f58f";
}

.bootstrapiso .fa-headset:before {
    content: "\f590";
}

.bootstrapiso .fa-heart:before {
    content: "\f004";
}

.bootstrapiso .fa-heartbeat:before {
    content: "\f21e";
}

.bootstrapiso .fa-helicopter:before {
    content: "\f533";
}

.bootstrapiso .fa-highlighter:before {
    content: "\f591";
}

.bootstrapiso .fa-hiking:before {
    content: "\f6ec";
}

.bootstrapiso .fa-hippo:before {
    content: "\f6ed";
}

.bootstrapiso .fa-hips:before {
    content: "\f452";
}

.bootstrapiso .fa-hire-a-helper:before {
    content: "\f3b0";
}

.bootstrapiso .fa-history:before {
    content: "\f1da";
}

.bootstrapiso .fa-hockey-puck:before {
    content: "\f453";
}

.bootstrapiso .fa-home:before {
    content: "\f015";
}

.bootstrapiso .fa-hooli:before {
    content: "\f427";
}

.bootstrapiso .fa-hornbill:before {
    content: "\f592";
}

.bootstrapiso .fa-horse:before {
    content: "\f6f0";
}

.bootstrapiso .fa-hospital:before {
    content: "\f0f8";
}

.bootstrapiso .fa-hospital-alt:before {
    content: "\f47d";
}

.bootstrapiso .fa-hospital-symbol:before {
    content: "\f47e";
}

.bootstrapiso .fa-hot-tub:before {
    content: "\f593";
}

.bootstrapiso .fa-hotel:before {
    content: "\f594";
}

.bootstrapiso .fa-hotjar:before {
    content: "\f3b1";
}

.bootstrapiso .fa-hourglass:before {
    content: "\f254";
}

.bootstrapiso .fa-hourglass-end:before {
    content: "\f253";
}

.bootstrapiso .fa-hourglass-half:before {
    content: "\f252";
}

.bootstrapiso .fa-hourglass-start:before {
    content: "\f251";
}

.bootstrapiso .fa-house-damage:before {
    content: "\f6f1";
}

.bootstrapiso .fa-houzz:before {
    content: "\f27c";
}

.bootstrapiso .fa-hryvnia:before {
    content: "\f6f2";
}

.bootstrapiso .fa-html5:before {
    content: "\f13b";
}

.bootstrapiso .fa-hubspot:before {
    content: "\f3b2";
}

.bootstrapiso .fa-i-cursor:before {
    content: "\f246";
}

.bootstrapiso .fa-id-badge:before {
    content: "\f2c1";
}

.bootstrapiso .fa-id-card:before {
    content: "\f2c2";
}

.bootstrapiso .fa-id-card-alt:before {
    content: "\f47f";
}

.bootstrapiso .fa-image:before {
    content: "\f03e";
}

.bootstrapiso .fa-images:before {
    content: "\f302";
}

.bootstrapiso .fa-imdb:before {
    content: "\f2d8";
}

.bootstrapiso .fa-inbox:before {
    content: "\f01c";
}

.bootstrapiso .fa-indent:before {
    content: "\f03c";
}

.bootstrapiso .fa-industry:before {
    content: "\f275";
}

.bootstrapiso .fa-infinity:before {
    content: "\f534";
}

.bootstrapiso .fa-info:before {
    content: "\f129";
}

.bootstrapiso .fa-info-circle:before {
    content: "\f05a";
}

.bootstrapiso .fa-instagram:before {
    content: "\f16d";
}

.bootstrapiso .fa-internet-explorer:before {
    content: "\f26b";
}

.bootstrapiso .fa-ioxhost:before {
    content: "\f208";
}

.bootstrapiso .fa-italic:before {
    content: "\f033";
}

.bootstrapiso .fa-itunes:before {
    content: "\f3b4";
}

.bootstrapiso .fa-itunes-note:before {
    content: "\f3b5";
}

.bootstrapiso .fa-java:before {
    content: "\f4e4";
}

.bootstrapiso .fa-jedi:before {
    content: "\f669";
}

.bootstrapiso .fa-jedi-order:before {
    content: "\f50e";
}

.bootstrapiso .fa-jenkins:before {
    content: "\f3b6";
}

.bootstrapiso .fa-joget:before {
    content: "\f3b7";
}

.bootstrapiso .fa-joint:before {
    content: "\f595";
}

.bootstrapiso .fa-joomla:before {
    content: "\f1aa";
}

.bootstrapiso .fa-journal-whills:before {
    content: "\f66a";
}

.bootstrapiso .fa-js:before {
    content: "\f3b8";
}

.bootstrapiso .fa-js-square:before {
    content: "\f3b9";
}

.bootstrapiso .fa-jsfiddle:before {
    content: "\f1cc";
}

.bootstrapiso .fa-kaaba:before {
    content: "\f66b";
}

.bootstrapiso .fa-kaggle:before {
    content: "\f5fa";
}

.bootstrapiso .fa-key:before {
    content: "\f084";
}

.bootstrapiso .fa-keybase:before {
    content: "\f4f5";
}

.bootstrapiso .fa-keyboard:before {
    content: "\f11c";
}

.bootstrapiso .fa-keycdn:before {
    content: "\f3ba";
}

.bootstrapiso .fa-khanda:before {
    content: "\f66d";
}

.bootstrapiso .fa-kickstarter:before {
    content: "\f3bb";
}

.bootstrapiso .fa-kickstarter-k:before {
    content: "\f3bc";
}

.bootstrapiso .fa-kiss:before {
    content: "\f596";
}

.bootstrapiso .fa-kiss-beam:before {
    content: "\f597";
}

.bootstrapiso .fa-kiss-wink-heart:before {
    content: "\f598";
}

.bootstrapiso .fa-kiwi-bird:before {
    content: "\f535";
}

.bootstrapiso .fa-korvue:before {
    content: "\f42f";
}

.bootstrapiso .fa-landmark:before {
    content: "\f66f";
}

.bootstrapiso .fa-language:before {
    content: "\f1ab";
}

.bootstrapiso .fa-laptop:before {
    content: "\f109";
}

.bootstrapiso .fa-laptop-code:before {
    content: "\f5fc";
}

.bootstrapiso .fa-laravel:before {
    content: "\f3bd";
}

.bootstrapiso .fa-lastfm:before {
    content: "\f202";
}

.bootstrapiso .fa-lastfm-square:before {
    content: "\f203";
}

.bootstrapiso .fa-laugh:before {
    content: "\f599";
}

.bootstrapiso .fa-laugh-beam:before {
    content: "\f59a";
}

.bootstrapiso .fa-laugh-squint:before {
    content: "\f59b";
}

.bootstrapiso .fa-laugh-wink:before {
    content: "\f59c";
}

.bootstrapiso .fa-layer-group:before {
    content: "\f5fd";
}

.bootstrapiso .fa-leaf:before {
    content: "\f06c";
}

.bootstrapiso .fa-leanpub:before {
    content: "\f212";
}

.bootstrapiso .fa-lemon:before {
    content: "\f094";
}

.bootstrapiso .fa-less:before {
    content: "\f41d";
}

.bootstrapiso .fa-less-than:before {
    content: "\f536";
}

.bootstrapiso .fa-less-than-equal:before {
    content: "\f537";
}

.bootstrapiso .fa-level-down-alt:before {
    content: "\f3be";
}

.bootstrapiso .fa-level-up-alt:before {
    content: "\f3bf";
}

.bootstrapiso .fa-life-ring:before {
    content: "\f1cd";
}

.bootstrapiso .fa-lightbulb:before {
    content: "\f0eb";
}

.bootstrapiso .fa-line:before {
    content: "\f3c0";
}

.bootstrapiso .fa-link:before {
    content: "\f0c1";
}

.bootstrapiso .fa-linkedin:before {
    content: "\f08c";
}

.bootstrapiso .fa-linkedin-in:before {
    content: "\f0e1";
}

.bootstrapiso .fa-linode:before {
    content: "\f2b8";
}

.bootstrapiso .fa-linux:before {
    content: "\f17c";
}

.bootstrapiso .fa-lira-sign:before {
    content: "\f195";
}

.bootstrapiso .fa-list:before {
    content: "\f03a";
}

.bootstrapiso .fa-list-alt:before {
    content: "\f022";
}

.bootstrapiso .fa-list-ol:before {
    content: "\f0cb";
}

.bootstrapiso .fa-list-ul:before {
    content: "\f0ca";
}

.bootstrapiso .fa-location-arrow:before {
    content: "\f124";
}

.bootstrapiso .fa-lock:before {
    content: "\f023";
}

.bootstrapiso .fa-lock-open:before {
    content: "\f3c1";
}

.bootstrapiso .fa-long-arrow-alt-down:before {
    content: "\f309";
}

.bootstrapiso .fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.bootstrapiso .fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.bootstrapiso .fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.bootstrapiso .fa-low-vision:before {
    content: "\f2a8";
}

.bootstrapiso .fa-luggage-cart:before {
    content: "\f59d";
}

.bootstrapiso .fa-lyft:before {
    content: "\f3c3";
}

.bootstrapiso .fa-magento:before {
    content: "\f3c4";
}

.bootstrapiso .fa-magic:before {
    content: "\f0d0";
}

.bootstrapiso .fa-magnet:before {
    content: "\f076";
}

.bootstrapiso .fa-mail-bulk:before {
    content: "\f674";
}

.bootstrapiso .fa-mailchimp:before {
    content: "\f59e";
}

.bootstrapiso .fa-male:before {
    content: "\f183";
}

.bootstrapiso .fa-mandalorian:before {
    content: "\f50f";
}

.bootstrapiso .fa-map:before {
    content: "\f279";
}

.bootstrapiso .fa-map-marked:before {
    content: "\f59f";
}

.bootstrapiso .fa-map-marked-alt:before {
    content: "\f5a0";
}

.bootstrapiso .fa-map-marker:before {
    content: "\f041";
}

.bootstrapiso .fa-map-marker-alt:before {
    content: "\f3c5";
}

.bootstrapiso .fa-map-pin:before {
    content: "\f276";
}

.bootstrapiso .fa-map-signs:before {
    content: "\f277";
}

.bootstrapiso .fa-markdown:before {
    content: "\f60f";
}

.bootstrapiso .fa-marker:before {
    content: "\f5a1";
}

.bootstrapiso .fa-mars:before {
    content: "\f222";
}

.bootstrapiso .fa-mars-double:before {
    content: "\f227";
}

.bootstrapiso .fa-mars-stroke:before {
    content: "\f229";
}

.bootstrapiso .fa-mars-stroke-h:before {
    content: "\f22b";
}

.bootstrapiso .fa-mars-stroke-v:before {
    content: "\f22a";
}

.bootstrapiso .fa-mask:before {
    content: "\f6fa";
}

.bootstrapiso .fa-mastodon:before {
    content: "\f4f6";
}

.bootstrapiso .fa-maxcdn:before {
    content: "\f136";
}

.bootstrapiso .fa-medal:before {
    content: "\f5a2";
}

.bootstrapiso .fa-medapps:before {
    content: "\f3c6";
}

.bootstrapiso .fa-medium:before {
    content: "\f23a";
}

.bootstrapiso .fa-medium-m:before {
    content: "\f3c7";
}

.bootstrapiso .fa-medkit:before {
    content: "\f0fa";
}

.bootstrapiso .fa-medrt:before {
    content: "\f3c8";
}

.bootstrapiso .fa-meetup:before {
    content: "\f2e0";
}

.bootstrapiso .fa-megaport:before {
    content: "\f5a3";
}

.bootstrapiso .fa-meh:before {
    content: "\f11a";
}

.bootstrapiso .fa-meh-blank:before {
    content: "\f5a4";
}

.bootstrapiso .fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.bootstrapiso .fa-memory:before {
    content: "\f538";
}

.bootstrapiso .fa-menorah:before {
    content: "\f676";
}

.bootstrapiso .fa-mercury:before {
    content: "\f223";
}

.bootstrapiso .fa-meteor:before {
    content: "\f753";
}

.bootstrapiso .fa-microchip:before {
    content: "\f2db";
}

.bootstrapiso .fa-microphone:before {
    content: "\f130";
}

.bootstrapiso .fa-microphone-alt:before {
    content: "\f3c9";
}

.bootstrapiso .fa-microphone-alt-slash:before {
    content: "\f539";
}

.bootstrapiso .fa-microphone-slash:before {
    content: "\f131";
}

.bootstrapiso .fa-microscope:before {
    content: "\f610";
}

.bootstrapiso .fa-microsoft:before {
    content: "\f3ca";
}

.bootstrapiso .fa-minus:before {
    content: "\f068";
}

.bootstrapiso .fa-minus-circle:before {
    content: "\f056";
}

.bootstrapiso .fa-minus-square:before {
    content: "\f146";
}

.bootstrapiso .fa-mix:before {
    content: "\f3cb";
}

.bootstrapiso .fa-mixcloud:before {
    content: "\f289";
}

.bootstrapiso .fa-mizuni:before {
    content: "\f3cc";
}

.bootstrapiso .fa-mobile:before {
    content: "\f10b";
}

.bootstrapiso .fa-mobile-alt:before {
    content: "\f3cd";
}

.bootstrapiso .fa-modx:before {
    content: "\f285";
}

.bootstrapiso .fa-monero:before {
    content: "\f3d0";
}

.bootstrapiso .fa-money-bill:before {
    content: "\f0d6";
}

.bootstrapiso .fa-money-bill-alt:before {
    content: "\f3d1";
}

.bootstrapiso .fa-money-bill-wave:before {
    content: "\f53a";
}

.bootstrapiso .fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.bootstrapiso .fa-money-check:before {
    content: "\f53c";
}

.bootstrapiso .fa-money-check-alt:before {
    content: "\f53d";
}

.bootstrapiso .fa-monument:before {
    content: "\f5a6";
}

.bootstrapiso .fa-moon:before {
    content: "\f186";
}

.bootstrapiso .fa-mortar-pestle:before {
    content: "\f5a7";
}

.bootstrapiso .fa-mosque:before {
    content: "\f678";
}

.bootstrapiso .fa-motorcycle:before {
    content: "\f21c";
}

.bootstrapiso .fa-mountain:before {
    content: "\f6fc";
}

.bootstrapiso .fa-mouse-pointer:before {
    content: "\f245";
}

.bootstrapiso .fa-music:before {
    content: "\f001";
}

.bootstrapiso .fa-napster:before {
    content: "\f3d2";
}

.bootstrapiso .fa-neos:before {
    content: "\f612";
}

.bootstrapiso .fa-network-wired:before {
    content: "\f6ff";
}

.bootstrapiso .fa-neuter:before {
    content: "\f22c";
}

.bootstrapiso .fa-newspaper:before {
    content: "\f1ea";
}

.bootstrapiso .fa-nimblr:before {
    content: "\f5a8";
}

.bootstrapiso .fa-nintendo-switch:before {
    content: "\f418";
}

.bootstrapiso .fa-node:before {
    content: "\f419";
}

.bootstrapiso .fa-node-js:before {
    content: "\f3d3";
}

.bootstrapiso .fa-not-equal:before {
    content: "\f53e";
}

.bootstrapiso .fa-notes-medical:before {
    content: "\f481";
}

.bootstrapiso .fa-npm:before {
    content: "\f3d4";
}

.bootstrapiso .fa-ns8:before {
    content: "\f3d5";
}

.bootstrapiso .fa-nutritionix:before {
    content: "\f3d6";
}

.bootstrapiso .fa-object-group:before {
    content: "\f247";
}

.bootstrapiso .fa-object-ungroup:before {
    content: "\f248";
}

.bootstrapiso .fa-odnoklassniki:before {
    content: "\f263";
}

.bootstrapiso .fa-odnoklassniki-square:before {
    content: "\f264";
}

.bootstrapiso .fa-oil-can:before {
    content: "\f613";
}

.bootstrapiso .fa-old-republic:before {
    content: "\f510";
}

.bootstrapiso .fa-om:before {
    content: "\f679";
}

.bootstrapiso .fa-opencart:before {
    content: "\f23d";
}

.bootstrapiso .fa-openid:before {
    content: "\f19b";
}

.bootstrapiso .fa-opera:before {
    content: "\f26a";
}

.bootstrapiso .fa-optin-monster:before {
    content: "\f23c";
}

.bootstrapiso .fa-osi:before {
    content: "\f41a";
}

.bootstrapiso .fa-otter:before {
    content: "\f700";
}

.bootstrapiso .fa-outdent:before {
    content: "\f03b";
}

.bootstrapiso .fa-page4:before {
    content: "\f3d7";
}

.bootstrapiso .fa-pagelines:before {
    content: "\f18c";
}

.bootstrapiso .fa-paint-brush:before {
    content: "\f1fc";
}

.bootstrapiso .fa-paint-roller:before {
    content: "\f5aa";
}

.bootstrapiso .fa-palette:before {
    content: "\f53f";
}

.bootstrapiso .fa-palfed:before {
    content: "\f3d8";
}

.bootstrapiso .fa-pallet:before {
    content: "\f482";
}

.bootstrapiso .fa-paper-plane:before {
    content: "\f1d8";
}

.bootstrapiso .fa-paperclip:before {
    content: "\f0c6";
}

.bootstrapiso .fa-parachute-box:before {
    content: "\f4cd";
}

.bootstrapiso .fa-paragraph:before {
    content: "\f1dd";
}

.bootstrapiso .fa-parking:before {
    content: "\f540";
}

.bootstrapiso .fa-passport:before {
    content: "\f5ab";
}

.bootstrapiso .fa-pastafarianism:before {
    content: "\f67b";
}

.bootstrapiso .fa-paste:before {
    content: "\f0ea";
}

.bootstrapiso .fa-patreon:before {
    content: "\f3d9";
}

.bootstrapiso .fa-pause:before {
    content: "\f04c";
}

.bootstrapiso .fa-pause-circle:before {
    content: "\f28b";
}

.bootstrapiso .fa-paw:before {
    content: "\f1b0";
}

.bootstrapiso .fa-paypal:before {
    content: "\f1ed";
}

.bootstrapiso .fa-peace:before {
    content: "\f67c";
}

.bootstrapiso .fa-pen:before {
    content: "\f304";
}

.bootstrapiso .fa-pen-alt:before {
    content: "\f305";
}

.bootstrapiso .fa-pen-fancy:before {
    content: "\f5ac";
}

.bootstrapiso .fa-pen-nib:before {
    content: "\f5ad";
}

.bootstrapiso .fa-pen-square:before {
    content: "\f14b";
}

.bootstrapiso .fa-pencil-alt:before {
    content: "\f303";
}

.bootstrapiso .fa-pencil-ruler:before {
    content: "\f5ae";
}

.bootstrapiso .fa-penny-arcade:before {
    content: "\f704";
}

.bootstrapiso .fa-people-carry:before {
    content: "\f4ce";
}

.bootstrapiso .fa-percent:before {
    content: "\f295";
}

.bootstrapiso .fa-percentage:before {
    content: "\f541";
}

.bootstrapiso .fa-periscope:before {
    content: "\f3da";
}

.bootstrapiso .fa-person-booth:before {
    content: "\f756";
}

.bootstrapiso .fa-phabricator:before {
    content: "\f3db";
}

.bootstrapiso .fa-phoenix-framework:before {
    content: "\f3dc";
}

.bootstrapiso .fa-phoenix-squadron:before {
    content: "\f511";
}

.bootstrapiso .fa-phone:before {
    content: "\f095";
}

.bootstrapiso .fa-phone-slash:before {
    content: "\f3dd";
}

.bootstrapiso .fa-phone-square:before {
    content: "\f098";
}

.bootstrapiso .fa-phone-volume:before {
    content: "\f2a0";
}

.bootstrapiso .fa-php:before {
    content: "\f457";
}

.bootstrapiso .fa-pied-piper:before {
    content: "\f2ae";
}

.bootstrapiso .fa-pied-piper-alt:before {
    content: "\f1a8";
}

.bootstrapiso .fa-pied-piper-hat:before {
    content: "\f4e5";
}

.bootstrapiso .fa-pied-piper-pp:before {
    content: "\f1a7";
}

.bootstrapiso .fa-piggy-bank:before {
    content: "\f4d3";
}

.bootstrapiso .fa-pills:before {
    content: "\f484";
}

.bootstrapiso .fa-pinterest:before {
    content: "\f0d2";
}

.bootstrapiso .fa-pinterest-p:before {
    content: "\f231";
}

.bootstrapiso .fa-pinterest-square:before {
    content: "\f0d3";
}

.bootstrapiso .fa-place-of-worship:before {
    content: "\f67f";
}

.bootstrapiso .fa-plane:before {
    content: "\f072";
}

.bootstrapiso .fa-plane-arrival:before {
    content: "\f5af";
}

.bootstrapiso .fa-plane-departure:before {
    content: "\f5b0";
}

.bootstrapiso .fa-play:before {
    content: "\f04b";
}

.bootstrapiso .fa-play-circle:before {
    content: "\f144";
}

.bootstrapiso .fa-playstation:before {
    content: "\f3df";
}

.bootstrapiso .fa-plug:before {
    content: "\f1e6";
}

.bootstrapiso .fa-plus:before {
    content: "\f067";
}

.bootstrapiso .fa-plus-circle:before {
    content: "\f055";
}

.bootstrapiso .fa-plus-square:before {
    content: "\f0fe";
}

.bootstrapiso .fa-podcast:before {
    content: "\f2ce";
}

.bootstrapiso .fa-poll:before {
    content: "\f681";
}

.bootstrapiso .fa-poll-h:before {
    content: "\f682";
}

.bootstrapiso .fa-poo:before {
    content: "\f2fe";
}

.bootstrapiso .fa-poo-storm:before {
    content: "\f75a";
}

.bootstrapiso .fa-poop:before {
    content: "\f619";
}

.bootstrapiso .fa-portrait:before {
    content: "\f3e0";
}

.bootstrapiso .fa-pound-sign:before {
    content: "\f154";
}

.bootstrapiso .fa-power-off:before {
    content: "\f011";
}

.bootstrapiso .fa-pray:before {
    content: "\f683";
}

.bootstrapiso .fa-praying-hands:before {
    content: "\f684";
}

.bootstrapiso .fa-prescription:before {
    content: "\f5b1";
}

.bootstrapiso .fa-prescription-bottle:before {
    content: "\f485";
}

.bootstrapiso .fa-prescription-bottle-alt:before {
    content: "\f486";
}

.bootstrapiso .fa-print:before {
    content: "\f02f";
}

.bootstrapiso .fa-procedures:before {
    content: "\f487";
}

.bootstrapiso .fa-product-hunt:before {
    content: "\f288";
}

.bootstrapiso .fa-project-diagram:before {
    content: "\f542";
}

.bootstrapiso .fa-pushed:before {
    content: "\f3e1";
}

.bootstrapiso .fa-puzzle-piece:before {
    content: "\f12e";
}

.bootstrapiso .fa-python:before {
    content: "\f3e2";
}

.bootstrapiso .fa-qq:before {
    content: "\f1d6";
}

.bootstrapiso .fa-qrcode:before {
    content: "\f029";
}

.bootstrapiso .fa-question:before {
    content: "\f128";
}

.bootstrapiso .fa-question-circle:before {
    content: "\f059";
}

.bootstrapiso .fa-quidditch:before {
    content: "\f458";
}

.bootstrapiso .fa-quinscape:before {
    content: "\f459";
}

.bootstrapiso .fa-quora:before {
    content: "\f2c4";
}

.bootstrapiso .fa-quote-left:before {
    content: "\f10d";
}

.bootstrapiso .fa-quote-right:before {
    content: "\f10e";
}

.bootstrapiso .fa-quran:before {
    content: "\f687";
}

.bootstrapiso .fa-r-project:before {
    content: "\f4f7";
}

.bootstrapiso .fa-rainbow:before {
    content: "\f75b";
}

.bootstrapiso .fa-random:before {
    content: "\f074";
}

.bootstrapiso .fa-ravelry:before {
    content: "\f2d9";
}

.bootstrapiso .fa-react:before {
    content: "\f41b";
}

.bootstrapiso .fa-reacteurope:before {
    content: "\f75d";
}

.bootstrapiso .fa-readme:before {
    content: "\f4d5";
}

.bootstrapiso .fa-rebel:before {
    content: "\f1d0";
}

.bootstrapiso .fa-receipt:before {
    content: "\f543";
}

.bootstrapiso .fa-recycle:before {
    content: "\f1b8";
}

.bootstrapiso .fa-red-river:before {
    content: "\f3e3";
}

.bootstrapiso .fa-reddit:before {
    content: "\f1a1";
}

.bootstrapiso .fa-reddit-alien:before {
    content: "\f281";
}

.bootstrapiso .fa-reddit-square:before {
    content: "\f1a2";
}

.bootstrapiso .fa-redo:before {
    content: "\f01e";
}

.bootstrapiso .fa-redo-alt:before {
    content: "\f2f9";
}

.bootstrapiso .fa-registered:before {
    content: "\f25d";
}

.bootstrapiso .fa-renren:before {
    content: "\f18b";
}

.bootstrapiso .fa-reply:before {
    content: "\f3e5";
}

.bootstrapiso .fa-reply-all:before {
    content: "\f122";
}

.bootstrapiso .fa-replyd:before {
    content: "\f3e6";
}

.bootstrapiso .fa-republican:before {
    content: "\f75e";
}

.bootstrapiso .fa-researchgate:before {
    content: "\f4f8";
}

.bootstrapiso .fa-resolving:before {
    content: "\f3e7";
}

.bootstrapiso .fa-retweet:before {
    content: "\f079";
}

.bootstrapiso .fa-rev:before {
    content: "\f5b2";
}

.bootstrapiso .fa-ribbon:before {
    content: "\f4d6";
}

.bootstrapiso .fa-ring:before {
    content: "\f70b";
}

.bootstrapiso .fa-road:before {
    content: "\f018";
}

.bootstrapiso .fa-robot:before {
    content: "\f544";
}

.bootstrapiso .fa-rocket:before {
    content: "\f135";
}

.bootstrapiso .fa-rocketchat:before {
    content: "\f3e8";
}

.bootstrapiso .fa-rockrms:before {
    content: "\f3e9";
}

.bootstrapiso .fa-route:before {
    content: "\f4d7";
}

.bootstrapiso .fa-rss:before {
    content: "\f09e";
}

.bootstrapiso .fa-rss-square:before {
    content: "\f143";
}

.bootstrapiso .fa-ruble-sign:before {
    content: "\f158";
}

.bootstrapiso .fa-ruler:before {
    content: "\f545";
}

.bootstrapiso .fa-ruler-combined:before {
    content: "\f546";
}

.bootstrapiso .fa-ruler-horizontal:before {
    content: "\f547";
}

.bootstrapiso .fa-ruler-vertical:before {
    content: "\f548";
}

.bootstrapiso .fa-running:before {
    content: "\f70c";
}

.bootstrapiso .fa-rupee-sign:before {
    content: "\f156";
}

.bootstrapiso .fa-sad-cry:before {
    content: "\f5b3";
}

.bootstrapiso .fa-sad-tear:before {
    content: "\f5b4";
}

.bootstrapiso .fa-safari:before {
    content: "\f267";
}

.bootstrapiso .fa-sass:before {
    content: "\f41e";
}

.bootstrapiso .fa-save:before {
    content: "\f0c7";
}

.bootstrapiso .fa-schlix:before {
    content: "\f3ea";
}

.bootstrapiso .fa-school:before {
    content: "\f549";
}

.bootstrapiso .fa-screwdriver:before {
    content: "\f54a";
}

.bootstrapiso .fa-scribd:before {
    content: "\f28a";
}

.bootstrapiso .fa-scroll:before {
    content: "\f70e";
}

.bootstrapiso .fa-search:before {
    content: "\f002";
}

.bootstrapiso .fa-search-dollar:before {
    content: "\f688";
}

.bootstrapiso .fa-search-location:before {
    content: "\f689";
}

.bootstrapiso .fa-search-minus:before {
    content: "\f010";
}

.bootstrapiso .fa-search-plus:before {
    content: "\f00e";
}

.bootstrapiso .fa-searchengin:before {
    content: "\f3eb";
}

.bootstrapiso .fa-seedling:before {
    content: "\f4d8";
}

.bootstrapiso .fa-sellcast:before {
    content: "\f2da";
}

.bootstrapiso .fa-sellsy:before {
    content: "\f213";
}

.bootstrapiso .fa-server:before {
    content: "\f233";
}

.bootstrapiso .fa-servicestack:before {
    content: "\f3ec";
}

.bootstrapiso .fa-shapes:before {
    content: "\f61f";
}

.bootstrapiso .fa-share:before {
    content: "\f064";
}

.bootstrapiso .fa-share-alt:before {
    content: "\f1e0";
}

.bootstrapiso .fa-share-alt-square:before {
    content: "\f1e1";
}

.bootstrapiso .fa-share-square:before {
    content: "\f14d";
}

.bootstrapiso .fa-shekel-sign:before {
    content: "\f20b";
}

.bootstrapiso .fa-shield-alt:before {
    content: "\f3ed";
}

.bootstrapiso .fa-ship:before {
    content: "\f21a";
}

.bootstrapiso .fa-shipping-fast:before {
    content: "\f48b";
}

.bootstrapiso .fa-shirtsinbulk:before {
    content: "\f214";
}

.bootstrapiso .fa-shoe-prints:before {
    content: "\f54b";
}

.bootstrapiso .fa-shopping-bag:before {
    content: "\f290";
}

.bootstrapiso .fa-shopping-basket:before {
    content: "\f291";
}

.bootstrapiso .fa-shopping-cart:before {
    content: "\f07a";
}

.bootstrapiso .fa-shopware:before {
    content: "\f5b5";
}

.bootstrapiso .fa-shower:before {
    content: "\f2cc";
}

.bootstrapiso .fa-shuttle-van:before {
    content: "\f5b6";
}

.bootstrapiso .fa-sign:before {
    content: "\f4d9";
}

.bootstrapiso .fa-sign-in-alt:before {
    content: "\f2f6";
}

.bootstrapiso .fa-sign-language:before {
    content: "\f2a7";
}

.bootstrapiso .fa-sign-out-alt:before {
    content: "\f2f5";
}

.bootstrapiso .fa-signal:before {
    content: "\f012";
}

.bootstrapiso .fa-signature:before {
    content: "\f5b7";
}

.bootstrapiso .fa-simplybuilt:before {
    content: "\f215";
}

.bootstrapiso .fa-sistrix:before {
    content: "\f3ee";
}

.bootstrapiso .fa-sitemap:before {
    content: "\f0e8";
}

.bootstrapiso .fa-sith:before {
    content: "\f512";
}

.bootstrapiso .fa-skull:before {
    content: "\f54c";
}

.bootstrapiso .fa-skull-crossbones:before {
    content: "\f714";
}

.bootstrapiso .fa-skyatlas:before {
    content: "\f216";
}

.bootstrapiso .fa-skype:before {
    content: "\f17e";
}

.bootstrapiso .fa-slack:before {
    content: "\f198";
}

.bootstrapiso .fa-slack-hash:before {
    content: "\f3ef";
}

.bootstrapiso .fa-slash:before {
    content: "\f715";
}

.bootstrapiso .fa-sliders-h:before {
    content: "\f1de";
}

.bootstrapiso .fa-slideshare:before {
    content: "\f1e7";
}

.bootstrapiso .fa-smile:before {
    content: "\f118";
}

.bootstrapiso .fa-smile-beam:before {
    content: "\f5b8";
}

.bootstrapiso .fa-smile-wink:before {
    content: "\f4da";
}

.bootstrapiso .fa-smog:before {
    content: "\f75f";
}

.bootstrapiso .fa-smoking:before {
    content: "\f48d";
}

.bootstrapiso .fa-smoking-ban:before {
    content: "\f54d";
}

.bootstrapiso .fa-snapchat:before {
    content: "\f2ab";
}

.bootstrapiso .fa-snapchat-ghost:before {
    content: "\f2ac";
}

.bootstrapiso .fa-snapchat-square:before {
    content: "\f2ad";
}

.bootstrapiso .fa-snowflake:before {
    content: "\f2dc";
}

.bootstrapiso .fa-socks:before {
    content: "\f696";
}

.bootstrapiso .fa-solar-panel:before {
    content: "\f5ba";
}

.bootstrapiso .fa-sort:before {
    content: "\f0dc";
}

.bootstrapiso .fa-sort-alpha-down:before {
    content: "\f15d";
}

.bootstrapiso .fa-sort-alpha-up:before {
    content: "\f15e";
}

.bootstrapiso .fa-sort-amount-down:before {
    content: "\f160";
}

.bootstrapiso .fa-sort-amount-up:before {
    content: "\f161";
}

.bootstrapiso .fa-sort-down:before {
    content: "\f0dd";
}

.bootstrapiso .fa-sort-numeric-down:before {
    content: "\f162";
}

.bootstrapiso .fa-sort-numeric-up:before {
    content: "\f163";
}

.bootstrapiso .fa-sort-up:before {
    content: "\f0de";
}

.bootstrapiso .fa-soundcloud:before {
    content: "\f1be";
}

.bootstrapiso .fa-spa:before {
    content: "\f5bb";
}

.bootstrapiso .fa-space-shuttle:before {
    content: "\f197";
}

.bootstrapiso .fa-speakap:before {
    content: "\f3f3";
}

.bootstrapiso .fa-spider:before {
    content: "\f717";
}

.bootstrapiso .fa-spinner:before {
    content: "\f110";
}

.bootstrapiso .fa-splotch:before {
    content: "\f5bc";
}

.bootstrapiso .fa-spotify:before {
    content: "\f1bc";
}

.bootstrapiso .fa-spray-can:before {
    content: "\f5bd";
}

.bootstrapiso .fa-square:before {
    content: "\f0c8";
}

.bootstrapiso .fa-square-full:before {
    content: "\f45c";
}

.bootstrapiso .fa-square-root-alt:before {
    content: "\f698";
}

.bootstrapiso .fa-squarespace:before {
    content: "\f5be";
}

.bootstrapiso .fa-stack-exchange:before {
    content: "\f18d";
}

.bootstrapiso .fa-stack-overflow:before {
    content: "\f16c";
}

.bootstrapiso .fa-stamp:before {
    content: "\f5bf";
}

.bootstrapiso .fa-star:before {
    content: "\f005";
}

.bootstrapiso .fa-star-and-crescent:before {
    content: "\f699";
}

.bootstrapiso .fa-star-half:before {
    content: "\f089";
}

.bootstrapiso .fa-star-half-alt:before {
    content: "\f5c0";
}

.bootstrapiso .fa-star-of-david:before {
    content: "\f69a";
}

.bootstrapiso .fa-star-of-life:before {
    content: "\f621";
}

.bootstrapiso .fa-staylinked:before {
    content: "\f3f5";
}

.bootstrapiso .fa-steam:before {
    content: "\f1b6";
}

.bootstrapiso .fa-steam-square:before {
    content: "\f1b7";
}

.bootstrapiso .fa-steam-symbol:before {
    content: "\f3f6";
}

.bootstrapiso .fa-step-backward:before {
    content: "\f048";
}

.bootstrapiso .fa-step-forward:before {
    content: "\f051";
}

.bootstrapiso .fa-stethoscope:before {
    content: "\f0f1";
}

.bootstrapiso .fa-sticker-mule:before {
    content: "\f3f7";
}

.bootstrapiso .fa-sticky-note:before {
    content: "\f249";
}

.bootstrapiso .fa-stop:before {
    content: "\f04d";
}

.bootstrapiso .fa-stop-circle:before {
    content: "\f28d";
}

.bootstrapiso .fa-stopwatch:before {
    content: "\f2f2";
}

.bootstrapiso .fa-store:before {
    content: "\f54e";
}

.bootstrapiso .fa-store-alt:before {
    content: "\f54f";
}

.bootstrapiso .fa-strava:before {
    content: "\f428";
}

.bootstrapiso .fa-stream:before {
    content: "\f550";
}

.bootstrapiso .fa-street-view:before {
    content: "\f21d";
}

.bootstrapiso .fa-strikethrough:before {
    content: "\f0cc";
}

.bootstrapiso .fa-stripe:before {
    content: "\f429";
}

.bootstrapiso .fa-stripe-s:before {
    content: "\f42a";
}

.bootstrapiso .fa-stroopwafel:before {
    content: "\f551";
}

.bootstrapiso .fa-studiovinari:before {
    content: "\f3f8";
}

.bootstrapiso .fa-stumbleupon:before {
    content: "\f1a4";
}

.bootstrapiso .fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.bootstrapiso .fa-subscript:before {
    content: "\f12c";
}

.bootstrapiso .fa-subway:before {
    content: "\f239";
}

.bootstrapiso .fa-suitcase:before {
    content: "\f0f2";
}

.bootstrapiso .fa-suitcase-rolling:before {
    content: "\f5c1";
}

.bootstrapiso .fa-sun:before {
    content: "\f185";
}

.bootstrapiso .fa-superpowers:before {
    content: "\f2dd";
}

.bootstrapiso .fa-superscript:before {
    content: "\f12b";
}

.bootstrapiso .fa-supple:before {
    content: "\f3f9";
}

.bootstrapiso .fa-surprise:before {
    content: "\f5c2";
}

.bootstrapiso .fa-swatchbook:before {
    content: "\f5c3";
}

.bootstrapiso .fa-swimmer:before {
    content: "\f5c4";
}

.bootstrapiso .fa-swimming-pool:before {
    content: "\f5c5";
}

.bootstrapiso .fa-synagogue:before {
    content: "\f69b";
}

.bootstrapiso .fa-sync:before {
    content: "\f021";
}

.bootstrapiso .fa-sync-alt:before {
    content: "\f2f1";
}

.bootstrapiso .fa-syringe:before {
    content: "\f48e";
}

.bootstrapiso .fa-table:before {
    content: "\f0ce";
}

.bootstrapiso .fa-table-tennis:before {
    content: "\f45d";
}

.bootstrapiso .fa-tablet:before {
    content: "\f10a";
}

.bootstrapiso .fa-tablet-alt:before {
    content: "\f3fa";
}

.bootstrapiso .fa-tablets:before {
    content: "\f490";
}

.bootstrapiso .fa-tachometer-alt:before {
    content: "\f3fd";
}

.bootstrapiso .fa-tag:before {
    content: "\f02b";
}

.bootstrapiso .fa-tags:before {
    content: "\f02c";
}

.bootstrapiso .fa-tape:before {
    content: "\f4db";
}

.bootstrapiso .fa-tasks:before {
    content: "\f0ae";
}

.bootstrapiso .fa-taxi:before {
    content: "\f1ba";
}

.bootstrapiso .fa-teamspeak:before {
    content: "\f4f9";
}

.bootstrapiso .fa-teeth:before {
    content: "\f62e";
}

.bootstrapiso .fa-teeth-open:before {
    content: "\f62f";
}

.bootstrapiso .fa-telegram:before {
    content: "\f2c6";
}

.bootstrapiso .fa-telegram-plane:before {
    content: "\f3fe";
}

.bootstrapiso .fa-temperature-high:before {
    content: "\f769";
}

.bootstrapiso .fa-temperature-low:before {
    content: "\f76b";
}

.bootstrapiso .fa-tencent-weibo:before {
    content: "\f1d5";
}

.bootstrapiso .fa-terminal:before {
    content: "\f120";
}

.bootstrapiso .fa-text-height:before {
    content: "\f034";
}

.bootstrapiso .fa-text-width:before {
    content: "\f035";
}

.bootstrapiso .fa-th:before {
    content: "\f00a";
}

.bootstrapiso .fa-th-large:before {
    content: "\f009";
}

.bootstrapiso .fa-th-list:before {
    content: "\f00b";
}

.bootstrapiso .fa-the-red-yeti:before {
    content: "\f69d";
}

.bootstrapiso .fa-theater-masks:before {
    content: "\f630";
}

.bootstrapiso .fa-themeco:before {
    content: "\f5c6";
}

.bootstrapiso .fa-themeisle:before {
    content: "\f2b2";
}

.bootstrapiso .fa-thermometer:before {
    content: "\f491";
}

.bootstrapiso .fa-thermometer-empty:before {
    content: "\f2cb";
}

.bootstrapiso .fa-thermometer-full:before {
    content: "\f2c7";
}

.bootstrapiso .fa-thermometer-half:before {
    content: "\f2c9";
}

.bootstrapiso .fa-thermometer-quarter:before {
    content: "\f2ca";
}

.bootstrapiso .fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.bootstrapiso .fa-think-peaks:before {
    content: "\f731";
}

.bootstrapiso .fa-thumbs-down:before {
    content: "\f165";
}

.bootstrapiso .fa-thumbs-up:before {
    content: "\f164";
}

.bootstrapiso .fa-thumbtack:before {
    content: "\f08d";
}

.bootstrapiso .fa-ticket-alt:before {
    content: "\f3ff";
}

.bootstrapiso .fa-times:before {
    content: "\f00d";
}

.bootstrapiso .fa-times-circle:before {
    content: "\f057";
}

.bootstrapiso .fa-tint:before {
    content: "\f043";
}

.bootstrapiso .fa-tint-slash:before {
    content: "\f5c7";
}

.bootstrapiso .fa-tired:before {
    content: "\f5c8";
}

.bootstrapiso .fa-toggle-off:before {
    content: "\f204";
}

.bootstrapiso .fa-toggle-on:before {
    content: "\f205";
}

.bootstrapiso .fa-toilet-paper:before {
    content: "\f71e";
}

.bootstrapiso .fa-toolbox:before {
    content: "\f552";
}

.bootstrapiso .fa-tooth:before {
    content: "\f5c9";
}

.bootstrapiso .fa-torah:before {
    content: "\f6a0";
}

.bootstrapiso .fa-torii-gate:before {
    content: "\f6a1";
}

.bootstrapiso .fa-tractor:before {
    content: "\f722";
}

.bootstrapiso .fa-trade-federation:before {
    content: "\f513";
}

.bootstrapiso .fa-trademark:before {
    content: "\f25c";
}

.bootstrapiso .fa-traffic-light:before {
    content: "\f637";
}

.bootstrapiso .fa-train:before {
    content: "\f238";
}

.bootstrapiso .fa-transgender:before {
    content: "\f224";
}

.bootstrapiso .fa-transgender-alt:before {
    content: "\f225";
}

.bootstrapiso .fa-trash:before {
    content: "\f1f8" !important;
}

.bootstrapiso .fa-trash-alt:before {
    content: "\f2ed";
}

.bootstrapiso .fa-tree:before {
    content: "\f1bb";
}

.bootstrapiso .fa-trello:before {
    content: "\f181";
}

.bootstrapiso .fa-tripadvisor:before {
    content: "\f262";
}

.bootstrapiso .fa-trophy:before {
    content: "\f091";
}

.bootstrapiso .fa-truck:before {
    content: "\f0d1";
}

.bootstrapiso .fa-truck-loading:before {
    content: "\f4de";
}

.bootstrapiso .fa-truck-monster:before {
    content: "\f63b";
}

.bootstrapiso .fa-truck-moving:before {
    content: "\f4df";
}

.bootstrapiso .fa-truck-pickup:before {
    content: "\f63c";
}

.bootstrapiso .fa-tshirt:before {
    content: "\f553";
}

.bootstrapiso .fa-tty:before {
    content: "\f1e4";
}

.bootstrapiso .fa-tumblr:before {
    content: "\f173";
}

.bootstrapiso .fa-tumblr-square:before {
    content: "\f174";
}

.bootstrapiso .fa-tv:before {
    content: "\f26c";
}

.bootstrapiso .fa-twitch:before {
    content: "\f1e8";
}

.bootstrapiso .fa-twitter:before {
    content: "\f099";
}

.bootstrapiso .fa-twitter-square:before {
    content: "\f081";
}

.bootstrapiso .fa-typo3:before {
    content: "\f42b";
}

.bootstrapiso .fa-uber:before {
    content: "\f402";
}

.bootstrapiso .fa-uikit:before {
    content: "\f403";
}

.bootstrapiso .fa-umbrella:before {
    content: "\f0e9";
}

.bootstrapiso .fa-umbrella-beach:before {
    content: "\f5ca";
}

.bootstrapiso .fa-underline:before {
    content: "\f0cd";
}

.bootstrapiso .fa-undo:before {
    content: "\f0e2";
}

.bootstrapiso .fa-undo-alt:before {
    content: "\f2ea";
}

.bootstrapiso .fa-uniregistry:before {
    content: "\f404";
}

.bootstrapiso .fa-universal-access:before {
    content: "\f29a";
}

.bootstrapiso .fa-university:before {
    content: "\f19c";
}

.bootstrapiso .fa-unlink:before {
    content: "\f127";
}

.bootstrapiso .fa-unlock:before {
    content: "\f09c";
}

.bootstrapiso .fa-unlock-alt:before {
    content: "\f13e";
}

.bootstrapiso .fa-untappd:before {
    content: "\f405";
}

.bootstrapiso .fa-upload:before {
    content: "\f093";
}

.bootstrapiso .fa-usb:before {
    content: "\f287";
}

.bootstrapiso .fa-user:before {
    content: "\f007";
}

.bootstrapiso .fa-user-alt:before {
    content: "\f406";
}

.bootstrapiso .fa-user-alt-slash:before {
    content: "\f4fa";
}

.bootstrapiso .fa-user-astronaut:before {
    content: "\f4fb";
}

.bootstrapiso .fa-user-check:before {
    content: "\f4fc";
}

.bootstrapiso .fa-user-circle:before {
    content: "\f2bd";
}

.bootstrapiso .fa-user-clock:before {
    content: "\f4fd";
}

.bootstrapiso .fa-user-cog:before {
    content: "\f4fe";
}

.bootstrapiso .fa-user-edit:before {
    content: "\f4ff";
}

.bootstrapiso .fa-user-friends:before {
    content: "\f500";
}

.bootstrapiso .fa-user-graduate:before {
    content: "\f501";
}

.bootstrapiso .fa-user-injured:before {
    content: "\f728";
}

.bootstrapiso .fa-user-lock:before {
    content: "\f502";
}

.bootstrapiso .fa-user-md:before {
    content: "\f0f0";
}

.bootstrapiso .fa-user-minus:before {
    content: "\f503";
}

.bootstrapiso .fa-user-ninja:before {
    content: "\f504";
}

.bootstrapiso .fa-user-plus:before {
    content: "\f234";
}

.bootstrapiso .fa-user-secret:before {
    content: "\f21b";
}

.bootstrapiso .fa-user-shield:before {
    content: "\f505";
}

.bootstrapiso .fa-user-slash:before {
    content: "\f506";
}

.bootstrapiso .fa-user-tag:before {
    content: "\f507";
}

.bootstrapiso .fa-user-tie:before {
    content: "\f508";
}

.bootstrapiso .fa-user-times:before {
    content: "\f235";
}

.bootstrapiso .fa-users:before {
    content: "\f0c0";
}

.bootstrapiso .fa-users-cog:before {
    content: "\f509";
}

.bootstrapiso .fa-ussunnah:before {
    content: "\f407";
}

.bootstrapiso .fa-utensil-spoon:before {
    content: "\f2e5";
}

.bootstrapiso .fa-utensils:before {
    content: "\f2e7";
}

.bootstrapiso .fa-vaadin:before {
    content: "\f408";
}

.bootstrapiso .fa-vector-square:before {
    content: "\f5cb";
}

.bootstrapiso .fa-venus:before {
    content: "\f221";
}

.bootstrapiso .fa-venus-double:before {
    content: "\f226";
}

.bootstrapiso .fa-venus-mars:before {
    content: "\f228";
}

.bootstrapiso .fa-viacoin:before {
    content: "\f237";
}

.bootstrapiso .fa-viadeo:before {
    content: "\f2a9";
}

.bootstrapiso .fa-viadeo-square:before {
    content: "\f2aa";
}

.bootstrapiso .fa-vial:before {
    content: "\f492";
}

.bootstrapiso .fa-vials:before {
    content: "\f493";
}

.bootstrapiso .fa-viber:before {
    content: "\f409";
}

.bootstrapiso .fa-video:before {
    content: "\f03d";
}

.bootstrapiso .fa-video-slash:before {
    content: "\f4e2";
}

.bootstrapiso .fa-vihara:before {
    content: "\f6a7";
}

.bootstrapiso .fa-vimeo:before {
    content: "\f40a";
}

.bootstrapiso .fa-vimeo-square:before {
    content: "\f194";
}

.bootstrapiso .fa-vimeo-v:before {
    content: "\f27d";
}

.bootstrapiso .fa-vine:before {
    content: "\f1ca";
}

.bootstrapiso .fa-vk:before {
    content: "\f189";
}

.bootstrapiso .fa-vnv:before {
    content: "\f40b";
}

.bootstrapiso .fa-volleyball-ball:before {
    content: "\f45f";
}

.bootstrapiso .fa-volume-down:before {
    content: "\f027";
}

.bootstrapiso .fa-volume-mute:before {
    content: "\f6a9";
}

.bootstrapiso .fa-volume-off:before {
    content: "\f026";
}

.bootstrapiso .fa-volume-up:before {
    content: "\f028";
}

.bootstrapiso .fa-vote-yea:before {
    content: "\f772";
}

.bootstrapiso .fa-vr-cardboard:before {
    content: "\f729";
}

.bootstrapiso .fa-vuejs:before {
    content: "\f41f";
}

.bootstrapiso .fa-walking:before {
    content: "\f554";
}

.bootstrapiso .fa-wallet:before {
    content: "\f555";
}

.bootstrapiso .fa-warehouse:before {
    content: "\f494";
}

.bootstrapiso .fa-water:before {
    content: "\f773";
}

.bootstrapiso .fa-weebly:before {
    content: "\f5cc";
}

.bootstrapiso .fa-weibo:before {
    content: "\f18a";
}

.bootstrapiso .fa-weight:before {
    content: "\f496";
}

.bootstrapiso .fa-weight-hanging:before {
    content: "\f5cd";
}

.bootstrapiso .fa-weixin:before {
    content: "\f1d7";
}

.bootstrapiso .fa-whatsapp:before {
    content: "\f232";
}

.bootstrapiso .fa-whatsapp-square:before {
    content: "\f40c";
}

.bootstrapiso .fa-wheelchair:before {
    content: "\f193";
}

.bootstrapiso .fa-whmcs:before {
    content: "\f40d";
}

.bootstrapiso .fa-wifi:before {
    content: "\f1eb";
}

.bootstrapiso .fa-wikipedia-w:before {
    content: "\f266";
}

.bootstrapiso .fa-wind:before {
    content: "\f72e";
}

.bootstrapiso .fa-window-close:before {
    content: "\f410";
}

.bootstrapiso .fa-window-maximize:before {
    content: "\f2d0";
}

.bootstrapiso .fa-window-minimize:before {
    content: "\f2d1";
}

.bootstrapiso .fa-window-restore:before {
    content: "\f2d2";
}

.bootstrapiso .fa-windows:before {
    content: "\f17a";
}

.bootstrapiso .fa-wine-bottle:before {
    content: "\f72f";
}

.bootstrapiso .fa-wine-glass:before {
    content: "\f4e3";
}

.bootstrapiso .fa-wine-glass-alt:before {
    content: "\f5ce";
}

.bootstrapiso .fa-wix:before {
    content: "\f5cf";
}

.bootstrapiso .fa-wizards-of-the-coast:before {
    content: "\f730";
}

.bootstrapiso .fa-wolf-pack-battalion:before {
    content: "\f514";
}

.bootstrapiso .fa-won-sign:before {
    content: "\f159";
}

.bootstrapiso .fa-wordpress:before {
    content: "\f19a";
}

.bootstrapiso .fa-wordpress-simple:before {
    content: "\f411";
}

.bootstrapiso .fa-wpbeginner:before {
    content: "\f297";
}

.bootstrapiso .fa-wpexplorer:before {
    content: "\f2de";
}

.bootstrapiso .fa-wpforms:before {
    content: "\f298";
}

.bootstrapiso .fa-wpressr:before {
    content: "\f3e4";
}

.bootstrapiso .fa-wrench:before {
    content: "\f0ad";
}

.bootstrapiso .fa-x-ray:before {
    content: "\f497";
}

.bootstrapiso .fa-xbox:before {
    content: "\f412";
}

.bootstrapiso .fa-xing:before {
    content: "\f168";
}

.bootstrapiso .fa-xing-square:before {
    content: "\f169";
}

.bootstrapiso .fa-y-combinator:before {
    content: "\f23b";
}

.bootstrapiso .fa-yahoo:before {
    content: "\f19e";
}

.bootstrapiso .fa-yandex:before {
    content: "\f413";
}

.bootstrapiso .fa-yandex-international:before {
    content: "\f414";
}

.bootstrapiso .fa-yelp:before {
    content: "\f1e9";
}

.bootstrapiso .fa-yen-sign:before {
    content: "\f157";
}

.bootstrapiso .fa-yin-yang:before {
    content: "\f6ad";
}

.bootstrapiso .fa-yoast:before {
    content: "\f2b1";
}

.bootstrapiso .fa-youtube:before {
    content: "\f167";
}

.bootstrapiso .fa-youtube-square:before {
    content: "\f431";
}

.bootstrapiso .fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/webfonts/fa-brands-400.eot");
    src: url("../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.bootstrapiso .fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/webfonts/fa-regular-400.eot");
    src: url("../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.bootstrapiso .far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/webfonts/fa-solid-900.eot");
    src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.bootstrapiso .fa,
.bootstrapiso .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}






/* bootstrap4 datetimepickers */
/*@preserve
 * Tempus Dominus Bootstrap4 v5.0.0-alpha14 (https://tempusdominus.github.io/bootstrap-4/)
 * Copyright 2016-2017 Jonathan Peterson
 * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
 */

.sr-only, .bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrapiso .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrapiso .bootstrap-datetimepicker-widget table th.prev::after, .bootstrapiso .bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bootstrapiso .bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrapiso .bootstrap-datetimepicker-widget.dropdown-menu {
        display: block;
        margin: 2px 0;
        padding: 4px;
        width: 14rem;
    }

@media (min-width: 576px) {
    .bootstrapiso .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 768px) {
    .bootstrapiso .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrapiso .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrapiso .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrapiso .bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}

.bootstrapiso .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}

.bootstrapiso .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}

.bootstrapiso .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrapiso .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.bootstrapiso .bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
    left: auto;
    right: 6px;
}

.bootstrapiso .bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
    left: auto;
    right: 7px;
}

.bootstrapiso .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrapiso .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

    .bootstrapiso .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

.bootstrapiso .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrapiso .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrapiso .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrapiso .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours";
}

.bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes";
}

.bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours";
}

.bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes";
}

.bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours";
}

.bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes";
}

.bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM";
}

.bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker";
}

.bootstrapiso .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today";
}

.bootstrapiso .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

    .bootstrapiso .bootstrap-datetimepicker-widget .picker-switch::after {
        content: "Toggle Date and Time Screens";
    }

    .bootstrapiso .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit;
    }

        .bootstrapiso .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%;
        }

.bootstrapiso .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrapiso .bootstrap-datetimepicker-widget table td,
    .bootstrapiso .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 0.25rem;
    }

    .bootstrapiso .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrapiso .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px;
        }

        .bootstrapiso .bootstrap-datetimepicker-widget table th.disabled, .bootstrapiso .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: #868e96;
            cursor: not-allowed;
        }

        .bootstrapiso .bootstrap-datetimepicker-widget table th.prev::after {
            content: "Previous Month";
        }

        .bootstrapiso .bootstrap-datetimepicker-widget table th.next::after {
            content: "Next Month";
        }

    .bootstrapiso .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer;
    }

        .bootstrapiso .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #e9ecef;
        }

    .bootstrapiso .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px;
    }

        .bootstrapiso .bootstrap-datetimepicker-widget table td.cw {
            font-size: .8em;
            height: 20px;
            line-height: 20px;
            color: #868e96;
        }

        .bootstrapiso .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }

            .bootstrapiso .bootstrap-datetimepicker-widget table td.day:hover, .bootstrapiso .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrapiso .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrapiso .bootstrap-datetimepicker-widget table td.second:hover {
                background: #e9ecef;
                cursor: pointer;
            }

        .bootstrapiso .bootstrap-datetimepicker-widget table td.old, .bootstrapiso .bootstrap-datetimepicker-widget table td.new {
            color: #868e96;
        }

        .bootstrapiso .bootstrap-datetimepicker-widget table td.today {
            position: relative;
        }

            .bootstrapiso .bootstrap-datetimepicker-widget table td.today:before {
                content: '';
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #007bff;
                border-top-color: rgba(0, 0, 0, 0.2);
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .bootstrapiso .bootstrap-datetimepicker-widget table td.active, .bootstrapiso .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #007bff;
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

            .bootstrapiso .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff;
            }

        .bootstrapiso .bootstrap-datetimepicker-widget table td.disabled, .bootstrapiso .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: none;
            color: #868e96;
            cursor: not-allowed;
        }

        .bootstrapiso .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 0.25rem;
        }

            .bootstrapiso .bootstrap-datetimepicker-widget table td span:hover {
                background: #e9ecef;
            }

            .bootstrapiso .bootstrap-datetimepicker-widget table td span.active {
                background-color: #007bff;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

            .bootstrapiso .bootstrap-datetimepicker-widget table td span.old {
                color: #868e96;
            }

            .bootstrapiso .bootstrap-datetimepicker-widget table td span.disabled, .bootstrapiso .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: none;
                color: #868e96;
                cursor: not-allowed;
            }

.bootstrapiso .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrapiso .input-group.date .input-group-append {
    cursor: pointer;
}




/* Utils for Site with used with bootstrap4 */
.bootstrapiso .fieldset {
    height: auto !important;
    border: 1px solid #31708f !important;
    margin: 0 2px !important;
    border-radius: 10px !important;
}

.bootstrapiso .legend {
    border: 0 !important;
    padding: 0px 12px !important;
    font-size: 17px !important;
    width: auto !important;
    margin: 0 !important;
    color: #31708f !important
}

.bootstrapiso .smallControl {
    height: 30px !important;
    padding: 3px 3px !important;
    font-size: 11px !important;
}

.bootstrapiso .modal {
    background: rgba(66, 66, 66, 0.7) !important;
}

.bootstrapiso .control-label {
    font-weight: bold
}

.bootstrapiso .tableAsp th {
    font-size: 14px;
}

.bootstrapiso .tableAsp td {
    font-size: 12px;
    padding: 0.25rem;
}

.bootstrapiso .tableAsp .btn {
    font-size: 10px;
    font-weight: 500;
}

.border-ada {
    border-color: #31708f !important;
}

.bg-ada {
    background-color: #31708f !important;
    
}

.text-primary-ada, a.detail-icon {
    color: #31708f !important;
}

/* not isolated style */
.floatright {
    float: right;
}

.nav-link-ada {
    text-decoration: none !important;
    color: white !important;
}

    .nav-link-ada.active {
        color: black !important
    }

    .nav-link-ada:hover {
        background-color: #3a84a8 !important;
        border-color: #3a84a8 !important;
        color: white !important;
    }

.btn-primary-ada {
    color: #fff;
    background-color: #31708f !important;
    border-color: #31708f !important;
}

    .btn-primary-ada:hover {
        color: #fff;
        background-color: #3a84a8 !important;
        border-color: #3a84a8 !important;
    }


.ui-autocomplete {
    border-radius: 5px !important;
    border-color: #31708f !important;
    z-index:999999 !important;
}

.ui-widget-header {
    border: 1px solid #008bb2 !important;
    background: #31708f !important;
    color: white !important;
    font-weight: bold !important;
}

.ui-widget.ui-widget-content {
    font-size: 13px !important;
}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    font-weight: normal;
    color: #31708f !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #31708f !important;
    background: #31708f !important;
    color: white !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #31708f !important;
    background: #31708f !important;
    color: white !important;
}

.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, .ui-button:hover, .ui-button:focus {
    /*border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #008bb2;*/
    border: 1px solid #e66363 !important;
    background: #e66363 !important;
    color: white !important;
}



