/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


@media(max-width:767px) {
    .container-fluid .panel, .container .panel {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0
    }

    .container-fluid .modal .panel, .container .modal .panel {
        border-radius: 6px;
        margin-left: 0;
        margin-right: 0
    }
}

.well {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    padding: 20px
}

.well-gray-lighter {
    background-color: #edeff2;
    border: #d8dde3
}

.well-primary {
    background-color: #3d83df;
    border: #2370d5
}

.well-primary-light {
    background-color: #eef4fd;
    border: #cedff9
}

.well-white {
    background-color: #fff;
    border: 1px solid #dcdfe3
}

.well-success {
    background-color: #00c3a5;
    border: #009f87
}

.well-success-light {
    background-color: #e0f7f4;
    border: #c4f0ea
}

.well-warning {
    background-color: #ffc600;
    border: #dbaa00
}

.well-warning-light {
    background-color: #fefbdc;
    border: #fdf7b9
}

.well-danger {
    background-color: #e74c3c;
    border: #e32f1c
}

.well-danger-light {
    background-color: #fdf2f1;
    border: #f9d5d2
}

.well-calm {
    background-color: #8870d5;
    border: #7154cd
}

.well-calm-light {
    background-color: #f3f0fa;
    border: #ded5f1
}

.well-sm {
    padding: 10px
}

.well-lg {
    padding: 30px
}

.close {
    filter: alpha(opacity=100);
    opacity: 1;
    font-size: 27px
}

    .close:focus, .close:hover {
        filter: alpha(opacity=60);
        opacity: .6
    }

.modal, .modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        -o-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.04);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #edeff2
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=70);
        opacity: .7
    }

.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #edeff2
}

    .modal-header:after, .modal-header:before {
        content: " ";
        display: table
    }

    .modal-header:after {
        clear: both
    }

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px 20px
}

.modal-footer {
    text-align: right;
    border-top: 1px solid #edeff2
}

    .modal-footer:after, .modal-footer:before {
        content: " ";
        display: table
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 550px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 420px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    filter: alpha(opacity=0);
    opacity: 0
}

    .tooltip.in {
        filter: alpha(opacity=100);
        opacity: 1
    }

    .tooltip.top {
        padding: 6px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 6px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 6px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 6px;
        margin-left: -3px
    }

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -6px;
        border-width: 6px 6px 0;
        border-top-color: #1b2734
    }

    .tooltip.top-left .tooltip-arrow {
        right: 6px
    }

    .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        margin-bottom: -6px;
        border-width: 6px 6px 0;
        border-top-color: #1b2734
    }

    .tooltip.top-right .tooltip-arrow {
        left: 6px
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -6px;
        border-width: 6px 6px 6px 0;
        border-right-color: #1b2734
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -6px;
        border-width: 6px 0 6px 6px;
        border-left-color: #1b2734
    }

    .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -6px;
        border-width: 0 6px 6px;
        border-bottom-color: #1b2734
    }

    .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        right: 6px;
        margin-top: -6px;
        border-width: 0 6px 6px;
        border-bottom-color: #1b2734
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        left: 6px;
        margin-top: -6px;
        border-width: 0 6px 6px;
        border-bottom-color: #1b2734
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #1b2734;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 320px;
    padding: 1px;
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f7f9fa;
    border: 1px solid rgba(0,0,0,.04);
    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 {
        margin-top: -8px
    }

    .popover.right {
        margin-left: 8px
    }

    .popover.bottom {
        margin-top: 8px
    }

    .popover.left {
        margin-left: -8px
    }

    .popover > .arrow {
        border-width: 9px
    }

        .popover > .arrow, .popover > .arrow:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid
        }

            .popover > .arrow:after {
                content: "";
                border-width: 8px
            }

    .popover.top > .arrow {
        bottom: -9px;
        left: 50%;
        margin-left: -9px;
        border-top-color: #b8cad3;
        border-top-color: rgba(0,0,0,.09);
        border-bottom-width: 0
    }

        .popover.top > .arrow:after {
            bottom: 1px;
            margin-left: -8px;
            content: " ";
            border-top-color: #fff;
            border-bottom-width: 0
        }

    .popover.right > .arrow {
        top: 50%;
        left: -9px;
        margin-top: -9px;
        border-right-color: #b8cad3;
        border-right-color: rgba(0,0,0,.09);
        border-left-width: 0
    }

        .popover.right > .arrow:after {
            bottom: -8px;
            left: 1px;
            content: " ";
            border-right-color: #fff;
            border-left-width: 0
        }

    .popover.bottom > .arrow {
        top: -9px;
        left: 50%;
        margin-left: -9px;
        border-top-width: 0;
        border-bottom-color: #b8cad3;
        border-bottom-color: rgba(0,0,0,.09)
    }

        .popover.bottom > .arrow:after {
            top: 1px;
            margin-left: -8px;
            content: " ";
            border-top-width: 0;
            border-bottom-color: #fff
        }

    .popover.left > .arrow {
        top: 50%;
        right: -9px;
        margin-top: -9px;
        border-right-width: 0;
        border-left-color: #b8cad3;
        border-left-color: rgba(0,0,0,.09)
    }

        .popover.left > .arrow:after {
            right: 1px;
            bottom: -8px;
            content: " ";
            border-right-width: 0;
            border-left-color: #fff
        }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 15px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: left .6s ease-in-out;
        -o-transition: .6s ease-in-out left;
        transition: left .6s ease-in-out
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            display: block;
            height: auto;
            max-width: 100%;
            line-height: 1
        }

@media (-webkit-transform-3d),(transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                left: 0
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,.0001));
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));
        background-repeat: repeat-x;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001),rgba(0,0,0,.5));
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));
        background-repeat: repeat-x;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1)
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        filter: alpha(opacity=90);
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1
    }

        .carousel-control .icon-prev:before {
            content: "‹"
        }

        .carousel-control .icon-next:before {
            content: "›"
        }

.carousel-indicators {
    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 {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    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 {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.modal:after {
    background-color: #edeff2;
    content: "";
    display: block;
    height: 100vh;
    left: 0;
    opacity: .7;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-dialog {
    z-index: 1050
}

.modal-content {
    border-radius: 3px;
    box-shadow: 0 12px 24px 0 rgba(0,0,0,.1);
    display: flex;
    flex-direction: column
}

    .modal-content hr {
        border-top: 1px solid #edeff2
    }

.modal-header {
    align-items: flex-start;
    border-bottom: 0;
    border-bottom-width: 0;
    display: flex;
    flex-shrink: 0;
    position: relative
}

    .modal-header .close {
        display: flex;
        margin: -8px -10px -10px auto;
        order: 9999;
        padding: 10px
    }

.modal-title {
    font-size: 18px
}

.modal-body {
    flex: 1 1 auto
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    padding: 15px 20px
}

    .modal-footer .btn-link {
        padding-left: 0;
        padding-right: 0
    }

    .modal-footer .btn + .btn {
        margin-left: 10px
    }

.modal.modal-scrollable {
    overflow: hidden
}

    .modal.modal-scrollable .modal-header {
        border-bottom: 1px solid #edeff2
    }

    .modal.modal-scrollable .modal-body {
        overflow-y: auto
    }

@media(min-width:768px) {
    .modal.modal-scrollable .modal-content, .modal.modal-scrollable .modal-dialog {
        max-height: calc(100vh - 60px)
    }
}

@media(max-width:767px) {
    .modal {
        background: #fff;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

        .modal.fade:not(.in) .modal-dialog {
            transform: translate3d(0,25%,0)
        }

        .modal.fade:not(.in).top .modal-dialog {
            transform: translate3d(0,-25%,0)
        }

        .modal.fade:not(.in).bottom .modal-dialog {
            transform: translate3d(0,25%,0)
        }

        .modal.fade:not(.in).left .modal-dialog {
            transform: translate3d(-25%,0,0)
        }

        .modal.fade:not(.in).right .modal-dialog {
            transform: translate3d(25%,0,0)
        }

        .modal.modal-stick-bottom-xs {
            background-color: transparent
        }

            .modal.modal-stick-bottom-xs .modal-dialog {
                bottom: 0;
                position: absolute;
                width: 100%
            }

            .modal.modal-stick-bottom-xs .modal-content {
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                height: auto;
                max-height: calc(var(--vh, 1vh)*100 - 30px)
            }

        .modal .modal-content {
            height: calc(var(--vh, 1vh)*100)
        }

    .modal-dialog {
        margin: 0
    }

    .modal-content {
        border-bottom: none;
        box-shadow: none;
        height: 100vh
    }

    .modal-body {
        overflow-y: auto
    }

    .modal-footer {
        flex-direction: column-reverse
    }

        .modal-footer .btn {
            display: flex;
            width: 100%
        }

            .modal-footer .btn + .btn {
                margin: 0 0 10px
            }
}

