/* _content/DueRuoteMarketplace/Layout/MainLayout.razor.rz.scp.css */
.page[b-qh73f9iurx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-qh73f9iurx] {
    flex: 1;
}

.sidebar[b-qh73f9iurx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qh73f9iurx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qh73f9iurx]  a, .top-row .btn-link[b-qh73f9iurx] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-qh73f9iurx] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-qh73f9iurx] {
        display: none;
    }

    .top-row.auth[b-qh73f9iurx] {
        justify-content: space-between;
    }

    .top-row a[b-qh73f9iurx], .top-row .btn-link[b-qh73f9iurx] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qh73f9iurx] {
        flex-direction: row;
    }

    .sidebar[b-qh73f9iurx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qh73f9iurx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-qh73f9iurx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/DueRuoteMarketplace/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-36kqhq5dm0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-36kqhq5dm0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-36kqhq5dm0] {
    font-size: 1.1rem;
}

.oi[b-36kqhq5dm0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-36kqhq5dm0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-36kqhq5dm0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-36kqhq5dm0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-36kqhq5dm0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-36kqhq5dm0]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-36kqhq5dm0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-36kqhq5dm0] {
        display: none;
    }

    .collapse[b-36kqhq5dm0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/DueRuoteMarketplace/Pages/CategoriesSpareParts.razor.rz.scp.css */
*[b-d5uqw1rx50] {
    line-height: normal !important;
}

/*.button-minus, button-plus {
    font-size: 13px !important;
}*/

.input-group input[type='button'][b-d5uqw1rx50] {
    font-size: 13px !important;
}


.risultati .item .second-section[b-d5uqw1rx50] {
    height: 60px;
    border-bottom: hidden;
}

.cod-section[b-d5uqw1rx50] {
    height: 20px;
    border-top: hidden;
    padding-left: 10px;
}

.contenitore-iframe[b-d5uqw1rx50] {
    position: relative;
    overflow: auto;
}

.contenitore-esterno[b-d5uqw1rx50] {
    position: relative;
    height: 40px;
}

    .contenitore-esterno .zoom-buttons[b-d5uqw1rx50] {
        position: absolute;
        top: 10px;
        right: 28px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: stretch;
        /*z-index:999;*/
    }

        .contenitore-esterno .zoom-buttons .z-button[b-d5uqw1rx50] {
            width: 30px;
            height: 30px;
            background-color: #009FE3;
            color: #fff;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            margin-right: 2px;
        }

            .contenitore-esterno .zoom-buttons .z-button.plus[b-d5uqw1rx50] {
            }

            .contenitore-esterno .zoom-buttons .z-button.minus[b-d5uqw1rx50] {
            }


#no-graphics[b-d5uqw1rx50] {
    visibility: hidden;
}


@media screen and (max-width: 950px) {
    .contenitore-esterno .zoom-buttons[b-d5uqw1rx50] {
        position: absolute;
        top: 10px;
        right: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
    }

        .contenitore-esterno .zoom-buttons .z-button[b-d5uqw1rx50] {
            width: 50%;
            height: 30px;
            background-color: #009FE3;
            color: #fff;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            margin-right: 2px;
        }
}


/* Style the tab */
.tab[b-d5uqw1rx50] {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button[b-d5uqw1rx50] {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover[b-d5uqw1rx50] {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-d5uqw1rx50] {
            background-color: #ccc;
        }

/* Style the tab content */
/*.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}*/

.margin-top0[b-d5uqw1rx50] {
    margin-top: 0 !important;
}

input[type=number][b-d5uqw1rx50] {
    -moz-appearance: textfield !important;
}


/* Stili per dispositivi di tipo "phone" */
@media only screen and (max-width: 600px) {
    .input-style[b-d5uqw1rx50] {
        width: 230px;
    }
}

/* Stili per dispositivi di tipo "tablet" */
@media only screen and (min-width: 601px) and (max-width: 900px) {
    .input-style[b-d5uqw1rx50] {
        width: 350px;
    }
}

/* Stili per dispositivi di tipo "pc" */
@media only screen and (min-width: 901px) {
    .input-style[b-d5uqw1rx50] {
        width: 950px;
        height: 50px;
    }
}

/* _content/DueRuoteMarketplace/Pages/Contatti.razor.rz.scp.css */
[b-ex6ouycp4f] .risultati .BE-ricerca .item {
    flex: none;
}

[b-ex6ouycp4f] .risultati .BE-ricerca {
    align-items: flex-start;
}

/*.select-custom i {
    pointer-events: none;
    cursor: pointer;
}*/

.buttonSendContact:focus[b-ex6ouycp4f] {
    outline: none;
}

.second-section-flex-direction-initial[b-ex6ouycp4f] {
    flex-direction: initial;
}

.button-margin-standard-flex[b-ex6ouycp4f]{
    margin-right: 10px;
}

button:disabled[b-ex6ouycp4f] {
    opacity: 0.65;
    cursor: not-allowed;
}
/* _content/DueRuoteMarketplace/Pages/Contatti_Test.razor.rz.scp.css */
[b-1hjpb50jk0] .risultati .BE-ricerca .item {
    flex: none;
}

[b-1hjpb50jk0] .risultati .BE-ricerca {
    align-items: flex-start;
}

/*.select-custom i {
    pointer-events: none;
    cursor: pointer;
}*/

.buttonSendContact:focus[b-1hjpb50jk0] {
    outline: none;
}

.second-section-flex-direction-initial[b-1hjpb50jk0] {
    flex-direction: initial;
}

.button-margin-standard-flex[b-1hjpb50jk0] {
    margin-right: 10px;
}

button:disabled[b-1hjpb50jk0] {
    opacity: 0.65;
    cursor: not-allowed;
}
/* _content/DueRuoteMarketplace/Pages/CustomerAddress.razor.rz.scp.css */
[b-v6y5dwzkz0] .lista-first-section {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
/**/
[b-v6y5dwzkz0] .lista-content {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px auto;
}

[b-v6y5dwzkz0] .risultati {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
}
    

    [b-v6y5dwzkz0] .addressform {
        width: 100%
    }

    [b-v6y5dwzkz0] .risultati .BE-ricerca {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        [b-v6y5dwzkz0] .risultati .BE-ricerca .item {
            width: 23%;
            flex: none;
        }

            [b-v6y5dwzkz0] .risultati .BE-ricerca .item.radio {
                width: 30%;
            }

            [b-v6y5dwzkz0] .risultati .BE-ricerca .item.small {
                width: 9%;
            }

            [b-v6y5dwzkz0] .risultati .BE-ricerca .item.big {
                width: 100%;
            }

[b-v6y5dwzkz0] .input.big {
    width: 100%;
}

    [b-v6y5dwzkz0] .input.big input {
        width: 100%;
    }

[b-v6y5dwzkz0] .risultati .BE-ricerca .item span {
}

[b-v6y5dwzkz0] .risultati .BE-ricerca .item .select {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

[b-v6y5dwzkz0] .risultati .BE-ricerca .item .input {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

[b-v6y5dwzkz0] .risultati .BE-ricerca .item .checkbox {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

[b-v6y5dwzkz0] .risultati .BE-ricerca .item .select select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
    cursor: pointer;
}

[b-v6y5dwzkz0] .risultati .BE-ricerca .item .input input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
}

[b-v6y5dwzkz0] .risultati .BE-ricerca .item input[type="checkbox"] {
    position: relative;
    appearance: checkbox;
}

[b-v6y5dwzkz0] .risultati .BE-ricerca .item input[type="radio"] {
    position: relative;
    appearance: checkbox;
}

[b-v6y5dwzkz0] .risultati .BE-ricerca .item .select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}
/**/
[b-v6y5dwzkz0] .risultati .BE-data {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    border-bottom: solid 1px;
}

    [b-v6y5dwzkz0] .risultati .BE-data .item {
        width: 15%;
    }
/**/
[b-v6y5dwzkz0] .risultati .BE-graph {
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px;
}

/**/
[b-v6y5dwzkz0] .paginazione {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

    [b-v6y5dwzkz0] .paginazione a {
        margin: 0 5px;
    }
/**/
[b-v6y5dwzkz0] .container-selezioneindirizzi {
}

    [b-v6y5dwzkz0] .container-selezioneindirizzi.invisible {
        display: none;
    }

[b-v6y5dwzkz0] .container-selezioneindirizziFatt {
}

    [b-v6y5dwzkz0] .container-selezioneindirizziFatt.invisible {
        display: none;
    }

[b-v6y5dwzkz0] .container-aggiungidati.invisible {
    display: none;
}

[b-v6y5dwzkz0] .container-aggiungidatiFatt.invisible {
    display: none;
}

@media screen and (max-width: 1080px) and (min-width: 425px) {
}

@media screen and (max-width: 950px) {
    [b-v6y5dwzkz0] .risultati .BE-ricerca .item {
        width: 100%;
    }

        [b-v6y5dwzkz0] .risultati .BE-ricerca .item.radio {
            width: 100%;
        }

        [b-v6y5dwzkz0] .risultati .BE-ricerca .item.small {
            width: 100%;
        }

        [b-v6y5dwzkz0] .risultati .BE-ricerca .item .select {
            width: 100%;
        }
}
/* _content/DueRuoteMarketplace/Pages/CustomerQuestionDetails.razor.rz.scp.css */
[b-zk9ejues0e] .lista-first-section {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
/**/
[b-zk9ejues0e] .lista-content {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px auto;
}

[b-zk9ejues0e] .risultati {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
}

    [b-zk9ejues0e] .risultati .BE-ricerca {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        [b-zk9ejues0e] .risultati .BE-ricerca .item {
            width: 23%;
        }

            [b-zk9ejues0e] .risultati .BE-ricerca .item.small {
                width: 9%;
            }

            [b-zk9ejues0e] .risultati .BE-ricerca .item.big {
                width: 100%;
            }

            [b-zk9ejues0e] .risultati .BE-ricerca .item span {
            }

            [b-zk9ejues0e] .risultati .BE-ricerca .item .select {
                border: solid 1px;
                height: 25px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                margin: 2px 0 0 0;
            }

            [b-zk9ejues0e] .risultati .BE-ricerca .item .input {
                border: solid 1px;
                height: 25px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                margin: 2px 0 0 0;
            }

            [b-zk9ejues0e] .risultati .BE-ricerca .item .checkbox {
                border: solid 1px;
                height: 25px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                margin: 2px 0 0 0;
            }

            [b-zk9ejues0e] .risultati .BE-ricerca .item .select select {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                appearance: none !important;
                height: 100%;
                width: 100%;
                border: none;
                background-color: transparent;
                padding-left: 10px;
            }

            [b-zk9ejues0e] .risultati .BE-ricerca .item .input input {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                appearance: none !important;
                height: 100%;
                width: 100%;
                border: none;
                background-color: transparent;
                padding-left: 10px;
            }

            [b-zk9ejues0e] .risultati .BE-ricerca .item input[type="checkbox"] {
                position: relative;
                appearance: checkbox;
            }

            [b-zk9ejues0e] .risultati .BE-ricerca .item input[type="radio"] {
                position: relative;
                appearance: checkbox;
            }

            [b-zk9ejues0e] .risultati .BE-ricerca .item .select i {
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translate(0,-50%);
                z-index: 1;
            }
    /**/
    [b-zk9ejues0e] .risultati .BE-data {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        [b-zk9ejues0e] .risultati .BE-data .item {
            width: 15%;
        }
    /**/
    [b-zk9ejues0e] .risultati .BE-graph {
        width: 100%;
        padding: 15px;
        border-bottom: solid 1px;
    }

/**/
[b-zk9ejues0e] .paginazione {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

    [b-zk9ejues0e] .paginazione a {
        margin: 0 5px;
    }
/**/

@media screen and (max-width: 1080px) and (min-width: 425px) {
}

@media screen and (max-width: 950px) {
    [b-zk9ejues0e] .risultati .BE-ricerca .item {
        width: 100%;
    }

        [b-zk9ejues0e] .risultati .BE-ricerca .item.small {
            width: 100%;
        }

        [b-zk9ejues0e] .risultati .BE-ricerca .item .select {
            width: 100%;
        }
}
/* _content/DueRuoteMarketplace/Pages/CustomerQuestionList.razor.rz.scp.css */
[b-ohpc91jpcs] .lista-first-section {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
/**/
[b-ohpc91jpcs] .lista-content {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px auto;
}

[b-ohpc91jpcs] .risultati {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
}

    [b-ohpc91jpcs] .risultati .BE-ricerca {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        [b-ohpc91jpcs] .risultati .BE-ricerca .item {
            width: 23%;
        }

            [b-ohpc91jpcs] .risultati .BE-ricerca .item.small {
                width: 9%;
            }

            [b-ohpc91jpcs] .risultati .BE-ricerca .item.big {
                width: 100%;
            }

            [b-ohpc91jpcs] .risultati .BE-ricerca .item span {
            }

            [b-ohpc91jpcs] .risultati .BE-ricerca .item .select {
                border: solid 1px;
                height: 25px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                margin: 2px 0 0 0;
            }

            [b-ohpc91jpcs] .risultati .BE-ricerca .item .input {
                border: solid 1px;
                height: 25px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                margin: 2px 0 0 0;
            }

            [b-ohpc91jpcs] .risultati .BE-ricerca .item .checkbox {
                border: solid 1px;
                height: 25px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                margin: 2px 0 0 0;
            }

            [b-ohpc91jpcs] .risultati .BE-ricerca .item .select select {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                appearance: none !important;
                height: 100%;
                width: 100%;
                border: none;
                background-color: transparent;
                padding-left: 10px;
            }

            [b-ohpc91jpcs] .risultati .BE-ricerca .item .input input {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                appearance: none !important;
                height: 100%;
                width: 100%;
                border: none;
                background-color: transparent;
                padding-left: 10px;
            }

            [b-ohpc91jpcs] .risultati .BE-ricerca .item input[type="checkbox"] {
                position: relative;
                appearance: checkbox;
            }

            [b-ohpc91jpcs] .risultati .BE-ricerca .item input[type="radio"] {
                position: relative;
                appearance: checkbox;
            }

            [b-ohpc91jpcs] .risultati .BE-ricerca .item .select i {
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translate(0,-50%);
                z-index: 1;
            }
    /**/
    [b-ohpc91jpcs] .risultati .BE-data {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        [b-ohpc91jpcs] .risultati .BE-data .item {
            width: 15%;
        }
    /**/
    [b-ohpc91jpcs] .risultati .BE-graph {
        width: 100%;
        padding: 15px;
        border-bottom: solid 1px;
    }

/**/
[b-ohpc91jpcs] .paginazione {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

    [b-ohpc91jpcs] .paginazione a {
        margin: 0 5px;
    }
/**/

@media screen and (max-width: 1080px) and (min-width: 425px) {
}

@media screen and (max-width: 950px) {
    [b-ohpc91jpcs] .risultati .BE-ricerca .item {
        width: 100%;
    }

        [b-ohpc91jpcs] .risultati .BE-ricerca .item.small {
            width: 100%;
        }

        [b-ohpc91jpcs] .risultati .BE-ricerca .item .select {
            width: 100%;
        }
}


[b-ohpc91jpcs] .lista-first-section {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}

[b-ohpc91jpcs] .lista-second-section {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}

    [b-ohpc91jpcs] .lista-second-section .left-part {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

        [b-ohpc91jpcs] .lista-second-section .left-part .tags {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
        }

            .lista-second-section .left-part .tags .tag[b-ohpc91jpcs] {
                margin-left: 5px;
                padding: 3px;
            }

[b-ohpc91jpcs] .lista-second-section .right-part {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

    [b-ohpc91jpcs] .lista-second-section .right-part .ordina {
        margin-left: 10px;
        position: relative;
        height: 20px;
        width: 150px;
        border: solid 1px;
    }

        [b-ohpc91jpcs] .lista-second-section .right-part .ordina i {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translate(0,-50%);
        }

        [b-ohpc91jpcs] .lista-second-section .right-part .ordina select {
            appearance: none;
            border: none;
            background-color: transparent;
            position: absolute;
            left: 5px;
            right: 0;
            bottom: 0;
            top: 0;
        }
/**/
[b-ohpc91jpcs] .lista-content {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px auto;
}

[b-ohpc91jpcs] .risultati {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-end;
    align-items: flex-start;
}

    [b-ohpc91jpcs] .risultati.full {
        width: 100%;
    }

    [b-ohpc91jpcs] .risultati.risultati-carrello {
        justify-content: flex-start;
    }

    [b-ohpc91jpcs] .risultati .item {
        width: 31%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: stretch;
        margin: 0 15px 15px 0;
    }
        /**/
        [b-ohpc91jpcs] .risultati .item .first-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-content: center;
            flex-wrap: nowrap;
            flex-direction: row;
            padding: 5px 10px;
        }

            [b-ohpc91jpcs] .risultati .item .first-section .tag {
            }

            [b-ohpc91jpcs] .risultati .item .first-section .stelle {
            }
        /**/
        [b-ohpc91jpcs] .risultati .item .second-section {
            padding: 5px 10px;
            border-bottom: solid 1px;
        }
        /**/
        [b-ohpc91jpcs] .risultati .item .third-section {
            position: relative;
        }

            [b-ohpc91jpcs] .risultati .item .third-section .preferiti {
                position: absolute;
                top: 10px;
                right: 20px;
            }

            [b-ohpc91jpcs] .risultati .item .third-section .image {
                display: flex;
                align-content: center;
                justify-content: center;
                align-items: center;
                overflow: hidden;
                padding: 0px 10px 0px 10px;
            }

                [b-ohpc91jpcs] .risultati .item .third-section .image img {
                    max-width: 100%;
                    max-height: 100%;
                }
        /**/
        [b-ohpc91jpcs] .risultati .item .fourth-section {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
        }

            [b-ohpc91jpcs] .risultati .item .fourth-section .prezzo-group {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: center;
                align-items: center;
                text-align: center;
                width: 80%;
                height: 50px;
            }

                [b-ohpc91jpcs] .risultati .item .fourth-section .prezzo-group.fullwidht {
                    width: 100%;
                }

                [b-ohpc91jpcs] .risultati .item .fourth-section .prezzo-group .prezzo {
                }

                [b-ohpc91jpcs] .risultati .item .fourth-section .prezzo-group .divisore {
                    border-right: solid 1px;
                    height: 20px;
                    margin: 20px 5px;
                }

                [b-ohpc91jpcs] .risultati .item .fourth-section .prezzo-group .prezzo-barrato {
                    text-decoration: line-through;
                }

            [b-ohpc91jpcs] .risultati .item .fourth-section .sconto {
                width: 50px;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                align-content: center;
                flex-wrap: nowrap;
                flex-direction: row;
            }

    [b-ohpc91jpcs] .risultati .title-group {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }

        [b-ohpc91jpcs] .risultati .title-group .divisore {
            border-right: solid 1px;
            height: 35px;
            margin: 10px 5px;
        }
/**/
[b-ohpc91jpcs] .paginazione {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

    [b-ohpc91jpcs] .paginazione a {
        margin: 0 5px;
    }
/**************/
[b-ohpc91jpcs] input,
textarea[b-ohpc91jpcs] {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

    [b-ohpc91jpcs] input[type="button"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    [b-ohpc91jpcs] input::-webkit-outer-spin-button,
    [b-ohpc91jpcs] input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

[b-ohpc91jpcs] .input-group {
    margin: 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

    [b-ohpc91jpcs] .input-group input[type='button'] {
        font-weight: bold;
        color: #009FE3;
        background-color: #eeeeee;
        min-width: 38px;
        width: auto;
        transition: all 300ms ease;
    }

    [b-ohpc91jpcs] .input-group .button-minus,
    [b-ohpc91jpcs] .input-group .button-plus {
        background-color: #eeeeee;
        min-width: 38px;
        width: auto;
        transition: all 300ms ease;
    }

    [b-ohpc91jpcs] .input-group .quantity-field {
        position: relative;
        height: 38px; /* left: -6px; */
        text-align: center;
        width: 100%;
        display: inline-block;
        font-size: 13px;
        resize: vertical;
        background-color: transparent;
    }

[b-ohpc91jpcs] .button-plus {
    left: -13px;
}

[b-ohpc91jpcs] input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
/**/
[b-ohpc91jpcs] .textarea-container {
    position: relative;
    height: 100px;
}

    [b-ohpc91jpcs] .textarea-container textarea {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        resize: none;
    }
/**/
[b-ohpc91jpcs] .section-sedi-carrello {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    [b-ohpc91jpcs] .section-sedi-carrello .titolo-sede {
        border-bottom: solid 1px;
        flex-basis: 100%;
        margin: 10px 20px 10px 0;
    }

        [b-ohpc91jpcs] .section-sedi-carrello .titolo-sede .titolo-sede {
        }

[b-ohpc91jpcs] .barra-carrello .item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

[b-ohpc91jpcs] .ordine-completato {
    width: 100%;
}

[b-ohpc91jpcs] .item.ordine-com {
    width: 23%;
}
/**/
[b-ohpc91jpcs] .section-sedi-carrello.invisible {
    display: none !important;
}

[b-ohpc91jpcs] .open-next-div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 5px;
}

    [b-ohpc91jpcs] .open-next-div .title-opendiv {
        width: 100%;
    }

[b-ohpc91jpcs] .search-vertical.barra-carrello {
    margin-top: 32px;
    position: sticky;
    top: 141px;
}
/**/
[b-ohpc91jpcs] .section-button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    [b-ohpc91jpcs] .section-button a {
        padding: 5px 20px;
    }
/**/
/**/
[b-ohpc91jpcs] .section-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    [b-ohpc91jpcs] .section-buttons a {
        padding: 5px 20px;
        margin: 0 5px;
    }
/**/
[b-ohpc91jpcs] .section-sedi-carrello .item.custom-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

    [b-ohpc91jpcs] .section-sedi-carrello .item.custom-form input {
        margin-right: 10px;
    }
/**/
[b-ohpc91jpcs] .section-sedi-carrello .image {
    width: 200px;
    height: auto;
}

    [b-ohpc91jpcs] .section-sedi-carrello .image img {
        width: 100%;
        height: auto;
    }
/**/
[b-ohpc91jpcs] .items-indirizzi {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

    [b-ohpc91jpcs] .items-indirizzi .item-indirizzo {
        width: 25%;
        margin: 5px 5px 5px 0px;
        padding: 5px 10px 10px 40px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        border-left: solid 1px;
    }

        [b-ohpc91jpcs] .items-indirizzi .item-indirizzo input.radiobutton {
            position: absolute;
            left: 5px;
            top: 9px;
            border-radius: 100%;
            background-color: #eee;
            padding: 10px;
        }

            [b-ohpc91jpcs] .items-indirizzi .item-indirizzo input.radiobutton:checked {
                background-color: #009FE3;
            }


[b-ohpc91jpcs] .contentconsegna.invisible {
    display: none;
}

[b-ohpc91jpcs] .contentfatturazione.invisible {
    display: none;
}

[b-ohpc91jpcs] .openconsegna, .openfatturazione[b-ohpc91jpcs] {
    cursor: pointer;
}

[b-ohpc91jpcs] .divfatturazione.invisible {
    display: none;
}

[b-ohpc91jpcs] .modale-ok, .modale-ko[b-ohpc91jpcs], .modale-cta[b-ohpc91jpcs] {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

[b-ohpc91jpcs] .modale-cta {
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

[b-ohpc91jpcs] .modale-ok a, .modale-ko a[b-ohpc91jpcs], .modale-cta a[b-ohpc91jpcs] {
    z-index: 999;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

[b-ohpc91jpcs] .modale-cta a.cta {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-left: 10px;
    padding: 0 10px;
}

[b-ohpc91jpcs] .modale-ok.invisible, .modale-ko.invisible[b-ohpc91jpcs], .modale-cta.invisible[b-ohpc91jpcs], .modale-ok-recupero.invisible[b-ohpc91jpcs] {
    display: none
}
/**/
[b-ohpc91jpcs] input:required:invalid,
[b-ohpc91jpcs] input:focus:invalid {
    background-size: 10px auto;
    background-image: url('../Assets/img/ko.svg');
    background-position: 99% center;
    background-repeat: no-repeat;
}

[b-ohpc91jpcs] input:required:valid {
    background-size: 10px auto;
    background-image: url('../Assets/img/ok.svg');
    background-position: 99% center;
    background-repeat: no-repeat;
}
/**/
[b-ohpc91jpcs] .modale-ok-recupero {
    z-index: 999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    align-content: flex-start;
}
/**/
[b-ohpc91jpcs] .media-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

    [b-ohpc91jpcs] .media-gallery .image {
        width: 100px;
        position: relative;
        margin: 2px;
    }

        [b-ohpc91jpcs] .media-gallery .image .fas {
            position: absolute;
            z-index: 9;
            bottom: 5px;
            right: 5px;
            background-color: #fff;
            border-radius: 100%;
        }

        [b-ohpc91jpcs] .media-gallery .image img {
            width: 100%;
            height: auto;
        }
/**/
[b-ohpc91jpcs] .buttonfattura {
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 1080px) and (min-width: 425px) {
}

@media screen and (max-width: 950px) {
    [b-ohpc91jpcs] .lista-content {
        width: 90%;
    }

        [b-ohpc91jpcs] .lista-content .risultati {
            width: 100%;
        }

    /**/
    [b-ohpc91jpcs] .lista-second-section {
        width: 90%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 15px auto;
    }

        [b-ohpc91jpcs] .lista-second-section .left-part {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: space-between;
            align-items: center;
            overflow-x: scroll;
            white-space: nowrap;
            width: 100%;
            padding-bottom: 15px;
        }

            [b-ohpc91jpcs] .lista-second-section .left-part .tags {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
            }
    /**/
    [b-ohpc91jpcs] .risultati .item {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        margin: 0 0 15px 0;
    }
    /**/
    [b-ohpc91jpcs] .items-indirizzi .item-indirizzo {
        width: 100%;
    }
    /**/

    [b-ohpc91jpcs] .input-group {
        flex-direction: column;
    }
}
/* _content/DueRuoteMarketplace/Pages/DashboardDealerComponents/DashboardDealerListaMediaPremium.razor.rz.scp.css */
body[b-8xe88sqrbq] {
}
*[b-8xe88sqrbq] {
    box-sizing: border-box;
}
/* Contenitore immagine Position the image container (needed to position the left and right arrows) */
.gallery[b-8xe88sqrbq] {
    position: relative;
}
/* pulsanti avanti e indietro */
.prev[b-8xe88sqrbq],
.next[b-8xe88sqrbq] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 8px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next[b-8xe88sqrbq] {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover[b-8xe88sqrbq],
    .next:hover[b-8xe88sqrbq] {
        background-color: transparent;
    }

.row[b-8xe88sqrbq]:after {
    content: "";
    display: table;
    clear: both;
}

.column[b-8xe88sqrbq] {
    float: left;
    width: 16.66%;
}

/* effetto trasparenza */
.thumb[b-8xe88sqrbq] {
    opacity: 0.6;
    cursor: pointer;
}

    .active[b-8xe88sqrbq],
    .thumb:hover[b-8xe88sqrbq] {
        opacity: 1;
    }
/**/
.gallery-dealers[b-8xe88sqrbq] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

    .gallery-dealers .image[b-8xe88sqrbq] {
        width: 20%;
        display: block;
        margin: 5px;
    }

        .gallery-dealers .image img[b-8xe88sqrbq] {
            width: 100%;
        }
/**/
/**/
.section-map[b-8xe88sqrbq] {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: stretch;
    flex-direction: row;
}

    .section-map iframe[b-8xe88sqrbq] {
        width: 32%;
    }

    .section-map .item[b-8xe88sqrbq] {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-content: space-around;
        align-items: stretch;
        flex-direction: row;
        width: 32%;
    }

        .section-map .item .image[b-8xe88sqrbq] {
            width: 45%;
            overflow: hidden;
            margin: 5px;
            display: block;
        }

            .section-map .item .image img[b-8xe88sqrbq] {
                width: 100%;
            }

@media screen and (max-width: 950px) {
    .gallery-dealers[b-8xe88sqrbq] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

        .gallery-dealers .image[b-8xe88sqrbq] {
            width: 30%;
            display: block;
            margin: 5px;
        }

            .gallery-dealers .image img[b-8xe88sqrbq] {
                width: 100%;
            }
    /**/
    .section-map[b-8xe88sqrbq] {
        flex-wrap: wrap;
    }

        .section-map iframe[b-8xe88sqrbq] {
            width: 100%;
        }

        .section-map .item[b-8xe88sqrbq] {
            width: 100%;
        }
}
.map[b-8xe88sqrbq] {
    width: 550px;
}
/* _content/DueRuoteMarketplace/Pages/Eicma.razor.rz.scp.css */
body[b-i0qdjelhu7] {
    margin: 0; /* Reset default margin */
}

iframe[b-i0qdjelhu7] {
    display: block; /* iframes are inline by default */
    background: #000;
    border: none; /* Reset default border */
    height: 100vh; /* Viewport-relative units */
    width: 100vw;
}
/* _content/DueRuoteMarketplace/Pages/FAQComponents/FilterSection.razor.rz.scp.css */
.full-width-lenght[b-lloh5l8xvo] {
    width: 100%;
}
/* _content/DueRuoteMarketplace/Pages/FeedbackProductDetails.razor.rz.scp.css */
[b-mpbx4nwtgo] .lista-first-section {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
/**/
[b-mpbx4nwtgo] .lista-content {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px auto;
}

[b-mpbx4nwtgo] .risultati {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
}

    [b-mpbx4nwtgo] .risultati .BE-ricerca {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        [b-mpbx4nwtgo] .risultati .BE-ricerca .item {
            width: 23%;
        }

            [b-mpbx4nwtgo] .risultati .BE-ricerca .item.small {
                width: 9%;
            }

            [b-mpbx4nwtgo] .risultati .BE-ricerca .item.big {
                width: 100%;
            }

            [b-mpbx4nwtgo] .risultati .BE-ricerca .item span {
            }

            [b-mpbx4nwtgo] .risultati .BE-ricerca .item .select {
                border: solid 1px;
                height: 25px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                margin: 2px 0 0 0;
            }

            [b-mpbx4nwtgo] .risultati .BE-ricerca .item .input {
                border: solid 1px;
                height: 25px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                margin: 2px 0 0 0;
            }

            [b-mpbx4nwtgo] .risultati .BE-ricerca .item .checkbox {
                border: solid 1px;
                height: 25px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                margin: 2px 0 0 0;
            }

            [b-mpbx4nwtgo] .risultati .BE-ricerca .item .select select {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                appearance: none !important;
                height: 100%;
                width: 100%;
                border: none;
                background-color: transparent;
                padding-left: 10px;
            }

            [b-mpbx4nwtgo] .risultati .BE-ricerca .item .input input {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                appearance: none !important;
                height: 100%;
                width: 100%;
                border: none;
                background-color: transparent;
                padding-left: 10px;
            }

            [b-mpbx4nwtgo] .risultati .BE-ricerca .item input[type="checkbox"] {
                position: relative;
                appearance: checkbox;
            }

            [b-mpbx4nwtgo] .risultati .BE-ricerca .item input[type="radio"] {
                position: relative;
                appearance: checkbox;
            }

            [b-mpbx4nwtgo] .risultati .BE-ricerca .item .select i {
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translate(0,-50%);
                z-index: 1;
            }
    /**/
    [b-mpbx4nwtgo] .risultati .BE-data {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        [b-mpbx4nwtgo] .risultati .BE-data .item {
            width: 15%;
        }
    /**/
    [b-mpbx4nwtgo] .risultati .BE-graph {
        width: 100%;
        padding: 15px;
        border-bottom: solid 1px;
    }

/**/
[b-mpbx4nwtgo] .paginazione {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

    [b-mpbx4nwtgo] .paginazione a {
        margin: 0 5px;
    }
/**/

@media screen and (max-width: 1080px) and (min-width: 425px) {
}

@media screen and (max-width: 950px) {
    [b-mpbx4nwtgo] .risultati .BE-ricerca .item {
        width: 100%;
    }

        [b-mpbx4nwtgo] .risultati .BE-ricerca .item.small {
            width: 100%;
        }

        [b-mpbx4nwtgo] .risultati .BE-ricerca .item .select {
            width: 100%;
        }
}
/* _content/DueRuoteMarketplace/Pages/FeedbackProductList.razor.rz.scp.css */
[b-4mdnr87cmf] .lista-first-section {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
/**/
[b-4mdnr87cmf] .lista-content {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px auto;
}

[b-4mdnr87cmf] .risultati {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
}

    [b-4mdnr87cmf] .risultati .BE-ricerca {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        [b-4mdnr87cmf] .risultati .BE-ricerca .item {
            width: 23%;
        }

            [b-4mdnr87cmf] .risultati .BE-ricerca .item.small {
                width: 9%;
            }

            [b-4mdnr87cmf] .risultati .BE-ricerca .item.big {
                width: 100%;
            }

            [b-4mdnr87cmf] .risultati .BE-ricerca .item span {
            }

            [b-4mdnr87cmf] .risultati .BE-ricerca .item .select {
                border: solid 1px;
                height: 25px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                margin: 2px 0 0 0;
            }

            [b-4mdnr87cmf] .risultati .BE-ricerca .item .input {
                border: solid 1px;
                height: 25px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                margin: 2px 0 0 0;
            }

            [b-4mdnr87cmf] .risultati .BE-ricerca .item .checkbox {
                border: solid 1px;
                height: 25px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                margin: 2px 0 0 0;
            }

            [b-4mdnr87cmf] .risultati .BE-ricerca .item .select select {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                appearance: none !important;
                height: 100%;
                width: 100%;
                border: none;
                background-color: transparent;
                padding-left: 10px;
            }

            [b-4mdnr87cmf] .risultati .BE-ricerca .item .input input {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                appearance: none !important;
                height: 100%;
                width: 100%;
                border: none;
                background-color: transparent;
                padding-left: 10px;
            }

            [b-4mdnr87cmf] .risultati .BE-ricerca .item input[type="checkbox"] {
                position: relative;
                appearance: checkbox;
            }

            [b-4mdnr87cmf] .risultati .BE-ricerca .item input[type="radio"] {
                position: relative;
                appearance: checkbox;
            }

            [b-4mdnr87cmf] .risultati .BE-ricerca .item .select i {
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translate(0,-50%);
                z-index: 1;
            }
    /**/
    [b-4mdnr87cmf] .risultati .BE-data {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        [b-4mdnr87cmf] .risultati .BE-data .item {
            width: 15%;
        }
    /**/
    [b-4mdnr87cmf] .risultati .BE-graph {
        width: 100%;
        padding: 15px;
        border-bottom: solid 1px;
    }

/**/
[b-4mdnr87cmf] .paginazione {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

    [b-4mdnr87cmf] .paginazione a {
        margin: 0 5px;
    }
/**/

@media screen and (max-width: 1080px) and (min-width: 425px) {
}

@media screen and (max-width: 950px) {
    [b-4mdnr87cmf] .risultati .BE-ricerca .item {
        width: 100%;
    }

        [b-4mdnr87cmf] .risultati .BE-ricerca .item.small {
            width: 100%;
        }

        [b-4mdnr87cmf] .risultati .BE-ricerca .item .select {
            width: 100%;
        }
}
/* _content/DueRuoteMarketplace/Pages/Inizia_da_qui.razor.rz.scp.css */
body[b-1vhxpw7lgm] {
}
/* _content/DueRuoteMarketplace/Pages/ListingDealer.razor.rz.scp.css */
html[b-mc7deybh0i], body[b-mc7deybh0i] {
    height: 100%;
}
*[b-mc7deybh0i] {
    box-sizing: border-box;
}
/* Contenitore immagine Position the image container (needed to position the left and right arrows) */
.gallery[b-mc7deybh0i] {
    position: relative;
}
/* pulsanti avanti e indietro */
.prev[b-mc7deybh0i],
.next[b-mc7deybh0i] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 8px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next[b-mc7deybh0i] {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover[b-mc7deybh0i],
    .next:hover[b-mc7deybh0i] {
        background-color: transparent;
    }

.row[b-mc7deybh0i]:after {
    content: "";
    display: table;
    clear: both;
}

.column[b-mc7deybh0i] {
    float: left;
    width: 16.66%;
}

/* effetto trasparenza */
.thumb[b-mc7deybh0i] {
    opacity: 0.6;
    cursor: pointer;
}

    .active[b-mc7deybh0i],
    .thumb:hover[b-mc7deybh0i] {
        opacity: 1;
    }
/**/
.gallery-dealers[b-mc7deybh0i] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

    .gallery-dealers .image[b-mc7deybh0i] {
        width: 20%;
        display: block;
        margin: 5px;
    }

        .gallery-dealers .image img[b-mc7deybh0i] {
            width: 100%;
        }
/**/
/**/
.section-map[b-mc7deybh0i] {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: stretch;
    flex-direction: row;
}

    .section-map iframe[b-mc7deybh0i] {
        width: 32%;
    }

    .section-map .item[b-mc7deybh0i] {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-content: space-around;
        align-items: stretch;
        flex-direction: row;
        width: 32%;
    }

        .section-map .item .image[b-mc7deybh0i] {
            width: 45%;
            overflow: hidden;
            margin: 5px;
            display: block;
        }

            .section-map .item .image img[b-mc7deybh0i] {
                width: 100%;
            }

@media screen and (max-width: 950px) {
    .gallery-dealers[b-mc7deybh0i] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

        .gallery-dealers .image[b-mc7deybh0i] {
            width: 30%;
            display: block;
            margin: 5px;
        }

            .gallery-dealers .image img[b-mc7deybh0i] {
                width: 100%;
            }
    /**/
    .section-map[b-mc7deybh0i] {
        flex-wrap: wrap;
    }

        .section-map iframe[b-mc7deybh0i] {
            width: 100%;
        }

        .section-map .item[b-mc7deybh0i] {
            width: 100%;
        }
}

@media screen and (max-width: 950px) {
	.lista-content .search-vertical[b-mc7deybh0i] { position: fixed; z-index: 9; left: 0; right: 0; overflow-y: scroll; height: 250px; padding-bottom: 0px; bottom: 0; top: 85px; display: none; }
		.lista-content .search-vertical .search[b-mc7deybh0i] { width: 100%; }
	.open-filtri-mobile[b-mc7deybh0i] { bottom: 0; left: 0; right: 0; z-index: 99; padding: 10px; text-align: center; position: fixed; display: block; }
	/**/
	.search-banner[b-mc7deybh0i] { display: none; }
}



.map[b-mc7deybh0i] {
    width: 100%;
}
/* _content/DueRuoteMarketplace/Pages/ListingDealerComponents/Mappa.razor.rz.scp.css */
body[b-5d66jp7n30] {
}

*[b-5d66jp7n30] {
    box-sizing: border-box;
}
/* Contenitore immagine Position the image container (needed to position the left and right arrows) */
.gallery[b-5d66jp7n30] {
    position: relative;
}
/* pulsanti avanti e indietro */
.prev[b-5d66jp7n30],
.next[b-5d66jp7n30] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 8px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next[b-5d66jp7n30] {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover[b-5d66jp7n30],
    .next:hover[b-5d66jp7n30] {
        background-color: transparent;
    }

.row[b-5d66jp7n30]:after {
    content: "";
    display: table;
    clear: both;
}

.column[b-5d66jp7n30] {
    float: left;
    width: 16.66%;
}

/* effetto trasparenza */
.thumb[b-5d66jp7n30] {
    opacity: 0.6;
    cursor: pointer;
}

    .active[b-5d66jp7n30],
    .thumb:hover[b-5d66jp7n30] {
        opacity: 1;
    }
/**/
.gallery-dealers[b-5d66jp7n30] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

    .gallery-dealers .image[b-5d66jp7n30] {
        width: 20%;
        display: block;
        margin: 5px;
    }

        .gallery-dealers .image img[b-5d66jp7n30] {
            width: 100%;
        }
/**/
/**/
.section-map[b-5d66jp7n30] {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: stretch;
    flex-direction: row;
}

    .section-map iframe[b-5d66jp7n30] {
        width: 32%;
    }

    .section-map .item[b-5d66jp7n30] {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-content: space-around;
        align-items: stretch;
        flex-direction: row;
        width: 32%;
    }

        .section-map .item .image[b-5d66jp7n30] {
            width: 45%;
            overflow: hidden;
            margin: 5px;
            display: block;
        }

            .section-map .item .image img[b-5d66jp7n30] {
                width: 100%;
            }

@media screen and (max-width: 950px) {
    .gallery-dealers[b-5d66jp7n30] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

        .gallery-dealers .image[b-5d66jp7n30] {
            width: 30%;
            display: block;
            margin: 5px;
        }

            .gallery-dealers .image img[b-5d66jp7n30] {
                width: 100%;
            }
    /**/
    .section-map[b-5d66jp7n30] {
        flex-wrap: wrap;
    }

        .section-map iframe[b-5d66jp7n30] {
            width: 100%;
        }

        .section-map .item[b-5d66jp7n30] {
            width: 100%;
        }
}

.map[b-5d66jp7n30] {
    width: 550px;
}
/* _content/DueRuoteMarketplace/Pages/ListingDealerComponents/ResultSection.razor.rz.scp.css */

.risultati .item .second-section[b-6grs1w87op]{
    height: 110px;

}

.risultati.dealers .item .second-section[b-6grs1w87op] {
    height: auto;
    border-top: 3px solid;
    border-bottom: none;
}
/* _content/DueRuoteMarketplace/Pages/OrderConfirm.razor.rz.scp.css */
[b-eh2zajr6g3] .lista-first-section {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
/**/
[b-eh2zajr6g3] .lista-content {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px auto;
}

[b-eh2zajr6g3] .risultati {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
}

[b-eh2zajr6g3] .addressform {
    width: 100%
}
    [b-eh2zajr6g3] .risultati .BE-ricerca {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        [b-eh2zajr6g3] .risultati .BE-ricerca .item {
            width: 23%;
            flex: none;
        }

            [b-eh2zajr6g3] .risultati .BE-ricerca .item.radio {
                width: 30%;
            }

            [b-eh2zajr6g3] .risultati .BE-ricerca .item.small {
                width: 9%;
            }

            [b-eh2zajr6g3] .risultati .BE-ricerca .item.big {
                width: 100%;
            }

[b-eh2zajr6g3] .input.big {
    width: 100%;
}

    [b-eh2zajr6g3] .input.big input {
        width: 100%;
    }

[b-eh2zajr6g3] .risultati .BE-ricerca .item span {
}

[b-eh2zajr6g3] .risultati .BE-ricerca .item .select {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

[b-eh2zajr6g3] .risultati .BE-ricerca .item .input {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

[b-eh2zajr6g3] .risultati .BE-ricerca .item .checkbox {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

[b-eh2zajr6g3] .risultati .BE-ricerca .item .select select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
    cursor: pointer;
}

[b-eh2zajr6g3] .risultati .BE-ricerca .item .input input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
}

[b-eh2zajr6g3] .risultati .BE-ricerca .item input[type="checkbox"] {
    position: relative;
    appearance: checkbox;
}

[b-eh2zajr6g3] .risultati .BE-ricerca .item input[type="radio"] {
    position: relative;
    appearance: checkbox;
}

[b-eh2zajr6g3] .risultati .BE-ricerca .item .select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}
/**/
[b-eh2zajr6g3] .risultati .BE-data {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    border-bottom: solid 1px;
}

    [b-eh2zajr6g3] .risultati .BE-data .item {
        width: 15%;
    }
/**/
[b-eh2zajr6g3] .risultati .BE-graph {
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px;
}

/**/
[b-eh2zajr6g3] .paginazione {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

    [b-eh2zajr6g3] .paginazione a {
        margin: 0 5px;
    }
/**/
[b-eh2zajr6g3] .container-selezioneindirizzi {
}

    [b-eh2zajr6g3] .container-selezioneindirizzi.invisible {
        display: none;
    }

[b-eh2zajr6g3] .container-selezioneindirizziFatt {
}

    [b-eh2zajr6g3] .container-selezioneindirizziFatt.invisible {
        display: none;
    }

[b-eh2zajr6g3] .container-aggiungidati.invisible {
    display: none;
}

[b-eh2zajr6g3] .container-aggiungidatiFatt.invisible {
    display: none;
}

@media screen and (max-width: 1080px) and (min-width: 425px) {
}

@media screen and (max-width: 950px) {
    [b-eh2zajr6g3] .risultati .BE-ricerca .item {
        width: 100%;
    }

        [b-eh2zajr6g3] .risultati .BE-ricerca .item.radio {
            width: 100%;
        }

        [b-eh2zajr6g3] .risultati .BE-ricerca .item.small {
            width: 100%;
        }

        [b-eh2zajr6g3] .risultati .BE-ricerca .item .select {
            width: 100%;
        }
}


/* _content/DueRuoteMarketplace/Pages/OrdersUser.razor.rz.scp.css */
.lista-first-section[b-hftyc55tz4] {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
/**/
.lista-content[b-hftyc55tz4] {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px auto;
}

.risultati[b-hftyc55tz4] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
}

    .risultati .BE-ricerca[b-hftyc55tz4] {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        .risultati .BE-ricerca .item[b-hftyc55tz4] {
            width: 23%;
        }

            .risultati .BE-ricerca .item.small[b-hftyc55tz4] {
                width: 9%;
            }

            .risultati .BE-ricerca .item.big[b-hftyc55tz4] {
                width: 100%;
            }

.input.big[b-hftyc55tz4] {
    width: 100%;
}

    .input.big input[b-hftyc55tz4] {
        width: 100%;
    }

.risultati .BE-ricerca .item span[b-hftyc55tz4] {
}

.risultati .BE-ricerca .item .select[b-hftyc55tz4] {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

.risultati .BE-ricerca .item .input[b-hftyc55tz4] {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

.risultati .BE-ricerca .item .checkbox[b-hftyc55tz4] {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

.risultati .BE-ricerca .item .select select[b-hftyc55tz4] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
}

.risultati .BE-ricerca .item .input input[b-hftyc55tz4] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
}

.risultati .BE-ricerca .item input[type="checkbox"][b-hftyc55tz4] {
    position: relative;
    appearance: checkbox;
}

.risultati .BE-ricerca .item input[type="radio"][b-hftyc55tz4] {
    position: relative;
    appearance: checkbox;
}

.risultati .BE-ricerca .item .select i[b-hftyc55tz4] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}
/**/
.risultati .BE-data[b-hftyc55tz4] {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    border-bottom: solid 1px;
}

    .risultati .BE-data .item[b-hftyc55tz4] {
        width: 15%;
    }
/**/
.risultati .BE-graph[b-hftyc55tz4] {
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px;
}

/**/
.paginazione[b-hftyc55tz4] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

    .paginazione a[b-hftyc55tz4] {
        margin: 0 5px;
    }
/**/

@media screen and (max-width: 1080px) and (min-width: 425px) {
}

@media screen and (max-width: 950px) {
    .risultati .BE-ricerca .item[b-hftyc55tz4] {
        width: 100%;
    }

        .risultati .BE-ricerca .item.small[b-hftyc55tz4] {
            width: 100%;
        }

        .risultati .BE-ricerca .item .select[b-hftyc55tz4] {
            width: 100%;
        }
}
/* _content/DueRuoteMarketplace/Pages/OrderUserComponents/DialogHistoryArticle.razor.rz.scp.css */
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html[b-k3q5f9sr6w] {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body[b-k3q5f9sr6w] {
    margin: 0;
}

article[b-k3q5f9sr6w],
aside[b-k3q5f9sr6w],
details[b-k3q5f9sr6w],
figcaption[b-k3q5f9sr6w],
figure[b-k3q5f9sr6w],
footer[b-k3q5f9sr6w],
header[b-k3q5f9sr6w],
hgroup[b-k3q5f9sr6w],
main[b-k3q5f9sr6w],
menu[b-k3q5f9sr6w],
nav[b-k3q5f9sr6w],
section[b-k3q5f9sr6w],
summary[b-k3q5f9sr6w] {
    display: block;
}

audio[b-k3q5f9sr6w],
canvas[b-k3q5f9sr6w],
progress[b-k3q5f9sr6w],
video[b-k3q5f9sr6w] {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls])[b-k3q5f9sr6w] {
        display: none;
        height: 0;
    }

[hidden][b-k3q5f9sr6w],
template[b-k3q5f9sr6w] {
    display: none;
}

a[b-k3q5f9sr6w] {
    background-color: transparent;
}

    a:active[b-k3q5f9sr6w],
    a:hover[b-k3q5f9sr6w] {
        outline: 0;
    }

abbr[title][b-k3q5f9sr6w] {
    border-bottom: 1px dotted;
}

b[b-k3q5f9sr6w],
strong[b-k3q5f9sr6w] {
    font-weight: bold;
}

dfn[b-k3q5f9sr6w] {
    font-style: italic;
}

h1[b-k3q5f9sr6w] {
    margin: .67em 0;
    font-size: 2em;
}

mark[b-k3q5f9sr6w] {
    color: #000;
    background: #ff0;
}

small[b-k3q5f9sr6w] {
    font-size: 80%;
}

sub[b-k3q5f9sr6w],
sup[b-k3q5f9sr6w] {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup[b-k3q5f9sr6w] {
    top: -.5em;
}

sub[b-k3q5f9sr6w] {
    bottom: -.25em;
}

img[b-k3q5f9sr6w] {
    border: 0;
}

svg:not(:root)[b-k3q5f9sr6w] {
    overflow: hidden;
}

figure[b-k3q5f9sr6w] {
    margin: 1em 40px;
}

hr[b-k3q5f9sr6w] {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre[b-k3q5f9sr6w] {
    overflow: auto;
}

code[b-k3q5f9sr6w],
kbd[b-k3q5f9sr6w],
pre[b-k3q5f9sr6w],
samp[b-k3q5f9sr6w] {
    font-family: monospace, monospace;
    font-size: 1em;
}

button[b-k3q5f9sr6w],
input[b-k3q5f9sr6w],
optgroup[b-k3q5f9sr6w],
select[b-k3q5f9sr6w],
textarea[b-k3q5f9sr6w] {
    margin: 0;
    font: inherit;
    color: inherit;
}

button[b-k3q5f9sr6w] {
    overflow: visible;
}

button[b-k3q5f9sr6w],
select[b-k3q5f9sr6w] {
    text-transform: none;
}

button[b-k3q5f9sr6w],
html input[type="button"][b-k3q5f9sr6w],
input[type="reset"][b-k3q5f9sr6w],
input[type="submit"][b-k3q5f9sr6w] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled][b-k3q5f9sr6w],
    html input[disabled][b-k3q5f9sr6w] {
        cursor: default;
    }

    button[b-k3q5f9sr6w]::-moz-focus-inner,
    input[b-k3q5f9sr6w]::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input[b-k3q5f9sr6w] {
    line-height: normal;
}

    input[type="checkbox"][b-k3q5f9sr6w],
    input[type="radio"][b-k3q5f9sr6w] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"][b-k3q5f9sr6w]::-webkit-inner-spin-button,
    input[type="number"][b-k3q5f9sr6w]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"][b-k3q5f9sr6w] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"][b-k3q5f9sr6w]::-webkit-search-cancel-button,
        input[type="search"][b-k3q5f9sr6w]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset[b-k3q5f9sr6w] {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend[b-k3q5f9sr6w] {
    padding: 0;
    border: 0;
}

textarea[b-k3q5f9sr6w] {
    overflow: auto;
}

optgroup[b-k3q5f9sr6w] {
    font-weight: bold;
}

table[b-k3q5f9sr6w] {
    border-spacing: 0;
    border-collapse: collapse;
}

td[b-k3q5f9sr6w],
th[b-k3q5f9sr6w] {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *[b-k3q5f9sr6w],
    *[b-k3q5f9sr6w]:before,
    *[b-k3q5f9sr6w]:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a[b-k3q5f9sr6w],
    a:visited[b-k3q5f9sr6w] {
        text-decoration: underline;
    }

        a[href][b-k3q5f9sr6w]:after {
            content: " (" attr(href) ")";
        }

    abbr[title][b-k3q5f9sr6w]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"][b-k3q5f9sr6w]:after,
    a[href^="javascript:"][b-k3q5f9sr6w]:after {
        content: "";
    }

    pre[b-k3q5f9sr6w],
    blockquote[b-k3q5f9sr6w] {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead[b-k3q5f9sr6w] {
        display: table-header-group;
    }

    tr[b-k3q5f9sr6w],
    img[b-k3q5f9sr6w] {
        page-break-inside: avoid;
    }

    img[b-k3q5f9sr6w] {
        max-width: 100% !important;
    }

    p[b-k3q5f9sr6w],
    h2[b-k3q5f9sr6w],
    h3[b-k3q5f9sr6w] {
        orphans: 3;
        widows: 3;
    }

    h2[b-k3q5f9sr6w],
    h3[b-k3q5f9sr6w] {
        page-break-after: avoid;
    }

    select[b-k3q5f9sr6w] {
        background: #fff !important;
    }

    .navbar[b-k3q5f9sr6w] {
        display: none;
    }

    .btn > .caret[b-k3q5f9sr6w],
    .dropup > .btn > .caret[b-k3q5f9sr6w] {
        border-top-color: #000 !important;
    }

    .label[b-k3q5f9sr6w] {
        border: 1px solid #000;
    }

    .table[b-k3q5f9sr6w] {
        border-collapse: collapse !important;
    }

        .table td[b-k3q5f9sr6w],
        .table th[b-k3q5f9sr6w] {
            background-color: #fff !important;
        }

    .table-bordered th[b-k3q5f9sr6w],
    .table-bordered td[b-k3q5f9sr6w] {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon[b-k3q5f9sr6w] {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk[b-k3q5f9sr6w]:before {
    content: "\2a";
}

.glyphicon-plus[b-k3q5f9sr6w]:before {
    content: "\2b";
}

.glyphicon-euro[b-k3q5f9sr6w]:before,
.glyphicon-eur[b-k3q5f9sr6w]:before {
    content: "\20ac";
}

.glyphicon-minus[b-k3q5f9sr6w]:before {
    content: "\2212";
}

.glyphicon-cloud[b-k3q5f9sr6w]:before {
    content: "\2601";
}

.glyphicon-envelope[b-k3q5f9sr6w]:before {
    content: "\2709";
}

.glyphicon-pencil[b-k3q5f9sr6w]:before {
    content: "\270f";
}

.glyphicon-glass[b-k3q5f9sr6w]:before {
    content: "\e001";
}

.glyphicon-music[b-k3q5f9sr6w]:before {
    content: "\e002";
}

.glyphicon-search[b-k3q5f9sr6w]:before {
    content: "\e003";
}

.glyphicon-heart[b-k3q5f9sr6w]:before {
    content: "\e005";
}

.glyphicon-star[b-k3q5f9sr6w]:before {
    content: "\e006";
}

.glyphicon-star-empty[b-k3q5f9sr6w]:before {
    content: "\e007";
}

.glyphicon-user[b-k3q5f9sr6w]:before {
    content: "\e008";
}

.glyphicon-film[b-k3q5f9sr6w]:before {
    content: "\e009";
}

.glyphicon-th-large[b-k3q5f9sr6w]:before {
    content: "\e010";
}

.glyphicon-th[b-k3q5f9sr6w]:before {
    content: "\e011";
}

.glyphicon-th-list[b-k3q5f9sr6w]:before {
    content: "\e012";
}

.glyphicon-ok[b-k3q5f9sr6w]:before {
    content: "\e013";
}

.glyphicon-remove[b-k3q5f9sr6w]:before {
    content: "\e014";
}

.glyphicon-zoom-in[b-k3q5f9sr6w]:before {
    content: "\e015";
}

.glyphicon-zoom-out[b-k3q5f9sr6w]:before {
    content: "\e016";
}

.glyphicon-off[b-k3q5f9sr6w]:before {
    content: "\e017";
}

.glyphicon-signal[b-k3q5f9sr6w]:before {
    content: "\e018";
}

.glyphicon-cog[b-k3q5f9sr6w]:before {
    content: "\e019";
}

.glyphicon-trash[b-k3q5f9sr6w]:before {
    content: "\e020";
}

.glyphicon-home[b-k3q5f9sr6w]:before {
    content: "\e021";
}

.glyphicon-file[b-k3q5f9sr6w]:before {
    content: "\e022";
}

.glyphicon-time[b-k3q5f9sr6w]:before {
    content: "\e023";
}

.glyphicon-road[b-k3q5f9sr6w]:before {
    content: "\e024";
}

.glyphicon-download-alt[b-k3q5f9sr6w]:before {
    content: "\e025";
}

.glyphicon-download[b-k3q5f9sr6w]:before {
    content: "\e026";
}

.glyphicon-upload[b-k3q5f9sr6w]:before {
    content: "\e027";
}

.glyphicon-inbox[b-k3q5f9sr6w]:before {
    content: "\e028";
}

.glyphicon-play-circle[b-k3q5f9sr6w]:before {
    content: "\e029";
}

.glyphicon-repeat[b-k3q5f9sr6w]:before {
    content: "\e030";
}

.glyphicon-refresh[b-k3q5f9sr6w]:before {
    content: "\e031";
}

.glyphicon-list-alt[b-k3q5f9sr6w]:before {
    content: "\e032";
}

.glyphicon-lock[b-k3q5f9sr6w]:before {
    content: "\e033";
}

.glyphicon-flag[b-k3q5f9sr6w]:before {
    content: "\e034";
}

.glyphicon-headphones[b-k3q5f9sr6w]:before {
    content: "\e035";
}

.glyphicon-volume-off[b-k3q5f9sr6w]:before {
    content: "\e036";
}

.glyphicon-volume-down[b-k3q5f9sr6w]:before {
    content: "\e037";
}

.glyphicon-volume-up[b-k3q5f9sr6w]:before {
    content: "\e038";
}

.glyphicon-qrcode[b-k3q5f9sr6w]:before {
    content: "\e039";
}

.glyphicon-barcode[b-k3q5f9sr6w]:before {
    content: "\e040";
}

.glyphicon-tag[b-k3q5f9sr6w]:before {
    content: "\e041";
}

.glyphicon-tags[b-k3q5f9sr6w]:before {
    content: "\e042";
}

.glyphicon-book[b-k3q5f9sr6w]:before {
    content: "\e043";
}

.glyphicon-bookmark[b-k3q5f9sr6w]:before {
    content: "\e044";
}

.glyphicon-print[b-k3q5f9sr6w]:before {
    content: "\e045";
}

.glyphicon-camera[b-k3q5f9sr6w]:before {
    content: "\e046";
}

.glyphicon-font[b-k3q5f9sr6w]:before {
    content: "\e047";
}

.glyphicon-bold[b-k3q5f9sr6w]:before {
    content: "\e048";
}

.glyphicon-italic[b-k3q5f9sr6w]:before {
    content: "\e049";
}

.glyphicon-text-height[b-k3q5f9sr6w]:before {
    content: "\e050";
}

.glyphicon-text-width[b-k3q5f9sr6w]:before {
    content: "\e051";
}

.glyphicon-align-left[b-k3q5f9sr6w]:before {
    content: "\e052";
}

.glyphicon-align-center[b-k3q5f9sr6w]:before {
    content: "\e053";
}

.glyphicon-align-right[b-k3q5f9sr6w]:before {
    content: "\e054";
}

.glyphicon-align-justify[b-k3q5f9sr6w]:before {
    content: "\e055";
}

.glyphicon-list[b-k3q5f9sr6w]:before {
    content: "\e056";
}

.glyphicon-indent-left[b-k3q5f9sr6w]:before {
    content: "\e057";
}

.glyphicon-indent-right[b-k3q5f9sr6w]:before {
    content: "\e058";
}

.glyphicon-facetime-video[b-k3q5f9sr6w]:before {
    content: "\e059";
}

.glyphicon-picture[b-k3q5f9sr6w]:before {
    content: "\e060";
}

.glyphicon-map-marker[b-k3q5f9sr6w]:before {
    content: "\e062";
}

.glyphicon-adjust[b-k3q5f9sr6w]:before {
    content: "\e063";
}

.glyphicon-tint[b-k3q5f9sr6w]:before {
    content: "\e064";
}

.glyphicon-edit[b-k3q5f9sr6w]:before {
    content: "\e065";
}

.glyphicon-share[b-k3q5f9sr6w]:before {
    content: "\e066";
}

.glyphicon-check[b-k3q5f9sr6w]:before {
    content: "\e067";
}

.glyphicon-move[b-k3q5f9sr6w]:before {
    content: "\e068";
}

.glyphicon-step-backward[b-k3q5f9sr6w]:before {
    content: "\e069";
}

.glyphicon-fast-backward[b-k3q5f9sr6w]:before {
    content: "\e070";
}

.glyphicon-backward[b-k3q5f9sr6w]:before {
    content: "\e071";
}

.glyphicon-play[b-k3q5f9sr6w]:before {
    content: "\e072";
}

.glyphicon-pause[b-k3q5f9sr6w]:before {
    content: "\e073";
}

.glyphicon-stop[b-k3q5f9sr6w]:before {
    content: "\e074";
}

.glyphicon-forward[b-k3q5f9sr6w]:before {
    content: "\e075";
}

.glyphicon-fast-forward[b-k3q5f9sr6w]:before {
    content: "\e076";
}

.glyphicon-step-forward[b-k3q5f9sr6w]:before {
    content: "\e077";
}

.glyphicon-eject[b-k3q5f9sr6w]:before {
    content: "\e078";
}

.glyphicon-chevron-left[b-k3q5f9sr6w]:before {
    content: "\e079";
}

.glyphicon-chevron-right[b-k3q5f9sr6w]:before {
    content: "\e080";
}

.glyphicon-plus-sign[b-k3q5f9sr6w]:before {
    content: "\e081";
}

.glyphicon-minus-sign[b-k3q5f9sr6w]:before {
    content: "\e082";
}

.glyphicon-remove-sign[b-k3q5f9sr6w]:before {
    content: "\e083";
}

.glyphicon-ok-sign[b-k3q5f9sr6w]:before {
    content: "\e084";
}

.glyphicon-question-sign[b-k3q5f9sr6w]:before {
    content: "\e085";
}

.glyphicon-info-sign[b-k3q5f9sr6w]:before {
    content: "\e086";
}

.glyphicon-screenshot[b-k3q5f9sr6w]:before {
    content: "\e087";
}

.glyphicon-remove-circle[b-k3q5f9sr6w]:before {
    content: "\e088";
}

.glyphicon-ok-circle[b-k3q5f9sr6w]:before {
    content: "\e089";
}

.glyphicon-ban-circle[b-k3q5f9sr6w]:before {
    content: "\e090";
}

.glyphicon-arrow-left[b-k3q5f9sr6w]:before {
    content: "\e091";
}

.glyphicon-arrow-right[b-k3q5f9sr6w]:before {
    content: "\e092";
}

.glyphicon-arrow-up[b-k3q5f9sr6w]:before {
    content: "\e093";
}

.glyphicon-arrow-down[b-k3q5f9sr6w]:before {
    content: "\e094";
}

.glyphicon-share-alt[b-k3q5f9sr6w]:before {
    content: "\e095";
}

.glyphicon-resize-full[b-k3q5f9sr6w]:before {
    content: "\e096";
}

.glyphicon-resize-small[b-k3q5f9sr6w]:before {
    content: "\e097";
}

.glyphicon-exclamation-sign[b-k3q5f9sr6w]:before {
    content: "\e101";
}

.glyphicon-gift[b-k3q5f9sr6w]:before {
    content: "\e102";
}

.glyphicon-leaf[b-k3q5f9sr6w]:before {
    content: "\e103";
}

.glyphicon-fire[b-k3q5f9sr6w]:before {
    content: "\e104";
}

.glyphicon-eye-open[b-k3q5f9sr6w]:before {
    content: "\e105";
}

.glyphicon-eye-close[b-k3q5f9sr6w]:before {
    content: "\e106";
}

.glyphicon-warning-sign[b-k3q5f9sr6w]:before {
    content: "\e107";
}

.glyphicon-plane[b-k3q5f9sr6w]:before {
    content: "\e108";
}

.glyphicon-calendar[b-k3q5f9sr6w]:before {
    content: "\e109";
}

.glyphicon-random[b-k3q5f9sr6w]:before {
    content: "\e110";
}

.glyphicon-comment[b-k3q5f9sr6w]:before {
    content: "\e111";
}

.glyphicon-magnet[b-k3q5f9sr6w]:before {
    content: "\e112";
}

.glyphicon-chevron-up[b-k3q5f9sr6w]:before {
    content: "\e113";
}

.glyphicon-chevron-down[b-k3q5f9sr6w]:before {
    content: "\e114";
}

.glyphicon-retweet[b-k3q5f9sr6w]:before {
    content: "\e115";
}

.glyphicon-shopping-cart[b-k3q5f9sr6w]:before {
    content: "\e116";
}

.glyphicon-folder-close[b-k3q5f9sr6w]:before {
    content: "\e117";
}

.glyphicon-folder-open[b-k3q5f9sr6w]:before {
    content: "\e118";
}

.glyphicon-resize-vertical[b-k3q5f9sr6w]:before {
    content: "\e119";
}

.glyphicon-resize-horizontal[b-k3q5f9sr6w]:before {
    content: "\e120";
}

.glyphicon-hdd[b-k3q5f9sr6w]:before {
    content: "\e121";
}

.glyphicon-bullhorn[b-k3q5f9sr6w]:before {
    content: "\e122";
}

.glyphicon-bell[b-k3q5f9sr6w]:before {
    content: "\e123";
}

.glyphicon-certificate[b-k3q5f9sr6w]:before {
    content: "\e124";
}

.glyphicon-thumbs-up[b-k3q5f9sr6w]:before {
    content: "\e125";
}

.glyphicon-thumbs-down[b-k3q5f9sr6w]:before {
    content: "\e126";
}

.glyphicon-hand-right[b-k3q5f9sr6w]:before {
    content: "\e127";
}

.glyphicon-hand-left[b-k3q5f9sr6w]:before {
    content: "\e128";
}

.glyphicon-hand-up[b-k3q5f9sr6w]:before {
    content: "\e129";
}

.glyphicon-hand-down[b-k3q5f9sr6w]:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right[b-k3q5f9sr6w]:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left[b-k3q5f9sr6w]:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up[b-k3q5f9sr6w]:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down[b-k3q5f9sr6w]:before {
    content: "\e134";
}

.glyphicon-globe[b-k3q5f9sr6w]:before {
    content: "\e135";
}

.glyphicon-wrench[b-k3q5f9sr6w]:before {
    content: "\e136";
}

.glyphicon-tasks[b-k3q5f9sr6w]:before {
    content: "\e137";
}

.glyphicon-filter[b-k3q5f9sr6w]:before {
    content: "\e138";
}

.glyphicon-briefcase[b-k3q5f9sr6w]:before {
    content: "\e139";
}

.glyphicon-fullscreen[b-k3q5f9sr6w]:before {
    content: "\e140";
}

.glyphicon-dashboard[b-k3q5f9sr6w]:before {
    content: "\e141";
}

.glyphicon-paperclip[b-k3q5f9sr6w]:before {
    content: "\e142";
}

.glyphicon-heart-empty[b-k3q5f9sr6w]:before {
    content: "\e143";
}

.glyphicon-link[b-k3q5f9sr6w]:before {
    content: "\e144";
}

.glyphicon-phone[b-k3q5f9sr6w]:before {
    content: "\e145";
}

.glyphicon-pushpin[b-k3q5f9sr6w]:before {
    content: "\e146";
}

.glyphicon-usd[b-k3q5f9sr6w]:before {
    content: "\e148";
}

.glyphicon-gbp[b-k3q5f9sr6w]:before {
    content: "\e149";
}

.glyphicon-sort[b-k3q5f9sr6w]:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet[b-k3q5f9sr6w]:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt[b-k3q5f9sr6w]:before {
    content: "\e152";
}

.glyphicon-sort-by-order[b-k3q5f9sr6w]:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt[b-k3q5f9sr6w]:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes[b-k3q5f9sr6w]:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt[b-k3q5f9sr6w]:before {
    content: "\e156";
}

.glyphicon-unchecked[b-k3q5f9sr6w]:before {
    content: "\e157";
}

.glyphicon-expand[b-k3q5f9sr6w]:before {
    content: "\e158";
}

.glyphicon-collapse-down[b-k3q5f9sr6w]:before {
    content: "\e159";
}

.glyphicon-collapse-up[b-k3q5f9sr6w]:before {
    content: "\e160";
}

.glyphicon-log-in[b-k3q5f9sr6w]:before {
    content: "\e161";
}

.glyphicon-flash[b-k3q5f9sr6w]:before {
    content: "\e162";
}

.glyphicon-log-out[b-k3q5f9sr6w]:before {
    content: "\e163";
}

.glyphicon-new-window[b-k3q5f9sr6w]:before {
    content: "\e164";
}

.glyphicon-record[b-k3q5f9sr6w]:before {
    content: "\e165";
}

.glyphicon-save[b-k3q5f9sr6w]:before {
    content: "\e166";
}

.glyphicon-open[b-k3q5f9sr6w]:before {
    content: "\e167";
}

.glyphicon-saved[b-k3q5f9sr6w]:before {
    content: "\e168";
}

.glyphicon-import[b-k3q5f9sr6w]:before {
    content: "\e169";
}

.glyphicon-export[b-k3q5f9sr6w]:before {
    content: "\e170";
}

.glyphicon-send[b-k3q5f9sr6w]:before {
    content: "\e171";
}

.glyphicon-floppy-disk[b-k3q5f9sr6w]:before {
    content: "\e172";
}

.glyphicon-floppy-saved[b-k3q5f9sr6w]:before {
    content: "\e173";
}

.glyphicon-floppy-remove[b-k3q5f9sr6w]:before {
    content: "\e174";
}

.glyphicon-floppy-save[b-k3q5f9sr6w]:before {
    content: "\e175";
}

.glyphicon-floppy-open[b-k3q5f9sr6w]:before {
    content: "\e176";
}

.glyphicon-credit-card[b-k3q5f9sr6w]:before {
    content: "\e177";
}

.glyphicon-transfer[b-k3q5f9sr6w]:before {
    content: "\e178";
}

.glyphicon-cutlery[b-k3q5f9sr6w]:before {
    content: "\e179";
}

.glyphicon-header[b-k3q5f9sr6w]:before {
    content: "\e180";
}

.glyphicon-compressed[b-k3q5f9sr6w]:before {
    content: "\e181";
}

.glyphicon-earphone[b-k3q5f9sr6w]:before {
    content: "\e182";
}

.glyphicon-phone-alt[b-k3q5f9sr6w]:before {
    content: "\e183";
}

.glyphicon-tower[b-k3q5f9sr6w]:before {
    content: "\e184";
}

.glyphicon-stats[b-k3q5f9sr6w]:before {
    content: "\e185";
}

.glyphicon-sd-video[b-k3q5f9sr6w]:before {
    content: "\e186";
}

.glyphicon-hd-video[b-k3q5f9sr6w]:before {
    content: "\e187";
}

.glyphicon-subtitles[b-k3q5f9sr6w]:before {
    content: "\e188";
}

.glyphicon-sound-stereo[b-k3q5f9sr6w]:before {
    content: "\e189";
}

.glyphicon-sound-dolby[b-k3q5f9sr6w]:before {
    content: "\e190";
}

.glyphicon-sound-5-1[b-k3q5f9sr6w]:before {
    content: "\e191";
}

.glyphicon-sound-6-1[b-k3q5f9sr6w]:before {
    content: "\e192";
}

.glyphicon-sound-7-1[b-k3q5f9sr6w]:before {
    content: "\e193";
}

.glyphicon-copyright-mark[b-k3q5f9sr6w]:before {
    content: "\e194";
}

.glyphicon-registration-mark[b-k3q5f9sr6w]:before {
    content: "\e195";
}

.glyphicon-cloud-download[b-k3q5f9sr6w]:before {
    content: "\e197";
}

.glyphicon-cloud-upload[b-k3q5f9sr6w]:before {
    content: "\e198";
}

.glyphicon-tree-conifer[b-k3q5f9sr6w]:before {
    content: "\e199";
}

.glyphicon-tree-deciduous[b-k3q5f9sr6w]:before {
    content: "\e200";
}

*[b-k3q5f9sr6w] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *[b-k3q5f9sr6w]:before,
    *[b-k3q5f9sr6w]:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html[b-k3q5f9sr6w] {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body[b-k3q5f9sr6w] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input[b-k3q5f9sr6w],
button[b-k3q5f9sr6w],
select[b-k3q5f9sr6w],
textarea[b-k3q5f9sr6w] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a[b-k3q5f9sr6w] {
    color: #262626;
    text-decoration: none;
}

    a:hover[b-k3q5f9sr6w],
    a:focus[b-k3q5f9sr6w] {
        color: #a94442;
        text-decoration: none;
    }

    a:focus[b-k3q5f9sr6w] {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure[b-k3q5f9sr6w] {
    margin: 0;
}

img[b-k3q5f9sr6w] {
    vertical-align: middle;
}

.img-responsive[b-k3q5f9sr6w],
.thumbnail > img[b-k3q5f9sr6w],
.thumbnail a > img[b-k3q5f9sr6w],
.carousel-inner > .item > img[b-k3q5f9sr6w],
.carousel-inner > .item > a > img[b-k3q5f9sr6w] {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded[b-k3q5f9sr6w] {
    border-radius: 6px;
}

.img-thumbnail[b-k3q5f9sr6w] {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle[b-k3q5f9sr6w] {
    border-radius: 50%;
}

hr[b-k3q5f9sr6w] {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only[b-k3q5f9sr6w] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active[b-k3q5f9sr6w],
.sr-only-focusable:focus[b-k3q5f9sr6w] {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1[b-k3q5f9sr6w],
h2[b-k3q5f9sr6w],
h3[b-k3q5f9sr6w],
h4[b-k3q5f9sr6w],
h5[b-k3q5f9sr6w],
h6[b-k3q5f9sr6w],
.h1[b-k3q5f9sr6w],
.h2[b-k3q5f9sr6w],
.h3[b-k3q5f9sr6w],
.h4[b-k3q5f9sr6w],
.h5[b-k3q5f9sr6w],
.h6[b-k3q5f9sr6w] {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small[b-k3q5f9sr6w],
    h2 small[b-k3q5f9sr6w],
    h3 small[b-k3q5f9sr6w],
    h4 small[b-k3q5f9sr6w],
    h5 small[b-k3q5f9sr6w],
    h6 small[b-k3q5f9sr6w],
    .h1 small[b-k3q5f9sr6w],
    .h2 small[b-k3q5f9sr6w],
    .h3 small[b-k3q5f9sr6w],
    .h4 small[b-k3q5f9sr6w],
    .h5 small[b-k3q5f9sr6w],
    .h6 small[b-k3q5f9sr6w],
    h1 .small[b-k3q5f9sr6w],
    h2 .small[b-k3q5f9sr6w],
    h3 .small[b-k3q5f9sr6w],
    h4 .small[b-k3q5f9sr6w],
    h5 .small[b-k3q5f9sr6w],
    h6 .small[b-k3q5f9sr6w],
    .h1 .small[b-k3q5f9sr6w],
    .h2 .small[b-k3q5f9sr6w],
    .h3 .small[b-k3q5f9sr6w],
    .h4 .small[b-k3q5f9sr6w],
    .h5 .small[b-k3q5f9sr6w],
    .h6 .small[b-k3q5f9sr6w] {
        font-weight: normal;
        line-height: 1;
        color: #777;
    }

h1[b-k3q5f9sr6w],
.h1[b-k3q5f9sr6w],
h2[b-k3q5f9sr6w],
.h2[b-k3q5f9sr6w],
h3[b-k3q5f9sr6w],
.h3[b-k3q5f9sr6w] {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small[b-k3q5f9sr6w],
    .h1 small[b-k3q5f9sr6w],
    h2 small[b-k3q5f9sr6w],
    .h2 small[b-k3q5f9sr6w],
    h3 small[b-k3q5f9sr6w],
    .h3 small[b-k3q5f9sr6w],
    h1 .small[b-k3q5f9sr6w],
    .h1 .small[b-k3q5f9sr6w],
    h2 .small[b-k3q5f9sr6w],
    .h2 .small[b-k3q5f9sr6w],
    h3 .small[b-k3q5f9sr6w],
    .h3 .small[b-k3q5f9sr6w] {
        font-size: 65%;
    }

h4[b-k3q5f9sr6w],
.h4[b-k3q5f9sr6w],
h5[b-k3q5f9sr6w],
.h5[b-k3q5f9sr6w],
h6[b-k3q5f9sr6w],
.h6[b-k3q5f9sr6w] {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small[b-k3q5f9sr6w],
    .h4 small[b-k3q5f9sr6w],
    h5 small[b-k3q5f9sr6w],
    .h5 small[b-k3q5f9sr6w],
    h6 small[b-k3q5f9sr6w],
    .h6 small[b-k3q5f9sr6w],
    h4 .small[b-k3q5f9sr6w],
    .h4 .small[b-k3q5f9sr6w],
    h5 .small[b-k3q5f9sr6w],
    .h5 .small[b-k3q5f9sr6w],
    h6 .small[b-k3q5f9sr6w],
    .h6 .small[b-k3q5f9sr6w] {
        font-size: 75%;
    }

h1[b-k3q5f9sr6w],
.h1[b-k3q5f9sr6w] {
    font-size: 36px;
}

h2[b-k3q5f9sr6w],
.h2[b-k3q5f9sr6w] {
    font-size: 30px;
}

h3[b-k3q5f9sr6w],
.h3[b-k3q5f9sr6w] {
    font-size: 24px;
}

h4[b-k3q5f9sr6w],
.h4[b-k3q5f9sr6w] {
    font-size: 18px;
}

h5[b-k3q5f9sr6w],
.h5[b-k3q5f9sr6w] {
    font-size: 14px;
}

h6[b-k3q5f9sr6w],
.h6[b-k3q5f9sr6w] {
    font-size: 12px;
}

p[b-k3q5f9sr6w] {
    margin: 0 0 10px;
}

.lead[b-k3q5f9sr6w] {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead[b-k3q5f9sr6w] {
        font-size: 21px;
    }
}

small[b-k3q5f9sr6w],
.small[b-k3q5f9sr6w] {
    font-size: 85%;
}

mark[b-k3q5f9sr6w],
.mark[b-k3q5f9sr6w] {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left[b-k3q5f9sr6w] {
    text-align: left;
}

.text-right[b-k3q5f9sr6w] {
    text-align: right;
}

.text-center[b-k3q5f9sr6w] {
    text-align: center;
}

.text-justify[b-k3q5f9sr6w] {
    text-align: justify;
}

.text-nowrap[b-k3q5f9sr6w] {
    white-space: nowrap;
}

.text-lowercase[b-k3q5f9sr6w] {
    text-transform: lowercase;
}

.text-uppercase[b-k3q5f9sr6w] {
    text-transform: uppercase;
}

.text-capitalize[b-k3q5f9sr6w] {
    text-transform: capitalize;
}

.text-muted[b-k3q5f9sr6w] {
    color: #777;
}

.text-primary[b-k3q5f9sr6w] {
    color: #337ab7;
}

a.text-primary:hover[b-k3q5f9sr6w] {
    color: #286090;
}

.text-success[b-k3q5f9sr6w] {
    color: #3c763d;
}

a.text-success:hover[b-k3q5f9sr6w] {
    color: #2b542c;
}

.text-info[b-k3q5f9sr6w] {
    color: #31708f;
}

a.text-info:hover[b-k3q5f9sr6w] {
    color: #245269;
}

.text-warning[b-k3q5f9sr6w] {
    color: #8a6d3b;
}

a.text-warning:hover[b-k3q5f9sr6w] {
    color: #66512c;
}

.text-danger[b-k3q5f9sr6w] {
    color: #a94442;
}

a.text-danger:hover[b-k3q5f9sr6w] {
    color: #843534;
}

.bg-primary[b-k3q5f9sr6w] {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover[b-k3q5f9sr6w] {
    background-color: #286090;
}

.bg-success[b-k3q5f9sr6w] {
    background-color: #dff0d8;
}

a.bg-success:hover[b-k3q5f9sr6w] {
    background-color: #c1e2b3;
}

.bg-info[b-k3q5f9sr6w] {
    background-color: #d9edf7;
}

a.bg-info:hover[b-k3q5f9sr6w] {
    background-color: #afd9ee;
}

.bg-warning[b-k3q5f9sr6w] {
    background-color: #fcf8e3;
}

a.bg-warning:hover[b-k3q5f9sr6w] {
    background-color: #f7ecb5;
}

.bg-danger[b-k3q5f9sr6w] {
    background-color: #f2dede;
}

a.bg-danger:hover[b-k3q5f9sr6w] {
    background-color: #e4b9b9;
}

.page-header[b-k3q5f9sr6w] {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul[b-k3q5f9sr6w],
ol[b-k3q5f9sr6w] {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul[b-k3q5f9sr6w],
    ol ul[b-k3q5f9sr6w],
    ul ol[b-k3q5f9sr6w],
    ol ol[b-k3q5f9sr6w] {
        margin-bottom: 0;
    }

.list-unstyled[b-k3q5f9sr6w] {
    padding-left: 0;
    list-style: none;
}

.list-inline[b-k3q5f9sr6w] {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li[b-k3q5f9sr6w] {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl[b-k3q5f9sr6w] {
    margin-top: 0;
    margin-bottom: 20px;
}

dt[b-k3q5f9sr6w],
dd[b-k3q5f9sr6w] {
    line-height: 1.42857143;
}

dt[b-k3q5f9sr6w] {
    font-weight: bold;
}

dd[b-k3q5f9sr6w] {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt[b-k3q5f9sr6w] {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd[b-k3q5f9sr6w] {
        margin-left: 180px;
    }
}

abbr[title][b-k3q5f9sr6w],
abbr[data-original-title][b-k3q5f9sr6w] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism[b-k3q5f9sr6w] {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote[b-k3q5f9sr6w] {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child[b-k3q5f9sr6w],
    blockquote ul:last-child[b-k3q5f9sr6w],
    blockquote ol:last-child[b-k3q5f9sr6w] {
        margin-bottom: 0;
    }

    blockquote footer[b-k3q5f9sr6w],
    blockquote small[b-k3q5f9sr6w],
    blockquote .small[b-k3q5f9sr6w] {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote footer[b-k3q5f9sr6w]:before,
        blockquote small[b-k3q5f9sr6w]:before,
        blockquote .small[b-k3q5f9sr6w]:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse[b-k3q5f9sr6w],
    blockquote.pull-right[b-k3q5f9sr6w] {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse footer[b-k3q5f9sr6w]:before,
        blockquote.pull-right footer[b-k3q5f9sr6w]:before,
        .blockquote-reverse small[b-k3q5f9sr6w]:before,
        blockquote.pull-right small[b-k3q5f9sr6w]:before,
        .blockquote-reverse .small[b-k3q5f9sr6w]:before,
        blockquote.pull-right .small[b-k3q5f9sr6w]:before {
            content: '';
        }

        .blockquote-reverse footer[b-k3q5f9sr6w]:after,
        blockquote.pull-right footer[b-k3q5f9sr6w]:after,
        .blockquote-reverse small[b-k3q5f9sr6w]:after,
        blockquote.pull-right small[b-k3q5f9sr6w]:after,
        .blockquote-reverse .small[b-k3q5f9sr6w]:after,
        blockquote.pull-right .small[b-k3q5f9sr6w]:after {
            content: '\00A0 \2014';
        }

address[b-k3q5f9sr6w] {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code[b-k3q5f9sr6w],
kbd[b-k3q5f9sr6w],
pre[b-k3q5f9sr6w],
samp[b-k3q5f9sr6w] {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code[b-k3q5f9sr6w] {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd[b-k3q5f9sr6w] {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

    kbd kbd[b-k3q5f9sr6w] {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre[b-k3q5f9sr6w] {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code[b-k3q5f9sr6w] {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable[b-k3q5f9sr6w] {
    max-height: 340px;
    overflow-y: scroll;
}

.container[b-k3q5f9sr6w] {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container[b-k3q5f9sr6w] {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container[b-k3q5f9sr6w] {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container[b-k3q5f9sr6w] {
        width: 1170px;
    }
}

.container-fluid[b-k3q5f9sr6w] {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row[b-k3q5f9sr6w] {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1[b-k3q5f9sr6w], .col-sm-1[b-k3q5f9sr6w], .col-md-1[b-k3q5f9sr6w], .col-lg-1[b-k3q5f9sr6w], .col-xs-2[b-k3q5f9sr6w], .col-sm-2[b-k3q5f9sr6w], .col-md-2[b-k3q5f9sr6w], .col-lg-2[b-k3q5f9sr6w], .col-xs-3[b-k3q5f9sr6w], .col-sm-3[b-k3q5f9sr6w], .col-md-3[b-k3q5f9sr6w], .col-lg-3[b-k3q5f9sr6w], .col-xs-4[b-k3q5f9sr6w], .col-sm-4[b-k3q5f9sr6w], .col-md-4[b-k3q5f9sr6w], .col-lg-4[b-k3q5f9sr6w], .col-xs-5[b-k3q5f9sr6w], .col-sm-5[b-k3q5f9sr6w], .col-md-5[b-k3q5f9sr6w], .col-lg-5[b-k3q5f9sr6w], .col-xs-6[b-k3q5f9sr6w], .col-sm-6[b-k3q5f9sr6w], .col-md-6[b-k3q5f9sr6w], .col-lg-6[b-k3q5f9sr6w], .col-xs-7[b-k3q5f9sr6w], .col-sm-7[b-k3q5f9sr6w], .col-md-7[b-k3q5f9sr6w], .col-lg-7[b-k3q5f9sr6w], .col-xs-8[b-k3q5f9sr6w], .col-sm-8[b-k3q5f9sr6w], .col-md-8[b-k3q5f9sr6w], .col-lg-8[b-k3q5f9sr6w], .col-xs-9[b-k3q5f9sr6w], .col-sm-9[b-k3q5f9sr6w], .col-md-9[b-k3q5f9sr6w], .col-lg-9[b-k3q5f9sr6w], .col-xs-10[b-k3q5f9sr6w], .col-sm-10[b-k3q5f9sr6w], .col-md-10[b-k3q5f9sr6w], .col-lg-10[b-k3q5f9sr6w], .col-xs-11[b-k3q5f9sr6w], .col-sm-11[b-k3q5f9sr6w], .col-md-11[b-k3q5f9sr6w], .col-lg-11[b-k3q5f9sr6w], .col-xs-12[b-k3q5f9sr6w], .col-sm-12[b-k3q5f9sr6w], .col-md-12[b-k3q5f9sr6w], .col-lg-12[b-k3q5f9sr6w] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1[b-k3q5f9sr6w], .col-xs-2[b-k3q5f9sr6w], .col-xs-3[b-k3q5f9sr6w], .col-xs-4[b-k3q5f9sr6w], .col-xs-5[b-k3q5f9sr6w], .col-xs-6[b-k3q5f9sr6w], .col-xs-7[b-k3q5f9sr6w], .col-xs-8[b-k3q5f9sr6w], .col-xs-9[b-k3q5f9sr6w], .col-xs-10[b-k3q5f9sr6w], .col-xs-11[b-k3q5f9sr6w], .col-xs-12[b-k3q5f9sr6w] {
    float: left;
}

.col-xs-12[b-k3q5f9sr6w] {
    width: 100%;
}

.col-xs-11[b-k3q5f9sr6w] {
    width: 91.66666667%;
}

.col-xs-10[b-k3q5f9sr6w] {
    width: 83.33333333%;
}

.col-xs-9[b-k3q5f9sr6w] {
    width: 75%;
}

.col-xs-8[b-k3q5f9sr6w] {
    width: 66.66666667%;
}

.col-xs-7[b-k3q5f9sr6w] {
    width: 58.33333333%;
}

.col-xs-6[b-k3q5f9sr6w] {
    width: 50%;
}

.col-xs-5[b-k3q5f9sr6w] {
    width: 41.66666667%;
}

.col-xs-4[b-k3q5f9sr6w] {
    width: 33.33333333%;
}

.col-xs-3[b-k3q5f9sr6w] {
    width: 25%;
}

.col-xs-2[b-k3q5f9sr6w] {
    width: 16.66666667%;
}

.col-xs-1[b-k3q5f9sr6w] {
    width: 8.33333333%;
}

.col-xs-pull-12[b-k3q5f9sr6w] {
    right: 100%;
}

.col-xs-pull-11[b-k3q5f9sr6w] {
    right: 91.66666667%;
}

.col-xs-pull-10[b-k3q5f9sr6w] {
    right: 83.33333333%;
}

.col-xs-pull-9[b-k3q5f9sr6w] {
    right: 75%;
}

.col-xs-pull-8[b-k3q5f9sr6w] {
    right: 66.66666667%;
}

.col-xs-pull-7[b-k3q5f9sr6w] {
    right: 58.33333333%;
}

.col-xs-pull-6[b-k3q5f9sr6w] {
    right: 50%;
}

.col-xs-pull-5[b-k3q5f9sr6w] {
    right: 41.66666667%;
}

.col-xs-pull-4[b-k3q5f9sr6w] {
    right: 33.33333333%;
}

.col-xs-pull-3[b-k3q5f9sr6w] {
    right: 25%;
}

.col-xs-pull-2[b-k3q5f9sr6w] {
    right: 16.66666667%;
}

.col-xs-pull-1[b-k3q5f9sr6w] {
    right: 8.33333333%;
}

.col-xs-pull-0[b-k3q5f9sr6w] {
    right: auto;
}

.col-xs-push-12[b-k3q5f9sr6w] {
    left: 100%;
}

.col-xs-push-11[b-k3q5f9sr6w] {
    left: 91.66666667%;
}

.col-xs-push-10[b-k3q5f9sr6w] {
    left: 83.33333333%;
}

.col-xs-push-9[b-k3q5f9sr6w] {
    left: 75%;
}

.col-xs-push-8[b-k3q5f9sr6w] {
    left: 66.66666667%;
}

.col-xs-push-7[b-k3q5f9sr6w] {
    left: 58.33333333%;
}

.col-xs-push-6[b-k3q5f9sr6w] {
    left: 50%;
}

.col-xs-push-5[b-k3q5f9sr6w] {
    left: 41.66666667%;
}

.col-xs-push-4[b-k3q5f9sr6w] {
    left: 33.33333333%;
}

.col-xs-push-3[b-k3q5f9sr6w] {
    left: 25%;
}

.col-xs-push-2[b-k3q5f9sr6w] {
    left: 16.66666667%;
}

.col-xs-push-1[b-k3q5f9sr6w] {
    left: 8.33333333%;
}

.col-xs-push-0[b-k3q5f9sr6w] {
    left: auto;
}

.col-xs-offset-12[b-k3q5f9sr6w] {
    margin-left: 100%;
}

.col-xs-offset-11[b-k3q5f9sr6w] {
    margin-left: 91.66666667%;
}

.col-xs-offset-10[b-k3q5f9sr6w] {
    margin-left: 83.33333333%;
}

.col-xs-offset-9[b-k3q5f9sr6w] {
    margin-left: 75%;
}

.col-xs-offset-8[b-k3q5f9sr6w] {
    margin-left: 66.66666667%;
}

.col-xs-offset-7[b-k3q5f9sr6w] {
    margin-left: 58.33333333%;
}

.col-xs-offset-6[b-k3q5f9sr6w] {
    margin-left: 50%;
}

.col-xs-offset-5[b-k3q5f9sr6w] {
    margin-left: 41.66666667%;
}

.col-xs-offset-4[b-k3q5f9sr6w] {
    margin-left: 33.33333333%;
}

.col-xs-offset-3[b-k3q5f9sr6w] {
    margin-left: 25%;
}

.col-xs-offset-2[b-k3q5f9sr6w] {
    margin-left: 16.66666667%;
}

.col-xs-offset-1[b-k3q5f9sr6w] {
    margin-left: 8.33333333%;
}

.col-xs-offset-0[b-k3q5f9sr6w] {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1[b-k3q5f9sr6w], .col-sm-2[b-k3q5f9sr6w], .col-sm-3[b-k3q5f9sr6w], .col-sm-4[b-k3q5f9sr6w], .col-sm-5[b-k3q5f9sr6w], .col-sm-6[b-k3q5f9sr6w], .col-sm-7[b-k3q5f9sr6w], .col-sm-8[b-k3q5f9sr6w], .col-sm-9[b-k3q5f9sr6w], .col-sm-10[b-k3q5f9sr6w], .col-sm-11[b-k3q5f9sr6w], .col-sm-12[b-k3q5f9sr6w] {
        float: left;
    }

    .col-sm-12[b-k3q5f9sr6w] {
        width: 100%;
    }

    .col-sm-11[b-k3q5f9sr6w] {
        width: 91.66666667%;
    }

    .col-sm-10[b-k3q5f9sr6w] {
        width: 83.33333333%;
    }

    .col-sm-9[b-k3q5f9sr6w] {
        width: 75%;
    }

    .col-sm-8[b-k3q5f9sr6w] {
        width: 66.66666667%;
    }

    .col-sm-7[b-k3q5f9sr6w] {
        width: 58.33333333%;
    }

    .col-sm-6[b-k3q5f9sr6w] {
        width: 50%;
    }

    .col-sm-5[b-k3q5f9sr6w] {
        width: 41.66666667%;
    }

    .col-sm-4[b-k3q5f9sr6w] {
        width: 33.33333333%;
    }

    .col-sm-3[b-k3q5f9sr6w] {
        width: 25%;
    }

    .col-sm-2[b-k3q5f9sr6w] {
        width: 16.66666667%;
    }

    .col-sm-1[b-k3q5f9sr6w] {
        width: 8.33333333%;
    }

    .col-sm-pull-12[b-k3q5f9sr6w] {
        right: 100%;
    }

    .col-sm-pull-11[b-k3q5f9sr6w] {
        right: 91.66666667%;
    }

    .col-sm-pull-10[b-k3q5f9sr6w] {
        right: 83.33333333%;
    }

    .col-sm-pull-9[b-k3q5f9sr6w] {
        right: 75%;
    }

    .col-sm-pull-8[b-k3q5f9sr6w] {
        right: 66.66666667%;
    }

    .col-sm-pull-7[b-k3q5f9sr6w] {
        right: 58.33333333%;
    }

    .col-sm-pull-6[b-k3q5f9sr6w] {
        right: 50%;
    }

    .col-sm-pull-5[b-k3q5f9sr6w] {
        right: 41.66666667%;
    }

    .col-sm-pull-4[b-k3q5f9sr6w] {
        right: 33.33333333%;
    }

    .col-sm-pull-3[b-k3q5f9sr6w] {
        right: 25%;
    }

    .col-sm-pull-2[b-k3q5f9sr6w] {
        right: 16.66666667%;
    }

    .col-sm-pull-1[b-k3q5f9sr6w] {
        right: 8.33333333%;
    }

    .col-sm-pull-0[b-k3q5f9sr6w] {
        right: auto;
    }

    .col-sm-push-12[b-k3q5f9sr6w] {
        left: 100%;
    }

    .col-sm-push-11[b-k3q5f9sr6w] {
        left: 91.66666667%;
    }

    .col-sm-push-10[b-k3q5f9sr6w] {
        left: 83.33333333%;
    }

    .col-sm-push-9[b-k3q5f9sr6w] {
        left: 75%;
    }

    .col-sm-push-8[b-k3q5f9sr6w] {
        left: 66.66666667%;
    }

    .col-sm-push-7[b-k3q5f9sr6w] {
        left: 58.33333333%;
    }

    .col-sm-push-6[b-k3q5f9sr6w] {
        left: 50%;
    }

    .col-sm-push-5[b-k3q5f9sr6w] {
        left: 41.66666667%;
    }

    .col-sm-push-4[b-k3q5f9sr6w] {
        left: 33.33333333%;
    }

    .col-sm-push-3[b-k3q5f9sr6w] {
        left: 25%;
    }

    .col-sm-push-2[b-k3q5f9sr6w] {
        left: 16.66666667%;
    }

    .col-sm-push-1[b-k3q5f9sr6w] {
        left: 8.33333333%;
    }

    .col-sm-push-0[b-k3q5f9sr6w] {
        left: auto;
    }

    .col-sm-offset-12[b-k3q5f9sr6w] {
        margin-left: 100%;
    }

    .col-sm-offset-11[b-k3q5f9sr6w] {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10[b-k3q5f9sr6w] {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9[b-k3q5f9sr6w] {
        margin-left: 75%;
    }

    .col-sm-offset-8[b-k3q5f9sr6w] {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7[b-k3q5f9sr6w] {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6[b-k3q5f9sr6w] {
        margin-left: 50%;
    }

    .col-sm-offset-5[b-k3q5f9sr6w] {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4[b-k3q5f9sr6w] {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3[b-k3q5f9sr6w] {
        margin-left: 25%;
    }

    .col-sm-offset-2[b-k3q5f9sr6w] {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1[b-k3q5f9sr6w] {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0[b-k3q5f9sr6w] {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1[b-k3q5f9sr6w], .col-md-2[b-k3q5f9sr6w], .col-md-3[b-k3q5f9sr6w], .col-md-4[b-k3q5f9sr6w], .col-md-5[b-k3q5f9sr6w], .col-md-6[b-k3q5f9sr6w], .col-md-7[b-k3q5f9sr6w], .col-md-8[b-k3q5f9sr6w], .col-md-9[b-k3q5f9sr6w], .col-md-10[b-k3q5f9sr6w], .col-md-11[b-k3q5f9sr6w], .col-md-12[b-k3q5f9sr6w] {
        float: left;
    }

    .col-md-12[b-k3q5f9sr6w] {
        width: 100%;
    }

    .col-md-11[b-k3q5f9sr6w] {
        width: 91.66666667%;
    }

    .col-md-10[b-k3q5f9sr6w] {
        width: 83.33333333%;
    }

    .col-md-9[b-k3q5f9sr6w] {
        width: 75%;
    }

    .col-md-8[b-k3q5f9sr6w] {
        width: 66.66666667%;
    }

    .col-md-7[b-k3q5f9sr6w] {
        width: 58.33333333%;
    }

    .col-md-6[b-k3q5f9sr6w] {
        width: 50%;
    }

    .col-md-5[b-k3q5f9sr6w] {
        width: 41.66666667%;
    }

    .col-md-4[b-k3q5f9sr6w] {
        width: 33.33333333%;
    }

    .col-md-3[b-k3q5f9sr6w] {
        width: 25%;
    }

    .col-md-2[b-k3q5f9sr6w] {
        width: 16.66666667%;
    }

    .col-md-1[b-k3q5f9sr6w] {
        width: 8.33333333%;
    }

    .col-md-pull-12[b-k3q5f9sr6w] {
        right: 100%;
    }

    .col-md-pull-11[b-k3q5f9sr6w] {
        right: 91.66666667%;
    }

    .col-md-pull-10[b-k3q5f9sr6w] {
        right: 83.33333333%;
    }

    .col-md-pull-9[b-k3q5f9sr6w] {
        right: 75%;
    }

    .col-md-pull-8[b-k3q5f9sr6w] {
        right: 66.66666667%;
    }

    .col-md-pull-7[b-k3q5f9sr6w] {
        right: 58.33333333%;
    }

    .col-md-pull-6[b-k3q5f9sr6w] {
        right: 50%;
    }

    .col-md-pull-5[b-k3q5f9sr6w] {
        right: 41.66666667%;
    }

    .col-md-pull-4[b-k3q5f9sr6w] {
        right: 33.33333333%;
    }

    .col-md-pull-3[b-k3q5f9sr6w] {
        right: 25%;
    }

    .col-md-pull-2[b-k3q5f9sr6w] {
        right: 16.66666667%;
    }

    .col-md-pull-1[b-k3q5f9sr6w] {
        right: 8.33333333%;
    }

    .col-md-pull-0[b-k3q5f9sr6w] {
        right: auto;
    }

    .col-md-push-12[b-k3q5f9sr6w] {
        left: 100%;
    }

    .col-md-push-11[b-k3q5f9sr6w] {
        left: 91.66666667%;
    }

    .col-md-push-10[b-k3q5f9sr6w] {
        left: 83.33333333%;
    }

    .col-md-push-9[b-k3q5f9sr6w] {
        left: 75%;
    }

    .col-md-push-8[b-k3q5f9sr6w] {
        left: 66.66666667%;
    }

    .col-md-push-7[b-k3q5f9sr6w] {
        left: 58.33333333%;
    }

    .col-md-push-6[b-k3q5f9sr6w] {
        left: 50%;
    }

    .col-md-push-5[b-k3q5f9sr6w] {
        left: 41.66666667%;
    }

    .col-md-push-4[b-k3q5f9sr6w] {
        left: 33.33333333%;
    }

    .col-md-push-3[b-k3q5f9sr6w] {
        left: 25%;
    }

    .col-md-push-2[b-k3q5f9sr6w] {
        left: 16.66666667%;
    }

    .col-md-push-1[b-k3q5f9sr6w] {
        left: 8.33333333%;
    }

    .col-md-push-0[b-k3q5f9sr6w] {
        left: auto;
    }

    .col-md-offset-12[b-k3q5f9sr6w] {
        margin-left: 100%;
    }

    .col-md-offset-11[b-k3q5f9sr6w] {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10[b-k3q5f9sr6w] {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9[b-k3q5f9sr6w] {
        margin-left: 75%;
    }

    .col-md-offset-8[b-k3q5f9sr6w] {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7[b-k3q5f9sr6w] {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6[b-k3q5f9sr6w] {
        margin-left: 50%;
    }

    .col-md-offset-5[b-k3q5f9sr6w] {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4[b-k3q5f9sr6w] {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3[b-k3q5f9sr6w] {
        margin-left: 25%;
    }

    .col-md-offset-2[b-k3q5f9sr6w] {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1[b-k3q5f9sr6w] {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0[b-k3q5f9sr6w] {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1[b-k3q5f9sr6w], .col-lg-2[b-k3q5f9sr6w], .col-lg-3[b-k3q5f9sr6w], .col-lg-4[b-k3q5f9sr6w], .col-lg-5[b-k3q5f9sr6w], .col-lg-6[b-k3q5f9sr6w], .col-lg-7[b-k3q5f9sr6w], .col-lg-8[b-k3q5f9sr6w], .col-lg-9[b-k3q5f9sr6w], .col-lg-10[b-k3q5f9sr6w], .col-lg-11[b-k3q5f9sr6w], .col-lg-12[b-k3q5f9sr6w] {
        float: left;
    }

    .col-lg-12[b-k3q5f9sr6w] {
        width: 100%;
    }

    .col-lg-11[b-k3q5f9sr6w] {
        width: 91.66666667%;
    }

    .col-lg-10[b-k3q5f9sr6w] {
        width: 83.33333333%;
    }

    .col-lg-9[b-k3q5f9sr6w] {
        width: 75%;
    }

    .col-lg-8[b-k3q5f9sr6w] {
        width: 66.66666667%;
    }

    .col-lg-7[b-k3q5f9sr6w] {
        width: 58.33333333%;
    }

    .col-lg-6[b-k3q5f9sr6w] {
        width: 50%;
    }

    .col-lg-5[b-k3q5f9sr6w] {
        width: 41.66666667%;
    }

    .col-lg-4[b-k3q5f9sr6w] {
        width: 33.33333333%;
    }

    .col-lg-3[b-k3q5f9sr6w] {
        width: 25%;
    }

    .col-lg-2[b-k3q5f9sr6w] {
        width: 16.66666667%;
    }

    .col-lg-1[b-k3q5f9sr6w] {
        width: 8.33333333%;
    }

    .col-lg-pull-12[b-k3q5f9sr6w] {
        right: 100%;
    }

    .col-lg-pull-11[b-k3q5f9sr6w] {
        right: 91.66666667%;
    }

    .col-lg-pull-10[b-k3q5f9sr6w] {
        right: 83.33333333%;
    }

    .col-lg-pull-9[b-k3q5f9sr6w] {
        right: 75%;
    }

    .col-lg-pull-8[b-k3q5f9sr6w] {
        right: 66.66666667%;
    }

    .col-lg-pull-7[b-k3q5f9sr6w] {
        right: 58.33333333%;
    }

    .col-lg-pull-6[b-k3q5f9sr6w] {
        right: 50%;
    }

    .col-lg-pull-5[b-k3q5f9sr6w] {
        right: 41.66666667%;
    }

    .col-lg-pull-4[b-k3q5f9sr6w] {
        right: 33.33333333%;
    }

    .col-lg-pull-3[b-k3q5f9sr6w] {
        right: 25%;
    }

    .col-lg-pull-2[b-k3q5f9sr6w] {
        right: 16.66666667%;
    }

    .col-lg-pull-1[b-k3q5f9sr6w] {
        right: 8.33333333%;
    }

    .col-lg-pull-0[b-k3q5f9sr6w] {
        right: auto;
    }

    .col-lg-push-12[b-k3q5f9sr6w] {
        left: 100%;
    }

    .col-lg-push-11[b-k3q5f9sr6w] {
        left: 91.66666667%;
    }

    .col-lg-push-10[b-k3q5f9sr6w] {
        left: 83.33333333%;
    }

    .col-lg-push-9[b-k3q5f9sr6w] {
        left: 75%;
    }

    .col-lg-push-8[b-k3q5f9sr6w] {
        left: 66.66666667%;
    }

    .col-lg-push-7[b-k3q5f9sr6w] {
        left: 58.33333333%;
    }

    .col-lg-push-6[b-k3q5f9sr6w] {
        left: 50%;
    }

    .col-lg-push-5[b-k3q5f9sr6w] {
        left: 41.66666667%;
    }

    .col-lg-push-4[b-k3q5f9sr6w] {
        left: 33.33333333%;
    }

    .col-lg-push-3[b-k3q5f9sr6w] {
        left: 25%;
    }

    .col-lg-push-2[b-k3q5f9sr6w] {
        left: 16.66666667%;
    }

    .col-lg-push-1[b-k3q5f9sr6w] {
        left: 8.33333333%;
    }

    .col-lg-push-0[b-k3q5f9sr6w] {
        left: auto;
    }

    .col-lg-offset-12[b-k3q5f9sr6w] {
        margin-left: 100%;
    }

    .col-lg-offset-11[b-k3q5f9sr6w] {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10[b-k3q5f9sr6w] {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9[b-k3q5f9sr6w] {
        margin-left: 75%;
    }

    .col-lg-offset-8[b-k3q5f9sr6w] {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7[b-k3q5f9sr6w] {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6[b-k3q5f9sr6w] {
        margin-left: 50%;
    }

    .col-lg-offset-5[b-k3q5f9sr6w] {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4[b-k3q5f9sr6w] {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3[b-k3q5f9sr6w] {
        margin-left: 25%;
    }

    .col-lg-offset-2[b-k3q5f9sr6w] {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1[b-k3q5f9sr6w] {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0[b-k3q5f9sr6w] {
        margin-left: 0;
    }
}

table[b-k3q5f9sr6w] {
    background-color: transparent;
}

caption[b-k3q5f9sr6w] {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th[b-k3q5f9sr6w] {
    text-align: left;
}

.table[b-k3q5f9sr6w] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th[b-k3q5f9sr6w],
    .table > tbody > tr > th[b-k3q5f9sr6w],
    .table > tfoot > tr > th[b-k3q5f9sr6w],
    .table > thead > tr > td[b-k3q5f9sr6w],
    .table > tbody > tr > td[b-k3q5f9sr6w],
    .table > tfoot > tr > td[b-k3q5f9sr6w] {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th[b-k3q5f9sr6w] {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th[b-k3q5f9sr6w],
    .table > colgroup + thead > tr:first-child > th[b-k3q5f9sr6w],
    .table > thead:first-child > tr:first-child > th[b-k3q5f9sr6w],
    .table > caption + thead > tr:first-child > td[b-k3q5f9sr6w],
    .table > colgroup + thead > tr:first-child > td[b-k3q5f9sr6w],
    .table > thead:first-child > tr:first-child > td[b-k3q5f9sr6w] {
        border-top: 0;
    }

    .table > tbody + tbody[b-k3q5f9sr6w] {
        border-top: 2px solid #ddd;
    }

    .table .table[b-k3q5f9sr6w] {
        background-color: #fff;
    }

.table-condensed > thead > tr > th[b-k3q5f9sr6w],
.table-condensed > tbody > tr > th[b-k3q5f9sr6w],
.table-condensed > tfoot > tr > th[b-k3q5f9sr6w],
.table-condensed > thead > tr > td[b-k3q5f9sr6w],
.table-condensed > tbody > tr > td[b-k3q5f9sr6w],
.table-condensed > tfoot > tr > td[b-k3q5f9sr6w] {
    padding: 5px;
}

.table-bordered[b-k3q5f9sr6w] {
    border: 0px;
    border-bottom: 1px solid #ddd;
}

    .table-bordered > thead > tr > th[b-k3q5f9sr6w],
    .table-bordered > tbody > tr > th[b-k3q5f9sr6w],
    .table-bordered > tfoot > tr > th[b-k3q5f9sr6w],
    .table-bordered > thead > tr > td[b-k3q5f9sr6w],
    .table-bordered > tbody > tr > td[b-k3q5f9sr6w],
    .table-bordered > tfoot > tr > td[b-k3q5f9sr6w] {
        border: 0px;
        border-bottom: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th[b-k3q5f9sr6w],
    .table-bordered > thead > tr > td[b-k3q5f9sr6w] {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd)[b-k3q5f9sr6w] {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover[b-k3q5f9sr6w] {
    background-color: #f5f5f5
}

table col[class*="col-"][b-k3q5f9sr6w] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"][b-k3q5f9sr6w],
table th[class*="col-"][b-k3q5f9sr6w] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active[b-k3q5f9sr6w],
.table > tbody > tr > td.active[b-k3q5f9sr6w],
.table > tfoot > tr > td.active[b-k3q5f9sr6w],
.table > thead > tr > th.active[b-k3q5f9sr6w],
.table > tbody > tr > th.active[b-k3q5f9sr6w],
.table > tfoot > tr > th.active[b-k3q5f9sr6w],
.table > thead > tr.active > td[b-k3q5f9sr6w],
.table > tbody > tr.active > td[b-k3q5f9sr6w],
.table > tfoot > tr.active > td[b-k3q5f9sr6w],
.table > thead > tr.active > th[b-k3q5f9sr6w],
.table > tbody > tr.active > th[b-k3q5f9sr6w],
.table > tfoot > tr.active > th[b-k3q5f9sr6w] {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover[b-k3q5f9sr6w],
.table-hover > tbody > tr > th.active:hover[b-k3q5f9sr6w],
.table-hover > tbody > tr.active:hover > td[b-k3q5f9sr6w],
.table-hover > tbody > tr:hover > .active[b-k3q5f9sr6w],
.table-hover > tbody > tr.active:hover > th[b-k3q5f9sr6w] {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success[b-k3q5f9sr6w],
.table > tbody > tr > td.success[b-k3q5f9sr6w],
.table > tfoot > tr > td.success[b-k3q5f9sr6w],
.table > thead > tr > th.success[b-k3q5f9sr6w],
.table > tbody > tr > th.success[b-k3q5f9sr6w],
.table > tfoot > tr > th.success[b-k3q5f9sr6w],
.table > thead > tr.success > td[b-k3q5f9sr6w],
.table > tbody > tr.success > td[b-k3q5f9sr6w],
.table > tfoot > tr.success > td[b-k3q5f9sr6w],
.table > thead > tr.success > th[b-k3q5f9sr6w],
.table > tbody > tr.success > th[b-k3q5f9sr6w],
.table > tfoot > tr.success > th[b-k3q5f9sr6w] {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover[b-k3q5f9sr6w],
.table-hover > tbody > tr > th.success:hover[b-k3q5f9sr6w],
.table-hover > tbody > tr.success:hover > td[b-k3q5f9sr6w],
.table-hover > tbody > tr:hover > .success[b-k3q5f9sr6w],
.table-hover > tbody > tr.success:hover > th[b-k3q5f9sr6w] {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info[b-k3q5f9sr6w],
.table > tbody > tr > td.info[b-k3q5f9sr6w],
.table > tfoot > tr > td.info[b-k3q5f9sr6w],
.table > thead > tr > th.info[b-k3q5f9sr6w],
.table > tbody > tr > th.info[b-k3q5f9sr6w],
.table > tfoot > tr > th.info[b-k3q5f9sr6w],
.table > thead > tr.info > td[b-k3q5f9sr6w],
.table > tbody > tr.info > td[b-k3q5f9sr6w],
.table > tfoot > tr.info > td[b-k3q5f9sr6w],
.table > thead > tr.info > th[b-k3q5f9sr6w],
.table > tbody > tr.info > th[b-k3q5f9sr6w],
.table > tfoot > tr.info > th[b-k3q5f9sr6w] {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover[b-k3q5f9sr6w],
.table-hover > tbody > tr > th.info:hover[b-k3q5f9sr6w],
.table-hover > tbody > tr.info:hover > td[b-k3q5f9sr6w],
.table-hover > tbody > tr:hover > .info[b-k3q5f9sr6w],
.table-hover > tbody > tr.info:hover > th[b-k3q5f9sr6w] {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning[b-k3q5f9sr6w],
.table > tbody > tr > td.warning[b-k3q5f9sr6w],
.table > tfoot > tr > td.warning[b-k3q5f9sr6w],
.table > thead > tr > th.warning[b-k3q5f9sr6w],
.table > tbody > tr > th.warning[b-k3q5f9sr6w],
.table > tfoot > tr > th.warning[b-k3q5f9sr6w],
.table > thead > tr.warning > td[b-k3q5f9sr6w],
.table > tbody > tr.warning > td[b-k3q5f9sr6w],
.table > tfoot > tr.warning > td[b-k3q5f9sr6w],
.table > thead > tr.warning > th[b-k3q5f9sr6w],
.table > tbody > tr.warning > th[b-k3q5f9sr6w],
.table > tfoot > tr.warning > th[b-k3q5f9sr6w] {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover[b-k3q5f9sr6w],
.table-hover > tbody > tr > th.warning:hover[b-k3q5f9sr6w],
.table-hover > tbody > tr.warning:hover > td[b-k3q5f9sr6w],
.table-hover > tbody > tr:hover > .warning[b-k3q5f9sr6w],
.table-hover > tbody > tr.warning:hover > th[b-k3q5f9sr6w] {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger[b-k3q5f9sr6w],
.table > tbody > tr > td.danger[b-k3q5f9sr6w],
.table > tfoot > tr > td.danger[b-k3q5f9sr6w],
.table > thead > tr > th.danger[b-k3q5f9sr6w],
.table > tbody > tr > th.danger[b-k3q5f9sr6w],
.table > tfoot > tr > th.danger[b-k3q5f9sr6w],
.table > thead > tr.danger > td[b-k3q5f9sr6w],
.table > tbody > tr.danger > td[b-k3q5f9sr6w],
.table > tfoot > tr.danger > td[b-k3q5f9sr6w],
.table > thead > tr.danger > th[b-k3q5f9sr6w],
.table > tbody > tr.danger > th[b-k3q5f9sr6w],
.table > tfoot > tr.danger > th[b-k3q5f9sr6w] {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover[b-k3q5f9sr6w],
.table-hover > tbody > tr > th.danger:hover[b-k3q5f9sr6w],
.table-hover > tbody > tr.danger:hover > td[b-k3q5f9sr6w],
.table-hover > tbody > tr:hover > .danger[b-k3q5f9sr6w],
.table-hover > tbody > tr.danger:hover > th[b-k3q5f9sr6w] {
    background-color: #ebcccc;
}

.table-responsive[b-k3q5f9sr6w] {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive[b-k3q5f9sr6w] {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table[b-k3q5f9sr6w] {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th[b-k3q5f9sr6w],
            .table-responsive > .table > tbody > tr > th[b-k3q5f9sr6w],
            .table-responsive > .table > tfoot > tr > th[b-k3q5f9sr6w],
            .table-responsive > .table > thead > tr > td[b-k3q5f9sr6w],
            .table-responsive > .table > tbody > tr > td[b-k3q5f9sr6w],
            .table-responsive > .table > tfoot > tr > td[b-k3q5f9sr6w] {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered[b-k3q5f9sr6w] {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > tbody > tr > th:first-child[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > tfoot > tr > th:first-child[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > thead > tr > td:first-child[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > tbody > tr > td:first-child[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > tfoot > tr > td:first-child[b-k3q5f9sr6w] {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > tbody > tr > th:last-child[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > tfoot > tr > th:last-child[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > thead > tr > td:last-child[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > tbody > tr > td:last-child[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > tfoot > tr > td:last-child[b-k3q5f9sr6w] {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > tfoot > tr:last-child > th[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > tbody > tr:last-child > td[b-k3q5f9sr6w],
            .table-responsive > .table-bordered > tfoot > tr:last-child > td[b-k3q5f9sr6w] {
                border-bottom: 0;
            }
}

fieldset[b-k3q5f9sr6w] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend[b-k3q5f9sr6w] {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label[b-k3q5f9sr6w] {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"][b-k3q5f9sr6w] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"][b-k3q5f9sr6w],
input[type="checkbox"][b-k3q5f9sr6w] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"][b-k3q5f9sr6w] {
    display: block;
}

input[type="range"][b-k3q5f9sr6w] {
    display: block;
    width: 100%;
}

select[multiple][b-k3q5f9sr6w],
select[size][b-k3q5f9sr6w] {
    height: auto;
}

input[type="file"]:focus[b-k3q5f9sr6w],
input[type="radio"]:focus[b-k3q5f9sr6w],
input[type="checkbox"]:focus[b-k3q5f9sr6w] {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output[b-k3q5f9sr6w] {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control[b-k3q5f9sr6w] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus[b-k3q5f9sr6w] {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control[b-k3q5f9sr6w]::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder[b-k3q5f9sr6w] {
        color: #999;
    }

    .form-control[b-k3q5f9sr6w]::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled][b-k3q5f9sr6w],
    .form-control[readonly][b-k3q5f9sr6w],
    fieldset[disabled] .form-control[b-k3q5f9sr6w] {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control[b-k3q5f9sr6w] {
    height: auto;
}

input[type="search"][b-k3q5f9sr6w] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"][b-k3q5f9sr6w],
    input[type="time"][b-k3q5f9sr6w],
    input[type="datetime-local"][b-k3q5f9sr6w],
    input[type="month"][b-k3q5f9sr6w] {
        line-height: 34px;
    }

        input[type="date"].input-sm[b-k3q5f9sr6w],
        input[type="time"].input-sm[b-k3q5f9sr6w],
        input[type="datetime-local"].input-sm[b-k3q5f9sr6w],
        input[type="month"].input-sm[b-k3q5f9sr6w] {
            line-height: 30px;
        }

        input[type="date"].input-lg[b-k3q5f9sr6w],
        input[type="time"].input-lg[b-k3q5f9sr6w],
        input[type="datetime-local"].input-lg[b-k3q5f9sr6w],
        input[type="month"].input-lg[b-k3q5f9sr6w] {
            line-height: 46px;
        }
}

.form-group[b-k3q5f9sr6w] {
    margin-bottom: 15px;
}

.radio[b-k3q5f9sr6w],
.checkbox[b-k3q5f9sr6w] {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label[b-k3q5f9sr6w],
    .checkbox label[b-k3q5f9sr6w] {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"][b-k3q5f9sr6w],
    .radio-inline input[type="radio"][b-k3q5f9sr6w],
    .checkbox input[type="checkbox"][b-k3q5f9sr6w],
    .checkbox-inline input[type="checkbox"][b-k3q5f9sr6w] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio[b-k3q5f9sr6w],
    .checkbox + .checkbox[b-k3q5f9sr6w] {
        margin-top: -5px;
    }

.radio-inline[b-k3q5f9sr6w],
.checkbox-inline[b-k3q5f9sr6w] {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline[b-k3q5f9sr6w],
    .checkbox-inline + .checkbox-inline[b-k3q5f9sr6w] {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled][b-k3q5f9sr6w],
input[type="checkbox"][disabled][b-k3q5f9sr6w],
input[type="radio"].disabled[b-k3q5f9sr6w],
input[type="checkbox"].disabled[b-k3q5f9sr6w],
fieldset[disabled] input[type="radio"][b-k3q5f9sr6w],
fieldset[disabled] input[type="checkbox"][b-k3q5f9sr6w] {
    cursor: not-allowed;
}

.radio-inline.disabled[b-k3q5f9sr6w],
.checkbox-inline.disabled[b-k3q5f9sr6w],
fieldset[disabled] .radio-inline[b-k3q5f9sr6w],
fieldset[disabled] .checkbox-inline[b-k3q5f9sr6w] {
    cursor: not-allowed;
}

.radio.disabled label[b-k3q5f9sr6w],
.checkbox.disabled label[b-k3q5f9sr6w],
fieldset[disabled] .radio label[b-k3q5f9sr6w],
fieldset[disabled] .checkbox label[b-k3q5f9sr6w] {
    cursor: not-allowed;
}

.form-control-static[b-k3q5f9sr6w] {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg[b-k3q5f9sr6w],
    .form-control-static.input-sm[b-k3q5f9sr6w] {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm[b-k3q5f9sr6w],
.form-group-sm .form-control[b-k3q5f9sr6w] {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm[b-k3q5f9sr6w],
select.form-group-sm .form-control[b-k3q5f9sr6w] {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm[b-k3q5f9sr6w],
textarea.form-group-sm .form-control[b-k3q5f9sr6w],
select[multiple].input-sm[b-k3q5f9sr6w],
select[multiple].form-group-sm .form-control[b-k3q5f9sr6w] {
    height: auto;
}

.input-lg[b-k3q5f9sr6w],
.form-group-lg .form-control[b-k3q5f9sr6w] {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg[b-k3q5f9sr6w],
select.form-group-lg .form-control[b-k3q5f9sr6w] {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg[b-k3q5f9sr6w],
textarea.form-group-lg .form-control[b-k3q5f9sr6w],
select[multiple].input-lg[b-k3q5f9sr6w],
select[multiple].form-group-lg .form-control[b-k3q5f9sr6w] {
    height: auto;
}

.has-feedback[b-k3q5f9sr6w] {
    position: relative;
}

    .has-feedback .form-control[b-k3q5f9sr6w] {
        padding-right: 42.5px;
    }

.form-control-feedback[b-k3q5f9sr6w] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback[b-k3q5f9sr6w] {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback[b-k3q5f9sr6w] {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block[b-k3q5f9sr6w],
.has-success .control-label[b-k3q5f9sr6w],
.has-success .radio[b-k3q5f9sr6w],
.has-success .checkbox[b-k3q5f9sr6w],
.has-success .radio-inline[b-k3q5f9sr6w],
.has-success .checkbox-inline[b-k3q5f9sr6w],
.has-success.radio label[b-k3q5f9sr6w],
.has-success.checkbox label[b-k3q5f9sr6w],
.has-success.radio-inline label[b-k3q5f9sr6w],
.has-success.checkbox-inline label[b-k3q5f9sr6w] {
    color: #3c763d;
}

.has-success .form-control[b-k3q5f9sr6w] {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-success .form-control:focus[b-k3q5f9sr6w] {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

.has-success .input-group-addon[b-k3q5f9sr6w] {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback[b-k3q5f9sr6w] {
    color: #3c763d;
}

.has-warning .help-block[b-k3q5f9sr6w],
.has-warning .control-label[b-k3q5f9sr6w],
.has-warning .radio[b-k3q5f9sr6w],
.has-warning .checkbox[b-k3q5f9sr6w],
.has-warning .radio-inline[b-k3q5f9sr6w],
.has-warning .checkbox-inline[b-k3q5f9sr6w],
.has-warning.radio label[b-k3q5f9sr6w],
.has-warning.checkbox label[b-k3q5f9sr6w],
.has-warning.radio-inline label[b-k3q5f9sr6w],
.has-warning.checkbox-inline label[b-k3q5f9sr6w] {
    color: #8a6d3b;
}

.has-warning .form-control[b-k3q5f9sr6w] {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-warning .form-control:focus[b-k3q5f9sr6w] {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon[b-k3q5f9sr6w] {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback[b-k3q5f9sr6w] {
    color: #8a6d3b;
}

.has-error .help-block[b-k3q5f9sr6w],
.has-error .control-label[b-k3q5f9sr6w],
.has-error .radio[b-k3q5f9sr6w],
.has-error .checkbox[b-k3q5f9sr6w],
.has-error .radio-inline[b-k3q5f9sr6w],
.has-error .checkbox-inline[b-k3q5f9sr6w],
.has-error.radio label[b-k3q5f9sr6w],
.has-error.checkbox label[b-k3q5f9sr6w],
.has-error.radio-inline label[b-k3q5f9sr6w],
.has-error.checkbox-inline label[b-k3q5f9sr6w] {
    color: #a94442;
}

.has-error .form-control[b-k3q5f9sr6w] {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus[b-k3q5f9sr6w] {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon[b-k3q5f9sr6w] {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback[b-k3q5f9sr6w] {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback[b-k3q5f9sr6w] {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback[b-k3q5f9sr6w] {
    top: 0;
}

.help-block[b-k3q5f9sr6w] {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group[b-k3q5f9sr6w] {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control[b-k3q5f9sr6w] {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static[b-k3q5f9sr6w] {
        display: inline-block;
    }

    .form-inline .input-group[b-k3q5f9sr6w] {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon[b-k3q5f9sr6w],
        .form-inline .input-group .input-group-btn[b-k3q5f9sr6w],
        .form-inline .input-group .form-control[b-k3q5f9sr6w] {
            width: auto;
        }

        .form-inline .input-group > .form-control[b-k3q5f9sr6w] {
            width: 100%;
        }

    .form-inline .control-label[b-k3q5f9sr6w] {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio[b-k3q5f9sr6w],
    .form-inline .checkbox[b-k3q5f9sr6w] {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label[b-k3q5f9sr6w],
        .form-inline .checkbox label[b-k3q5f9sr6w] {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"][b-k3q5f9sr6w],
        .form-inline .checkbox input[type="checkbox"][b-k3q5f9sr6w] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback[b-k3q5f9sr6w] {
        top: 0;
    }
}

.form-horizontal .radio[b-k3q5f9sr6w],
.form-horizontal .checkbox[b-k3q5f9sr6w],
.form-horizontal .radio-inline[b-k3q5f9sr6w],
.form-horizontal .checkbox-inline[b-k3q5f9sr6w] {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio[b-k3q5f9sr6w],
.form-horizontal .checkbox[b-k3q5f9sr6w] {
    min-height: 27px;
}

.form-horizontal .form-group[b-k3q5f9sr6w] {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label[b-k3q5f9sr6w] {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback[b-k3q5f9sr6w] {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label[b-k3q5f9sr6w] {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label[b-k3q5f9sr6w] {
        padding-top: 6px;
    }
}

.btn[b-k3q5f9sr6w] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus[b-k3q5f9sr6w],
    .btn:active:focus[b-k3q5f9sr6w],
    .btn.active:focus[b-k3q5f9sr6w],
    .btn.focus[b-k3q5f9sr6w],
    .btn:active.focus[b-k3q5f9sr6w],
    .btn.active.focus[b-k3q5f9sr6w] {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover[b-k3q5f9sr6w],
    .btn:focus[b-k3q5f9sr6w],
    .btn.focus[b-k3q5f9sr6w] {
        color: #333;
        text-decoration: none;
    }

    .btn:active[b-k3q5f9sr6w],
    .btn.active[b-k3q5f9sr6w] {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled[b-k3q5f9sr6w],
    .btn[disabled][b-k3q5f9sr6w],
    fieldset[disabled] .btn[b-k3q5f9sr6w] {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-default[b-k3q5f9sr6w] {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover[b-k3q5f9sr6w],
    .btn-default:focus[b-k3q5f9sr6w],
    .btn-default.focus[b-k3q5f9sr6w],
    .btn-default:active[b-k3q5f9sr6w],
    .btn-default.active[b-k3q5f9sr6w],
    .open > .dropdown-toggle.btn-default[b-k3q5f9sr6w] {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active[b-k3q5f9sr6w],
    .btn-default.active[b-k3q5f9sr6w],
    .open > .dropdown-toggle.btn-default[b-k3q5f9sr6w] {
        background-image: none;
    }

    .btn-default.disabled[b-k3q5f9sr6w],
    .btn-default[disabled][b-k3q5f9sr6w],
    fieldset[disabled] .btn-default[b-k3q5f9sr6w],
    .btn-default.disabled:hover[b-k3q5f9sr6w],
    .btn-default[disabled]:hover[b-k3q5f9sr6w],
    fieldset[disabled] .btn-default:hover[b-k3q5f9sr6w],
    .btn-default.disabled:focus[b-k3q5f9sr6w],
    .btn-default[disabled]:focus[b-k3q5f9sr6w],
    fieldset[disabled] .btn-default:focus[b-k3q5f9sr6w],
    .btn-default.disabled.focus[b-k3q5f9sr6w],
    .btn-default[disabled].focus[b-k3q5f9sr6w],
    fieldset[disabled] .btn-default.focus[b-k3q5f9sr6w],
    .btn-default.disabled:active[b-k3q5f9sr6w],
    .btn-default[disabled]:active[b-k3q5f9sr6w],
    fieldset[disabled] .btn-default:active[b-k3q5f9sr6w],
    .btn-default.disabled.active[b-k3q5f9sr6w],
    .btn-default[disabled].active[b-k3q5f9sr6w],
    fieldset[disabled] .btn-default.active[b-k3q5f9sr6w] {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #333;
    }

.btn-primary[b-k3q5f9sr6w] {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover[b-k3q5f9sr6w],
    .btn-primary:focus[b-k3q5f9sr6w],
    .btn-primary.focus[b-k3q5f9sr6w],
    .btn-primary:active[b-k3q5f9sr6w],
    .btn-primary.active[b-k3q5f9sr6w],
    .open > .dropdown-toggle.btn-primary[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active[b-k3q5f9sr6w],
    .btn-primary.active[b-k3q5f9sr6w],
    .open > .dropdown-toggle.btn-primary[b-k3q5f9sr6w] {
        background-image: none;
    }

    .btn-primary.disabled[b-k3q5f9sr6w],
    .btn-primary[disabled][b-k3q5f9sr6w],
    fieldset[disabled] .btn-primary[b-k3q5f9sr6w],
    .btn-primary.disabled:hover[b-k3q5f9sr6w],
    .btn-primary[disabled]:hover[b-k3q5f9sr6w],
    fieldset[disabled] .btn-primary:hover[b-k3q5f9sr6w],
    .btn-primary.disabled:focus[b-k3q5f9sr6w],
    .btn-primary[disabled]:focus[b-k3q5f9sr6w],
    fieldset[disabled] .btn-primary:focus[b-k3q5f9sr6w],
    .btn-primary.disabled.focus[b-k3q5f9sr6w],
    .btn-primary[disabled].focus[b-k3q5f9sr6w],
    fieldset[disabled] .btn-primary.focus[b-k3q5f9sr6w],
    .btn-primary.disabled:active[b-k3q5f9sr6w],
    .btn-primary[disabled]:active[b-k3q5f9sr6w],
    fieldset[disabled] .btn-primary:active[b-k3q5f9sr6w],
    .btn-primary.disabled.active[b-k3q5f9sr6w],
    .btn-primary[disabled].active[b-k3q5f9sr6w],
    fieldset[disabled] .btn-primary.active[b-k3q5f9sr6w] {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge[b-k3q5f9sr6w] {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success[b-k3q5f9sr6w] {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover[b-k3q5f9sr6w],
    .btn-success:focus[b-k3q5f9sr6w],
    .btn-success.focus[b-k3q5f9sr6w],
    .btn-success:active[b-k3q5f9sr6w],
    .btn-success.active[b-k3q5f9sr6w],
    .open > .dropdown-toggle.btn-success[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active[b-k3q5f9sr6w],
    .btn-success.active[b-k3q5f9sr6w],
    .open > .dropdown-toggle.btn-success[b-k3q5f9sr6w] {
        background-image: none;
    }

    .btn-success.disabled[b-k3q5f9sr6w],
    .btn-success[disabled][b-k3q5f9sr6w],
    fieldset[disabled] .btn-success[b-k3q5f9sr6w],
    .btn-success.disabled:hover[b-k3q5f9sr6w],
    .btn-success[disabled]:hover[b-k3q5f9sr6w],
    fieldset[disabled] .btn-success:hover[b-k3q5f9sr6w],
    .btn-success.disabled:focus[b-k3q5f9sr6w],
    .btn-success[disabled]:focus[b-k3q5f9sr6w],
    fieldset[disabled] .btn-success:focus[b-k3q5f9sr6w],
    .btn-success.disabled.focus[b-k3q5f9sr6w],
    .btn-success[disabled].focus[b-k3q5f9sr6w],
    fieldset[disabled] .btn-success.focus[b-k3q5f9sr6w],
    .btn-success.disabled:active[b-k3q5f9sr6w],
    .btn-success[disabled]:active[b-k3q5f9sr6w],
    fieldset[disabled] .btn-success:active[b-k3q5f9sr6w],
    .btn-success.disabled.active[b-k3q5f9sr6w],
    .btn-success[disabled].active[b-k3q5f9sr6w],
    fieldset[disabled] .btn-success.active[b-k3q5f9sr6w] {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge[b-k3q5f9sr6w] {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info[b-k3q5f9sr6w] {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover[b-k3q5f9sr6w],
    .btn-info:focus[b-k3q5f9sr6w],
    .btn-info.focus[b-k3q5f9sr6w],
    .btn-info:active[b-k3q5f9sr6w],
    .btn-info.active[b-k3q5f9sr6w],
    .open > .dropdown-toggle.btn-info[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active[b-k3q5f9sr6w],
    .btn-info.active[b-k3q5f9sr6w],
    .open > .dropdown-toggle.btn-info[b-k3q5f9sr6w] {
        background-image: none;
    }

    .btn-info.disabled[b-k3q5f9sr6w],
    .btn-info[disabled][b-k3q5f9sr6w],
    fieldset[disabled] .btn-info[b-k3q5f9sr6w],
    .btn-info.disabled:hover[b-k3q5f9sr6w],
    .btn-info[disabled]:hover[b-k3q5f9sr6w],
    fieldset[disabled] .btn-info:hover[b-k3q5f9sr6w],
    .btn-info.disabled:focus[b-k3q5f9sr6w],
    .btn-info[disabled]:focus[b-k3q5f9sr6w],
    fieldset[disabled] .btn-info:focus[b-k3q5f9sr6w],
    .btn-info.disabled.focus[b-k3q5f9sr6w],
    .btn-info[disabled].focus[b-k3q5f9sr6w],
    fieldset[disabled] .btn-info.focus[b-k3q5f9sr6w],
    .btn-info.disabled:active[b-k3q5f9sr6w],
    .btn-info[disabled]:active[b-k3q5f9sr6w],
    fieldset[disabled] .btn-info:active[b-k3q5f9sr6w],
    .btn-info.disabled.active[b-k3q5f9sr6w],
    .btn-info[disabled].active[b-k3q5f9sr6w],
    fieldset[disabled] .btn-info.active[b-k3q5f9sr6w] {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge[b-k3q5f9sr6w] {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning[b-k3q5f9sr6w] {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover[b-k3q5f9sr6w],
    .btn-warning:focus[b-k3q5f9sr6w],
    .btn-warning.focus[b-k3q5f9sr6w],
    .btn-warning:active[b-k3q5f9sr6w],
    .btn-warning.active[b-k3q5f9sr6w],
    .open > .dropdown-toggle.btn-warning[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active[b-k3q5f9sr6w],
    .btn-warning.active[b-k3q5f9sr6w],
    .open > .dropdown-toggle.btn-warning[b-k3q5f9sr6w] {
        background-image: none;
    }

    .btn-warning.disabled[b-k3q5f9sr6w],
    .btn-warning[disabled][b-k3q5f9sr6w],
    fieldset[disabled] .btn-warning[b-k3q5f9sr6w],
    .btn-warning.disabled:hover[b-k3q5f9sr6w],
    .btn-warning[disabled]:hover[b-k3q5f9sr6w],
    fieldset[disabled] .btn-warning:hover[b-k3q5f9sr6w],
    .btn-warning.disabled:focus[b-k3q5f9sr6w],
    .btn-warning[disabled]:focus[b-k3q5f9sr6w],
    fieldset[disabled] .btn-warning:focus[b-k3q5f9sr6w],
    .btn-warning.disabled.focus[b-k3q5f9sr6w],
    .btn-warning[disabled].focus[b-k3q5f9sr6w],
    fieldset[disabled] .btn-warning.focus[b-k3q5f9sr6w],
    .btn-warning.disabled:active[b-k3q5f9sr6w],
    .btn-warning[disabled]:active[b-k3q5f9sr6w],
    fieldset[disabled] .btn-warning:active[b-k3q5f9sr6w],
    .btn-warning.disabled.active[b-k3q5f9sr6w],
    .btn-warning[disabled].active[b-k3q5f9sr6w],
    fieldset[disabled] .btn-warning.active[b-k3q5f9sr6w] {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge[b-k3q5f9sr6w] {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger[b-k3q5f9sr6w] {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover[b-k3q5f9sr6w],
    .btn-danger:focus[b-k3q5f9sr6w],
    .btn-danger.focus[b-k3q5f9sr6w],
    .btn-danger:active[b-k3q5f9sr6w],
    .btn-danger.active[b-k3q5f9sr6w],
    .open > .dropdown-toggle.btn-danger[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active[b-k3q5f9sr6w],
    .btn-danger.active[b-k3q5f9sr6w],
    .open > .dropdown-toggle.btn-danger[b-k3q5f9sr6w] {
        background-image: none;
    }

    .btn-danger.disabled[b-k3q5f9sr6w],
    .btn-danger[disabled][b-k3q5f9sr6w],
    fieldset[disabled] .btn-danger[b-k3q5f9sr6w],
    .btn-danger.disabled:hover[b-k3q5f9sr6w],
    .btn-danger[disabled]:hover[b-k3q5f9sr6w],
    fieldset[disabled] .btn-danger:hover[b-k3q5f9sr6w],
    .btn-danger.disabled:focus[b-k3q5f9sr6w],
    .btn-danger[disabled]:focus[b-k3q5f9sr6w],
    fieldset[disabled] .btn-danger:focus[b-k3q5f9sr6w],
    .btn-danger.disabled.focus[b-k3q5f9sr6w],
    .btn-danger[disabled].focus[b-k3q5f9sr6w],
    fieldset[disabled] .btn-danger.focus[b-k3q5f9sr6w],
    .btn-danger.disabled:active[b-k3q5f9sr6w],
    .btn-danger[disabled]:active[b-k3q5f9sr6w],
    fieldset[disabled] .btn-danger:active[b-k3q5f9sr6w],
    .btn-danger.disabled.active[b-k3q5f9sr6w],
    .btn-danger[disabled].active[b-k3q5f9sr6w],
    fieldset[disabled] .btn-danger.active[b-k3q5f9sr6w] {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge[b-k3q5f9sr6w] {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link[b-k3q5f9sr6w] {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link[b-k3q5f9sr6w],
    .btn-link:active[b-k3q5f9sr6w],
    .btn-link.active[b-k3q5f9sr6w],
    .btn-link[disabled][b-k3q5f9sr6w],
    fieldset[disabled] .btn-link[b-k3q5f9sr6w] {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link[b-k3q5f9sr6w],
        .btn-link:hover[b-k3q5f9sr6w],
        .btn-link:focus[b-k3q5f9sr6w],
        .btn-link:active[b-k3q5f9sr6w] {
            border-color: transparent;
        }

            .btn-link:hover[b-k3q5f9sr6w],
            .btn-link:focus[b-k3q5f9sr6w] {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover[b-k3q5f9sr6w],
            fieldset[disabled] .btn-link:hover[b-k3q5f9sr6w],
            .btn-link[disabled]:focus[b-k3q5f9sr6w],
            fieldset[disabled] .btn-link:focus[b-k3q5f9sr6w] {
                color: #777;
                text-decoration: none;
            }

.btn-lg[b-k3q5f9sr6w],
.btn-group-lg > .btn[b-k3q5f9sr6w] {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm[b-k3q5f9sr6w],
.btn-group-sm > .btn[b-k3q5f9sr6w] {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs[b-k3q5f9sr6w],
.btn-group-xs > .btn[b-k3q5f9sr6w] {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block[b-k3q5f9sr6w] {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block[b-k3q5f9sr6w] {
        margin-top: 5px;
    }

input[type="submit"].btn-block[b-k3q5f9sr6w],
input[type="reset"].btn-block[b-k3q5f9sr6w],
input[type="button"].btn-block[b-k3q5f9sr6w] {
    width: 100%;
}

.fade[b-k3q5f9sr6w] {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in[b-k3q5f9sr6w] {
        opacity: 1;
    }

.collapse[b-k3q5f9sr6w] {
    display: none;
    visibility: hidden;
}

    .collapse.in[b-k3q5f9sr6w] {
        display: block;
        visibility: visible;
    }

tr.collapse.in[b-k3q5f9sr6w] {
    display: table-row;
}

tbody.collapse.in[b-k3q5f9sr6w] {
    display: table-row-group;
}

.collapsing[b-k3q5f9sr6w] {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret[b-k3q5f9sr6w] {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown[b-k3q5f9sr6w] {
    position: relative;
}

.dropdown-toggle:focus[b-k3q5f9sr6w] {
    outline: 0;
}

.dropdown-menu[b-k3q5f9sr6w] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu.pull-right[b-k3q5f9sr6w] {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider[b-k3q5f9sr6w] {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a[b-k3q5f9sr6w] {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover[b-k3q5f9sr6w],
        .dropdown-menu > li > a:focus[b-k3q5f9sr6w] {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a[b-k3q5f9sr6w],
    .dropdown-menu > .active > a:hover[b-k3q5f9sr6w],
    .dropdown-menu > .active > a:focus[b-k3q5f9sr6w] {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a[b-k3q5f9sr6w],
    .dropdown-menu > .disabled > a:hover[b-k3q5f9sr6w],
    .dropdown-menu > .disabled > a:focus[b-k3q5f9sr6w] {
        color: #777;
    }

        .dropdown-menu > .disabled > a:hover[b-k3q5f9sr6w],
        .dropdown-menu > .disabled > a:focus[b-k3q5f9sr6w] {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .dropdown-menu[b-k3q5f9sr6w] {
    display: block;
}

.open > a[b-k3q5f9sr6w] {
    outline: 0;
}

.dropdown-menu-right[b-k3q5f9sr6w] {
    right: 0;
    left: auto;
}

.dropdown-menu-left[b-k3q5f9sr6w] {
    right: auto;
    left: 0;
}

.dropdown-header[b-k3q5f9sr6w] {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop[b-k3q5f9sr6w] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu[b-k3q5f9sr6w] {
    right: 0;
    left: auto;
}

.dropup .caret[b-k3q5f9sr6w],
.navbar-fixed-bottom .dropdown .caret[b-k3q5f9sr6w] {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu[b-k3q5f9sr6w],
.navbar-fixed-bottom .dropdown .dropdown-menu[b-k3q5f9sr6w] {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu[b-k3q5f9sr6w] {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left[b-k3q5f9sr6w] {
        right: auto;
        left: 0;
    }
}

.btn-group[b-k3q5f9sr6w],
.btn-group-vertical[b-k3q5f9sr6w] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn[b-k3q5f9sr6w],
    .btn-group-vertical > .btn[b-k3q5f9sr6w] {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover[b-k3q5f9sr6w],
        .btn-group-vertical > .btn:hover[b-k3q5f9sr6w],
        .btn-group > .btn:focus[b-k3q5f9sr6w],
        .btn-group-vertical > .btn:focus[b-k3q5f9sr6w],
        .btn-group > .btn:active[b-k3q5f9sr6w],
        .btn-group-vertical > .btn:active[b-k3q5f9sr6w],
        .btn-group > .btn.active[b-k3q5f9sr6w],
        .btn-group-vertical > .btn.active[b-k3q5f9sr6w] {
            z-index: 2;
        }

    .btn-group .btn + .btn[b-k3q5f9sr6w],
    .btn-group .btn + .btn-group[b-k3q5f9sr6w],
    .btn-group .btn-group + .btn[b-k3q5f9sr6w],
    .btn-group .btn-group + .btn-group[b-k3q5f9sr6w] {
        margin-left: -1px;
    }

.btn-toolbar[b-k3q5f9sr6w] {
    margin-left: -5px;
}

    .btn-toolbar .btn-group[b-k3q5f9sr6w],
    .btn-toolbar .input-group[b-k3q5f9sr6w] {
        float: left;
    }

    .btn-toolbar > .btn[b-k3q5f9sr6w],
    .btn-toolbar > .btn-group[b-k3q5f9sr6w],
    .btn-toolbar > .input-group[b-k3q5f9sr6w] {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle)[b-k3q5f9sr6w] {
    border-radius: 0;
}

.btn-group > .btn:first-child[b-k3q5f9sr6w] {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle)[b-k3q5f9sr6w] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child)[b-k3q5f9sr6w],
.btn-group > .dropdown-toggle:not(:first-child)[b-k3q5f9sr6w] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group[b-k3q5f9sr6w] {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn[b-k3q5f9sr6w] {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child[b-k3q5f9sr6w],
    .btn-group > .btn-group:first-child > .dropdown-toggle[b-k3q5f9sr6w] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child[b-k3q5f9sr6w] {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active[b-k3q5f9sr6w],
.btn-group.open .dropdown-toggle[b-k3q5f9sr6w] {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle[b-k3q5f9sr6w] {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle[b-k3q5f9sr6w] {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle[b-k3q5f9sr6w] {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

    .btn-group.open .dropdown-toggle.btn-link[b-k3q5f9sr6w] {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret[b-k3q5f9sr6w] {
    margin-left: 0;
}

.btn-lg .caret[b-k3q5f9sr6w] {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret[b-k3q5f9sr6w] {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn[b-k3q5f9sr6w],
.btn-group-vertical > .btn-group[b-k3q5f9sr6w],
.btn-group-vertical > .btn-group > .btn[b-k3q5f9sr6w] {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn[b-k3q5f9sr6w] {
        float: none;
    }

    .btn-group-vertical > .btn + .btn[b-k3q5f9sr6w],
    .btn-group-vertical > .btn + .btn-group[b-k3q5f9sr6w],
    .btn-group-vertical > .btn-group + .btn[b-k3q5f9sr6w],
    .btn-group-vertical > .btn-group + .btn-group[b-k3q5f9sr6w] {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child)[b-k3q5f9sr6w] {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child)[b-k3q5f9sr6w] {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child)[b-k3q5f9sr6w] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn[b-k3q5f9sr6w] {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child[b-k3q5f9sr6w],
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle[b-k3q5f9sr6w] {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child[b-k3q5f9sr6w] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified[b-k3q5f9sr6w] {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn[b-k3q5f9sr6w],
    .btn-group-justified > .btn-group[b-k3q5f9sr6w] {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn[b-k3q5f9sr6w] {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu[b-k3q5f9sr6w] {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"][b-k3q5f9sr6w],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"][b-k3q5f9sr6w],
[data-toggle="buttons"] > .btn input[type="checkbox"][b-k3q5f9sr6w],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"][b-k3q5f9sr6w] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group[b-k3q5f9sr6w] {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"][b-k3q5f9sr6w] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control[b-k3q5f9sr6w] {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control[b-k3q5f9sr6w],
.input-group-lg > .input-group-addon[b-k3q5f9sr6w],
.input-group-lg > .input-group-btn > .btn[b-k3q5f9sr6w] {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control[b-k3q5f9sr6w],
select.input-group-lg > .input-group-addon[b-k3q5f9sr6w],
select.input-group-lg > .input-group-btn > .btn[b-k3q5f9sr6w] {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control[b-k3q5f9sr6w],
textarea.input-group-lg > .input-group-addon[b-k3q5f9sr6w],
textarea.input-group-lg > .input-group-btn > .btn[b-k3q5f9sr6w],
select[multiple].input-group-lg > .form-control[b-k3q5f9sr6w],
select[multiple].input-group-lg > .input-group-addon[b-k3q5f9sr6w],
select[multiple].input-group-lg > .input-group-btn > .btn[b-k3q5f9sr6w] {
    height: auto;
}

.input-group-sm > .form-control[b-k3q5f9sr6w],
.input-group-sm > .input-group-addon[b-k3q5f9sr6w],
.input-group-sm > .input-group-btn > .btn[b-k3q5f9sr6w] {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control[b-k3q5f9sr6w],
select.input-group-sm > .input-group-addon[b-k3q5f9sr6w],
select.input-group-sm > .input-group-btn > .btn[b-k3q5f9sr6w] {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control[b-k3q5f9sr6w],
textarea.input-group-sm > .input-group-addon[b-k3q5f9sr6w],
textarea.input-group-sm > .input-group-btn > .btn[b-k3q5f9sr6w],
select[multiple].input-group-sm > .form-control[b-k3q5f9sr6w],
select[multiple].input-group-sm > .input-group-addon[b-k3q5f9sr6w],
select[multiple].input-group-sm > .input-group-btn > .btn[b-k3q5f9sr6w] {
    height: auto;
}

.input-group-addon[b-k3q5f9sr6w],
.input-group-btn[b-k3q5f9sr6w],
.input-group .form-control[b-k3q5f9sr6w] {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child)[b-k3q5f9sr6w],
    .input-group-btn:not(:first-child):not(:last-child)[b-k3q5f9sr6w],
    .input-group .form-control:not(:first-child):not(:last-child)[b-k3q5f9sr6w] {
        border-radius: 0;
    }

.input-group-addon[b-k3q5f9sr6w],
.input-group-btn[b-k3q5f9sr6w] {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon[b-k3q5f9sr6w] {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm[b-k3q5f9sr6w] {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg[b-k3q5f9sr6w] {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"][b-k3q5f9sr6w],
    .input-group-addon input[type="checkbox"][b-k3q5f9sr6w] {
        margin-top: 0;
    }

    .input-group .form-control:first-child[b-k3q5f9sr6w],
    .input-group-addon:first-child[b-k3q5f9sr6w],
    .input-group-btn:first-child > .btn[b-k3q5f9sr6w],
    .input-group-btn:first-child > .btn-group > .btn[b-k3q5f9sr6w],
    .input-group-btn:first-child > .dropdown-toggle[b-k3q5f9sr6w],
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-k3q5f9sr6w],
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn[b-k3q5f9sr6w] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child[b-k3q5f9sr6w] {
        border-right: 0;
    }

    .input-group .form-control:last-child[b-k3q5f9sr6w],
    .input-group-addon:last-child[b-k3q5f9sr6w],
    .input-group-btn:last-child > .btn[b-k3q5f9sr6w],
    .input-group-btn:last-child > .btn-group > .btn[b-k3q5f9sr6w],
    .input-group-btn:last-child > .dropdown-toggle[b-k3q5f9sr6w],
    .input-group-btn:first-child > .btn:not(:first-child)[b-k3q5f9sr6w],
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn[b-k3q5f9sr6w] {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child[b-k3q5f9sr6w] {
        border-left: 0;
    }

.input-group-btn[b-k3q5f9sr6w] {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn[b-k3q5f9sr6w] {
        position: relative;
    }

        .input-group-btn > .btn + .btn[b-k3q5f9sr6w] {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover[b-k3q5f9sr6w],
        .input-group-btn > .btn:focus[b-k3q5f9sr6w],
        .input-group-btn > .btn:active[b-k3q5f9sr6w] {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn[b-k3q5f9sr6w],
    .input-group-btn:first-child > .btn-group[b-k3q5f9sr6w] {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn[b-k3q5f9sr6w],
    .input-group-btn:last-child > .btn-group[b-k3q5f9sr6w] {
        margin-left: -1px;
    }

.nav[b-k3q5f9sr6w] {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li[b-k3q5f9sr6w] {
        position: relative;
        display: block;
    }

        .nav > li > a[b-k3q5f9sr6w] {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover[b-k3q5f9sr6w],
            .nav > li > a:focus[b-k3q5f9sr6w] {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a[b-k3q5f9sr6w] {
            color: #777;
        }

            .nav > li.disabled > a:hover[b-k3q5f9sr6w],
            .nav > li.disabled > a:focus[b-k3q5f9sr6w] {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a[b-k3q5f9sr6w],
    .nav .open > a:hover[b-k3q5f9sr6w],
    .nav .open > a:focus[b-k3q5f9sr6w] {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider[b-k3q5f9sr6w] {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img[b-k3q5f9sr6w] {
        max-width: none;
    }

.nav-tabs[b-k3q5f9sr6w] {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li[b-k3q5f9sr6w] {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a[b-k3q5f9sr6w] {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover[b-k3q5f9sr6w] {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a[b-k3q5f9sr6w],
        .nav-tabs > li.active > a:hover[b-k3q5f9sr6w],
        .nav-tabs > li.active > a:focus[b-k3q5f9sr6w] {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified[b-k3q5f9sr6w] {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li[b-k3q5f9sr6w] {
            float: none;
        }

            .nav-tabs.nav-justified > li > a[b-k3q5f9sr6w] {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu[b-k3q5f9sr6w] {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li[b-k3q5f9sr6w] {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a[b-k3q5f9sr6w] {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a[b-k3q5f9sr6w] {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a[b-k3q5f9sr6w],
.nav-tabs.nav-justified > .active > a:hover[b-k3q5f9sr6w],
.nav-tabs.nav-justified > .active > a:focus[b-k3q5f9sr6w] {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a[b-k3q5f9sr6w] {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a[b-k3q5f9sr6w],
    .nav-tabs.nav-justified > .active > a:hover[b-k3q5f9sr6w],
    .nav-tabs.nav-justified > .active > a:focus[b-k3q5f9sr6w] {
        border-bottom-color: #fff;
    }
}

.nav-pills > li[b-k3q5f9sr6w] {
    float: left;
}

    .nav-pills > li > a[b-k3q5f9sr6w] {
        border-radius: 4px;
    }

    .nav-pills > li + li[b-k3q5f9sr6w] {
        margin-left: 2px;
    }

    .nav-pills > li.active > a[b-k3q5f9sr6w],
    .nav-pills > li.active > a:hover[b-k3q5f9sr6w],
    .nav-pills > li.active > a:focus[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li[b-k3q5f9sr6w] {
    float: none;
}

    .nav-stacked > li + li[b-k3q5f9sr6w] {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified[b-k3q5f9sr6w] {
    width: 100%;
}

    .nav-justified > li[b-k3q5f9sr6w] {
        float: none;
    }

        .nav-justified > li > a[b-k3q5f9sr6w] {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu[b-k3q5f9sr6w] {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li[b-k3q5f9sr6w] {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a[b-k3q5f9sr6w] {
            margin-bottom: 0;
        }
}

.nav-tabs-justified[b-k3q5f9sr6w] {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a[b-k3q5f9sr6w] {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a[b-k3q5f9sr6w],
    .nav-tabs-justified > .active > a:hover[b-k3q5f9sr6w],
    .nav-tabs-justified > .active > a:focus[b-k3q5f9sr6w] {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a[b-k3q5f9sr6w] {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a[b-k3q5f9sr6w],
    .nav-tabs-justified > .active > a:hover[b-k3q5f9sr6w],
    .nav-tabs-justified > .active > a:focus[b-k3q5f9sr6w] {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane[b-k3q5f9sr6w] {
    display: none;
    visibility: hidden;
}

.tab-content > .active[b-k3q5f9sr6w] {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu[b-k3q5f9sr6w] {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar[b-k3q5f9sr6w] {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar[b-k3q5f9sr6w] {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header[b-k3q5f9sr6w] {
        float: left;
    }
}

.navbar-collapse[b-k3q5f9sr6w] {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

    .navbar-collapse.in[b-k3q5f9sr6w] {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse[b-k3q5f9sr6w] {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse[b-k3q5f9sr6w] {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
            visibility: visible !important;
        }

        .navbar-collapse.in[b-k3q5f9sr6w] {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse[b-k3q5f9sr6w],
    .navbar-static-top .navbar-collapse[b-k3q5f9sr6w],
    .navbar-fixed-bottom .navbar-collapse[b-k3q5f9sr6w] {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse[b-k3q5f9sr6w],
.navbar-fixed-bottom .navbar-collapse[b-k3q5f9sr6w] {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse[b-k3q5f9sr6w],
    .navbar-fixed-bottom .navbar-collapse[b-k3q5f9sr6w] {
        max-height: 200px;
    }
}

.container > .navbar-header[b-k3q5f9sr6w],
.container-fluid > .navbar-header[b-k3q5f9sr6w],
.container > .navbar-collapse[b-k3q5f9sr6w],
.container-fluid > .navbar-collapse[b-k3q5f9sr6w] {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header[b-k3q5f9sr6w],
    .container-fluid > .navbar-header[b-k3q5f9sr6w],
    .container > .navbar-collapse[b-k3q5f9sr6w],
    .container-fluid > .navbar-collapse[b-k3q5f9sr6w] {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top[b-k3q5f9sr6w] {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top[b-k3q5f9sr6w] {
        border-radius: 0;
    }
}

.navbar-fixed-top[b-k3q5f9sr6w],
.navbar-fixed-bottom[b-k3q5f9sr6w] {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top[b-k3q5f9sr6w],
    .navbar-fixed-bottom[b-k3q5f9sr6w] {
        border-radius: 0;
    }
}

.navbar-fixed-top[b-k3q5f9sr6w] {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom[b-k3q5f9sr6w] {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand[b-k3q5f9sr6w] {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover[b-k3q5f9sr6w],
    .navbar-brand:focus[b-k3q5f9sr6w] {
        text-decoration: none;
    }

    .navbar-brand > img[b-k3q5f9sr6w] {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand[b-k3q5f9sr6w],
    .navbar > .container-fluid .navbar-brand[b-k3q5f9sr6w] {
        margin-left: -15px;
    }
}

.navbar-toggle[b-k3q5f9sr6w] {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus[b-k3q5f9sr6w] {
        outline: 0;
    }

    .navbar-toggle .icon-bar[b-k3q5f9sr6w] {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar[b-k3q5f9sr6w] {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle[b-k3q5f9sr6w] {
        display: none;
    }
}

.navbar-nav[b-k3q5f9sr6w] {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a[b-k3q5f9sr6w] {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu[b-k3q5f9sr6w] {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a[b-k3q5f9sr6w],
        .navbar-nav .open .dropdown-menu .dropdown-header[b-k3q5f9sr6w] {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a[b-k3q5f9sr6w] {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover[b-k3q5f9sr6w],
            .navbar-nav .open .dropdown-menu > li > a:focus[b-k3q5f9sr6w] {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav[b-k3q5f9sr6w] {
        float: left;
        margin: 0;
    }

        .navbar-nav > li[b-k3q5f9sr6w] {
            float: left;
        }

            .navbar-nav > li > a[b-k3q5f9sr6w] {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form[b-k3q5f9sr6w] {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
    .navbar-form .form-group[b-k3q5f9sr6w] {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control[b-k3q5f9sr6w] {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static[b-k3q5f9sr6w] {
        display: inline-block;
    }

    .navbar-form .input-group[b-k3q5f9sr6w] {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon[b-k3q5f9sr6w],
        .navbar-form .input-group .input-group-btn[b-k3q5f9sr6w],
        .navbar-form .input-group .form-control[b-k3q5f9sr6w] {
            width: auto;
        }

        .navbar-form .input-group > .form-control[b-k3q5f9sr6w] {
            width: 100%;
        }

    .navbar-form .control-label[b-k3q5f9sr6w] {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio[b-k3q5f9sr6w],
    .navbar-form .checkbox[b-k3q5f9sr6w] {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label[b-k3q5f9sr6w],
        .navbar-form .checkbox label[b-k3q5f9sr6w] {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"][b-k3q5f9sr6w],
        .navbar-form .checkbox input[type="checkbox"][b-k3q5f9sr6w] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback[b-k3q5f9sr6w] {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group[b-k3q5f9sr6w] {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child[b-k3q5f9sr6w] {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form[b-k3q5f9sr6w] {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu[b-k3q5f9sr6w] {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu[b-k3q5f9sr6w] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn[b-k3q5f9sr6w] {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm[b-k3q5f9sr6w] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs[b-k3q5f9sr6w] {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text[b-k3q5f9sr6w] {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text[b-k3q5f9sr6w] {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left[b-k3q5f9sr6w] {
        float: left !important;
    }

    .navbar-right[b-k3q5f9sr6w] {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right[b-k3q5f9sr6w] {
            margin-right: 0;
        }
}

.navbar-default[b-k3q5f9sr6w] {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand[b-k3q5f9sr6w] {
        color: #777;
    }

        .navbar-default .navbar-brand:hover[b-k3q5f9sr6w],
        .navbar-default .navbar-brand:focus[b-k3q5f9sr6w] {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text[b-k3q5f9sr6w] {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a[b-k3q5f9sr6w] {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover[b-k3q5f9sr6w],
        .navbar-default .navbar-nav > li > a:focus[b-k3q5f9sr6w] {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a[b-k3q5f9sr6w],
    .navbar-default .navbar-nav > .active > a:hover[b-k3q5f9sr6w],
    .navbar-default .navbar-nav > .active > a:focus[b-k3q5f9sr6w] {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a[b-k3q5f9sr6w],
    .navbar-default .navbar-nav > .disabled > a:hover[b-k3q5f9sr6w],
    .navbar-default .navbar-nav > .disabled > a:focus[b-k3q5f9sr6w] {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle[b-k3q5f9sr6w] {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover[b-k3q5f9sr6w],
        .navbar-default .navbar-toggle:focus[b-k3q5f9sr6w] {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar[b-k3q5f9sr6w] {
            background-color: #888;
        }

    .navbar-default .navbar-collapse[b-k3q5f9sr6w],
    .navbar-default .navbar-form[b-k3q5f9sr6w] {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a[b-k3q5f9sr6w],
    .navbar-default .navbar-nav > .open > a:hover[b-k3q5f9sr6w],
    .navbar-default .navbar-nav > .open > a:focus[b-k3q5f9sr6w] {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a[b-k3q5f9sr6w] {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover[b-k3q5f9sr6w],
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus[b-k3q5f9sr6w] {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a[b-k3q5f9sr6w],
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover[b-k3q5f9sr6w],
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus[b-k3q5f9sr6w] {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a[b-k3q5f9sr6w],
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover[b-k3q5f9sr6w],
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus[b-k3q5f9sr6w] {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link[b-k3q5f9sr6w] {
    color: #777;
}

    .navbar-default .navbar-link:hover[b-k3q5f9sr6w] {
        color: #333;
    }

.navbar-default .btn-link[b-k3q5f9sr6w] {
    color: #777;
}

    .navbar-default .btn-link:hover[b-k3q5f9sr6w],
    .navbar-default .btn-link:focus[b-k3q5f9sr6w] {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover[b-k3q5f9sr6w],
    fieldset[disabled] .navbar-default .btn-link:hover[b-k3q5f9sr6w],
    .navbar-default .btn-link[disabled]:focus[b-k3q5f9sr6w],
    fieldset[disabled] .navbar-default .btn-link:focus[b-k3q5f9sr6w] {
        color: #ccc;
    }

.navbar-inverse[b-k3q5f9sr6w] {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand[b-k3q5f9sr6w] {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover[b-k3q5f9sr6w],
        .navbar-inverse .navbar-brand:focus[b-k3q5f9sr6w] {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text[b-k3q5f9sr6w] {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a[b-k3q5f9sr6w] {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover[b-k3q5f9sr6w],
        .navbar-inverse .navbar-nav > li > a:focus[b-k3q5f9sr6w] {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a[b-k3q5f9sr6w],
    .navbar-inverse .navbar-nav > .active > a:hover[b-k3q5f9sr6w],
    .navbar-inverse .navbar-nav > .active > a:focus[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a[b-k3q5f9sr6w],
    .navbar-inverse .navbar-nav > .disabled > a:hover[b-k3q5f9sr6w],
    .navbar-inverse .navbar-nav > .disabled > a:focus[b-k3q5f9sr6w] {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle[b-k3q5f9sr6w] {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover[b-k3q5f9sr6w],
        .navbar-inverse .navbar-toggle:focus[b-k3q5f9sr6w] {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar[b-k3q5f9sr6w] {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse[b-k3q5f9sr6w],
    .navbar-inverse .navbar-form[b-k3q5f9sr6w] {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a[b-k3q5f9sr6w],
    .navbar-inverse .navbar-nav > .open > a:hover[b-k3q5f9sr6w],
    .navbar-inverse .navbar-nav > .open > a:focus[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header[b-k3q5f9sr6w] {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider[b-k3q5f9sr6w] {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a[b-k3q5f9sr6w] {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover[b-k3q5f9sr6w],
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus[b-k3q5f9sr6w] {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a[b-k3q5f9sr6w],
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover[b-k3q5f9sr6w],
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a[b-k3q5f9sr6w],
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover[b-k3q5f9sr6w],
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus[b-k3q5f9sr6w] {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link[b-k3q5f9sr6w] {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover[b-k3q5f9sr6w] {
        color: #fff;
    }

.navbar-inverse .btn-link[b-k3q5f9sr6w] {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover[b-k3q5f9sr6w],
    .navbar-inverse .btn-link:focus[b-k3q5f9sr6w] {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover[b-k3q5f9sr6w],
    fieldset[disabled] .navbar-inverse .btn-link:hover[b-k3q5f9sr6w],
    .navbar-inverse .btn-link[disabled]:focus[b-k3q5f9sr6w],
    fieldset[disabled] .navbar-inverse .btn-link:focus[b-k3q5f9sr6w] {
        color: #444;
    }

.breadcrumb[b-k3q5f9sr6w] {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li[b-k3q5f9sr6w] {
        display: inline-block;
    }

        .breadcrumb > li + li[b-k3q5f9sr6w]:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active[b-k3q5f9sr6w] {
        color: #777;
    }

.pagination[b-k3q5f9sr6w] {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li[b-k3q5f9sr6w] {
        display: inline;
    }

        .pagination > li > a[b-k3q5f9sr6w],
        .pagination > li > span[b-k3q5f9sr6w] {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a[b-k3q5f9sr6w],
        .pagination > li:first-child > span[b-k3q5f9sr6w] {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a[b-k3q5f9sr6w],
        .pagination > li:last-child > span[b-k3q5f9sr6w] {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover[b-k3q5f9sr6w],
        .pagination > li > span:hover[b-k3q5f9sr6w],
        .pagination > li > a:focus[b-k3q5f9sr6w],
        .pagination > li > span:focus[b-k3q5f9sr6w] {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a[b-k3q5f9sr6w],
    .pagination > .active > span[b-k3q5f9sr6w],
    .pagination > .active > a:hover[b-k3q5f9sr6w],
    .pagination > .active > span:hover[b-k3q5f9sr6w],
    .pagination > .active > a:focus[b-k3q5f9sr6w],
    .pagination > .active > span:focus[b-k3q5f9sr6w] {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span[b-k3q5f9sr6w],
    .pagination > .disabled > span:hover[b-k3q5f9sr6w],
    .pagination > .disabled > span:focus[b-k3q5f9sr6w],
    .pagination > .disabled > a[b-k3q5f9sr6w],
    .pagination > .disabled > a:hover[b-k3q5f9sr6w],
    .pagination > .disabled > a:focus[b-k3q5f9sr6w] {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a[b-k3q5f9sr6w],
.pagination-lg > li > span[b-k3q5f9sr6w] {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a[b-k3q5f9sr6w],
.pagination-lg > li:first-child > span[b-k3q5f9sr6w] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a[b-k3q5f9sr6w],
.pagination-lg > li:last-child > span[b-k3q5f9sr6w] {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a[b-k3q5f9sr6w],
.pagination-sm > li > span[b-k3q5f9sr6w] {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a[b-k3q5f9sr6w],
.pagination-sm > li:first-child > span[b-k3q5f9sr6w] {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a[b-k3q5f9sr6w],
.pagination-sm > li:last-child > span[b-k3q5f9sr6w] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager[b-k3q5f9sr6w] {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li[b-k3q5f9sr6w] {
        display: inline;
    }

        .pager li > a[b-k3q5f9sr6w],
        .pager li > span[b-k3q5f9sr6w] {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover[b-k3q5f9sr6w],
            .pager li > a:focus[b-k3q5f9sr6w] {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a[b-k3q5f9sr6w],
    .pager .next > span[b-k3q5f9sr6w] {
        float: right;
    }

    .pager .previous > a[b-k3q5f9sr6w],
    .pager .previous > span[b-k3q5f9sr6w] {
        float: left;
    }

    .pager .disabled > a[b-k3q5f9sr6w],
    .pager .disabled > a:hover[b-k3q5f9sr6w],
    .pager .disabled > a:focus[b-k3q5f9sr6w],
    .pager .disabled > span[b-k3q5f9sr6w] {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label[b-k3q5f9sr6w] {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover[b-k3q5f9sr6w],
a.label:focus[b-k3q5f9sr6w] {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty[b-k3q5f9sr6w] {
    display: none;
}

.btn .label[b-k3q5f9sr6w] {
    position: relative;
    top: -1px;
}

.label-default[b-k3q5f9sr6w] {
    background-color: #777;
}

    .label-default[href]:hover[b-k3q5f9sr6w],
    .label-default[href]:focus[b-k3q5f9sr6w] {
        background-color: #5e5e5e;
    }

.label-primary[b-k3q5f9sr6w] {
    background-color: #337ab7;
}

    .label-primary[href]:hover[b-k3q5f9sr6w],
    .label-primary[href]:focus[b-k3q5f9sr6w] {
        background-color: #286090;
    }

.label-success[b-k3q5f9sr6w] {
    background-color: #5cb85c;
}

    .label-success[href]:hover[b-k3q5f9sr6w],
    .label-success[href]:focus[b-k3q5f9sr6w] {
        background-color: #449d44;
    }

.label-info[b-k3q5f9sr6w] {
    background-color: #5bc0de;
}

    .label-info[href]:hover[b-k3q5f9sr6w],
    .label-info[href]:focus[b-k3q5f9sr6w] {
        background-color: #31b0d5;
    }

.label-warning[b-k3q5f9sr6w] {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover[b-k3q5f9sr6w],
    .label-warning[href]:focus[b-k3q5f9sr6w] {
        background-color: #ec971f;
    }

.label-danger[b-k3q5f9sr6w] {
    background-color: #d9534f;
}

    .label-danger[href]:hover[b-k3q5f9sr6w],
    .label-danger[href]:focus[b-k3q5f9sr6w] {
        background-color: #c9302c;
    }

.badge[b-k3q5f9sr6w] {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty[b-k3q5f9sr6w] {
        display: none;
    }

.btn .badge[b-k3q5f9sr6w] {
    position: relative;
    top: -1px;
}

.btn-xs .badge[b-k3q5f9sr6w] {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover[b-k3q5f9sr6w],
a.badge:focus[b-k3q5f9sr6w] {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge[b-k3q5f9sr6w],
.nav-pills > .active > a > .badge[b-k3q5f9sr6w] {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge[b-k3q5f9sr6w] {
    float: right;
}

    .list-group-item > .badge + .badge[b-k3q5f9sr6w] {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge[b-k3q5f9sr6w] {
    margin-left: 3px;
}

.jumbotron[b-k3q5f9sr6w] {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1[b-k3q5f9sr6w],
    .jumbotron .h1[b-k3q5f9sr6w] {
        color: inherit;
    }

    .jumbotron p[b-k3q5f9sr6w] {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr[b-k3q5f9sr6w] {
        border-top-color: #d5d5d5;
    }

.container .jumbotron[b-k3q5f9sr6w],
.container-fluid .jumbotron[b-k3q5f9sr6w] {
    border-radius: 6px;
}

.jumbotron .container[b-k3q5f9sr6w] {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron[b-k3q5f9sr6w] {
        padding: 48px 0;
    }

    .container .jumbotron[b-k3q5f9sr6w],
    .container-fluid .jumbotron[b-k3q5f9sr6w] {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1[b-k3q5f9sr6w],
    .jumbotron .h1[b-k3q5f9sr6w] {
        font-size: 63px;
    }
}

.thumbnail[b-k3q5f9sr6w] {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail > img[b-k3q5f9sr6w],
    .thumbnail a > img[b-k3q5f9sr6w] {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover[b-k3q5f9sr6w],
a.thumbnail:focus[b-k3q5f9sr6w],
a.thumbnail.active[b-k3q5f9sr6w] {
    border-color: #337ab7;
}

.thumbnail .caption[b-k3q5f9sr6w] {
    padding: 9px;
    color: #333;
}

.alert[b-k3q5f9sr6w] {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4[b-k3q5f9sr6w] {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link[b-k3q5f9sr6w] {
        font-weight: bold;
    }

    .alert > p[b-k3q5f9sr6w],
    .alert > ul[b-k3q5f9sr6w] {
        margin-bottom: 0;
    }

        .alert > p + p[b-k3q5f9sr6w] {
            margin-top: 5px;
        }

.alert-dismissable[b-k3q5f9sr6w],
.alert-dismissible[b-k3q5f9sr6w] {
    padding-right: 35px;
}

    .alert-dismissable .close[b-k3q5f9sr6w],
    .alert-dismissible .close[b-k3q5f9sr6w] {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success[b-k3q5f9sr6w] {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr[b-k3q5f9sr6w] {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link[b-k3q5f9sr6w] {
        color: #2b542c;
    }

.alert-info[b-k3q5f9sr6w] {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr[b-k3q5f9sr6w] {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link[b-k3q5f9sr6w] {
        color: #245269;
    }

.alert-warning[b-k3q5f9sr6w] {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr[b-k3q5f9sr6w] {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link[b-k3q5f9sr6w] {
        color: #66512c;
    }

.alert-danger[b-k3q5f9sr6w] {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr[b-k3q5f9sr6w] {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link[b-k3q5f9sr6w] {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes-b-k3q5f9sr6w {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress[b-k3q5f9sr6w] {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar[b-k3q5f9sr6w] {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar[b-k3q5f9sr6w],
.progress-bar-striped[b-k3q5f9sr6w] {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar[b-k3q5f9sr6w],
.progress-bar.active[b-k3q5f9sr6w] {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes-b-k3q5f9sr6w 2s linear infinite;
}

.progress-bar-success[b-k3q5f9sr6w] {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success[b-k3q5f9sr6w] {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info[b-k3q5f9sr6w] {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info[b-k3q5f9sr6w] {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning[b-k3q5f9sr6w] {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning[b-k3q5f9sr6w] {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger[b-k3q5f9sr6w] {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger[b-k3q5f9sr6w] {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media[b-k3q5f9sr6w] {
    margin-top: 15px;
}

    .media:first-child[b-k3q5f9sr6w] {
        margin-top: 0;
    }

    .media-right[b-k3q5f9sr6w],
    .media > .pull-right[b-k3q5f9sr6w] {
        padding-left: 10px;
    }

    .media-left[b-k3q5f9sr6w],
    .media > .pull-left[b-k3q5f9sr6w] {
        padding-right: 10px;
    }

.media-left[b-k3q5f9sr6w],
.media-right[b-k3q5f9sr6w],
.media-body[b-k3q5f9sr6w] {
    display: table-cell;
    vertical-align: top;
}

.media-middle[b-k3q5f9sr6w] {
    vertical-align: middle;
}

.media-bottom[b-k3q5f9sr6w] {
    vertical-align: bottom;
}

.media-heading[b-k3q5f9sr6w] {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list[b-k3q5f9sr6w] {
    padding-left: 0;
    list-style: none;
}

.list-group[b-k3q5f9sr6w] {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item[b-k3q5f9sr6w] {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child[b-k3q5f9sr6w] {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child[b-k3q5f9sr6w] {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item[b-k3q5f9sr6w] {
    color: #555;
}

    a.list-group-item .list-group-item-heading[b-k3q5f9sr6w] {
        color: #333;
    }

    a.list-group-item:hover[b-k3q5f9sr6w],
    a.list-group-item:focus[b-k3q5f9sr6w] {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.disabled[b-k3q5f9sr6w],
.list-group-item.disabled:hover[b-k3q5f9sr6w],
.list-group-item.disabled:focus[b-k3q5f9sr6w] {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading[b-k3q5f9sr6w],
    .list-group-item.disabled:hover .list-group-item-heading[b-k3q5f9sr6w],
    .list-group-item.disabled:focus .list-group-item-heading[b-k3q5f9sr6w] {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text[b-k3q5f9sr6w],
    .list-group-item.disabled:hover .list-group-item-text[b-k3q5f9sr6w],
    .list-group-item.disabled:focus .list-group-item-text[b-k3q5f9sr6w] {
        color: #777;
    }

.list-group-item.active[b-k3q5f9sr6w],
.list-group-item.active:hover[b-k3q5f9sr6w],
.list-group-item.active:focus[b-k3q5f9sr6w] {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading[b-k3q5f9sr6w],
    .list-group-item.active:hover .list-group-item-heading[b-k3q5f9sr6w],
    .list-group-item.active:focus .list-group-item-heading[b-k3q5f9sr6w],
    .list-group-item.active .list-group-item-heading > small[b-k3q5f9sr6w],
    .list-group-item.active:hover .list-group-item-heading > small[b-k3q5f9sr6w],
    .list-group-item.active:focus .list-group-item-heading > small[b-k3q5f9sr6w],
    .list-group-item.active .list-group-item-heading > .small[b-k3q5f9sr6w],
    .list-group-item.active:hover .list-group-item-heading > .small[b-k3q5f9sr6w],
    .list-group-item.active:focus .list-group-item-heading > .small[b-k3q5f9sr6w] {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text[b-k3q5f9sr6w],
    .list-group-item.active:hover .list-group-item-text[b-k3q5f9sr6w],
    .list-group-item.active:focus .list-group-item-text[b-k3q5f9sr6w] {
        color: #c7ddef;
    }

.list-group-item-success[b-k3q5f9sr6w] {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success[b-k3q5f9sr6w] {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading[b-k3q5f9sr6w] {
        color: inherit;
    }

    a.list-group-item-success:hover[b-k3q5f9sr6w],
    a.list-group-item-success:focus[b-k3q5f9sr6w] {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active[b-k3q5f9sr6w],
    a.list-group-item-success.active:hover[b-k3q5f9sr6w],
    a.list-group-item-success.active:focus[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info[b-k3q5f9sr6w] {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info[b-k3q5f9sr6w] {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading[b-k3q5f9sr6w] {
        color: inherit;
    }

    a.list-group-item-info:hover[b-k3q5f9sr6w],
    a.list-group-item-info:focus[b-k3q5f9sr6w] {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active[b-k3q5f9sr6w],
    a.list-group-item-info.active:hover[b-k3q5f9sr6w],
    a.list-group-item-info.active:focus[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning[b-k3q5f9sr6w] {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning[b-k3q5f9sr6w] {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading[b-k3q5f9sr6w] {
        color: inherit;
    }

    a.list-group-item-warning:hover[b-k3q5f9sr6w],
    a.list-group-item-warning:focus[b-k3q5f9sr6w] {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active[b-k3q5f9sr6w],
    a.list-group-item-warning.active:hover[b-k3q5f9sr6w],
    a.list-group-item-warning.active:focus[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger[b-k3q5f9sr6w] {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger[b-k3q5f9sr6w] {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading[b-k3q5f9sr6w] {
        color: inherit;
    }

    a.list-group-item-danger:hover[b-k3q5f9sr6w],
    a.list-group-item-danger:focus[b-k3q5f9sr6w] {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active[b-k3q5f9sr6w],
    a.list-group-item-danger.active:hover[b-k3q5f9sr6w],
    a.list-group-item-danger.active:focus[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading[b-k3q5f9sr6w] {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text[b-k3q5f9sr6w] {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel[b-k3q5f9sr6w] {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body[b-k3q5f9sr6w] {
    padding: 15px;
}

.panel-heading[b-k3q5f9sr6w] {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle[b-k3q5f9sr6w] {
        color: inherit;
    }

.panel-title[b-k3q5f9sr6w] {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a[b-k3q5f9sr6w] {
        color: inherit;
    }

.panel-footer[b-k3q5f9sr6w] {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group[b-k3q5f9sr6w],
.panel > .panel-collapse > .list-group[b-k3q5f9sr6w] {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item[b-k3q5f9sr6w],
    .panel > .panel-collapse > .list-group .list-group-item[b-k3q5f9sr6w] {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child[b-k3q5f9sr6w],
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child[b-k3q5f9sr6w] {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child[b-k3q5f9sr6w],
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child[b-k3q5f9sr6w] {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child[b-k3q5f9sr6w] {
    border-top-width: 0;
}

.list-group + .panel-footer[b-k3q5f9sr6w] {
    border-top-width: 0;
}

.panel > .table[b-k3q5f9sr6w],
.panel > .table-responsive > .table[b-k3q5f9sr6w],
.panel > .panel-collapse > .table[b-k3q5f9sr6w] {
    margin-bottom: 0;
}

    .panel > .table caption[b-k3q5f9sr6w],
    .panel > .table-responsive > .table caption[b-k3q5f9sr6w],
    .panel > .panel-collapse > .table caption[b-k3q5f9sr6w] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child[b-k3q5f9sr6w],
    .panel > .table-responsive:first-child > .table:first-child[b-k3q5f9sr6w] {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child[b-k3q5f9sr6w],
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child[b-k3q5f9sr6w],
        .panel > .table:first-child > tbody:first-child > tr:first-child[b-k3q5f9sr6w],
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child[b-k3q5f9sr6w] {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child[b-k3q5f9sr6w],
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child[b-k3q5f9sr6w],
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child[b-k3q5f9sr6w],
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child[b-k3q5f9sr6w],
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child[b-k3q5f9sr6w],
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child[b-k3q5f9sr6w],
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child[b-k3q5f9sr6w],
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child[b-k3q5f9sr6w] {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child[b-k3q5f9sr6w],
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child[b-k3q5f9sr6w],
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child[b-k3q5f9sr6w],
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child[b-k3q5f9sr6w],
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child[b-k3q5f9sr6w],
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child[b-k3q5f9sr6w],
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child[b-k3q5f9sr6w],
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child[b-k3q5f9sr6w] {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child[b-k3q5f9sr6w],
    .panel > .table-responsive:last-child > .table:last-child[b-k3q5f9sr6w] {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child[b-k3q5f9sr6w],
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child[b-k3q5f9sr6w],
        .panel > .table:last-child > tfoot:last-child > tr:last-child[b-k3q5f9sr6w],
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child[b-k3q5f9sr6w] {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child[b-k3q5f9sr6w],
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child[b-k3q5f9sr6w],
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child[b-k3q5f9sr6w],
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child[b-k3q5f9sr6w],
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child[b-k3q5f9sr6w],
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child[b-k3q5f9sr6w],
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child[b-k3q5f9sr6w],
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child[b-k3q5f9sr6w] {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child[b-k3q5f9sr6w],
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child[b-k3q5f9sr6w],
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child[b-k3q5f9sr6w],
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child[b-k3q5f9sr6w],
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child[b-k3q5f9sr6w],
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child[b-k3q5f9sr6w],
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child[b-k3q5f9sr6w],
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child[b-k3q5f9sr6w] {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table[b-k3q5f9sr6w],
    .panel > .panel-body + .table-responsive[b-k3q5f9sr6w],
    .panel > .table + .panel-body[b-k3q5f9sr6w],
    .panel > .table-responsive + .panel-body[b-k3q5f9sr6w] {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th[b-k3q5f9sr6w],
    .panel > .table > tbody:first-child > tr:first-child td[b-k3q5f9sr6w] {
        border-top: 0;
    }

.panel > .table-bordered[b-k3q5f9sr6w],
.panel > .table-responsive > .table-bordered[b-k3q5f9sr6w] {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child[b-k3q5f9sr6w],
    .panel > .table-bordered > tbody > tr > th:first-child[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child[b-k3q5f9sr6w],
    .panel > .table-bordered > tfoot > tr > th:first-child[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child[b-k3q5f9sr6w],
    .panel > .table-bordered > thead > tr > td:first-child[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child[b-k3q5f9sr6w],
    .panel > .table-bordered > tbody > tr > td:first-child[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child[b-k3q5f9sr6w],
    .panel > .table-bordered > tfoot > tr > td:first-child[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child[b-k3q5f9sr6w] {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child[b-k3q5f9sr6w],
    .panel > .table-bordered > tbody > tr > th:last-child[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child[b-k3q5f9sr6w],
    .panel > .table-bordered > tfoot > tr > th:last-child[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child[b-k3q5f9sr6w],
    .panel > .table-bordered > thead > tr > td:last-child[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child[b-k3q5f9sr6w],
    .panel > .table-bordered > tbody > tr > td:last-child[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child[b-k3q5f9sr6w],
    .panel > .table-bordered > tfoot > tr > td:last-child[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child[b-k3q5f9sr6w] {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td[b-k3q5f9sr6w],
    .panel > .table-bordered > tbody > tr:first-child > td[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td[b-k3q5f9sr6w],
    .panel > .table-bordered > thead > tr:first-child > th[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th[b-k3q5f9sr6w],
    .panel > .table-bordered > tbody > tr:first-child > th[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th[b-k3q5f9sr6w] {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td[b-k3q5f9sr6w],
    .panel > .table-bordered > tfoot > tr:last-child > td[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td[b-k3q5f9sr6w],
    .panel > .table-bordered > tbody > tr:last-child > th[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th[b-k3q5f9sr6w],
    .panel > .table-bordered > tfoot > tr:last-child > th[b-k3q5f9sr6w],
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th[b-k3q5f9sr6w] {
        border-bottom: 0;
    }

.panel > .table-responsive[b-k3q5f9sr6w] {
    margin-bottom: 0;
    border: 0;
}

.panel-group[b-k3q5f9sr6w] {
    margin-bottom: 20px;
}

    .panel-group .panel[b-k3q5f9sr6w] {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel[b-k3q5f9sr6w] {
            margin-top: 5px;
        }

    .panel-group .panel-heading[b-k3q5f9sr6w] {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body[b-k3q5f9sr6w],
        .panel-group .panel-heading + .panel-collapse > .list-group[b-k3q5f9sr6w] {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer[b-k3q5f9sr6w] {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body[b-k3q5f9sr6w] {
            border-bottom: 1px solid #ddd;
        }

.panel-default[b-k3q5f9sr6w] {
    border-color: #ddd;
}

    .panel-default > .panel-heading[b-k3q5f9sr6w] {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body[b-k3q5f9sr6w] {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge[b-k3q5f9sr6w] {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body[b-k3q5f9sr6w] {
        border-bottom-color: #ddd;
    }

.panel-primary[b-k3q5f9sr6w] {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading[b-k3q5f9sr6w] {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body[b-k3q5f9sr6w] {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge[b-k3q5f9sr6w] {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body[b-k3q5f9sr6w] {
        border-bottom-color: #337ab7;
    }

.panel-success[b-k3q5f9sr6w] {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading[b-k3q5f9sr6w] {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body[b-k3q5f9sr6w] {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge[b-k3q5f9sr6w] {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body[b-k3q5f9sr6w] {
        border-bottom-color: #d6e9c6;
    }

.panel-info[b-k3q5f9sr6w] {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading[b-k3q5f9sr6w] {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body[b-k3q5f9sr6w] {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge[b-k3q5f9sr6w] {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body[b-k3q5f9sr6w] {
        border-bottom-color: #bce8f1;
    }

.panel-warning[b-k3q5f9sr6w] {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading[b-k3q5f9sr6w] {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body[b-k3q5f9sr6w] {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge[b-k3q5f9sr6w] {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body[b-k3q5f9sr6w] {
        border-bottom-color: #faebcc;
    }

.panel-danger[b-k3q5f9sr6w] {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading[b-k3q5f9sr6w] {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body[b-k3q5f9sr6w] {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge[b-k3q5f9sr6w] {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body[b-k3q5f9sr6w] {
        border-bottom-color: #ebccd1;
    }

.embed-responsive[b-k3q5f9sr6w] {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item[b-k3q5f9sr6w],
    .embed-responsive iframe[b-k3q5f9sr6w],
    .embed-responsive embed[b-k3q5f9sr6w],
    .embed-responsive object[b-k3q5f9sr6w],
    .embed-responsive video[b-k3q5f9sr6w] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9[b-k3q5f9sr6w] {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3[b-k3q5f9sr6w] {
        padding-bottom: 75%;
    }

.well[b-k3q5f9sr6w] {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

    .well blockquote[b-k3q5f9sr6w] {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15);
    }

.well-lg[b-k3q5f9sr6w] {
    padding: 24px;
    border-radius: 6px;
}

.well-sm[b-k3q5f9sr6w] {
    padding: 9px;
    border-radius: 3px;
}

.close[b-k3q5f9sr6w] {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover[b-k3q5f9sr6w],
    .close:focus[b-k3q5f9sr6w] {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close[b-k3q5f9sr6w] {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open[b-k3q5f9sr6w] {
    overflow: hidden;
}

.modal[b-k3q5f9sr6w] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog[b-k3q5f9sr6w] {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog[b-k3q5f9sr6w] {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal[b-k3q5f9sr6w] {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog[b-k3q5f9sr6w] {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content[b-k3q5f9sr6w] {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop[b-k3q5f9sr6w] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade[b-k3q5f9sr6w] {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in[b-k3q5f9sr6w] {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header[b-k3q5f9sr6w] {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close[b-k3q5f9sr6w] {
        margin-top: -2px;
    }

.modal-title[b-k3q5f9sr6w] {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body[b-k3q5f9sr6w] {
    position: relative;
    padding: 15px;
}

.modal-footer[b-k3q5f9sr6w] {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn[b-k3q5f9sr6w] {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn[b-k3q5f9sr6w] {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block[b-k3q5f9sr6w] {
        margin-left: 0;
    }

.modal-scrollbar-measure[b-k3q5f9sr6w] {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 800px) {
    .modal-dialog[b-k3q5f9sr6w] {
        width: 800px;
        margin: 30px auto;
    }

    .modal-content[b-k3q5f9sr6w] {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm[b-k3q5f9sr6w] {
        width: 300px;
    }

    .modal-dialog-50[b-k3q5f9sr6w] {
        width: 50%;
        min-width: 800px !important;
        margin: 30px auto;
    }

    .modal-dialog-90[b-k3q5f9sr6w] {
        width: 90%;
        min-width: 800px !important;
        margin: 30px auto;
    }

    .modal-lg[b-k3q5f9sr6w] {
        width: 80%;
        margin: 30px auto;
    }

    .modal-xlg[b-k3q5f9sr6w] {
        width: 90%;
        height: 90vh;
        margin: 30px auto;
    }

    .modal-jestimate[b-k3q5f9sr6w] {
        width: 1090px;
        height: 650px;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-lg[b-k3q5f9sr6w] {
        width: 80%;
        margin: 30px auto;
    }

    .modal-xlg[b-k3q5f9sr6w] {
        width: 90%;
        margin: 30px auto;
    }

    .modal-jestimate[b-k3q5f9sr6w] {
        width: 1090px;
        height: 650px;
        margin: 30px auto;
    }
}

.tooltip[b-k3q5f9sr6w] {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in[b-k3q5f9sr6w] {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top[b-k3q5f9sr6w] {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right[b-k3q5f9sr6w] {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom[b-k3q5f9sr6w] {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left[b-k3q5f9sr6w] {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner[b-k3q5f9sr6w] {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow[b-k3q5f9sr6w] {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow[b-k3q5f9sr6w] {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow[b-k3q5f9sr6w] {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow[b-k3q5f9sr6w] {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow[b-k3q5f9sr6w] {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow[b-k3q5f9sr6w] {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow[b-k3q5f9sr6w] {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow[b-k3q5f9sr6w] {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow[b-k3q5f9sr6w] {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover[b-k3q5f9sr6w] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

    .popover.top[b-k3q5f9sr6w] {
        margin-top: -10px;
    }

    .popover.right[b-k3q5f9sr6w] {
        margin-left: 10px;
    }

    .popover.bottom[b-k3q5f9sr6w] {
        margin-top: 10px;
    }

    .popover.left[b-k3q5f9sr6w] {
        margin-left: -10px;
    }

.popover-title[b-k3q5f9sr6w] {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content[b-k3q5f9sr6w] {
    padding: 9px 14px;
}

.popover > .arrow[b-k3q5f9sr6w],
.popover > .arrow[b-k3q5f9sr6w]:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow[b-k3q5f9sr6w] {
    border-width: 11px;
}

    .popover > .arrow[b-k3q5f9sr6w]:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow[b-k3q5f9sr6w] {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

    .popover.top > .arrow[b-k3q5f9sr6w]:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow[b-k3q5f9sr6w] {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

    .popover.right > .arrow[b-k3q5f9sr6w]:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow[b-k3q5f9sr6w] {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

    .popover.bottom > .arrow[b-k3q5f9sr6w]:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow[b-k3q5f9sr6w] {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

    .popover.left > .arrow[b-k3q5f9sr6w]:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel[b-k3q5f9sr6w] {
    position: relative;
}

.carousel-inner[b-k3q5f9sr6w] {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item[b-k3q5f9sr6w] {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img[b-k3q5f9sr6w],
        .carousel-inner > .item > a > img[b-k3q5f9sr6w] {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item[b-k3q5f9sr6w] {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.next[b-k3q5f9sr6w],
        .carousel-inner > .item.active.right[b-k3q5f9sr6w] {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.prev[b-k3q5f9sr6w],
        .carousel-inner > .item.active.left[b-k3q5f9sr6w] {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.next.left[b-k3q5f9sr6w],
            .carousel-inner > .item.prev.right[b-k3q5f9sr6w],
            .carousel-inner > .item.active[b-k3q5f9sr6w] {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active[b-k3q5f9sr6w],
.carousel-inner > .next[b-k3q5f9sr6w],
.carousel-inner > .prev[b-k3q5f9sr6w] {
    display: block;
}

.carousel-inner > .active[b-k3q5f9sr6w] {
    left: 0;
}

.carousel-inner > .next[b-k3q5f9sr6w],
.carousel-inner > .prev[b-k3q5f9sr6w] {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next[b-k3q5f9sr6w] {
    left: 100%;
}

.carousel-inner > .prev[b-k3q5f9sr6w] {
    left: -100%;
}

    .carousel-inner > .next.left[b-k3q5f9sr6w],
    .carousel-inner > .prev.right[b-k3q5f9sr6w] {
        left: 0;
    }

.carousel-inner > .active.left[b-k3q5f9sr6w] {
    left: -100%;
}

.carousel-inner > .active.right[b-k3q5f9sr6w] {
    left: 100%;
}

.carousel-control[b-k3q5f9sr6w] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left[b-k3q5f9sr6w] {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right[b-k3q5f9sr6w] {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover[b-k3q5f9sr6w],
    .carousel-control:focus[b-k3q5f9sr6w] {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev[b-k3q5f9sr6w],
    .carousel-control .icon-next[b-k3q5f9sr6w],
    .carousel-control .glyphicon-chevron-left[b-k3q5f9sr6w],
    .carousel-control .glyphicon-chevron-right[b-k3q5f9sr6w] {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev[b-k3q5f9sr6w],
    .carousel-control .glyphicon-chevron-left[b-k3q5f9sr6w] {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next[b-k3q5f9sr6w],
    .carousel-control .glyphicon-chevron-right[b-k3q5f9sr6w] {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev[b-k3q5f9sr6w],
    .carousel-control .icon-next[b-k3q5f9sr6w] {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev[b-k3q5f9sr6w]:before {
            content: '\2039';
        }

        .carousel-control .icon-next[b-k3q5f9sr6w]:before {
            content: '\203a';
        }

.carousel-indicators[b-k3q5f9sr6w] {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li[b-k3q5f9sr6w] {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active[b-k3q5f9sr6w] {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption[b-k3q5f9sr6w] {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .carousel-caption .btn[b-k3q5f9sr6w] {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left[b-k3q5f9sr6w],
    .carousel-control .glyphicon-chevron-right[b-k3q5f9sr6w],
    .carousel-control .icon-prev[b-k3q5f9sr6w],
    .carousel-control .icon-next[b-k3q5f9sr6w] {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left[b-k3q5f9sr6w],
    .carousel-control .icon-prev[b-k3q5f9sr6w] {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right[b-k3q5f9sr6w],
    .carousel-control .icon-next[b-k3q5f9sr6w] {
        margin-right: -15px;
    }

    .carousel-caption[b-k3q5f9sr6w] {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators[b-k3q5f9sr6w] {
        bottom: 20px;
    }
}

.clearfix[b-k3q5f9sr6w]:before,
.clearfix[b-k3q5f9sr6w]:after,
.dl-horizontal dd[b-k3q5f9sr6w]:before,
.dl-horizontal dd[b-k3q5f9sr6w]:after,
.container[b-k3q5f9sr6w]:before,
.container[b-k3q5f9sr6w]:after,
.container-fluid[b-k3q5f9sr6w]:before,
.container-fluid[b-k3q5f9sr6w]:after,
.row[b-k3q5f9sr6w]:before,
.row[b-k3q5f9sr6w]:after,
.form-horizontal .form-group[b-k3q5f9sr6w]:before,
.form-horizontal .form-group[b-k3q5f9sr6w]:after,
.btn-toolbar[b-k3q5f9sr6w]:before,
.btn-toolbar[b-k3q5f9sr6w]:after,
.btn-group-vertical > .btn-group[b-k3q5f9sr6w]:before,
.btn-group-vertical > .btn-group[b-k3q5f9sr6w]:after,
.nav[b-k3q5f9sr6w]:before,
.nav[b-k3q5f9sr6w]:after,
.navbar[b-k3q5f9sr6w]:before,
.navbar[b-k3q5f9sr6w]:after,
.navbar-header[b-k3q5f9sr6w]:before,
.navbar-header[b-k3q5f9sr6w]:after,
.navbar-collapse[b-k3q5f9sr6w]:before,
.navbar-collapse[b-k3q5f9sr6w]:after,
.pager[b-k3q5f9sr6w]:before,
.pager[b-k3q5f9sr6w]:after,
.panel-body[b-k3q5f9sr6w]:before,
.panel-body[b-k3q5f9sr6w]:after,
.modal-footer[b-k3q5f9sr6w]:before,
.modal-footer[b-k3q5f9sr6w]:after {
    display: table;
    content: " ";
}

.clearfix[b-k3q5f9sr6w]:after,
.dl-horizontal dd[b-k3q5f9sr6w]:after,
.container[b-k3q5f9sr6w]:after,
.container-fluid[b-k3q5f9sr6w]:after,
.row[b-k3q5f9sr6w]:after,
.form-horizontal .form-group[b-k3q5f9sr6w]:after,
.btn-toolbar[b-k3q5f9sr6w]:after,
.btn-group-vertical > .btn-group[b-k3q5f9sr6w]:after,
.nav[b-k3q5f9sr6w]:after,
.navbar[b-k3q5f9sr6w]:after,
.navbar-header[b-k3q5f9sr6w]:after,
.navbar-collapse[b-k3q5f9sr6w]:after,
.pager[b-k3q5f9sr6w]:after,
.panel-body[b-k3q5f9sr6w]:after,
.modal-footer[b-k3q5f9sr6w]:after {
    clear: both;
}

.center-block[b-k3q5f9sr6w] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right[b-k3q5f9sr6w] {
    float: right !important;
}

.pull-left[b-k3q5f9sr6w] {
    float: left !important;
}

.hide[b-k3q5f9sr6w] {
    display: none !important;
}

.show[b-k3q5f9sr6w] {
    display: block !important;
}

.invisible[b-k3q5f9sr6w] {
    visibility: hidden;
}

.text-hide[b-k3q5f9sr6w] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden[b-k3q5f9sr6w] {
    display: none !important;
    visibility: hidden !important;
}

.affix[b-k3q5f9sr6w] {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs[b-k3q5f9sr6w],
.visible-sm[b-k3q5f9sr6w],
.visible-md[b-k3q5f9sr6w],
.visible-lg[b-k3q5f9sr6w] {
    display: none !important;
}

.visible-xs-block[b-k3q5f9sr6w],
.visible-xs-inline[b-k3q5f9sr6w],
.visible-xs-inline-block[b-k3q5f9sr6w],
.visible-sm-block[b-k3q5f9sr6w],
.visible-sm-inline[b-k3q5f9sr6w],
.visible-sm-inline-block[b-k3q5f9sr6w],
.visible-md-block[b-k3q5f9sr6w],
.visible-md-inline[b-k3q5f9sr6w],
.visible-md-inline-block[b-k3q5f9sr6w],
.visible-lg-block[b-k3q5f9sr6w],
.visible-lg-inline[b-k3q5f9sr6w],
.visible-lg-inline-block[b-k3q5f9sr6w] {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs[b-k3q5f9sr6w] {
        display: block !important;
    }

    table.visible-xs[b-k3q5f9sr6w] {
        display: table;
    }

    tr.visible-xs[b-k3q5f9sr6w] {
        display: table-row !important;
    }

    th.visible-xs[b-k3q5f9sr6w],
    td.visible-xs[b-k3q5f9sr6w] {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block[b-k3q5f9sr6w] {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline[b-k3q5f9sr6w] {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block[b-k3q5f9sr6w] {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm[b-k3q5f9sr6w] {
        display: block !important;
    }

    table.visible-sm[b-k3q5f9sr6w] {
        display: table;
    }

    tr.visible-sm[b-k3q5f9sr6w] {
        display: table-row !important;
    }

    th.visible-sm[b-k3q5f9sr6w],
    td.visible-sm[b-k3q5f9sr6w] {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block[b-k3q5f9sr6w] {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline[b-k3q5f9sr6w] {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block[b-k3q5f9sr6w] {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md[b-k3q5f9sr6w] {
        display: block !important;
    }

    table.visible-md[b-k3q5f9sr6w] {
        display: table;
    }

    tr.visible-md[b-k3q5f9sr6w] {
        display: table-row !important;
    }

    th.visible-md[b-k3q5f9sr6w],
    td.visible-md[b-k3q5f9sr6w] {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block[b-k3q5f9sr6w] {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline[b-k3q5f9sr6w] {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block[b-k3q5f9sr6w] {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg[b-k3q5f9sr6w] {
        display: block !important;
    }

    table.visible-lg[b-k3q5f9sr6w] {
        display: table;
    }

    tr.visible-lg[b-k3q5f9sr6w] {
        display: table-row !important;
    }

    th.visible-lg[b-k3q5f9sr6w],
    td.visible-lg[b-k3q5f9sr6w] {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block[b-k3q5f9sr6w] {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline[b-k3q5f9sr6w] {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block[b-k3q5f9sr6w] {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs[b-k3q5f9sr6w] {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm[b-k3q5f9sr6w] {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md[b-k3q5f9sr6w] {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg[b-k3q5f9sr6w] {
        display: none !important;
    }
}

.visible-print[b-k3q5f9sr6w] {
    display: none !important;
}

@media print {
    .visible-print[b-k3q5f9sr6w] {
        display: block !important;
    }

    table.visible-print[b-k3q5f9sr6w] {
        display: table;
    }

    tr.visible-print[b-k3q5f9sr6w] {
        display: table-row !important;
    }

    th.visible-print[b-k3q5f9sr6w],
    td.visible-print[b-k3q5f9sr6w] {
        display: table-cell !important;
    }
}

.visible-print-block[b-k3q5f9sr6w] {
    display: none !important;
}

@media print {
    .visible-print-block[b-k3q5f9sr6w] {
        display: block !important;
    }
}

.visible-print-inline[b-k3q5f9sr6w] {
    display: none !important;
}

@media print {
    .visible-print-inline[b-k3q5f9sr6w] {
        display: inline !important;
    }
}

.visible-print-inline-block[b-k3q5f9sr6w] {
    display: none !important;
}

@media print {
    .visible-print-inline-block[b-k3q5f9sr6w] {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print[b-k3q5f9sr6w] {
        display: none !important;
    }
}
/* sourceMappingURL=bootstrap.css.map */
ul.wysihtml5-toolbar[b-k3q5f9sr6w] {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.wysihtml5-toolbar[b-k3q5f9sr6w]::after {
        clear: both;
        display: table;
        content: "";
    }

    ul.wysihtml5-toolbar > li[b-k3q5f9sr6w] {
        float: left;
        display: list-item;
        list-style: none;
        margin: 0 5px 10px 0;
    }

    ul.wysihtml5-toolbar a[data-wysihtml5-command=bold][b-k3q5f9sr6w] {
        font-weight: bold;
    }

    ul.wysihtml5-toolbar a[data-wysihtml5-command=italic][b-k3q5f9sr6w] {
        font-style: italic;
    }

    ul.wysihtml5-toolbar a[data-wysihtml5-command=underline][b-k3q5f9sr6w] {
        text-decoration: underline;
    }

    ul.wysihtml5-toolbar a.btn.wysihtml5-command-active[b-k3q5f9sr6w] {
        background-image: none;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
        background-color: #E6E6E6;
        background-color: #D9D9D9;
        outline: 0;
    }

ul.wysihtml5-commands-disabled .dropdown-menu[b-k3q5f9sr6w] {
    display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors[b-k3q5f9sr6w] {
    display: block;
    width: 50px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    position: absolute;
    pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title[b-k3q5f9sr6w] {
    padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"][b-k3q5f9sr6w] {
    background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"][b-k3q5f9sr6w] {
    background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"][b-k3q5f9sr6w] {
    background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"][b-k3q5f9sr6w] {
    background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"][b-k3q5f9sr6w] {
    background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"][b-k3q5f9sr6w] {
    background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"][b-k3q5f9sr6w] {
    background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"][b-k3q5f9sr6w] {
    background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"][b-k3q5f9sr6w] {
    background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"][b-k3q5f9sr6w] {
    background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"][b-k3q5f9sr6w] {
    background: orange !important;
}
/*! bootstrap3-wysihtml5-bower 2013-11-22 */

ul.wysihtml5-toolbar[b-k3q5f9sr6w] {
    margin: 0;
    padding: 0;
    display: block
}

    ul.wysihtml5-toolbar[b-k3q5f9sr6w]::after {
        clear: both;
        display: table;
        content: ""
    }

    ul.wysihtml5-toolbar > li[b-k3q5f9sr6w] {
        float: left;
        display: list-item;
        list-style: none;
        margin: 0 5px 10px 0
    }

    ul.wysihtml5-toolbar a[data-wysihtml5-command=bold][b-k3q5f9sr6w] {
        font-weight: 700
    }

    ul.wysihtml5-toolbar a[data-wysihtml5-command=italic][b-k3q5f9sr6w] {
        font-style: italic
    }

    ul.wysihtml5-toolbar a[data-wysihtml5-command=underline][b-k3q5f9sr6w] {
        text-decoration: underline
    }

    ul.wysihtml5-toolbar a.btn.wysihtml5-command-active[b-k3q5f9sr6w] {
        background-image: none;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
        background-color: #E6E6E6;
        background-color: #D9D9D9;
        outline: 0
    }

ul.wysihtml5-commands-disabled .dropdown-menu[b-k3q5f9sr6w] {
    display: none !important
}

ul.wysihtml5-toolbar div.wysihtml5-colors[b-k3q5f9sr6w] {
    display: block;
    width: 50px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    position: absolute;
    pointer-events: none
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title[b-k3q5f9sr6w] {
    padding-left: 70px
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=black][b-k3q5f9sr6w] {
    background: #000 !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=silver][b-k3q5f9sr6w] {
    background: silver !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=gray][b-k3q5f9sr6w] {
    background: gray !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=maroon][b-k3q5f9sr6w] {
    background: maroon !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=red][b-k3q5f9sr6w] {
    background: red !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=purple][b-k3q5f9sr6w] {
    background: purple !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=green][b-k3q5f9sr6w] {
    background: green !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=olive][b-k3q5f9sr6w] {
    background: olive !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=navy][b-k3q5f9sr6w] {
    background: navy !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=blue][b-k3q5f9sr6w] {
    background: #00f !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=orange][b-k3q5f9sr6w] {
    background: orange !important
}
/* _content/DueRuoteMarketplace/Pages/OrderUserComponents/DialogOrderDetails.razor.rz.scp.css */
.lista-first-section[b-7go9vnwz4u] {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
/**/
.lista-content[b-7go9vnwz4u] {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px auto;
}

.risultati[b-7go9vnwz4u] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
}

    .risultati .BE-ricerca[b-7go9vnwz4u] {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        .risultati .BE-ricerca .item[b-7go9vnwz4u] {
            width: 23%;
        }

            .risultati .BE-ricerca .item.small[b-7go9vnwz4u] {
                width: 9%;
            }

            .risultati .BE-ricerca .item.big[b-7go9vnwz4u] {
                width: 100%;
            }

.input.big[b-7go9vnwz4u] {
    width: 100%;
}

    .input.big input[b-7go9vnwz4u] {
        width: 100%;
    }

.risultati .BE-ricerca .item span[b-7go9vnwz4u] {
}

.risultati .BE-ricerca .item .select[b-7go9vnwz4u] {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

.risultati .BE-ricerca .item .input[b-7go9vnwz4u] {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

.risultati .BE-ricerca .item .checkbox[b-7go9vnwz4u] {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

.risultati .BE-ricerca .item .select select[b-7go9vnwz4u] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
}

.risultati .BE-ricerca .item .input input[b-7go9vnwz4u] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
}

.risultati .BE-ricerca .item input[type="checkbox"][b-7go9vnwz4u] {
    position: relative;
    appearance: checkbox;
}

.risultati .BE-ricerca .item input[type="radio"][b-7go9vnwz4u] {
    position: relative;
    appearance: checkbox;
}

.risultati .BE-ricerca .item .select i[b-7go9vnwz4u] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}
/**/
.risultati .BE-data[b-7go9vnwz4u] {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    border-bottom: solid 1px;
}

    .risultati .BE-data .item[b-7go9vnwz4u] {
        width: 15%;
    }
/**/
.risultati .BE-graph[b-7go9vnwz4u] {
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px;
}

/**/
.paginazione[b-7go9vnwz4u] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

    .paginazione a[b-7go9vnwz4u] {
        margin: 0 5px;
    }
/**/

@media screen and (max-width: 1080px) and (min-width: 425px) {
}

@media screen and (max-width: 950px) {
    .risultati .BE-ricerca .item[b-7go9vnwz4u] {
        width: 100%;
    }

        .risultati .BE-ricerca .item.small[b-7go9vnwz4u] {
            width: 100%;
        }

        .risultati .BE-ricerca .item .select[b-7go9vnwz4u] {
            width: 100%;
        }
}
/* _content/DueRuoteMarketplace/Pages/OrderUserComponents/DialogOrderReturn.razor.rz.scp.css */
body[b-ags1p5kgse] {
}
.blocked-button[b-ags1p5kgse]{
    pointer-events: none;
}
/* _content/DueRuoteMarketplace/Pages/OrderUserComponents/HistoryArticle.razor.rz.scp.css */
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html[b-s2mn49o0fu] {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body[b-s2mn49o0fu] {
    margin: 0;
}

article[b-s2mn49o0fu],
aside[b-s2mn49o0fu],
details[b-s2mn49o0fu],
figcaption[b-s2mn49o0fu],
figure[b-s2mn49o0fu],
footer[b-s2mn49o0fu],
header[b-s2mn49o0fu],
hgroup[b-s2mn49o0fu],
main[b-s2mn49o0fu],
menu[b-s2mn49o0fu],
nav[b-s2mn49o0fu],
section[b-s2mn49o0fu],
summary[b-s2mn49o0fu] {
    display: block;
}

audio[b-s2mn49o0fu],
canvas[b-s2mn49o0fu],
progress[b-s2mn49o0fu],
video[b-s2mn49o0fu] {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls])[b-s2mn49o0fu] {
        display: none;
        height: 0;
    }

[hidden][b-s2mn49o0fu],
template[b-s2mn49o0fu] {
    display: none;
}

a[b-s2mn49o0fu] {
    background-color: transparent;
}

    a:active[b-s2mn49o0fu],
    a:hover[b-s2mn49o0fu] {
        outline: 0;
    }

abbr[title][b-s2mn49o0fu] {
    border-bottom: 1px dotted;
}

b[b-s2mn49o0fu],
strong[b-s2mn49o0fu] {
    font-weight: bold;
}

dfn[b-s2mn49o0fu] {
    font-style: italic;
}

h1[b-s2mn49o0fu] {
    margin: .67em 0;
    font-size: 2em;
}

mark[b-s2mn49o0fu] {
    color: #000;
    background: #ff0;
}

small[b-s2mn49o0fu] {
    font-size: 80%;
}

sub[b-s2mn49o0fu],
sup[b-s2mn49o0fu] {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup[b-s2mn49o0fu] {
    top: -.5em;
}

sub[b-s2mn49o0fu] {
    bottom: -.25em;
}

img[b-s2mn49o0fu] {
    border: 0;
}

svg:not(:root)[b-s2mn49o0fu] {
    overflow: hidden;
}

figure[b-s2mn49o0fu] {
    margin: 1em 40px;
}

hr[b-s2mn49o0fu] {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre[b-s2mn49o0fu] {
    overflow: auto;
}

code[b-s2mn49o0fu],
kbd[b-s2mn49o0fu],
pre[b-s2mn49o0fu],
samp[b-s2mn49o0fu] {
    font-family: monospace, monospace;
    font-size: 1em;
}

button[b-s2mn49o0fu],
input[b-s2mn49o0fu],
optgroup[b-s2mn49o0fu],
select[b-s2mn49o0fu],
textarea[b-s2mn49o0fu] {
    margin: 0;
    font: inherit;
    color: inherit;
}

button[b-s2mn49o0fu] {
    overflow: visible;
}

button[b-s2mn49o0fu],
select[b-s2mn49o0fu] {
    text-transform: none;
}

button[b-s2mn49o0fu],
html input[type="button"][b-s2mn49o0fu],
input[type="reset"][b-s2mn49o0fu],
input[type="submit"][b-s2mn49o0fu] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled][b-s2mn49o0fu],
    html input[disabled][b-s2mn49o0fu] {
        cursor: default;
    }

    button[b-s2mn49o0fu]::-moz-focus-inner,
    input[b-s2mn49o0fu]::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input[b-s2mn49o0fu] {
    line-height: normal;
}

    input[type="checkbox"][b-s2mn49o0fu],
    input[type="radio"][b-s2mn49o0fu] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"][b-s2mn49o0fu]::-webkit-inner-spin-button,
    input[type="number"][b-s2mn49o0fu]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"][b-s2mn49o0fu] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"][b-s2mn49o0fu]::-webkit-search-cancel-button,
        input[type="search"][b-s2mn49o0fu]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset[b-s2mn49o0fu] {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend[b-s2mn49o0fu] {
    padding: 0;
    border: 0;
}

textarea[b-s2mn49o0fu] {
    overflow: auto;
}

optgroup[b-s2mn49o0fu] {
    font-weight: bold;
}

table[b-s2mn49o0fu] {
    border-spacing: 0;
    border-collapse: collapse;
}

td[b-s2mn49o0fu],
th[b-s2mn49o0fu] {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *[b-s2mn49o0fu],
    *[b-s2mn49o0fu]:before,
    *[b-s2mn49o0fu]:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a[b-s2mn49o0fu],
    a:visited[b-s2mn49o0fu] {
        text-decoration: underline;
    }

        a[href][b-s2mn49o0fu]:after {
            content: " (" attr(href) ")";
        }

    abbr[title][b-s2mn49o0fu]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"][b-s2mn49o0fu]:after,
    a[href^="javascript:"][b-s2mn49o0fu]:after {
        content: "";
    }

    pre[b-s2mn49o0fu],
    blockquote[b-s2mn49o0fu] {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead[b-s2mn49o0fu] {
        display: table-header-group;
    }

    tr[b-s2mn49o0fu],
    img[b-s2mn49o0fu] {
        page-break-inside: avoid;
    }

    img[b-s2mn49o0fu] {
        max-width: 100% !important;
    }

    p[b-s2mn49o0fu],
    h2[b-s2mn49o0fu],
    h3[b-s2mn49o0fu] {
        orphans: 3;
        widows: 3;
    }

    h2[b-s2mn49o0fu],
    h3[b-s2mn49o0fu] {
        page-break-after: avoid;
    }

    select[b-s2mn49o0fu] {
        background: #fff !important;
    }

    .navbar[b-s2mn49o0fu] {
        display: none;
    }

    .btn > .caret[b-s2mn49o0fu],
    .dropup > .btn > .caret[b-s2mn49o0fu] {
        border-top-color: #000 !important;
    }

    .label[b-s2mn49o0fu] {
        border: 1px solid #000;
    }

    .table[b-s2mn49o0fu] {
        border-collapse: collapse !important;
    }

        .table td[b-s2mn49o0fu],
        .table th[b-s2mn49o0fu] {
            background-color: #fff !important;
        }

    .table-bordered th[b-s2mn49o0fu],
    .table-bordered td[b-s2mn49o0fu] {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon[b-s2mn49o0fu] {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk[b-s2mn49o0fu]:before {
    content: "\2a";
}

.glyphicon-plus[b-s2mn49o0fu]:before {
    content: "\2b";
}

.glyphicon-euro[b-s2mn49o0fu]:before,
.glyphicon-eur[b-s2mn49o0fu]:before {
    content: "\20ac";
}

.glyphicon-minus[b-s2mn49o0fu]:before {
    content: "\2212";
}

.glyphicon-cloud[b-s2mn49o0fu]:before {
    content: "\2601";
}

.glyphicon-envelope[b-s2mn49o0fu]:before {
    content: "\2709";
}

.glyphicon-pencil[b-s2mn49o0fu]:before {
    content: "\270f";
}

.glyphicon-glass[b-s2mn49o0fu]:before {
    content: "\e001";
}

.glyphicon-music[b-s2mn49o0fu]:before {
    content: "\e002";
}

.glyphicon-search[b-s2mn49o0fu]:before {
    content: "\e003";
}

.glyphicon-heart[b-s2mn49o0fu]:before {
    content: "\e005";
}

.glyphicon-star[b-s2mn49o0fu]:before {
    content: "\e006";
}

.glyphicon-star-empty[b-s2mn49o0fu]:before {
    content: "\e007";
}

.glyphicon-user[b-s2mn49o0fu]:before {
    content: "\e008";
}

.glyphicon-film[b-s2mn49o0fu]:before {
    content: "\e009";
}

.glyphicon-th-large[b-s2mn49o0fu]:before {
    content: "\e010";
}

.glyphicon-th[b-s2mn49o0fu]:before {
    content: "\e011";
}

.glyphicon-th-list[b-s2mn49o0fu]:before {
    content: "\e012";
}

.glyphicon-ok[b-s2mn49o0fu]:before {
    content: "\e013";
}

.glyphicon-remove[b-s2mn49o0fu]:before {
    content: "\e014";
}

.glyphicon-zoom-in[b-s2mn49o0fu]:before {
    content: "\e015";
}

.glyphicon-zoom-out[b-s2mn49o0fu]:before {
    content: "\e016";
}

.glyphicon-off[b-s2mn49o0fu]:before {
    content: "\e017";
}

.glyphicon-signal[b-s2mn49o0fu]:before {
    content: "\e018";
}

.glyphicon-cog[b-s2mn49o0fu]:before {
    content: "\e019";
}

.glyphicon-trash[b-s2mn49o0fu]:before {
    content: "\e020";
}

.glyphicon-home[b-s2mn49o0fu]:before {
    content: "\e021";
}

.glyphicon-file[b-s2mn49o0fu]:before {
    content: "\e022";
}

.glyphicon-time[b-s2mn49o0fu]:before {
    content: "\e023";
}

.glyphicon-road[b-s2mn49o0fu]:before {
    content: "\e024";
}

.glyphicon-download-alt[b-s2mn49o0fu]:before {
    content: "\e025";
}

.glyphicon-download[b-s2mn49o0fu]:before {
    content: "\e026";
}

.glyphicon-upload[b-s2mn49o0fu]:before {
    content: "\e027";
}

.glyphicon-inbox[b-s2mn49o0fu]:before {
    content: "\e028";
}

.glyphicon-play-circle[b-s2mn49o0fu]:before {
    content: "\e029";
}

.glyphicon-repeat[b-s2mn49o0fu]:before {
    content: "\e030";
}

.glyphicon-refresh[b-s2mn49o0fu]:before {
    content: "\e031";
}

.glyphicon-list-alt[b-s2mn49o0fu]:before {
    content: "\e032";
}

.glyphicon-lock[b-s2mn49o0fu]:before {
    content: "\e033";
}

.glyphicon-flag[b-s2mn49o0fu]:before {
    content: "\e034";
}

.glyphicon-headphones[b-s2mn49o0fu]:before {
    content: "\e035";
}

.glyphicon-volume-off[b-s2mn49o0fu]:before {
    content: "\e036";
}

.glyphicon-volume-down[b-s2mn49o0fu]:before {
    content: "\e037";
}

.glyphicon-volume-up[b-s2mn49o0fu]:before {
    content: "\e038";
}

.glyphicon-qrcode[b-s2mn49o0fu]:before {
    content: "\e039";
}

.glyphicon-barcode[b-s2mn49o0fu]:before {
    content: "\e040";
}

.glyphicon-tag[b-s2mn49o0fu]:before {
    content: "\e041";
}

.glyphicon-tags[b-s2mn49o0fu]:before {
    content: "\e042";
}

.glyphicon-book[b-s2mn49o0fu]:before {
    content: "\e043";
}

.glyphicon-bookmark[b-s2mn49o0fu]:before {
    content: "\e044";
}

.glyphicon-print[b-s2mn49o0fu]:before {
    content: "\e045";
}

.glyphicon-camera[b-s2mn49o0fu]:before {
    content: "\e046";
}

.glyphicon-font[b-s2mn49o0fu]:before {
    content: "\e047";
}

.glyphicon-bold[b-s2mn49o0fu]:before {
    content: "\e048";
}

.glyphicon-italic[b-s2mn49o0fu]:before {
    content: "\e049";
}

.glyphicon-text-height[b-s2mn49o0fu]:before {
    content: "\e050";
}

.glyphicon-text-width[b-s2mn49o0fu]:before {
    content: "\e051";
}

.glyphicon-align-left[b-s2mn49o0fu]:before {
    content: "\e052";
}

.glyphicon-align-center[b-s2mn49o0fu]:before {
    content: "\e053";
}

.glyphicon-align-right[b-s2mn49o0fu]:before {
    content: "\e054";
}

.glyphicon-align-justify[b-s2mn49o0fu]:before {
    content: "\e055";
}

.glyphicon-list[b-s2mn49o0fu]:before {
    content: "\e056";
}

.glyphicon-indent-left[b-s2mn49o0fu]:before {
    content: "\e057";
}

.glyphicon-indent-right[b-s2mn49o0fu]:before {
    content: "\e058";
}

.glyphicon-facetime-video[b-s2mn49o0fu]:before {
    content: "\e059";
}

.glyphicon-picture[b-s2mn49o0fu]:before {
    content: "\e060";
}

.glyphicon-map-marker[b-s2mn49o0fu]:before {
    content: "\e062";
}

.glyphicon-adjust[b-s2mn49o0fu]:before {
    content: "\e063";
}

.glyphicon-tint[b-s2mn49o0fu]:before {
    content: "\e064";
}

.glyphicon-edit[b-s2mn49o0fu]:before {
    content: "\e065";
}

.glyphicon-share[b-s2mn49o0fu]:before {
    content: "\e066";
}

.glyphicon-check[b-s2mn49o0fu]:before {
    content: "\e067";
}

.glyphicon-move[b-s2mn49o0fu]:before {
    content: "\e068";
}

.glyphicon-step-backward[b-s2mn49o0fu]:before {
    content: "\e069";
}

.glyphicon-fast-backward[b-s2mn49o0fu]:before {
    content: "\e070";
}

.glyphicon-backward[b-s2mn49o0fu]:before {
    content: "\e071";
}

.glyphicon-play[b-s2mn49o0fu]:before {
    content: "\e072";
}

.glyphicon-pause[b-s2mn49o0fu]:before {
    content: "\e073";
}

.glyphicon-stop[b-s2mn49o0fu]:before {
    content: "\e074";
}

.glyphicon-forward[b-s2mn49o0fu]:before {
    content: "\e075";
}

.glyphicon-fast-forward[b-s2mn49o0fu]:before {
    content: "\e076";
}

.glyphicon-step-forward[b-s2mn49o0fu]:before {
    content: "\e077";
}

.glyphicon-eject[b-s2mn49o0fu]:before {
    content: "\e078";
}

.glyphicon-chevron-left[b-s2mn49o0fu]:before {
    content: "\e079";
}

.glyphicon-chevron-right[b-s2mn49o0fu]:before {
    content: "\e080";
}

.glyphicon-plus-sign[b-s2mn49o0fu]:before {
    content: "\e081";
}

.glyphicon-minus-sign[b-s2mn49o0fu]:before {
    content: "\e082";
}

.glyphicon-remove-sign[b-s2mn49o0fu]:before {
    content: "\e083";
}

.glyphicon-ok-sign[b-s2mn49o0fu]:before {
    content: "\e084";
}

.glyphicon-question-sign[b-s2mn49o0fu]:before {
    content: "\e085";
}

.glyphicon-info-sign[b-s2mn49o0fu]:before {
    content: "\e086";
}

.glyphicon-screenshot[b-s2mn49o0fu]:before {
    content: "\e087";
}

.glyphicon-remove-circle[b-s2mn49o0fu]:before {
    content: "\e088";
}

.glyphicon-ok-circle[b-s2mn49o0fu]:before {
    content: "\e089";
}

.glyphicon-ban-circle[b-s2mn49o0fu]:before {
    content: "\e090";
}

.glyphicon-arrow-left[b-s2mn49o0fu]:before {
    content: "\e091";
}

.glyphicon-arrow-right[b-s2mn49o0fu]:before {
    content: "\e092";
}

.glyphicon-arrow-up[b-s2mn49o0fu]:before {
    content: "\e093";
}

.glyphicon-arrow-down[b-s2mn49o0fu]:before {
    content: "\e094";
}

.glyphicon-share-alt[b-s2mn49o0fu]:before {
    content: "\e095";
}

.glyphicon-resize-full[b-s2mn49o0fu]:before {
    content: "\e096";
}

.glyphicon-resize-small[b-s2mn49o0fu]:before {
    content: "\e097";
}

.glyphicon-exclamation-sign[b-s2mn49o0fu]:before {
    content: "\e101";
}

.glyphicon-gift[b-s2mn49o0fu]:before {
    content: "\e102";
}

.glyphicon-leaf[b-s2mn49o0fu]:before {
    content: "\e103";
}

.glyphicon-fire[b-s2mn49o0fu]:before {
    content: "\e104";
}

.glyphicon-eye-open[b-s2mn49o0fu]:before {
    content: "\e105";
}

.glyphicon-eye-close[b-s2mn49o0fu]:before {
    content: "\e106";
}

.glyphicon-warning-sign[b-s2mn49o0fu]:before {
    content: "\e107";
}

.glyphicon-plane[b-s2mn49o0fu]:before {
    content: "\e108";
}

.glyphicon-calendar[b-s2mn49o0fu]:before {
    content: "\e109";
}

.glyphicon-random[b-s2mn49o0fu]:before {
    content: "\e110";
}

.glyphicon-comment[b-s2mn49o0fu]:before {
    content: "\e111";
}

.glyphicon-magnet[b-s2mn49o0fu]:before {
    content: "\e112";
}

.glyphicon-chevron-up[b-s2mn49o0fu]:before {
    content: "\e113";
}

.glyphicon-chevron-down[b-s2mn49o0fu]:before {
    content: "\e114";
}

.glyphicon-retweet[b-s2mn49o0fu]:before {
    content: "\e115";
}

.glyphicon-shopping-cart[b-s2mn49o0fu]:before {
    content: "\e116";
}

.glyphicon-folder-close[b-s2mn49o0fu]:before {
    content: "\e117";
}

.glyphicon-folder-open[b-s2mn49o0fu]:before {
    content: "\e118";
}

.glyphicon-resize-vertical[b-s2mn49o0fu]:before {
    content: "\e119";
}

.glyphicon-resize-horizontal[b-s2mn49o0fu]:before {
    content: "\e120";
}

.glyphicon-hdd[b-s2mn49o0fu]:before {
    content: "\e121";
}

.glyphicon-bullhorn[b-s2mn49o0fu]:before {
    content: "\e122";
}

.glyphicon-bell[b-s2mn49o0fu]:before {
    content: "\e123";
}

.glyphicon-certificate[b-s2mn49o0fu]:before {
    content: "\e124";
}

.glyphicon-thumbs-up[b-s2mn49o0fu]:before {
    content: "\e125";
}

.glyphicon-thumbs-down[b-s2mn49o0fu]:before {
    content: "\e126";
}

.glyphicon-hand-right[b-s2mn49o0fu]:before {
    content: "\e127";
}

.glyphicon-hand-left[b-s2mn49o0fu]:before {
    content: "\e128";
}

.glyphicon-hand-up[b-s2mn49o0fu]:before {
    content: "\e129";
}

.glyphicon-hand-down[b-s2mn49o0fu]:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right[b-s2mn49o0fu]:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left[b-s2mn49o0fu]:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up[b-s2mn49o0fu]:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down[b-s2mn49o0fu]:before {
    content: "\e134";
}

.glyphicon-globe[b-s2mn49o0fu]:before {
    content: "\e135";
}

.glyphicon-wrench[b-s2mn49o0fu]:before {
    content: "\e136";
}

.glyphicon-tasks[b-s2mn49o0fu]:before {
    content: "\e137";
}

.glyphicon-filter[b-s2mn49o0fu]:before {
    content: "\e138";
}

.glyphicon-briefcase[b-s2mn49o0fu]:before {
    content: "\e139";
}

.glyphicon-fullscreen[b-s2mn49o0fu]:before {
    content: "\e140";
}

.glyphicon-dashboard[b-s2mn49o0fu]:before {
    content: "\e141";
}

.glyphicon-paperclip[b-s2mn49o0fu]:before {
    content: "\e142";
}

.glyphicon-heart-empty[b-s2mn49o0fu]:before {
    content: "\e143";
}

.glyphicon-link[b-s2mn49o0fu]:before {
    content: "\e144";
}

.glyphicon-phone[b-s2mn49o0fu]:before {
    content: "\e145";
}

.glyphicon-pushpin[b-s2mn49o0fu]:before {
    content: "\e146";
}

.glyphicon-usd[b-s2mn49o0fu]:before {
    content: "\e148";
}

.glyphicon-gbp[b-s2mn49o0fu]:before {
    content: "\e149";
}

.glyphicon-sort[b-s2mn49o0fu]:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet[b-s2mn49o0fu]:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt[b-s2mn49o0fu]:before {
    content: "\e152";
}

.glyphicon-sort-by-order[b-s2mn49o0fu]:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt[b-s2mn49o0fu]:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes[b-s2mn49o0fu]:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt[b-s2mn49o0fu]:before {
    content: "\e156";
}

.glyphicon-unchecked[b-s2mn49o0fu]:before {
    content: "\e157";
}

.glyphicon-expand[b-s2mn49o0fu]:before {
    content: "\e158";
}

.glyphicon-collapse-down[b-s2mn49o0fu]:before {
    content: "\e159";
}

.glyphicon-collapse-up[b-s2mn49o0fu]:before {
    content: "\e160";
}

.glyphicon-log-in[b-s2mn49o0fu]:before {
    content: "\e161";
}

.glyphicon-flash[b-s2mn49o0fu]:before {
    content: "\e162";
}

.glyphicon-log-out[b-s2mn49o0fu]:before {
    content: "\e163";
}

.glyphicon-new-window[b-s2mn49o0fu]:before {
    content: "\e164";
}

.glyphicon-record[b-s2mn49o0fu]:before {
    content: "\e165";
}

.glyphicon-save[b-s2mn49o0fu]:before {
    content: "\e166";
}

.glyphicon-open[b-s2mn49o0fu]:before {
    content: "\e167";
}

.glyphicon-saved[b-s2mn49o0fu]:before {
    content: "\e168";
}

.glyphicon-import[b-s2mn49o0fu]:before {
    content: "\e169";
}

.glyphicon-export[b-s2mn49o0fu]:before {
    content: "\e170";
}

.glyphicon-send[b-s2mn49o0fu]:before {
    content: "\e171";
}

.glyphicon-floppy-disk[b-s2mn49o0fu]:before {
    content: "\e172";
}

.glyphicon-floppy-saved[b-s2mn49o0fu]:before {
    content: "\e173";
}

.glyphicon-floppy-remove[b-s2mn49o0fu]:before {
    content: "\e174";
}

.glyphicon-floppy-save[b-s2mn49o0fu]:before {
    content: "\e175";
}

.glyphicon-floppy-open[b-s2mn49o0fu]:before {
    content: "\e176";
}

.glyphicon-credit-card[b-s2mn49o0fu]:before {
    content: "\e177";
}

.glyphicon-transfer[b-s2mn49o0fu]:before {
    content: "\e178";
}

.glyphicon-cutlery[b-s2mn49o0fu]:before {
    content: "\e179";
}

.glyphicon-header[b-s2mn49o0fu]:before {
    content: "\e180";
}

.glyphicon-compressed[b-s2mn49o0fu]:before {
    content: "\e181";
}

.glyphicon-earphone[b-s2mn49o0fu]:before {
    content: "\e182";
}

.glyphicon-phone-alt[b-s2mn49o0fu]:before {
    content: "\e183";
}

.glyphicon-tower[b-s2mn49o0fu]:before {
    content: "\e184";
}

.glyphicon-stats[b-s2mn49o0fu]:before {
    content: "\e185";
}

.glyphicon-sd-video[b-s2mn49o0fu]:before {
    content: "\e186";
}

.glyphicon-hd-video[b-s2mn49o0fu]:before {
    content: "\e187";
}

.glyphicon-subtitles[b-s2mn49o0fu]:before {
    content: "\e188";
}

.glyphicon-sound-stereo[b-s2mn49o0fu]:before {
    content: "\e189";
}

.glyphicon-sound-dolby[b-s2mn49o0fu]:before {
    content: "\e190";
}

.glyphicon-sound-5-1[b-s2mn49o0fu]:before {
    content: "\e191";
}

.glyphicon-sound-6-1[b-s2mn49o0fu]:before {
    content: "\e192";
}

.glyphicon-sound-7-1[b-s2mn49o0fu]:before {
    content: "\e193";
}

.glyphicon-copyright-mark[b-s2mn49o0fu]:before {
    content: "\e194";
}

.glyphicon-registration-mark[b-s2mn49o0fu]:before {
    content: "\e195";
}

.glyphicon-cloud-download[b-s2mn49o0fu]:before {
    content: "\e197";
}

.glyphicon-cloud-upload[b-s2mn49o0fu]:before {
    content: "\e198";
}

.glyphicon-tree-conifer[b-s2mn49o0fu]:before {
    content: "\e199";
}

.glyphicon-tree-deciduous[b-s2mn49o0fu]:before {
    content: "\e200";
}

*[b-s2mn49o0fu] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *[b-s2mn49o0fu]:before,
    *[b-s2mn49o0fu]:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html[b-s2mn49o0fu] {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body[b-s2mn49o0fu] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input[b-s2mn49o0fu],
button[b-s2mn49o0fu],
select[b-s2mn49o0fu],
textarea[b-s2mn49o0fu] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a[b-s2mn49o0fu] {
    color: #262626;
    text-decoration: none;
}

    a:hover[b-s2mn49o0fu],
    a:focus[b-s2mn49o0fu] {
        color: #a94442;
        text-decoration: none;
    }

    a:focus[b-s2mn49o0fu] {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure[b-s2mn49o0fu] {
    margin: 0;
}

img[b-s2mn49o0fu] {
    vertical-align: middle;
}

.img-responsive[b-s2mn49o0fu],
.thumbnail > img[b-s2mn49o0fu],
.thumbnail a > img[b-s2mn49o0fu],
.carousel-inner > .item > img[b-s2mn49o0fu],
.carousel-inner > .item > a > img[b-s2mn49o0fu] {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded[b-s2mn49o0fu] {
    border-radius: 6px;
}

.img-thumbnail[b-s2mn49o0fu] {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle[b-s2mn49o0fu] {
    border-radius: 50%;
}

hr[b-s2mn49o0fu] {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only[b-s2mn49o0fu] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active[b-s2mn49o0fu],
.sr-only-focusable:focus[b-s2mn49o0fu] {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1[b-s2mn49o0fu],
h2[b-s2mn49o0fu],
h3[b-s2mn49o0fu],
h4[b-s2mn49o0fu],
h5[b-s2mn49o0fu],
h6[b-s2mn49o0fu],
.h1[b-s2mn49o0fu],
.h2[b-s2mn49o0fu],
.h3[b-s2mn49o0fu],
.h4[b-s2mn49o0fu],
.h5[b-s2mn49o0fu],
.h6[b-s2mn49o0fu] {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small[b-s2mn49o0fu],
    h2 small[b-s2mn49o0fu],
    h3 small[b-s2mn49o0fu],
    h4 small[b-s2mn49o0fu],
    h5 small[b-s2mn49o0fu],
    h6 small[b-s2mn49o0fu],
    .h1 small[b-s2mn49o0fu],
    .h2 small[b-s2mn49o0fu],
    .h3 small[b-s2mn49o0fu],
    .h4 small[b-s2mn49o0fu],
    .h5 small[b-s2mn49o0fu],
    .h6 small[b-s2mn49o0fu],
    h1 .small[b-s2mn49o0fu],
    h2 .small[b-s2mn49o0fu],
    h3 .small[b-s2mn49o0fu],
    h4 .small[b-s2mn49o0fu],
    h5 .small[b-s2mn49o0fu],
    h6 .small[b-s2mn49o0fu],
    .h1 .small[b-s2mn49o0fu],
    .h2 .small[b-s2mn49o0fu],
    .h3 .small[b-s2mn49o0fu],
    .h4 .small[b-s2mn49o0fu],
    .h5 .small[b-s2mn49o0fu],
    .h6 .small[b-s2mn49o0fu] {
        font-weight: normal;
        line-height: 1;
        color: #777;
    }

h1[b-s2mn49o0fu],
.h1[b-s2mn49o0fu],
h2[b-s2mn49o0fu],
.h2[b-s2mn49o0fu],
h3[b-s2mn49o0fu],
.h3[b-s2mn49o0fu] {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small[b-s2mn49o0fu],
    .h1 small[b-s2mn49o0fu],
    h2 small[b-s2mn49o0fu],
    .h2 small[b-s2mn49o0fu],
    h3 small[b-s2mn49o0fu],
    .h3 small[b-s2mn49o0fu],
    h1 .small[b-s2mn49o0fu],
    .h1 .small[b-s2mn49o0fu],
    h2 .small[b-s2mn49o0fu],
    .h2 .small[b-s2mn49o0fu],
    h3 .small[b-s2mn49o0fu],
    .h3 .small[b-s2mn49o0fu] {
        font-size: 65%;
    }

h4[b-s2mn49o0fu],
.h4[b-s2mn49o0fu],
h5[b-s2mn49o0fu],
.h5[b-s2mn49o0fu],
h6[b-s2mn49o0fu],
.h6[b-s2mn49o0fu] {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small[b-s2mn49o0fu],
    .h4 small[b-s2mn49o0fu],
    h5 small[b-s2mn49o0fu],
    .h5 small[b-s2mn49o0fu],
    h6 small[b-s2mn49o0fu],
    .h6 small[b-s2mn49o0fu],
    h4 .small[b-s2mn49o0fu],
    .h4 .small[b-s2mn49o0fu],
    h5 .small[b-s2mn49o0fu],
    .h5 .small[b-s2mn49o0fu],
    h6 .small[b-s2mn49o0fu],
    .h6 .small[b-s2mn49o0fu] {
        font-size: 75%;
    }

h1[b-s2mn49o0fu],
.h1[b-s2mn49o0fu] {
    font-size: 36px;
}

h2[b-s2mn49o0fu],
.h2[b-s2mn49o0fu] {
    font-size: 30px;
}

h3[b-s2mn49o0fu],
.h3[b-s2mn49o0fu] {
    font-size: 24px;
}

h4[b-s2mn49o0fu],
.h4[b-s2mn49o0fu] {
    font-size: 18px;
}

h5[b-s2mn49o0fu],
.h5[b-s2mn49o0fu] {
    font-size: 14px;
}

h6[b-s2mn49o0fu],
.h6[b-s2mn49o0fu] {
    font-size: 12px;
}

p[b-s2mn49o0fu] {
    margin: 0 0 10px;
}

.lead[b-s2mn49o0fu] {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead[b-s2mn49o0fu] {
        font-size: 21px;
    }
}

small[b-s2mn49o0fu],
.small[b-s2mn49o0fu] {
    font-size: 85%;
}

mark[b-s2mn49o0fu],
.mark[b-s2mn49o0fu] {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left[b-s2mn49o0fu] {
    text-align: left;
}

.text-right[b-s2mn49o0fu] {
    text-align: right;
}

.text-center[b-s2mn49o0fu] {
    text-align: center;
}

.text-justify[b-s2mn49o0fu] {
    text-align: justify;
}

.text-nowrap[b-s2mn49o0fu] {
    white-space: nowrap;
}

.text-lowercase[b-s2mn49o0fu] {
    text-transform: lowercase;
}

.text-uppercase[b-s2mn49o0fu] {
    text-transform: uppercase;
}

.text-capitalize[b-s2mn49o0fu] {
    text-transform: capitalize;
}

.text-muted[b-s2mn49o0fu] {
    color: #777;
}

.text-primary[b-s2mn49o0fu] {
    color: #337ab7;
}

a.text-primary:hover[b-s2mn49o0fu] {
    color: #286090;
}

.text-success[b-s2mn49o0fu] {
    color: #3c763d;
}

a.text-success:hover[b-s2mn49o0fu] {
    color: #2b542c;
}

.text-info[b-s2mn49o0fu] {
    color: #31708f;
}

a.text-info:hover[b-s2mn49o0fu] {
    color: #245269;
}

.text-warning[b-s2mn49o0fu] {
    color: #8a6d3b;
}

a.text-warning:hover[b-s2mn49o0fu] {
    color: #66512c;
}

.text-danger[b-s2mn49o0fu] {
    color: #a94442;
}

a.text-danger:hover[b-s2mn49o0fu] {
    color: #843534;
}

.bg-primary[b-s2mn49o0fu] {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover[b-s2mn49o0fu] {
    background-color: #286090;
}

.bg-success[b-s2mn49o0fu] {
    background-color: #dff0d8;
}

a.bg-success:hover[b-s2mn49o0fu] {
    background-color: #c1e2b3;
}

.bg-info[b-s2mn49o0fu] {
    background-color: #d9edf7;
}

a.bg-info:hover[b-s2mn49o0fu] {
    background-color: #afd9ee;
}

.bg-warning[b-s2mn49o0fu] {
    background-color: #fcf8e3;
}

a.bg-warning:hover[b-s2mn49o0fu] {
    background-color: #f7ecb5;
}

.bg-danger[b-s2mn49o0fu] {
    background-color: #f2dede;
}

a.bg-danger:hover[b-s2mn49o0fu] {
    background-color: #e4b9b9;
}

.page-header[b-s2mn49o0fu] {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul[b-s2mn49o0fu],
ol[b-s2mn49o0fu] {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul[b-s2mn49o0fu],
    ol ul[b-s2mn49o0fu],
    ul ol[b-s2mn49o0fu],
    ol ol[b-s2mn49o0fu] {
        margin-bottom: 0;
    }

.list-unstyled[b-s2mn49o0fu] {
    padding-left: 0;
    list-style: none;
}

.list-inline[b-s2mn49o0fu] {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li[b-s2mn49o0fu] {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl[b-s2mn49o0fu] {
    margin-top: 0;
    margin-bottom: 20px;
}

dt[b-s2mn49o0fu],
dd[b-s2mn49o0fu] {
    line-height: 1.42857143;
}

dt[b-s2mn49o0fu] {
    font-weight: bold;
}

dd[b-s2mn49o0fu] {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt[b-s2mn49o0fu] {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd[b-s2mn49o0fu] {
        margin-left: 180px;
    }
}

abbr[title][b-s2mn49o0fu],
abbr[data-original-title][b-s2mn49o0fu] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism[b-s2mn49o0fu] {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote[b-s2mn49o0fu] {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child[b-s2mn49o0fu],
    blockquote ul:last-child[b-s2mn49o0fu],
    blockquote ol:last-child[b-s2mn49o0fu] {
        margin-bottom: 0;
    }

    blockquote footer[b-s2mn49o0fu],
    blockquote small[b-s2mn49o0fu],
    blockquote .small[b-s2mn49o0fu] {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote footer[b-s2mn49o0fu]:before,
        blockquote small[b-s2mn49o0fu]:before,
        blockquote .small[b-s2mn49o0fu]:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse[b-s2mn49o0fu],
    blockquote.pull-right[b-s2mn49o0fu] {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse footer[b-s2mn49o0fu]:before,
        blockquote.pull-right footer[b-s2mn49o0fu]:before,
        .blockquote-reverse small[b-s2mn49o0fu]:before,
        blockquote.pull-right small[b-s2mn49o0fu]:before,
        .blockquote-reverse .small[b-s2mn49o0fu]:before,
        blockquote.pull-right .small[b-s2mn49o0fu]:before {
            content: '';
        }

        .blockquote-reverse footer[b-s2mn49o0fu]:after,
        blockquote.pull-right footer[b-s2mn49o0fu]:after,
        .blockquote-reverse small[b-s2mn49o0fu]:after,
        blockquote.pull-right small[b-s2mn49o0fu]:after,
        .blockquote-reverse .small[b-s2mn49o0fu]:after,
        blockquote.pull-right .small[b-s2mn49o0fu]:after {
            content: '\00A0 \2014';
        }

address[b-s2mn49o0fu] {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code[b-s2mn49o0fu],
kbd[b-s2mn49o0fu],
pre[b-s2mn49o0fu],
samp[b-s2mn49o0fu] {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code[b-s2mn49o0fu] {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd[b-s2mn49o0fu] {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

    kbd kbd[b-s2mn49o0fu] {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre[b-s2mn49o0fu] {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code[b-s2mn49o0fu] {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable[b-s2mn49o0fu] {
    max-height: 340px;
    overflow-y: scroll;
}

.container[b-s2mn49o0fu] {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container[b-s2mn49o0fu] {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container[b-s2mn49o0fu] {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container[b-s2mn49o0fu] {
        width: 1170px;
    }
}

.container-fluid[b-s2mn49o0fu] {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row[b-s2mn49o0fu] {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1[b-s2mn49o0fu], .col-sm-1[b-s2mn49o0fu], .col-md-1[b-s2mn49o0fu], .col-lg-1[b-s2mn49o0fu], .col-xs-2[b-s2mn49o0fu], .col-sm-2[b-s2mn49o0fu], .col-md-2[b-s2mn49o0fu], .col-lg-2[b-s2mn49o0fu], .col-xs-3[b-s2mn49o0fu], .col-sm-3[b-s2mn49o0fu], .col-md-3[b-s2mn49o0fu], .col-lg-3[b-s2mn49o0fu], .col-xs-4[b-s2mn49o0fu], .col-sm-4[b-s2mn49o0fu], .col-md-4[b-s2mn49o0fu], .col-lg-4[b-s2mn49o0fu], .col-xs-5[b-s2mn49o0fu], .col-sm-5[b-s2mn49o0fu], .col-md-5[b-s2mn49o0fu], .col-lg-5[b-s2mn49o0fu], .col-xs-6[b-s2mn49o0fu], .col-sm-6[b-s2mn49o0fu], .col-md-6[b-s2mn49o0fu], .col-lg-6[b-s2mn49o0fu], .col-xs-7[b-s2mn49o0fu], .col-sm-7[b-s2mn49o0fu], .col-md-7[b-s2mn49o0fu], .col-lg-7[b-s2mn49o0fu], .col-xs-8[b-s2mn49o0fu], .col-sm-8[b-s2mn49o0fu], .col-md-8[b-s2mn49o0fu], .col-lg-8[b-s2mn49o0fu], .col-xs-9[b-s2mn49o0fu], .col-sm-9[b-s2mn49o0fu], .col-md-9[b-s2mn49o0fu], .col-lg-9[b-s2mn49o0fu], .col-xs-10[b-s2mn49o0fu], .col-sm-10[b-s2mn49o0fu], .col-md-10[b-s2mn49o0fu], .col-lg-10[b-s2mn49o0fu], .col-xs-11[b-s2mn49o0fu], .col-sm-11[b-s2mn49o0fu], .col-md-11[b-s2mn49o0fu], .col-lg-11[b-s2mn49o0fu], .col-xs-12[b-s2mn49o0fu], .col-sm-12[b-s2mn49o0fu], .col-md-12[b-s2mn49o0fu], .col-lg-12[b-s2mn49o0fu] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1[b-s2mn49o0fu], .col-xs-2[b-s2mn49o0fu], .col-xs-3[b-s2mn49o0fu], .col-xs-4[b-s2mn49o0fu], .col-xs-5[b-s2mn49o0fu], .col-xs-6[b-s2mn49o0fu], .col-xs-7[b-s2mn49o0fu], .col-xs-8[b-s2mn49o0fu], .col-xs-9[b-s2mn49o0fu], .col-xs-10[b-s2mn49o0fu], .col-xs-11[b-s2mn49o0fu], .col-xs-12[b-s2mn49o0fu] {
    float: left;
}

.col-xs-12[b-s2mn49o0fu] {
    width: 100%;
}

.col-xs-11[b-s2mn49o0fu] {
    width: 91.66666667%;
}

.col-xs-10[b-s2mn49o0fu] {
    width: 83.33333333%;
}

.col-xs-9[b-s2mn49o0fu] {
    width: 75%;
}

.col-xs-8[b-s2mn49o0fu] {
    width: 66.66666667%;
}

.col-xs-7[b-s2mn49o0fu] {
    width: 58.33333333%;
}

.col-xs-6[b-s2mn49o0fu] {
    width: 50%;
}

.col-xs-5[b-s2mn49o0fu] {
    width: 41.66666667%;
}

.col-xs-4[b-s2mn49o0fu] {
    width: 33.33333333%;
}

.col-xs-3[b-s2mn49o0fu] {
    width: 25%;
}

.col-xs-2[b-s2mn49o0fu] {
    width: 16.66666667%;
}

.col-xs-1[b-s2mn49o0fu] {
    width: 8.33333333%;
}

.col-xs-pull-12[b-s2mn49o0fu] {
    right: 100%;
}

.col-xs-pull-11[b-s2mn49o0fu] {
    right: 91.66666667%;
}

.col-xs-pull-10[b-s2mn49o0fu] {
    right: 83.33333333%;
}

.col-xs-pull-9[b-s2mn49o0fu] {
    right: 75%;
}

.col-xs-pull-8[b-s2mn49o0fu] {
    right: 66.66666667%;
}

.col-xs-pull-7[b-s2mn49o0fu] {
    right: 58.33333333%;
}

.col-xs-pull-6[b-s2mn49o0fu] {
    right: 50%;
}

.col-xs-pull-5[b-s2mn49o0fu] {
    right: 41.66666667%;
}

.col-xs-pull-4[b-s2mn49o0fu] {
    right: 33.33333333%;
}

.col-xs-pull-3[b-s2mn49o0fu] {
    right: 25%;
}

.col-xs-pull-2[b-s2mn49o0fu] {
    right: 16.66666667%;
}

.col-xs-pull-1[b-s2mn49o0fu] {
    right: 8.33333333%;
}

.col-xs-pull-0[b-s2mn49o0fu] {
    right: auto;
}

.col-xs-push-12[b-s2mn49o0fu] {
    left: 100%;
}

.col-xs-push-11[b-s2mn49o0fu] {
    left: 91.66666667%;
}

.col-xs-push-10[b-s2mn49o0fu] {
    left: 83.33333333%;
}

.col-xs-push-9[b-s2mn49o0fu] {
    left: 75%;
}

.col-xs-push-8[b-s2mn49o0fu] {
    left: 66.66666667%;
}

.col-xs-push-7[b-s2mn49o0fu] {
    left: 58.33333333%;
}

.col-xs-push-6[b-s2mn49o0fu] {
    left: 50%;
}

.col-xs-push-5[b-s2mn49o0fu] {
    left: 41.66666667%;
}

.col-xs-push-4[b-s2mn49o0fu] {
    left: 33.33333333%;
}

.col-xs-push-3[b-s2mn49o0fu] {
    left: 25%;
}

.col-xs-push-2[b-s2mn49o0fu] {
    left: 16.66666667%;
}

.col-xs-push-1[b-s2mn49o0fu] {
    left: 8.33333333%;
}

.col-xs-push-0[b-s2mn49o0fu] {
    left: auto;
}

.col-xs-offset-12[b-s2mn49o0fu] {
    margin-left: 100%;
}

.col-xs-offset-11[b-s2mn49o0fu] {
    margin-left: 91.66666667%;
}

.col-xs-offset-10[b-s2mn49o0fu] {
    margin-left: 83.33333333%;
}

.col-xs-offset-9[b-s2mn49o0fu] {
    margin-left: 75%;
}

.col-xs-offset-8[b-s2mn49o0fu] {
    margin-left: 66.66666667%;
}

.col-xs-offset-7[b-s2mn49o0fu] {
    margin-left: 58.33333333%;
}

.col-xs-offset-6[b-s2mn49o0fu] {
    margin-left: 50%;
}

.col-xs-offset-5[b-s2mn49o0fu] {
    margin-left: 41.66666667%;
}

.col-xs-offset-4[b-s2mn49o0fu] {
    margin-left: 33.33333333%;
}

.col-xs-offset-3[b-s2mn49o0fu] {
    margin-left: 25%;
}

.col-xs-offset-2[b-s2mn49o0fu] {
    margin-left: 16.66666667%;
}

.col-xs-offset-1[b-s2mn49o0fu] {
    margin-left: 8.33333333%;
}

.col-xs-offset-0[b-s2mn49o0fu] {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1[b-s2mn49o0fu], .col-sm-2[b-s2mn49o0fu], .col-sm-3[b-s2mn49o0fu], .col-sm-4[b-s2mn49o0fu], .col-sm-5[b-s2mn49o0fu], .col-sm-6[b-s2mn49o0fu], .col-sm-7[b-s2mn49o0fu], .col-sm-8[b-s2mn49o0fu], .col-sm-9[b-s2mn49o0fu], .col-sm-10[b-s2mn49o0fu], .col-sm-11[b-s2mn49o0fu], .col-sm-12[b-s2mn49o0fu] {
        float: left;
    }

    .col-sm-12[b-s2mn49o0fu] {
        width: 100%;
    }

    .col-sm-11[b-s2mn49o0fu] {
        width: 91.66666667%;
    }

    .col-sm-10[b-s2mn49o0fu] {
        width: 83.33333333%;
    }

    .col-sm-9[b-s2mn49o0fu] {
        width: 75%;
    }

    .col-sm-8[b-s2mn49o0fu] {
        width: 66.66666667%;
    }

    .col-sm-7[b-s2mn49o0fu] {
        width: 58.33333333%;
    }

    .col-sm-6[b-s2mn49o0fu] {
        width: 50%;
    }

    .col-sm-5[b-s2mn49o0fu] {
        width: 41.66666667%;
    }

    .col-sm-4[b-s2mn49o0fu] {
        width: 33.33333333%;
    }

    .col-sm-3[b-s2mn49o0fu] {
        width: 25%;
    }

    .col-sm-2[b-s2mn49o0fu] {
        width: 16.66666667%;
    }

    .col-sm-1[b-s2mn49o0fu] {
        width: 8.33333333%;
    }

    .col-sm-pull-12[b-s2mn49o0fu] {
        right: 100%;
    }

    .col-sm-pull-11[b-s2mn49o0fu] {
        right: 91.66666667%;
    }

    .col-sm-pull-10[b-s2mn49o0fu] {
        right: 83.33333333%;
    }

    .col-sm-pull-9[b-s2mn49o0fu] {
        right: 75%;
    }

    .col-sm-pull-8[b-s2mn49o0fu] {
        right: 66.66666667%;
    }

    .col-sm-pull-7[b-s2mn49o0fu] {
        right: 58.33333333%;
    }

    .col-sm-pull-6[b-s2mn49o0fu] {
        right: 50%;
    }

    .col-sm-pull-5[b-s2mn49o0fu] {
        right: 41.66666667%;
    }

    .col-sm-pull-4[b-s2mn49o0fu] {
        right: 33.33333333%;
    }

    .col-sm-pull-3[b-s2mn49o0fu] {
        right: 25%;
    }

    .col-sm-pull-2[b-s2mn49o0fu] {
        right: 16.66666667%;
    }

    .col-sm-pull-1[b-s2mn49o0fu] {
        right: 8.33333333%;
    }

    .col-sm-pull-0[b-s2mn49o0fu] {
        right: auto;
    }

    .col-sm-push-12[b-s2mn49o0fu] {
        left: 100%;
    }

    .col-sm-push-11[b-s2mn49o0fu] {
        left: 91.66666667%;
    }

    .col-sm-push-10[b-s2mn49o0fu] {
        left: 83.33333333%;
    }

    .col-sm-push-9[b-s2mn49o0fu] {
        left: 75%;
    }

    .col-sm-push-8[b-s2mn49o0fu] {
        left: 66.66666667%;
    }

    .col-sm-push-7[b-s2mn49o0fu] {
        left: 58.33333333%;
    }

    .col-sm-push-6[b-s2mn49o0fu] {
        left: 50%;
    }

    .col-sm-push-5[b-s2mn49o0fu] {
        left: 41.66666667%;
    }

    .col-sm-push-4[b-s2mn49o0fu] {
        left: 33.33333333%;
    }

    .col-sm-push-3[b-s2mn49o0fu] {
        left: 25%;
    }

    .col-sm-push-2[b-s2mn49o0fu] {
        left: 16.66666667%;
    }

    .col-sm-push-1[b-s2mn49o0fu] {
        left: 8.33333333%;
    }

    .col-sm-push-0[b-s2mn49o0fu] {
        left: auto;
    }

    .col-sm-offset-12[b-s2mn49o0fu] {
        margin-left: 100%;
    }

    .col-sm-offset-11[b-s2mn49o0fu] {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10[b-s2mn49o0fu] {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9[b-s2mn49o0fu] {
        margin-left: 75%;
    }

    .col-sm-offset-8[b-s2mn49o0fu] {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7[b-s2mn49o0fu] {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6[b-s2mn49o0fu] {
        margin-left: 50%;
    }

    .col-sm-offset-5[b-s2mn49o0fu] {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4[b-s2mn49o0fu] {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3[b-s2mn49o0fu] {
        margin-left: 25%;
    }

    .col-sm-offset-2[b-s2mn49o0fu] {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1[b-s2mn49o0fu] {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0[b-s2mn49o0fu] {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1[b-s2mn49o0fu], .col-md-2[b-s2mn49o0fu], .col-md-3[b-s2mn49o0fu], .col-md-4[b-s2mn49o0fu], .col-md-5[b-s2mn49o0fu], .col-md-6[b-s2mn49o0fu], .col-md-7[b-s2mn49o0fu], .col-md-8[b-s2mn49o0fu], .col-md-9[b-s2mn49o0fu], .col-md-10[b-s2mn49o0fu], .col-md-11[b-s2mn49o0fu], .col-md-12[b-s2mn49o0fu] {
        float: left;
    }

    .col-md-12[b-s2mn49o0fu] {
        width: 100%;
    }

    .col-md-11[b-s2mn49o0fu] {
        width: 91.66666667%;
    }

    .col-md-10[b-s2mn49o0fu] {
        width: 83.33333333%;
    }

    .col-md-9[b-s2mn49o0fu] {
        width: 75%;
    }

    .col-md-8[b-s2mn49o0fu] {
        width: 66.66666667%;
    }

    .col-md-7[b-s2mn49o0fu] {
        width: 58.33333333%;
    }

    .col-md-6[b-s2mn49o0fu] {
        width: 50%;
    }

    .col-md-5[b-s2mn49o0fu] {
        width: 41.66666667%;
    }

    .col-md-4[b-s2mn49o0fu] {
        width: 33.33333333%;
    }

    .col-md-3[b-s2mn49o0fu] {
        width: 25%;
    }

    .col-md-2[b-s2mn49o0fu] {
        width: 16.66666667%;
    }

    .col-md-1[b-s2mn49o0fu] {
        width: 8.33333333%;
    }

    .col-md-pull-12[b-s2mn49o0fu] {
        right: 100%;
    }

    .col-md-pull-11[b-s2mn49o0fu] {
        right: 91.66666667%;
    }

    .col-md-pull-10[b-s2mn49o0fu] {
        right: 83.33333333%;
    }

    .col-md-pull-9[b-s2mn49o0fu] {
        right: 75%;
    }

    .col-md-pull-8[b-s2mn49o0fu] {
        right: 66.66666667%;
    }

    .col-md-pull-7[b-s2mn49o0fu] {
        right: 58.33333333%;
    }

    .col-md-pull-6[b-s2mn49o0fu] {
        right: 50%;
    }

    .col-md-pull-5[b-s2mn49o0fu] {
        right: 41.66666667%;
    }

    .col-md-pull-4[b-s2mn49o0fu] {
        right: 33.33333333%;
    }

    .col-md-pull-3[b-s2mn49o0fu] {
        right: 25%;
    }

    .col-md-pull-2[b-s2mn49o0fu] {
        right: 16.66666667%;
    }

    .col-md-pull-1[b-s2mn49o0fu] {
        right: 8.33333333%;
    }

    .col-md-pull-0[b-s2mn49o0fu] {
        right: auto;
    }

    .col-md-push-12[b-s2mn49o0fu] {
        left: 100%;
    }

    .col-md-push-11[b-s2mn49o0fu] {
        left: 91.66666667%;
    }

    .col-md-push-10[b-s2mn49o0fu] {
        left: 83.33333333%;
    }

    .col-md-push-9[b-s2mn49o0fu] {
        left: 75%;
    }

    .col-md-push-8[b-s2mn49o0fu] {
        left: 66.66666667%;
    }

    .col-md-push-7[b-s2mn49o0fu] {
        left: 58.33333333%;
    }

    .col-md-push-6[b-s2mn49o0fu] {
        left: 50%;
    }

    .col-md-push-5[b-s2mn49o0fu] {
        left: 41.66666667%;
    }

    .col-md-push-4[b-s2mn49o0fu] {
        left: 33.33333333%;
    }

    .col-md-push-3[b-s2mn49o0fu] {
        left: 25%;
    }

    .col-md-push-2[b-s2mn49o0fu] {
        left: 16.66666667%;
    }

    .col-md-push-1[b-s2mn49o0fu] {
        left: 8.33333333%;
    }

    .col-md-push-0[b-s2mn49o0fu] {
        left: auto;
    }

    .col-md-offset-12[b-s2mn49o0fu] {
        margin-left: 100%;
    }

    .col-md-offset-11[b-s2mn49o0fu] {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10[b-s2mn49o0fu] {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9[b-s2mn49o0fu] {
        margin-left: 75%;
    }

    .col-md-offset-8[b-s2mn49o0fu] {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7[b-s2mn49o0fu] {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6[b-s2mn49o0fu] {
        margin-left: 50%;
    }

    .col-md-offset-5[b-s2mn49o0fu] {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4[b-s2mn49o0fu] {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3[b-s2mn49o0fu] {
        margin-left: 25%;
    }

    .col-md-offset-2[b-s2mn49o0fu] {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1[b-s2mn49o0fu] {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0[b-s2mn49o0fu] {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1[b-s2mn49o0fu], .col-lg-2[b-s2mn49o0fu], .col-lg-3[b-s2mn49o0fu], .col-lg-4[b-s2mn49o0fu], .col-lg-5[b-s2mn49o0fu], .col-lg-6[b-s2mn49o0fu], .col-lg-7[b-s2mn49o0fu], .col-lg-8[b-s2mn49o0fu], .col-lg-9[b-s2mn49o0fu], .col-lg-10[b-s2mn49o0fu], .col-lg-11[b-s2mn49o0fu], .col-lg-12[b-s2mn49o0fu] {
        float: left;
    }

    .col-lg-12[b-s2mn49o0fu] {
        width: 100%;
    }

    .col-lg-11[b-s2mn49o0fu] {
        width: 91.66666667%;
    }

    .col-lg-10[b-s2mn49o0fu] {
        width: 83.33333333%;
    }

    .col-lg-9[b-s2mn49o0fu] {
        width: 75%;
    }

    .col-lg-8[b-s2mn49o0fu] {
        width: 66.66666667%;
    }

    .col-lg-7[b-s2mn49o0fu] {
        width: 58.33333333%;
    }

    .col-lg-6[b-s2mn49o0fu] {
        width: 50%;
    }

    .col-lg-5[b-s2mn49o0fu] {
        width: 41.66666667%;
    }

    .col-lg-4[b-s2mn49o0fu] {
        width: 33.33333333%;
    }

    .col-lg-3[b-s2mn49o0fu] {
        width: 25%;
    }

    .col-lg-2[b-s2mn49o0fu] {
        width: 16.66666667%;
    }

    .col-lg-1[b-s2mn49o0fu] {
        width: 8.33333333%;
    }

    .col-lg-pull-12[b-s2mn49o0fu] {
        right: 100%;
    }

    .col-lg-pull-11[b-s2mn49o0fu] {
        right: 91.66666667%;
    }

    .col-lg-pull-10[b-s2mn49o0fu] {
        right: 83.33333333%;
    }

    .col-lg-pull-9[b-s2mn49o0fu] {
        right: 75%;
    }

    .col-lg-pull-8[b-s2mn49o0fu] {
        right: 66.66666667%;
    }

    .col-lg-pull-7[b-s2mn49o0fu] {
        right: 58.33333333%;
    }

    .col-lg-pull-6[b-s2mn49o0fu] {
        right: 50%;
    }

    .col-lg-pull-5[b-s2mn49o0fu] {
        right: 41.66666667%;
    }

    .col-lg-pull-4[b-s2mn49o0fu] {
        right: 33.33333333%;
    }

    .col-lg-pull-3[b-s2mn49o0fu] {
        right: 25%;
    }

    .col-lg-pull-2[b-s2mn49o0fu] {
        right: 16.66666667%;
    }

    .col-lg-pull-1[b-s2mn49o0fu] {
        right: 8.33333333%;
    }

    .col-lg-pull-0[b-s2mn49o0fu] {
        right: auto;
    }

    .col-lg-push-12[b-s2mn49o0fu] {
        left: 100%;
    }

    .col-lg-push-11[b-s2mn49o0fu] {
        left: 91.66666667%;
    }

    .col-lg-push-10[b-s2mn49o0fu] {
        left: 83.33333333%;
    }

    .col-lg-push-9[b-s2mn49o0fu] {
        left: 75%;
    }

    .col-lg-push-8[b-s2mn49o0fu] {
        left: 66.66666667%;
    }

    .col-lg-push-7[b-s2mn49o0fu] {
        left: 58.33333333%;
    }

    .col-lg-push-6[b-s2mn49o0fu] {
        left: 50%;
    }

    .col-lg-push-5[b-s2mn49o0fu] {
        left: 41.66666667%;
    }

    .col-lg-push-4[b-s2mn49o0fu] {
        left: 33.33333333%;
    }

    .col-lg-push-3[b-s2mn49o0fu] {
        left: 25%;
    }

    .col-lg-push-2[b-s2mn49o0fu] {
        left: 16.66666667%;
    }

    .col-lg-push-1[b-s2mn49o0fu] {
        left: 8.33333333%;
    }

    .col-lg-push-0[b-s2mn49o0fu] {
        left: auto;
    }

    .col-lg-offset-12[b-s2mn49o0fu] {
        margin-left: 100%;
    }

    .col-lg-offset-11[b-s2mn49o0fu] {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10[b-s2mn49o0fu] {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9[b-s2mn49o0fu] {
        margin-left: 75%;
    }

    .col-lg-offset-8[b-s2mn49o0fu] {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7[b-s2mn49o0fu] {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6[b-s2mn49o0fu] {
        margin-left: 50%;
    }

    .col-lg-offset-5[b-s2mn49o0fu] {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4[b-s2mn49o0fu] {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3[b-s2mn49o0fu] {
        margin-left: 25%;
    }

    .col-lg-offset-2[b-s2mn49o0fu] {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1[b-s2mn49o0fu] {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0[b-s2mn49o0fu] {
        margin-left: 0;
    }
}

table[b-s2mn49o0fu] {
    background-color: transparent;
}

caption[b-s2mn49o0fu] {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th[b-s2mn49o0fu] {
    text-align: left;
}

.table[b-s2mn49o0fu] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th[b-s2mn49o0fu],
    .table > tbody > tr > th[b-s2mn49o0fu],
    .table > tfoot > tr > th[b-s2mn49o0fu],
    .table > thead > tr > td[b-s2mn49o0fu],
    .table > tbody > tr > td[b-s2mn49o0fu],
    .table > tfoot > tr > td[b-s2mn49o0fu] {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th[b-s2mn49o0fu] {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th[b-s2mn49o0fu],
    .table > colgroup + thead > tr:first-child > th[b-s2mn49o0fu],
    .table > thead:first-child > tr:first-child > th[b-s2mn49o0fu],
    .table > caption + thead > tr:first-child > td[b-s2mn49o0fu],
    .table > colgroup + thead > tr:first-child > td[b-s2mn49o0fu],
    .table > thead:first-child > tr:first-child > td[b-s2mn49o0fu] {
        border-top: 0;
    }

    .table > tbody + tbody[b-s2mn49o0fu] {
        border-top: 2px solid #ddd;
    }

    .table .table[b-s2mn49o0fu] {
        background-color: #fff;
    }

.table-condensed > thead > tr > th[b-s2mn49o0fu],
.table-condensed > tbody > tr > th[b-s2mn49o0fu],
.table-condensed > tfoot > tr > th[b-s2mn49o0fu],
.table-condensed > thead > tr > td[b-s2mn49o0fu],
.table-condensed > tbody > tr > td[b-s2mn49o0fu],
.table-condensed > tfoot > tr > td[b-s2mn49o0fu] {
    padding: 5px;
}

.table-bordered[b-s2mn49o0fu] {
    border: 0px;
    border-bottom: 1px solid #ddd;
}

    .table-bordered > thead > tr > th[b-s2mn49o0fu],
    .table-bordered > tbody > tr > th[b-s2mn49o0fu],
    .table-bordered > tfoot > tr > th[b-s2mn49o0fu],
    .table-bordered > thead > tr > td[b-s2mn49o0fu],
    .table-bordered > tbody > tr > td[b-s2mn49o0fu],
    .table-bordered > tfoot > tr > td[b-s2mn49o0fu] {
        border: 0px;
        border-bottom: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th[b-s2mn49o0fu],
    .table-bordered > thead > tr > td[b-s2mn49o0fu] {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd)[b-s2mn49o0fu] {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover[b-s2mn49o0fu] {
    background-color: #f5f5f5
}

table col[class*="col-"][b-s2mn49o0fu] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"][b-s2mn49o0fu],
table th[class*="col-"][b-s2mn49o0fu] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active[b-s2mn49o0fu],
.table > tbody > tr > td.active[b-s2mn49o0fu],
.table > tfoot > tr > td.active[b-s2mn49o0fu],
.table > thead > tr > th.active[b-s2mn49o0fu],
.table > tbody > tr > th.active[b-s2mn49o0fu],
.table > tfoot > tr > th.active[b-s2mn49o0fu],
.table > thead > tr.active > td[b-s2mn49o0fu],
.table > tbody > tr.active > td[b-s2mn49o0fu],
.table > tfoot > tr.active > td[b-s2mn49o0fu],
.table > thead > tr.active > th[b-s2mn49o0fu],
.table > tbody > tr.active > th[b-s2mn49o0fu],
.table > tfoot > tr.active > th[b-s2mn49o0fu] {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover[b-s2mn49o0fu],
.table-hover > tbody > tr > th.active:hover[b-s2mn49o0fu],
.table-hover > tbody > tr.active:hover > td[b-s2mn49o0fu],
.table-hover > tbody > tr:hover > .active[b-s2mn49o0fu],
.table-hover > tbody > tr.active:hover > th[b-s2mn49o0fu] {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success[b-s2mn49o0fu],
.table > tbody > tr > td.success[b-s2mn49o0fu],
.table > tfoot > tr > td.success[b-s2mn49o0fu],
.table > thead > tr > th.success[b-s2mn49o0fu],
.table > tbody > tr > th.success[b-s2mn49o0fu],
.table > tfoot > tr > th.success[b-s2mn49o0fu],
.table > thead > tr.success > td[b-s2mn49o0fu],
.table > tbody > tr.success > td[b-s2mn49o0fu],
.table > tfoot > tr.success > td[b-s2mn49o0fu],
.table > thead > tr.success > th[b-s2mn49o0fu],
.table > tbody > tr.success > th[b-s2mn49o0fu],
.table > tfoot > tr.success > th[b-s2mn49o0fu] {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover[b-s2mn49o0fu],
.table-hover > tbody > tr > th.success:hover[b-s2mn49o0fu],
.table-hover > tbody > tr.success:hover > td[b-s2mn49o0fu],
.table-hover > tbody > tr:hover > .success[b-s2mn49o0fu],
.table-hover > tbody > tr.success:hover > th[b-s2mn49o0fu] {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info[b-s2mn49o0fu],
.table > tbody > tr > td.info[b-s2mn49o0fu],
.table > tfoot > tr > td.info[b-s2mn49o0fu],
.table > thead > tr > th.info[b-s2mn49o0fu],
.table > tbody > tr > th.info[b-s2mn49o0fu],
.table > tfoot > tr > th.info[b-s2mn49o0fu],
.table > thead > tr.info > td[b-s2mn49o0fu],
.table > tbody > tr.info > td[b-s2mn49o0fu],
.table > tfoot > tr.info > td[b-s2mn49o0fu],
.table > thead > tr.info > th[b-s2mn49o0fu],
.table > tbody > tr.info > th[b-s2mn49o0fu],
.table > tfoot > tr.info > th[b-s2mn49o0fu] {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover[b-s2mn49o0fu],
.table-hover > tbody > tr > th.info:hover[b-s2mn49o0fu],
.table-hover > tbody > tr.info:hover > td[b-s2mn49o0fu],
.table-hover > tbody > tr:hover > .info[b-s2mn49o0fu],
.table-hover > tbody > tr.info:hover > th[b-s2mn49o0fu] {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning[b-s2mn49o0fu],
.table > tbody > tr > td.warning[b-s2mn49o0fu],
.table > tfoot > tr > td.warning[b-s2mn49o0fu],
.table > thead > tr > th.warning[b-s2mn49o0fu],
.table > tbody > tr > th.warning[b-s2mn49o0fu],
.table > tfoot > tr > th.warning[b-s2mn49o0fu],
.table > thead > tr.warning > td[b-s2mn49o0fu],
.table > tbody > tr.warning > td[b-s2mn49o0fu],
.table > tfoot > tr.warning > td[b-s2mn49o0fu],
.table > thead > tr.warning > th[b-s2mn49o0fu],
.table > tbody > tr.warning > th[b-s2mn49o0fu],
.table > tfoot > tr.warning > th[b-s2mn49o0fu] {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover[b-s2mn49o0fu],
.table-hover > tbody > tr > th.warning:hover[b-s2mn49o0fu],
.table-hover > tbody > tr.warning:hover > td[b-s2mn49o0fu],
.table-hover > tbody > tr:hover > .warning[b-s2mn49o0fu],
.table-hover > tbody > tr.warning:hover > th[b-s2mn49o0fu] {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger[b-s2mn49o0fu],
.table > tbody > tr > td.danger[b-s2mn49o0fu],
.table > tfoot > tr > td.danger[b-s2mn49o0fu],
.table > thead > tr > th.danger[b-s2mn49o0fu],
.table > tbody > tr > th.danger[b-s2mn49o0fu],
.table > tfoot > tr > th.danger[b-s2mn49o0fu],
.table > thead > tr.danger > td[b-s2mn49o0fu],
.table > tbody > tr.danger > td[b-s2mn49o0fu],
.table > tfoot > tr.danger > td[b-s2mn49o0fu],
.table > thead > tr.danger > th[b-s2mn49o0fu],
.table > tbody > tr.danger > th[b-s2mn49o0fu],
.table > tfoot > tr.danger > th[b-s2mn49o0fu] {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover[b-s2mn49o0fu],
.table-hover > tbody > tr > th.danger:hover[b-s2mn49o0fu],
.table-hover > tbody > tr.danger:hover > td[b-s2mn49o0fu],
.table-hover > tbody > tr:hover > .danger[b-s2mn49o0fu],
.table-hover > tbody > tr.danger:hover > th[b-s2mn49o0fu] {
    background-color: #ebcccc;
}

.table-responsive[b-s2mn49o0fu] {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive[b-s2mn49o0fu] {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table[b-s2mn49o0fu] {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th[b-s2mn49o0fu],
            .table-responsive > .table > tbody > tr > th[b-s2mn49o0fu],
            .table-responsive > .table > tfoot > tr > th[b-s2mn49o0fu],
            .table-responsive > .table > thead > tr > td[b-s2mn49o0fu],
            .table-responsive > .table > tbody > tr > td[b-s2mn49o0fu],
            .table-responsive > .table > tfoot > tr > td[b-s2mn49o0fu] {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered[b-s2mn49o0fu] {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child[b-s2mn49o0fu],
            .table-responsive > .table-bordered > tbody > tr > th:first-child[b-s2mn49o0fu],
            .table-responsive > .table-bordered > tfoot > tr > th:first-child[b-s2mn49o0fu],
            .table-responsive > .table-bordered > thead > tr > td:first-child[b-s2mn49o0fu],
            .table-responsive > .table-bordered > tbody > tr > td:first-child[b-s2mn49o0fu],
            .table-responsive > .table-bordered > tfoot > tr > td:first-child[b-s2mn49o0fu] {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child[b-s2mn49o0fu],
            .table-responsive > .table-bordered > tbody > tr > th:last-child[b-s2mn49o0fu],
            .table-responsive > .table-bordered > tfoot > tr > th:last-child[b-s2mn49o0fu],
            .table-responsive > .table-bordered > thead > tr > td:last-child[b-s2mn49o0fu],
            .table-responsive > .table-bordered > tbody > tr > td:last-child[b-s2mn49o0fu],
            .table-responsive > .table-bordered > tfoot > tr > td:last-child[b-s2mn49o0fu] {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th[b-s2mn49o0fu],
            .table-responsive > .table-bordered > tfoot > tr:last-child > th[b-s2mn49o0fu],
            .table-responsive > .table-bordered > tbody > tr:last-child > td[b-s2mn49o0fu],
            .table-responsive > .table-bordered > tfoot > tr:last-child > td[b-s2mn49o0fu] {
                border-bottom: 0;
            }
}

fieldset[b-s2mn49o0fu] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend[b-s2mn49o0fu] {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label[b-s2mn49o0fu] {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"][b-s2mn49o0fu] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"][b-s2mn49o0fu],
input[type="checkbox"][b-s2mn49o0fu] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"][b-s2mn49o0fu] {
    display: block;
}

input[type="range"][b-s2mn49o0fu] {
    display: block;
    width: 100%;
}

select[multiple][b-s2mn49o0fu],
select[size][b-s2mn49o0fu] {
    height: auto;
}

input[type="file"]:focus[b-s2mn49o0fu],
input[type="radio"]:focus[b-s2mn49o0fu],
input[type="checkbox"]:focus[b-s2mn49o0fu] {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output[b-s2mn49o0fu] {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control[b-s2mn49o0fu] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus[b-s2mn49o0fu] {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control[b-s2mn49o0fu]::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder[b-s2mn49o0fu] {
        color: #999;
    }

    .form-control[b-s2mn49o0fu]::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled][b-s2mn49o0fu],
    .form-control[readonly][b-s2mn49o0fu],
    fieldset[disabled] .form-control[b-s2mn49o0fu] {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control[b-s2mn49o0fu] {
    height: auto;
}

input[type="search"][b-s2mn49o0fu] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"][b-s2mn49o0fu],
    input[type="time"][b-s2mn49o0fu],
    input[type="datetime-local"][b-s2mn49o0fu],
    input[type="month"][b-s2mn49o0fu] {
        line-height: 34px;
    }

        input[type="date"].input-sm[b-s2mn49o0fu],
        input[type="time"].input-sm[b-s2mn49o0fu],
        input[type="datetime-local"].input-sm[b-s2mn49o0fu],
        input[type="month"].input-sm[b-s2mn49o0fu] {
            line-height: 30px;
        }

        input[type="date"].input-lg[b-s2mn49o0fu],
        input[type="time"].input-lg[b-s2mn49o0fu],
        input[type="datetime-local"].input-lg[b-s2mn49o0fu],
        input[type="month"].input-lg[b-s2mn49o0fu] {
            line-height: 46px;
        }
}

.form-group[b-s2mn49o0fu] {
    margin-bottom: 15px;
}

.radio[b-s2mn49o0fu],
.checkbox[b-s2mn49o0fu] {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label[b-s2mn49o0fu],
    .checkbox label[b-s2mn49o0fu] {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"][b-s2mn49o0fu],
    .radio-inline input[type="radio"][b-s2mn49o0fu],
    .checkbox input[type="checkbox"][b-s2mn49o0fu],
    .checkbox-inline input[type="checkbox"][b-s2mn49o0fu] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio[b-s2mn49o0fu],
    .checkbox + .checkbox[b-s2mn49o0fu] {
        margin-top: -5px;
    }

.radio-inline[b-s2mn49o0fu],
.checkbox-inline[b-s2mn49o0fu] {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline[b-s2mn49o0fu],
    .checkbox-inline + .checkbox-inline[b-s2mn49o0fu] {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled][b-s2mn49o0fu],
input[type="checkbox"][disabled][b-s2mn49o0fu],
input[type="radio"].disabled[b-s2mn49o0fu],
input[type="checkbox"].disabled[b-s2mn49o0fu],
fieldset[disabled] input[type="radio"][b-s2mn49o0fu],
fieldset[disabled] input[type="checkbox"][b-s2mn49o0fu] {
    cursor: not-allowed;
}

.radio-inline.disabled[b-s2mn49o0fu],
.checkbox-inline.disabled[b-s2mn49o0fu],
fieldset[disabled] .radio-inline[b-s2mn49o0fu],
fieldset[disabled] .checkbox-inline[b-s2mn49o0fu] {
    cursor: not-allowed;
}

.radio.disabled label[b-s2mn49o0fu],
.checkbox.disabled label[b-s2mn49o0fu],
fieldset[disabled] .radio label[b-s2mn49o0fu],
fieldset[disabled] .checkbox label[b-s2mn49o0fu] {
    cursor: not-allowed;
}

.form-control-static[b-s2mn49o0fu] {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg[b-s2mn49o0fu],
    .form-control-static.input-sm[b-s2mn49o0fu] {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm[b-s2mn49o0fu],
.form-group-sm .form-control[b-s2mn49o0fu] {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm[b-s2mn49o0fu],
select.form-group-sm .form-control[b-s2mn49o0fu] {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm[b-s2mn49o0fu],
textarea.form-group-sm .form-control[b-s2mn49o0fu],
select[multiple].input-sm[b-s2mn49o0fu],
select[multiple].form-group-sm .form-control[b-s2mn49o0fu] {
    height: auto;
}

.input-lg[b-s2mn49o0fu],
.form-group-lg .form-control[b-s2mn49o0fu] {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg[b-s2mn49o0fu],
select.form-group-lg .form-control[b-s2mn49o0fu] {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg[b-s2mn49o0fu],
textarea.form-group-lg .form-control[b-s2mn49o0fu],
select[multiple].input-lg[b-s2mn49o0fu],
select[multiple].form-group-lg .form-control[b-s2mn49o0fu] {
    height: auto;
}

.has-feedback[b-s2mn49o0fu] {
    position: relative;
}

    .has-feedback .form-control[b-s2mn49o0fu] {
        padding-right: 42.5px;
    }

.form-control-feedback[b-s2mn49o0fu] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback[b-s2mn49o0fu] {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback[b-s2mn49o0fu] {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block[b-s2mn49o0fu],
.has-success .control-label[b-s2mn49o0fu],
.has-success .radio[b-s2mn49o0fu],
.has-success .checkbox[b-s2mn49o0fu],
.has-success .radio-inline[b-s2mn49o0fu],
.has-success .checkbox-inline[b-s2mn49o0fu],
.has-success.radio label[b-s2mn49o0fu],
.has-success.checkbox label[b-s2mn49o0fu],
.has-success.radio-inline label[b-s2mn49o0fu],
.has-success.checkbox-inline label[b-s2mn49o0fu] {
    color: #3c763d;
}

.has-success .form-control[b-s2mn49o0fu] {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-success .form-control:focus[b-s2mn49o0fu] {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

.has-success .input-group-addon[b-s2mn49o0fu] {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback[b-s2mn49o0fu] {
    color: #3c763d;
}

.has-warning .help-block[b-s2mn49o0fu],
.has-warning .control-label[b-s2mn49o0fu],
.has-warning .radio[b-s2mn49o0fu],
.has-warning .checkbox[b-s2mn49o0fu],
.has-warning .radio-inline[b-s2mn49o0fu],
.has-warning .checkbox-inline[b-s2mn49o0fu],
.has-warning.radio label[b-s2mn49o0fu],
.has-warning.checkbox label[b-s2mn49o0fu],
.has-warning.radio-inline label[b-s2mn49o0fu],
.has-warning.checkbox-inline label[b-s2mn49o0fu] {
    color: #8a6d3b;
}

.has-warning .form-control[b-s2mn49o0fu] {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-warning .form-control:focus[b-s2mn49o0fu] {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon[b-s2mn49o0fu] {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback[b-s2mn49o0fu] {
    color: #8a6d3b;
}

.has-error .help-block[b-s2mn49o0fu],
.has-error .control-label[b-s2mn49o0fu],
.has-error .radio[b-s2mn49o0fu],
.has-error .checkbox[b-s2mn49o0fu],
.has-error .radio-inline[b-s2mn49o0fu],
.has-error .checkbox-inline[b-s2mn49o0fu],
.has-error.radio label[b-s2mn49o0fu],
.has-error.checkbox label[b-s2mn49o0fu],
.has-error.radio-inline label[b-s2mn49o0fu],
.has-error.checkbox-inline label[b-s2mn49o0fu] {
    color: #a94442;
}

.has-error .form-control[b-s2mn49o0fu] {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus[b-s2mn49o0fu] {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon[b-s2mn49o0fu] {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback[b-s2mn49o0fu] {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback[b-s2mn49o0fu] {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback[b-s2mn49o0fu] {
    top: 0;
}

.help-block[b-s2mn49o0fu] {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group[b-s2mn49o0fu] {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control[b-s2mn49o0fu] {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static[b-s2mn49o0fu] {
        display: inline-block;
    }

    .form-inline .input-group[b-s2mn49o0fu] {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon[b-s2mn49o0fu],
        .form-inline .input-group .input-group-btn[b-s2mn49o0fu],
        .form-inline .input-group .form-control[b-s2mn49o0fu] {
            width: auto;
        }

        .form-inline .input-group > .form-control[b-s2mn49o0fu] {
            width: 100%;
        }

    .form-inline .control-label[b-s2mn49o0fu] {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio[b-s2mn49o0fu],
    .form-inline .checkbox[b-s2mn49o0fu] {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label[b-s2mn49o0fu],
        .form-inline .checkbox label[b-s2mn49o0fu] {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"][b-s2mn49o0fu],
        .form-inline .checkbox input[type="checkbox"][b-s2mn49o0fu] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback[b-s2mn49o0fu] {
        top: 0;
    }
}

.form-horizontal .radio[b-s2mn49o0fu],
.form-horizontal .checkbox[b-s2mn49o0fu],
.form-horizontal .radio-inline[b-s2mn49o0fu],
.form-horizontal .checkbox-inline[b-s2mn49o0fu] {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio[b-s2mn49o0fu],
.form-horizontal .checkbox[b-s2mn49o0fu] {
    min-height: 27px;
}

.form-horizontal .form-group[b-s2mn49o0fu] {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label[b-s2mn49o0fu] {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback[b-s2mn49o0fu] {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label[b-s2mn49o0fu] {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label[b-s2mn49o0fu] {
        padding-top: 6px;
    }
}

.btn[b-s2mn49o0fu] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus[b-s2mn49o0fu],
    .btn:active:focus[b-s2mn49o0fu],
    .btn.active:focus[b-s2mn49o0fu],
    .btn.focus[b-s2mn49o0fu],
    .btn:active.focus[b-s2mn49o0fu],
    .btn.active.focus[b-s2mn49o0fu] {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover[b-s2mn49o0fu],
    .btn:focus[b-s2mn49o0fu],
    .btn.focus[b-s2mn49o0fu] {
        color: #333;
        text-decoration: none;
    }

    .btn:active[b-s2mn49o0fu],
    .btn.active[b-s2mn49o0fu] {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled[b-s2mn49o0fu],
    .btn[disabled][b-s2mn49o0fu],
    fieldset[disabled] .btn[b-s2mn49o0fu] {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-default[b-s2mn49o0fu] {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover[b-s2mn49o0fu],
    .btn-default:focus[b-s2mn49o0fu],
    .btn-default.focus[b-s2mn49o0fu],
    .btn-default:active[b-s2mn49o0fu],
    .btn-default.active[b-s2mn49o0fu],
    .open > .dropdown-toggle.btn-default[b-s2mn49o0fu] {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active[b-s2mn49o0fu],
    .btn-default.active[b-s2mn49o0fu],
    .open > .dropdown-toggle.btn-default[b-s2mn49o0fu] {
        background-image: none;
    }

    .btn-default.disabled[b-s2mn49o0fu],
    .btn-default[disabled][b-s2mn49o0fu],
    fieldset[disabled] .btn-default[b-s2mn49o0fu],
    .btn-default.disabled:hover[b-s2mn49o0fu],
    .btn-default[disabled]:hover[b-s2mn49o0fu],
    fieldset[disabled] .btn-default:hover[b-s2mn49o0fu],
    .btn-default.disabled:focus[b-s2mn49o0fu],
    .btn-default[disabled]:focus[b-s2mn49o0fu],
    fieldset[disabled] .btn-default:focus[b-s2mn49o0fu],
    .btn-default.disabled.focus[b-s2mn49o0fu],
    .btn-default[disabled].focus[b-s2mn49o0fu],
    fieldset[disabled] .btn-default.focus[b-s2mn49o0fu],
    .btn-default.disabled:active[b-s2mn49o0fu],
    .btn-default[disabled]:active[b-s2mn49o0fu],
    fieldset[disabled] .btn-default:active[b-s2mn49o0fu],
    .btn-default.disabled.active[b-s2mn49o0fu],
    .btn-default[disabled].active[b-s2mn49o0fu],
    fieldset[disabled] .btn-default.active[b-s2mn49o0fu] {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge[b-s2mn49o0fu] {
        color: #fff;
        background-color: #333;
    }

.btn-primary[b-s2mn49o0fu] {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover[b-s2mn49o0fu],
    .btn-primary:focus[b-s2mn49o0fu],
    .btn-primary.focus[b-s2mn49o0fu],
    .btn-primary:active[b-s2mn49o0fu],
    .btn-primary.active[b-s2mn49o0fu],
    .open > .dropdown-toggle.btn-primary[b-s2mn49o0fu] {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active[b-s2mn49o0fu],
    .btn-primary.active[b-s2mn49o0fu],
    .open > .dropdown-toggle.btn-primary[b-s2mn49o0fu] {
        background-image: none;
    }

    .btn-primary.disabled[b-s2mn49o0fu],
    .btn-primary[disabled][b-s2mn49o0fu],
    fieldset[disabled] .btn-primary[b-s2mn49o0fu],
    .btn-primary.disabled:hover[b-s2mn49o0fu],
    .btn-primary[disabled]:hover[b-s2mn49o0fu],
    fieldset[disabled] .btn-primary:hover[b-s2mn49o0fu],
    .btn-primary.disabled:focus[b-s2mn49o0fu],
    .btn-primary[disabled]:focus[b-s2mn49o0fu],
    fieldset[disabled] .btn-primary:focus[b-s2mn49o0fu],
    .btn-primary.disabled.focus[b-s2mn49o0fu],
    .btn-primary[disabled].focus[b-s2mn49o0fu],
    fieldset[disabled] .btn-primary.focus[b-s2mn49o0fu],
    .btn-primary.disabled:active[b-s2mn49o0fu],
    .btn-primary[disabled]:active[b-s2mn49o0fu],
    fieldset[disabled] .btn-primary:active[b-s2mn49o0fu],
    .btn-primary.disabled.active[b-s2mn49o0fu],
    .btn-primary[disabled].active[b-s2mn49o0fu],
    fieldset[disabled] .btn-primary.active[b-s2mn49o0fu] {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge[b-s2mn49o0fu] {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success[b-s2mn49o0fu] {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover[b-s2mn49o0fu],
    .btn-success:focus[b-s2mn49o0fu],
    .btn-success.focus[b-s2mn49o0fu],
    .btn-success:active[b-s2mn49o0fu],
    .btn-success.active[b-s2mn49o0fu],
    .open > .dropdown-toggle.btn-success[b-s2mn49o0fu] {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active[b-s2mn49o0fu],
    .btn-success.active[b-s2mn49o0fu],
    .open > .dropdown-toggle.btn-success[b-s2mn49o0fu] {
        background-image: none;
    }

    .btn-success.disabled[b-s2mn49o0fu],
    .btn-success[disabled][b-s2mn49o0fu],
    fieldset[disabled] .btn-success[b-s2mn49o0fu],
    .btn-success.disabled:hover[b-s2mn49o0fu],
    .btn-success[disabled]:hover[b-s2mn49o0fu],
    fieldset[disabled] .btn-success:hover[b-s2mn49o0fu],
    .btn-success.disabled:focus[b-s2mn49o0fu],
    .btn-success[disabled]:focus[b-s2mn49o0fu],
    fieldset[disabled] .btn-success:focus[b-s2mn49o0fu],
    .btn-success.disabled.focus[b-s2mn49o0fu],
    .btn-success[disabled].focus[b-s2mn49o0fu],
    fieldset[disabled] .btn-success.focus[b-s2mn49o0fu],
    .btn-success.disabled:active[b-s2mn49o0fu],
    .btn-success[disabled]:active[b-s2mn49o0fu],
    fieldset[disabled] .btn-success:active[b-s2mn49o0fu],
    .btn-success.disabled.active[b-s2mn49o0fu],
    .btn-success[disabled].active[b-s2mn49o0fu],
    fieldset[disabled] .btn-success.active[b-s2mn49o0fu] {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge[b-s2mn49o0fu] {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info[b-s2mn49o0fu] {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover[b-s2mn49o0fu],
    .btn-info:focus[b-s2mn49o0fu],
    .btn-info.focus[b-s2mn49o0fu],
    .btn-info:active[b-s2mn49o0fu],
    .btn-info.active[b-s2mn49o0fu],
    .open > .dropdown-toggle.btn-info[b-s2mn49o0fu] {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active[b-s2mn49o0fu],
    .btn-info.active[b-s2mn49o0fu],
    .open > .dropdown-toggle.btn-info[b-s2mn49o0fu] {
        background-image: none;
    }

    .btn-info.disabled[b-s2mn49o0fu],
    .btn-info[disabled][b-s2mn49o0fu],
    fieldset[disabled] .btn-info[b-s2mn49o0fu],
    .btn-info.disabled:hover[b-s2mn49o0fu],
    .btn-info[disabled]:hover[b-s2mn49o0fu],
    fieldset[disabled] .btn-info:hover[b-s2mn49o0fu],
    .btn-info.disabled:focus[b-s2mn49o0fu],
    .btn-info[disabled]:focus[b-s2mn49o0fu],
    fieldset[disabled] .btn-info:focus[b-s2mn49o0fu],
    .btn-info.disabled.focus[b-s2mn49o0fu],
    .btn-info[disabled].focus[b-s2mn49o0fu],
    fieldset[disabled] .btn-info.focus[b-s2mn49o0fu],
    .btn-info.disabled:active[b-s2mn49o0fu],
    .btn-info[disabled]:active[b-s2mn49o0fu],
    fieldset[disabled] .btn-info:active[b-s2mn49o0fu],
    .btn-info.disabled.active[b-s2mn49o0fu],
    .btn-info[disabled].active[b-s2mn49o0fu],
    fieldset[disabled] .btn-info.active[b-s2mn49o0fu] {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge[b-s2mn49o0fu] {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning[b-s2mn49o0fu] {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover[b-s2mn49o0fu],
    .btn-warning:focus[b-s2mn49o0fu],
    .btn-warning.focus[b-s2mn49o0fu],
    .btn-warning:active[b-s2mn49o0fu],
    .btn-warning.active[b-s2mn49o0fu],
    .open > .dropdown-toggle.btn-warning[b-s2mn49o0fu] {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active[b-s2mn49o0fu],
    .btn-warning.active[b-s2mn49o0fu],
    .open > .dropdown-toggle.btn-warning[b-s2mn49o0fu] {
        background-image: none;
    }

    .btn-warning.disabled[b-s2mn49o0fu],
    .btn-warning[disabled][b-s2mn49o0fu],
    fieldset[disabled] .btn-warning[b-s2mn49o0fu],
    .btn-warning.disabled:hover[b-s2mn49o0fu],
    .btn-warning[disabled]:hover[b-s2mn49o0fu],
    fieldset[disabled] .btn-warning:hover[b-s2mn49o0fu],
    .btn-warning.disabled:focus[b-s2mn49o0fu],
    .btn-warning[disabled]:focus[b-s2mn49o0fu],
    fieldset[disabled] .btn-warning:focus[b-s2mn49o0fu],
    .btn-warning.disabled.focus[b-s2mn49o0fu],
    .btn-warning[disabled].focus[b-s2mn49o0fu],
    fieldset[disabled] .btn-warning.focus[b-s2mn49o0fu],
    .btn-warning.disabled:active[b-s2mn49o0fu],
    .btn-warning[disabled]:active[b-s2mn49o0fu],
    fieldset[disabled] .btn-warning:active[b-s2mn49o0fu],
    .btn-warning.disabled.active[b-s2mn49o0fu],
    .btn-warning[disabled].active[b-s2mn49o0fu],
    fieldset[disabled] .btn-warning.active[b-s2mn49o0fu] {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge[b-s2mn49o0fu] {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger[b-s2mn49o0fu] {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover[b-s2mn49o0fu],
    .btn-danger:focus[b-s2mn49o0fu],
    .btn-danger.focus[b-s2mn49o0fu],
    .btn-danger:active[b-s2mn49o0fu],
    .btn-danger.active[b-s2mn49o0fu],
    .open > .dropdown-toggle.btn-danger[b-s2mn49o0fu] {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active[b-s2mn49o0fu],
    .btn-danger.active[b-s2mn49o0fu],
    .open > .dropdown-toggle.btn-danger[b-s2mn49o0fu] {
        background-image: none;
    }

    .btn-danger.disabled[b-s2mn49o0fu],
    .btn-danger[disabled][b-s2mn49o0fu],
    fieldset[disabled] .btn-danger[b-s2mn49o0fu],
    .btn-danger.disabled:hover[b-s2mn49o0fu],
    .btn-danger[disabled]:hover[b-s2mn49o0fu],
    fieldset[disabled] .btn-danger:hover[b-s2mn49o0fu],
    .btn-danger.disabled:focus[b-s2mn49o0fu],
    .btn-danger[disabled]:focus[b-s2mn49o0fu],
    fieldset[disabled] .btn-danger:focus[b-s2mn49o0fu],
    .btn-danger.disabled.focus[b-s2mn49o0fu],
    .btn-danger[disabled].focus[b-s2mn49o0fu],
    fieldset[disabled] .btn-danger.focus[b-s2mn49o0fu],
    .btn-danger.disabled:active[b-s2mn49o0fu],
    .btn-danger[disabled]:active[b-s2mn49o0fu],
    fieldset[disabled] .btn-danger:active[b-s2mn49o0fu],
    .btn-danger.disabled.active[b-s2mn49o0fu],
    .btn-danger[disabled].active[b-s2mn49o0fu],
    fieldset[disabled] .btn-danger.active[b-s2mn49o0fu] {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge[b-s2mn49o0fu] {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link[b-s2mn49o0fu] {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link[b-s2mn49o0fu],
    .btn-link:active[b-s2mn49o0fu],
    .btn-link.active[b-s2mn49o0fu],
    .btn-link[disabled][b-s2mn49o0fu],
    fieldset[disabled] .btn-link[b-s2mn49o0fu] {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link[b-s2mn49o0fu],
        .btn-link:hover[b-s2mn49o0fu],
        .btn-link:focus[b-s2mn49o0fu],
        .btn-link:active[b-s2mn49o0fu] {
            border-color: transparent;
        }

            .btn-link:hover[b-s2mn49o0fu],
            .btn-link:focus[b-s2mn49o0fu] {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover[b-s2mn49o0fu],
            fieldset[disabled] .btn-link:hover[b-s2mn49o0fu],
            .btn-link[disabled]:focus[b-s2mn49o0fu],
            fieldset[disabled] .btn-link:focus[b-s2mn49o0fu] {
                color: #777;
                text-decoration: none;
            }

.btn-lg[b-s2mn49o0fu],
.btn-group-lg > .btn[b-s2mn49o0fu] {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm[b-s2mn49o0fu],
.btn-group-sm > .btn[b-s2mn49o0fu] {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs[b-s2mn49o0fu],
.btn-group-xs > .btn[b-s2mn49o0fu] {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block[b-s2mn49o0fu] {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block[b-s2mn49o0fu] {
        margin-top: 5px;
    }

input[type="submit"].btn-block[b-s2mn49o0fu],
input[type="reset"].btn-block[b-s2mn49o0fu],
input[type="button"].btn-block[b-s2mn49o0fu] {
    width: 100%;
}

.fade[b-s2mn49o0fu] {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in[b-s2mn49o0fu] {
        opacity: 1;
    }

.collapse[b-s2mn49o0fu] {
    display: none;
    visibility: hidden;
}

    .collapse.in[b-s2mn49o0fu] {
        display: block;
        visibility: visible;
    }

tr.collapse.in[b-s2mn49o0fu] {
    display: table-row;
}

tbody.collapse.in[b-s2mn49o0fu] {
    display: table-row-group;
}

.collapsing[b-s2mn49o0fu] {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret[b-s2mn49o0fu] {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown[b-s2mn49o0fu] {
    position: relative;
}

.dropdown-toggle:focus[b-s2mn49o0fu] {
    outline: 0;
}

.dropdown-menu[b-s2mn49o0fu] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu.pull-right[b-s2mn49o0fu] {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider[b-s2mn49o0fu] {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a[b-s2mn49o0fu] {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover[b-s2mn49o0fu],
        .dropdown-menu > li > a:focus[b-s2mn49o0fu] {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a[b-s2mn49o0fu],
    .dropdown-menu > .active > a:hover[b-s2mn49o0fu],
    .dropdown-menu > .active > a:focus[b-s2mn49o0fu] {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a[b-s2mn49o0fu],
    .dropdown-menu > .disabled > a:hover[b-s2mn49o0fu],
    .dropdown-menu > .disabled > a:focus[b-s2mn49o0fu] {
        color: #777;
    }

        .dropdown-menu > .disabled > a:hover[b-s2mn49o0fu],
        .dropdown-menu > .disabled > a:focus[b-s2mn49o0fu] {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .dropdown-menu[b-s2mn49o0fu] {
    display: block;
}

.open > a[b-s2mn49o0fu] {
    outline: 0;
}

.dropdown-menu-right[b-s2mn49o0fu] {
    right: 0;
    left: auto;
}

.dropdown-menu-left[b-s2mn49o0fu] {
    right: auto;
    left: 0;
}

.dropdown-header[b-s2mn49o0fu] {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop[b-s2mn49o0fu] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu[b-s2mn49o0fu] {
    right: 0;
    left: auto;
}

.dropup .caret[b-s2mn49o0fu],
.navbar-fixed-bottom .dropdown .caret[b-s2mn49o0fu] {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu[b-s2mn49o0fu],
.navbar-fixed-bottom .dropdown .dropdown-menu[b-s2mn49o0fu] {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu[b-s2mn49o0fu] {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left[b-s2mn49o0fu] {
        right: auto;
        left: 0;
    }
}

.btn-group[b-s2mn49o0fu],
.btn-group-vertical[b-s2mn49o0fu] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn[b-s2mn49o0fu],
    .btn-group-vertical > .btn[b-s2mn49o0fu] {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover[b-s2mn49o0fu],
        .btn-group-vertical > .btn:hover[b-s2mn49o0fu],
        .btn-group > .btn:focus[b-s2mn49o0fu],
        .btn-group-vertical > .btn:focus[b-s2mn49o0fu],
        .btn-group > .btn:active[b-s2mn49o0fu],
        .btn-group-vertical > .btn:active[b-s2mn49o0fu],
        .btn-group > .btn.active[b-s2mn49o0fu],
        .btn-group-vertical > .btn.active[b-s2mn49o0fu] {
            z-index: 2;
        }

    .btn-group .btn + .btn[b-s2mn49o0fu],
    .btn-group .btn + .btn-group[b-s2mn49o0fu],
    .btn-group .btn-group + .btn[b-s2mn49o0fu],
    .btn-group .btn-group + .btn-group[b-s2mn49o0fu] {
        margin-left: -1px;
    }

.btn-toolbar[b-s2mn49o0fu] {
    margin-left: -5px;
}

    .btn-toolbar .btn-group[b-s2mn49o0fu],
    .btn-toolbar .input-group[b-s2mn49o0fu] {
        float: left;
    }

    .btn-toolbar > .btn[b-s2mn49o0fu],
    .btn-toolbar > .btn-group[b-s2mn49o0fu],
    .btn-toolbar > .input-group[b-s2mn49o0fu] {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle)[b-s2mn49o0fu] {
    border-radius: 0;
}

.btn-group > .btn:first-child[b-s2mn49o0fu] {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle)[b-s2mn49o0fu] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child)[b-s2mn49o0fu],
.btn-group > .dropdown-toggle:not(:first-child)[b-s2mn49o0fu] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group[b-s2mn49o0fu] {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn[b-s2mn49o0fu] {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child[b-s2mn49o0fu],
    .btn-group > .btn-group:first-child > .dropdown-toggle[b-s2mn49o0fu] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child[b-s2mn49o0fu] {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active[b-s2mn49o0fu],
.btn-group.open .dropdown-toggle[b-s2mn49o0fu] {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle[b-s2mn49o0fu] {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle[b-s2mn49o0fu] {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle[b-s2mn49o0fu] {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

    .btn-group.open .dropdown-toggle.btn-link[b-s2mn49o0fu] {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret[b-s2mn49o0fu] {
    margin-left: 0;
}

.btn-lg .caret[b-s2mn49o0fu] {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret[b-s2mn49o0fu] {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn[b-s2mn49o0fu],
.btn-group-vertical > .btn-group[b-s2mn49o0fu],
.btn-group-vertical > .btn-group > .btn[b-s2mn49o0fu] {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn[b-s2mn49o0fu] {
        float: none;
    }

    .btn-group-vertical > .btn + .btn[b-s2mn49o0fu],
    .btn-group-vertical > .btn + .btn-group[b-s2mn49o0fu],
    .btn-group-vertical > .btn-group + .btn[b-s2mn49o0fu],
    .btn-group-vertical > .btn-group + .btn-group[b-s2mn49o0fu] {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child)[b-s2mn49o0fu] {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child)[b-s2mn49o0fu] {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child)[b-s2mn49o0fu] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn[b-s2mn49o0fu] {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child[b-s2mn49o0fu],
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle[b-s2mn49o0fu] {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child[b-s2mn49o0fu] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified[b-s2mn49o0fu] {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn[b-s2mn49o0fu],
    .btn-group-justified > .btn-group[b-s2mn49o0fu] {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn[b-s2mn49o0fu] {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu[b-s2mn49o0fu] {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"][b-s2mn49o0fu],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"][b-s2mn49o0fu],
[data-toggle="buttons"] > .btn input[type="checkbox"][b-s2mn49o0fu],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"][b-s2mn49o0fu] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group[b-s2mn49o0fu] {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"][b-s2mn49o0fu] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control[b-s2mn49o0fu] {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control[b-s2mn49o0fu],
.input-group-lg > .input-group-addon[b-s2mn49o0fu],
.input-group-lg > .input-group-btn > .btn[b-s2mn49o0fu] {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control[b-s2mn49o0fu],
select.input-group-lg > .input-group-addon[b-s2mn49o0fu],
select.input-group-lg > .input-group-btn > .btn[b-s2mn49o0fu] {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control[b-s2mn49o0fu],
textarea.input-group-lg > .input-group-addon[b-s2mn49o0fu],
textarea.input-group-lg > .input-group-btn > .btn[b-s2mn49o0fu],
select[multiple].input-group-lg > .form-control[b-s2mn49o0fu],
select[multiple].input-group-lg > .input-group-addon[b-s2mn49o0fu],
select[multiple].input-group-lg > .input-group-btn > .btn[b-s2mn49o0fu] {
    height: auto;
}

.input-group-sm > .form-control[b-s2mn49o0fu],
.input-group-sm > .input-group-addon[b-s2mn49o0fu],
.input-group-sm > .input-group-btn > .btn[b-s2mn49o0fu] {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control[b-s2mn49o0fu],
select.input-group-sm > .input-group-addon[b-s2mn49o0fu],
select.input-group-sm > .input-group-btn > .btn[b-s2mn49o0fu] {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control[b-s2mn49o0fu],
textarea.input-group-sm > .input-group-addon[b-s2mn49o0fu],
textarea.input-group-sm > .input-group-btn > .btn[b-s2mn49o0fu],
select[multiple].input-group-sm > .form-control[b-s2mn49o0fu],
select[multiple].input-group-sm > .input-group-addon[b-s2mn49o0fu],
select[multiple].input-group-sm > .input-group-btn > .btn[b-s2mn49o0fu] {
    height: auto;
}

.input-group-addon[b-s2mn49o0fu],
.input-group-btn[b-s2mn49o0fu],
.input-group .form-control[b-s2mn49o0fu] {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child)[b-s2mn49o0fu],
    .input-group-btn:not(:first-child):not(:last-child)[b-s2mn49o0fu],
    .input-group .form-control:not(:first-child):not(:last-child)[b-s2mn49o0fu] {
        border-radius: 0;
    }

.input-group-addon[b-s2mn49o0fu],
.input-group-btn[b-s2mn49o0fu] {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon[b-s2mn49o0fu] {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm[b-s2mn49o0fu] {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg[b-s2mn49o0fu] {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"][b-s2mn49o0fu],
    .input-group-addon input[type="checkbox"][b-s2mn49o0fu] {
        margin-top: 0;
    }

    .input-group .form-control:first-child[b-s2mn49o0fu],
    .input-group-addon:first-child[b-s2mn49o0fu],
    .input-group-btn:first-child > .btn[b-s2mn49o0fu],
    .input-group-btn:first-child > .btn-group > .btn[b-s2mn49o0fu],
    .input-group-btn:first-child > .dropdown-toggle[b-s2mn49o0fu],
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-s2mn49o0fu],
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn[b-s2mn49o0fu] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child[b-s2mn49o0fu] {
        border-right: 0;
    }

    .input-group .form-control:last-child[b-s2mn49o0fu],
    .input-group-addon:last-child[b-s2mn49o0fu],
    .input-group-btn:last-child > .btn[b-s2mn49o0fu],
    .input-group-btn:last-child > .btn-group > .btn[b-s2mn49o0fu],
    .input-group-btn:last-child > .dropdown-toggle[b-s2mn49o0fu],
    .input-group-btn:first-child > .btn:not(:first-child)[b-s2mn49o0fu],
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn[b-s2mn49o0fu] {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child[b-s2mn49o0fu] {
        border-left: 0;
    }

.input-group-btn[b-s2mn49o0fu] {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn[b-s2mn49o0fu] {
        position: relative;
    }

        .input-group-btn > .btn + .btn[b-s2mn49o0fu] {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover[b-s2mn49o0fu],
        .input-group-btn > .btn:focus[b-s2mn49o0fu],
        .input-group-btn > .btn:active[b-s2mn49o0fu] {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn[b-s2mn49o0fu],
    .input-group-btn:first-child > .btn-group[b-s2mn49o0fu] {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn[b-s2mn49o0fu],
    .input-group-btn:last-child > .btn-group[b-s2mn49o0fu] {
        margin-left: -1px;
    }

.nav[b-s2mn49o0fu] {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li[b-s2mn49o0fu] {
        position: relative;
        display: block;
    }

        .nav > li > a[b-s2mn49o0fu] {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover[b-s2mn49o0fu],
            .nav > li > a:focus[b-s2mn49o0fu] {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a[b-s2mn49o0fu] {
            color: #777;
        }

            .nav > li.disabled > a:hover[b-s2mn49o0fu],
            .nav > li.disabled > a:focus[b-s2mn49o0fu] {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a[b-s2mn49o0fu],
    .nav .open > a:hover[b-s2mn49o0fu],
    .nav .open > a:focus[b-s2mn49o0fu] {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider[b-s2mn49o0fu] {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img[b-s2mn49o0fu] {
        max-width: none;
    }

.nav-tabs[b-s2mn49o0fu] {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li[b-s2mn49o0fu] {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a[b-s2mn49o0fu] {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover[b-s2mn49o0fu] {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a[b-s2mn49o0fu],
        .nav-tabs > li.active > a:hover[b-s2mn49o0fu],
        .nav-tabs > li.active > a:focus[b-s2mn49o0fu] {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified[b-s2mn49o0fu] {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li[b-s2mn49o0fu] {
            float: none;
        }

            .nav-tabs.nav-justified > li > a[b-s2mn49o0fu] {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu[b-s2mn49o0fu] {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li[b-s2mn49o0fu] {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a[b-s2mn49o0fu] {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a[b-s2mn49o0fu] {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a[b-s2mn49o0fu],
.nav-tabs.nav-justified > .active > a:hover[b-s2mn49o0fu],
.nav-tabs.nav-justified > .active > a:focus[b-s2mn49o0fu] {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a[b-s2mn49o0fu] {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a[b-s2mn49o0fu],
    .nav-tabs.nav-justified > .active > a:hover[b-s2mn49o0fu],
    .nav-tabs.nav-justified > .active > a:focus[b-s2mn49o0fu] {
        border-bottom-color: #fff;
    }
}

.nav-pills > li[b-s2mn49o0fu] {
    float: left;
}

    .nav-pills > li > a[b-s2mn49o0fu] {
        border-radius: 4px;
    }

    .nav-pills > li + li[b-s2mn49o0fu] {
        margin-left: 2px;
    }

    .nav-pills > li.active > a[b-s2mn49o0fu],
    .nav-pills > li.active > a:hover[b-s2mn49o0fu],
    .nav-pills > li.active > a:focus[b-s2mn49o0fu] {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li[b-s2mn49o0fu] {
    float: none;
}

    .nav-stacked > li + li[b-s2mn49o0fu] {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified[b-s2mn49o0fu] {
    width: 100%;
}

    .nav-justified > li[b-s2mn49o0fu] {
        float: none;
    }

        .nav-justified > li > a[b-s2mn49o0fu] {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu[b-s2mn49o0fu] {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li[b-s2mn49o0fu] {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a[b-s2mn49o0fu] {
            margin-bottom: 0;
        }
}

.nav-tabs-justified[b-s2mn49o0fu] {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a[b-s2mn49o0fu] {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a[b-s2mn49o0fu],
    .nav-tabs-justified > .active > a:hover[b-s2mn49o0fu],
    .nav-tabs-justified > .active > a:focus[b-s2mn49o0fu] {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a[b-s2mn49o0fu] {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a[b-s2mn49o0fu],
    .nav-tabs-justified > .active > a:hover[b-s2mn49o0fu],
    .nav-tabs-justified > .active > a:focus[b-s2mn49o0fu] {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane[b-s2mn49o0fu] {
    display: none;
    visibility: hidden;
}

.tab-content > .active[b-s2mn49o0fu] {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu[b-s2mn49o0fu] {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar[b-s2mn49o0fu] {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar[b-s2mn49o0fu] {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header[b-s2mn49o0fu] {
        float: left;
    }
}

.navbar-collapse[b-s2mn49o0fu] {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

    .navbar-collapse.in[b-s2mn49o0fu] {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse[b-s2mn49o0fu] {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse[b-s2mn49o0fu] {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
            visibility: visible !important;
        }

        .navbar-collapse.in[b-s2mn49o0fu] {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse[b-s2mn49o0fu],
    .navbar-static-top .navbar-collapse[b-s2mn49o0fu],
    .navbar-fixed-bottom .navbar-collapse[b-s2mn49o0fu] {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse[b-s2mn49o0fu],
.navbar-fixed-bottom .navbar-collapse[b-s2mn49o0fu] {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse[b-s2mn49o0fu],
    .navbar-fixed-bottom .navbar-collapse[b-s2mn49o0fu] {
        max-height: 200px;
    }
}

.container > .navbar-header[b-s2mn49o0fu],
.container-fluid > .navbar-header[b-s2mn49o0fu],
.container > .navbar-collapse[b-s2mn49o0fu],
.container-fluid > .navbar-collapse[b-s2mn49o0fu] {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header[b-s2mn49o0fu],
    .container-fluid > .navbar-header[b-s2mn49o0fu],
    .container > .navbar-collapse[b-s2mn49o0fu],
    .container-fluid > .navbar-collapse[b-s2mn49o0fu] {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top[b-s2mn49o0fu] {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top[b-s2mn49o0fu] {
        border-radius: 0;
    }
}

.navbar-fixed-top[b-s2mn49o0fu],
.navbar-fixed-bottom[b-s2mn49o0fu] {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top[b-s2mn49o0fu],
    .navbar-fixed-bottom[b-s2mn49o0fu] {
        border-radius: 0;
    }
}

.navbar-fixed-top[b-s2mn49o0fu] {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom[b-s2mn49o0fu] {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand[b-s2mn49o0fu] {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover[b-s2mn49o0fu],
    .navbar-brand:focus[b-s2mn49o0fu] {
        text-decoration: none;
    }

    .navbar-brand > img[b-s2mn49o0fu] {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand[b-s2mn49o0fu],
    .navbar > .container-fluid .navbar-brand[b-s2mn49o0fu] {
        margin-left: -15px;
    }
}

.navbar-toggle[b-s2mn49o0fu] {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus[b-s2mn49o0fu] {
        outline: 0;
    }

    .navbar-toggle .icon-bar[b-s2mn49o0fu] {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar[b-s2mn49o0fu] {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle[b-s2mn49o0fu] {
        display: none;
    }
}

.navbar-nav[b-s2mn49o0fu] {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a[b-s2mn49o0fu] {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu[b-s2mn49o0fu] {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a[b-s2mn49o0fu],
        .navbar-nav .open .dropdown-menu .dropdown-header[b-s2mn49o0fu] {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a[b-s2mn49o0fu] {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover[b-s2mn49o0fu],
            .navbar-nav .open .dropdown-menu > li > a:focus[b-s2mn49o0fu] {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav[b-s2mn49o0fu] {
        float: left;
        margin: 0;
    }

        .navbar-nav > li[b-s2mn49o0fu] {
            float: left;
        }

            .navbar-nav > li > a[b-s2mn49o0fu] {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form[b-s2mn49o0fu] {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
    .navbar-form .form-group[b-s2mn49o0fu] {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control[b-s2mn49o0fu] {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static[b-s2mn49o0fu] {
        display: inline-block;
    }

    .navbar-form .input-group[b-s2mn49o0fu] {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon[b-s2mn49o0fu],
        .navbar-form .input-group .input-group-btn[b-s2mn49o0fu],
        .navbar-form .input-group .form-control[b-s2mn49o0fu] {
            width: auto;
        }

        .navbar-form .input-group > .form-control[b-s2mn49o0fu] {
            width: 100%;
        }

    .navbar-form .control-label[b-s2mn49o0fu] {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio[b-s2mn49o0fu],
    .navbar-form .checkbox[b-s2mn49o0fu] {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label[b-s2mn49o0fu],
        .navbar-form .checkbox label[b-s2mn49o0fu] {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"][b-s2mn49o0fu],
        .navbar-form .checkbox input[type="checkbox"][b-s2mn49o0fu] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback[b-s2mn49o0fu] {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group[b-s2mn49o0fu] {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child[b-s2mn49o0fu] {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form[b-s2mn49o0fu] {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu[b-s2mn49o0fu] {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu[b-s2mn49o0fu] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn[b-s2mn49o0fu] {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm[b-s2mn49o0fu] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs[b-s2mn49o0fu] {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text[b-s2mn49o0fu] {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text[b-s2mn49o0fu] {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left[b-s2mn49o0fu] {
        float: left !important;
    }

    .navbar-right[b-s2mn49o0fu] {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right[b-s2mn49o0fu] {
            margin-right: 0;
        }
}

.navbar-default[b-s2mn49o0fu] {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand[b-s2mn49o0fu] {
        color: #777;
    }

        .navbar-default .navbar-brand:hover[b-s2mn49o0fu],
        .navbar-default .navbar-brand:focus[b-s2mn49o0fu] {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text[b-s2mn49o0fu] {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a[b-s2mn49o0fu] {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover[b-s2mn49o0fu],
        .navbar-default .navbar-nav > li > a:focus[b-s2mn49o0fu] {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a[b-s2mn49o0fu],
    .navbar-default .navbar-nav > .active > a:hover[b-s2mn49o0fu],
    .navbar-default .navbar-nav > .active > a:focus[b-s2mn49o0fu] {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a[b-s2mn49o0fu],
    .navbar-default .navbar-nav > .disabled > a:hover[b-s2mn49o0fu],
    .navbar-default .navbar-nav > .disabled > a:focus[b-s2mn49o0fu] {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle[b-s2mn49o0fu] {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover[b-s2mn49o0fu],
        .navbar-default .navbar-toggle:focus[b-s2mn49o0fu] {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar[b-s2mn49o0fu] {
            background-color: #888;
        }

    .navbar-default .navbar-collapse[b-s2mn49o0fu],
    .navbar-default .navbar-form[b-s2mn49o0fu] {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a[b-s2mn49o0fu],
    .navbar-default .navbar-nav > .open > a:hover[b-s2mn49o0fu],
    .navbar-default .navbar-nav > .open > a:focus[b-s2mn49o0fu] {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a[b-s2mn49o0fu] {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover[b-s2mn49o0fu],
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus[b-s2mn49o0fu] {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a[b-s2mn49o0fu],
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover[b-s2mn49o0fu],
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus[b-s2mn49o0fu] {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a[b-s2mn49o0fu],
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover[b-s2mn49o0fu],
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus[b-s2mn49o0fu] {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link[b-s2mn49o0fu] {
    color: #777;
}

    .navbar-default .navbar-link:hover[b-s2mn49o0fu] {
        color: #333;
    }

.navbar-default .btn-link[b-s2mn49o0fu] {
    color: #777;
}

    .navbar-default .btn-link:hover[b-s2mn49o0fu],
    .navbar-default .btn-link:focus[b-s2mn49o0fu] {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover[b-s2mn49o0fu],
    fieldset[disabled] .navbar-default .btn-link:hover[b-s2mn49o0fu],
    .navbar-default .btn-link[disabled]:focus[b-s2mn49o0fu],
    fieldset[disabled] .navbar-default .btn-link:focus[b-s2mn49o0fu] {
        color: #ccc;
    }

.navbar-inverse[b-s2mn49o0fu] {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand[b-s2mn49o0fu] {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover[b-s2mn49o0fu],
        .navbar-inverse .navbar-brand:focus[b-s2mn49o0fu] {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text[b-s2mn49o0fu] {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a[b-s2mn49o0fu] {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover[b-s2mn49o0fu],
        .navbar-inverse .navbar-nav > li > a:focus[b-s2mn49o0fu] {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a[b-s2mn49o0fu],
    .navbar-inverse .navbar-nav > .active > a:hover[b-s2mn49o0fu],
    .navbar-inverse .navbar-nav > .active > a:focus[b-s2mn49o0fu] {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a[b-s2mn49o0fu],
    .navbar-inverse .navbar-nav > .disabled > a:hover[b-s2mn49o0fu],
    .navbar-inverse .navbar-nav > .disabled > a:focus[b-s2mn49o0fu] {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle[b-s2mn49o0fu] {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover[b-s2mn49o0fu],
        .navbar-inverse .navbar-toggle:focus[b-s2mn49o0fu] {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar[b-s2mn49o0fu] {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse[b-s2mn49o0fu],
    .navbar-inverse .navbar-form[b-s2mn49o0fu] {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a[b-s2mn49o0fu],
    .navbar-inverse .navbar-nav > .open > a:hover[b-s2mn49o0fu],
    .navbar-inverse .navbar-nav > .open > a:focus[b-s2mn49o0fu] {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header[b-s2mn49o0fu] {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider[b-s2mn49o0fu] {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a[b-s2mn49o0fu] {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover[b-s2mn49o0fu],
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus[b-s2mn49o0fu] {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a[b-s2mn49o0fu],
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover[b-s2mn49o0fu],
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus[b-s2mn49o0fu] {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a[b-s2mn49o0fu],
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover[b-s2mn49o0fu],
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus[b-s2mn49o0fu] {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link[b-s2mn49o0fu] {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover[b-s2mn49o0fu] {
        color: #fff;
    }

.navbar-inverse .btn-link[b-s2mn49o0fu] {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover[b-s2mn49o0fu],
    .navbar-inverse .btn-link:focus[b-s2mn49o0fu] {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover[b-s2mn49o0fu],
    fieldset[disabled] .navbar-inverse .btn-link:hover[b-s2mn49o0fu],
    .navbar-inverse .btn-link[disabled]:focus[b-s2mn49o0fu],
    fieldset[disabled] .navbar-inverse .btn-link:focus[b-s2mn49o0fu] {
        color: #444;
    }

.breadcrumb[b-s2mn49o0fu] {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li[b-s2mn49o0fu] {
        display: inline-block;
    }

        .breadcrumb > li + li[b-s2mn49o0fu]:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active[b-s2mn49o0fu] {
        color: #777;
    }

.pagination[b-s2mn49o0fu] {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li[b-s2mn49o0fu] {
        display: inline;
    }

        .pagination > li > a[b-s2mn49o0fu],
        .pagination > li > span[b-s2mn49o0fu] {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a[b-s2mn49o0fu],
        .pagination > li:first-child > span[b-s2mn49o0fu] {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a[b-s2mn49o0fu],
        .pagination > li:last-child > span[b-s2mn49o0fu] {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover[b-s2mn49o0fu],
        .pagination > li > span:hover[b-s2mn49o0fu],
        .pagination > li > a:focus[b-s2mn49o0fu],
        .pagination > li > span:focus[b-s2mn49o0fu] {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a[b-s2mn49o0fu],
    .pagination > .active > span[b-s2mn49o0fu],
    .pagination > .active > a:hover[b-s2mn49o0fu],
    .pagination > .active > span:hover[b-s2mn49o0fu],
    .pagination > .active > a:focus[b-s2mn49o0fu],
    .pagination > .active > span:focus[b-s2mn49o0fu] {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span[b-s2mn49o0fu],
    .pagination > .disabled > span:hover[b-s2mn49o0fu],
    .pagination > .disabled > span:focus[b-s2mn49o0fu],
    .pagination > .disabled > a[b-s2mn49o0fu],
    .pagination > .disabled > a:hover[b-s2mn49o0fu],
    .pagination > .disabled > a:focus[b-s2mn49o0fu] {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a[b-s2mn49o0fu],
.pagination-lg > li > span[b-s2mn49o0fu] {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a[b-s2mn49o0fu],
.pagination-lg > li:first-child > span[b-s2mn49o0fu] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a[b-s2mn49o0fu],
.pagination-lg > li:last-child > span[b-s2mn49o0fu] {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a[b-s2mn49o0fu],
.pagination-sm > li > span[b-s2mn49o0fu] {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a[b-s2mn49o0fu],
.pagination-sm > li:first-child > span[b-s2mn49o0fu] {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a[b-s2mn49o0fu],
.pagination-sm > li:last-child > span[b-s2mn49o0fu] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager[b-s2mn49o0fu] {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li[b-s2mn49o0fu] {
        display: inline;
    }

        .pager li > a[b-s2mn49o0fu],
        .pager li > span[b-s2mn49o0fu] {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover[b-s2mn49o0fu],
            .pager li > a:focus[b-s2mn49o0fu] {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a[b-s2mn49o0fu],
    .pager .next > span[b-s2mn49o0fu] {
        float: right;
    }

    .pager .previous > a[b-s2mn49o0fu],
    .pager .previous > span[b-s2mn49o0fu] {
        float: left;
    }

    .pager .disabled > a[b-s2mn49o0fu],
    .pager .disabled > a:hover[b-s2mn49o0fu],
    .pager .disabled > a:focus[b-s2mn49o0fu],
    .pager .disabled > span[b-s2mn49o0fu] {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label[b-s2mn49o0fu] {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover[b-s2mn49o0fu],
a.label:focus[b-s2mn49o0fu] {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty[b-s2mn49o0fu] {
    display: none;
}

.btn .label[b-s2mn49o0fu] {
    position: relative;
    top: -1px;
}

.label-default[b-s2mn49o0fu] {
    background-color: #777;
}

    .label-default[href]:hover[b-s2mn49o0fu],
    .label-default[href]:focus[b-s2mn49o0fu] {
        background-color: #5e5e5e;
    }

.label-primary[b-s2mn49o0fu] {
    background-color: #337ab7;
}

    .label-primary[href]:hover[b-s2mn49o0fu],
    .label-primary[href]:focus[b-s2mn49o0fu] {
        background-color: #286090;
    }

.label-success[b-s2mn49o0fu] {
    background-color: #5cb85c;
}

    .label-success[href]:hover[b-s2mn49o0fu],
    .label-success[href]:focus[b-s2mn49o0fu] {
        background-color: #449d44;
    }

.label-info[b-s2mn49o0fu] {
    background-color: #5bc0de;
}

    .label-info[href]:hover[b-s2mn49o0fu],
    .label-info[href]:focus[b-s2mn49o0fu] {
        background-color: #31b0d5;
    }

.label-warning[b-s2mn49o0fu] {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover[b-s2mn49o0fu],
    .label-warning[href]:focus[b-s2mn49o0fu] {
        background-color: #ec971f;
    }

.label-danger[b-s2mn49o0fu] {
    background-color: #d9534f;
}

    .label-danger[href]:hover[b-s2mn49o0fu],
    .label-danger[href]:focus[b-s2mn49o0fu] {
        background-color: #c9302c;
    }

.badge[b-s2mn49o0fu] {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty[b-s2mn49o0fu] {
        display: none;
    }

.btn .badge[b-s2mn49o0fu] {
    position: relative;
    top: -1px;
}

.btn-xs .badge[b-s2mn49o0fu] {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover[b-s2mn49o0fu],
a.badge:focus[b-s2mn49o0fu] {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge[b-s2mn49o0fu],
.nav-pills > .active > a > .badge[b-s2mn49o0fu] {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge[b-s2mn49o0fu] {
    float: right;
}

    .list-group-item > .badge + .badge[b-s2mn49o0fu] {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge[b-s2mn49o0fu] {
    margin-left: 3px;
}

.jumbotron[b-s2mn49o0fu] {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1[b-s2mn49o0fu],
    .jumbotron .h1[b-s2mn49o0fu] {
        color: inherit;
    }

    .jumbotron p[b-s2mn49o0fu] {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr[b-s2mn49o0fu] {
        border-top-color: #d5d5d5;
    }

.container .jumbotron[b-s2mn49o0fu],
.container-fluid .jumbotron[b-s2mn49o0fu] {
    border-radius: 6px;
}

.jumbotron .container[b-s2mn49o0fu] {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron[b-s2mn49o0fu] {
        padding: 48px 0;
    }

    .container .jumbotron[b-s2mn49o0fu],
    .container-fluid .jumbotron[b-s2mn49o0fu] {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1[b-s2mn49o0fu],
    .jumbotron .h1[b-s2mn49o0fu] {
        font-size: 63px;
    }
}

.thumbnail[b-s2mn49o0fu] {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail > img[b-s2mn49o0fu],
    .thumbnail a > img[b-s2mn49o0fu] {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover[b-s2mn49o0fu],
a.thumbnail:focus[b-s2mn49o0fu],
a.thumbnail.active[b-s2mn49o0fu] {
    border-color: #337ab7;
}

.thumbnail .caption[b-s2mn49o0fu] {
    padding: 9px;
    color: #333;
}

.alert[b-s2mn49o0fu] {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4[b-s2mn49o0fu] {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link[b-s2mn49o0fu] {
        font-weight: bold;
    }

    .alert > p[b-s2mn49o0fu],
    .alert > ul[b-s2mn49o0fu] {
        margin-bottom: 0;
    }

        .alert > p + p[b-s2mn49o0fu] {
            margin-top: 5px;
        }

.alert-dismissable[b-s2mn49o0fu],
.alert-dismissible[b-s2mn49o0fu] {
    padding-right: 35px;
}

    .alert-dismissable .close[b-s2mn49o0fu],
    .alert-dismissible .close[b-s2mn49o0fu] {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success[b-s2mn49o0fu] {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr[b-s2mn49o0fu] {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link[b-s2mn49o0fu] {
        color: #2b542c;
    }

.alert-info[b-s2mn49o0fu] {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr[b-s2mn49o0fu] {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link[b-s2mn49o0fu] {
        color: #245269;
    }

.alert-warning[b-s2mn49o0fu] {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr[b-s2mn49o0fu] {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link[b-s2mn49o0fu] {
        color: #66512c;
    }

.alert-danger[b-s2mn49o0fu] {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr[b-s2mn49o0fu] {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link[b-s2mn49o0fu] {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes-b-s2mn49o0fu {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress[b-s2mn49o0fu] {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar[b-s2mn49o0fu] {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar[b-s2mn49o0fu],
.progress-bar-striped[b-s2mn49o0fu] {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar[b-s2mn49o0fu],
.progress-bar.active[b-s2mn49o0fu] {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes-b-s2mn49o0fu 2s linear infinite;
}

.progress-bar-success[b-s2mn49o0fu] {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success[b-s2mn49o0fu] {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info[b-s2mn49o0fu] {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info[b-s2mn49o0fu] {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning[b-s2mn49o0fu] {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning[b-s2mn49o0fu] {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger[b-s2mn49o0fu] {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger[b-s2mn49o0fu] {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media[b-s2mn49o0fu] {
    margin-top: 15px;
}

    .media:first-child[b-s2mn49o0fu] {
        margin-top: 0;
    }

    .media-right[b-s2mn49o0fu],
    .media > .pull-right[b-s2mn49o0fu] {
        padding-left: 10px;
    }

    .media-left[b-s2mn49o0fu],
    .media > .pull-left[b-s2mn49o0fu] {
        padding-right: 10px;
    }

.media-left[b-s2mn49o0fu],
.media-right[b-s2mn49o0fu],
.media-body[b-s2mn49o0fu] {
    display: table-cell;
    vertical-align: top;
}

.media-middle[b-s2mn49o0fu] {
    vertical-align: middle;
}

.media-bottom[b-s2mn49o0fu] {
    vertical-align: bottom;
}

.media-heading[b-s2mn49o0fu] {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list[b-s2mn49o0fu] {
    padding-left: 0;
    list-style: none;
}

.list-group[b-s2mn49o0fu] {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item[b-s2mn49o0fu] {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child[b-s2mn49o0fu] {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child[b-s2mn49o0fu] {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item[b-s2mn49o0fu] {
    color: #555;
}

    a.list-group-item .list-group-item-heading[b-s2mn49o0fu] {
        color: #333;
    }

    a.list-group-item:hover[b-s2mn49o0fu],
    a.list-group-item:focus[b-s2mn49o0fu] {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.disabled[b-s2mn49o0fu],
.list-group-item.disabled:hover[b-s2mn49o0fu],
.list-group-item.disabled:focus[b-s2mn49o0fu] {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading[b-s2mn49o0fu],
    .list-group-item.disabled:hover .list-group-item-heading[b-s2mn49o0fu],
    .list-group-item.disabled:focus .list-group-item-heading[b-s2mn49o0fu] {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text[b-s2mn49o0fu],
    .list-group-item.disabled:hover .list-group-item-text[b-s2mn49o0fu],
    .list-group-item.disabled:focus .list-group-item-text[b-s2mn49o0fu] {
        color: #777;
    }

.list-group-item.active[b-s2mn49o0fu],
.list-group-item.active:hover[b-s2mn49o0fu],
.list-group-item.active:focus[b-s2mn49o0fu] {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading[b-s2mn49o0fu],
    .list-group-item.active:hover .list-group-item-heading[b-s2mn49o0fu],
    .list-group-item.active:focus .list-group-item-heading[b-s2mn49o0fu],
    .list-group-item.active .list-group-item-heading > small[b-s2mn49o0fu],
    .list-group-item.active:hover .list-group-item-heading > small[b-s2mn49o0fu],
    .list-group-item.active:focus .list-group-item-heading > small[b-s2mn49o0fu],
    .list-group-item.active .list-group-item-heading > .small[b-s2mn49o0fu],
    .list-group-item.active:hover .list-group-item-heading > .small[b-s2mn49o0fu],
    .list-group-item.active:focus .list-group-item-heading > .small[b-s2mn49o0fu] {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text[b-s2mn49o0fu],
    .list-group-item.active:hover .list-group-item-text[b-s2mn49o0fu],
    .list-group-item.active:focus .list-group-item-text[b-s2mn49o0fu] {
        color: #c7ddef;
    }

.list-group-item-success[b-s2mn49o0fu] {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success[b-s2mn49o0fu] {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading[b-s2mn49o0fu] {
        color: inherit;
    }

    a.list-group-item-success:hover[b-s2mn49o0fu],
    a.list-group-item-success:focus[b-s2mn49o0fu] {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active[b-s2mn49o0fu],
    a.list-group-item-success.active:hover[b-s2mn49o0fu],
    a.list-group-item-success.active:focus[b-s2mn49o0fu] {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info[b-s2mn49o0fu] {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info[b-s2mn49o0fu] {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading[b-s2mn49o0fu] {
        color: inherit;
    }

    a.list-group-item-info:hover[b-s2mn49o0fu],
    a.list-group-item-info:focus[b-s2mn49o0fu] {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active[b-s2mn49o0fu],
    a.list-group-item-info.active:hover[b-s2mn49o0fu],
    a.list-group-item-info.active:focus[b-s2mn49o0fu] {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning[b-s2mn49o0fu] {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning[b-s2mn49o0fu] {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading[b-s2mn49o0fu] {
        color: inherit;
    }

    a.list-group-item-warning:hover[b-s2mn49o0fu],
    a.list-group-item-warning:focus[b-s2mn49o0fu] {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active[b-s2mn49o0fu],
    a.list-group-item-warning.active:hover[b-s2mn49o0fu],
    a.list-group-item-warning.active:focus[b-s2mn49o0fu] {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger[b-s2mn49o0fu] {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger[b-s2mn49o0fu] {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading[b-s2mn49o0fu] {
        color: inherit;
    }

    a.list-group-item-danger:hover[b-s2mn49o0fu],
    a.list-group-item-danger:focus[b-s2mn49o0fu] {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active[b-s2mn49o0fu],
    a.list-group-item-danger.active:hover[b-s2mn49o0fu],
    a.list-group-item-danger.active:focus[b-s2mn49o0fu] {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading[b-s2mn49o0fu] {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text[b-s2mn49o0fu] {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel[b-s2mn49o0fu] {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body[b-s2mn49o0fu] {
    padding: 15px;
}

.panel-heading[b-s2mn49o0fu] {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle[b-s2mn49o0fu] {
        color: inherit;
    }

.panel-title[b-s2mn49o0fu] {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a[b-s2mn49o0fu] {
        color: inherit;
    }

.panel-footer[b-s2mn49o0fu] {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group[b-s2mn49o0fu],
.panel > .panel-collapse > .list-group[b-s2mn49o0fu] {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item[b-s2mn49o0fu],
    .panel > .panel-collapse > .list-group .list-group-item[b-s2mn49o0fu] {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child[b-s2mn49o0fu],
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child[b-s2mn49o0fu] {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child[b-s2mn49o0fu],
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child[b-s2mn49o0fu] {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child[b-s2mn49o0fu] {
    border-top-width: 0;
}

.list-group + .panel-footer[b-s2mn49o0fu] {
    border-top-width: 0;
}

.panel > .table[b-s2mn49o0fu],
.panel > .table-responsive > .table[b-s2mn49o0fu],
.panel > .panel-collapse > .table[b-s2mn49o0fu] {
    margin-bottom: 0;
}

    .panel > .table caption[b-s2mn49o0fu],
    .panel > .table-responsive > .table caption[b-s2mn49o0fu],
    .panel > .panel-collapse > .table caption[b-s2mn49o0fu] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child[b-s2mn49o0fu],
    .panel > .table-responsive:first-child > .table:first-child[b-s2mn49o0fu] {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child[b-s2mn49o0fu],
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child[b-s2mn49o0fu],
        .panel > .table:first-child > tbody:first-child > tr:first-child[b-s2mn49o0fu],
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child[b-s2mn49o0fu] {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child[b-s2mn49o0fu],
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child[b-s2mn49o0fu],
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child[b-s2mn49o0fu],
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child[b-s2mn49o0fu],
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child[b-s2mn49o0fu],
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child[b-s2mn49o0fu],
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child[b-s2mn49o0fu],
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child[b-s2mn49o0fu] {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child[b-s2mn49o0fu],
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child[b-s2mn49o0fu],
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child[b-s2mn49o0fu],
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child[b-s2mn49o0fu],
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child[b-s2mn49o0fu],
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child[b-s2mn49o0fu],
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child[b-s2mn49o0fu],
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child[b-s2mn49o0fu] {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child[b-s2mn49o0fu],
    .panel > .table-responsive:last-child > .table:last-child[b-s2mn49o0fu] {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child[b-s2mn49o0fu],
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child[b-s2mn49o0fu],
        .panel > .table:last-child > tfoot:last-child > tr:last-child[b-s2mn49o0fu],
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child[b-s2mn49o0fu] {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child[b-s2mn49o0fu],
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child[b-s2mn49o0fu],
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child[b-s2mn49o0fu],
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child[b-s2mn49o0fu],
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child[b-s2mn49o0fu],
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child[b-s2mn49o0fu],
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child[b-s2mn49o0fu],
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child[b-s2mn49o0fu] {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child[b-s2mn49o0fu],
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child[b-s2mn49o0fu],
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child[b-s2mn49o0fu],
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child[b-s2mn49o0fu],
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child[b-s2mn49o0fu],
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child[b-s2mn49o0fu],
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child[b-s2mn49o0fu],
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child[b-s2mn49o0fu] {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table[b-s2mn49o0fu],
    .panel > .panel-body + .table-responsive[b-s2mn49o0fu],
    .panel > .table + .panel-body[b-s2mn49o0fu],
    .panel > .table-responsive + .panel-body[b-s2mn49o0fu] {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th[b-s2mn49o0fu],
    .panel > .table > tbody:first-child > tr:first-child td[b-s2mn49o0fu] {
        border-top: 0;
    }

.panel > .table-bordered[b-s2mn49o0fu],
.panel > .table-responsive > .table-bordered[b-s2mn49o0fu] {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child[b-s2mn49o0fu],
    .panel > .table-bordered > tbody > tr > th:first-child[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child[b-s2mn49o0fu],
    .panel > .table-bordered > tfoot > tr > th:first-child[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child[b-s2mn49o0fu],
    .panel > .table-bordered > thead > tr > td:first-child[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child[b-s2mn49o0fu],
    .panel > .table-bordered > tbody > tr > td:first-child[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child[b-s2mn49o0fu],
    .panel > .table-bordered > tfoot > tr > td:first-child[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child[b-s2mn49o0fu] {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child[b-s2mn49o0fu],
    .panel > .table-bordered > tbody > tr > th:last-child[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child[b-s2mn49o0fu],
    .panel > .table-bordered > tfoot > tr > th:last-child[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child[b-s2mn49o0fu],
    .panel > .table-bordered > thead > tr > td:last-child[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child[b-s2mn49o0fu],
    .panel > .table-bordered > tbody > tr > td:last-child[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child[b-s2mn49o0fu],
    .panel > .table-bordered > tfoot > tr > td:last-child[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child[b-s2mn49o0fu] {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td[b-s2mn49o0fu],
    .panel > .table-bordered > tbody > tr:first-child > td[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td[b-s2mn49o0fu],
    .panel > .table-bordered > thead > tr:first-child > th[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th[b-s2mn49o0fu],
    .panel > .table-bordered > tbody > tr:first-child > th[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th[b-s2mn49o0fu] {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td[b-s2mn49o0fu],
    .panel > .table-bordered > tfoot > tr:last-child > td[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td[b-s2mn49o0fu],
    .panel > .table-bordered > tbody > tr:last-child > th[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th[b-s2mn49o0fu],
    .panel > .table-bordered > tfoot > tr:last-child > th[b-s2mn49o0fu],
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th[b-s2mn49o0fu] {
        border-bottom: 0;
    }

.panel > .table-responsive[b-s2mn49o0fu] {
    margin-bottom: 0;
    border: 0;
}

.panel-group[b-s2mn49o0fu] {
    margin-bottom: 20px;
}

    .panel-group .panel[b-s2mn49o0fu] {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel[b-s2mn49o0fu] {
            margin-top: 5px;
        }

    .panel-group .panel-heading[b-s2mn49o0fu] {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body[b-s2mn49o0fu],
        .panel-group .panel-heading + .panel-collapse > .list-group[b-s2mn49o0fu] {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer[b-s2mn49o0fu] {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body[b-s2mn49o0fu] {
            border-bottom: 1px solid #ddd;
        }

.panel-default[b-s2mn49o0fu] {
    border-color: #ddd;
}

    .panel-default > .panel-heading[b-s2mn49o0fu] {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body[b-s2mn49o0fu] {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge[b-s2mn49o0fu] {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body[b-s2mn49o0fu] {
        border-bottom-color: #ddd;
    }

.panel-primary[b-s2mn49o0fu] {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading[b-s2mn49o0fu] {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body[b-s2mn49o0fu] {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge[b-s2mn49o0fu] {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body[b-s2mn49o0fu] {
        border-bottom-color: #337ab7;
    }

.panel-success[b-s2mn49o0fu] {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading[b-s2mn49o0fu] {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body[b-s2mn49o0fu] {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge[b-s2mn49o0fu] {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body[b-s2mn49o0fu] {
        border-bottom-color: #d6e9c6;
    }

.panel-info[b-s2mn49o0fu] {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading[b-s2mn49o0fu] {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body[b-s2mn49o0fu] {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge[b-s2mn49o0fu] {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body[b-s2mn49o0fu] {
        border-bottom-color: #bce8f1;
    }

.panel-warning[b-s2mn49o0fu] {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading[b-s2mn49o0fu] {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body[b-s2mn49o0fu] {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge[b-s2mn49o0fu] {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body[b-s2mn49o0fu] {
        border-bottom-color: #faebcc;
    }

.panel-danger[b-s2mn49o0fu] {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading[b-s2mn49o0fu] {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body[b-s2mn49o0fu] {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge[b-s2mn49o0fu] {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body[b-s2mn49o0fu] {
        border-bottom-color: #ebccd1;
    }

.embed-responsive[b-s2mn49o0fu] {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item[b-s2mn49o0fu],
    .embed-responsive iframe[b-s2mn49o0fu],
    .embed-responsive embed[b-s2mn49o0fu],
    .embed-responsive object[b-s2mn49o0fu],
    .embed-responsive video[b-s2mn49o0fu] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9[b-s2mn49o0fu] {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3[b-s2mn49o0fu] {
        padding-bottom: 75%;
    }

.well[b-s2mn49o0fu] {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

    .well blockquote[b-s2mn49o0fu] {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15);
    }

.well-lg[b-s2mn49o0fu] {
    padding: 24px;
    border-radius: 6px;
}

.well-sm[b-s2mn49o0fu] {
    padding: 9px;
    border-radius: 3px;
}

.close[b-s2mn49o0fu] {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover[b-s2mn49o0fu],
    .close:focus[b-s2mn49o0fu] {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close[b-s2mn49o0fu] {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open[b-s2mn49o0fu] {
    overflow: hidden;
}

.modal[b-s2mn49o0fu] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog[b-s2mn49o0fu] {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog[b-s2mn49o0fu] {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal[b-s2mn49o0fu] {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog[b-s2mn49o0fu] {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content[b-s2mn49o0fu] {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop[b-s2mn49o0fu] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade[b-s2mn49o0fu] {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in[b-s2mn49o0fu] {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header[b-s2mn49o0fu] {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close[b-s2mn49o0fu] {
        margin-top: -2px;
    }

.modal-title[b-s2mn49o0fu] {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body[b-s2mn49o0fu] {
    position: relative;
    padding: 15px;
}

.modal-footer[b-s2mn49o0fu] {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn[b-s2mn49o0fu] {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn[b-s2mn49o0fu] {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block[b-s2mn49o0fu] {
        margin-left: 0;
    }

.modal-scrollbar-measure[b-s2mn49o0fu] {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 800px) {
    .modal-dialog[b-s2mn49o0fu] {
        width: 800px;
        margin: 30px auto;
    }

    .modal-content[b-s2mn49o0fu] {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm[b-s2mn49o0fu] {
        width: 300px;
    }

    .modal-dialog-50[b-s2mn49o0fu] {
        width: 50%;
        min-width: 800px !important;
        margin: 30px auto;
    }

    .modal-dialog-90[b-s2mn49o0fu] {
        width: 90%;
        min-width: 800px !important;
        margin: 30px auto;
    }

    .modal-lg[b-s2mn49o0fu] {
        width: 80%;
        margin: 30px auto;
    }

    .modal-xlg[b-s2mn49o0fu] {
        width: 90%;
        height: 90vh;
        margin: 30px auto;
    }

    .modal-jestimate[b-s2mn49o0fu] {
        width: 1090px;
        height: 650px;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-lg[b-s2mn49o0fu] {
        width: 80%;
        margin: 30px auto;
    }

    .modal-xlg[b-s2mn49o0fu] {
        width: 90%;
        margin: 30px auto;
    }

    .modal-jestimate[b-s2mn49o0fu] {
        width: 1090px;
        height: 650px;
        margin: 30px auto;
    }
}

.tooltip[b-s2mn49o0fu] {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in[b-s2mn49o0fu] {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top[b-s2mn49o0fu] {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right[b-s2mn49o0fu] {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom[b-s2mn49o0fu] {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left[b-s2mn49o0fu] {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner[b-s2mn49o0fu] {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow[b-s2mn49o0fu] {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow[b-s2mn49o0fu] {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow[b-s2mn49o0fu] {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow[b-s2mn49o0fu] {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow[b-s2mn49o0fu] {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow[b-s2mn49o0fu] {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow[b-s2mn49o0fu] {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow[b-s2mn49o0fu] {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow[b-s2mn49o0fu] {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover[b-s2mn49o0fu] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

    .popover.top[b-s2mn49o0fu] {
        margin-top: -10px;
    }

    .popover.right[b-s2mn49o0fu] {
        margin-left: 10px;
    }

    .popover.bottom[b-s2mn49o0fu] {
        margin-top: 10px;
    }

    .popover.left[b-s2mn49o0fu] {
        margin-left: -10px;
    }

.popover-title[b-s2mn49o0fu] {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content[b-s2mn49o0fu] {
    padding: 9px 14px;
}

.popover > .arrow[b-s2mn49o0fu],
.popover > .arrow[b-s2mn49o0fu]:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow[b-s2mn49o0fu] {
    border-width: 11px;
}

    .popover > .arrow[b-s2mn49o0fu]:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow[b-s2mn49o0fu] {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

    .popover.top > .arrow[b-s2mn49o0fu]:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow[b-s2mn49o0fu] {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

    .popover.right > .arrow[b-s2mn49o0fu]:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow[b-s2mn49o0fu] {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

    .popover.bottom > .arrow[b-s2mn49o0fu]:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow[b-s2mn49o0fu] {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

    .popover.left > .arrow[b-s2mn49o0fu]:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel[b-s2mn49o0fu] {
    position: relative;
}

.carousel-inner[b-s2mn49o0fu] {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item[b-s2mn49o0fu] {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img[b-s2mn49o0fu],
        .carousel-inner > .item > a > img[b-s2mn49o0fu] {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item[b-s2mn49o0fu] {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.next[b-s2mn49o0fu],
        .carousel-inner > .item.active.right[b-s2mn49o0fu] {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.prev[b-s2mn49o0fu],
        .carousel-inner > .item.active.left[b-s2mn49o0fu] {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.next.left[b-s2mn49o0fu],
            .carousel-inner > .item.prev.right[b-s2mn49o0fu],
            .carousel-inner > .item.active[b-s2mn49o0fu] {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active[b-s2mn49o0fu],
.carousel-inner > .next[b-s2mn49o0fu],
.carousel-inner > .prev[b-s2mn49o0fu] {
    display: block;
}

.carousel-inner > .active[b-s2mn49o0fu] {
    left: 0;
}

.carousel-inner > .next[b-s2mn49o0fu],
.carousel-inner > .prev[b-s2mn49o0fu] {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next[b-s2mn49o0fu] {
    left: 100%;
}

.carousel-inner > .prev[b-s2mn49o0fu] {
    left: -100%;
}

    .carousel-inner > .next.left[b-s2mn49o0fu],
    .carousel-inner > .prev.right[b-s2mn49o0fu] {
        left: 0;
    }

.carousel-inner > .active.left[b-s2mn49o0fu] {
    left: -100%;
}

.carousel-inner > .active.right[b-s2mn49o0fu] {
    left: 100%;
}

.carousel-control[b-s2mn49o0fu] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left[b-s2mn49o0fu] {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right[b-s2mn49o0fu] {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover[b-s2mn49o0fu],
    .carousel-control:focus[b-s2mn49o0fu] {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev[b-s2mn49o0fu],
    .carousel-control .icon-next[b-s2mn49o0fu],
    .carousel-control .glyphicon-chevron-left[b-s2mn49o0fu],
    .carousel-control .glyphicon-chevron-right[b-s2mn49o0fu] {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev[b-s2mn49o0fu],
    .carousel-control .glyphicon-chevron-left[b-s2mn49o0fu] {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next[b-s2mn49o0fu],
    .carousel-control .glyphicon-chevron-right[b-s2mn49o0fu] {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev[b-s2mn49o0fu],
    .carousel-control .icon-next[b-s2mn49o0fu] {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev[b-s2mn49o0fu]:before {
            content: '\2039';
        }

        .carousel-control .icon-next[b-s2mn49o0fu]:before {
            content: '\203a';
        }

.carousel-indicators[b-s2mn49o0fu] {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li[b-s2mn49o0fu] {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active[b-s2mn49o0fu] {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption[b-s2mn49o0fu] {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .carousel-caption .btn[b-s2mn49o0fu] {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left[b-s2mn49o0fu],
    .carousel-control .glyphicon-chevron-right[b-s2mn49o0fu],
    .carousel-control .icon-prev[b-s2mn49o0fu],
    .carousel-control .icon-next[b-s2mn49o0fu] {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left[b-s2mn49o0fu],
    .carousel-control .icon-prev[b-s2mn49o0fu] {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right[b-s2mn49o0fu],
    .carousel-control .icon-next[b-s2mn49o0fu] {
        margin-right: -15px;
    }

    .carousel-caption[b-s2mn49o0fu] {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators[b-s2mn49o0fu] {
        bottom: 20px;
    }
}

.clearfix[b-s2mn49o0fu]:before,
.clearfix[b-s2mn49o0fu]:after,
.dl-horizontal dd[b-s2mn49o0fu]:before,
.dl-horizontal dd[b-s2mn49o0fu]:after,
.container[b-s2mn49o0fu]:before,
.container[b-s2mn49o0fu]:after,
.container-fluid[b-s2mn49o0fu]:before,
.container-fluid[b-s2mn49o0fu]:after,
.row[b-s2mn49o0fu]:before,
.row[b-s2mn49o0fu]:after,
.form-horizontal .form-group[b-s2mn49o0fu]:before,
.form-horizontal .form-group[b-s2mn49o0fu]:after,
.btn-toolbar[b-s2mn49o0fu]:before,
.btn-toolbar[b-s2mn49o0fu]:after,
.btn-group-vertical > .btn-group[b-s2mn49o0fu]:before,
.btn-group-vertical > .btn-group[b-s2mn49o0fu]:after,
.nav[b-s2mn49o0fu]:before,
.nav[b-s2mn49o0fu]:after,
.navbar[b-s2mn49o0fu]:before,
.navbar[b-s2mn49o0fu]:after,
.navbar-header[b-s2mn49o0fu]:before,
.navbar-header[b-s2mn49o0fu]:after,
.navbar-collapse[b-s2mn49o0fu]:before,
.navbar-collapse[b-s2mn49o0fu]:after,
.pager[b-s2mn49o0fu]:before,
.pager[b-s2mn49o0fu]:after,
.panel-body[b-s2mn49o0fu]:before,
.panel-body[b-s2mn49o0fu]:after,
.modal-footer[b-s2mn49o0fu]:before,
.modal-footer[b-s2mn49o0fu]:after {
    display: table;
    content: " ";
}

.clearfix[b-s2mn49o0fu]:after,
.dl-horizontal dd[b-s2mn49o0fu]:after,
.container[b-s2mn49o0fu]:after,
.container-fluid[b-s2mn49o0fu]:after,
.row[b-s2mn49o0fu]:after,
.form-horizontal .form-group[b-s2mn49o0fu]:after,
.btn-toolbar[b-s2mn49o0fu]:after,
.btn-group-vertical > .btn-group[b-s2mn49o0fu]:after,
.nav[b-s2mn49o0fu]:after,
.navbar[b-s2mn49o0fu]:after,
.navbar-header[b-s2mn49o0fu]:after,
.navbar-collapse[b-s2mn49o0fu]:after,
.pager[b-s2mn49o0fu]:after,
.panel-body[b-s2mn49o0fu]:after,
.modal-footer[b-s2mn49o0fu]:after {
    clear: both;
}

.center-block[b-s2mn49o0fu] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right[b-s2mn49o0fu] {
    float: right !important;
}

.pull-left[b-s2mn49o0fu] {
    float: left !important;
}

.hide[b-s2mn49o0fu] {
    display: none !important;
}

.show[b-s2mn49o0fu] {
    display: block !important;
}

.invisible[b-s2mn49o0fu] {
    visibility: hidden;
}

.text-hide[b-s2mn49o0fu] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden[b-s2mn49o0fu] {
    display: none !important;
    visibility: hidden !important;
}

.affix[b-s2mn49o0fu] {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs[b-s2mn49o0fu],
.visible-sm[b-s2mn49o0fu],
.visible-md[b-s2mn49o0fu],
.visible-lg[b-s2mn49o0fu] {
    display: none !important;
}

.visible-xs-block[b-s2mn49o0fu],
.visible-xs-inline[b-s2mn49o0fu],
.visible-xs-inline-block[b-s2mn49o0fu],
.visible-sm-block[b-s2mn49o0fu],
.visible-sm-inline[b-s2mn49o0fu],
.visible-sm-inline-block[b-s2mn49o0fu],
.visible-md-block[b-s2mn49o0fu],
.visible-md-inline[b-s2mn49o0fu],
.visible-md-inline-block[b-s2mn49o0fu],
.visible-lg-block[b-s2mn49o0fu],
.visible-lg-inline[b-s2mn49o0fu],
.visible-lg-inline-block[b-s2mn49o0fu] {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs[b-s2mn49o0fu] {
        display: block !important;
    }

    table.visible-xs[b-s2mn49o0fu] {
        display: table;
    }

    tr.visible-xs[b-s2mn49o0fu] {
        display: table-row !important;
    }

    th.visible-xs[b-s2mn49o0fu],
    td.visible-xs[b-s2mn49o0fu] {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block[b-s2mn49o0fu] {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline[b-s2mn49o0fu] {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block[b-s2mn49o0fu] {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm[b-s2mn49o0fu] {
        display: block !important;
    }

    table.visible-sm[b-s2mn49o0fu] {
        display: table;
    }

    tr.visible-sm[b-s2mn49o0fu] {
        display: table-row !important;
    }

    th.visible-sm[b-s2mn49o0fu],
    td.visible-sm[b-s2mn49o0fu] {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block[b-s2mn49o0fu] {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline[b-s2mn49o0fu] {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block[b-s2mn49o0fu] {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md[b-s2mn49o0fu] {
        display: block !important;
    }

    table.visible-md[b-s2mn49o0fu] {
        display: table;
    }

    tr.visible-md[b-s2mn49o0fu] {
        display: table-row !important;
    }

    th.visible-md[b-s2mn49o0fu],
    td.visible-md[b-s2mn49o0fu] {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block[b-s2mn49o0fu] {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline[b-s2mn49o0fu] {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block[b-s2mn49o0fu] {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg[b-s2mn49o0fu] {
        display: block !important;
    }

    table.visible-lg[b-s2mn49o0fu] {
        display: table;
    }

    tr.visible-lg[b-s2mn49o0fu] {
        display: table-row !important;
    }

    th.visible-lg[b-s2mn49o0fu],
    td.visible-lg[b-s2mn49o0fu] {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block[b-s2mn49o0fu] {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline[b-s2mn49o0fu] {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block[b-s2mn49o0fu] {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs[b-s2mn49o0fu] {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm[b-s2mn49o0fu] {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md[b-s2mn49o0fu] {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg[b-s2mn49o0fu] {
        display: none !important;
    }
}

.visible-print[b-s2mn49o0fu] {
    display: none !important;
}

@media print {
    .visible-print[b-s2mn49o0fu] {
        display: block !important;
    }

    table.visible-print[b-s2mn49o0fu] {
        display: table;
    }

    tr.visible-print[b-s2mn49o0fu] {
        display: table-row !important;
    }

    th.visible-print[b-s2mn49o0fu],
    td.visible-print[b-s2mn49o0fu] {
        display: table-cell !important;
    }
}

.visible-print-block[b-s2mn49o0fu] {
    display: none !important;
}

@media print {
    .visible-print-block[b-s2mn49o0fu] {
        display: block !important;
    }
}

.visible-print-inline[b-s2mn49o0fu] {
    display: none !important;
}

@media print {
    .visible-print-inline[b-s2mn49o0fu] {
        display: inline !important;
    }
}

.visible-print-inline-block[b-s2mn49o0fu] {
    display: none !important;
}

@media print {
    .visible-print-inline-block[b-s2mn49o0fu] {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print[b-s2mn49o0fu] {
        display: none !important;
    }
}
/* sourceMappingURL=bootstrap.css.map */
ul.wysihtml5-toolbar[b-s2mn49o0fu] {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.wysihtml5-toolbar[b-s2mn49o0fu]::after {
        clear: both;
        display: table;
        content: "";
    }

    ul.wysihtml5-toolbar > li[b-s2mn49o0fu] {
        float: left;
        display: list-item;
        list-style: none;
        margin: 0 5px 10px 0;
    }

    ul.wysihtml5-toolbar a[data-wysihtml5-command=bold][b-s2mn49o0fu] {
        font-weight: bold;
    }

    ul.wysihtml5-toolbar a[data-wysihtml5-command=italic][b-s2mn49o0fu] {
        font-style: italic;
    }

    ul.wysihtml5-toolbar a[data-wysihtml5-command=underline][b-s2mn49o0fu] {
        text-decoration: underline;
    }

    ul.wysihtml5-toolbar a.btn.wysihtml5-command-active[b-s2mn49o0fu] {
        background-image: none;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
        background-color: #E6E6E6;
        background-color: #D9D9D9;
        outline: 0;
    }

ul.wysihtml5-commands-disabled .dropdown-menu[b-s2mn49o0fu] {
    display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors[b-s2mn49o0fu] {
    display: block;
    width: 50px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    position: absolute;
    pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title[b-s2mn49o0fu] {
    padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"][b-s2mn49o0fu] {
    background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"][b-s2mn49o0fu] {
    background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"][b-s2mn49o0fu] {
    background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"][b-s2mn49o0fu] {
    background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"][b-s2mn49o0fu] {
    background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"][b-s2mn49o0fu] {
    background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"][b-s2mn49o0fu] {
    background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"][b-s2mn49o0fu] {
    background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"][b-s2mn49o0fu] {
    background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"][b-s2mn49o0fu] {
    background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"][b-s2mn49o0fu] {
    background: orange !important;
}
/*! bootstrap3-wysihtml5-bower 2013-11-22 */

ul.wysihtml5-toolbar[b-s2mn49o0fu] {
    margin: 0;
    padding: 0;
    display: block
}

    ul.wysihtml5-toolbar[b-s2mn49o0fu]::after {
        clear: both;
        display: table;
        content: ""
    }

    ul.wysihtml5-toolbar > li[b-s2mn49o0fu] {
        float: left;
        display: list-item;
        list-style: none;
        margin: 0 5px 10px 0
    }

    ul.wysihtml5-toolbar a[data-wysihtml5-command=bold][b-s2mn49o0fu] {
        font-weight: 700
    }

    ul.wysihtml5-toolbar a[data-wysihtml5-command=italic][b-s2mn49o0fu] {
        font-style: italic
    }

    ul.wysihtml5-toolbar a[data-wysihtml5-command=underline][b-s2mn49o0fu] {
        text-decoration: underline
    }

    ul.wysihtml5-toolbar a.btn.wysihtml5-command-active[b-s2mn49o0fu] {
        background-image: none;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
        background-color: #E6E6E6;
        background-color: #D9D9D9;
        outline: 0
    }

ul.wysihtml5-commands-disabled .dropdown-menu[b-s2mn49o0fu] {
    display: none !important
}

ul.wysihtml5-toolbar div.wysihtml5-colors[b-s2mn49o0fu] {
    display: block;
    width: 50px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    position: absolute;
    pointer-events: none
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title[b-s2mn49o0fu] {
    padding-left: 70px
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=black][b-s2mn49o0fu] {
    background: #000 !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=silver][b-s2mn49o0fu] {
    background: silver !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=gray][b-s2mn49o0fu] {
    background: gray !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=maroon][b-s2mn49o0fu] {
    background: maroon !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=red][b-s2mn49o0fu] {
    background: red !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=purple][b-s2mn49o0fu] {
    background: purple !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=green][b-s2mn49o0fu] {
    background: green !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=olive][b-s2mn49o0fu] {
    background: olive !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=navy][b-s2mn49o0fu] {
    background: navy !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=blue][b-s2mn49o0fu] {
    background: #00f !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=orange][b-s2mn49o0fu] {
    background: orange !important
}
/* _content/DueRuoteMarketplace/Pages/ProductDetails.razor.rz.scp.css */
[b-k2t6yx9xyc] * {
  box-sizing: border-box;
}
/* Contenitore immagine Position the image container (needed to position the left and right arrows) */
[b-k2t6yx9xyc] .gallery {
  position: relative;
}
/* pulsanti avanti e indietro */
[b-k2t6yx9xyc] .prev,
.next[b-k2t6yx9xyc] {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 8px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

[b-k2t6yx9xyc] .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

[b-k2t6yx9xyc] .prev:hover,
.next:hover[b-k2t6yx9xyc] {
  background-color: transparent;
}

[b-k2t6yx9xyc] .row {
    margin-left: 0;
    margin-right: 0;
}

[b-k2t6yx9xyc] .row:after {
    content: "";
    display: table;
    clear: both;
}

[b-k2t6yx9xyc] .column {
  float: left;
  width: 16.66%;
}

/* effetto trasparenza */
[b-k2t6yx9xyc] .thumb {
  opacity: 0.6;
  cursor:pointer;
}

[b-k2t6yx9xyc] .active,
.thumb:hover[b-k2t6yx9xyc] {
  opacity: 1;
}
/* _content/DueRuoteMarketplace/Pages/SearchOriginalReplacements.razor.rz.scp.css */
select > option[b-u60jzew5ua] {
    color: #999;
    font-family: Barlow;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff !important;
}

/* BE-lista */
.lista-first-section[b-u60jzew5ua] {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
/**/
.lista-content[b-u60jzew5ua] {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px auto;
}

.risultati[b-u60jzew5ua] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
}

    .risultati .BE-ricerca[b-u60jzew5ua] {
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: center;
        border-bottom: solid 1px;
    }

        .risultati .BE-ricerca .item[b-u60jzew5ua] {
            width: 23%;
        }

            .risultati .BE-ricerca .item.radio[b-u60jzew5ua] {
                width: 30%;
            }

            .risultati .BE-ricerca .item.small[b-u60jzew5ua] {
                width: 9%;
            }

            .risultati .BE-ricerca .item.big[b-u60jzew5ua] {
                width: 100%;
            }

.input.big[b-u60jzew5ua] {
    width: 100%;
}

    .input.big input[b-u60jzew5ua] {
        width: 100%;
    }

.risultati .BE-ricerca .item span[b-u60jzew5ua] {
}

.risultati .BE-ricerca .item .select[b-u60jzew5ua] {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

.risultati .BE-ricerca .item .input[b-u60jzew5ua] {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

.risultati .BE-ricerca .item .checkbox[b-u60jzew5ua] {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

.risultati .BE-ricerca .item .select select[b-u60jzew5ua] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
    cursor: pointer;
}

.risultati .BE-ricerca .item .input input[b-u60jzew5ua] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
}

.risultati .BE-ricerca .item input[type="checkbox"][b-u60jzew5ua] {
    position: relative;
    appearance: checkbox;
}

.risultati .BE-ricerca .item input[type="radio"][b-u60jzew5ua] {
    position: relative;
    appearance: checkbox;
}

.risultati .BE-ricerca .item .select i[b-u60jzew5ua] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}
/**/
.risultati .BE-data[b-u60jzew5ua] {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    border-bottom: solid 1px;
}

    .risultati .BE-data .item[b-u60jzew5ua] {
        width: 15%;
    }
/**/
.risultati .BE-graph[b-u60jzew5ua] {
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px;
}

/**/
.paginazione[b-u60jzew5ua] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

    .paginazione a[b-u60jzew5ua] {
        margin: 0 5px;
    }
/**/
.container-selezioneindirizzi[b-u60jzew5ua] {
}

    .container-selezioneindirizzi.invisible[b-u60jzew5ua] {
        display: none;
    }

.container-aggiungidati.invisible[b-u60jzew5ua] {
    display: none;
}
/**/
.ricerca-tab .tabs-group .risultati[b-u60jzew5ua] {
    width: 100% !important;
}

    .ricerca-tab .tabs-group .risultati .BE-ricerca[b-u60jzew5ua] {
        width: 100% !important;
    }

.ricerca-tab .tab-container[b-u60jzew5ua] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ricerca-tab .item .select select[b-u60jzew5ua] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
    cursor: pointer;
}

.ricerca-tab .item .select[b-u60jzew5ua] {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

.ricerca-tab .item[b-u60jzew5ua] {
    width: 100%;
}

    .ricerca-tab .item .select i[b-u60jzew5ua] {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 1;
    }

    .ricerca-tab .item.small[b-u60jzew5ua] {
        width: 9%;
    }

.ricerca-tab .tabs-group .tabs .tab[b-u60jzew5ua] {
    border-bottom: 2px solid #F5F5F5;
}

.ricerca-tab .tabs-group .tabs[b-u60jzew5ua] {
    padding: 0 !important;
}
/**/
.vetrina .brand[b-u60jzew5ua] {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    text-transform: uppercase;
}

    .vetrina .brand .image[b-u60jzew5ua] {
        width: 40px;
        margin-right: 5px;
    }

        .vetrina .brand .image img[b-u60jzew5ua] {
            width: 100%;
        }
/**/
.vetrina .fourth-section .list[b-u60jzew5ua] {
}

    .vetrina .fourth-section .list .item-list[b-u60jzew5ua] {
        border-bottom: solid 1px;
        padding: 7px 5px 5px 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .vetrina .fourth-section .list .item-list i[b-u60jzew5ua] {
            color: #ccc;
        }

@media screen and (max-width: 1080px) and (min-width: 425px) {
}

@media screen and (max-width: 950px) {
    .risultati .BE-ricerca .item[b-u60jzew5ua] {
        width: 100%;
    }

        .risultati .BE-ricerca .item.radio[b-u60jzew5ua] {
            width: 100%;
        }

        .risultati .BE-ricerca .item.small[b-u60jzew5ua] {
            width: 100%;
        }

        .risultati .BE-ricerca .item .select[b-u60jzew5ua] {
            width: 100%;
        }
}
/* _content/DueRuoteMarketplace/Pages/SparePartsComponents/ContentOriginalReplacement.razor.rz.scp.css */
*[b-yzhgt2eojg] {
    line-height: normal !important;
}

/*.button-minus, button-plus {
    font-size: 13px !important;
}*/

.input-group input[type='button'][b-yzhgt2eojg] {
    font-size: 13px !important;
}


.risultati .item .second-section[b-yzhgt2eojg] {
    height: 60px;
    border-bottom: hidden;
}

.cod-section[b-yzhgt2eojg] {
    height: 20px;
    border-top: hidden;
    padding-left: 10px;
}

.contenitore-iframe[b-yzhgt2eojg] {
    position: relative;
    overflow: auto;
}

.contenitore-esterno[b-yzhgt2eojg] {
    position: relative;
    height: 40px;
}

    .contenitore-esterno .zoom-buttons[b-yzhgt2eojg] {
        position: absolute;
        top: 10px;
        right: 28px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: stretch;
        /*z-index:999;*/
    }

        .contenitore-esterno .zoom-buttons .z-button[b-yzhgt2eojg] {
            width: 30px;
            height: 30px;
            background-color: #009FE3;
            color: #fff;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            margin-right: 2px;
        }

            .contenitore-esterno .zoom-buttons .z-button.plus[b-yzhgt2eojg] {
            }

            .contenitore-esterno .zoom-buttons .z-button.minus[b-yzhgt2eojg] {
            }

@media screen and (max-width: 950px) {
    .contenitore-esterno .zoom-buttons[b-yzhgt2eojg] {
        position: absolute;
        top: 10px;
        right: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
    }

        .contenitore-esterno .zoom-buttons .z-button[b-yzhgt2eojg] {
            width: 50%;
            height: 30px;
            background-color: #009FE3;
            color: #fff;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            margin-right: 2px;
        }
}


/* Style the tab */
.tab[b-yzhgt2eojg] {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button[b-yzhgt2eojg] {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover[b-yzhgt2eojg] {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active[b-yzhgt2eojg] {
            background-color: #ccc;
        }

/* Style the tab content */
/*.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}*/
/* _content/DueRuoteMarketplace/Pages/StripeCheckout.razor.rz.scp.css */
.lista-content[b-b4av076gew] {
    justify-content: center;
}

#checkout[b-b4av076gew] {
    width: 100%;
}

#no-checkout[b-b4av076gew] {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


@media screen and (max-width: 950px) {
    .lista-content[b-b4av076gew] {
        justify-content: center;
    }
    #no-checkout[b-b4av076gew] {
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
/* _content/DueRuoteMarketplace/Pages/UserProfile.razor.rz.scp.css */
/* 
Colors
#20C1C7
#204648
#189094
#61CED2
#0C4648
*/

#userprofile[b-i179cihp9a] {
    height: 100%;
    padding: 0;
    margin: 0;
}

#userprofile[b-i179cihp9a] {
    font-size: 14px;
    color: #222;
    min-height: 100%;
    height: auto;
}

#userprofile[b-i179cihp9a],
button[b-i179cihp9a],
input[b-i179cihp9a] {
    font-family: 'Open Sans', sans-serif;
}

h1[b-i179cihp9a] {
    font-size: 42px;
    font-weight: 300;
    padding-top: 30px;
    margin: 15px 0;
}

h3[b-i179cihp9a] {
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #0C4648;
    margin: 15px 0 10px;
}

nav[b-i179cihp9a] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
}

    nav a[b-i179cihp9a] {
        color: white;
        text-decoration: none;
        padding: 0 10px;
    }

footer[b-i179cihp9a] {
    text-align: center;
    color: #555;
    font-size: 12px;
    padding: 5px;
}

section[b-i179cihp9a] {
    margin-bottom: 25px;
}

    section.hero[b-i179cihp9a] {
        background: #20C1C7;
        background: linear-gradient(#189094, #20C1C7);
        color: white;
        text-shadow: 0 1px 1px rgba(20,20,20,0.6);
        margin-bottom: 0;
        min-height: 450px;
    }

.hero h2[b-i179cihp9a] {
    font-size: 16px;
    font-weight: 400;
}

section.who[b-i179cihp9a] {
    margin-bottom: 30px;
}

.section-header[b-i179cihp9a] {
    background: #204648;
    padding: 5px 0;
}

input[type="number"][b-i179cihp9a],
input[type="text"][b-i179cihp9a] {
    border: 1px solid #aaa;
    padding: 5px;
    font-size: 18px;
    width: 100px;
}

button[b-i179cihp9a],
a.btn[b-i179cihp9a] {
    background-color: #189094;
    color: white;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    cursor: pointer;
}

input[type="file"][b-i179cihp9a] {
    cursor: pointer;
}

button:focus[b-i179cihp9a] {
    outline: 0;
}

.file-btn[b-i179cihp9a] {
    position: relative;
}

    .file-btn input[type="file"][b-i179cihp9a] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

.actions[b-i179cihp9a] {
    padding: 5px 0;
}

    .actions button[b-i179cihp9a] {
        margin-right: 5px;
    }

pre[class*="language"][b-i179cihp9a] {
    margin: 10px 0;
    padding-top: 0;
    border-left-color: #189094;
}

.containerimgUpload[b-i179cihp9a],
.section-header h2[b-i179cihp9a] {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    min-width: 500px;
    padding: 0 10px;
}

.hero p[b-i179cihp9a] {
    font-size: 16px;
}

.hero .grid[b-i179cihp9a] {
    padding-top: 50px;
}

h2[b-i179cihp9a] {
    color: white;
    font-size: 23px;
    font-weight: 300;
}

.demo-wrap[b-i179cihp9a] {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}

    .demo-wrap .containerimgUpload[b-i179cihp9a] {
        padding-bottom: 10px;
    }

    .demo-wrap strong[b-i179cihp9a] {
        font-size: 16px;
        display: block;
        font-weight: 400;
        color: #aaa;
        margin: 0 0 5px 0;
    }

.documentation ul[b-i179cihp9a] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.documentation section > ul > li[b-i179cihp9a] {
    margin-bottom: 1.5em;
}

.documentation p[b-i179cihp9a] {
    margin: 5px 0 10px;
}

.documentation .parameter-list li[b-i179cihp9a] {
    padding-left: 5px;
    line-height: 28px;
}

    .documentation .parameter-list li.values[b-i179cihp9a] {
        padding-left: 20px;
    }

.documentation em[b-i179cihp9a] {
    color: #aaa;
    font-style: normal;
    padding: 0 10px;
}

.documentation i[b-i179cihp9a] {
    color: #666;
}

.documentation strong.focus[b-i179cihp9a] {
    font-size: 18px;
    color: #189094;
    font-weight: 700;
}

.documentation span.default[b-i179cihp9a] {
    padding-right: 10px;
    font-weight: 600;
    color: #777;
}

.important-notes article[b-i179cihp9a] {
    margin-bottom: 2em;
}

.upload-demo .upload-demo-wrap[b-i179cihp9a],
.upload-demo .upload-result[b-i179cihp9a],
.upload-demo.ready .upload-msg[b-i179cihp9a] {
    display: none;
}

.upload-demo.ready .upload-demo-wrap[b-i179cihp9a] {
    display: block;
}

.upload-demo.ready .upload-result[b-i179cihp9a] {
    display: inline-block;
}

.upload-demo-wrap[b-i179cihp9a] {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.upload-msg[b-i179cihp9a] {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 50px auto;
    border: 1px solid #aaa;
}

/* Sweet alert modifications */
.sweet-alert[b-i179cihp9a] {
    width: auto;
    max-width: 85%;
}

/* Grid - subset */
*[b-i179cihp9a], *[b-i179cihp9a]:after, *[b-i179cihp9a]:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='col-'][b-i179cihp9a] {
    float: left;
    padding-right: 20px; /* column-space */
}

.grid[b-i179cihp9a] {
    width: 100%;
    max-width: 1140px;
    min-width: 755px;
    margin: 0 auto;
    overflow: hidden;
}

    .grid[b-i179cihp9a]:after {
        content: "";
        display: table;
        clear: both;
    }

.col-1-2[b-i179cihp9a] {
    width: 50%;
}

.col-1-3[b-i179cihp9a] {
    width: 33.33%;
}

.col-2-3[b-i179cihp9a] {
    width: 66.66%;
}

.col-1-4[b-i179cihp9a] {
    width: 25%;
}

.col-3-4[b-i179cihp9a] {
    width: 75%;
}

@media handheld, only screen and (max-width: 767px) {
    .grid[b-i179cihp9a] {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px; /* grid-space to left */
        padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
    }

    [class*='col-'][b-i179cihp9a] {
        width: auto;
        float: none;
        margin: 10px 0;
        padding-left: 0;
        padding-right: 10px; /* column-space */
    }

    .containerimgUpload[b-i179cihp9a],
    .section-header h2[b-i179cihp9a] {
        min-width: 0;
    }

    .croppie-containerimgUpload[b-i179cihp9a] {
        padding: 30px 0;
    }
}



#userprofile[b-i179cihp9a] {
    margin: 0 !important;
}
/**/
.tagliariga[b-i179cihp9a] {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**/
.align-center[b-i179cihp9a] {
    text-align: center;
}

.align-left[b-i179cihp9a] {
    text-align: left;
}

.align-right[b-i179cihp9a] {
    text-align: right;
}
/**/
.weight-normal[b-i179cihp9a] {
    font-weight: 400 !important;
}

.weight-bold[b-i179cihp9a], b[b-i179cihp9a], strong[b-i179cihp9a] {
    font-weight: 700 !important;
}
/**/
.text-uppercase[b-i179cihp9a] {
    text-transform: uppercase;
}

.text-lowercase[b-i179cihp9a] {
    text-transform: none;
}
/**/
.button-style01[b-i179cihp9a] {
    padding: 5px 0;
    display: block;
    max-width: 300px;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
}
/**/
.decoration[b-i179cihp9a] {
    text-decoration: none;
}

.decoration-yes[b-i179cihp9a] {
    text-decoration: underline;
}
/**/
* a[b-i179cihp9a] {
    color: inherit !important;
    text-decoration: none;
}
/**/
select:focus[b-i179cihp9a], input:focus[b-i179cihp9a] {
    outline: none !important;
}

select[b-i179cihp9a], input[b-i179cihp9a], button[b-i179cihp9a] {
    appearance: none;
}
/**/
/*rules*/
.section-standard[b-i179cihp9a] {
    padding: 10px;
}

.margin-standard[b-i179cihp9a] {
    margin: 10px 0;
}

.margin-small[b-i179cihp9a] {
    margin: 5px 0;
}

.padding-standard[b-i179cihp9a] {
    padding: 10px;
}

.padding-big[b-i179cihp9a] {
    padding: 15px;
}

.padding-small[b-i179cihp9a] {
    padding: 5px;
}

.margin-none[b-i179cihp9a] {
    margin: 0 !important;
}

.padding-none[b-i179cihp9a] {
    padding: 0 !important;
}
/**/
.big-section[b-i179cihp9a] {
    width: 100%;
}

    .big-section .item[b-i179cihp9a] {
        width: 70%;
    }
/**/
.display-block[b-i179cihp9a] {
    display: block;
}
/**/
.risultati.full[b-i179cihp9a] {
    width: 100% !important;
}
/**/
.relative[b-i179cihp9a] {
    position: relative;
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.margin-standard-flex-small[b-i179cihp9a] {
    margin: 0 0 5px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.margin-standard-flex[b-i179cihp9a] {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.standard-flex[b-i179cihp9a] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.margin-standard-flex a[b-i179cihp9a] {
    margin-right: 10px;
}

.flex-basis-100[b-i179cihp9a] {
    flex-basis: 100%;
}

.flex-basis-100[b-i179cihp9a] {
    flex-basis: 100%;
}

.flex-center[b-i179cihp9a] {
    justify-content: center !important;
}

.flex-between[b-i179cihp9a] {
    justify-content: space-between !important;
    align-items: flex-start;
}

.flex-start[b-i179cihp9a] {
    justify-content: flex-start !important;
    align-items: flex-start;
    display: flex;
}
/**/
.button-style01-carrello01[b-i179cihp9a] {
    padding: 5px 25px;
}
/**/
fieldset[b-i179cihp9a], label[b-i179cihp9a] {
    margin: 0;
    padding: 0;
}

#userprofile[b-i179cihp9a] {
    margin: 20px;
}

h1[b-i179cihp9a] {
    font-size: 1.5em;
    margin: 10px;
}

/**/

/****** SISTEMA RATING STELLE *****/

.rating[b-i179cihp9a] {
    border: none;
    float: left;
}

    .rating > input[b-i179cihp9a] {
        display: none;
    }

    .rating > label[b-i179cihp9a]:before {
        margin: 5px;
        font-size: 1.25em;
        font-family: "Font Awesome 5 Free" !important;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half[b-i179cihp9a]:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label[b-i179cihp9a] {
        color: #ddd;
        float: right;
    }

    /***** *****/

    .rating > input:checked ~ label[b-i179cihp9a], /* show gold star when clicked */
    .rating:not(:checked) > label:hover[b-i179cihp9a], /* hover current star */
    .rating:not(:checked) > label:hover ~ label[b-i179cihp9a] {
        color: #FFD700;
    }
        /*  */

        .rating > input:checked + label:hover[b-i179cihp9a], /* hover current star when changing rating */
        .rating > input:checked ~ label:hover[b-i179cihp9a],
        .rating > label:hover ~ input:checked ~ label[b-i179cihp9a], /* lighten current selection */
        .rating > input:checked ~ label:hover ~ label[b-i179cihp9a] {
            color: #FFED85;
        }
/**/
.foto-profilo[b-i179cihp9a] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

    .foto-profilo .image[b-i179cihp9a] {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        overflow: hidden;
        border: solid 2px;
        position: relative;
        cursor: pointer;
    }

        .foto-profilo .image img[b-i179cihp9a] {
            height: 100%;
            overflow: hidden;
        }

        .foto-profilo .image .modificafoto[b-i179cihp9a] {
            display: none;
        }
        /**/
        /**/
        .foto-profilo .image:hover img[b-i179cihp9a] {
            opacity: 0.5;
        }

        .foto-profilo .image:hover .modificafoto[b-i179cihp9a] {
            display: block;
            position: absolute;
            z-index: 9;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
        }

/**/
a.item.custom-item-search-font-size.custom-font-color05.weight-bold[b-i179cihp9a] {
    font-weight: normal !important;
}
/**/
@media screen and (max-width: 950px) {
    .risultati.full[b-i179cihp9a] {
        width: 90%;
    }

    .buttons-group[b-i179cihp9a] {
        display: flex;
        flex-direction: column;
    }

        .buttons-group .btn[b-i179cihp9a] {
            margin: 2px 0;
            display: block;
        }

    .hidemobile[b-i179cihp9a] {
        display: none !important;
    }
}
.custom-font01[b-i179cihp9a] {
    font-family: 'Barlow', sans-serif;
}
.custom-button-font-size[b-i179cihp9a] {
    font-size: 16px;
}
.custom-text-size[b-i179cihp9a] {
    font-size: 14px;
}
.custom-font-color04[b-i179cihp9a] {
    color: #000 !important
}
.custom-font-color07[b-i179cihp9a] {
    color: #AAAAAA !important
}
.custom-a:hover[b-i179cihp9a] {
    text-decoration: underline;
}
/* _content/DueRuoteMarketplace/Shared/Body/Lists Products/ListStore.razor.rz.scp.css */
/*#my-CarouselDealer > .tns-item {

    width: calc(15.6667%);
}*/
/* _content/DueRuoteMarketplace/Shared/Body/Tooltip/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-v1xk2xtvvr] {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    cursor: help;
}

span[b-v1xk2xtvvr] {
    visibility: hidden;
    position: absolute;
    width: 160px;
    bottom: 100%;
    left: 50%;
    margin-left: -80px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

span[b-v1xk2xtvvr]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-wrapper:hover span[b-v1xk2xtvvr] {
    visibility: visible;
}
/* _content/DueRuoteMarketplace/Shared/Components/NumericSelector.razor.rz.scp.css */

.select[b-vx2wochecq] {
    border: solid 1px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2px 0 0 0;
}

.select i[b-vx2wochecq] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}

.select select[b-vx2wochecq] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
}
/* _content/DueRuoteMarketplace/Shared/Header/CloseSearch.razor.rz.scp.css */
#divCloseCerc[b-4v023juir2] {
    display: none;
    top: 110px;
    width: 100%;
    height: 35px;
    background-color: #009fe3 !important;
    border-top: 1px solid gray;
    padding: 10px;
    box-sizing: border-box;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    #divCloseCerc .icon[b-4v023juir2] {
        margin-right: 10px; 
    }

    #divCloseCerc .close-text[b-4v023juir2] {
        margin-right: auto; 
    }

    #divCloseCerc .close-button[b-4v023juir2] {
        cursor: pointer; 
        padding: 15px; 
    }

@media only screen and (min-width: 951px) {
    #divCloseCerc[b-4v023juir2] {
        display: none; 
    }
}
/* _content/DueRuoteMarketplace/Shared/Header/Left Bar/LeftBar.razor.rz.scp.css */
.leftbar-desk[b-fgp5ltka3h] {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}

.leftbar-desk[b-fgp5ltka3h]::-webkit-scrollbar {
        display: none; /* for Chrome, Safari, and Opera */
}

.pointer-events-none[b-fgp5ltka3h] {
    pointer-events: none;
}

#landingPages[b-fgp5ltka3h], #listaAccessori[b-fgp5ltka3h] {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: left;
    align-items: flex-start;
}
