﻿﻿﻿ /*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li:before {
    pointer-events: none
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

    .ql-clipboard p {
        margin: 0;
        padding: 0
    }

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

    .ql-editor > * {
        cursor: text
    }

    .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor ol, .ql-editor p, .ql-editor pre, .ql-editor ul {
        margin: 0;
        padding: 0;
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }

    .ql-editor ol, .ql-editor ul {
        padding-left: 1.5em
    }

        .ql-editor ol > li, .ql-editor ul > li {
            list-style-type: none
        }

            .ql-editor ul > li:before {
                content: "\2022"
            }

        .ql-editor ul[data-checked=false], .ql-editor ul[data-checked=true] {
            pointer-events: none
        }

            .ql-editor ul[data-checked=false] > li *, .ql-editor ul[data-checked=true] > li * {
                pointer-events: all
            }

            .ql-editor ul[data-checked=false] > li:before, .ql-editor ul[data-checked=true] > li:before {
                color: #777;
                cursor: pointer;
                pointer-events: all
            }

            .ql-editor ul[data-checked=true] > li:before {
                content: "\2611"
            }

            .ql-editor ul[data-checked=false] > li:before {
                content: "\2610"
            }

    .ql-editor li:before {
        display: inline-block;
        white-space: nowrap;
        width: 1.2em
    }

    .ql-editor li:not(.ql-direction-rtl):before {
        margin-left: -1.5em;
        margin-right: .3em;
        text-align: right
    }

    .ql-editor li.ql-direction-rtl:before {
        margin-left: .3em;
        margin-right: -1.5em
    }

    .ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
        padding-left: 1.5em
    }

    .ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl {
        padding-right: 1.5em
    }

    .ql-editor ol li {
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        counter-increment: list-0
    }

        .ql-editor ol li:before {
            content: counter(list-0,decimal) ". "
        }

        .ql-editor ol li.ql-indent-1 {
            counter-increment: list-1
        }

            .ql-editor ol li.ql-indent-1:before {
                content: counter(list-1,lower-alpha) ". "
            }

        .ql-editor ol li.ql-indent-1 {
            counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
        }

        .ql-editor ol li.ql-indent-2 {
            counter-increment: list-2
        }

            .ql-editor ol li.ql-indent-2:before {
                content: counter(list-2,lower-roman) ". "
            }

        .ql-editor ol li.ql-indent-2 {
            counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
        }

        .ql-editor ol li.ql-indent-3 {
            counter-increment: list-3
        }

            .ql-editor ol li.ql-indent-3:before {
                content: counter(list-3,decimal) ". "
            }

        .ql-editor ol li.ql-indent-3 {
            counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
        }

        .ql-editor ol li.ql-indent-4 {
            counter-increment: list-4
        }

            .ql-editor ol li.ql-indent-4:before {
                content: counter(list-4,lower-alpha) ". "
            }

        .ql-editor ol li.ql-indent-4 {
            counter-reset: list-5 list-6 list-7 list-8 list-9
        }

        .ql-editor ol li.ql-indent-5 {
            counter-increment: list-5
        }

            .ql-editor ol li.ql-indent-5:before {
                content: counter(list-5,lower-roman) ". "
            }

        .ql-editor ol li.ql-indent-5 {
            counter-reset: list-6 list-7 list-8 list-9
        }

        .ql-editor ol li.ql-indent-6 {
            counter-increment: list-6
        }

            .ql-editor ol li.ql-indent-6:before {
                content: counter(list-6,decimal) ". "
            }

        .ql-editor ol li.ql-indent-6 {
            counter-reset: list-7 list-8 list-9
        }

        .ql-editor ol li.ql-indent-7 {
            counter-increment: list-7
        }

            .ql-editor ol li.ql-indent-7:before {
                content: counter(list-7,lower-alpha) ". "
            }

        .ql-editor ol li.ql-indent-7 {
            counter-reset: list-8 list-9
        }

        .ql-editor ol li.ql-indent-8 {
            counter-increment: list-8
        }

            .ql-editor ol li.ql-indent-8:before {
                content: counter(list-8,lower-roman) ". "
            }

        .ql-editor ol li.ql-indent-8 {
            counter-reset: list-9
        }

        .ql-editor ol li.ql-indent-9 {
            counter-increment: list-9
        }

            .ql-editor ol li.ql-indent-9:before {
                content: counter(list-9,decimal) ". "
            }

    .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 3em
    }

    .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 4.5em
    }

    .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 3em
    }

    .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 4.5em
    }

    .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 6em
    }

    .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 7.5em
    }

    .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 6em
    }

    .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 7.5em
    }

    .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 9em
    }

    .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 10.5em
    }

    .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 9em
    }

    .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 10.5em
    }

    .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 12em
    }

    .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 13.5em
    }

    .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 12em
    }

    .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 13.5em
    }

    .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 15em
    }

    .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 16.5em
    }

    .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 15em
    }

    .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 16.5em
    }

    .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 18em
    }

    .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 19.5em
    }

    .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 18em
    }

    .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 19.5em
    }

    .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 21em
    }

    .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 22.5em
    }

    .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 21em
    }

    .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 22.5em
    }

    .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 24em
    }

    .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 25.5em
    }

    .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 24em
    }

    .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 25.5em
    }

    .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 27em
    }

    .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 28.5em
    }

    .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 27em
    }

    .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 28.5em
    }

    .ql-editor .ql-video {
        display: block;
        max-width: 100%
    }

        .ql-editor .ql-video.ql-align-center {
            margin: 0 auto
        }

        .ql-editor .ql-video.ql-align-right {
            margin: 0 0 0 auto
        }

    .ql-editor .ql-bg-black {
        background-color: #000
    }

    .ql-editor .ql-bg-red {
        background-color: #e60000
    }

    .ql-editor .ql-bg-orange {
        background-color: #f90
    }

    .ql-editor .ql-bg-yellow {
        background-color: #ff0
    }

    .ql-editor .ql-bg-green {
        background-color: #008a00
    }

    .ql-editor .ql-bg-blue {
        background-color: #06c
    }

    .ql-editor .ql-bg-purple {
        background-color: #93f
    }

    .ql-editor .ql-color-white {
        color: #fff
    }

    .ql-editor .ql-color-red {
        color: #e60000
    }

    .ql-editor .ql-color-orange {
        color: #f90
    }

    .ql-editor .ql-color-yellow {
        color: #ff0
    }

    .ql-editor .ql-color-green {
        color: #008a00
    }

    .ql-editor .ql-color-blue {
        color: #06c
    }

    .ql-editor .ql-color-purple {
        color: #93f
    }

    .ql-editor .ql-font-serif {
        font-family: Georgia,Times New Roman,serif
    }

    .ql-editor .ql-font-monospace {
        font-family: Monaco,Courier New,monospace
    }

    .ql-editor .ql-size-small {
        font-size: .75em
    }

    .ql-editor .ql-size-large {
        font-size: 1.5em
    }

    .ql-editor .ql-size-huge {
        font-size: 2.5em
    }

    .ql-editor .ql-direction-rtl {
        direction: rtl;
        text-align: inherit
    }

    .ql-editor .ql-align-center {
        text-align: center
    }

    .ql-editor .ql-align-justify {
        text-align: justify
    }

    .ql-editor .ql-align-right {
        text-align: right
    }

    .ql-editor.ql-blank:before {
        color: rgba(0,0,0,.6);
        content: attr(data-placeholder);
        font-style: italic;
        left: 15px;
        pointer-events: none;
        position: absolute;
        right: 15px
    }

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

    .ql-container.ql-disabled .ql-tooltip {
        visibility: hidden
    }

    .ql-container.ql-disabled .ql-editor ul[data-checked] > li:before {
        pointer-events: none
    }

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

    .ql-clipboard p {
        margin: 0;
        padding: 0
    }

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

    .ql-editor > * {
        cursor: text
    }

    .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor ol, .ql-editor p, .ql-editor pre, .ql-editor ul {
        margin: 0;
        padding: 0;
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }

    .ql-editor ol, .ql-editor ul {
        padding-left: 1.5em
    }

        .ql-editor ol > li, .ql-editor ul > li {
            list-style-type: none
        }

            .ql-editor ul > li:before {
                content: "\2022"
            }

        .ql-editor ul[data-checked=false], .ql-editor ul[data-checked=true] {
            pointer-events: none
        }

            .ql-editor ul[data-checked=false] > li *, .ql-editor ul[data-checked=true] > li * {
                pointer-events: all
            }

            .ql-editor ul[data-checked=false] > li:before, .ql-editor ul[data-checked=true] > li:before {
                color: #777;
                cursor: pointer;
                pointer-events: all
            }

            .ql-editor ul[data-checked=true] > li:before {
                content: "\2611"
            }

            .ql-editor ul[data-checked=false] > li:before {
                content: "\2610"
            }

    .ql-editor li:before {
        display: inline-block;
        white-space: nowrap;
        width: 1.2em
    }

    .ql-editor li:not(.ql-direction-rtl):before {
        margin-left: -1.5em;
        margin-right: .3em;
        text-align: right
    }

    .ql-editor li.ql-direction-rtl:before {
        margin-left: .3em;
        margin-right: -1.5em
    }

    .ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
        padding-left: 1.5em
    }

    .ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl {
        padding-right: 1.5em
    }

    .ql-editor ol li {
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        counter-increment: list-0
    }

        .ql-editor ol li:before {
            content: counter(list-0,decimal) ". "
        }

        .ql-editor ol li.ql-indent-1 {
            counter-increment: list-1
        }

            .ql-editor ol li.ql-indent-1:before {
                content: counter(list-1,lower-alpha) ". "
            }

        .ql-editor ol li.ql-indent-1 {
            counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
        }

        .ql-editor ol li.ql-indent-2 {
            counter-increment: list-2
        }

            .ql-editor ol li.ql-indent-2:before {
                content: counter(list-2,lower-roman) ". "
            }

        .ql-editor ol li.ql-indent-2 {
            counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
        }

        .ql-editor ol li.ql-indent-3 {
            counter-increment: list-3
        }

            .ql-editor ol li.ql-indent-3:before {
                content: counter(list-3,decimal) ". "
            }

        .ql-editor ol li.ql-indent-3 {
            counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
        }

        .ql-editor ol li.ql-indent-4 {
            counter-increment: list-4
        }

            .ql-editor ol li.ql-indent-4:before {
                content: counter(list-4,lower-alpha) ". "
            }

        .ql-editor ol li.ql-indent-4 {
            counter-reset: list-5 list-6 list-7 list-8 list-9
        }

        .ql-editor ol li.ql-indent-5 {
            counter-increment: list-5
        }

            .ql-editor ol li.ql-indent-5:before {
                content: counter(list-5,lower-roman) ". "
            }

        .ql-editor ol li.ql-indent-5 {
            counter-reset: list-6 list-7 list-8 list-9
        }

        .ql-editor ol li.ql-indent-6 {
            counter-increment: list-6
        }

            .ql-editor ol li.ql-indent-6:before {
                content: counter(list-6,decimal) ". "
            }

        .ql-editor ol li.ql-indent-6 {
            counter-reset: list-7 list-8 list-9
        }

        .ql-editor ol li.ql-indent-7 {
            counter-increment: list-7
        }

            .ql-editor ol li.ql-indent-7:before {
                content: counter(list-7,lower-alpha) ". "
            }

        .ql-editor ol li.ql-indent-7 {
            counter-reset: list-8 list-9
        }

        .ql-editor ol li.ql-indent-8 {
            counter-increment: list-8
        }

            .ql-editor ol li.ql-indent-8:before {
                content: counter(list-8,lower-roman) ". "
            }

        .ql-editor ol li.ql-indent-8 {
            counter-reset: list-9
        }

        .ql-editor ol li.ql-indent-9 {
            counter-increment: list-9
        }

            .ql-editor ol li.ql-indent-9:before {
                content: counter(list-9,decimal) ". "
            }

    .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 3em
    }

    .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 4.5em
    }

    .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 3em
    }

    .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 4.5em
    }

    .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 6em
    }

    .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 7.5em
    }

    .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 6em
    }

    .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 7.5em
    }

    .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 9em
    }

    .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 10.5em
    }

    .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 9em
    }

    .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 10.5em
    }

    .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 12em
    }

    .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 13.5em
    }

    .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 12em
    }

    .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 13.5em
    }

    .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 15em
    }

    .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 16.5em
    }

    .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 15em
    }

    .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 16.5em
    }

    .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 18em
    }

    .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 19.5em
    }

    .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 18em
    }

    .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 19.5em
    }

    .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 21em
    }

    .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 22.5em
    }

    .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 21em
    }

    .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 22.5em
    }

    .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 24em
    }

    .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 25.5em
    }

    .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 24em
    }

    .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 25.5em
    }

    .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 27em
    }

    .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 28.5em
    }

    .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 27em
    }

    .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 28.5em
    }

    .ql-editor .ql-video {
        display: block;
        max-width: 100%
    }

        .ql-editor .ql-video.ql-align-center {
            margin: 0 auto
        }

        .ql-editor .ql-video.ql-align-right {
            margin: 0 0 0 auto
        }

    .ql-editor .ql-bg-black {
        background-color: #000
    }

    .ql-editor .ql-bg-red {
        background-color: #e60000
    }

    .ql-editor .ql-bg-orange {
        background-color: #f90
    }

    .ql-editor .ql-bg-yellow {
        background-color: #ff0
    }

    .ql-editor .ql-bg-green {
        background-color: #008a00
    }

    .ql-editor .ql-bg-blue {
        background-color: #06c
    }

    .ql-editor .ql-bg-purple {
        background-color: #93f
    }

    .ql-editor .ql-color-white {
        color: #fff
    }

    .ql-editor .ql-color-red {
        color: #e60000
    }

    .ql-editor .ql-color-orange {
        color: #f90
    }

    .ql-editor .ql-color-yellow {
        color: #ff0
    }

    .ql-editor .ql-color-green {
        color: #008a00
    }

    .ql-editor .ql-color-blue {
        color: #06c
    }

    .ql-editor .ql-color-purple {
        color: #93f
    }

    .ql-editor .ql-font-serif {
        font-family: Georgia,Times New Roman,serif
    }

    .ql-editor .ql-font-monospace {
        font-family: Monaco,Courier New,monospace
    }

    .ql-editor .ql-size-small {
        font-size: .75em
    }

    .ql-editor .ql-size-large {
        font-size: 1.5em
    }

    .ql-editor .ql-size-huge {
        font-size: 2.5em
    }

    .ql-editor .ql-direction-rtl {
        direction: rtl;
        text-align: inherit
    }

    .ql-editor .ql-align-center {
        text-align: center
    }

    .ql-editor .ql-align-justify {
        text-align: justify
    }

    .ql-editor .ql-align-right {
        text-align: right
    }

    .ql-editor.ql-blank:before {
        color: rgba(0,0,0,.6);
        content: attr(data-placeholder);
        font-style: italic;
        left: 15px;
        pointer-events: none;
        position: absolute;
        right: 15px
    }

.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

    .ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
        float: left;
        height: 100%
    }

    .ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
        outline: none
    }

.ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover {
    color: #06c
}

    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
        fill: #06c
    }

    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter {
        stroke: #06c
    }

@media (pointer: coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444
    }

        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
            fill: #444
        }

        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
            stroke: #444
        }
}

.ql-snow, .ql-snow * {
    box-sizing: border-box
}

    .ql-snow .ql-hidden {
        display: none
    }

    .ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
        visibility: hidden
    }

    .ql-snow .ql-tooltip {
        position: absolute;
        transform: translateY(10px)
    }

        .ql-snow .ql-tooltip a {
            cursor: pointer;
            text-decoration: none
        }

        .ql-snow .ql-tooltip.ql-flip {
            transform: translateY(-10px)
        }

    .ql-snow .ql-formats {
        display: inline-block;
        vertical-align: middle
    }

        .ql-snow .ql-formats:after {
            clear: both;
            content: "";
            display: table
        }

    .ql-snow .ql-stroke {
        fill: none;
        stroke: #444;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2
    }

    .ql-snow .ql-stroke-miter {
        fill: none;
        stroke: #444;
        stroke-miterlimit: 10;
        stroke-width: 2
    }

    .ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
        fill: #444
    }

    .ql-snow .ql-empty {
        fill: none
    }

    .ql-snow .ql-even {
        fill-rule: evenodd
    }

    .ql-snow .ql-stroke.ql-thin, .ql-snow .ql-thin {
        stroke-width: 1
    }

    .ql-snow .ql-transparent {
        opacity: .4
    }

    .ql-snow .ql-direction svg:last-child {
        display: none
    }

    .ql-snow .ql-direction.ql-active svg:last-child {
        display: inline
    }

    .ql-snow .ql-direction.ql-active svg:first-child {
        display: none
    }

    .ql-snow .ql-editor h1 {
        font-size: 2em
    }

    .ql-snow .ql-editor h2 {
        font-size: 1.5em
    }

    .ql-snow .ql-editor h3 {
        font-size: 1.17em
    }

    .ql-snow .ql-editor h4 {
        font-size: 1em
    }

    .ql-snow .ql-editor h5 {
        font-size: .83em
    }

    .ql-snow .ql-editor h6 {
        font-size: .67em
    }

    .ql-snow .ql-editor a {
        text-decoration: underline
    }

    .ql-snow .ql-editor blockquote {
        border-left: 4px solid #ccc;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-left: 16px
    }

    .ql-snow .ql-editor code, .ql-snow .ql-editor pre {
        background-color: #f0f0f0;
        border-radius: 3px
    }

    .ql-snow .ql-editor pre {
        white-space: pre-wrap;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px 10px
    }

    .ql-snow .ql-editor code {
        font-size: 85%;
        padding: 2px 4px
    }

    .ql-snow .ql-editor pre.ql-syntax {
        background-color: #23241f;
        color: #f8f8f2;
        overflow: visible
    }

    .ql-snow .ql-editor img {
        max-width: 100%
    }

    .ql-snow .ql-picker {
        color: #444;
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: 500;
        height: 24px;
        position: relative;
        vertical-align: middle
    }

    .ql-snow .ql-picker-label {
        cursor: pointer;
        display: inline-block;
        height: 100%;
        padding-left: 8px;
        padding-right: 2px;
        position: relative;
        width: 100%
    }

        .ql-snow .ql-picker-label:before {
            display: inline-block;
            line-height: 22px
        }

    .ql-snow .ql-picker-options {
        background-color: #fff;
        display: none;
        min-width: 100%;
        padding: 4px 8px;
        position: absolute;
        white-space: nowrap
    }

        .ql-snow .ql-picker-options .ql-picker-item {
            cursor: pointer;
            display: block;
            padding-bottom: 5px;
            padding-top: 5px
        }

    .ql-snow .ql-picker.ql-expanded .ql-picker-label {
        color: #ccc;
        z-index: 2
    }

        .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
            fill: #ccc
        }

        .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
            stroke: #ccc
        }

    .ql-snow .ql-picker.ql-expanded .ql-picker-options {
        display: block;
        margin-top: -1px;
        top: 100%;
        z-index: 1
    }

    .ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
        width: 28px
    }

        .ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
            padding: 2px 4px
        }

            .ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
                right: 4px
            }

        .ql-snow .ql-icon-picker .ql-picker-options {
            padding: 4px 0
        }

        .ql-snow .ql-icon-picker .ql-picker-item {
            height: 24px;
            width: 24px;
            padding: 2px 4px
        }

        .ql-snow .ql-color-picker .ql-picker-options {
            padding: 3px 5px;
            width: 152px
        }

        .ql-snow .ql-color-picker .ql-picker-item {
            border: 1px solid transparent;
            float: left;
            height: 16px;
            margin: 2px;
            padding: 0;
            width: 16px
        }

    .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
        position: absolute;
        margin-top: -9px;
        right: 0;
        top: 50%;
        width: 18px
    }

    .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
        content: attr(data-label)
    }

    .ql-snow .ql-picker.ql-header {
        width: 98px
    }

        .ql-snow .ql-picker.ql-header .ql-picker-item:before, .ql-snow .ql-picker.ql-header .ql-picker-label:before {
            content: "Normal"
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
            content: "Heading 1"
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
            content: "Heading 2"
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
            content: "Heading 3"
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
            content: "Heading 4"
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
            content: "Heading 5"
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
            content: "Heading 6"
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
            font-size: 2em
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
            font-size: 1.5em
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
            font-size: 1.17em
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
            font-size: 1em
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
            font-size: .83em
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
            font-size: .67em
        }

    .ql-snow .ql-picker.ql-font {
        width: 108px
    }

        .ql-snow .ql-picker.ql-font .ql-picker-item:before, .ql-snow .ql-picker.ql-font .ql-picker-label:before {
            content: "Sans Serif"
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
            content: "Serif"
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
            content: "Monospace"
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
            font-family: Georgia,Times New Roman,serif
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
            font-family: Monaco,Courier New,monospace
        }

    .ql-snow .ql-picker.ql-size {
        width: 98px
    }

        .ql-snow .ql-picker.ql-size .ql-picker-item:before, .ql-snow .ql-picker.ql-size .ql-picker-label:before {
            content: "Normal"
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
            content: "Small"
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
            content: "Large"
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
            content: "Huge"
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
            font-size: 10px
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
            font-size: 18px
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
            font-size: 32px
        }

    .ql-snow .ql-color-picker.ql-background .ql-picker-item {
        background-color: #fff
    }

    .ql-snow .ql-color-picker.ql-color .ql-picker-item {
        background-color: #000
    }

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 8px
}

    .ql-toolbar.ql-snow .ql-formats {
        margin-right: 15px
    }

    .ql-toolbar.ql-snow .ql-picker-label {
        border: 1px solid transparent
    }

    .ql-toolbar.ql-snow .ql-picker-options {
        border: 1px solid transparent;
        box-shadow: 0 2px 8px rgba(0,0,0,.2)
    }

    .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label, .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
        border-color: #ccc
    }

    .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
        border-color: #000
    }

    .ql-toolbar.ql-snow + .ql-container.ql-snow {
        border-top: 0
    }

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap
}

    .ql-snow .ql-tooltip:before {
        content: "Visit URL:";
        line-height: 26px;
        margin-right: 8px
    }

    .ql-snow .ql-tooltip input[type=text] {
        display: none;
        border: 1px solid #ccc;
        font-size: 13px;
        height: 26px;
        margin: 0;
        padding: 3px 5px;
        width: 170px
    }

    .ql-snow .ql-tooltip a.ql-preview {
        display: inline-block;
        max-width: 200px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        vertical-align: top
    }

    .ql-snow .ql-tooltip a.ql-action:after {
        border-right: 1px solid #ccc;
        content: "Edit";
        margin-left: 16px;
        padding-right: 8px
    }

    .ql-snow .ql-tooltip a.ql-remove:before {
        content: "Remove";
        margin-left: 8px
    }

    .ql-snow .ql-tooltip a {
        line-height: 26px
    }

    .ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
        display: none
    }

    .ql-snow .ql-tooltip.ql-editing input[type=text] {
        display: inline-block
    }

    .ql-snow .ql-tooltip.ql-editing a.ql-action:after {
        border-right: 0;
        content: "Save";
        padding-right: 0
    }

    .ql-snow .ql-tooltip[data-mode=link]:before {
        content: "Enter link:"
    }

    .ql-snow .ql-tooltip[data-mode=formula]:before {
        content: "Enter formula:"
    }

    .ql-snow .ql-tooltip[data-mode=video]:before {
        content: "Enter video:"
    }

.ql-snow a {
    color: #06c
}

.ql-container.ql-snow {
    border: 1px solid #ccc
}

.Select {
    position: relative
}

    .Select input::-webkit-contacts-auto-fill-button, .Select input::-webkit-credentials-auto-fill-button {
        display: none !important
    }

    .Select input::-ms-clear, .Select input::-ms-reveal {
        display: none !important
    }

    .Select, .Select div, .Select input, .Select span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .Select.is-disabled .Select-arrow-zone {
            cursor: default;
            pointer-events: none;
            opacity: .35
        }

        .Select.is-disabled > .Select-control {
            background-color: #f9f9f9
        }

            .Select.is-disabled > .Select-control:hover {
                box-shadow: none
            }

        .Select.is-open > .Select-control {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            background: #fff;
            border-color: #b3b3b3 #ccc #d9d9d9
        }

            .Select.is-open > .Select-control .Select-arrow {
                top: -2px;
                border-color: transparent transparent #999;
                border-width: 0 5px 5px
            }

        .Select.is-searchable.is-focused:not(.is-open) > .Select-control, .Select.is-searchable.is-open > .Select-control {
            cursor: text
        }

        .Select.is-focused > .Select-control {
            background: #fff
        }

        .Select.is-focused:not(.is-open) > .Select-control {
            border-color: #007eff;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1);
            background: #fff
        }

        .Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
            padding-right: 42px
        }

        .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label, .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label {
            color: #333
        }

        .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label {
            cursor: pointer;
            text-decoration: none
        }

            .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover {
                color: #007eff;
                outline: none;
                text-decoration: underline
            }

            .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus {
                background: #fff
            }

        .Select.has-value.is-pseudo-focused .Select-input {
            opacity: 0
        }

        .Select.is-open .Select-arrow, .Select .Select-arrow-zone:hover > .Select-arrow {
            border-top-color: #666
        }

        .Select.Select--rtl {
            direction: rtl;
            text-align: right
        }

.Select-control {
    background-color: #fff;
    border-color: #d9d9d9 #ccc #b3b3b3;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%
}

    .Select-control:hover {
        box-shadow: 0 1px 0 rgba(0,0,0,.06)
    }

    .Select-control .Select-input:focus {
        outline: none;
        background: #fff
    }

.Select--single > .Select-control .Select-value, .Select-placeholder {
    bottom: 0;
    color: #aaa;
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Select-input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle
}

    .Select-input > input {
        width: 100%;
        background: none transparent;
        border: 0 none;
        box-shadow: none;
        cursor: default;
        display: inline-block;
        font-family: inherit;
        font-size: inherit;
        margin: 0;
        outline: none;
        line-height: 17px;
        padding: 8px 0 12px;
        -webkit-appearance: none
    }

.is-focused .Select-input > input {
    cursor: text
}

.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select-control:not(.is-searchable) > .Select-input {
    outline: none
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    text-align: center
}

.Select-loading, .Select-loading-zone {
    position: relative;
    vertical-align: middle;
    width: 16px
}

.Select-loading {
    -webkit-animation: Select-animation-spin .4s infinite linear;
    -o-animation: Select-animation-spin .4s infinite linear;
    animation: Select-animation-spin .4s infinite linear;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block
}

.Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn .2s;
    -o-animation: Select-animation-fadeIn .2s;
    animation: Select-animation-fadeIn .2s;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px
}

    .Select-clear-zone:hover {
        color: #d0021b
    }

.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1
}

.Select--multi .Select-clear-zone {
    width: 17px
}

.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px
}

.Select--rtl .Select-arrow-zone {
    padding-right: 0;
    padding-left: 5px
}

.Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0;
    position: relative
}

.Select-control > :last-child {
    padding-right: 5px
}

.Select--multi .Select-multi-value-wrapper {
    display: inline-block
}

.Select .Select-aria-only {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0,0,0,0);
    overflow: hidden;
    float: left
}

@-webkit-keyframes Select-animation-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes Select-animation-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0,0,0,.06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch
}

.Select-menu {
    max-height: 198px;
    overflow-y: auto
}

.Select-option {
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 8px 10px
}

    .Select-option:last-child {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .Select-option.is-selected {
        background-color: #f5faff;
        background-color: rgba(0,126,255,.04);
        color: #333
    }

    .Select-option.is-focused {
        background-color: #ebf5ff;
        background-color: rgba(0,126,255,.08);
        color: #333
    }

    .Select-option.is-disabled {
        color: #ccc;
        cursor: default
    }

.Select-noresults {
    box-sizing: border-box;
    color: #999;
    cursor: default;
    display: block;
    padding: 8px 10px
}

.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0
}

.Select--multi.Select--rtl .Select-input {
    margin-left: 0;
    margin-right: 10px
}

.Select--multi.has-value .Select-input {
    margin-left: 5px
}

.Select--multi .Select-value {
    background-color: #ebf5ff;
    background-color: rgba(0,126,255,.08);
    border-radius: 2px;
    border: 1px solid #c2e0ff;
    border: 1px solid rgba(0,126,255,.24);
    color: #007eff;
    display: inline-block;
    font-size: .9em;
    line-height: 1.4;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top
}

.Select--multi .Select-value-icon, .Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle
}

.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px
}

.Select--multi a.Select-value-label {
    color: #007eff;
    cursor: pointer;
    text-decoration: none
}

    .Select--multi a.Select-value-label:hover {
        text-decoration: underline
    }

.Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c2e0ff;
    border-right: 1px solid rgba(0,126,255,.24);
    padding: 1px 5px 3px
}

    .Select--multi .Select-value-icon:focus, .Select--multi .Select-value-icon:hover {
        background-color: #d8eafd;
        background-color: rgba(0,113,230,.08);
        color: #0071e6
    }

    .Select--multi .Select-value-icon:active {
        background-color: #c2e0ff;
        background-color: rgba(0,126,255,.24)
    }

.Select--multi.Select--rtl .Select-value {
    margin-left: 0;
    margin-right: 5px
}

.Select--multi.Select--rtl .Select-value-icon {
    border-right: none;
    border-left: 1px solid #c2e0ff;
    border-left: 1px solid rgba(0,126,255,.24)
}

.Select--multi.is-disabled .Select-value {
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    color: #333
}

.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right: 1px solid #e3e3e3
}

    .Select--multi.is-disabled .Select-value-icon:active, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:hover {
        background-color: #fcfcfc
    }

@keyframes Select-animation-spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none
    }

hr {
    display: block;
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

a, ins {
    text-decoration: none
}

address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
    font-weight: 400;
    font-style: normal
}

abbr, fieldset, img {
    border: none;
    outline: none
}

ul {
    list-style: none
}

ol {
    list-style-type: decimal
}

em, i {
    font-style: italic
}

td {
    vertical-align: top
}

span.slaquo {
    margin-left: .3em
}

span.hlaquo {
    margin-left: -.3em
}

span.sbrace {
    margin-left: .1em
}

span.hbrace {
    margin-left: -.1em
}

.acronym, abbr {
    font-size: 93%;
    letter-spacing: 1px;
    margin-right: -1px
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    padding: 15px
}

input[type=radio] {
    vertical-align: text-bottom
}

input[type=checkbox] {
    vertical-align: bottom
}

button, input[type=button], input[type=image], input[type=submit], label {
    cursor: pointer
}

button, input, select, textarea {
    margin: 0
}

::-moz-selection {
    text-shadow: none;
    background: #3195f9;
    color: #fff
}

::selection {
    text-shadow: none;
    background: #3195f9;
    color: #fff
}

button {
    width: auto;
    -webkit-appearance: none
}

.justify-dummy {
    display: inline-block;
    width: 100%;
    height: 0 !important;
    padding: 0 !important;
    border: 0 !important
}

@media only screen and (max-device-width: 600px) {
    body {
        overflow-x: scroll;
        min-height: 850px
    }

        body #react-side-menu .side-menu {
            position: absolute;
            height: 850px
        }

        body .global-wrapper {
            position: absolute;
            left: 220px;
            margin: 0;
            width: 100%;
            min-height: 850px
        }

            body .global-wrapper.expanded {
                left: 50px
            }

            body .global-wrapper .table-container {
                overflow: visible
            }

                body .global-wrapper .table-container table {
                    border-top: 1px solid #eee
                }

                    body .global-wrapper .table-container table .fixed-table-head, body .global-wrapper .table-scrollbar-container {
                        display: none
                    }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    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;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: "\2014   \A0"
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ""
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: "\A0   \2014"
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,Courier New,monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption, th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    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 .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control:focus {
        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::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    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 {
        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 {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    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 {
        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 {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    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 {
        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 {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
        -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, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px
}

.btn-sm, .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav > li, .nav > li > a {
        position: relative;
        display: block
    }

        .nav > li > a {
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .nav:after, .nav:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .nav:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

body .btn-edit-ellipsis, body .btn-edit-ellipsis:active, body .btn-edit-ellipsis:hover {
    margin-top: -8px;
    margin-bottom: -8px;
    padding: 0 5px;
    width: 40px;
    height: 52px;
    background: url(/i/manage/ellipsis.png) no-repeat 50% !important;
    color: #2688cd !important;
    font-size: 18px;
    border: none
}

body .btn-icon-ellipsis {
    padding: 3px 12px !important;
    margin-right: 10px
}

body .icon-ellipsis {
    padding: 0 8px;
    background: url(/i/manage/ellipsis.png) no-repeat 50% !important;
    color: #2688cd !important;
    font-size: 18px;
    border: none
}

body a.remove-row {
    position: relative;
    top: -3px;
    color: #bbb;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px
}

    body a.remove-row:hover {
        color: #999
    }

    body a.remove-row:focus {
        outline: none
    }

    body a.del-row.big, body a.remove-row.big {
        font-size: 28px
    }

    body a.add-row.middle, body a.del-row.middle, body a.remove-row.middle {
        font-size: 24px
    }

body button.table-dropdown {
    border: none;
    background-color: #f2f2f2;
    color: #777;
    border-left: 1px solid #e9e9e9;
    height: 40px
}

body .print-link {
    vertical-align: top;
    position: relative;
    top: -2px;
    margin-left: 10px;
    margin-right: 10px
}

body .header-dropdown-filter {
    width: 110px
}

body a.show-comment, body a.show-comment-receipt {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/i/manage/comment.png) no-repeat 50%;
    background-size: 16px 16px;
    opacity: .6;
    outline: none
}

    body a.show-comment:hover {
        opacity: .8
    }

@keyframes success-tr {
    0% {
        background-color: #000
    }

    to {
        background-color: #fff
    }
}

@-webkit-keyframes success-tr-outer {
    0% {
        background-color: #dff0d8
    }

    to {
        background-color: #fff
    }
}

body table tr td {
    transition: background-color .6s linear;
    background-color: transparent
}

body table tr.success-save td {
    background-color: #dff0d8
}

body table td.success-save {
    -webkit-animation: success-tr-outer .5s linear
}

body .clipboard-copy {
    cursor: pointer;
    padding: 0 6px;
    transition: opacity .2s ease-out
}

    body .clipboard-copy:hover {
        opacity: .8
    }

body .btn-delete {
    padding: 3px 10px;
    font-size: 22px;
    margin-left: -15px;
    color: #696969;
    outline: none;
    border-radius: 3px
}

    body .btn-delete:hover {
        color: grey
    }

body .submit-block .separator {
    margin-left: -30px;
    margin-right: -30px
}

body .submit-block .form-group {
    margin-bottom: 0
}

body .help-tooltip {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #3e8acc;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #3e8acc
}

body .label-danger, body .label-default, body .label-info, body .label-primary, body .label-success, body .label-warning {
    padding: 3px 7px;
    line-height: 14px;
    font-size: 13px;
    border: 1px solid;
    border-radius: 3px;
    background: transparent;
    font-weight: 400
}

body .label-success {
    border-color: rgba(22,199,107,.4);
    color: #16c76b
}

body .label-info {
    border-color: rgba(30,172,220,.4);
    color: #1eacdc
}

body .label-warning {
    border-color: rgba(240,173,78,.4);
    color: #f0ad4e
}

body .label-danger {
    border-color: rgba(217,83,70,.4);
    color: #d9534f
}

body .label-primary {
    border-color: rgba(66,139,202,.4);
    color: #428bca
}

body .label-default {
    color: hsla(0,0%,60%,.4);
    color: #8d8d8d
}

body .form-group-title {
    margin: 38px 0 8px;
    padding: 2px 0;
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .02em;
    color: #4a4a4a;
    border-bottom: 3px solid #f7f7f7
}

.control-label {
    font-size: 14px;
    font-weight: 400;
    min-height: 37px;
    line-height: 24px
}

.form-control {
    padding: 6px 8px
}

.form-horizontal .control-label {
    text-align: left;
    font-weight: 400
}

.form-horizontal .fatal-error {
    margin-top: 7%;
    text-align: center
}

.form-horizontal .gray-window .form-group {
    margin-left: 0;
    margin-right: 0
}

.gray-window-wrapper {
    margin-left: 3px !important
}

.gray-window {
    background-color: #f6f6f6;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 0
}

.gray-window-content {
    padding: 15px 15px 5px
}

.gray-window-footer {
    background-color: #e9e9e9;
    padding: 15px
}

span._or {
    color: #999
}

a.cancel {
    font-weight: 700;
    color: #df5555
}

.the-submit {
    margin-top: 20px;
    margin-right: -35px;
    margin-left: -35px;
    padding-top: 20px;
    padding-bottom: 80px;
    border-top: 1px solid #e3e3e3
}

.control-group.the-submit {
    padding-left: 30px
}

.the-submit button[type=submit], .the-submit input[type=submit] {
    margin-left: -10px
}

.gray-block {
    border-radius: 3px;
    background-color: #f9f9f9;
    box-shadow: 0 1px 1px #ccc
}

.radio-block + .radio-block {
    margin-top: 10px
}

.radio-block {
    padding: 5px 10px
}

    .radio-block .radio {
        padding-top: 2px
    }

        .radio-block .radio label {
            display: block;
            font-weight: 700
        }

        .radio-block .radio .hint {
            padding-left: .3em;
            font-weight: 400;
            font-size: .9em
        }

.course-sum-total.total-calc .math-operation.plus.addition-outside {
    padding-left: 15px
}

td.calc-value {
    font-weight: 700;
    font-size: 24px;
    text-align: center
}

.ingredients-checkboxes label {
    font-weight: 400;
    font-size: 12px;
    margin-right: 10px
}

.form-control.with-units {
    display: inline-block;
    width: 70px;
    margin-right: .3em
}

input.inline-input {
    display: inline-block;
    width: auto
}

.fast-search.ib {
    vertical-align: middle
}

.form-group.big-label label {
    padding-top: 0
}

.form-group.big-label div {
    padding-top: 2px
}

.input_text {
    margin-top: 7px;
    display: block
}

.checkbox-with-label div label {
    font-weight: 400
}

.checkbox-with-label div {
    margin-left: 20px;
    padding-top: 7px
}

.form-search {
    position: relative
}

.validation-error {
    margin: 7px 0 0 4px;
    font-size: 13px;
    color: #ce2727
}

.input-error, .select-error .Select-control {
    border: 1px solid #ce2727 !important
}

.vert-align {
    position: absolute;
    top: 7px
}

.has-error .form-control {
    border-color: red !important;
    box-shadow: none !important
}

.has-error .error-msg {
    display: block;
    color: red;
    margin-top: 5px;
    font-size: 13px
}

.has-error .control-label {
    color: #222
}

.table {
    font-size: .9em;
}

.handsontable th {
    background-color: #fafafa;
    color: #444;
    font-size: 12px;
    font-weight: 700
}

table[data-sortable] {
    border-collapse: collapse;
    border-spacing: 0
}

    table[data-sortable] th {
        vertical-align: bottom;
        font-weight: 700
    }

    table[data-sortable] td, table[data-sortable] th {
        text-align: left;
        padding: 10px
    }

        table[data-sortable] th:not([data-sortable=false]) {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            -webkit-touch-callout: none;
            cursor: pointer
        }

        table[data-sortable] th:after {
            content: "";
            visibility: hidden;
            display: inline-block;
            vertical-align: inherit;
            height: 0;
            width: 0;
            border: 5px solid transparent;
            margin-right: 1px;
            margin-left: 10px
        }

        table[data-sortable] th[data-sorted=true]:after {
            visibility: visible
        }

        table[data-sortable] th[data-sorted-direction=descending]:after {
            border-top-color: inherit;
            margin-top: 8px
        }

        table[data-sortable] th[data-sorted-direction=ascending]:after {
            border-bottom-color: inherit;
            margin-top: 3px
        }

    table[data-sortable].sortable-theme-bootstrap {
        font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        background: #fff
    }

        table[data-sortable].sortable-theme-bootstrap thead th {
            border-bottom: 2px solid #e0e0e0
        }

        table[data-sortable].sortable-theme-bootstrap tbody td {
            border-top: 1px solid #e0e0e0
        }

        table[data-sortable].sortable-theme-bootstrap th[data-sorted=true] {
            color: #3a87ad;
            background: #d9edf7;
            border-bottom-color: #bce8f1
        }

table.table-centered tr td, table.table-vertical-centered tr td {
    vertical-align: middle
}

.table-centered td, .table-centered th {
    text-align: center;
    font-size: 13px
}

.table-centered th {
    font-size: 12px
}

.table-centered .dropdown-menu {
    min-width: 0;
    text-align: left
}

table td.item, table th.item {
    min-width: 380px;
    text-align: left
}

table td.item-img {
    padding-right: 0 !important;
    width: 45px
}

table div.item-desc, table div.item-img {
    display: inline-block;
    vertical-align: middle
}

table div.item-desc {
    margin-left: 5px
}

table .products-name div.item-desc {
    max-width: 67%
}

table .warning td {
    color: #6e5939
}

table .warning .item {
    color: #ea6311;
    font-weight: 700
}

    table .warning .item .note {
        font-weight: 400
    }

.table-hover tr:hover {
    cursor: pointer
}

td.edit {
    width: 20px;
    padding-right: 0 !important
}

td.edit-more {
    width: 20px;
    padding-left: 0 !important
}

td.edit > a {
    display: block;
    margin: -8px 0;
    padding-left: 10px;
    height: 52px;
    line-height: 52px
}

table.table-dataedit {
    border: 1px solid #ccc
}

    table.table-dataedit thead th {
        background-color: #fbfbfb;
        vertical-align: middle;
        border-right: 1px solid #e5e5e5
    }

    table.table-dataedit td {
        font-size: 14px;
        padding: 0 !important;
        height: 40px;
        border-right: 1px solid #e5e5e5;
        min-width: 70px;
        vertical-align: middle
    }

        table.table-dataedit td > div {
            display: inline-block;
            vertical-align: middle
        }

        table.table-dataedit td form input {
            border: none
        }

            table.table-dataedit td form input:focus {
                outline: none !important;
                border: 2px solid #007cdb;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box
            }

    table.table-dataedit tfoot td {
        background-color: #fbfbfb;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        font-weight: 700
    }

table .item-name {
    text-align: left;
    border-left: inherit
}

.sub-row {
    background-color: #eee
}

.row-indenter {
    margin: 0;
    padding: 0;
    text-align: right;
    user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 19px
}

.row-expand-arrow, .row-indenter {
    position: relative;
    display: inline-block
}

.row-expand-arrow {
    width: 24px;
    height: 24px;
    background-image: url(/i/manage/row-expand-arrow.png);
    background-repeat: no-repeat;
    background-position: 5px;
    top: 7px;
    left: -3px
}

.expanded .row-expand-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAQAAABd57cKAAAAMUlEQVR4AU3JsQ0AMAyEwJ8i83oKd+yaxkIvOi4MyyPVY5nQ5CZB6n0guYUjt3DkJh8IjTi1k1bpXgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 0;
    left: -1px
}

.ingredients th {
    font-size: 12px;
    color: gray;
    font-weight: 400
}

    .ingredients th:first-child {
        padding-left: 0
    }

.ingredients .table td {
    vertical-align: middle
}

    .ingredients .table td:first-child {
        padding-left: 0
    }

.ingredients th.price {
    text-align: center
}

.ingredients td.price {
    text-align: right;
    white-space: nowrap;
    font-size: 18px
}

td.price.zero {
    color: #999
}

.left-cell {
    text-align: left !important
}

.center-cell {
    text-align: center !important
}

.right-cell {
    text-align: right !important
}

table.va-middle {
    vertical-align: top
}

    table.va-middle td, table.va-middle th {
        vertical-align: middle !important
    }

.row-hidden td {
    color: #aaa
}

.row-hidden img {
    opacity: .3
}

table .detailed > td {
    padding: 0 20px;
    background: #fafafa
}

.inventory-print-table th {
    text-align: center;
    background-color: #f2f2f2
}

.inventory-print-table td, .inventory-print-table th {
    border: 1px solid #ccc !important;
    padding: 5px 6px !important
}

.inventory-print-table td {
    white-space: nowrap;
    text-align: right
}

.inventory-print-table .first {
    min-width: 115px;
    max-width: 300px;
    background-color: #f2f2f2;
    text-align: left;
    white-space: pre-wrap
}

body.welcome-page {
    background: #f7f7f7
}

.tour-info-block {
    width: 630px;
    padding: 50px 70px;
    box-sizing: border-box;
    margin: 0 auto 30px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2)
}

    .tour-info-block:first-child {
        margin-top: 100px
    }

    .tour-info-block h2 {
        margin-top: 20px !important;
        font-size: 21px;
        font-weight: 400 !important
    }

    .tour-info-block p {
        margin-bottom: 20px;
        padding: 0 25px;
        font-size: 14px;
        color: #777
    }

    .tour-info-block.contacts {
        padding: 5px 30px;
        text-align: left
    }

        .tour-info-block.contacts h3 {
            font-size: 16px
        }

        .tour-info-block.contacts p {
            padding: 0;
            color: #444
        }

        .tour-info-block.contacts .manager {
            height: 50px;
            padding-left: 62px;
            position: relative;
            margin-bottom: 20px
        }

            .tour-info-block.contacts .manager img {
                width: 50px;
                height: 50px;
                border-radius: 25px;
                position: absolute;
                left: 0;
                top: 0
            }

    .tour-info-block form {
        margin-top: 40px;
        text-align: left
    }

        .tour-info-block form label {
            font-weight: 400
        }

        .tour-info-block form .error {
            margin-top: 5px;
            margin-bottom: 5px;
            color: #9d220e;
            font-size: 13px;
            line-height: 18px
        }

.tour-top-block {
    margin-bottom: 20px;
    padding: 32px 30px 20px 140px;
    position: relative;
    background: #fafafa;
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 1px 0
}

    .tour-top-block h3 {
        margin-top: 0;
        font-size: 21px;
        font-weight: 400;
        position: relative
    }

        .tour-top-block h3 span {
            padding-right: 8px;
            background: #fafafa;
            position: relative;
            z-index: 1
        }

            .tour-top-block h3 span.ready {
                color: #15ad4b
            }

        .tour-top-block h3 .arrow {
            height: 51px;
            position: absolute;
            left: 0;
            right: 90px;
            bottom: 6px;
            background: url(/i/manage/tour-arrow@2x.png);
            background-size: 1213px 51px;
            background-position: 100% 0
        }

    .tour-top-block p {
        width: 70%;
        font-size: 14px;
        color: #777
    }

    .tour-top-block img {
        position: absolute;
        left: 30px;
        top: 30px
    }

    .tour-top-block .close {
        position: absolute;
        right: 40px;
        top: 28px;
        background: transparent;
        font-size: 20px
    }

    .tour-top-block.applications-banner {
        padding: 32px 30px 20px
    }

        .tour-top-block.applications-banner p {
            width: 100%
        }

        .tour-top-block.applications-banner .apps {
            position: relative;
            padding-left: 95px
        }

        .tour-top-block.applications-banner .app {
            display: inline-block;
            position: relative;
            width: 45px;
            margin-right: 10px;
            margin-bottom: 5px;
            border-radius: 12px;
            overflow: hidden;
            transition: box-shadow .3s ease-out,transform .3s ease-out
        }

            .tour-top-block.applications-banner .app.main {
                width: 100px;
                position: absolute;
                left: -15px;
                top: 0
            }

            .tour-top-block.applications-banner .app:hover {
                box-shadow: 0 10px 20px 0 rgba(0,0,0,.15),0 2px 5px 0 rgba(0,0,0,.15);
                transform: translateY(-3px)
            }

        .tour-top-block.applications-banner img {
            position: relative;
            top: 0;
            left: 0;
            width: 100%
        }

html body div .text-right {
    text-align: right
}

html body div .text-bold {
    font-weight: 700
}

html body div .m-t-40 {
    margin-top: 40px
}

html body div .m-t-20 {
    margin-top: 20px
}

html body div .m-t-15 {
    margin-top: 15px
}

html body div .m-t-10 {
    margin-top: 10px
}

html body div .m-t-5 {
    margin-top: 5px
}

html body div .m-t-0 {
    margin-top: 0
}

html body div .m-b-15 {
    margin-bottom: 15px
}

html body div .m-l-30 {
    margin-left: 30px
}

html body div .m-r-15 {
    margin-right: 15px
}

html body div .m-r-10 {
    margin-right: 10px
}

html body div .m-l-15 {
    margin-left: 15px
}

html body div .m-b-20 {
    margin-bottom: 20px
}

html body div .m-b-10 {
    margin-bottom: 10px
}

html body div .m-b-5 {
    margin-bottom: 5px
}

html body div .m-b-0 {
    margin-bottom: 0
}

html body div .p-t-10 {
    padding-top: 10px
}

html body div .m-l--15 {
    margin-left: -15px
}

.side-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 220px;
    font-size: 16px;
    color: #777;
    background: #f7f7f7;
    border-right: 1px solid #e0e0e0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1000;
    transition: width .3s cubic-bezier(.23,1,.32,1)
}

    .side-menu.collapsed {
        width: 50px;
        transition: none
    }

        .side-menu.collapsed .header {
            padding-left: 0;
            padding-right: 0
        }

            .side-menu.collapsed .header .logo, .side-menu.collapsed .header .show-apps {
                opacity: 0;
                padding: 0;
                width: 0;
                display: block
            }

        .side-menu.collapsed .scroll-wrapper {
            overflow: hidden
        }

        .side-menu.collapsed .menu .sub-menu, .side-menu.collapsed .menu span, .side-menu.collapsed .tour .expand, .side-menu.collapsed .tour .goals, .side-menu.collapsed .tour .progress, .side-menu.collapsed .tour .progress-percent, .side-menu.collapsed .tour .title {
            opacity: 0
        }

        .side-menu.collapsed .menu .expand {
            display: none
        }

        .side-menu.collapsed .apps, .side-menu.collapsed .footer .expand, .side-menu.collapsed .footer .username {
            opacity: 0
        }

        .side-menu.collapsed .footer .account-tooltip {
            opacity: 0;
            width: 0;
            height: 0;
            padding: 0;
            overflow: hidden
        }

    .side-menu .header {
        position: relative;
        padding: 12px 50px;
        border-bottom: 1px solid #e0e0e0;
        height: 64px
    }

        .side-menu .header .menu-toggle {
            position: absolute;
            padding: 7px;
            top: 18px;
            left: 9px;
            width: 30px;
            height: 30px;
            cursor: pointer;
            background: transparent;
            z-index: 100
        }

            .side-menu .header .menu-toggle .burger-menu, .side-menu .header .menu-toggle .collapse-arrow {
                transform: scale(0);
                transform-origin: center center
            }

                .side-menu .header .menu-toggle .burger-menu.show, .side-menu .header .menu-toggle .collapse-arrow.show {
                    transform: scale(1);
                    transition-delay: .125s
                }

        .side-menu .header .burger-menu {
            position: relative;
            width: 18px;
            height: 15px
        }

            .side-menu .header .burger-menu span {
                display: block;
                position: absolute;
                height: 3px;
                width: 100%;
                background: #d8d8d8;
                border-radius: 3px;
                left: 0
            }

                .side-menu .header .burger-menu span:first-child {
                    top: 0;
                    transform-origin: left center
                }

                .side-menu .header .burger-menu span:nth-child(2) {
                    top: 6px;
                    transform-origin: left center
                }

                .side-menu .header .burger-menu span:nth-child(3) {
                    top: 12px;
                    transform-origin: left center
                }

        .side-menu .header .collapse-arrow {
            width: 14px;
            height: 18px;
            margin: -17px 0 0;
            display: block
        }

        .side-menu .header .p-spinner {
            position: absolute;
            margin: 0;
            left: 15px;
            top: 23px;
            z-index: 100
        }

        .side-menu .header .logo {
            display: block;
            margin: 0 auto;
            width: 120px;
            height: 40px;
            background-size: contain;
            background-position: 50%;
            background-repeat: no-repeat
        }

        .side-menu .header .show-apps {
            position: absolute;
            padding: 8px;
            margin: -8px;
            top: 22px;
            right: 18px;
            cursor: pointer
        }

            .side-menu .header .show-apps.active {
                filter: brightness(77%)
            }

    .side-menu .scroll-wrapper {
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 54px;
        overflow-y: auto;
        overflow-style: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .side-menu .tour {
        width: 219px;
        border-bottom: 1px solid #e0e0e0
    }

        .side-menu .tour .tour-head {
            position: relative;
            padding-left: 40px;
            cursor: pointer;
            font-size: 15px
        }

            .side-menu .tour .tour-head .img-target {
                position: absolute;
                left: 15px;
                top: 13px
            }

            .side-menu .tour .tour-head .title {
                font-weight: 700;
                color: #444;
                display: inline-block;
                margin-top: 10px
            }

            .side-menu .tour .tour-head .progress {
                width: 115px;
                height: 3px;
                margin: 6px 0 10px;
                display: inline-block;
                vertical-align: middle;
                background: #e1e1e1
            }

                .side-menu .tour .tour-head .progress .complete {
                    background: #2ace48;
                    width: 12%;
                    height: 3px;
                    display: block
                }

            .side-menu .tour .tour-head .progress-percent {
                font-size: 11px;
                display: inline-block;
                margin-left: 9px;
                vertical-align: top;
                margin-top: 3px;
                color: #999
            }

            .side-menu .tour .tour-head .expand {
                display: inline-block;
                margin: 0 0 3px 8px;
                width: 8px;
                vertical-align: middle;
                filter: brightness(75%)
            }

        .side-menu .tour ul.goals {
            margin: 0;
            padding: 0;
            overflow: hidden;
            font-size: 14px
        }

            .side-menu .tour ul.goals li {
                display: block;
                position: relative
            }

                .side-menu .tour ul.goals li:before {
                    content: "";
                    display: inline-block;
                    width: 6px;
                    height: 6px;
                    background: #e0e0e0;
                    border-radius: 3px;
                    position: absolute;
                    left: 20px;
                    top: 12px
                }

                .side-menu .tour ul.goals li.complete:before {
                    background: url(/i/manage/goal-complete.svg);
                    width: 13px;
                    height: 11px;
                    left: 17px
                }

                .side-menu .tour ul.goals li.complete a {
                    text-decoration: line-through;
                    color: #aaa
                }

                .side-menu .tour ul.goals li.next:before {
                    background: #ff8614
                }

                .side-menu .tour ul.goals li.current {
                    background: rgba(28,42,69,.05)
                }

                    .side-menu .tour ul.goals li.current a {
                        color: #444;
                        font-weight: 700
                    }

                .side-menu .tour ul.goals li a {
                    display: block;
                    min-height: 30px;
                    line-height: 20px;
                    padding: 5px 10px 5px 40px;
                    color: #777;
                    text-decoration: none
                }

                .side-menu .tour ul.goals li:last-child {
                    margin-bottom: 10px
                }

    .side-menu .menu {
        position: relative;
        display: block;
        margin: 0;
        padding-top: 10px
    }

        .side-menu .menu > li {
            position: relative;
            padding: 0;
            font-size: 16px;
            color: #777;
            background: #f7f7f7;
            overflow: hidden;
            cursor: pointer
        }

            .side-menu .menu > li .menu-item {
                display: block;
                width: 100%;
                height: 40px;
                cursor: pointer;
                line-height: 40px;
                color: #777
            }

            .side-menu .menu > li .icon {
                position: absolute;
                display: inline-block;
                left: 16px;
                top: 12px;
                vertical-align: middle
            }

            .side-menu .menu > li span {
                display: inline-block;
                margin-left: 40px;
                max-width: 155px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                vertical-align: middle
            }

            .side-menu .menu > li .expand {
                display: inline-block;
                margin: 0 0 1px 8px;
                width: 8px;
                vertical-align: middle;
                filter: brightness(75%);
                opacity: 0
            }

            .side-menu .menu > li.active {
                padding-bottom: 0
            }

                .side-menu .menu > li.active a {
                    color: #444
                }

                .side-menu .menu > li.active .expand, .side-menu .menu > li.active .icon {
                    filter: brightness(47%) !important;
                    opacity: 1
                }

                .side-menu .menu > li.active span {
                    font-weight: 700;
                    color: #444 !important
                }

        .side-menu .menu .sub-menu {
            overflow: hidden;
            font-size: 14px
        }

            .side-menu .menu .sub-menu li {
                display: block
            }

                .side-menu .menu .sub-menu li a {
                    display: block;
                    min-height: 30px;
                    line-height: 20px;
                    padding: 5px 0 5px 40px;
                    color: #3e8acc;
                    text-decoration: none
                }

        .side-menu .menu > li.active .sub-menu li.active a {
            background: #ebeced;
            color: #333;
            font-weight: 700
        }

    .side-menu .apps {
        padding: 10px 0;
        border-top: 1px solid #e0e0e0
    }

        .side-menu .apps .app {
            display: block;
            padding: 6px 0;
            height: 40px;
            color: #777;
            cursor: pointer;
            text-decoration: none;
            border-bottom: 1px solid transparent;
            border-top: 1px solid transparent
        }

            .side-menu .apps .app.active {
                background: #eee;
                border-bottom: 1px solid #e0e0e0;
                border-top: 1px solid #e0e0e0;
                font-weight: 700;
                color: #333
            }

            .side-menu .apps .app .icon {
                display: inline-block;
                margin: 0 10px 0 15px;
                width: 24px;
                height: 24px;
                vertical-align: middle;
                background-size: contain;
                background-position: 0;
                background-repeat: no-repeat;
                border-radius: 5px
            }

            .side-menu .apps .app .name {
                display: inline-block;
                height: 28px;
                line-height: 28px;
                vertical-align: middle;
                font-size: 14px
            }

    .side-menu .footer {
        position: absolute;
        padding: 0;
        height: 54px;
        width: 100%;
        bottom: 0;
        border-top: 1px solid #e0e0e0;
        cursor: pointer;
        background: #f7f7f7;
        overflow: hidden;
        font-size: 14px
    }

        .side-menu .footer.top-shadow {
            box-shadow: 0 -1px 3px 0 #dcdcdc
        }

        .side-menu .footer .user {
            text-decoration: none;
            color: #777;
            padding: 5px 5px 7px 0
        }

            .side-menu .footer .user .icon {
                margin: 21px 12px 21px 18px
            }

            .side-menu .footer .user span {
                font-size: 14px
            }

            .side-menu .footer .user .expand {
                width: 8px;
                margin-left: 8px;
                filter: brightness(72%)
            }

        .side-menu .footer .account-tooltip {
            position: absolute;
            text-decoration: none;
            padding: 5px;
            right: 7px;
            top: 12px
        }

            .side-menu .footer .account-tooltip span {
                display: inline-block;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                border: 1px solid #3e8acc;
                vertical-align: middle;
                text-align: center;
                line-height: 14px;
                font-size: 12px;
                font-weight: 500;
                background: #f7f7f7;
                color: #3e8acc
            }

    .side-menu .popup-menu {
        position: absolute;
        display: block;
        padding: 11px 0;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        left: 45px;
        width: 190px;
        height: auto;
        z-index: 1000;
        overflow: visible;
        opacity: 1;
        background: #fff;
        box-shadow: 0 10px 15px rgba(0,0,0,.15)
    }

        .side-menu .popup-menu .title {
            margin: 0 16px;
            font-size: 16px;
            color: #555
        }

        .side-menu .popup-menu hr {
            margin: 5px 16px
        }

        .side-menu .popup-menu li.active {
            background: #f7f7f7;
            font-weight: 700
        }

            .side-menu .popup-menu li.active:hover a, .side-menu .popup-menu li.active a {
                color: #333
            }

        .side-menu .popup-menu li a {
            display: block;
            padding: 4px 16px;
            font-size: 14px;
            color: #3e8acc;
            text-decoration: none;
            cursor: pointer
        }

        .side-menu .popup-menu .corner {
            position: absolute;
            left: -7px;
            top: 12px
        }

        .side-menu .popup-menu.projects {
            padding: 20px 0 0 20px;
            width: 245px;
            left: 215px;
            top: 10px
        }

            .side-menu .popup-menu.projects a {
                display: inline-block;
                margin: 0 20px 20px 0;
                width: 90px;
                text-decoration: none
            }

                .side-menu .popup-menu.projects a img {
                    width: 70px;
                    display: block;
                    margin: 0 auto 10px
                }

                .side-menu .popup-menu.projects a span {
                    display: block;
                    padding: 3px 7px;
                    margin: -3px -7px;
                    border-radius: 20px;
                    text-align: center;
                    font-size: 14px;
                    color: #333
                }

                .side-menu .popup-menu.projects a.active span {
                    background: #ebeced;
                    font-weight: 700
                }

        .side-menu .popup-menu.user {
            padding: 10px 12px;
            bottom: auto
        }

            .side-menu .popup-menu.user .corner-left {
                transform: rotate(-90deg);
                top: 43px;
                left: 13px
            }

            .side-menu .popup-menu.user .corner-middle {
                transform: rotate(-90deg);
                top: 43px;
                left: 84px
            }

        .side-menu .popup-menu.account {
            padding: 10px 18px 13px;
            width: 213px;
            font-size: 14px;
            -webkit-user-select: auto;
            -moz-user-select: auto;
            -ms-user-select: auto;
            user-select: auto
        }

            .side-menu .popup-menu.account h4 {
                color: #333;
                margin: 5px 0 10px
            }

            .side-menu .popup-menu.account a {
                display: block;
                margin: 0 0 3px;
                color: #3e8acc;
                text-decoration: none
            }

                .side-menu .popup-menu.account a.gray {
                    color: #777
                }

            .side-menu .popup-menu.account hr {
                margin: 7px 0
            }

            .side-menu .popup-menu.account p {
                margin-bottom: 0
            }

            .side-menu .popup-menu.account .corner {
                transform: rotate(-90deg);
                position: absolute;
                left: 19px;
                top: auto;
                bottom: -8px
            }

    .side-menu .header .menu-toggle:hover .burger-menu span {
        background: #b7b7b7
    }

    .side-menu .header .menu-toggle:hover .collapse-arrow, .side-menu .header .show-apps:hover {
        filter: brightness(77%)
    }

    .side-menu .menu > li:hover, .side-menu .menu > li:hover > a, .side-menu .tour ul li:hover a {
        color: #5a5a5a
    }

        .side-menu .menu > li:hover .expand, .side-menu .menu > li:hover .icon {
            filter: brightness(74%)
        }

    .side-menu .menu > li .sub-menu li:hover a {
        color: #316da1
    }

    .side-menu .app:hover, .side-menu .user:hover {
        color: #656565
    }

        .side-menu .user:hover .expand, .side-menu .user:hover .icon {
            filter: brightness(66%)
        }

    .side-menu .popup-menu a:hover, .side-menu .popup-menu li:hover a {
        color: #316ca0
    }

    .side-menu .popup-menu.projects a:hover {
        color: #111
    }

        .side-menu .popup-menu.projects a:hover span {
            background: rgba(0,0,0,.03)
        }

    .side-menu.collapsed .header {
        transition: padding .15s
    }

        .side-menu.collapsed .header .logo {
            transition-timing-function: cubic-bezier(.23,1,.32,1);
            transition: opacity .15s,width 0s ease-out 1s
        }

        .side-menu.collapsed .header .show-apps {
            transition: opacity .25s,filter .25s
        }

    .side-menu .header .burger-menu {
        transition: transform .125s
    }

        .side-menu .header .burger-menu span {
            transition: background .25s,transform .25s
        }

    .side-menu .header .collapse-arrow {
        transition: transform .125s,filter .25s;
        transition-delay: 0s
    }

    .side-menu .header .logo {
        transition-timing-function: cubic-bezier(.23,1,.32,1);
        transition: opacity .25s
    }

    .side-menu .header .show-apps {
        transition: opacity .15s,filter .25s
    }

    .side-menu .tour ul.goals {
        transition: max-height .25s cubic-bezier(.23,1,.32,1),padding .25s cubic-bezier(.23,1,.32,1)
    }

        .side-menu .tour ul.goals li a {
            transition: opacity .25s ease-out,color .25s
        }

    .side-menu .menu > li {
        transition: height .25s,padding .25s
    }

        .side-menu .menu > li * {
            transition-timing-function: cubic-bezier(.23,1,.32,1) !important
        }

        .side-menu .menu > li a {
            transition: color .25s
        }

        .side-menu .menu > li .icon {
            transition-timing-function: ease-in !important;
            transition: filter .25s,color .25s
        }

        .side-menu .apps, .side-menu .menu > li .expand, .side-menu .menu > li .sub-menu, .side-menu .menu > li span {
            transition: opacity .15s
        }

    .side-menu .footer .user, .side-menu .footer .user .icon {
        transition: filter .25s,color .25s
    }

        .side-menu .footer .user .username {
            transition: opacity .15s
        }

    .side-menu .popup-menu li a {
        transition: color .25s
    }

    .side-menu .popup-menu.projects {
        -webkit-animation: appear .25s cubic-bezier(.23,1,.32,1)
    }

        .side-menu .popup-menu.projects a {
            transition: color .25s
        }

            .side-menu .popup-menu.projects a span {
                transition: background .25s ease-out
            }

    .side-menu .popup-menu.account, .side-menu .popup-menu.user {
        -webkit-animation: appear .25s cubic-bezier(.23,1,.32,1)
    }

        .side-menu .popup-menu.account a {
            transition: color .25s
        }

.global-wrapper {
    transition: transform .3s cubic-bezier(.23,1,.32,1),width .3s cubic-bezier(.23,1,.32,1)
}

body {
    background: #fff;
    overflow-x: hidden
}

    body, body #app-root, body #app-root > div, body .global-wrapper {
        min-height: 100%;
        height: 100%
    }

        body .global-wrapper {
            display: block;
            position: relative;
            padding: 0 30px;
            margin: 0 0 0 220px;
            width: calc(100% - 220px);
            min-width: 0
        }

            body .global-wrapper.expanded {
                width: calc(100% - 50px);
                transform: translate(-170px);
                animation-name: expand;
                animation-duration: 3s
            }

            body .global-wrapper.no-transform {
                transform: none !important;
                margin-left: 50px
            }

            body .global-wrapper.no-transition {
                transition: none
            }

        body.has-notify, body.has-notify .side-menu {
            padding-top: 30px;
            transition: padding-top .25s cubic-bezier(.23,1,.32,1)
        }

            body.has-notify .notify-stripe {
                transition: transform .25s cubic-bezier(.23,1,.32,1)
            }

            body.has-notify.scrolled, body.has-notify.scrolled .side-menu {
                padding-top: 0
            }

                body.has-notify.scrolled .notify-stripe {
                    transform: translateY(-30px) scaleY(0)
                }

        body .notify-stripe {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: 100000
        }

        .ReactModalPortal .poster-tour, body .global-wrapper .poster-tour {
            margin: 0 25px 20px
        }

        .ReactModalPortal .page-affiliate-program .withdraw, body .global-wrapper .page-affiliate-program .withdraw {
            margin-top: -6px
        }

        .ReactModalPortal .tour-hint, body .global-wrapper .tour-hint {
            position: relative;
            margin: 0 0 15px;
            padding: 10px 10px 10px 80px;
            border: 1px solid #e2e2e2;
            border-radius: 5px;
            max-width: 1000px
        }

            .ReactModalPortal .tour-hint .close, body .global-wrapper .tour-hint .close {
                outline: none;
                position: absolute;
                right: 10px;
                top: 4px
            }

            .ReactModalPortal .tour-hint .img, body .global-wrapper .tour-hint .img {
                position: absolute;
                top: 15px;
                left: 18px;
                width: 44px;
                height: 48px
            }

            .ReactModalPortal .tour-hint .title, body .global-wrapper .tour-hint .title {
                font-size: 14px;
                font-weight: 700;
                margin: 5px 0 10px
            }

            .ReactModalPortal .tour-hint .text, body .global-wrapper .tour-hint .text {
                color: #777;
                font-size: 14px;
                margin: 0
            }

        .ReactModalPortal .content-header, body .global-wrapper .content-header {
            margin: 0 -30px 15px;
            padding: 17px 30px 0;
            text-align: right;
            height: 64px;
            border-bottom: 1px solid #eee
        }

            .ReactModalPortal .content-header h2, body .global-wrapper .content-header h2 {
                text-align: left;
                max-width: 1000px
            }

                .ReactModalPortal .content-header h2 br, body .global-wrapper .content-header h2 br {
                    display: none
                }

        .ReactModalPortal .form-search, body .global-wrapper .form-search {
            position: relative;
            margin: 0 10px 15px 0;
            vertical-align: top
        }

            .ReactModalPortal .form-search .btn-search, body .global-wrapper .form-search .btn-search {
                position: absolute;
                display: block;
                z-index: 6;
                margin: 0;
                padding: 0 0 0 21px;
                border: none;
                border-radius: 5px;
                width: 16px;
                height: 16px;
                left: 10px;
                top: 8px;
                background-image: url("/i/manage/search-icon.svg");
                background-repeat: no-repeat;
                background-size: contain
            }

            .ReactModalPortal .form-search input, body .global-wrapper .form-search input {
                height: 31px;
                padding-left: 30px;
                font-size: 14px;
                border: 1px solid #ddd;
                border-radius: 5px;
                box-shadow: none;
                transition: border .2s ease-out
            }

                .ReactModalPortal .form-search input:active, .ReactModalPortal .form-search input:focus, body .global-wrapper .form-search input:active, body .global-wrapper .form-search input:focus {
                    border: 1px solid #c2c2c2
                }

        .ReactModalPortal .table-filter, body .global-wrapper .table-filter {
            margin-bottom: 15px;
            height: 31px;
            border: 1px solid #c7ddf0;
            border-radius: 5px
        }

            .ReactModalPortal .table-filter .btn-group, body .global-wrapper .table-filter .btn-group {
                margin-left: -4px
            }

            .ReactModalPortal .table-filter > :first-child, body .global-wrapper .table-filter > :first-child {
                margin-left: 0 !important
            }

            .ReactModalPortal .table-filter .btn-group:first-child .btn-dropdown, body .global-wrapper .table-filter .btn-group:first-child .btn-dropdown {
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px
            }

            .ReactModalPortal .table-filter .btn-group:last-child .btn-dropdown, body .global-wrapper .table-filter .btn-group:last-child .btn-dropdown {
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                border: none
            }

            .ReactModalPortal .table-filter .btn-dropdown, body .global-wrapper .table-filter .btn-dropdown {
                border: none;
                border-right: 1px solid #c7ddf0;
                border-radius: 0;
                padding-top: 4px
            }

        .ReactModalPortal .table-list, body .global-wrapper .table-list {
            margin: 0 -30px;
            padding-bottom: 90px
        }

            .ReactModalPortal .table-list th, body .global-wrapper .table-list th {
                font-size: 12px;
                font-weight: 400;
                color: #999
            }

                .ReactModalPortal .table-list th strong, body .global-wrapper .table-list th strong {
                    font-weight: 400
                }

                .ReactModalPortal .table-list td:first-child, .ReactModalPortal .table-list th:first-child, body .global-wrapper .table-list td:first-child, body .global-wrapper .table-list th:first-child {
                    padding-left: 30px !important
                }

                .ReactModalPortal .table-list td:last-child, .ReactModalPortal .table-list th:last-child, body .global-wrapper .table-list td:last-child, body .global-wrapper .table-list th:last-child {
                    padding-right: 30px !important
                }

                .ReactModalPortal .table-list td:after, .ReactModalPortal .table-list th:after, body .global-wrapper .table-list td:after, body .global-wrapper .table-list th:after {
                    display: none !important
                }

            .ReactModalPortal .table-list .cash-shift-transaction td:first-child, .ReactModalPortal .table-list .cash-shift-transaction th:first-child, body .global-wrapper .table-list .cash-shift-transaction td:first-child, body .global-wrapper .table-list .cash-shift-transaction th:first-child {
                padding-left: 15px !important
            }

            .ReactModalPortal .table-list .cash-shift-transaction td:last-child, .ReactModalPortal .table-list .cash-shift-transaction th:last-child, body .global-wrapper .table-list .cash-shift-transaction td:last-child, body .global-wrapper .table-list .cash-shift-transaction th:last-child {
                padding-right: 15px !important
            }

        .ReactModalPortal .btn-dropdown .caret, .ReactModalPortal .caret-blue, .ReactModalPortal .filter-buttons-container .caret, body .global-wrapper .btn-dropdown .caret, body .global-wrapper .caret-blue, body .global-wrapper .filter-buttons-container .caret {
            margin-left: 5px;
            width: 6px;
            height: 10px;
            border: none;
            transform: rotate(-90deg);
            background-image: url(/i/manage/arrow-back.svg);
            background-size: contain;
            background-repeat: no-repeat
        }

        .ReactModalPortal .btn.btn-default, body .global-wrapper .btn.btn-default {
            color: #4a90e2 !important;
            border: 1px solid #d4e5f9
        }

            .ReactModalPortal .btn.btn-default.active, body .global-wrapper .btn.btn-default.active {
                background: #4a90e2;
                color: #fff !important;
                font-weight: 400
            }

                .ReactModalPortal .btn.btn-default.active:hover, body .global-wrapper .btn.btn-default.active:hover {
                    background: #4a90e2
                }

            .ReactModalPortal .btn.btn-default:hover, body .global-wrapper .btn.btn-default:hover {
                border-color: #c5d7ef;
                background: transparent
            }

        .ReactModalPortal .form-group, .ReactModalPortal .max-width-wrapper, body .global-wrapper .form-group, body .global-wrapper .max-width-wrapper {
            max-width: 1000px
        }

        .ReactModalPortal select, .ReactModalPortal select.form-control, body .global-wrapper select, body .global-wrapper select.form-control {
            margin: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none !important;
            -moz-appearance: none !important;
            background-image: linear-gradient(45deg,transparent 50%,gray 0),linear-gradient(135deg,gray 50%,transparent 0);
            background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px);
            background-size: 5px 5px,5px 5px,1px 1.5em;
            background-repeat: no-repeat;
            padding-right: 30px;
            cursor: pointer
        }

            .ReactModalPortal select.form-control::-ms-expand, .ReactModalPortal select::-ms-expand, body .global-wrapper select.form-control::-ms-expand, body .global-wrapper select::-ms-expand {
                display: none
            }

        .ReactModalPortal .form-control, body .global-wrapper .form-control {
            position: relative;
            padding: 8px 11px;
            min-height: 37px;
            line-height: 20px;
            border-radius: 5px;
            border: 1px solid #d2d2d2;
            box-shadow: none;
            font-size: 14px;
            color: #333;
            transition: border .4s ease-out;
            -webkit-appearance: none
        }

            .ReactModalPortal .form-control:focus, body .global-wrapper .form-control:focus {
                border: 1px solid #3e8acc
            }

        .ReactModalPortal .input-group input, body .global-wrapper .input-group input {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .ReactModalPortal .noresults, body .global-wrapper .noresults {
            margin-top: 15px
        }

        .ReactModalPortal .cat-description, body .global-wrapper .cat-description {
            font-size: 16px;
            font-weight: 400;
            line-height: 1;
            color: #999
        }

        .ReactModalPortal .print-link, body .global-wrapper .print-link {
            display: inline-block;
            vertical-align: middle;
            top: -1px;
            height: 33px
        }

        .ReactModalPortal .print-icon, body .global-wrapper .print-icon {
            margin-left: -2px;
            margin-top: -2px;
            margin-right: 3px
        }

        .ReactModalPortal div.gray-wrapper, body .global-wrapper div.gray-wrapper {
            margin: 25px -30px;
            padding: 15px 30px
        }

        .ReactModalPortal .btn-green, body .global-wrapper .btn-green {
            background: #10b02d;
            height: 34px;
            padding: 6px 17px;
            border-radius: 5px;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            transition: background .15s ease-in
        }

            .ReactModalPortal .btn-green:hover, body .global-wrapper .btn-green:hover {
                background: #0d9326;
                color: #fff
            }

        .ReactModalPortal .btn-lg, body .global-wrapper .btn-lg {
            font-size: 16px;
            padding: 12px 21px 15px;
            height: 46px
        }

        .ReactModalPortal .btn-outline, .ReactModalPortal .open-select-interval, body .global-wrapper .btn-outline, body .global-wrapper .open-select-interval {
            margin: 0;
            padding: 7px 12px;
            height: auto;
            color: #3e8acc;
            font-weight: 400;
            text-decoration: none;
            line-height: 16px;
            border: 1px solid #c7ddf0;
            border-radius: 5px
        }

            .ReactModalPortal .btn-outline:hover, .ReactModalPortal .open-select-interval:hover, body .global-wrapper .btn-outline:hover, body .global-wrapper .open-select-interval:hover {
                border-color: #b5c9da;
                color: #377ab4
            }

            .ReactModalPortal .btn-outline span, .ReactModalPortal .open-select-interval span, body .global-wrapper .btn-outline span, body .global-wrapper .open-select-interval span {
                font-weight: 400;
                color: #3e8acc
            }

        .ReactModalPortal .btn-back, .ReactModalPortal .supply-btn-back, body .global-wrapper .btn-back, body .global-wrapper .supply-btn-back {
            display: inline-block;
            margin: -13px 4px -12px -10px;
            padding: 0;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            transition: background .2s
        }

            .ReactModalPortal .btn-back:hover, .ReactModalPortal .supply-btn-back:hover, body .global-wrapper .btn-back:hover, body .global-wrapper .supply-btn-back:hover {
                background: rgba(0,0,0,.03)
            }

            .ReactModalPortal .btn-back:active, .ReactModalPortal .supply-btn-back:active, body .global-wrapper .btn-back:active, body .global-wrapper .supply-btn-back:active {
                background: rgba(0,0,0,.05)
            }

            .ReactModalPortal .btn-back img, .ReactModalPortal .btn-back svg, .ReactModalPortal .supply-btn-back img, .ReactModalPortal .supply-btn-back svg, body .global-wrapper .btn-back img, body .global-wrapper .btn-back svg, body .global-wrapper .supply-btn-back img, body .global-wrapper .supply-btn-back svg {
                margin: 10px 13px;
                display: block
            }

        .ReactModalPortal .btn-icon-ellipsis, body .global-wrapper .btn-icon-ellipsis {
            padding: 8px 11px;
            margin-right: 10px;
            border: 1px solid #c7ddf0
        }

        .ReactModalPortal .table-list .actions-cell, body .global-wrapper .table-list .actions-cell {
            width: 70px;
            max-width: 70px
        }

        .ReactModalPortal .dropdown-menu, .ReactModalPortal .modal-content, body .global-wrapper .dropdown-menu, body .global-wrapper .modal-content {
            text-align: left
        }

.fast-search .btn-search {
    display: none
}

.quill, .quill .ql-toolbar {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

    .quill .ql-container {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .quill .ql-editor {
        min-height: 100px;
        white-space: normal !important;
        font-size: 16px
    }

        .quill .ql-editor p {
            margin-bottom: 10px
        }

        .quill .ql-editor h2 {
            font-size: 20px;
            margin: 20px 0 5px;
            font-weight: 700
        }

        .quill .ql-editor h3 {
            font-size: 18px;
            margin: 15px 0 5px;
            font-weight: 700
        }

        .quill .ql-editor h4 {
            font-size: 16px;
            margin: 15px 0 5px;
            font-weight: 700
        }

        .quill .ql-editor h5 {
            font-weight: 700;
            margin: 10px 0 5px;
            font-size: 14px
        }

.drop-zone {
    cursor: pointer;
    border: 2px dashed #d4d4d4;
    border-radius: 5px;
    padding: 5px
}

    .drop-zone .drop-images {
        padding-bottom: 30px;
        margin: 0
    }

        .drop-zone .drop-images .hint {
            font-size: 14px;
            text-align: center;
            color: gray;
            margin: 15px 0
        }

    .drop-zone .images-previews {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0
    }

        .drop-zone .images-previews .image-wrap {
            height: 110px;
            display: inline-block;
            margin: 7px;
            position: relative;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            overflow: hidden
        }

            .drop-zone .images-previews .image-wrap .btn {
                position: absolute;
                top: 2px;
                width: 18px;
                height: 18px;
                padding: 3px;
                background: #000;
                border: none;
                border-radius: 2px;
                transition: opacity .7s;
                z-index: 10;
                cursor: pointer;
                opacity: .7
            }

                .drop-zone .images-previews .image-wrap .btn img {
                    display: block;
                    width: 100%
                }

                .drop-zone .images-previews .image-wrap .btn:hover {
                    opacity: 1
                }

                .drop-zone .images-previews .image-wrap .btn.btn-delete {
                    right: 2px
                }

                .drop-zone .images-previews .image-wrap .btn.btn-edit {
                    right: 23px
                }

            .drop-zone .images-previews .image-wrap .img {
                display: block;
                height: 100%
            }

                .drop-zone .images-previews .image-wrap .img.uploading {
                    opacity: .1
                }

            .drop-zone .images-previews .image-wrap .form-control.img-alt {
                display: inline-block;
                margin-top: 5px;
                padding: 2px 4px;
                width: 100%;
                height: 30px
            }

.page-welcome {
    min-height: 100%;
    padding: 100px 0;
    background: #f7f7f7;
    margin: 0 -30px
}

    .page-welcome .welcome-header {
        font-weight: 400 !important;
        margin-top: 24px
    }

    .page-welcome p {
        color: #777;
        font-size: 14px;
        padding: 0 25px;
        margin-bottom: 20px
    }

    .page-welcome .welcome-block {
        display: block;
        margin: 0 auto;
        padding: 50px 70px;
        max-width: 610px;
        background: #fff;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
        border-radius: 5px;
        text-align: center
    }

.page-app-description .icon {
    display: block;
    margin: 0;
    width: 120px;
    height: 120px;
    border-radius: 25px;
    object-fit: cover
}

    .page-app-description .icon.gray-border {
        border: 1px solid #eee
    }

.page-app-settings .form-control.webhook-input {
    padding-right: 120px
}

.page-app-settings .btn-check-webhook {
    position: absolute;
    top: 5px;
    right: 20px;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    background: #fff;
    box-shadow: none
}

    .page-app-settings .btn-check-webhook:hover {
        background: #fafafa
    }

    .page-app-settings .btn-check-webhook img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        height: 12px;
        margin-bottom: 2px
    }

.tariffs-empty-state {
    margin: 40px;
    text-align: center;
    font-size: 18px
}

.page-application .btn-green.connected, .page-applications .btn-green.connected {
    position: relative;
    text-shadow: none;
    cursor: pointer;
    border: 1px solid #10b02d;
    background: #fff;
    color: #10b02d;
    text-align: center
}

    .page-application .btn-green.connected .sign, .page-applications .btn-green.connected .sign {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 3px;
        width: 15px;
        height: 12px;
        background: url(/img/manage/goal-complete.svg);
        background-size: contain;
        background-repeat: no-repeat
    }

    .page-application .btn-green.connected.link, .page-applications .btn-green.connected.link {
        border: 1px solid #3e8acc;
        color: #3e8acc
    }

        .page-application .btn-green.connected.link .sign, .page-applications .btn-green.connected.link .sign {
            background: url(/img/manage/external-link.svg);
            background-size: contain;
            background-repeat: no-repeat
        }

        .page-application .btn-green.connected.link:hover, .page-applications .btn-green.connected.link:hover {
            color: #3e8acc
        }

    .page-application .btn-green.connected:hover, .page-applications .btn-green.connected:hover {
        background-color: #fafafa;
        color: #10b02d
    }

.page-applications .title-category {
    margin-bottom: 20px
}

.page-applications .btn-green {
    border: none
}

.page-applications .app {
    display: inline-block;
    margin: 0 20px 30px 0;
    width: 220px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eee;
    cursor: pointer;
    vertical-align: top;
    transition: box-shadow .3s ease-out,transform .3s ease-out
}

    .page-applications .app:hover {
        box-shadow: 0 10px 20px 0 rgba(0,0,0,.05),0 2px 5px 0 rgba(0,0,0,.05);
        transform: translateY(-6px)
    }

    .page-applications .app .app-link {
        display: block;
        color: #333;
        text-decoration: none
    }

    .page-applications .app .name {
        font-size: 16px;
        font-weight: 700
    }

    .page-applications .app .icon {
        display: block;
        margin: 0 auto;
        width: 120px;
        height: 120px;
        border-radius: 25px;
        object-fit: contain
    }

        .page-applications .app .icon.gray-border {
            border: 1px solid #eee
        }

    .page-applications .app .description {
        height: 35px;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        color: #757575
    }

    .page-applications .app .price {
        font-size: 16px;
        margin: 0;
        color: green
    }

    .page-applications .app .price-description {
        height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        color: #757575
    }

    .page-applications .app .btn {
        margin-top: 15px
    }

.page-applications .invite-wrapper {
    position: relative;
    padding: 20px;
    margin: 30px 0;
    max-width: 920px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.03)
}

    .page-applications .invite-wrapper .invite {
        position: relative;
        padding-left: 30px
    }

        .page-applications .invite-wrapper .invite:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 15px;
            left: 0;
            top: 5px;
            background: url(/img/manage/check-think.svg)
        }

        .page-applications .invite-wrapper .invite h3 {
            font-weight: 400;
            margin: 5px 0 15px
        }

        .page-applications .invite-wrapper .invite p {
            color: #555
        }

    .page-applications .invite-wrapper .separator {
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #eee
    }

.page-application {
    margin-bottom: 10px;
    color: #222
}

    .page-application .sub-title {
        margin: 30px 0 20px;
        font-size: 20px
    }

    .page-application .width-wrapper {
        max-width: 150px;
        margin-bottom: 30px
    }

        .page-application .width-wrapper .icon {
            width: 100%;
            height: auto;
            margin: 15px 0 30px;
            border-radius: 17%;
            object-fit: contain
        }

            .page-application .width-wrapper .icon.gray-border {
                border: 1px solid #eee
            }

        .page-application .width-wrapper .btn {
            display: block;
            width: 100%
        }

        .page-application .width-wrapper .btn-delete {
            margin: 10px 0 0;
            border: 1px solid #e0dcdc;
            color: red;
            transition: background .2s ease-out,color .2s ease-out;
            cursor: pointer
        }

            .page-application .width-wrapper .btn-delete:hover {
                background: #fafafa;
                color: #b20000
            }

    .page-application .price {
        font-size: 16px;
        margin-bottom: 5px;
        color: green
    }

    .page-application .price-description {
        height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        color: #757575
    }

    .page-application .extra-info {
        margin-top: 30px;
        overflow: hidden
    }

        .page-application .extra-info .title {
            font-weight: 400;
            border-bottom: 1px solid #eee;
            padding: 5px 0;
            color: #585858
        }

        .page-application .extra-info li {
            margin: 0 0 9px;
            color: #333
        }

            .page-application .extra-info li span {
                display: block;
                color: #8c8c8c;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-size: 12px;
                font-weight: 500
            }

    .page-application .tabs-menu {
        margin-top: 10px;
        margin-left: 0;
        border: 0
    }

        .page-application .tabs-menu li b {
            display: block
        }

        .page-application .tabs-menu li a {
            font-weight: 700;
            display: inline-block;
            padding: 8px 0;
            margin: 0 15px 8px 0;
            border-radius: 0;
            color: #2688cd;
            line-height: 1;
            font-size: 20px;
            cursor: pointer;
            text-decoration: none;
            background: #fff;
            transition: color .2s
        }

            .page-application .tabs-menu li:hover, .page-application .tabs-menu li a:hover {
                background: #fff;
                opacity: .9
            }

        .page-application .tabs-menu li.active a {
            background: #fff;
            color: #222
        }

    .page-application .tab-content {
        padding-bottom: 30px;
        max-width: 720px;
        font-size: 16px
    }

        .page-application .tab-content img {
            max-width: 100%;
            width: auto
        }

    .page-application .description {
        font-size: 16px;
        height: 95px;
        overflow: hidden;
        text-overflow: ellipsis
    }

        .page-application .description h2 {
            font-size: 20px;
            margin: 20px 0 5px;
            font-weight: 700
        }

        .page-application .description h3 {
            font-size: 18px;
            margin: 15px 0 5px;
            font-weight: 700
        }

        .page-application .description h4 {
            font-size: 16px;
            margin: 15px 0 5px;
            font-weight: 700
        }

        .page-application .description h5 {
            font-weight: 700;
            margin: 10px 0 5px;
            font-size: 14px
        }

    .page-application .show-more {
        display: inline-block;
        font-size: 14px;
        float: left;
        cursor: pointer;
        color: #2688cd;
        transition: color .2s
    }

        .page-application .show-more:hover {
            color: #237cbb
        }

    .page-application .screenshots {
        margin-top: 50px
    }

        .page-application .screenshots .swiper-container {
            padding: 0 5px 6px 0;
            width: 100%;
            height: 356px;
            margin-bottom: 20px
        }

        .page-application .screenshots .swiper-slide {
            width: auto;
            height: 350px;
            border: 1px solid #eee;
            border-radius: 5px;
            margin-bottom: 3px;
            cursor: pointer;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.14);
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center
        }

        .page-application .screenshots .swiper-button-next, .page-application .screenshots .swiper-button-prev {
            padding: 20px;
            height: 64px;
            margin-top: -33px
        }

        .page-application .screenshots .swiper-button-next {
            margin-right: -10px
        }

        .page-application .screenshots .swiper-button-prev {
            margin-left: -10px
        }

        .page-application .screenshots .thumbnails {
            height: 50px;
            overflow: hidden
        }

            .page-application .screenshots .thumbnails img {
                cursor: pointer;
                height: 100%;
                border: 1px solid #eee;
                border-radius: 4px;
                margin-right: 5px
            }

                .page-application .screenshots .thumbnails img.active {
                    border-color: #2688cd
                }

    .page-application .pswp__img {
        border: 1px solid transparent;
        border-radius: 5px
    }

html {
    height: 100%
}

    html, html body {
        min-height: 100%
    }

        html body {
            font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
            font-size: 14px;
            -webkit-font-smoothing: antialiased;
            -webkit-tap-highlight-color: transparent;
            color: #222;
            background: #fff
        }

            html body h2 {
                margin-top: 0;
                font-weight: 700;
                font-size: 24px
            }

            html body h3 {
                font-size: 18px
            }

            html body h3, html body h4 {
                font-weight: 700
            }

            html body a {
                color: #2688cd
            }

            html body .ib {
                display: inline-block;
                vertical-align: middle
            }

.block-link {
    display: block;
    margin: 0 -15px;
    padding: 15px
}

h2 .quantity, h3 .quantity, h4 .quantity {
    color: #999;
    font-weight: 400;
    font-size: .7em
}

.gray-wrapper {
    margin: 25px -15px;
    padding: 15px;
    background-color: #f4f4f4
}

    .gray-wrapper .table {
        margin-bottom: 0
    }

    .gray-wrapper h3 {
        margin-top: 0
    }

.negative {
    color: #bb3c3c
}

.positive {
    color: #15ad4b
}

.gray, .hint {
    color: #888
}

.hint {
    margin: 5px 0;
    font-size: 13px
}

    .hint:first-child {
        margin-top: 0
    }

.bigger {
    font-size: 1.25em
}

.va-middle {
    vertical-align: middle
}

.pseudo-link {
    cursor: pointer
}

.row.row-no-margins {
    margin: 0
}

.noresults {
    text-align: center;
    color: #999
}

table + h3 {
    padding-bottom: 30px
}

thead td, thead th {
    font-weight: 700
}

@font-face {
    font-family: fontello;
    src: url(data:application/vnd.ms-fontobject;base64,qBEAAAARAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAB9XSqQAAAAAAAAAAAAAAAAAAAAAAABAAZgBvAG4AdABlAGwAbABvAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAQAGYAbwBuAHQAZQBsAGwAbwAAAAAAAAEAAAAOAIAAAwBgT1MvMj2ZSKEAAADsAAAAVmNtYXDQERm3AAABRAAAAUpjdnQgBkoAJAAABvgAAAAcZnBnbYoKeDsAAAcUAAAJkWdhc3AAAAAQAAAG8AAAAAhnbHlmTGR4xQAAApAAAADUaGVhZP916DsAAANkAAAANmhoZWEGegNUAAADnAAAACRobXR4BrIAAAAAA8AAAAAIbG9jYQBqAAAAAAPIAAAABm1heHAA0AnxAAAD0AAAACBuYW1lzJ0ZGwAAA/AAAALNcG9zdNWFaN4AAAbAAAAAL3ByZXCSoZr/AAAQqAAAAFYAAQNZAZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAANS/2oAWgMLAAcAAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAP//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAA//kCywMLAAgAOgA2QDMJAQEIAQIDAQJbBwEDBgEEBQMEWwAAAApTAAoKCkMABQULBUQ5NjMyISUjMyUhJCEiCxgrATQmJyMVMzI2NxQGKwEVITIWHQEUBiMhFRQGKwEiJj0BIyImPQE0NjsBNSMiJj0BNDY3MxE0NjMhMhYCRkg8srI8SISMcL4BGgcKCgf+5gwGXQgKfQgKCgh9fQgKCgh9CggBLW+OAhc4RAH6RDlsiEIKCEcICmsICgoIawoIRwgKQgoIUwcKAQFfCAqKAAABAAAAAQAAqdLVB18PPPUACwPoAAAAAM7F7kkAAAAAzsW2CQAA//kCywMLAAAACAACAAAAAAAAAAEAAANS/2oAWgPoAAD//wLLAAEAAAAAAAAAAAAAAAAAAAACA+gAAALKAAAAAAAAAGoAAAABAAAAAgA7AAIAAAAAAAIAFgAjAG4AAABHCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDEzIGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQAzACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAQIGcm91YmxlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML//kDC//5sAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=);
    src: url(data:application/vnd.ms-fontobject;base64,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#iefix) format("embedded-opentype"),url(data:application/font-woff;base64,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) format("woff"),url(data:application/octet-stream;base64,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) format("truetype"),url(/resources/css/manage/font_rouble/fontello.svg#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-rouble:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: -.1em;
    content: "\E800"
}

.icon-dram:before {
    width: 1em;
    background: url(/i/armenian-dram.svg);
    background-size: auto 100%;
    background-repeat: no-repeat
}

.icon-azn:before, .icon-dram:before {
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    height: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: -.1em;
    content: " "
}

.icon-azn:before {
    width: 2em;
    background: url(/i/azn.png);
    background-size: auto 100%;
    background-repeat: no-repeat
}

.navbar.has-notify {
    height: 80px;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.23,1,.32,1)
}

body.scrolled .navbar.has-notify {
    -webkit-transform: translateY(-30px)
}

body.prevented-scroll {
    overflow: hidden
}

.notify-stripe {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #210d07;
    background: #ffe20a
}

    .notify-stripe.demo-notify {
        background: #27a936;
        color: #fff
    }

        .notify-stripe.demo-notify a {
            color: #fff
        }

    .notify-stripe a {
        text-decoration: underline;
        color: #564129
    }

    .notify-stripe.red {
        color: #fff;
        -webkit-font-smoothing: subpixel-antialiased;
        background: #bc0202
    }

        .notify-stripe.red a {
            color: #fff
        }

.wide-notification {
    margin-top: 60px;
    text-align: center
}

    .wide-notification h2 {
        margin-top: 1.25em;
        margin-bottom: .75em
    }

h2.success {
    color: #00a103
}

h2.fail {
    color: #bb3c3c
}

.wide-notification p {
    font-size: 17px
}

.wide-notification .secondary-action {
    font-size: 14px;
    margin-left: 10px
}

.modal-body {
    font-size: 16px
}

.modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ebebeb;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

    .modal-footer .btn-confirm {
        padding-left: 20px;
        padding-right: 20px
    }

button .spinner-wrapper {
    width: 20px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    position: relative
}

span.hidden-text {
    font-size: 0;
    display: none
}

td.no-wrap {
    white-space: nowrap
}

div.tooltip {
    white-space: normal
}

.filters {
    margin: 45px 0 19px
}

.login-form .spinner-wrapper {
    position: relative
}

label[disabled=disabled] {
    cursor: not-allowed;
    color: #999
}

a.disabled, a.disabled:active, a.disabled:hover {
    cursor: default;
    color: #999 !important
}

.content-header.subheader {
    margin-bottom: 0
}

.tooltip.in {
    opacity: 1
}

.tooltip .tooltip-arrow {
    border-bottom-color: #fff !important
}

.tooltip .tooltip-inner {
    padding: 8px 16px;
    background: #fff;
    color: #222;
    text-align: left;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 2px 6px rgba(0,0,0,.1);
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400 !important
}

.caret.caret-up {
    transform: rotate(180deg)
}

.btn {
    outline: none !important
}

.info-badge {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    background: #fff;
    border-radius: 20px;
    font-family: serif;
    font-style: italic;
    font-weight: 700;
    font-size: 15px;
    color: #3474dd;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2)
}

    .info-badge, .info-badge:hover {
        text-decoration: none
    }

.modal-backdrop {
    transition: opacity .1s linear !important
}

    .modal-backdrop .modal-dialog {
        transition: transform .5s cubic-bezier(.23,1,.32,1) !important;
        transform: translateY(-250px)
    }

        .modal-backdrop .modal-dialog.modal-dialog-open {
            transform: none
        }

.app-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-top: 15px;
    overflow-y: scroll
}

.p-submit {
    margin: 0 -6px !important
}

.lang-selector {
    width: 120px;
    text-align: left;
    margin-right: 15px;
    height: 36px
}

    .lang-selector .Select-control {
        height: 36px
    }

        .lang-selector .Select-control .Select-value {
            line-height: 34px
        }

        .lang-selector .Select-control .Select-input {
            height: 34px
        }

.btn-file-upload {
    margin: 10px 0 0;
    padding: 7px 12px;
    height: auto;
    color: #3e8acc;
    font-weight: 400;
    text-decoration: none;
    line-height: 16px;
    border: 1px solid #c7ddf0;
    border-radius: 5px
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution:144dpi) {
    .navbar a.userblock-expand {
        background-image: url(/i/manage/user@2x.png);
        background-size: 24px 23px
    }

    .navbar .soon {
        background: url(/i/manage/soon@2x.png) no-repeat 100% 0;
        background-size: 33px 33px
    }

    a.i-ipad {
        background-image: url(/i/manage/i-ipad@2x.png);
        background-size: 20px 15px
    }

    .btn-edit-ellipsis, .btn-edit-ellipsis:active, .btn-edit-ellipsis:hover {
        background-image: url(/i/manage/ellipsis@2x.png) !important;
        background-size: 16px 4px !important
    }

    .row-expand-arrow {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAYAAADOMhxqAAAAM0lEQVQ4y2NgIBXMnDmznlQN00jSBFQsPqppGGoCKhSDamgYVTxIFCNl0QZSor6BgZYAAOHDg9d3Fmn5AAAAAElFTkSuQmCC);
        background-size: 6px 12px
    }

    .expanded .row-expand-arrow {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAMCAQAAADSObX+AAAAUElEQVR4AX3LQQ2AMADAwM4EyGWImTgwAST9NvTdG7AmG5Ob/3YOLs6x+GoSOwiaxC5okrugSe6CJrkLmuQuaJK7oMmovYGE2htIHvcGXfYC27EuyYclw88AAAAASUVORK5CYII=);
        background-size: 12px 6px
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
        transform: translate(0)
    }

    to {
        opacity: 0;
        transform: translateY(30px)
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(0)
    }

    40% {
        transform: scale(1.2)
    }

    80% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,-200);
        transform: matrix(1,0,0,1,0,-200)
    }

    1.666667% {
        -webkit-transform: matrix(1,0,0,1,0,-172.35495);
        transform: matrix(1,0,0,1,0,-172.35495)
    }

    3.333333% {
        -webkit-transform: matrix(1,0,0,1,0,-141.82046);
        transform: matrix(1,0,0,1,0,-141.82046)
    }

    5% {
        -webkit-transform: matrix(1,0,0,1,0,-110.6511);
        transform: matrix(1,0,0,1,0,-110.6511)
    }

    6.666667% {
        -webkit-transform: matrix(1,0,0,1,0,-80.63031);
        transform: matrix(1,0,0,1,0,-80.63031)
    }

    8.333333% {
        -webkit-transform: matrix(1,0,0,1,0,-53.08195);
        transform: matrix(1,0,0,1,0,-53.08195)
    }

    10% {
        -webkit-transform: matrix(1,0,0,1,0,-28.90337);
        transform: matrix(1,0,0,1,0,-28.90337)
    }

    11.666667% {
        -webkit-transform: matrix(1,0,0,1,0,-8.61371);
        transform: matrix(1,0,0,1,0,-8.61371)
    }

    13.333333% {
        -webkit-transform: matrix(1,0,0,1,0,7.58891);
        transform: matrix(1,0,0,1,0,7.58891)
    }

    15% {
        -webkit-transform: matrix(1,0,0,1,0,19.7659);
        transform: matrix(1,0,0,1,0,19.7659)
    }

    16.666667% {
        -webkit-transform: matrix(1,0,0,1,0,28.17693);
        transform: matrix(1,0,0,1,0,28.17693)
    }

    18.333333% {
        -webkit-transform: matrix(1,0,0,1,0,33.22186);
        transform: matrix(1,0,0,1,0,33.22186)
    }

    20% {
        -webkit-transform: matrix(1,0,0,1,0,35.38833);
        transform: matrix(1,0,0,1,0,35.38833)
    }

    21.666667% {
        -webkit-transform: matrix(1,0,0,1,0,35.20642);
        transform: matrix(1,0,0,1,0,35.20642)
    }

    23.333333% {
        -webkit-transform: matrix(1,0,0,1,0,33.21127);
        transform: matrix(1,0,0,1,0,33.21127)
    }

    25% {
        -webkit-transform: matrix(1,0,0,1,0,29.91372);
        transform: matrix(1,0,0,1,0,29.91372)
    }

    26.666667% {
        -webkit-transform: matrix(1,0,0,1,0,25.77889);
        transform: matrix(1,0,0,1,0,25.77889)
    }

    28.333333% {
        -webkit-transform: matrix(1,0,0,1,0,21.21189);
        transform: matrix(1,0,0,1,0,21.21189)
    }

    30% {
        -webkit-transform: matrix(1,0,0,1,0,16.54993);
        transform: matrix(1,0,0,1,0,16.54993)
    }

    31.666667% {
        -webkit-transform: matrix(1,0,0,1,0,12.05976);
        transform: matrix(1,0,0,1,0,12.05976)
    }

    33.333333% {
        -webkit-transform: matrix(1,0,0,1,0,7.93939);
        transform: matrix(1,0,0,1,0,7.93939)
    }

    35% {
        -webkit-transform: matrix(1,0,0,1,0,4.32304);
        transform: matrix(1,0,0,1,0,4.32304)
    }

    36.666667% {
        -webkit-transform: matrix(1,0,0,1,0,1.28834);
        transform: matrix(1,0,0,1,0,1.28834)
    }

    38.333333% {
        -webkit-transform: matrix(1,0,0,1,0,-1.13506);
        transform: matrix(1,0,0,1,0,-1.13506)
    }

    40% {
        -webkit-transform: matrix(1,0,0,1,0,-2.95636);
        transform: matrix(1,0,0,1,0,-2.95636)
    }

    41.666667% {
        -webkit-transform: matrix(1,0,0,1,0,-4.21438);
        transform: matrix(1,0,0,1,0,-4.21438)
    }

    43.333333% {
        -webkit-transform: matrix(1,0,0,1,0,-4.96895);
        transform: matrix(1,0,0,1,0,-4.96895)
    }

    45% {
        -webkit-transform: matrix(1,0,0,1,0,-5.29298);
        transform: matrix(1,0,0,1,0,-5.29298)
    }

    46.666667% {
        -webkit-transform: matrix(1,0,0,1,0,-5.26578);
        transform: matrix(1,0,0,1,0,-5.26578)
    }

    48.333333% {
        -webkit-transform: matrix(1,0,0,1,0,-4.96736);
        transform: matrix(1,0,0,1,0,-4.96736)
    }

    50% {
        -webkit-transform: matrix(1,0,0,1,0,-4.47415);
        transform: matrix(1,0,0,1,0,-4.47415)
    }

    51.666667% {
        -webkit-transform: matrix(1,0,0,1,0,-3.85571);
        transform: matrix(1,0,0,1,0,-3.85571)
    }

    53.333333% {
        -webkit-transform: matrix(1,0,0,1,0,-3.17263);
        transform: matrix(1,0,0,1,0,-3.17263)
    }

    55% {
        -webkit-transform: matrix(1,0,0,1,0,-2.47535);
        transform: matrix(1,0,0,1,0,-2.47535)
    }

    56.666667% {
        -webkit-transform: matrix(1,0,0,1,0,-1.80376);
        transform: matrix(1,0,0,1,0,-1.80376)
    }

    58.333333% {
        -webkit-transform: matrix(1,0,0,1,0,-1.18748);
        transform: matrix(1,0,0,1,0,-1.18748)
    }

    60% {
        -webkit-transform: matrix(1,0,0,1,0,-.64659);
        transform: matrix(1,0,0,1,0,-.64659)
    }

    61.666667% {
        -webkit-transform: matrix(1,0,0,1,0,-.1927);
        transform: matrix(1,0,0,1,0,-.1927)
    }

    63.333333% {
        -webkit-transform: matrix(1,0,0,1,0,.16977);
        transform: matrix(1,0,0,1,0,.16977)
    }

    65% {
        -webkit-transform: matrix(1,0,0,1,0,.44218);
        transform: matrix(1,0,0,1,0,.44218)
    }

    66.666667% {
        -webkit-transform: matrix(1,0,0,1,0,.63034);
        transform: matrix(1,0,0,1,0,.63034)
    }

    68.333333% {
        -webkit-transform: matrix(1,0,0,1,0,.7432);
        transform: matrix(1,0,0,1,0,.7432)
    }

    70% {
        -webkit-transform: matrix(1,0,0,1,0,.79166);
        transform: matrix(1,0,0,1,0,.79166)
    }

    71.666667% {
        -webkit-transform: matrix(1,0,0,1,0,.78759);
        transform: matrix(1,0,0,1,0,.78759)
    }

    73.333333% {
        -webkit-transform: matrix(1,0,0,1,0,.74296);
        transform: matrix(1,0,0,1,0,.74296)
    }

    75% {
        -webkit-transform: matrix(1,0,0,1,0,.66919);
        transform: matrix(1,0,0,1,0,.66919)
    }

    76.666667% {
        -webkit-transform: matrix(1,0,0,1,0,.57669);
        transform: matrix(1,0,0,1,0,.57669)
    }

    78.333333% {
        -webkit-transform: matrix(1,0,0,1,0,.47453);
        transform: matrix(1,0,0,1,0,.47453)
    }

    80% {
        -webkit-transform: matrix(1,0,0,1,0,.37023);
        transform: matrix(1,0,0,1,0,.37023)
    }

    81.666667% {
        -webkit-transform: matrix(1,0,0,1,0,.26979);
        transform: matrix(1,0,0,1,0,.26979)
    }

    83.333333% {
        -webkit-transform: matrix(1,0,0,1,0,.17761);
        transform: matrix(1,0,0,1,0,.17761)
    }

    85% {
        -webkit-transform: matrix(1,0,0,1,0,.09671);
        transform: matrix(1,0,0,1,0,.09671)
    }

    86.666667% {
        -webkit-transform: matrix(1,0,0,1,0,.02882);
        transform: matrix(1,0,0,1,0,.02882)
    }

    88.333333% {
        -webkit-transform: matrix(1,0,0,1,0,-.02539);
        transform: matrix(1,0,0,1,0,-.02539)
    }

    90% {
        -webkit-transform: matrix(1,0,0,1,0,-.06614);
        transform: matrix(1,0,0,1,0,-.06614)
    }

    91.666667% {
        -webkit-transform: matrix(1,0,0,1,0,-.09428);
        transform: matrix(1,0,0,1,0,-.09428)
    }

    93.333333% {
        -webkit-transform: matrix(1,0,0,1,0,-.11116);
        transform: matrix(1,0,0,1,0,-.11116)
    }

    95% {
        -webkit-transform: matrix(1,0,0,1,0,-.11841);
        transform: matrix(1,0,0,1,0,-.11841)
    }

    96.666667% {
        -webkit-transform: matrix(1,0,0,1,0,-.1178);
        transform: matrix(1,0,0,1,0,-.1178)
    }

    98.333333% {
        -webkit-transform: matrix(1,0,0,1,0,-.11112);
        transform: matrix(1,0,0,1,0,-.11112)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@-webkit-keyframes expand {
    0% {
        max-height: 0
    }

    to {
        max-height: 60px
    }
}

.table-scrollbar-container {
    height: 20px;
    bottom: 0;
    background: #fff
}

    .table-scrollbar-container .scrollbar-wrapper {
        width: 100%;
        height: 20px;
        box-shadow: 0 -4px 3px -3px rgba(0,0,0,.1)
    }

        .table-scrollbar-container .scrollbar-wrapper .scrollbar {
            height: 20px;
            position: absolute;
            left: 0;
            transform: translateX(0)
        }

            .table-scrollbar-container .scrollbar-wrapper .scrollbar .thumb {
                width: 100%;
                height: 6px;
                border-radius: 6px;
                position: absolute;
                top: 50%;
                margin-top: -3px;
                left: 0;
                background: rgba(0,0,0,.15)
            }

            .table-scrollbar-container .scrollbar-wrapper .scrollbar:hover .thumb {
                height: 8px;
                margin-top: -4px;
                background: rgba(0,0,0,.3)
            }

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@-webkit-keyframes appear-tooltip {
    0% {
        opacity: 0;
        transform: translate(-50%)
    }

    to {
        opacity: 1;
        transform: translate(-50%,3px)
    }
}

@media only screen and (min-width: 1280px) {
    .listing .content-header div.btn.btn-default:hover .tooltip {
        opacity: 0 !important;
        display: none !important
    }

    .listing .content-header div.btn.btn-default {
        padding-right: 8px !important
    }

        .listing .content-header div.btn.btn-default.active.no-text, .listing .content-header div.btn.btn-default.no-text {
            padding-right: 0 !important
        }

        .listing .content-header div.btn.btn-default.active {
            padding-right: 8px !important
        }

        .listing .content-header div.btn.btn-default .caret {
            margin: 0 !important
        }

        .listing .content-header div.btn.btn-default .btn-text {
            max-width: 200px !important
        }
}

.page-waste-list .listing .content-header {
    height: auto !important;
    min-height: 64px
}

.listing {
    margin-left: -4px;
    height: calc(100vh - 60px);
    overflow-y: scroll
}

    .listing .table-filter {
        margin-bottom: 15px;
        height: 31px;
        border: 1px solid #c7ddf0;
        border-radius: 5px
    }

        .listing .table-filter .btn-group {
            margin-left: -4px
        }

        .listing .table-filter > :first-child {
            margin-left: 0 !important
        }

        .listing .table-filter .btn-group:first-child .btn-dropdown {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px
        }

        .listing .table-filter .btn-group:last-child .btn-dropdown {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border: none
        }

        .listing .table-filter .btn-dropdown {
            border: none;
            border-right: 1px solid #c7ddf0;
            border-radius: 0;
            padding-top: 4px
        }

    .listing .table-list {
        margin: 0
    }

        .listing .table-list th {
            font-size: 12px;
            font-weight: 400;
            color: #999
        }

            .listing .table-list th strong {
                font-weight: 400
            }

            .listing .table-list td:first-child, .listing .table-list th:first-child {
                padding-left: 30px !important
            }

            .listing .table-list td:last-child, .listing .table-list th:last-child {
                padding-right: 30px !important
            }

            .listing .table-list td:after, .listing .table-list th:after {
                display: none !important
            }

        .listing .table-list .cash-shift-transaction td:first-child, .listing .table-list .cash-shift-transaction th:first-child {
            padding-left: 15px !important
        }

        .listing .table-list .cash-shift-transaction td:last-child, .listing .table-list .cash-shift-transaction th:last-child {
            padding-right: 15px !important
        }

    .listing .content-header {
        height: 64px;
        margin: 0 -35px 7px;
        padding: 0 24px !important;
        border-bottom: 1px solid #eee
    }

        .listing .content-header .p-page-header {
            border: none
        }

        .listing .content-header .btn-group.open .btn.btn-default {
            background-color: #cae0fc !important
        }

        .listing .content-header a button.btn-green, .listing .content-header button#add-transaction-button-listing, .listing .content-header div.btn, .listing .content-header div.btn.active {
            padding: 0 !important;
            border-radius: 8px !important;
            border: none !important;
            font-size: 13px !important;
            font-weight: 500 !important;
            line-height: 16px !important;
            letter-spacing: .03em
        }

            .listing .content-header div.btn.btn-default[disabled] .caret, .listing .content-header div.btn.btn-default[disabled] img {
                filter: grayscale(1) brightness(118%)
            }

            .listing .content-header div.btn.btn-default[disabled] .btn-text {
                color: silver
            }

            .listing .content-header div.btn.btn-default[disabled]:active, .listing .content-header div.btn.btn-default[disabled]:hover {
                background-color: transparent !important
            }

        .listing .content-header a button.btn-green, .listing .content-header button#add-transaction-button-listing {
            height: 39px !important;
            margin-left: 16px;
            padding: 11px 18px 12px !important;
            text-shadow: none
        }

            .listing .content-header a button.btn-green:hover, .listing .content-header button#add-transaction-button-listing:hover {
                background-color: #4fd083
            }

            .listing .content-header a button.btn-green:active, .listing .content-header button#add-transaction-button-listing:active {
                background-color: #138c43
            }

        .listing .content-header div.btn .caret {
            margin: 0 3px 0 -5px !important;
            pointer-events: none;
            transition: all .3s ease-out
        }

        .listing .content-header div.btn.btn-default {
            color: #438de2;
            height: 32px;
            transition: all .3s ease-out
        }

            .listing .content-header div.btn.btn-default img {
                position: relative;
                pointer-events: none
            }

            .listing .content-header div.btn.btn-default .btn-text {
                display: inline-block;
                vertical-align: middle;
                padding: 8px 0;
                max-width: 0;
                overflow: hidden;
                transition: max-width .3s ease-out;
                pointer-events: none
            }

            .listing .content-header div.btn.btn-default:hover .tooltip {
                opacity: 1;
                display: block;
                z-index: 101
            }

            .listing .content-header div.btn.btn-default.active, .listing .content-header div.btn.btn-default:hover {
                color: #438de2 !important;
                background-color: #dbecff !important
            }

            .listing .content-header div.btn.btn-default.active, .listing .content-header div.btn.btn-default:active {
                background-color: #cae0fc !important
            }

                .listing .content-header div.btn.btn-default.active .tooltip, .listing .content-header div.btn.btn-default:active .tooltip {
                    opacity: 0;
                    display: none
                }

            .listing .content-header div.btn.btn-default.date-range-selector-button {
                margin-left: 15px;
                border: 1px solid #b4d5fa !important;
                padding: 10px 16px !important;
                height: 39px !important;
                font-weight: 700
            }

                .listing .content-header div.btn.btn-default.date-range-selector-button:hover {
                    background-color: #dbecff
                }

                .listing .content-header div.btn.btn-default.date-range-selector-button:active {
                    background-color: #cae0fc
                }

                .listing .content-header div.btn.btn-default.date-range-selector-button.active, .listing .content-header div.btn.btn-default.date-range-selector-button:focus {
                    background-color: transparent !important
                }

                .listing .content-header div.btn.btn-default.date-range-selector-button .caret {
                    margin: -4px 0 0 2px !important
                }

        .listing .content-header .popdown-container {
            margin-left: 16px
        }

            .listing .content-header .popdown-container .popdown {
                top: 39px !important
            }

                .listing .content-header .popdown-container .popdown.date-range-selector {
                    top: 45px !important
                }

                .listing .content-header .popdown-container .popdown.tooltip {
                    color: #666;
                    font-size: 14px;
                    line-height: 18px;
                    font-weight: 400;
                    padding: 12px 16px;
                    white-space: nowrap;
                    min-width: auto;
                    opacity: 0;
                    display: none;
                    left: 50% !important;
                    transform: translate(-50%,3px);
                    -webkit-animation: appear-tooltip .25s cubic-bezier(.23,1,.32,1)
                }

                    .listing .content-header .popdown-container .popdown.tooltip:after, .listing .content-header .popdown-container .popdown.tooltip:before {
                        left: 50%
                    }

                .listing .content-header .popdown-container .popdown.popdown-simple {
                    padding: 0 !important;
                    min-width: 160px;
                    top: 34px !important
                }

                    .listing .content-header .popdown-container .popdown.popdown-simple:after, .listing .content-header .popdown-container .popdown.popdown-simple:before {
                        border: none
                    }

                    .listing .content-header .popdown-container .popdown.popdown-simple ul {
                        list-style: none;
                        margin-bottom: 0;
                        padding: 5px 0
                    }

                    .listing .content-header .popdown-container .popdown.popdown-simple li > a {
                        display: block;
                        padding: 3px 20px 3px 15px;
                        clear: both;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 1.428571429;
                        color: #333;
                        white-space: nowrap;
                        text-decoration: none
                    }

                        .listing .content-header .popdown-container .popdown.popdown-simple li > a:focus, .listing .content-header .popdown-container .popdown.popdown-simple li > a:hover {
                            color: #262626;
                            text-decoration: none;
                            background-color: #f5f5f5
                        }

        .listing .content-header .page-tabs {
            margin-left: 14px
        }

            .listing .content-header .page-tabs li {
                margin-left: 10px;
                padding: 11px 16px;
                font-size: 13px;
                font-weight: 500;
                letter-spacing: .03em;
                border-radius: 8px
            }

                .listing .content-header .page-tabs li:hover {
                    background-color: #f2f8ff
                }

                .listing .content-header .page-tabs li:active {
                    background-color: #e4eefa
                }

                .listing .content-header .page-tabs li.active {
                    background-color: #eff6ff
                }

                    .listing .content-header .page-tabs li.active:hover {
                        background-color: #e4eefa
                    }

                    .listing .content-header .page-tabs li.active:active {
                        background-color: #dae7f7
                    }

        .listing .content-header .btn .caret, .listing .filters-container .btn.filter .caret {
            transform: none;
            width: 8px;
            height: 8px;
            margin: -2px 0 0 2px;
            background-image: url("/i/manage/side-menu/drop-menu-icon-blue.svg") !important;
            background-size: contain;
            background-repeat: no-repeat;
            border: none
        }

    .listing .filters-container {
        padding: 1px 5px 5px 0;
        position: relative;
        vertical-align: top
    }

        .listing .filters-container .fast-search {
            width: 166px;
            margin: 0 !important;
            position: absolute !important
        }

            .listing .filters-container .fast-search .btn-search {
                background-image: url("/i/manage/search-icon-new.svg") !important;
                width: 24px !important;
                height: 24px !important;
                top: 4px !important;
                left: 4px !important;
                display: block;
                position: absolute
            }

            .listing .filters-container .fast-search input {
                width: 164px;
                height: 32px !important;
                box-shadow: none;
                border: 1px solid #e8e8e8 !important;
                border-radius: 4px !important;
                font-size: 14px;
                line-height: 22px;
                padding-left: 34px !important
            }

                .listing .filters-container .fast-search input::placeholder {
                    color: #d4d4d4
                }

                .listing .filters-container .fast-search input.show-add {
                    border-radius: 4px 4px 0 0 !important
                }

            .listing .filters-container .fast-search .add-link {
                height: 32px;
                padding: 6px 10px;
                border: 1px solid #e8e8e8;
                display: block;
                top: 30px;
                left: 0;
                right: 0;
                position: absolute;
                overflow: hidden;
                text-decoration: none;
                white-space: nowrap;
                text-overflow: ellipsis;
                color: #222;
                background: #f5fafd;
                border-radius: 0 0 4px 4px;
                box-shadow: 0 2px 3px 0 rgba(0,0,0,.05);
                cursor: pointer
            }

                .listing .filters-container .fast-search .add-link:hover {
                    background: #eef8ff
                }

        .listing .filters-container .btn.filter {
            max-width: 250px;
            height: 28px;
            margin-top: 2px;
            vertical-align: top;
            padding: 5px 10px;
            color: #438de2;
            font-size: 15px;
            line-height: 18px;
            border: none
        }

            .listing .filters-container .btn.filter:hover {
                background-color: #dbecff
            }

            .listing .filters-container .btn.filter.active, .listing .filters-container .btn.filter:active {
                background-color: #cae0fc
            }

            .listing .filters-container .btn.filter .filter-text {
                display: inline-block;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 216px;
                float: left
            }

            .listing .filters-container .btn.filter .filter-text-remove {
                max-width: 204px
            }

            .listing .filters-container .btn.filter .add {
                margin: 5px 4px 0 0;
                background-image: url("/i/manage/icon-plus.svg");
                background-size: contain;
                background-repeat: no-repeat;
                width: 8px;
                height: 8px !important;
                float: left
            }

            .listing .filters-container .btn.filter.filled {
                position: relative;
                padding-right: 6px;
                background: #e5f1ff
            }

                .listing .filters-container .btn.filter.filled:hover {
                    background-color: #dbecff
                }

                .listing .filters-container .btn.filter.filled.active, .listing .filters-container .btn.filter.filled:active {
                    background-color: #dae7f7
                }

                .listing .filters-container .btn.filter.filled .remove {
                    background-image: url("/i/manage/icon-remove.svg");
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: 20px;
                    height: 20px;
                    display: inline-block;
                    vertical-align: middle;
                    margin: -2px 0 0 4px;
                    cursor: pointer
                }

                .listing .filters-container .btn.filter.filled .caret {
                    margin-right: 4px
                }

        .listing .filters-container .filter-buttons-container {
            margin-left: 176px
        }

            .listing .filters-container .filter-buttons-container.without-margin {
                margin-left: 0
            }

            .listing .filters-container .filter-buttons-container .btn.filter {
                border-radius: 8px
            }

            .listing .filters-container .filter-buttons-container .ib.popdown-container {
                margin: 0 6px 10px 0
            }

                .listing .filters-container .filter-buttons-container .ib.popdown-container .btn.filter.new-filter {
                    border: none !important
                }

                    .listing .filters-container .filter-buttons-container .ib.popdown-container .btn.filter.new-filter span {
                        display: inline-block;
                        vertical-align: middle
                    }

    .listing .table-container {
        overflow: auto;
        margin-bottom: 20px
    }

        .listing .table-container::-webkit-scrollbar {
            height: 0 !important;
            width: 0 !important
        }

        .listing .table-container > .table {
            max-width: 1150px;
            margin-bottom: 0
        }

            .listing .table-container > .table > thead {
                z-index: 1
            }

                .listing .table-container > .table > thead > tr > th {
                    font-weight: 400;
                    color: #888;
                    font-size: 12px;
                    border-bottom: 1px solid #e5e5e5;
                    cursor: pointer;
                    padding: 13px 8px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    transition: none
                }

                .listing .table-container > .table > thead > tr > th {
                    font-size: .9em;
                }

                    .listing .table-container > .table > thead > tr > th:hover {
                        background: #edf6ff
                    }

                    .listing .table-container > .table > thead > tr > th .caret {
                        position: relative;
                        top: -1px;
                        left: 1px
                    }

                    .listing .table-container > .table > thead > tr > th:not(.sortable) {
                        cursor: default
                    }

                        .listing .table-container > .table > thead > tr > th:not(.sortable):hover {
                            background: none
                        }

            .listing .table-container > .table > tbody > tr.inventory-with-parent > td {
                border-top: none;
                border-bottom: none
            }

            .listing .table-container > .table > tbody > tr:first-child td {
                border-top: none
            }

            .listing .table-container > .table > tbody > tr > td {
                border-top: 1px solid #eee;
                border-bottom: 1px solid #eee;
                padding: 13px 8px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                transition: none;
                max-width: 300px
            }

                .listing .table-container > .table > tbody > tr > td .icon-rouble:before {
                    display: inline;
                    margin-right: 0;
                    margin-left: 0
                }

                .listing .table-container > .table > tbody > tr > td.no-overflow {
                    overflow: visible;
                    white-space: normal
                }

                .listing .table-container > .table > tbody > tr > td.editable {
                    cursor: pointer
                }

                .listing .table-container > .table > tbody > tr > td.editing {
                    padding: 0;
                    position: relative;
                    overflow: visible
                }

                    .listing .table-container > .table > tbody > tr > td.editing .dummy {
                        height: 0
                    }

                    .listing .table-container > .table > tbody > tr > td.editing .text-input {
                        height: 100%;
                        padding: 13px 8px;
                        position: absolute;
                        top: 0;
                        right: 0;
                        left: 0;
                        line-height: 18px;
                        font-size: 13px;
                        font-family: inherit;
                        color: #222;
                        border: none;
                        outline: none;
                        border-radius: 0;
                        box-shadow: inset 0 0 0 2px #297cdb,0 2px 4px 0 rgba(0,0,0,.2)
                    }

                    .listing .table-container > .table > tbody > tr > td.editing .Select-control {
                        height: 44px !important;
                        border: none;
                        border-radius: 0;
                        outline: none;
                        background-color: transparent;
                        box-shadow: inset 0 0 0 2px #297cdb,0 2px 4px 0 rgba(0,0,0,.2)
                    }

                        .listing .table-container > .table > tbody > tr > td.editing .Select-control .Select-input, .listing .table-container > .table > tbody > tr > td.editing .Select-control .Select-value {
                            height: 44px !important;
                            line-height: 44px !important
                        }

                    .listing .table-container > .table > tbody > tr > td.editing .Select-menu-outer {
                        max-width: 100% !important;
                        margin-top: 17px
                    }

                .listing .table-container > .table > tbody > tr > td.hack-hide-row {
                    display: none
                }

                .listing .table-container > .table > tbody > tr > td .save-error-badge {
                    width: 12px;
                    height: 12px;
                    display: inline-block;
                    margin-right: 4px;
                    position: relative;
                    top: -1px;
                    color: #fff;
                    text-align: center;
                    font-size: 10px;
                    font-weight: 700;
                    line-height: 12px;
                    border-radius: 6px;
                    background: #ed2626
                }

            .listing .table-container > .table > tbody > tr:hover > td {
                background: #f8f8f8
            }

                .listing .table-container > .table > tbody > tr:hover > td.editable span.table-cell-value {
                    border-bottom: 1px dotted rgba(0,0,0,.15)
                }

            .listing .table-container > .table > tbody > tr.danger, .listing .table-container > .table > tbody > tr.danger td {
                background: #ffeef0 !important;
                border-top-color: transparent !important
            }

            .listing .table-container > .table > tbody tr.clickable:hover {
                background: #edf6ff;
                cursor: pointer
            }

                .listing .table-container > .table > tbody tr.clickable:hover td {
                    background: #edf6ff
                }

            .listing .table-container > .table > tbody > tr.aggregate-data > td {
                background: #fafafa
            }

            .listing .table-container > .table > tbody > tr.aggregate-data + .aggregate-data > td {
                padding-top: 40px
            }

            .listing .table-container > .table .dropdown-content-container {
                background: #f4f4f4 !important
            }

            .listing .table-container > .table .btn-edit-ellipsis {
                height: 20px !important
            }

    .listing.loading .table-container {
        opacity: .5
    }

    .listing.loading .sk-fading-circle {
        margin: 0
    }

    .listing .pull-left {
        margin: 0 0 0 -20px
    }

    .listing div.pull-right {
        padding: 16px 0
    }

        .listing div.pull-right.with-buttons {
            padding: 12px 0
        }

        .listing div.pull-right .segmented-buttons {
            margin: 0 !important;
            top: 0 !important
        }

    .listing .columns-selector {
        padding: 0;
        text-align: left
    }

        .listing .columns-selector .overflow {
            max-height: 320px;
            overflow: auto
        }

        .listing .columns-selector p {
            padding: 0;
            margin: 0;
            margin-bottom: 10px
        }

        .listing .columns-selector label {
            display: block;
            position: relative;
            font-weight: 400;
            padding: 4px 20px;
            margin: 0 0 0 5px
        }

            .listing .columns-selector label:hover {
                background: #fafafa
            }

            .listing .columns-selector label input {
                position: absolute;
                top: 2px;
                left: 0
            }

        .listing .columns-selector .btn.reset-defaults {
            border: 1px solid #d4e5f9 !important;
            border-radius: 4px !important
        }

    .listing .filter-editor {
        width: 260px;
        max-height: none !important;
        top: 37px
    }

        .listing .filter-editor a {
            font-size: 12px;
            display: inline-block;
            margin-right: 10px;
            margin-top: 10px
        }

        .listing .filter-editor .Select {
            margin-top: 12px
        }

        .listing .filter-editor input[type=search], .listing .filter-editor input[type=text] {
            border-color: #ddd;
            margin-top: 12px;
            width: 100% !important;
            padding: 0 20px
        }

        .listing .filter-editor .list-selector-search {
            padding-left: 18px;
            border-radius: 4px 4px 0 0;
            outline: none;
            box-shadow: none;
            box-sizing: border-box
        }

        .listing .filter-editor .filter-wrapper {
            padding: 20px
        }

            .listing .filter-editor .filter-wrapper.predefined {
                padding: 0 !important
            }

                .listing .filter-editor .filter-wrapper.predefined a:first-of-type {
                    margin-left: 20px
                }

                .listing .filter-editor .filter-wrapper.predefined .list-selector {
                    border: none;
                    margin: 10px 0
                }

                .listing .filter-editor .filter-wrapper.predefined .list-selector-search {
                    width: 96%;
                    border: none;
                    border-bottom: 1px solid #ddd
                }

        .listing .filter-editor .list-selector {
            max-height: 250px;
            border: 1px solid #ddd;
            overflow: auto;
            border-radius: 0 0 4px 4px;
            border-top: none;
            margin-bottom: 0
        }

            .listing .filter-editor .list-selector li {
                padding: 5px 10px 5px 24px;
                cursor: pointer;
                position: relative
            }

                .listing .filter-editor .list-selector li:hover {
                    background: #fafafa
                }

                .listing .filter-editor .list-selector li.active {
                    color: #2376d7
                }

                    .listing .filter-editor .list-selector li.active:before {
                        content: "\2714";
                        display: inline-block;
                        position: absolute;
                        left: 8px;
                        top: 4px;
                        color: #2376d7
                    }

                .listing .filter-editor .list-selector li.focus {
                    background-color: #dfeeff
                }

                .listing .filter-editor .list-selector li.deleted {
                    padding-top: 3px;
                    padding-bottom: 3px;
                    color: #888;
                    font-size: 12px
                }

    .listing .pagination {
        margin: 10px 0;
        text-align: center
    }

        .listing .pagination li {
            display: inline-block;
            cursor: pointer
        }

            .listing .pagination li.break {
                vertical-align: top;
                padding: 6px 12px;
                margin-left: -1px;
                line-height: 1.428571429;
                text-decoration: none;
                background-color: #fff;
                border: 1px solid #ddd;
                color: #aaa;
                cursor: default
            }

    .listing .sub-menu-dropdown-close-wrapper {
        width: 9999px;
        height: 9999px;
        position: absolute;
        z-index: 9000;
        right: 0;
        top: -1000px;
        left: -1000px;
        bottom: 0
    }

    .listing .noresults {
        color: #222
    }

        .listing .noresults td {
            padding: 60px 0 50px !important
        }

        .listing .noresults:hover td {
            background: transparent !important
        }

    .listing .alert-with-test-padding p {
        padding-left: 12px
    }

.popdown-container {
    position: relative
}

    .popdown-container.receipt-details .popdown {
        overflow: auto
    }

    .popdown-container .popdown {
        min-width: 220px;
        box-sizing: border-box;
        border: 1px solid #e1e1e1;
        max-height: 400px;
        position: absolute;
        top: 40px;
        z-index: 100;
        text-align: left;
        background: #fff;
        box-shadow: 0 3px 10px 0 hsla(0,0%,68%,.5),0 20px 60px 0 rgba(0,0,0,.15);
        border-radius: 4px;
        font-size: 13px;
        -webkit-animation: appear .25s cubic-bezier(.23,1,.32,1);
        -webkit-overflow-scrolling: touch
    }

        .popdown-container .popdown .inner {
            padding-left: 20px
        }

        .popdown-container .popdown.top-left:after, .popdown-container .popdown.top-left:before, .popdown-container .popdown.top-right:after, .popdown-container .popdown.top-right:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0
        }

        .popdown-container .popdown.top-left:after, .popdown-container .popdown.top-right:after {
            bottom: 100%;
            left: 20px;
            margin-left: -6px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff
        }

        .popdown-container .popdown.top-left:before, .popdown-container .popdown.top-right:before {
            bottom: 100%;
            left: 20px;
            margin-left: -8px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid;
            border-bottom-color: #ddd
        }

        .popdown-container .popdown.bottom-left:after, .popdown-container .popdown.bottom-left:before, .popdown-container .popdown.bottom-right:after, .popdown-container .popdown.bottom-right:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0
        }

        .popdown-container .popdown.bottom-left:after, .popdown-container .popdown.bottom-right:after {
            top: 100%;
            left: 20px;
            margin-left: -6px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #fff
        }

        .popdown-container .popdown.bottom-left:before, .popdown-container .popdown.bottom-right:before {
            top: 100%;
            left: 20px;
            margin-left: -8px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid;
            border-top-color: #ddd
        }

        .popdown-container .popdown.bottom-right:after, .popdown-container .popdown.bottom-right:before, .popdown-container .popdown.top-right:after, .popdown-container .popdown.top-right:before {
            left: auto !important;
            right: 22px !important
        }

        .popdown-container .popdown.bottom-right:before, .popdown-container .popdown.top-right:before {
            right: 20px !important
        }

        .popdown-container .popdown.bottom-left, .popdown-container .popdown.bottom-right {
            top: auto;
            bottom: 50px
        }

        .popdown-container .popdown.bottom-right, .popdown-container .popdown.top-right {
            left: auto;
            right: 0
        }

        .popdown-container .popdown.plain {
            border: none;
            box-shadow: none;
            left: auto;
            top: auto;
            margin-top: 10px;
            padding: 0 !important;
            background: transparent
        }

            .popdown-container .popdown.plain:after, .popdown-container .popdown.plain:before {
                display: none
            }

        .popdown-container .popdown.export-popdown {
            width: auto
        }

            .popdown-container .popdown.export-popdown .btn {
                margin: 14px 0 0
            }

            .popdown-container .popdown.export-popdown .export-btn-container {
                width: max-content
            }

                .popdown-container .popdown.export-popdown .export-btn-container .header {
                    margin: 0 0 12px
                }

                .popdown-container .popdown.export-popdown .export-btn-container .export-btn:not(:last-child) {
                    margin: 0 4px 0 0
                }

                .popdown-container .popdown.export-popdown .export-btn-container .export-btn {
                    width: 112px;
                    display: inline-block;
                    cursor: default;
                    margin: 0;
                    vertical-align: top
                }

                    .popdown-container .popdown.export-popdown .export-btn-container .export-btn input[type=radio] {
                        position: absolute;
                        opacity: 0;
                        cursor: pointer;
                        height: 0;
                        width: 0
                    }

                        .popdown-container .popdown.export-popdown .export-btn-container .export-btn input[type=radio]:checked + span.export-btn-checkmark {
                            background-color: #eff6ff
                        }

                    .popdown-container .popdown.export-popdown .export-btn-container .export-btn.export-btn-default .export-btn-checkmark .rectangle.large {
                        margin-top: 5px
                    }

                    .popdown-container .popdown.export-popdown .export-btn-container .export-btn .export-btn-checkmark {
                        width: 112px;
                        height: 112px;
                        border: 1px solid #d4e5f9;
                        border-radius: 2px;
                        display: block;
                        cursor: pointer;
                        padding: 22px 30px
                    }

                        .popdown-container .popdown.export-popdown .export-btn-container .export-btn .export-btn-checkmark:hover {
                            background-color: #f8fbff
                        }

                        .popdown-container .popdown.export-popdown .export-btn-container .export-btn .export-btn-checkmark.active {
                            background-color: #eff6ff
                        }

                    .popdown-container .popdown.export-popdown .export-btn-container .export-btn .export-btn-title {
                        display: block;
                        font-size: 12px;
                        font-weight: 400;
                        line-height: 15px;
                        color: #5089c7;
                        text-align: center;
                        margin: 8px 0 0;
                        overflow: hidden;
                        text-overflow: ellipsis
                    }

.dropdown-cell-popover {
    position: absolute;
    right: 35px
}

.rich-listing-placeholder {
    width: 450px;
    margin: 110px auto 40px;
    text-align: center;
    white-space: normal
}

    .rich-listing-placeholder h2 {
        margin-top: 20px !important;
        font-weight: 400 !important;
        font-size: 21px
    }

    .rich-listing-placeholder p {
        font-size: 14px;
        color: #777
    }

.listing .rich-listing-placeholder {
    margin-top: 60px
}

.page-products-list .listing .table-container > .table > tbody tr > td, .page-products-trash .listing .table-container > .table > tbody tr > td {
    padding: 9px
}

.page-products-list .listing .table-container > .table .modificator, .page-products-trash .listing .table-container > .table .modificator {
    background-color: #fafafa
}

.label-purple {
    background-color: #673ab7
}

.submit-app-button {
    max-height: 20px
}

@media print {
    a[href]:after {
        content: ""
    }

    .btn-print, .content-header-buttons .btn, .dish-form .ingredients input[type=checkbox], .dish-form .poster-btn-group .btn, .footer, .footer-support, .noprint, .noprint-cell, .poster-tour, .print-link, .show-dropdown, .show-history, .show-transaction, .sidebar, .the-submit, input.search-query, td.edit a {
        display: none !important
    }

    .table td, .table th, table.table {
        border: 1px solid #ccc !important
    }

    tr.row-hidden * {
        color: #777 !important
    }

    thead {
        display: table-header-group !important
    }

    .gray-wrapper {
        padding: 0;
        background: transparent
    }

    #sh_button, .course-overall-total, .pace, iframe {
        display: none
    }

    .content-header {
        margin: 15px 0 !important
    }

    .form-group {
        margin-bottom: 5px !important
    }

    .print-hidden {
        display: none
    }
}

/*# sourceMappingURL=manage.bundle.css.map*/
.p-font-normal {
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
}

.p-font-h3 {
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.p-font-hint {
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    color: #666666;
    line-height: 22px;
}

html body .p-font-normal {
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
}

html body .p-font-h3 {
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

html body .p-font-hint {
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    color: #666666;
    line-height: 22px;
}

html body .p-font-normal {
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
}

html body .p-ib {
    display: inline-block;
    vertical-align: middle;
}

html body .p-m-t-4 {
    margin-top: 4px;
}

html body .p-m-r-4 {
    margin-right: 4px;
}

html body .p-m-b-4 {
    margin-bottom: 4px;
}

html body .p-m-l-4 {
    margin-left: 4px;
}

html body .p-p-t-4 {
    padding-top: 4px;
}

html body .p-p-r-4 {
    padding-right: 4px;
}

html body .p-p-b-4 {
    padding-bottom: 4px;
}

html body .p-p-l-4 {
    padding-left: 4px;
}

html body .p-m-t-8 {
    margin-top: 8px;
}

html body .p-m-r-8 {
    margin-right: 8px;
}

html body .p-m-b-8 {
    margin-bottom: 8px;
}

html body .p-m-l-8 {
    margin-left: 8px;
}

html body .p-p-t-8 {
    padding-top: 8px;
}

html body .p-p-r-8 {
    padding-right: 8px;
}

html body .p-p-b-8 {
    padding-bottom: 8px;
}

html body .p-p-l-8 {
    padding-left: 8px;
}

html body .p-m-t-12 {
    margin-top: 12px;
}

html body .p-m-r-12 {
    margin-right: 12px;
}

html body .p-m-b-12 {
    margin-bottom: 12px;
}

html body .p-m-l-12 {
    margin-left: 12px;
}

html body .p-p-t-12 {
    padding-top: 12px;
}

html body .p-p-r-12 {
    padding-right: 12px;
}

html body .p-p-b-12 {
    padding-bottom: 12px;
}

html body .p-p-l-12 {
    padding-left: 12px;
}

html body .p-m-t-16 {
    margin-top: 16px;
}

html body .p-m-r-16 {
    margin-right: 16px;
}

html body .p-m-b-16 {
    margin-bottom: 16px;
}

html body .p-m-l-16 {
    margin-left: 16px;
}

html body .p-p-t-16 {
    padding-top: 16px;
}

html body .p-p-r-16 {
    padding-right: 16px;
}

html body .p-p-b-16 {
    padding-bottom: 16px;
}

html body .p-p-l-16 {
    padding-left: 16px;
}

html body .p-m-t-20 {
    margin-top: 20px;
}

html body .p-m-r-20 {
    margin-right: 20px;
}

html body .p-m-b-20 {
    margin-bottom: 20px;
}

html body .p-m-l-20 {
    margin-left: 20px;
}

html body .p-p-t-20 {
    padding-top: 20px;
}

html body .p-p-r-20 {
    padding-right: 20px;
}

html body .p-p-b-20 {
    padding-bottom: 20px;
}

html body .p-p-l-20 {
    padding-left: 20px;
}

html body .p-m-t-24 {
    margin-top: 24px;
}

html body .p-m-r-24 {
    margin-right: 24px;
}

html body .p-m-b-24 {
    margin-bottom: 24px;
}

html body .p-m-l-24 {
    margin-left: 24px;
}

html body .p-p-t-24 {
    padding-top: 24px;
}

html body .p-p-r-24 {
    padding-right: 24px;
}

html body .p-p-b-24 {
    padding-bottom: 24px;
}

html body .p-p-l-24 {
    padding-left: 24px;
}

html body .p-m-t-32 {
    margin-top: 32px;
}

html body .p-m-r-32 {
    margin-right: 32px;
}

html body .p-m-b-32 {
    margin-bottom: 32px;
}

html body .p-m-l-32 {
    margin-left: 32px;
}

html body .p-p-t-32 {
    padding-top: 32px;
}

html body .p-p-r-32 {
    padding-right: 32px;
}

html body .p-p-b-32 {
    padding-bottom: 32px;
}

html body .p-p-l-32 {
    padding-left: 32px;
}

html body .p-m-t-48 {
    margin-top: 48px;
}

html body .p-m-r-48 {
    margin-right: 48px;
}

html body .p-m-b-48 {
    margin-bottom: 48px;
}

html body .p-m-l-48 {
    margin-left: 48px;
}

html body .p-p-t-48 {
    padding-top: 48px;
}

html body .p-p-r-48 {
    padding-right: 48px;
}

html body .p-p-b-48 {
    padding-bottom: 48px;
}

html body .p-p-l-48 {
    padding-left: 48px;
}

html body .p-m-t-64 {
    margin-top: 64px;
}

html body .p-m-r-64 {
    margin-right: 64px;
}

html body .p-m-b-64 {
    margin-bottom: 64px;
}

html body .p-m-l-64 {
    margin-left: 64px;
}

html body .p-p-t-64 {
    padding-top: 64px;
}

html body .p-p-r-64 {
    padding-right: 64px;
}

html body .p-p-b-64 {
    padding-bottom: 64px;
}

html body .p-p-l-64 {
    padding-left: 64px;
}

html body .p-m-t-96 {
    margin-top: 96px;
}

html body .p-m-r-96 {
    margin-right: 96px;
}

html body .p-m-b-96 {
    margin-bottom: 96px;
}

html body .p-m-l-96 {
    margin-left: 96px;
}

html body .p-p-t-96 {
    padding-top: 96px;
}

html body .p-p-r-96 {
    padding-right: 96px;
}

html body .p-p-b-96 {
    padding-bottom: 96px;
}

html body .p-p-l-96 {
    padding-left: 96px;
}

html body .p-m-t-128 {
    margin-top: 128px;
}

html body .p-m-r-128 {
    margin-right: 128px;
}

html body .p-m-b-128 {
    margin-bottom: 128px;
}

html body .p-m-l-128 {
    margin-left: 128px;
}

html body .p-p-t-128 {
    padding-top: 128px;
}

html body .p-p-r-128 {
    padding-right: 128px;
}

html body .p-p-b-128 {
    padding-bottom: 128px;
}

html body .p-p-l-128 {
    padding-left: 128px;
}

.p-m-t-0 {
    margin-top: 0px;
}

.p-m-r-0 {
    margin-right: 0px;
}

.p-m-b-0 {
    margin-bottom: 0px;
}

.p-m-l-0 {
    margin-left: 0px;
}

.p-p-t-0 {
    padding-top: 0px;
}

.p-p-r-0 {
    padding-right: 0px;
}

.p-p-b-0 {
    padding-bottom: 0px;
}

.p-p-l-0 {
    padding-left: 0px;
}

.p-m-t-4 {
    margin-top: 4px;
}

.p-m-r-4 {
    margin-right: 4px;
}

.p-m-b-4 {
    margin-bottom: 4px;
}

.p-m-l-4 {
    margin-left: 4px;
}

.p-p-t-4 {
    padding-top: 4px;
}

.p-p-r-4 {
    padding-right: 4px;
}

.p-p-b-4 {
    padding-bottom: 4px;
}

.p-p-l-4 {
    padding-left: 4px;
}

.p-m-t-8 {
    margin-top: 8px;
}

.p-m-r-8 {
    margin-right: 8px;
}

.p-m-b-8 {
    margin-bottom: 8px;
}

.p-m-l-8 {
    margin-left: 8px;
}

.p-p-t-8 {
    padding-top: 8px;
}

.p-p-r-8 {
    padding-right: 8px;
}

.p-p-b-8 {
    padding-bottom: 8px;
}

.p-p-l-8 {
    padding-left: 8px;
}

.p-m-t-12 {
    margin-top: 12px;
}

.p-m-r-12 {
    margin-right: 12px;
}

.p-m-b-12 {
    margin-bottom: 12px;
}

.p-m-l-12 {
    margin-left: 12px;
}

.p-p-t-12 {
    padding-top: 12px;
}

.p-p-r-12 {
    padding-right: 12px;
}

.p-p-b-12 {
    padding-bottom: 12px;
}

.p-p-l-12 {
    padding-left: 12px;
}

.p-m-t-16 {
    margin-top: 16px;
}

.p-m-r-16 {
    margin-right: 16px;
}

.p-m-b-16 {
    margin-bottom: 16px;
}

.p-m-l-16 {
    margin-left: 16px;
}

.p-p-t-16 {
    padding-top: 16px;
}

.p-p-r-16 {
    padding-right: 16px;
}

.p-p-b-16 {
    padding-bottom: 16px;
}

.p-p-l-16 {
    padding-left: 16px;
}

.p-m-t-20 {
    margin-top: 20px;
}

.p-m-r-20 {
    margin-right: 20px;
}

.p-m-b-20 {
    margin-bottom: 20px;
}

.p-m-l-20 {
    margin-left: 20px;
}

.p-p-t-20 {
    padding-top: 20px;
}

.p-p-r-20 {
    padding-right: 20px;
}

.p-p-b-20 {
    padding-bottom: 20px;
}

.p-p-l-20 {
    padding-left: 20px;
}

.p-m-t-24 {
    margin-top: 24px;
}

.p-m-r-24 {
    margin-right: 24px;
}

.p-m-b-24 {
    margin-bottom: 24px;
}

.p-m-l-24 {
    margin-left: 24px;
}

.p-p-t-24 {
    padding-top: 24px;
}

.p-p-r-24 {
    padding-right: 24px;
}

.p-p-b-24 {
    padding-bottom: 24px;
}

.p-p-l-24 {
    padding-left: 24px;
}

.p-m-t-32 {
    margin-top: 32px;
}

.p-m-r-32 {
    margin-right: 32px;
}

.p-m-b-32 {
    margin-bottom: 32px;
}

.p-m-l-32 {
    margin-left: 32px;
}

.p-p-t-32 {
    padding-top: 32px;
}

.p-p-r-32 {
    padding-right: 32px;
}

.p-p-b-32 {
    padding-bottom: 32px;
}

.p-p-l-32 {
    padding-left: 32px;
}

.p-m-t-48 {
    margin-top: 48px;
}

.p-m-r-48 {
    margin-right: 48px;
}

.p-m-b-48 {
    margin-bottom: 48px;
}

.p-m-l-48 {
    margin-left: 48px;
}

.p-p-t-48 {
    padding-top: 48px;
}

.p-p-r-48 {
    padding-right: 48px;
}

.p-p-b-48 {
    padding-bottom: 48px;
}

.p-p-l-48 {
    padding-left: 48px;
}

.p-m-t-64 {
    margin-top: 64px;
}

.p-m-r-64 {
    margin-right: 64px;
}

.p-m-b-64 {
    margin-bottom: 64px;
}

.p-m-l-64 {
    margin-left: 64px;
}

.p-p-t-64 {
    padding-top: 64px;
}

.p-p-r-64 {
    padding-right: 64px;
}

.p-p-b-64 {
    padding-bottom: 64px;
}

.p-p-l-64 {
    padding-left: 64px;
}

.p-m-t-96 {
    margin-top: 96px;
}

.p-m-r-96 {
    margin-right: 96px;
}

.p-m-b-96 {
    margin-bottom: 96px;
}

.p-m-l-96 {
    margin-left: 96px;
}

.p-p-t-96 {
    padding-top: 96px;
}

.p-p-r-96 {
    padding-right: 96px;
}

.p-p-b-96 {
    padding-bottom: 96px;
}

.p-p-l-96 {
    padding-left: 96px;
}

.p-m-t-128 {
    margin-top: 128px;
}

.p-m-r-128 {
    margin-right: 128px;
}

.p-m-b-128 {
    margin-bottom: 128px;
}

.p-m-l-128 {
    margin-left: 128px;
}

.p-p-t-128 {
    padding-top: 128px;
}

.p-p-r-128 {
    padding-right: 128px;
}

.p-p-b-128 {
    padding-bottom: 128px;
}

.p-p-l-128 {
    padding-left: 128px;
}

.p-spinner {
    position: relative;
    width: 20px;
    height: 20px;
}

    .p-spinner.small {
        width: 16px;
        height: 16px;
    }

    .p-spinner .p-spinner-blade {
        position: absolute;
        left: 44.5%;
        top: 37%;
        width: 10%;
        height: 25%;
        border-radius: 1px;
        -webkit-animation: p-spinner-fade 1s linear infinite;
        animation: p-spinner-fade 1s linear infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

        .p-spinner .p-spinner-blade:nth-child(1) {
            -webkit-animation-delay: -1.66667s;
            animation-delay: -1.66667s;
            -webkit-transform: rotate(30deg) translate(0, -150%);
            transform: rotate(30deg) translate(0, -150%);
        }

        .p-spinner .p-spinner-blade:nth-child(2) {
            -webkit-animation-delay: -1.58333s;
            animation-delay: -1.58333s;
            -webkit-transform: rotate(60deg) translate(0, -150%);
            transform: rotate(60deg) translate(0, -150%);
        }

        .p-spinner .p-spinner-blade:nth-child(3) {
            -webkit-animation-delay: -1.5s;
            animation-delay: -1.5s;
            -webkit-transform: rotate(90deg) translate(0, -150%);
            transform: rotate(90deg) translate(0, -150%);
        }

        .p-spinner .p-spinner-blade:nth-child(4) {
            -webkit-animation-delay: -1.41667s;
            animation-delay: -1.41667s;
            -webkit-transform: rotate(120deg) translate(0, -150%);
            transform: rotate(120deg) translate(0, -150%);
        }

        .p-spinner .p-spinner-blade:nth-child(5) {
            -webkit-animation-delay: -1.33333s;
            animation-delay: -1.33333s;
            -webkit-transform: rotate(150deg) translate(0, -150%);
            transform: rotate(150deg) translate(0, -150%);
        }

        .p-spinner .p-spinner-blade:nth-child(6) {
            -webkit-animation-delay: -1.25s;
            animation-delay: -1.25s;
            -webkit-transform: rotate(180deg) translate(0, -150%);
            transform: rotate(180deg) translate(0, -150%);
        }

        .p-spinner .p-spinner-blade:nth-child(7) {
            -webkit-animation-delay: -1.16667s;
            animation-delay: -1.16667s;
            -webkit-transform: rotate(210deg) translate(0, -150%);
            transform: rotate(210deg) translate(0, -150%);
        }

        .p-spinner .p-spinner-blade:nth-child(8) {
            -webkit-animation-delay: -1.08333s;
            animation-delay: -1.08333s;
            -webkit-transform: rotate(240deg) translate(0, -150%);
            transform: rotate(240deg) translate(0, -150%);
        }

        .p-spinner .p-spinner-blade:nth-child(9) {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
            -webkit-transform: rotate(270deg) translate(0, -150%);
            transform: rotate(270deg) translate(0, -150%);
        }

        .p-spinner .p-spinner-blade:nth-child(10) {
            -webkit-animation-delay: -0.91667s;
            animation-delay: -0.91667s;
            -webkit-transform: rotate(300deg) translate(0, -150%);
            transform: rotate(300deg) translate(0, -150%);
        }

        .p-spinner .p-spinner-blade:nth-child(11) {
            -webkit-animation-delay: -0.83333s;
            animation-delay: -0.83333s;
            -webkit-transform: rotate(330deg) translate(0, -150%);
            transform: rotate(330deg) translate(0, -150%);
        }

        .p-spinner .p-spinner-blade:nth-child(12) {
            -webkit-animation-delay: -0.75s;
            animation-delay: -0.75s;
            -webkit-transform: rotate(360deg) translate(0, -150%);
            transform: rotate(360deg) translate(0, -150%);
        }

    .p-spinner.animating .p-spinner-blade {
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }

    .p-spinner.white .p-spinner-blade {
        background-color: white;
    }

    .p-spinner.gray .p-spinner-blade {
        background-color: #8c8c8c;
    }

    .p-spinner.large {
        width: 35px;
        height: 35px;
    }

        .p-spinner.large .p-spinner-blade {
            width: 8.57143%;
            height: 25.71429%;
            border-radius: 2.99940012%;
        }

@-webkit-keyframes p-spinner-fade {
    0% {
        opacity: 0.85;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}

@keyframes p-spinner-fade {
    0% {
        opacity: 0.85;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}

html .p-btn,
body .p-btn {
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    height: 36px;
    min-width: 52px;
    padding: 0 16px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    background: #57a84a;
    border: 0px;
    border-radius: 3px;
    outline: none;
    transition: background-color 0.1s ease-out;
}

    html .p-btn:hover,
    body .p-btn:hover {
        background: #66ca56;
    }

    html .p-btn:active,
    body .p-btn:active {
        background: #438139;
    }

    html .p-btn:disabled,
    body .p-btn:disabled {
        background: #bebebe;
    }

    html .p-btn.p-input-blocked,
    body .p-btn.p-input-blocked {
        background: #a2dfa3;
        cursor: default;
    }

html .p-btn-outline,
body .p-btn-outline {
    border: 1px solid #57a84a;
    color: #57a84a;
    background-color: #ffffff;
}

    html .p-btn-outline:hover,
    body .p-btn-outline:hover {
        background: #e7f6e8;
    }

    html .p-btn-outline:active,
    body .p-btn-outline:active {
        background: #bde5be;
    }

    html .p-btn-outline:disabled,
    body .p-btn-outline:disabled {
        color: #c0c0c0;
        border-color: #c0c0c0;
        background: #ffffff;
    }

    html .p-btn-outline.p-input-blocked,
    body .p-btn-outline.p-input-blocked {
        background: #ffffff;
        cursor: default;
    }

.p-segment-radio {
    margin: 0px;
    border: 1px solid #d4e5f9;
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
}

    .p-segment-radio.p-segment-radio-disabled {
        border-color: #d4d4d4;
    }

    .p-segment-radio label {
        display: block;
        height: 36px;
        margin: 0;
        padding: 0 20px;
        float: left;
        border-right: 1px solid #d4e5f9;
        color: #438de2;
        line-height: 36px;
        cursor: pointer;
    }

        .p-segment-radio label input {
            display: none;
        }

    .p-segment-radio :last-child {
        border-right: 0px;
    }

    .p-segment-radio .p-segment-label-active {
        background: #eff6ff;
    }

        .p-segment-radio .p-segment-label-active.p-segment-label-disabled {
            background: #e8e8e8;
        }

    .p-segment-radio .p-segment-label-disabled {
        border-color: #d4d4d4;
        color: #999999;
        cursor: default;
    }

.p-toggle * :before,
.p-toggle * :after {
    box-sizing: border-box;
}

@-webkit-keyframes popIn {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }

    50% {
        -webkit-transform: scale(1.4, 1);
        transform: scale(1.4, 1);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes popIn {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }

    50% {
        -webkit-transform: scale(1.4, 1);
        transform: scale(1.4, 1);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes popOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }

    50% {
        -webkit-transform: scale(1.4, 1);
        transform: scale(1.4, 1);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes popOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }

    50% {
        -webkit-transform: scale(1.4, 1);
        transform: scale(1.4, 1);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes splashIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.9;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes splashIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.9;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes splashOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }
}

@keyframes splashOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }
}

.p-toggle .checkbox-toggle {
    position: relative;
}

    .p-toggle .checkbox-toggle input {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 0;
        cursor: pointer;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .p-toggle .checkbox-toggle input + span {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .p-toggle .checkbox-toggle input + span:before {
                position: absolute;
                left: 0;
                display: inline-block;
            }

            .p-toggle .checkbox-toggle input + span > h4 {
                display: inline;
            }

.p-toggle .checkbox-slider {
    position: relative;
}

    .p-toggle .checkbox-slider input {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 0;
        cursor: pointer;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .p-toggle .checkbox-slider input + span {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .p-toggle .checkbox-slider input + span:before {
                position: absolute;
                left: 0;
                display: inline-block;
            }

            .p-toggle .checkbox-slider input + span > h4 {
                display: inline;
            }

        .p-toggle .checkbox-slider input + span {
            padding-left: 40px;
        }

            .p-toggle .checkbox-slider input + span:before {
                content: "";
                height: 20px;
                width: 40px;
                background: rgba(100, 100, 100, 0.2);
                box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
                transition: background 0.2s ease-out;
            }

            .p-toggle .checkbox-slider input + span:after {
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                background: #fff;
                transition: margin-left 0.1s ease-in-out;
                text-align: center;
                font-weight: 700;
                content: "";
            }

        .p-toggle .checkbox-slider input:checked + span:after {
            margin-left: 20px;
            content: "";
        }

        .p-toggle .checkbox-slider input:checked + span:before {
            transition: background 0.2s ease-in;
        }

.p-toggle .checkbox-slider--default {
    position: relative;
}

    .p-toggle .checkbox-slider--default input {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 0;
        cursor: pointer;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .p-toggle .checkbox-slider--default input + span {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .p-toggle .checkbox-slider--default input + span:before {
                position: absolute;
                left: 0;
                display: inline-block;
            }

            .p-toggle .checkbox-slider--default input + span > h4 {
                display: inline;
            }

        .p-toggle .checkbox-slider--default input + span {
            padding-left: 40px;
        }

            .p-toggle .checkbox-slider--default input + span:before {
                content: "";
                height: 20px;
                width: 40px;
                background: rgba(100, 100, 100, 0.2);
                box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
                transition: background 0.2s ease-out;
            }

            .p-toggle .checkbox-slider--default input + span:after {
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                background: #fff;
                transition: margin-left 0.1s ease-in-out;
                text-align: center;
                font-weight: 700;
                content: "";
            }

        .p-toggle .checkbox-slider--default input:checked + span:after {
            margin-left: 20px;
            content: "";
        }

        .p-toggle .checkbox-slider--default input:checked + span:before {
            transition: background 0.2s ease-in;
        }

        .p-toggle .checkbox-slider--default input + span:after {
            background: #fff;
            border: solid transparent 1px;
            background-clip: content-box;
        }

        .p-toggle .checkbox-slider--default input:checked + span:after {
            background: #5cb85c;
            border: solid transparent 1px;
            background-clip: content-box;
        }

.p-toggle .checkbox-slider--a-rounded {
    position: relative;
}

    .p-toggle .checkbox-slider--a-rounded input {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 0;
        cursor: pointer;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .p-toggle .checkbox-slider--a-rounded input + span {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .p-toggle .checkbox-slider--a-rounded input + span:before {
                position: absolute;
                left: 0;
                display: inline-block;
            }

            .p-toggle .checkbox-slider--a-rounded input + span > h4 {
                display: inline;
            }

        .p-toggle .checkbox-slider--a-rounded input + span {
            padding-left: 40px;
        }

            .p-toggle .checkbox-slider--a-rounded input + span:before {
                content: "";
                height: 20px;
                width: 40px;
                background: rgba(100, 100, 100, 0.2);
                box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
                transition: background 0.2s ease-out;
            }

            .p-toggle .checkbox-slider--a-rounded input + span:after {
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                background: #fff;
                transition: margin-left 0.1s ease-in-out;
                text-align: center;
                font-weight: 700;
                content: "";
            }

        .p-toggle .checkbox-slider--a-rounded input:checked + span:after {
            margin-left: 20px;
            content: "";
        }

        .p-toggle .checkbox-slider--a-rounded input:checked + span:before {
            transition: background 0.2s ease-in;
        }

        .p-toggle .checkbox-slider--a-rounded input + span:after {
            background: #fff;
            border: solid transparent 1px;
            background-clip: content-box;
        }

        .p-toggle .checkbox-slider--a-rounded input:checked + span:after {
            background: #5cb85c;
            border: solid transparent 1px;
            background-clip: content-box;
        }

        .p-toggle .checkbox-slider--a-rounded input + span:after,
        .p-toggle .checkbox-slider--a-rounded input + span:before {
            border-radius: 4px;
        }

        .p-toggle .checkbox-slider--a-rounded input + span:after,
        .p-toggle .checkbox-slider--a-rounded input:checked + span:after {
            border: solid transparent 2px;
            background-clip: content-box;
        }

    .p-toggle
    .checkbox-slider--a-rounded.checkbox-slider-sm
    input + span:before,
    .p-toggle
    .checkbox-slider--a-rounded.checkbox-slider-sm
    input + span:after {
        border-radius: 3px;
    }

    .p-toggle
    .checkbox-slider--a-rounded.checkbox-slider-md
    input + span:before,
    .p-toggle
    .checkbox-slider--a-rounded.checkbox-slider-md
    input + span:after {
        border-radius: 4px;
    }

    .p-toggle
    .checkbox-slider--a-rounded.checkbox-slider-lg
    input + span:before,
    .p-toggle
    .checkbox-slider--a-rounded.checkbox-slider-lg
    input + span:after {
        border-radius: 6px;
    }

.p-toggle .checkbox-slider--a {
    position: relative;
}

    .p-toggle .checkbox-slider--a input {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 0;
        cursor: pointer;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .p-toggle .checkbox-slider--a input + span {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .p-toggle .checkbox-slider--a input + span:before {
                position: absolute;
                left: 0;
                display: inline-block;
            }

            .p-toggle .checkbox-slider--a input + span > h4 {
                display: inline;
            }

        .p-toggle .checkbox-slider--a input + span {
            padding-left: 40px;
        }

            .p-toggle .checkbox-slider--a input + span:before {
                content: "";
                height: 20px;
                width: 40px;
                background: rgba(100, 100, 100, 0.2);
                box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
                transition: background 0.2s ease-out;
            }

            .p-toggle .checkbox-slider--a input + span:after {
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                background: #fff;
                transition: margin-left 0.1s ease-in-out;
                text-align: center;
                font-weight: 700;
                content: "";
            }

        .p-toggle .checkbox-slider--a input:checked + span:after {
            margin-left: 20px;
            content: "";
        }

        .p-toggle .checkbox-slider--a input:checked + span:before {
            transition: background 0.2s ease-in;
        }

        .p-toggle .checkbox-slider--a input + span {
            padding-left: 60px;
        }

            .p-toggle .checkbox-slider--a input + span:before {
                content: "";
                width: 60px;
            }

            .p-toggle .checkbox-slider--a input + span:after {
                width: 40px;
                font-size: 10px;
                color: #000;
                content: "Off";
                border: solid transparent 1px;
                background-clip: content-box;
            }

        .p-toggle .checkbox-slider--a input:checked + span:after {
            content: "On";
            color: #fff;
            background: #5cb85c;
            border: solid transparent 1px;
            background-clip: content-box;
        }

    .p-toggle .checkbox-slider--a.checkbox-slider-sm input + span {
        padding-left: 30px;
    }

        .p-toggle .checkbox-slider--a.checkbox-slider-sm input + span:before {
            width: 30px;
        }

        .p-toggle .checkbox-slider--a.checkbox-slider-sm input + span:after {
            width: 20px;
            font-size: 5px;
        }

    .p-toggle
    .checkbox-slider--a.checkbox-slider-sm
    input:checked + span:after {
        margin-left: 10px;
    }

    .p-toggle .checkbox-slider--a.checkbox-slider-md input + span {
        padding-left: 90px;
    }

        .p-toggle .checkbox-slider--a.checkbox-slider-md input + span:before {
            width: 90px;
        }

        .p-toggle .checkbox-slider--a.checkbox-slider-md input + span:after {
            width: 60px;
            font-size: 15px;
        }

    .p-toggle
    .checkbox-slider--a.checkbox-slider-md
    input:checked + span:after {
        margin-left: 30px;
    }

    .p-toggle .checkbox-slider--a.checkbox-slider-lg input + span {
        padding-left: 120px;
    }

        .p-toggle .checkbox-slider--a.checkbox-slider-lg input + span:before {
            width: 120px;
        }

        .p-toggle .checkbox-slider--a.checkbox-slider-lg input + span:after {
            width: 80px;
            font-size: 20px;
        }

    .p-toggle
    .checkbox-slider--a.checkbox-slider-lg
    input:checked + span:after {
        margin-left: 40px;
    }

.p-toggle .checkbox-slider--b {
    position: relative;
}

    .p-toggle .checkbox-slider--b input {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 0;
        cursor: pointer;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .p-toggle .checkbox-slider--b input + span {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .p-toggle .checkbox-slider--b input + span:before {
                position: absolute;
                left: 0;
                display: inline-block;
            }

            .p-toggle .checkbox-slider--b input + span > h4 {
                display: inline;
            }

        .p-toggle .checkbox-slider--b input + span {
            padding-left: 40px;
        }

            .p-toggle .checkbox-slider--b input + span:before {
                content: "";
                height: 20px;
                width: 40px;
                background: rgba(100, 100, 100, 0.2);
                box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
                transition: background 0.2s ease-out;
            }

            .p-toggle .checkbox-slider--b input + span:after {
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                background: #fff;
                transition: margin-left 0.1s ease-in-out;
                text-align: center;
                font-weight: 700;
                content: "";
            }

        .p-toggle .checkbox-slider--b input:checked + span:after {
            margin-left: 20px;
            content: "";
        }

        .p-toggle .checkbox-slider--b input:checked + span:before {
            transition: background 0.2s ease-in;
        }

        .p-toggle .checkbox-slider--b input + span {
            padding-left: 40px;
        }

            .p-toggle .checkbox-slider--b input + span:before {
                border-radius: 20px;
                width: 40px;
            }

            .p-toggle .checkbox-slider--b input + span:after {
                background: #fff;
                content: "";
                width: 20px;
                border: solid transparent 2px;
                background-clip: padding-box;
                border-radius: 20px;
            }

        .p-toggle .checkbox-slider--b input:not(:checked) + span:after {
            -webkit-animation: popOut ease-in 0.3s normal;
            animation: popOut ease-in 0.3s normal;
        }

        .p-toggle .checkbox-slider--b input:checked + span:after {
            content: "";
            margin-left: 20px;
            border: solid transparent 2px;
            background-clip: padding-box;
            -webkit-animation: popIn ease-in 0.3s normal;
            animation: popIn ease-in 0.3s normal;
        }

        .p-toggle .checkbox-slider--b input:checked + span:before {
            background: #5cb85c;
        }

    .p-toggle .checkbox-slider--b.checkbox-slider-md input + span:before {
        border-radius: 30px;
    }

    .p-toggle .checkbox-slider--b.checkbox-slider-md input + span:after {
        border-radius: 30px;
    }

    .p-toggle .checkbox-slider--b.checkbox-slider-lg input + span:before {
        border-radius: 40px;
    }

    .p-toggle .checkbox-slider--b.checkbox-slider-lg input + span:after {
        border-radius: 40px;
    }

.p-toggle .checkbox-slider--b-flat {
    position: relative;
}

    .p-toggle .checkbox-slider--b-flat input {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 0;
        cursor: pointer;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .p-toggle .checkbox-slider--b-flat input + span {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .p-toggle .checkbox-slider--b-flat input + span:before {
                position: absolute;
                left: 0;
                display: inline-block;
            }

            .p-toggle .checkbox-slider--b-flat input + span > h4 {
                display: inline;
            }

        .p-toggle .checkbox-slider--b-flat input + span {
            padding-left: 40px;
        }

            .p-toggle .checkbox-slider--b-flat input + span:before {
                content: "";
                height: 20px;
                width: 40px;
                background: rgba(100, 100, 100, 0.2);
                box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
                transition: background 0.2s ease-out;
            }

            .p-toggle .checkbox-slider--b-flat input + span:after {
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                background: #fff;
                transition: margin-left 0.1s ease-in-out;
                text-align: center;
                font-weight: 700;
                content: "";
            }

        .p-toggle .checkbox-slider--b-flat input:checked + span:after {
            margin-left: 20px;
            content: "";
        }

        .p-toggle .checkbox-slider--b-flat input:checked + span:before {
            transition: background 0.2s ease-in;
        }

        .p-toggle .checkbox-slider--b-flat input + span {
            padding-left: 40px;
        }

            .p-toggle .checkbox-slider--b-flat input + span:before {
                border-radius: 20px;
                width: 40px;
            }

            .p-toggle .checkbox-slider--b-flat input + span:after {
                background: #fff;
                content: "";
                width: 20px;
                border: solid transparent 2px;
                background-clip: padding-box;
                border-radius: 20px;
            }

        .p-toggle .checkbox-slider--b-flat input:not(:checked) + span:after {
            -webkit-animation: popOut ease-in 0.3s normal;
            animation: popOut ease-in 0.3s normal;
        }

        .p-toggle .checkbox-slider--b-flat input:checked + span:after {
            content: "";
            margin-left: 20px;
            border: solid transparent 2px;
            background-clip: padding-box;
            -webkit-animation: popIn ease-in 0.3s normal;
            animation: popIn ease-in 0.3s normal;
        }

        .p-toggle .checkbox-slider--b-flat input:checked + span:before {
            background: #5cb85c;
        }

    .p-toggle
    .checkbox-slider--b-flat.checkbox-slider-md
    input + span:before {
        border-radius: 30px;
    }

    .p-toggle .checkbox-slider--b-flat.checkbox-slider-md input + span:after {
        border-radius: 30px;
    }

    .p-toggle
    .checkbox-slider--b-flat.checkbox-slider-lg
    input + span:before {
        border-radius: 40px;
    }

    .p-toggle .checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
        border-radius: 40px;
    }

    .p-toggle .checkbox-slider--b-flat input + span:before {
        box-shadow: none;
    }

.p-toggle .checkbox-slider--c {
    position: relative;
}

    .p-toggle .checkbox-slider--c input {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 0;
        cursor: pointer;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .p-toggle .checkbox-slider--c input + span {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .p-toggle .checkbox-slider--c input + span:before {
                position: absolute;
                left: 0;
                display: inline-block;
            }

            .p-toggle .checkbox-slider--c input + span > h4 {
                display: inline;
            }

        .p-toggle .checkbox-slider--c input + span {
            padding-left: 40px;
        }

            .p-toggle .checkbox-slider--c input + span:before {
                content: "";
                height: 20px;
                width: 40px;
                background: rgba(100, 100, 100, 0.2);
                box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
                transition: background 0.2s ease-out;
            }

            .p-toggle .checkbox-slider--c input + span:after {
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                background: #fff;
                transition: margin-left 0.1s ease-in-out;
                text-align: center;
                font-weight: 700;
                content: "";
            }

        .p-toggle .checkbox-slider--c input:checked + span:after {
            margin-left: 20px;
            content: "";
        }

        .p-toggle .checkbox-slider--c input:checked + span:before {
            transition: background 0.2s ease-in;
        }

        .p-toggle .checkbox-slider--c input + span {
            padding-left: 40px;
        }

            .p-toggle .checkbox-slider--c input + span:before {
                height: 2px !important;
                top: 10px;
                box-shadow: none;
                width: 40px;
                background: #555;
            }

            .p-toggle .checkbox-slider--c input + span:after {
                box-shadow: none;
                width: 20px;
                border: solid #555 2px;
                border-radius: 20px;
            }

        .p-toggle .checkbox-slider--c input:checked + span:after {
            background: #5cb85c;
            margin-left: 20px;
            border: solid #5cb85c 2px;
            -webkit-animation: splashIn ease-in 0.3s normal;
            animation: splashIn ease-in 0.3s normal;
        }

        .p-toggle .checkbox-slider--c input:checked + span:before {
            background: #5cb85c;
        }

    .p-toggle .checkbox-slider--c.checkbox-slider-sm input + span:before {
        top: 4px;
    }

    .p-toggle .checkbox-slider--c.checkbox-slider-md input + span:before {
        top: 14px;
    }

    .p-toggle .checkbox-slider--c.checkbox-slider-md input + span:after {
        width: 30px;
        border-radius: 30px;
    }

    .p-toggle .checkbox-slider--c.checkbox-slider-lg input + span:before {
        top: 19px;
    }

    .p-toggle .checkbox-slider--c.checkbox-slider-lg input + span:after {
        width: 40px;
        border-radius: 40px;
    }

.p-toggle .checkbox-slider--c-weight {
    position: relative;
}

    .p-toggle .checkbox-slider--c-weight input {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 0;
        cursor: pointer;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .p-toggle .checkbox-slider--c-weight input + span {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .p-toggle .checkbox-slider--c-weight input + span:before {
                position: absolute;
                left: 0;
                display: inline-block;
            }

            .p-toggle .checkbox-slider--c-weight input + span > h4 {
                display: inline;
            }

        .p-toggle .checkbox-slider--c-weight input + span {
            padding-left: 40px;
        }

            .p-toggle .checkbox-slider--c-weight input + span:before {
                content: "";
                height: 20px;
                width: 40px;
                background: rgba(100, 100, 100, 0.2);
                box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
                transition: background 0.2s ease-out;
            }

            .p-toggle .checkbox-slider--c-weight input + span:after {
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                background: #fff;
                transition: margin-left 0.1s ease-in-out;
                text-align: center;
                font-weight: 700;
                content: "";
            }

        .p-toggle .checkbox-slider--c-weight input:checked + span:after {
            margin-left: 20px;
            content: "";
        }

        .p-toggle .checkbox-slider--c-weight input:checked + span:before {
            transition: background 0.2s ease-in;
        }

        .p-toggle .checkbox-slider--c-weight input + span {
            padding-left: 40px;
        }

            .p-toggle .checkbox-slider--c-weight input + span:before {
                height: 2px !important;
                top: 10px;
                box-shadow: none;
                width: 40px;
                background: #555;
            }

            .p-toggle .checkbox-slider--c-weight input + span:after {
                box-shadow: none;
                width: 20px;
                border: solid #555 2px;
                border-radius: 20px;
            }

        .p-toggle .checkbox-slider--c-weight input:checked + span:after {
            background: #5cb85c;
            margin-left: 20px;
            border: solid #5cb85c 2px;
            -webkit-animation: splashIn ease-in 0.3s normal;
            animation: splashIn ease-in 0.3s normal;
        }

        .p-toggle .checkbox-slider--c-weight input:checked + span:before {
            background: #5cb85c;
        }

    .p-toggle
    .checkbox-slider--c-weight.checkbox-slider-sm
    input + span:before {
        top: 4px;
    }

    .p-toggle
    .checkbox-slider--c-weight.checkbox-slider-md
    input + span:before {
        top: 14px;
    }

    .p-toggle
    .checkbox-slider--c-weight.checkbox-slider-md
    input + span:after {
        width: 30px;
        border-radius: 30px;
    }

    .p-toggle
    .checkbox-slider--c-weight.checkbox-slider-lg
    input + span:before {
        top: 19px;
    }

    .p-toggle
    .checkbox-slider--c-weight.checkbox-slider-lg
    input + span:after {
        width: 40px;
        border-radius: 40px;
    }

    .p-toggle .checkbox-slider--c-weight input + span:before {
        height: 1px !important;
    }

    .p-toggle .checkbox-slider--c-weight input:checked + span:before {
        height: 2px !important;
    }

    .p-toggle .checkbox-slider--c-weight input:not(:checked) + span:after {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        left: -6px;
    }

.p-toggle .checkbox-slider--default input:disabled + span:after {
    background: #777;
}

.p-toggle .checkbox-slider--default input:disabled + span:before {
    box-shadow: 0 0 0 #000;
}

.p-toggle .checkbox-slider--default input:disabled + span {
    color: #777;
}

.p-toggle .checkbox-slider--a input:disabled + span:after {
    background: #777;
    color: #fff;
}

.p-toggle .checkbox-slider--a input:disabled + span:before {
    box-shadow: 0 0 0 #000;
}

.p-toggle .checkbox-slider--a input:disabled + span {
    color: #777;
}

.p-toggle .checkbox-slider--b input:disabled + span:after {
    border: solid transparent 2px;
    border-radius: 40px;
}

.p-toggle .checkbox-slider--b input:disabled + span:before {
    box-shadow: 0 0 0 #000;
}

.p-toggle .checkbox-slider--b input:disabled + span {
    color: #777;
}

.p-toggle .checkbox-slider--c input:disabled:checked + span:after {
    background: #777;
}

.p-toggle .checkbox-slider--c input:disabled + span:after {
    border-color: #777;
}

.p-toggle .checkbox-slider--c input:disabled + span:before {
    background: #777;
}

.p-toggle .checkbox-slider--c input:disabled + span {
    color: #777;
}

.p-toggle input:checked + .indicator-success {
    color: #5cb85c;
}

.p-toggle input:checked + .indicator-info {
    color: #5bc0de;
}

.p-toggle input:checked + .indicator-warning {
    color: #f0ad4e;
}

.p-toggle input:checked + .indicator-danger {
    color: #d9534f;
}

.p-toggle .checkbox-slider-sm {
    line-height: 10px;
}

    .p-toggle .checkbox-slider-sm input + span {
        padding-left: 20px;
    }

        .p-toggle .checkbox-slider-sm input + span:before {
            width: 20px;
        }

        .p-toggle .checkbox-slider-sm input + span:after,
        .p-toggle .checkbox-slider-sm input + span:before {
            height: 10px;
            line-height: 10px;
        }

        .p-toggle .checkbox-slider-sm input + span:after {
            width: 10px;
            vertical-align: middle;
        }

    .p-toggle .checkbox-slider-sm input:checked + span:after {
        margin-left: 10px;
    }

.p-toggle .checkbox-slider-md {
    line-height: 30px;
}

    .p-toggle .checkbox-slider-md input + span {
        padding-left: 60px;
    }

        .p-toggle .checkbox-slider-md input + span:before {
            width: 60px;
        }

        .p-toggle .checkbox-slider-md input + span:after,
        .p-toggle .checkbox-slider-md input + span:before {
            height: 30px;
            line-height: 30px;
        }

        .p-toggle .checkbox-slider-md input + span:after {
            width: 30px;
            vertical-align: middle;
        }

    .p-toggle .checkbox-slider-md input:checked + span:after {
        margin-left: 30px;
    }

.p-toggle .checkbox-slider-lg {
    line-height: 40px;
}

    .p-toggle .checkbox-slider-lg input + span {
        padding-left: 80px;
    }

        .p-toggle .checkbox-slider-lg input + span:before {
            width: 80px;
        }

        .p-toggle .checkbox-slider-lg input + span:after,
        .p-toggle .checkbox-slider-lg input + span:before {
            height: 40px;
            line-height: 40px;
        }

        .p-toggle .checkbox-slider-lg input + span:after {
            width: 40px;
            vertical-align: middle;
        }

    .p-toggle .checkbox-slider-lg input:checked + span:after {
        margin-left: 40px;
    }

.p-toggle
.checkbox-slider-info.checkbox-slider--default
input:checked + span:after,
.p-toggle
.checkbox-slider-info.checkbox-slider--a
input:checked + span:after,
.p-toggle
.checkbox-slider-info.checkbox-slider--c
input:checked + span:after,
.p-toggle
.checkbox-slider-info.checkbox-slider--c-weight
input:checked + span:after {
    background: #5bc0de;
    background-clip: content-box;
}

.p-toggle
.checkbox-slider-info.checkbox-slider--c
input:checked + span:after,
.p-toggle
.checkbox-slider-info.checkbox-slider--c-weight
input:checked + span:after {
    border-color: #5bc0de;
}

.p-toggle
.checkbox-slider-info.checkbox-slider--b
input:checked + span:before,
.p-toggle
.checkbox-slider-info.checkbox-slider--b-flat
input:checked + span:before,
.p-toggle
.checkbox-slider-info.checkbox-slider--c
input:checked + span:before,
.p-toggle
.checkbox-slider-info.checkbox-slider--c-weight
input:checked + span:before {
    background: #5bc0de;
}

.p-toggle
.checkbox-slider-warning.checkbox-slider--default
input:checked + span:after,
.p-toggle
.checkbox-slider-warning.checkbox-slider--a
input:checked + span:after,
.p-toggle
.checkbox-slider-warning.checkbox-slider--c
input:checked + span:after,
.p-toggle
.checkbox-slider-warning.checkbox-slider--c-weight
input:checked + span:after {
    background: #f0ad4e;
    background-clip: content-box;
}

.p-toggle
.checkbox-slider-warning.checkbox-slider--c
input:checked + span:after,
.p-toggle
.checkbox-slider-warning.checkbox-slider--c-weight
input:checked + span:after {
    border-color: #f0ad4e;
}

.p-toggle
.checkbox-slider-warning.checkbox-slider--b
input:checked + span:before,
.p-toggle
.checkbox-slider-warning.checkbox-slider--b-flat
input:checked + span:before,
.p-toggle
.checkbox-slider-warning.checkbox-slider--c
input:checked + span:before,
.p-toggle
.checkbox-slider-warning.checkbox-slider--c-weight
input:checked + span:before {
    background: #f0ad4e;
}

.p-toggle
.checkbox-slider-danger.checkbox-slider--default
input:checked + span:after,
.p-toggle
.checkbox-slider-danger.checkbox-slider--a
input:checked + span:after,
.p-toggle
.checkbox-slider-danger.checkbox-slider--c
input:checked + span:after,
.p-toggle
.checkbox-slider-danger.checkbox-slider--c-weight
input:checked + span:after {
    background: #d9534f;
    background-clip: content-box;
}

.p-toggle
.checkbox-slider-danger.checkbox-slider--c
input:checked + span:after,
.p-toggle
.checkbox-slider-danger.checkbox-slider--c-weight
input:checked + span:after {
    border-color: #d9534f;
}

.p-toggle
.checkbox-slider-danger.checkbox-slider--b
input:checked + span:before,
.p-toggle
.checkbox-slider-danger.checkbox-slider--b-flat
input:checked + span:before,
.p-toggle
.checkbox-slider-danger.checkbox-slider--c
input:checked + span:before,
.p-toggle
.checkbox-slider-danger.checkbox-slider--c-weight
input:checked + span:before {
    background: #d9534f;
}

.p-page-header {
    padding: 20px 24px 21px 24px;
    vertical-align: middle;
    max-height: 64px;
    border-bottom: 1px solid #eeeeee;
}

    .p-page-header.p-page-header-with-tabs {
        padding: 12px 24px 13px 24px;
    }

    .p-page-header .btn-back {
        display: inline-block;
        margin: -13px 4px -12px -10px;
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: background 0.2s;
        cursor: pointer;
        vertical-align: middle;
    }

        .p-page-header .btn-back:hover {
            background: rgba(0, 0, 0, 0.03);
        }

        .p-page-header .btn-back:active {
            background: rgba(0, 0, 0, 0.05);
        }

        .p-page-header .btn-back svg,
        .p-page-header .btn-back img {
            margin: 11px 13px;
            display: block;
        }

    .p-page-header .p-page-header-title {
        display: inline-block;
    }

        .p-page-header .p-page-header-title h2 {
            position: relative;
            margin: 0;
            height: 22px;
            font-weight: 500;
            font-size: 18px;
            text-align: left;
            line-height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .p-page-header .p-page-header-title .quantity {
            display: inline-block;
            font-size: 14px;
            line-height: 18px;
            font-weight: normal;
            color: #999999;
            margin-left: 15px;
            vertical-align: bottom;
        }

    .p-page-header .page-tabs {
        display: inline-block;
        margin: 0 0 0 14px;
        padding: 0;
        vertical-align: middle;
    }

        .p-page-header .page-tabs li {
            display: inline-block;
            margin-left: 10px;
            cursor: pointer;
            padding: 0;
            border: none;
            border-radius: 8px;
            color: #438de2;
            background-color: transparent;
            text-decoration: none;
            font-size: 13px;
            line-height: 16px;
        }

            .p-page-header .page-tabs li a {
                display: inline-block;
                padding: 11px 16px 10px 16px;
                color: #438de2;
                text-decoration: none;
                font-weight: 500;
                letter-spacing: 0.03em;
            }

            .p-page-header .page-tabs li:hover,
            .p-page-header .page-tabs li.active:hover {
                background-color: #dbecff;
            }

            .p-page-header .page-tabs li:active {
                background-color: #cae0fc;
            }

            .p-page-header .page-tabs li:hover,
            .p-page-header .page-tabs li a:hover,
            .p-page-header .page-tabs li:active,
            .p-page-header .page-tabs li a:active {
                border: none;
                text-decoration: none;
            }

            .p-page-header .page-tabs li.active {
                background-color: #e5f1ff;
            }

                .p-page-header .page-tabs li.active:active {
                    background-color: #dae7f7;
                }

    .p-page-header.manage-page-header .mobile-side-menu-open {
        display: none;
    }

    .p-page-header .p-tabs-button {
        display: inline-block;
        float: right;
    }

body .p-tooltip-wrapper.p-font-normal {
    position: relative;
    margin: 5px;
    width: 15px;
    height: 15px;
    line-height: 13px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #438de2;
    background: #ffffff;
    border: 1px solid #438de2;
    border-radius: 50%;
    cursor: pointer;
}

    body .p-tooltip-wrapper.p-font-normal .tooltip {
        z-index: 1030;
        position: absolute;
        top: 20px;
        left: 0;
        padding: 10px;
        min-width: 150px;
        max-width: 210px;
        max-height: 210px;
        line-height: 18px;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
        color: #333333;
        background: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        text-overflow: ellipsis;
        overflow: hidden;
        cursor: default;
        transition-duration: 200ms;
        opacity: 0;
        visibility: hidden;
    }

    body .p-tooltip-wrapper.p-font-normal:hover .tooltip {
        opacity: 1;
        visibility: visible;
    }

.p-submit {
    padding: 11px 30px 12px 30px;
    margin: 0;
    background: #ffffff;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

    .p-submit.fixed {
        position: fixed;
        bottom: 0;
    }

.p-block-title {
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 48px 0 24px 0;
}

    .p-block-title .p-title {
        line-height: 1;
        letter-spacing: 0.03em;
        font-weight: normal;
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #333333;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        margin: 0;
        padding-bottom: 4px;
        border-bottom: 3px solid #f7f7f7;
    }

    .p-block-title .p-hint {
        line-height: 1;
        letter-spacing: 0.03em;
        font-weight: normal;
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #333333;
        line-height: 22px;
        margin: 8px 0 0 0;
        color: #666666;
    }

.p-alert {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
}

    .p-alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .p-alert .p-alert-link {
        font-weight: bold;
    }

    .p-alert > p,
    .p-alert > ul {
        margin-bottom: 0;
    }

        .p-alert > p + p {
            margin-top: 5px;
        }

    .p-alert.dismissable {
        padding-right: 35px;
    }

        .p-alert.dismissable .close {
            position: absolute;
            top: 6px;
            right: 8px;
            background: none;
            border: none;
            font-size: 22px;
            outline: none;
            color: inherit;
            cursor: pointer;
        }

    .p-alert.p-alert-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .p-alert.p-alert-success hr {
            border-top-color: #c9e2b3;
        }

        .p-alert.p-alert-success a {
            color: #2b542c;
        }

    .p-alert.p-alert-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .p-alert.p-alert-info hr {
            border-top-color: #a6e1ec;
        }

        .p-alert.p-alert-info a {
            color: #245269;
        }

    .p-alert.p-alert-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .p-alert.p-alert-warning hr {
            border-top-color: #f7e1b5;
        }

        .p-alert.p-alert-warning a {
            color: #66512c;
        }

    .p-alert.p-alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .p-alert.p-alert-danger hr {
            border-top-color: #e4b9c0;
        }

        .p-alert.p-alert-danger a {
            color: #843534;
        }

.p-form-group {
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    width: 100%;
    margin-bottom: 16px;
}

    .p-form-group::after {
        display: block;
        content: "";
        clear: both;
    }

    .p-form-group.has-error .p-control-wrapper input,
    .p-form-group.has-error .p-control-wrapper textarea,
    .p-form-group.has-error .p-control-wrapper select {
        border-color: red;
    }

        .p-form-group.has-error .p-control-wrapper input:active,
        .p-form-group.has-error .p-control-wrapper textarea:active,
        .p-form-group.has-error .p-control-wrapper select:active,
        .p-form-group.has-error .p-control-wrapper input:focus,
        .p-form-group.has-error .p-control-wrapper textarea:focus,
        .p-form-group.has-error .p-control-wrapper select:focus {
            border-color: red;
        }

    .p-form-group.has-error .error-msg {
        display: block;
        color: red;
        margin-top: 5px;
        font-size: 13px;
    }

    .p-form-group .p-control-label {
        font-size: 14px;
        font-weight: 400;
        min-height: 37px;
        line-height: 34px;
        width: 30%;
        float: left;
        box-sizing: border-box;
        padding-right: 12px;
    }

    .p-form-group .p-control-wrapper {
        width: 70%;
        float: right;
    }

        .p-form-group .p-control-wrapper:not(.disable-input-styles) input,
        .p-form-group .p-control-wrapper:not(.disable-input-styles) textarea,
        .p-form-group .p-control-wrapper:not(.disable-input-styles) select {
            position: relative;
            padding: 8px 11px;
            margin: 0;
            width: 100%;
            height: auto;
            min-height: 37px;
            line-height: 20px;
            border: 1px solid #d2d2d2;
            box-shadow: none;
            font-size: 14px;
            color: #333333;
            transition: border 0.4s ease-out;
            -webkit-appearance: none;
            box-sizing: border-box;
            outline: none;
            border-radius: 4px;
        }

            .p-form-group .p-control-wrapper:not(.disable-input-styles) input:focus,
            .p-form-group
            .p-control-wrapper:not(.disable-input-styles)
            textarea:focus,
            .p-form-group .p-control-wrapper:not(.disable-input-styles) select:focus,
            .p-form-group .p-control-wrapper:not(.disable-input-styles) input:active,
            .p-form-group
            .p-control-wrapper:not(.disable-input-styles)
            textarea:active,
            .p-form-group
            .p-control-wrapper:not(.disable-input-styles)
            select:active {
                box-shadow: none;
                border: 1px solid #3e8acc;
            }

    .p-form-group.vertical .p-control-label,
    .p-form-group.vertical .p-control-wrapper {
        display: block;
        width: auto;
        float: none;
    }

    .p-form-group.vertical .p-control-label {
        padding: 0;
        line-height: 16px;
        min-height: 16px;
        margin-bottom: 4px;
    }

.p-bage {
    line-height: 1;
    letter-spacing: 0.03em;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    padding: 3px 7px;
    line-height: 14px;
    font-size: 13px;
    border: 1px solid;
    border-radius: 3px;
    background: transparent;
    font-weight: normal;
}

.p-bage-success {
    border-color: rgba(22, 199, 107, 0.4);
    color: #16c76b;
}

.p-bage-info {
    border-color: rgba(30, 172, 220, 0.4);
    color: #1eacdc;
}

.p-bage-warning {
    border-color: rgba(240, 173, 78, 0.4);
    color: #f0ad4e;
}

.p-bage-danger {
    border-color: rgba(217, 83, 70, 0.4);
    color: #d9534f;
}

.p-bage-primary {
    border-color: rgba(66, 139, 202, 0.4);
    color: #428bca;
}

.p-bage-default {
    color: rgba(153, 153, 153, 0.4);
    color: #8d8d8d;
}

.p-dropdown-container {
    position: relative;
}

    .p-dropdown-container .p-dropdown {
        min-width: 220px;
        box-sizing: border-box;
        border: 1px solid #e1e1e1;
        max-height: 400px;
        position: absolute;
        top: 40px;
        z-index: 100;
        text-align: left;
        background: #fff;
        box-shadow: 0 3px 10px 0 rgba(174, 174, 174, 0.5), 0 20px 60px 0 rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        font-size: 13px;
        -webkit-animation: p-appear 250ms cubic-bezier(0.23, 1, 0.32, 1);
        animation: p-appear 250ms cubic-bezier(0.23, 1, 0.32, 1);
        overflow-scrolling: touch;
    }

        .p-dropdown-container .p-dropdown .inner {
            padding-left: 20px;
        }

        .p-dropdown-container .p-dropdown.top-left:after,
        .p-dropdown-container .p-dropdown.top-right:after,
        .p-dropdown-container .p-dropdown.top-left:before,
        .p-dropdown-container .p-dropdown.top-right:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
        }

        .p-dropdown-container .p-dropdown.top-left:after,
        .p-dropdown-container .p-dropdown.top-right:after {
            bottom: 100%;
            left: 20px;
            margin-left: -6px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
        }

        .p-dropdown-container .p-dropdown.top-left:before,
        .p-dropdown-container .p-dropdown.top-right:before {
            bottom: 100%;
            left: 20px;
            margin-left: -8px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid;
            border-bottom-color: #ddd;
        }

        .p-dropdown-container .p-dropdown.bottom-left:after,
        .p-dropdown-container .p-dropdown.bottom-right:after,
        .p-dropdown-container .p-dropdown.bottom-left:before,
        .p-dropdown-container .p-dropdown.bottom-right:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
        }

        .p-dropdown-container .p-dropdown.bottom-left:after,
        .p-dropdown-container .p-dropdown.bottom-right:after {
            top: 100%;
            left: 20px;
            margin-left: -6px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #fff;
        }

        .p-dropdown-container .p-dropdown.bottom-left:before,
        .p-dropdown-container .p-dropdown.bottom-right:before {
            top: 100%;
            left: 20px;
            margin-left: -8px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid;
            border-top-color: #ddd;
        }

        .p-dropdown-container .p-dropdown.top-right:after,
        .p-dropdown-container .p-dropdown.bottom-right:after,
        .p-dropdown-container .p-dropdown.top-right:before,
        .p-dropdown-container .p-dropdown.bottom-right:before {
            left: auto !important;
            right: 22px !important;
        }

        .p-dropdown-container .p-dropdown.top-right:before,
        .p-dropdown-container .p-dropdown.bottom-right:before {
            right: 20px !important;
        }

        .p-dropdown-container .p-dropdown.bottom-left,
        .p-dropdown-container .p-dropdown.bottom-right {
            top: auto;
            bottom: 50px;
        }

        .p-dropdown-container .p-dropdown.top-right,
        .p-dropdown-container .p-dropdown.bottom-right {
            left: auto;
            right: 0;
        }

@-webkit-keyframes p-appear {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}