@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
}

/* Lightweight frontend foundation for estimator forms.
   This replaces the historical Bootstrap/Flat UI packed frontend bundle. */

#lfb_bootstraped.lfb_bootstraped,
#lfb_form.lfb_bootstraped {
    box-sizing: border-box;
}

#lfb_bootstraped.lfb_bootstraped *,
#lfb_bootstraped.lfb_bootstraped *::before,
#lfb_bootstraped.lfb_bootstraped *::after,
#lfb_form.lfb_bootstraped *,
#lfb_form.lfb_bootstraped *::before,
#lfb_form.lfb_bootstraped *::after {
    box-sizing: inherit;
}

#lfb_bootstraped.lfb_bootstraped [hidden],
#lfb_form.lfb_bootstraped [hidden] {
    display: none !important;
}

#lfb_bootstraped.lfb_bootstraped img,
#lfb_form.lfb_bootstraped img {
    max-width: 100%;
    height: auto;
}

#lfb_bootstraped.lfb_bootstraped a,
#lfb_form.lfb_bootstraped a {
    text-decoration: none;
}

#lfb_bootstraped.lfb_bootstraped a:hover,
#lfb_bootstraped.lfb_bootstraped a:focus,
#lfb_form.lfb_bootstraped a:hover,
#lfb_form.lfb_bootstraped a:focus {
    text-decoration: none;
}

#lfb_bootstraped.lfb_bootstraped .clearfix::after,
#lfb_form.lfb_bootstraped .clearfix::after {
    clear: both;
    content: "";
    display: table;
}

#lfb_bootstraped.lfb_bootstraped .container,
#lfb_form.lfb_bootstraped .container {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

#lfb_bootstraped.lfb_bootstraped .container-fluid,
#lfb_form.lfb_bootstraped .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

#lfb_bootstraped.lfb_bootstraped .row,
#lfb_form.lfb_bootstraped .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#lfb_bootstraped.lfb_bootstraped .row > [class*="col-"],
#lfb_form.lfb_bootstraped .row > [class*="col-"] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#lfb_bootstraped.lfb_bootstraped .col,
#lfb_form.lfb_bootstraped .col {
    flex: 1 0 0%;
}

#lfb_bootstraped.lfb_bootstraped .col-1,
#lfb_form.lfb_bootstraped .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

#lfb_bootstraped.lfb_bootstraped .col-2,
#lfb_form.lfb_bootstraped .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

#lfb_bootstraped.lfb_bootstraped .col-3,
#lfb_form.lfb_bootstraped .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

#lfb_bootstraped.lfb_bootstraped .col-4,
#lfb_form.lfb_bootstraped .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#lfb_bootstraped.lfb_bootstraped .col-5,
#lfb_form.lfb_bootstraped .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#lfb_bootstraped.lfb_bootstraped .col-6,
#lfb_form.lfb_bootstraped .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

#lfb_bootstraped.lfb_bootstraped .col-7,
#lfb_form.lfb_bootstraped .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

#lfb_bootstraped.lfb_bootstraped .col-8,
#lfb_form.lfb_bootstraped .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

#lfb_bootstraped.lfb_bootstraped .col-9,
#lfb_form.lfb_bootstraped .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

#lfb_bootstraped.lfb_bootstraped .col-10,
#lfb_form.lfb_bootstraped .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

#lfb_bootstraped.lfb_bootstraped .col-11,
#lfb_form.lfb_bootstraped .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

#lfb_bootstraped.lfb_bootstraped .col-12,
#lfb_form.lfb_bootstraped .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    #lfb_bootstraped.lfb_bootstraped .col-sm-1,
    #lfb_bootstraped.lfb_bootstraped .col-md-1,
    #lfb_form.lfb_bootstraped .col-sm-1,
    #lfb_form.lfb_bootstraped .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-2,
    #lfb_bootstraped.lfb_bootstraped .col-md-2,
    #lfb_form.lfb_bootstraped .col-sm-2,
    #lfb_form.lfb_bootstraped .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-3,
    #lfb_bootstraped.lfb_bootstraped .col-md-3,
    #lfb_form.lfb_bootstraped .col-sm-3,
    #lfb_form.lfb_bootstraped .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-4,
    #lfb_bootstraped.lfb_bootstraped .col-md-4,
    #lfb_form.lfb_bootstraped .col-sm-4,
    #lfb_form.lfb_bootstraped .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-5,
    #lfb_bootstraped.lfb_bootstraped .col-md-5,
    #lfb_form.lfb_bootstraped .col-sm-5,
    #lfb_form.lfb_bootstraped .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-6,
    #lfb_bootstraped.lfb_bootstraped .col-md-6,
    #lfb_form.lfb_bootstraped .col-sm-6,
    #lfb_form.lfb_bootstraped .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-7,
    #lfb_bootstraped.lfb_bootstraped .col-md-7,
    #lfb_form.lfb_bootstraped .col-sm-7,
    #lfb_form.lfb_bootstraped .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-8,
    #lfb_bootstraped.lfb_bootstraped .col-md-8,
    #lfb_form.lfb_bootstraped .col-sm-8,
    #lfb_form.lfb_bootstraped .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-9,
    #lfb_bootstraped.lfb_bootstraped .col-md-9,
    #lfb_form.lfb_bootstraped .col-sm-9,
    #lfb_form.lfb_bootstraped .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-10,
    #lfb_bootstraped.lfb_bootstraped .col-md-10,
    #lfb_form.lfb_bootstraped .col-sm-10,
    #lfb_form.lfb_bootstraped .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-11,
    #lfb_bootstraped.lfb_bootstraped .col-md-11,
    #lfb_form.lfb_bootstraped .col-sm-11,
    #lfb_form.lfb_bootstraped .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-12,
    #lfb_bootstraped.lfb_bootstraped .col-md-12,
    #lfb_form.lfb_bootstraped .col-sm-12,
    #lfb_form.lfb_bootstraped .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    #lfb_bootstraped.lfb_bootstraped .col-lg-1,
    #lfb_form.lfb_bootstraped .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-2,
    #lfb_form.lfb_bootstraped .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-3,
    #lfb_form.lfb_bootstraped .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-4,
    #lfb_form.lfb_bootstraped .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-5,
    #lfb_form.lfb_bootstraped .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-6,
    #lfb_form.lfb_bootstraped .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-7,
    #lfb_form.lfb_bootstraped .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-8,
    #lfb_form.lfb_bootstraped .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-9,
    #lfb_form.lfb_bootstraped .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-10,
    #lfb_form.lfb_bootstraped .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-11,
    #lfb_form.lfb_bootstraped .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-12,
    #lfb_form.lfb_bootstraped .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#lfb_bootstraped.lfb_bootstraped .text-left,
#lfb_form.lfb_bootstraped .text-left {
    text-align: left !important;
}

#lfb_bootstraped.lfb_bootstraped .text-center,
#lfb_form.lfb_bootstraped .text-center {
    text-align: center !important;
}

#lfb_bootstraped.lfb_bootstraped .text-right,
#lfb_form.lfb_bootstraped .text-right {
    text-align: right !important;
}

#lfb_bootstraped.lfb_bootstraped .pull-left,
#lfb_form.lfb_bootstraped .pull-left {
    float: left !important;
}

#lfb_bootstraped.lfb_bootstraped .pull-right,
#lfb_form.lfb_bootstraped .pull-right {
    float: right !important;
}

#lfb_bootstraped.lfb_bootstraped .hidden,
#lfb_form.lfb_bootstraped .hidden {
    display: none !important;
}

#lfb_bootstraped.lfb_bootstraped .m-0,
#lfb_form.lfb_bootstraped .m-0 {
    margin: 0 !important;
}

#lfb_bootstraped.lfb_bootstraped .mt-0,
#lfb_form.lfb_bootstraped .mt-0 {
    margin-top: 0 !important;
}

#lfb_bootstraped.lfb_bootstraped .mb-0,
#lfb_form.lfb_bootstraped .mb-0 {
    margin-bottom: 0 !important;
}

#lfb_bootstraped.lfb_bootstraped .mb-3,
#lfb_form.lfb_bootstraped .mb-3 {
    margin-bottom: 1rem !important;
}

#lfb_bootstraped.lfb_bootstraped .me-2,
#lfb_form.lfb_bootstraped .me-2 {
    margin-right: .5rem !important;
}

#lfb_bootstraped.lfb_bootstraped .p-0,
#lfb_form.lfb_bootstraped .p-0 {
    padding: 0 !important;
}

#lfb_bootstraped.lfb_bootstraped .p-2,
#lfb_form.lfb_bootstraped .p-2 {
    padding: .5rem !important;
}

#lfb_bootstraped.lfb_bootstraped .pt-3,
#lfb_form.lfb_bootstraped .pt-3 {
    padding-top: 1rem !important;
}

#lfb_bootstraped.lfb_bootstraped .pb-2,
#lfb_form.lfb_bootstraped .pb-2 {
    padding-bottom: .5rem !important;
}

#lfb_bootstraped.lfb_bootstraped .pl-4,
#lfb_form.lfb_bootstraped .pl-4 {
    padding-left: 1.5rem !important;
}

#lfb_bootstraped.lfb_bootstraped .pr-4,
#lfb_form.lfb_bootstraped .pr-4 {
    padding-right: 1.5rem !important;
}

#lfb_bootstraped.lfb_bootstraped .btn,
#lfb_form.lfb_bootstraped .btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 15px;
    border: 0;
    border-radius: 8px;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    user-select: none;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}

#lfb_bootstraped.lfb_bootstraped .btn:hover,
#lfb_bootstraped.lfb_bootstraped .btn:focus,
#lfb_form.lfb_bootstraped .btn:hover,
#lfb_form.lfb_bootstraped .btn:focus {
    color: #fff;
    opacity: .9;
    outline: 0;
}

#lfb_bootstraped.lfb_bootstraped .btn.disabled,
#lfb_bootstraped.lfb_bootstraped .btn[disabled],
#lfb_form.lfb_bootstraped .btn.disabled,
#lfb_form.lfb_bootstraped .btn[disabled] {
    cursor: not-allowed;
    opacity: .65;
}

#lfb_bootstraped.lfb_bootstraped .btn-default,
#lfb_form.lfb_bootstraped .btn-default {
    background-color: #bdc3c7;
}

#lfb_bootstraped.lfb_bootstraped .btn-primary,
#lfb_form.lfb_bootstraped .btn-primary {
    background-color: #1abc9c;
}

#lfb_bootstraped.lfb_bootstraped .btn-secondary,
#lfb_form.lfb_bootstraped .btn-secondary {
    background-color: #34495e;
}

#lfb_bootstraped.lfb_bootstraped .btn-success,
#lfb_form.lfb_bootstraped .btn-success {
    background-color: #2ecc71;
}

#lfb_bootstraped.lfb_bootstraped .btn-danger,
#lfb_form.lfb_bootstraped .btn-danger {
    background-color: #e74c3c;
}

#lfb_bootstraped.lfb_bootstraped .btn-warning,
#lfb_form.lfb_bootstraped .btn-warning {
    background-color: #f1c40f;
}

#lfb_bootstraped.lfb_bootstraped .btn-info,
#lfb_form.lfb_bootstraped .btn-info {
    background-color: #3498db;
}

#lfb_bootstraped.lfb_bootstraped .btn-link,
#lfb_form.lfb_bootstraped .btn-link {
    background: transparent;
    color: #16a085;
}

#lfb_bootstraped.lfb_bootstraped .btn-lg,
#lfb_bootstraped.lfb_bootstraped .btn-large,
#lfb_form.lfb_bootstraped .btn-lg,
#lfb_form.lfb_bootstraped .btn-large {
    padding: 13px 19px;
    font-size: 17px;
    line-height: 1.45;
}

#lfb_bootstraped.lfb_bootstraped .btn-sm,
#lfb_bootstraped.lfb_bootstraped .btn-small,
#lfb_form.lfb_bootstraped .btn-sm,
#lfb_form.lfb_bootstraped .btn-small {
    padding: 6px 10px;
    font-size: 13px;
}

#lfb_bootstraped.lfb_bootstraped .btn-xs,
#lfb_form.lfb_bootstraped .btn-xs {
    padding: 3px 7px;
    font-size: 12px;
}

#lfb_bootstraped.lfb_bootstraped .btn-block,
#lfb_form.lfb_bootstraped .btn-block {
    display: block;
    width: 100%;
}

#lfb_bootstraped.lfb_bootstraped .btn-group,
#lfb_form.lfb_bootstraped .btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

#lfb_bootstraped.lfb_bootstraped .btn-group > .btn,
#lfb_form.lfb_bootstraped .btn-group > .btn {
    position: relative;
    flex: 0 1 auto;
}

#lfb_bootstraped.lfb_bootstraped .btn-group > .btn:not(:first-child),
#lfb_form.lfb_bootstraped .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}

#lfb_bootstraped.lfb_bootstraped .form-group,
#lfb_form.lfb_bootstraped .form-group {
    margin-bottom: 15px;
}

#lfb_bootstraped.lfb_bootstraped label,
#lfb_form.lfb_bootstraped label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

#lfb_bootstraped.lfb_bootstraped .form-control,
#lfb_form.lfb_bootstraped .form-control {
    display: block;
    width: 100%;
    min-height: 42px;
    padding: 8px 12px;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    background-color: #fff;
    background-image: none;
    color: #34495e;
    font-size: 15px;
    line-height: 1.45;
    transition: border-color .2s ease, box-shadow .2s ease;
}

#lfb_bootstraped.lfb_bootstraped .form-control:focus,
#lfb_form.lfb_bootstraped .form-control:focus {
    border-color: #1abc9c;
    outline: 0;
}

#lfb_bootstraped.lfb_bootstraped textarea.form-control,
#lfb_form.lfb_bootstraped textarea.form-control {
    height: auto;
}

#lfb_bootstraped.lfb_bootstraped .input-group,
#lfb_form.lfb_bootstraped .input-group {
    position: relative;
    display: flex;
    width: 100%;
    border-collapse: separate;
}

#lfb_bootstraped.lfb_bootstraped .input-group .form-control,
#lfb_form.lfb_bootstraped .input-group .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

#lfb_bootstraped.lfb_bootstraped .input-group-addon,
#lfb_form.lfb_bootstraped .input-group-addon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 8px 12px;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    background-color: #bdc3c7;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

#lfb_bootstraped.lfb_bootstraped .input-group-addon:first-child,
#lfb_form.lfb_bootstraped .input-group-addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#lfb_bootstraped.lfb_bootstraped .input-group-addon:first-child + .form-control,
#lfb_form.lfb_bootstraped .input-group-addon:first-child + .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#lfb_bootstraped.lfb_bootstraped .help-block,
#lfb_form.lfb_bootstraped .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

#lfb_bootstraped.lfb_bootstraped .has-error .form-control,
#lfb_form.lfb_bootstraped .has-error .form-control {
    border-color: #e74c3c;
}

#lfb_bootstraped.lfb_bootstraped .alert,
#lfb_form.lfb_bootstraped .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#lfb_bootstraped.lfb_bootstraped .alert-danger,
#lfb_form.lfb_bootstraped .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#lfb_bootstraped.lfb_bootstraped .alert-success,
#lfb_form.lfb_bootstraped .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#lfb_bootstraped.lfb_bootstraped .alert-warning,
#lfb_form.lfb_bootstraped .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

#lfb_bootstraped.lfb_bootstraped .alert-info,
#lfb_form.lfb_bootstraped .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

#lfb_bootstraped.lfb_bootstraped .progress,
#lfb_form.lfb_bootstraped .progress {
    position: relative;
    height: 20px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5;
}

#lfb_bootstraped.lfb_bootstraped .progress-bar,
#lfb_form.lfb_bootstraped .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    color: #fff;
    background-color: #1abc9c;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    transition: width .3s ease;
}

#lfb_bootstraped.lfb_bootstraped .table,
#lfb_form.lfb_bootstraped .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

#lfb_bootstraped.lfb_bootstraped .table > thead > tr > th,
#lfb_bootstraped.lfb_bootstraped .table > tbody > tr > th,
#lfb_bootstraped.lfb_bootstraped .table > tfoot > tr > th,
#lfb_bootstraped.lfb_bootstraped .table > thead > tr > td,
#lfb_bootstraped.lfb_bootstraped .table > tbody > tr > td,
#lfb_bootstraped.lfb_bootstraped .table > tfoot > tr > td,
#lfb_form.lfb_bootstraped .table > thead > tr > th,
#lfb_form.lfb_bootstraped .table > tbody > tr > th,
#lfb_form.lfb_bootstraped .table > tfoot > tr > th,
#lfb_form.lfb_bootstraped .table > thead > tr > td,
#lfb_form.lfb_bootstraped .table > tbody > tr > td,
#lfb_form.lfb_bootstraped .table > tfoot > tr > td {
    padding: 8px;
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    vertical-align: top;
}

#lfb_bootstraped.lfb_bootstraped .table-bordered,
#lfb_form.lfb_bootstraped .table-bordered {
    border: 1px solid #ddd;
}

#lfb_bootstraped.lfb_bootstraped .table-responsive,
#lfb_form.lfb_bootstraped .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

#lfb_bootstraped.lfb_bootstraped .dropdown-menu,
#lfb_form.lfb_bootstraped .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#lfb_bootstraped.lfb_bootstraped .open > .dropdown-menu,
#lfb_bootstraped.lfb_bootstraped .dropdown-menu.show,
#lfb_form.lfb_bootstraped .open > .dropdown-menu,
#lfb_form.lfb_bootstraped .dropdown-menu.show {
    display: block;
}

#lfb_bootstraped.lfb_bootstraped .dropdown-menu > li > a,
#lfb_form.lfb_bootstraped .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #333;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

#lfb_bootstraped.lfb_bootstraped .modal,
#lfb_form.lfb_bootstraped .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

#lfb_bootstraped.lfb_bootstraped .modal.show,
#lfb_form.lfb_bootstraped .modal.show {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

#lfb_bootstraped.lfb_bootstraped .modal-dialog,
#lfb_form.lfb_bootstraped .modal-dialog {
    position: relative;
    width: auto;
    max-width: 600px;
    margin: 30px auto;
    pointer-events: none;
}

#lfb_bootstraped.lfb_bootstraped .modal-content,
#lfb_form.lfb_bootstraped .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}

#lfb_bootstraped.lfb_bootstraped .modal-header,
#lfb_bootstraped.lfb_bootstraped .modal-footer,
#lfb_form.lfb_bootstraped .modal-header,
#lfb_form.lfb_bootstraped .modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

#lfb_bootstraped.lfb_bootstraped .modal-header,
#lfb_form.lfb_bootstraped .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

#lfb_bootstraped.lfb_bootstraped .modal-footer,
#lfb_form.lfb_bootstraped .modal-footer {
    border-top: 1px solid #e5e5e5;
}

#lfb_bootstraped.lfb_bootstraped .modal-body,
#lfb_form.lfb_bootstraped .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px;
}

#lfb_bootstraped.lfb_bootstraped .modal-title,
#lfb_form.lfb_bootstraped .modal-title {
    margin: 0;
    line-height: 1.42857143;
}

#lfb_bootstraped.lfb_bootstraped .close,
#lfb_form.lfb_bootstraped .close {
    float: right;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff;
}

#lfb_bootstraped.lfb_bootstraped .close:hover,
#lfb_bootstraped.lfb_bootstraped .close:focus,
#lfb_form.lfb_bootstraped .close:hover,
#lfb_form.lfb_bootstraped .close:focus {
    opacity: .75;
}

.modal-backdrop.lfb_nativeBackdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.lfb_nativeBackdrop.show {
    opacity: .5;
}

body.lfb_modalOpen {
    overflow: hidden;
}

#lfb_bootstraped.lfb_bootstraped .fade,
#lfb_form.lfb_bootstraped .fade {
    opacity: 0;
    transition: opacity .15s linear;
}

#lfb_bootstraped.lfb_bootstraped .fade.show,
#lfb_form.lfb_bootstraped .fade.show {
    opacity: 1;
}

.tooltip.lfb_nativeTooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    max-width: 260px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.286;
    opacity: 0;
    pointer-events: none;
    transition: opacity .12s ease;
}

.tooltip.lfb_nativeTooltip.show {
    opacity: .95;
}

.tooltip.lfb_nativeTooltip .tooltip-inner {
    max-width: 260px;
    padding: 11px 12px;
    color: #fff;
    text-align: center;
    background-color: #34495e;
    border-radius: 6px;
}

.tooltip.lfb_nativeTooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.lfb_nativeTooltip.bs-tooltip-top .tooltip-arrow,
.tooltip.lfb_nativeTooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #34495e;
}

.tooltip.lfb_nativeTooltip.bs-tooltip-bottom .tooltip-arrow,
.tooltip.lfb_nativeTooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #34495e;
}

.tooltip.lfb_nativeTooltip.bs-tooltip-left .tooltip-arrow,
.tooltip.lfb_nativeTooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #34495e;
}

.tooltip.lfb_nativeTooltip.bs-tooltip-right .tooltip-arrow,
.tooltip.lfb_nativeTooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #34495e;
}

#lfb_bootstraped.lfb_bootstraped .has-switch,
#lfb_form.lfb_bootstraped .has-switch {
    position: relative;
    display: inline-block;
    width: 84px;
    height: 36px;
    overflow: hidden;
    border-radius: 18px;
    background-color: #bdc3c7;
    direction: ltr;
    cursor: pointer;
    vertical-align: middle;
}

#lfb_bootstraped.lfb_bootstraped .has-switch > div,
#lfb_form.lfb_bootstraped .has-switch > div {
    position: relative;
    display: flex;
    width: 150%;
    height: 100%;
    left: -50%;
    transition: left .2s ease;
}

#lfb_bootstraped.lfb_bootstraped .has-switch > div.switch-on,
#lfb_form.lfb_bootstraped .has-switch > div.switch-on {
    left: 0;
}

#lfb_bootstraped.lfb_bootstraped .has-switch > div.switch-off,
#lfb_form.lfb_bootstraped .has-switch > div.switch-off {
    left: -50%;
}

#lfb_bootstraped.lfb_bootstraped .has-switch input[type="checkbox"],
#lfb_form.lfb_bootstraped .has-switch input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#lfb_bootstraped.lfb_bootstraped .has-switch span,
#lfb_bootstraped.lfb_bootstraped .has-switch label,
#lfb_form.lfb_bootstraped .has-switch span,
#lfb_form.lfb_bootstraped .has-switch label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 33.333333%;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
}

#lfb_bootstraped.lfb_bootstraped .has-switch label,
#lfb_form.lfb_bootstraped .has-switch label {
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
}

#lfb_bootstraped.lfb_bootstraped .has-switch .switch-left,
#lfb_form.lfb_bootstraped .has-switch .switch-left {
    background-color: #1abc9c;
}

#lfb_bootstraped.lfb_bootstraped .has-switch .switch-right,
#lfb_form.lfb_bootstraped .has-switch .switch-right {
    background-color: #bdc3c7;
}

@media (max-width: 767px) {
    #lfb_bootstraped.lfb_bootstraped .row > [class*="col-"],
    #lfb_form.lfb_bootstraped .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #lfb_bootstraped.lfb_bootstraped .modal-dialog,
    #lfb_form.lfb_bootstraped .modal-dialog {
        max-width: calc(100% - 24px);
        margin: 12px auto;
    }
}
