/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

@media print {
    *, :after, :before, blockquote:first-letter, blockquote:first-line, div:first-letter, div:first-line, li:first-letter, li:first-line, p:first-letter, p:first-line {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .badge {
        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
    }
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #374767;
    background-color: #f2f4f8
}

[tabindex="-1"]:focus {
    outline: none !important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    cursor: help
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #20a8d8;
    text-decoration: none
}

a:focus, a:hover {
    color: #167495;
    text-decoration: underline
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #c0cadd;
    caption-side: bottom
}

caption, th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, select, textarea {
    line-height: inherit
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.09375rem;
    border-left: .25rem solid #e1e6ef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #c0cadd
}

.blockquote-footer:before {
    content: "\2014   \A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #e1e6ef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer:before {
    content: ""
}

.blockquote-reverse .blockquote-footer:after {
    content: "\A0   \2014"
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f2f4f8;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #c0cadd
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f9f9fa
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #384042
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #384042
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .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, .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, .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-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .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, .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, .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-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .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, .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, .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-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .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, .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, .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-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .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, .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, .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-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1, .col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2, .col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4, .col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6, .col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8, .col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10, .col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.33333%
}

.pull-2 {
    right: 16.66667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.33333%
}

.pull-5 {
    right: 41.66667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.33333%
}

.pull-8 {
    right: 66.66667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.33333%
}

.pull-11 {
    right: 91.66667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.33333%
}

.push-2 {
    left: 16.66667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.33333%
}

.push-5 {
    left: 41.66667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.33333%
}

.push-8 {
    left: 66.66667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.33333%
}

.push-11 {
    left: 91.66667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.33333%
    }

    .pull-sm-2 {
        right: 16.66667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.33333%
    }

    .pull-sm-5 {
        right: 41.66667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.33333%
    }

    .pull-sm-8 {
        right: 66.66667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.33333%
    }

    .pull-sm-11 {
        right: 91.66667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.33333%
    }

    .push-sm-2 {
        left: 16.66667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.33333%
    }

    .push-sm-5 {
        left: 41.66667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.33333%
    }

    .push-sm-8 {
        left: 66.66667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.33333%
    }

    .push-sm-11 {
        left: 91.66667%
    }

    .push-sm-12 {
        left: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.33333%
    }

    .pull-md-2 {
        right: 16.66667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.33333%
    }

    .pull-md-5 {
        right: 41.66667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.33333%
    }

    .pull-md-8 {
        right: 66.66667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.33333%
    }

    .pull-md-11 {
        right: 91.66667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.33333%
    }

    .push-md-2 {
        left: 16.66667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.33333%
    }

    .push-md-5 {
        left: 41.66667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.33333%
    }

    .push-md-8 {
        left: 66.66667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.33333%
    }

    .push-md-11 {
        left: 91.66667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.33333%
    }

    .pull-lg-2 {
        right: 16.66667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.33333%
    }

    .pull-lg-5 {
        right: 41.66667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.33333%
    }

    .pull-lg-8 {
        right: 66.66667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.33333%
    }

    .pull-lg-11 {
        right: 91.66667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.33333%
    }

    .push-lg-2 {
        left: 16.66667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.33333%
    }

    .push-lg-5 {
        left: 41.66667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.33333%
    }

    .push-lg-8 {
        left: 66.66667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.33333%
    }

    .push-lg-11 {
        left: 91.66667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.33333%
    }

    .pull-xl-2 {
        right: 16.66667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.33333%
    }

    .pull-xl-5 {
        right: 41.66667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.33333%
    }

    .pull-xl-8 {
        right: 66.66667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.33333%
    }

    .pull-xl-11 {
        right: 91.66667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.33333%
    }

    .push-xl-2 {
        left: 16.66667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.33333%
    }

    .push-xl-5 {
        left: 41.66667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.33333%
    }

    .push-xl-8 {
        left: 66.66667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.33333%
    }

    .push-xl-11 {
        left: 91.66667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e1e6ef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e1e6ef
}

.table tbody + tbody {
    border-top: 2px solid #e1e6ef
}

.table .table {
    background-color: #f2f4f8
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #e1e6ef
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th, .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-success, .table-success > td, .table-success > th {
    background-color: #dff0d8
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #d0e9c6
}

.table-info, .table-info > td, .table-info > th {
    background-color: #d9edf7
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #c4e3f3
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #faf2cc
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f2dede
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #f2f4f8;
    background-color: #384042
}

.thead-default th {
    color: #9faecb;
    background-color: #e1e6ef
}

.table-inverse {
    color: #f2f4f8;
    background-color: #384042
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #f2f4f8
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.table-outline {
    border: 1px solid #e1e6ef
}

.table-align-middle td, .table-outline td {
    vertical-align: middle
}

.table-clear td {
    border: 0
}

.daterangepicker .input-mini, .form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
    display: block;
    width: 100%;
    padding: .3rem .5rem;
    font-size: .9rem;
    line-height: 1.25;
    color: #777;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #e1e6ef;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.daterangepicker .input-mini::-ms-expand, .form-control::-ms-expand, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up::-ms-expand, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.daterangepicker .input-mini:focus, .form-control:focus, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:focus {
    color: #777;
    background-color: #fff;
    border-color: #8ad4ee;
    outline: none
}

.daterangepicker .input-mini::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up::-webkit-input-placeholder, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::-webkit-input-placeholder {
    color: #c0cadd;
    opacity: 1
}

.daterangepicker .input-mini::-moz-placeholder, .form-control::-moz-placeholder, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up::-moz-placeholder, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::-moz-placeholder {
    color: #c0cadd;
    opacity: 1
}

.daterangepicker .input-mini:-ms-input-placeholder, .form-control:-ms-input-placeholder, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up:-ms-input-placeholder, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:-ms-input-placeholder {
    color: #c0cadd;
    opacity: 1
}

.daterangepicker .input-mini::placeholder, .form-control::placeholder, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up::placeholder, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::placeholder {
    color: #c0cadd;
    opacity: 1
}

.daterangepicker .input-mini:disabled, .daterangepicker [readonly].input-mini, .form-control:disabled, .form-control[readonly], .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:disabled, .input-group > .ui-select-bootstrap > input[readonly].ui-select-search.form-control {
    background-color: #e1e6ef;
    opacity: 1
}

.daterangepicker .input-mini:disabled, .form-control:disabled, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:disabled {
    cursor: not-allowed
}

.daterangepicker select.input-mini:not([size]):not([multiple]), select.form-control:not([size]):not([multiple]) {
    height: calc(2.09375rem + 2px)
}

.daterangepicker select.input-mini:focus::-ms-value, select.form-control:focus::-ms-value {
    color: #9faecb;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: calc(.75rem - 1px * 2);
    padding-bottom: calc(.75rem - 1px * 2);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem - 1px * 2);
    padding-bottom: calc(.25rem - 1px * 2);
    font-size: .875rem
}

.col-form-legend {
    font-size: .875rem
}

.col-form-legend, .form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.form-control-static {
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.daterangepicker .input-group-lg > .form-control-static.input-mini, .daterangepicker .input-group-sm > .form-control-static.input-mini, .fc .input-group-lg > .input-group-btn > button.form-control-static, .fc .input-group-sm > .input-group-btn > button.form-control-static, .form-control-static.form-control-lg, .form-control-static.form-control-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .input-group > .ui-select-bootstrap.input-group-lg > input.form-control-static.ui-select-search.form-control, .input-group > .ui-select-bootstrap.input-group-sm > input.form-control-static.ui-select-search.form-control {
    padding-right: 0;
    padding-left: 0
}

.daterangepicker .input-group-sm > .input-mini, .fc .input-group-sm > .input-group-btn > button, .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group > .ui-select-bootstrap.input-group-sm > input.ui-select-search.form-control {
    padding: .25rem .5rem;
    font-size: .875rem
}

.daterangepicker .input-group-sm > select.input-mini:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}

.daterangepicker .input-group-lg > .input-mini, .fc .input-group-lg > .input-group-btn > button, .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group > .ui-select-bootstrap.input-group-lg > input.ui-select-search.form-control {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.daterangepicker .input-group-lg > select.input-mini:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: 3.16667rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #c0cadd;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.login-block .form-check-input:only-child {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline + .form-check-inline {
    margin-left: .75rem
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-danger, .form-control-success, .form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .52344rem;
    background-size: 1.04688rem 1.04688rem
}

.has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
    color: #79c447
}

.daterangepicker .has-success .input-mini, .has-success .daterangepicker .input-mini, .has-success .form-control, .has-success .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    border-color: #79c447
}

.has-success .input-group-addon {
    color: #79c447;
    border-color: #79c447;
    background-color: #e9f6e1
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2379c447' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
    color: #fabb3d
}

.daterangepicker .has-warning .input-mini, .has-warning .daterangepicker .input-mini, .has-warning .form-control, .has-warning .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    border-color: #fabb3d
}

.has-warning .input-group-addon {
    color: #fabb3d;
    border-color: #fabb3d;
    background-color: #fff
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fabb3d' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
    color: #ff5454
}

.daterangepicker .has-danger .input-mini, .has-danger .daterangepicker .input-mini, .has-danger .form-control, .has-danger .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    border-color: #ff5454
}

.has-danger .input-group-addon {
    color: #ff5454;
    border-color: #ff5454;
    background-color: #fff
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5454' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .daterangepicker .form-inline .input-mini, .form-inline .daterangepicker .input-mini, .form-inline .form-control, .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn, .fc button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: .875rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn:focus, .btn:hover, .fc button:focus, .fc button:hover {
    text-decoration: none
}

.btn.focus, .btn:focus, .fc button.focus, .fc button:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(32, 168, 216, .25)
}

.btn.disabled, .btn:disabled, .fc button.disabled, .fc button:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn.active, .btn:active, .fc button.active, .fc button:active {
    background-image: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary, .fc-today-button {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-primary:hover, .fc-today-button:hover {
    color: #fff;
    background-color: #1985ac;
    border-color: #187fa3
}

.btn-primary.focus, .btn-primary:focus, .fc-today-button:focus, .focus.fc-today-button {
    box-shadow: 0 0 0 2px rgba(32, 168, 216, .5)
}

.btn-primary.disabled, .btn-primary:disabled, .disabled.fc-today-button, .fc-today-button:disabled {
    background-color: #20a8d8;
    border-color: #20a8d8
}

.active.fc-today-button, .btn-primary.active, .btn-primary:active, .fc-today-button:active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.fc-today-button {
    color: #fff;
    background-color: #1985ac;
    background-image: none;
    border-color: #187fa3
}

.btn-secondary, .fc button {
    color: #384042;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary:hover, .fc button:hover {
    color: #384042;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary.focus, .btn-secondary:focus, .fc button.focus, .fc button:focus {
    box-shadow: 0 0 0 2px hsla(0, 0%, 80%, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled, .fc button.disabled, .fc button:disabled {
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary.active, .btn-secondary:active, .fc .show > button.dropdown-toggle, .fc button.active, .fc button:active, .show > .btn-secondary.dropdown-toggle {
    color: #384042;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-info {
    color: #fff;
    background-color: #67c2ef;
    border-color: #67c2ef
}

.btn-info:hover {
    color: #fff;
    background-color: #39afea;
    border-color: #30ace9
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 2px rgba(103, 194, 239, .5)
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #67c2ef;
    border-color: #67c2ef
}

.btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39afea;
    background-image: none;
    border-color: #30ace9
}

.btn-success {
    color: #fff;
    background-color: #79c447;
    border-color: #79c447
}

.btn-success:hover {
    color: #fff;
    background-color: #61a434;
    border-color: #5c9c32
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 2px rgba(121, 196, 71, .5)
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #79c447;
    border-color: #79c447
}

.btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #61a434;
    background-image: none;
    border-color: #5c9c32
}

.btn-warning {
    color: #fff;
    background-color: #fabb3d;
    border-color: #fabb3d
}

.btn-warning:hover {
    color: #fff;
    background-color: #f9aa0b;
    border-color: #f4a406
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 2px rgba(250, 187, 61, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    background-color: #fabb3d;
    border-color: #fabb3d
}

.btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f9aa0b;
    background-image: none;
    border-color: #f4a406
}

.btn-danger {
    color: #fff;
    background-color: #ff5454;
    border-color: #ff5454
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff2121;
    border-color: #ff1717
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 2px rgba(255, 84, 84, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #ff5454;
    border-color: #ff5454
}

.btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff2121;
    background-image: none;
    border-color: #ff1717
}

.btn-outline-primary {
    color: #20a8d8;
    background-image: none;
    background-color: transparent;
    border-color: #20a8d8
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 2px rgba(32, 168, 216, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #20a8d8;
    background-color: transparent
}

.btn-outline-primary.active, .btn-outline-primary:active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 2px hsla(0, 0%, 80%, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent
}

.btn-outline-secondary.active, .btn-outline-secondary:active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-info {
    color: #67c2ef;
    background-image: none;
    background-color: transparent;
    border-color: #67c2ef
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #67c2ef;
    border-color: #67c2ef
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 2px rgba(103, 194, 239, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #67c2ef;
    background-color: transparent
}

.btn-outline-info.active, .btn-outline-info:active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #67c2ef;
    border-color: #67c2ef
}

.btn-outline-success {
    color: #79c447;
    background-image: none;
    background-color: transparent;
    border-color: #79c447
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #79c447;
    border-color: #79c447
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 2px rgba(121, 196, 71, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #79c447;
    background-color: transparent
}

.btn-outline-success.active, .btn-outline-success:active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #79c447;
    border-color: #79c447
}

.btn-outline-warning {
    color: #fabb3d;
    background-image: none;
    background-color: transparent;
    border-color: #fabb3d
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #fabb3d;
    border-color: #fabb3d
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 2px rgba(250, 187, 61, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fabb3d;
    background-color: transparent
}

.btn-outline-warning.active, .btn-outline-warning:active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #fabb3d;
    border-color: #fabb3d
}

.btn-outline-danger {
    color: #ff5454;
    background-image: none;
    background-color: transparent;
    border-color: #ff5454
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff5454;
    border-color: #ff5454
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 2px rgba(255, 84, 84, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff5454;
    background-color: transparent
}

.btn-outline-danger.active, .btn-outline-danger:active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff5454;
    border-color: #ff5454
}

.btn-link {
    font-weight: 400;
    color: #20a8d8;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
    background-color: transparent
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #167495;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled {
    color: #c0cadd
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg, .fc .btn-group-lg > button {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.btn-group-sm > .btn, .btn-sm, .fc .btn-group-sm > button {
    padding: .25rem .5rem;
    font-size: .875rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn .badge, .fc button .badge {
    position: absolute;
    top: 2px;
    right: 6px;
    font-size: 9px
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.collapsing, .dropdown, .dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #374767;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e6ef
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #f9f9fa
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #384042;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #2c3334;
    text-decoration: none;
    background-color: #f9f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #20a8d8
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #c0cadd;
    cursor: not-allowed;
    background-color: transparent
}

.show > .dropdown-menu {
    display: block
}

.show > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 0 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #c0cadd;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}

.dropdown-item {
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #e1e6ef
}

.dropdown-item:last-child {
    border-bottom: 0
}

.dropdown-item i {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    margin-left: -10px;
    color: #e1e6ef;
    text-align: center
}

.dropdown-item .badge {
    position: absolute;
    right: 10px;
    margin-top: 2px
}

.dropdown-header {
    padding: 8px 20px;
    background: #f9f9fa;
    border-bottom: 1px solid #e1e6ef
}

.dropdown-header .btn, .dropdown-header .fc button, .fc .dropdown-header button {
    margin-top: -7px;
    color: #c0cadd
}

.dropdown-header .btn:hover, .dropdown-header .fc button:hover, .fc .dropdown-header button:hover {
    color: #374767
}

.dropdown-header .btn.pull-right, .dropdown-header .fc button.pull-right, .fc .dropdown-header button.pull-right {
    margin-right: -20px
}

.dropdown-menu-lg {
    width: 250px
}

.btn-group, .btn-group-vertical, .fc-button-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn, .fc-button-group > .btn, .fc .btn-group-vertical > button, .fc .btn-group > button, .fc .fc-button-group > button {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .fc-button-group > .btn.active, .fc-button-group > .btn:active, .fc-button-group > .btn:focus, .fc-button-group > .btn:hover, .fc .btn-group-vertical > button.active, .fc .btn-group-vertical > button:active, .fc .btn-group-vertical > button:focus, .fc .btn-group-vertical > button:hover, .fc .btn-group > button.active, .fc .btn-group > button:active, .fc .btn-group > button:focus, .fc .btn-group > button:hover, .fc .fc-button-group > button.active, .fc .fc-button-group > button:active, .fc .fc-button-group > button:focus, .fc .fc-button-group > button:hover {
    z-index: 2
}

.btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn + .fc-button-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group, .btn-group-vertical .btn-group + .fc-button-group, .btn-group-vertical .fc-button-group + .btn, .btn-group-vertical .fc-button-group + .btn-group, .btn-group-vertical .fc-button-group + .fc-button-group, .btn-group-vertical .fc .btn + button, .btn-group-vertical .fc .btn-group + button, .btn-group-vertical .fc .fc-button-group + button, .btn-group-vertical .fc button + .btn, .btn-group-vertical .fc button + .btn-group, .btn-group-vertical .fc button + .fc-button-group, .btn-group-vertical .fc button + button, .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn + .fc-button-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group .btn-group + .fc-button-group, .btn-group .fc-button-group + .btn, .btn-group .fc-button-group + .btn-group, .btn-group .fc-button-group + .fc-button-group, .btn-group .fc .btn + button, .btn-group .fc .btn-group + button, .btn-group .fc .fc-button-group + button, .btn-group .fc button + .btn, .btn-group .fc button + .btn-group, .btn-group .fc button + .fc-button-group, .btn-group .fc button + button, .fc-button-group .btn + .btn, .fc-button-group .btn + .btn-group, .fc-button-group .btn + .fc-button-group, .fc-button-group .btn-group + .btn, .fc-button-group .btn-group + .btn-group, .fc-button-group .btn-group + .fc-button-group, .fc-button-group .fc-button-group + .btn, .fc-button-group .fc-button-group + .btn-group, .fc-button-group .fc-button-group + .fc-button-group, .fc-button-group .fc .btn + button, .fc-button-group .fc .btn-group + button, .fc-button-group .fc .fc-button-group + button, .fc-button-group .fc button + .btn, .fc-button-group .fc button + .btn-group, .fc-button-group .fc button + .fc-button-group, .fc-button-group .fc button + button, .fc .btn-group-vertical .btn + button, .fc .btn-group-vertical .btn-group + button, .fc .btn-group-vertical .fc-button-group + button, .fc .btn-group-vertical button + .btn, .fc .btn-group-vertical button + .btn-group, .fc .btn-group-vertical button + .fc-button-group, .fc .btn-group-vertical button + button, .fc .btn-group .btn + button, .fc .btn-group .btn-group + button, .fc .btn-group .fc-button-group + button, .fc .btn-group button + .btn, .fc .btn-group button + .btn-group, .fc .btn-group button + .fc-button-group, .fc .btn-group button + button, .fc .fc-button-group .btn + button, .fc .fc-button-group .btn-group + button, .fc .fc-button-group .fc-button-group + button, .fc .fc-button-group button + .btn, .fc .fc-button-group button + .btn-group, .fc .fc-button-group button + .fc-button-group, .fc .fc-button-group button + button {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .fc-button-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .fc .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .fc .fc-button-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child, .fc-button-group > .btn:first-child, .fc .btn-group > button:first-child, .fc .fc-button-group > button:first-child {
    margin-left: 0
}

.btn-group > .btn-group, .btn-group > .fc-button-group, .fc-button-group > .btn-group, .fc-button-group > .fc-button-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .fc-button-group:not(:first-child):not(:last-child) > .btn, .fc-button-group > .btn-group:not(:first-child):not(:last-child) > .btn, .fc-button-group > .fc-button-group:not(:first-child):not(:last-child) > .btn, .fc .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .fc .btn-group > .fc-button-group:not(:first-child):not(:last-child) > button, .fc .fc-button-group > .btn-group:not(:first-child):not(:last-child) > button, .fc .fc-button-group > .fc-button-group:not(:first-child):not(:last-child) > button {
    border-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle, .fc-button-group .dropdown-toggle:active, .open.fc-button-group .dropdown-toggle {
    outline: 0
}

.btn + .dropdown-toggle-split, .fc button + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn + .dropdown-toggle-split:after, .fc button + .dropdown-toggle-split:after {
    margin-left: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split, .fc .btn-group-sm > button + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split, .fc .btn-group-lg > button + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-vertical {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group, .btn-group-vertical .fc-button-group, .btn-group-vertical .fc button, .fc .btn-group-vertical button {
    width: 100%
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn + .fc-button-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group, .btn-group-vertical > .btn-group + .fc-button-group, .btn-group-vertical > .fc-button-group + .btn, .btn-group-vertical > .fc-button-group + .btn-group, .btn-group-vertical > .fc-button-group + .fc-button-group, .fc .btn-group-vertical > .btn + button, .fc .btn-group-vertical > .btn-group + button, .fc .btn-group-vertical > .fc-button-group + button, .fc .btn-group-vertical > button + .btn, .fc .btn-group-vertical > button + .btn-group, .fc .btn-group-vertical > button + .fc-button-group, .fc .btn-group-vertical > button + button {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .fc-button-group:not(:first-child):not(:last-child) > .btn, .fc .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .fc .btn-group-vertical > .fc-button-group:not(:first-child):not(:last-child) > button, .fc .btn-group-vertical > button:not(:first-child):not(:last-child) {
    border-radius: 0
}

.fc [data-toggle=buttons] > .btn-group > button input[type=checkbox], .fc [data-toggle=buttons] > .btn-group > button input[type=radio], .fc [data-toggle=buttons] > .fc-button-group > button input[type=checkbox], .fc [data-toggle=buttons] > .fc-button-group > button input[type=radio], .fc [data-toggle=buttons] > button input[type=checkbox], .fc [data-toggle=buttons] > button input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .fc-button-group > .btn input[type=checkbox], [data-toggle=buttons] > .fc-button-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.daterangepicker .input-group .input-mini, .input-group .daterangepicker .input-mini, .input-group .form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.daterangepicker .input-group .input-mini:active, .daterangepicker .input-group .input-mini:focus, .daterangepicker .input-group .input-mini:hover, .input-group .daterangepicker .input-mini:active, .input-group .daterangepicker .input-mini:focus, .input-group .daterangepicker .input-mini:hover, .input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:active, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:focus, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:hover {
    z-index: 3
}

.daterangepicker .input-group .input-mini, .input-group-addon, .input-group-btn, .input-group .daterangepicker .input-mini, .input-group .form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25;
    color: #9faecb;
    text-align: center;
    background-color: #e1e6ef;
    border: 1px solid #e1e6ef
}

.daterangepicker .input-group-sm > .input-group-addon.input-mini, .fc .input-group-sm > .input-group-btn > button.input-group-addon, .input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group > .ui-select-bootstrap.input-group-sm > input.input-group-addon.ui-select-search.form-control {
    padding: .25rem .5rem;
    font-size: .875rem
}

.daterangepicker .input-group-lg > .input-group-addon.input-mini, .fc .input-group-lg > .input-group-btn > button.input-group-addon, .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group > .ui-select-bootstrap.input-group-lg > input.input-group-addon.ui-select-search.form-control {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.daterangepicker .input-mini + .input-group-addon:not(:first-child), .form-control + .input-group-addon:not(:first-child), .input-group > .ui-select-bootstrap > input.ui-select-search.form-control + .input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.fc .input-group-btn > button, .input-group-btn > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.fc .input-group-btn > .btn + button, .fc .input-group-btn > button + .btn, .fc .input-group-btn > button + button, .input-group-btn > .btn + .btn {
    margin-left: -1px
}

.fc .input-group-btn > button:active, .fc .input-group-btn > button:focus, .fc .input-group-btn > button:hover, .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 3
}

.fc .input-group-btn:not(:last-child) > button, .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group, .input-group-btn:not(:last-child) > .fc-button-group {
    margin-right: -1px
}

.fc .input-group-btn:not(:first-child) > button, .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group, .input-group-btn:not(:first-child) > .fc-button-group {
    z-index: 2;
    margin-left: -1px
}

.fc .input-group-btn:not(:first-child) > button:active, .fc .input-group-btn:not(:first-child) > button:focus, .fc .input-group-btn:not(:first-child) > button:hover, .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > .fc-button-group:active, .input-group-btn:not(:first-child) > .fc-button-group:focus, .input-group-btn:not(:first-child) > .fc-button-group:hover {
    z-index: 3
}

.input-group-addon, .input-group-btn {
    min-width: 40px;
    white-space: nowrap;
    vertical-align: middle
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5em 1em
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #c0cadd;
    cursor: not-allowed
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e1e6ef #e1e6ef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #c0cadd;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #9faecb;
    background-color: #f2f4f8;
    border-color: #ddd #ddd #f2f4f8
}

.nav-tabs .dropdown-menu {
    margin-top: -1px
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    color: #fff;
    cursor: default;
    background-color: #20a8d8
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .nav-link {
    color: #9faecb
}

.nav-tabs .nav-link.active {
    color: #384042
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus {
    background: #fff;
    border-color: #e1e6ef;
    border-bottom-color: #fff
}

.tab-content {
    margin-top: -1px;
    background: #fff;
    border: 1px solid #e1e6ef
}

.tab-content .tab-pane {
    padding: 1rem
}

.card-block .tab-content {
    margin-top: 0;
    border: 0
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .5rem 1rem
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-toggler {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

@media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-toggleable {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable, .navbar-toggleable .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable .navbar-toggler {
        display: none
    }
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-sm > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-sm, .navbar-toggleable-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable-sm > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-md > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-md, .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable-md > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-lg > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-lg, .navbar-toggleable-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable-lg > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable-lg .navbar-toggler {
        display: none
    }
}

.navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0
}

.navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-toggleable-xl > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
}

.navbar-toggleable-xl .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover {
    color: #fff
}

.navbar-inverse .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open > .nav-link {
    color: #fff
}

.navbar-inverse .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

header.navbar {
    position: relative;
    height: 60px;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #e1e6ef;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

header.navbar .navbar-brand {
    display: inline-block;
    width: 250px;
    height: 60px;
    margin-right: 0;
    padding: .5rem 1rem;
    background-color: #20a8d8;
    background-image: url(logo.5a69406456e16136660d.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 90px auto;
    border-bottom: 1px solid #1985ac
}

header.navbar .navbar-brand img {
    margin-left: 3px;
    margin-right: 8px;
    margin-top: -5px;
}

header.navbar .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header.navbar .nav-item {
    position: relative;
    min-width: 50px;
    margin: 0 !important;
    text-align: center
}

header.navbar .nav-item .nav-link {
    padding-top: 0;
    padding-bottom: 0
}

header.navbar .nav-item .nav-link .badge {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: 0
}

header.navbar .nav-item .nav-link > .img-avatar {
    height: 40px;
    margin: 0 10px
}

header.navbar .dropdown-menu {
    padding-bottom: 0;
    line-height: 1.5
}

header.navbar .dropdown-item {
    min-width: 180px
}

.navbar-nav .nav-link {
    color: #c0cadd
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: #9faecb
}

.navbar-nav .active > .nav-link, .navbar-nav .active > .nav-link:focus, .navbar-nav .active > .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.active:focus, .navbar-nav .nav-link.active:hover, .navbar-nav .nav-link.open, .navbar-nav .nav-link.open:focus, .navbar-nav .nav-link.open:hover, .navbar-nav .open > .nav-link, .navbar-nav .open > .nav-link:focus, .navbar-nav .open > .nav-link:hover {
    color: #7e92b9
}

.navbar-divider {
    background-color: rgba(0, 0, 0, .075)
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #e1e6ef
}

.card-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    margin-bottom: 0;
    border-bottom: 1px solid #e1e6ef
}

.card-footer, .card-header {
    padding: .75rem 1.25rem;
    background-color: #f9f9fa
}

.card-footer {
    border-top: 1px solid #e1e6ef
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-primary {
    background-color: #20a8d8;
    border-color: #20a8d8
}

.card-primary .card-footer, .card-primary .card-header {
    background-color: transparent
}

.card-success {
    background-color: #79c447;
    border-color: #79c447
}

.card-success .card-footer, .card-success .card-header {
    background-color: transparent
}

.card-info {
    background-color: #67c2ef;
    border-color: #67c2ef
}

.card-info .card-footer, .card-info .card-header {
    background-color: transparent
}

.card-warning {
    background-color: #fabb3d;
    border-color: #fabb3d
}

.card-warning .card-footer, .card-warning .card-header {
    background-color: transparent
}

.card-danger {
    background-color: #ff5454;
    border-color: #ff5454
}

.card-danger .card-footer, .card-danger .card-header, .card-outline-primary {
    background-color: transparent
}

.card-outline-primary {
    border-color: #20a8d8
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #67c2ef
}

.card-outline-success {
    background-color: transparent;
    border-color: #79c447
}

.card-outline-warning {
    background-color: transparent;
    border-color: #fabb3d
}

.card-outline-danger {
    background-color: transparent;
    border-color: #ff5454
}

.card-inverse {
    color: hsla(0, 0%, 100%, .65)
}

.card-inverse .card-footer, .card-inverse .card-header {
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .2)
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
    color: #fff
}

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
    color: hsla(0, 0%, 100%, .65)
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-deck, .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-deck .card:not(:first-child) {
        margin-left: 15px
    }

    .card-deck .card:not(:last-child) {
        margin-right: 15px
    }
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .card-group .card + .card {
        margin-left: 0;
        border-left: 0
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: .75rem
    }
}

.card {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.breadcrumb + div .card {
    margin-top: 0;
}

.card-header i.icon-bg {
    display: inline-block;
    padding: .75rem 1.25rem !important;
    margin: -.75rem 1.25rem -.75rem -1.25rem;
    line-height: inherit;
    color: #374767;
    vertical-align: bottom;
    background: transparent;
    border-right: 1px solid #e1e6ef
}

.card-header ul.nav.nav-tabs {
    margin-top: -.75rem;
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header ul.nav.nav-tabs li.nav-item {
    border-top: 0
}

.card-header ul.nav.nav-tabs li.nav-item a.nav-link {
    padding: .75rem .625rem;
    color: #c0cadd;
    border-top: 0
}

.card-header ul.nav.nav-tabs li.nav-item a.nav-link.active {
    color: #374767;
    background: #fff
}

.card-header.card-header-inverse {
    color: #fff
}

.card-header.card-header-primary {
    margin: -1px -1px 0;
    background: #20a8d8;
    border-bottom: 1px solid #20a8d8
}

.card-header.card-header-secondary {
    margin: -1px -1px 0;
    background: #e1e6ef;
    border-bottom: 1px solid #e1e6ef
}

.card-header.card-header-success {
    margin: -1px -1px 0;
    background: #79c447;
    border-bottom: 1px solid #79c447
}

.card-header.card-header-info {
    margin: -1px -1px 0;
    background: #67c2ef;
    border-bottom: 1px solid #67c2ef
}

.card-header.card-header-warning {
    margin: -1px -1px 0;
    background: #fabb3d;
    border-bottom: 1px solid #fabb3d
}

.card-header.card-header-danger {
    margin: -1px -1px 0;
    background: #ff5454;
    border-bottom: 1px solid #ff5454
}

.card-header .btn, .card-header .fc button, .fc .card-header button {
    margin-top: -.5rem
}

.card-header .btn-group-sm > .btn, .card-header .btn-sm, .card-header .fc .btn-group-sm > button, .fc .card-header .btn-group-sm > button {
    margin-top: -.25rem
}

.card-header .btn-group-lg > .btn, .card-header .btn-lg, .card-header .fc .btn-group-lg > button, .fc .card-header .btn-group-lg > button {
    margin-top: -.75rem
}

.card-footer ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    table-layout: fixed
}

.card-footer ul li {
    display: table-cell;
    padding: 0 1.25rem;
    text-align: center
}

.card-footer ul li progress {
    margin-top: .75rem;
    margin-bottom: 0
}

.card-primary {
    background-color: #20a8d8
}

.card-primary .card-header {
    border-color: #1d97c2
}

.card-primary .card-footer, .card-primary .card-header {
    background-color: #1d97c2
}

.card-secondary {
    background-color: #e1e6ef
}

.card-secondary .card-header {
    border-color: #d0d8e6
}

.card-secondary .card-footer, .card-secondary .card-header {
    background-color: #d0d8e6
}

.card-success {
    background-color: #79c447
}

.card-success .card-header {
    border-color: #6cb73b
}

.card-success .card-footer, .card-success .card-header {
    background-color: #6cb73b
}

.card-info {
    background-color: #67c2ef
}

.card-info .card-header {
    border-color: #50b9ed
}

.card-info .card-footer, .card-info .card-header {
    background-color: #50b9ed
}

.card-warning {
    background-color: #fabb3d
}

.card-warning .card-header {
    border-color: #f9b224
}

.card-warning .card-footer, .card-warning .card-header {
    background-color: #f9b224
}

.card-danger {
    background-color: #ff5454
}

.card-danger .card-header {
    border-color: #ff3b3b
}

.card-danger .card-footer, .card-danger .card-header {
    background-color: #ff3b3b
}

.card-inverse {
    color: #fff
}

.card-inverse .text-muted {
    color: hsla(0, 0%, 100%, .6) !important
}

[class*=card-outline-] .card-block {
    background: #fff !important
}

[class*=card-outline-].card-outline-top {
    border-top-width: 2px;
    border-right-color: #e1e6ef;
    border-bottom-color: #e1e6ef;
    border-left-color: #e1e6ef
}

.card-accent-primary {
    border-top-width: 2px;
    border-top-color: #20a8d8
}

.card-accent-secondary {
    border-top-width: 2px;
    border-top-color: #ccc
}

.card-accent-info {
    border-top-width: 2px;
    border-top-color: #67c2ef
}

.card-accent-success {
    border-top-width: 2px;
    border-top-color: #79c447
}

.card-accent-warning {
    border-top-width: 2px;
    border-top-color: #fabb3d
}

.card-accent-danger {
    border-top-width: 2px;
    border-top-color: #ff5454
}

.card-header > i {
    margin-right: .5rem
}

.card-header .card-actions {
    position: absolute;
    top: 0;
    right: 0
}

.card-header .card-actions a, .card-header .card-actions button {
    display: block;
    float: left;
    width: 50px;
    padding: .75rem 0;
    margin: 0 !important;
    color: #374767;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 1px solid #e1e6ef;
    box-shadow: 0
}

.card-header .card-actions a:hover, .card-header .card-actions button:hover {
    text-decoration: none
}

.card-header .card-actions a [class*=" icon-"], .card-header .card-actions a [class^=icon-], .card-header .card-actions button [class*=" icon-"], .card-header .card-actions button [class^=icon-] {
    display: inline-block;
    vertical-align: middle
}

.card-header .card-actions a i, .card-header .card-actions button i {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s
}

.card-header .card-actions a i.r180, .card-header .card-actions button i.r180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.card-header .card-actions .input-group {
    width: 230px;
    margin: 6px
}

.card-header .card-actions .input-group .input-group-addon {
    background: #fff
}

.card-header .card-actions .input-group input {
    border-left: 0
}

.card-full {
    margin-top: -1rem;
    margin-right: -15px;
    margin-left: -15px;
    border: 0;
    border-bottom: 1px solid #e1e6ef
}

@media (min-width: 576px) {
    .card-columns.cols-2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

.card.drag, .card .drag {
    cursor: move
}

.card-placeholder {
    background: rgba(0, 0, 0, .025);
    border: 1px dashed #c0cadd
}

.breadcrumb {
    padding: .75rem 2rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent
}

.breadcrumb:after {
    display: block;
    content: "";
    clear: both
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #c0cadd;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #c0cadd
}

.breadcrumb {
    position: relative;
    margin-bottom: 1.5rem
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-item:first-child .page-link, .page-item:first-child .pagination-datatables li a, .page-item:first-child .pagination li a, .pagination-datatables li .page-item:first-child a, .pagination-datatables li:first-child .page-link, .pagination-datatables li:first-child a, .pagination li .page-item:first-child a, .pagination li:first-child .page-link, .pagination li:first-child a {
    margin-left: 0
}

.page-item.active .page-link, .page-item.active .pagination-datatables li a, .page-item.active .pagination li a, .pagination-datatables li.active .page-link, .pagination-datatables li.active a, .pagination-datatables li .page-item.active a, .pagination li.active .page-link, .pagination li.active a, .pagination li .page-item.active a {
    z-index: 2;
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.page-item.disabled .page-link, .page-item.disabled .pagination-datatables li a, .page-item.disabled .pagination li a, .pagination-datatables li.disabled .page-link, .pagination-datatables li.disabled a, .pagination-datatables li .page-item.disabled a, .pagination li.disabled .page-link, .pagination li.disabled a, .pagination li .page-item.disabled a {
    color: #c0cadd;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link, .pagination-datatables li a, .pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #20a8d8;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus, .page-link:hover, .pagination-datatables li a:focus, .pagination-datatables li a:hover, .pagination li a:focus, .pagination li a:hover {
    color: #167495;
    text-decoration: none;
    background-color: #e1e6ef;
    border-color: #ddd
}

.pagination-datatables li .pagination-lg a, .pagination-lg .page-link, .pagination-lg .pagination-datatables li a, .pagination-lg .pagination li a, .pagination li .pagination-lg a {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-datatables li .pagination-sm a, .pagination-sm .page-link, .pagination-sm .pagination-datatables li a, .pagination-sm .pagination li a, .pagination li .pagination-sm a {
    padding: .25rem .5rem;
    font-size: .875rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline
}

.badge:empty {
    display: none
}

.btn .badge, .fc button .badge {
    position: relative;
    top: -1px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em
}

.badge-default {
    background-color: #c0cadd
}

.badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #9faecb
}

.badge-primary {
    background-color: #20a8d8
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #1985ac
}

.badge-success {
    background-color: #79c447
}

.badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #61a434
}

.badge-info {
    background-color: #67c2ef
}

.badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #39afea
}

.badge-warning {
    background-color: #fabb3d
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #f9aa0b
}

.badge-danger {
    background-color: #ff5454
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #ff2121
}

.badge-pill {
    border-radius: 10rem
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c1e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7ecb5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #f6f6f8
}

.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #20a8d8
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.progress-xs {
    height: 4px
}

.progress-sm {
    height: 8px
}

.progress-white {
    background-color: hsla(0, 0%, 100%, .2) !important
}

.progress-white .progress-bar {
    background-color: #fff
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #9faecb;
    text-align: inherit
}

.list-group-item-action .list-group-item-heading {
    color: #384042
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #9faecb;
    text-decoration: none;
    background-color: #f9f9fa
}

.list-group-item-action:active {
    color: #374767;
    background-color: #e1e6ef
}

.list-group-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:last-child {
    margin-bottom: 0
}

.list-group-item:focus, .list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #c0cadd;
    cursor: not-allowed;
    background-color: #fff
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
    color: #c0cadd
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text {
    color: #f9fdfe
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e1e6ef
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e1e6ef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.modal-primary .modal-content {
    border-color: #20a8d8
}

.modal-primary .modal-header {
    color: #fff;
    background-color: #20a8d8
}

.modal-secondary .modal-content {
    border-color: #e1e6ef
}

.modal-secondary .modal-header {
    color: #fff;
    background-color: #e1e6ef
}

.modal-success .modal-content {
    border-color: #79c447
}

.modal-success .modal-header {
    color: #fff;
    background-color: #79c447
}

.modal-info .modal-content {
    border-color: #67c2ef
}

.modal-info .modal-header {
    color: #fff;
    background-color: #67c2ef
}

.modal-warning .modal-content {
    border-color: #fabb3d
}

.modal-warning .modal-header {
    color: #fff;
    background-color: #fabb3d
}

.modal-danger .modal-content {
    border-color: #ff5454
}

.modal-danger .modal-header {
    color: #fff;
    background-color: #ff5454
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before, .tooltip.tooltip-top .tooltip-inner:before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-inner:before, .tooltip.tooltip-right .tooltip-inner:before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner:before, .tooltip.tooltip-bottom .tooltip-inner:before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-inner:before, .tooltip.tooltip-left .tooltip-inner:before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000
}

.tooltip-inner:before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2)
}

.popover.bs-tether-element-attached-bottom, .popover.popover-top {
    margin-top: -10px
}

.popover.bs-tether-element-attached-bottom:after, .popover.bs-tether-element-attached-bottom:before, .popover.popover-top:after, .popover.popover-top:before {
    left: 50%;
    border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom:before, .popover.popover-top:before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-bottom:after, .popover.popover-top:after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff
}

.popover.bs-tether-element-attached-left, .popover.popover-right {
    margin-left: 10px
}

.popover.bs-tether-element-attached-left:after, .popover.bs-tether-element-attached-left:before, .popover.popover-right:after, .popover.popover-right:before {
    top: 50%;
    border-left-width: 0
}

.popover.bs-tether-element-attached-left:before, .popover.popover-right:before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-left:after, .popover.popover-right:after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff
}

.popover.bs-tether-element-attached-top, .popover.popover-bottom {
    margin-top: 10px
}

.popover.bs-tether-element-attached-top:after, .popover.bs-tether-element-attached-top:before, .popover.popover-bottom:after, .popover.popover-bottom:before {
    left: 50%;
    border-top-width: 0
}

.popover.bs-tether-element-attached-top:before, .popover.popover-bottom:before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-top:after, .popover.popover-bottom:after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7
}

.popover.bs-tether-element-attached-top .popover-title:before, .popover.popover-bottom .popover-title:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-tether-element-attached-right, .popover.popover-left {
    margin-left: -10px
}

.popover.bs-tether-element-attached-right:after, .popover.bs-tether-element-attached-right:before, .popover.popover-left:after, .popover.popover-left:before {
    top: 50%;
    border-right-width: 0
}

.popover.bs-tether-element-attached-right:before, .popover.popover-left:before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-right:after, .popover.popover-left:after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: .875rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px
}

.popover:after, .popover:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover:before {
    content: "";
    border-width: 11px
}

.popover:after {
    content: "";
    border-width: 10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%
}

@media (-webkit-transform-3d) {
    .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

@supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))) {
    .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

@media (-webkit-transform-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after, .carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-faded {
    background-color: #e8ecf3
}

.bg-primary {
    color: #fff !important;
    background-color: #20a8d8 !important
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #1985ac
}

.bg-success {
    color: #fff !important;
    background-color: #79c447 !important
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #61a434
}

.bg-info {
    color: #fff !important;
    background-color: #67c2ef !important
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #39afea
}

.bg-warning {
    color: #fff !important;
    background-color: #fabb3d !important
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f9aa0b
}

.bg-danger {
    color: #fff !important;
    background-color: #ff5454 !important
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #ff2121
}

.bg-inverse {
    color: #fff !important;
    background-color: #384042 !important
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #212526
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

.clearfix:after {
    display: block;
    content: "";
    clear: both
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.flex-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.flex-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .flex-sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex-sm-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .flex-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex-md-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .flex-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex-lg-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .flex-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex-xl-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-q {
    margin: .25rem !important
}

.mt-q {
    margin-top: .25rem !important
}

.mr-q {
    margin-right: .25rem !important
}

.mb-q {
    margin-bottom: .25rem !important
}

.ml-q, .mx-q {
    margin-left: .25rem !important
}

.mx-q {
    margin-right: .25rem !important
}

.my-q {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-h {
    margin: .5rem !important
}

.mt-h {
    margin-top: .5rem !important
}

.mr-h {
    margin-right: .5rem !important
}

.mb-h {
    margin-bottom: .5rem !important
}

.ml-h, .mx-h {
    margin-left: .5rem !important
}

.mx-h {
    margin-right: .5rem !important
}

.my-h {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: 1rem !important
}

.mt-1 {
    margin-top: 1rem !important
}

.mr-1 {
    margin-right: 1rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.ml-1, .mx-1 {
    margin-left: 1rem !important
}

.mx-1 {
    margin-right: 1rem !important
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-2 {
    margin: 1.5rem !important
}

.mt-2 {
    margin-top: 1.5rem !important
}

.mr-2 {
    margin-right: 1.5rem !important
}

.mb-2 {
    margin-bottom: 1.5rem !important
}

.ml-2, .mx-2 {
    margin-left: 1.5rem !important
}

.mx-2 {
    margin-right: 1.5rem !important
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-3 {
    margin: 3rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mr-3 {
    margin-right: 3rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.ml-3, .mx-3 {
    margin-left: 3rem !important
}

.mx-3 {
    margin-right: 3rem !important
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-q {
    padding: .25rem !important
}

.pt-q {
    padding-top: .25rem !important
}

.pr-q {
    padding-right: .25rem !important
}

.pb-q {
    padding-bottom: .25rem !important
}

.pl-q, .px-q {
    padding-left: .25rem !important
}

.px-q {
    padding-right: .25rem !important
}

.py-q {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-h {
    padding: .5rem !important
}

.pt-h {
    padding-top: .5rem !important
}

.pr-h {
    padding-right: .5rem !important
}

.pb-h {
    padding-bottom: .5rem !important
}

.pl-h, .px-h {
    padding-left: .5rem !important
}

.px-h {
    padding-right: .5rem !important
}

.py-h {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: 1rem !important
}

.pt-1 {
    padding-top: 1rem !important
}

.pr-1 {
    padding-right: 1rem !important
}

.pb-1 {
    padding-bottom: 1rem !important
}

.pl-1, .px-1 {
    padding-left: 1rem !important
}

.px-1 {
    padding-right: 1rem !important
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-2 {
    padding: 1.5rem !important
}

.pt-2 {
    padding-top: 1.5rem !important
}

.pr-2 {
    padding-right: 1.5rem !important
}

.pb-2 {
    padding-bottom: 1.5rem !important
}

.pl-2, .px-2 {
    padding-left: 1.5rem !important
}

.px-2 {
    padding-right: 1.5rem !important
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-3 {
    padding: 3rem !important
}

.pt-3 {
    padding-top: 3rem !important
}

.pr-3 {
    padding-right: 3rem !important
}

.pb-3 {
    padding-bottom: 3rem !important
}

.pl-3, .px-3 {
    padding-left: 3rem !important
}

.px-3 {
    padding-right: 3rem !important
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width: 576px) {
    .m-sm-q {
        margin: .25rem !important
    }

    .mt-sm-q {
        margin-top: .25rem !important
    }

    .mr-sm-q {
        margin-right: .25rem !important
    }

    .mb-sm-q {
        margin-bottom: .25rem !important
    }

    .ml-sm-q, .mx-sm-q {
        margin-left: .25rem !important
    }

    .mx-sm-q {
        margin-right: .25rem !important
    }

    .my-sm-q {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-sm-h {
        margin: .5rem !important
    }

    .mt-sm-h {
        margin-top: .5rem !important
    }

    .mr-sm-h {
        margin-right: .5rem !important
    }

    .mb-sm-h {
        margin-bottom: .5rem !important
    }

    .ml-sm-h, .mx-sm-h {
        margin-left: .5rem !important
    }

    .mx-sm-h {
        margin-right: .5rem !important
    }

    .my-sm-h {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .mx-sm-0 {
        margin-right: 0 !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-1 {
        margin: 1rem !important
    }

    .mt-sm-1 {
        margin-top: 1rem !important
    }

    .mr-sm-1 {
        margin-right: 1rem !important
    }

    .mb-sm-1 {
        margin-bottom: 1rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 1rem !important
    }

    .mx-sm-1 {
        margin-right: 1rem !important
    }

    .my-sm-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-sm-2 {
        margin: 1.5rem !important
    }

    .mt-sm-2 {
        margin-top: 1.5rem !important
    }

    .mr-sm-2 {
        margin-right: 1.5rem !important
    }

    .mb-sm-2 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 1.5rem !important
    }

    .mx-sm-2 {
        margin-right: 1.5rem !important
    }

    .my-sm-2 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-sm-3 {
        margin: 3rem !important
    }

    .mt-sm-3 {
        margin-top: 3rem !important
    }

    .mr-sm-3 {
        margin-right: 3rem !important
    }

    .mb-sm-3 {
        margin-bottom: 3rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 3rem !important
    }

    .mx-sm-3 {
        margin-right: 3rem !important
    }

    .my-sm-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-sm-q {
        padding: .25rem !important
    }

    .pt-sm-q {
        padding-top: .25rem !important
    }

    .pr-sm-q {
        padding-right: .25rem !important
    }

    .pb-sm-q {
        padding-bottom: .25rem !important
    }

    .pl-sm-q, .px-sm-q {
        padding-left: .25rem !important
    }

    .px-sm-q {
        padding-right: .25rem !important
    }

    .py-sm-q {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-sm-h {
        padding: .5rem !important
    }

    .pt-sm-h {
        padding-top: .5rem !important
    }

    .pr-sm-h {
        padding-right: .5rem !important
    }

    .pb-sm-h {
        padding-bottom: .5rem !important
    }

    .pl-sm-h, .px-sm-h {
        padding-left: .5rem !important
    }

    .px-sm-h {
        padding-right: .5rem !important
    }

    .py-sm-h {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .px-sm-0 {
        padding-right: 0 !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-sm-1 {
        padding: 1rem !important
    }

    .pt-sm-1 {
        padding-top: 1rem !important
    }

    .pr-sm-1 {
        padding-right: 1rem !important
    }

    .pb-sm-1 {
        padding-bottom: 1rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 1rem !important
    }

    .px-sm-1 {
        padding-right: 1rem !important
    }

    .py-sm-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-sm-2 {
        padding: 1.5rem !important
    }

    .pt-sm-2 {
        padding-top: 1.5rem !important
    }

    .pr-sm-2 {
        padding-right: 1.5rem !important
    }

    .pb-sm-2 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 1.5rem !important
    }

    .px-sm-2 {
        padding-right: 1.5rem !important
    }

    .py-sm-2 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-sm-3 {
        padding: 3rem !important
    }

    .pt-sm-3 {
        padding-top: 3rem !important
    }

    .pr-sm-3 {
        padding-right: 3rem !important
    }

    .pb-sm-3 {
        padding-bottom: 3rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 3rem !important
    }

    .px-sm-3 {
        padding-right: 3rem !important
    }

    .py-sm-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }

    .mx-sm-auto {
        margin-right: auto !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-q {
        margin: .25rem !important
    }

    .mt-md-q {
        margin-top: .25rem !important
    }

    .mr-md-q {
        margin-right: .25rem !important
    }

    .mb-md-q {
        margin-bottom: .25rem !important
    }

    .ml-md-q, .mx-md-q {
        margin-left: .25rem !important
    }

    .mx-md-q {
        margin-right: .25rem !important
    }

    .my-md-q {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-md-h {
        margin: .5rem !important
    }

    .mt-md-h {
        margin-top: .5rem !important
    }

    .mr-md-h {
        margin-right: .5rem !important
    }

    .mb-md-h {
        margin-bottom: .5rem !important
    }

    .ml-md-h, .mx-md-h {
        margin-left: .5rem !important
    }

    .mx-md-h {
        margin-right: .5rem !important
    }

    .my-md-h {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .mx-md-0 {
        margin-right: 0 !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-1 {
        margin: 1rem !important
    }

    .mt-md-1 {
        margin-top: 1rem !important
    }

    .mr-md-1 {
        margin-right: 1rem !important
    }

    .mb-md-1 {
        margin-bottom: 1rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 1rem !important
    }

    .mx-md-1 {
        margin-right: 1rem !important
    }

    .my-md-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-2 {
        margin: 1.5rem !important
    }

    .mt-md-2 {
        margin-top: 1.5rem !important
    }

    .mr-md-2 {
        margin-right: 1.5rem !important
    }

    .mb-md-2 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 1.5rem !important
    }

    .mx-md-2 {
        margin-right: 1.5rem !important
    }

    .my-md-2 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-md-3 {
        margin: 3rem !important
    }

    .mt-md-3 {
        margin-top: 3rem !important
    }

    .mr-md-3 {
        margin-right: 3rem !important
    }

    .mb-md-3 {
        margin-bottom: 3rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 3rem !important
    }

    .mx-md-3 {
        margin-right: 3rem !important
    }

    .my-md-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-md-q {
        padding: .25rem !important
    }

    .pt-md-q {
        padding-top: .25rem !important
    }

    .pr-md-q {
        padding-right: .25rem !important
    }

    .pb-md-q {
        padding-bottom: .25rem !important
    }

    .pl-md-q, .px-md-q {
        padding-left: .25rem !important
    }

    .px-md-q {
        padding-right: .25rem !important
    }

    .py-md-q {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-md-h {
        padding: .5rem !important
    }

    .pt-md-h {
        padding-top: .5rem !important
    }

    .pr-md-h {
        padding-right: .5rem !important
    }

    .pb-md-h {
        padding-bottom: .5rem !important
    }

    .pl-md-h, .px-md-h {
        padding-left: .5rem !important
    }

    .px-md-h {
        padding-right: .5rem !important
    }

    .py-md-h {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-1 {
        padding: 1rem !important
    }

    .pt-md-1 {
        padding-top: 1rem !important
    }

    .pr-md-1 {
        padding-right: 1rem !important
    }

    .pb-md-1 {
        padding-bottom: 1rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 1rem !important
    }

    .px-md-1 {
        padding-right: 1rem !important
    }

    .py-md-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-2 {
        padding: 1.5rem !important
    }

    .pt-md-2 {
        padding-top: 1.5rem !important
    }

    .pr-md-2 {
        padding-right: 1.5rem !important
    }

    .pb-md-2 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 1.5rem !important
    }

    .px-md-2 {
        padding-right: 1.5rem !important
    }

    .py-md-2 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-md-3 {
        padding: 3rem !important
    }

    .pt-md-3 {
        padding-top: 3rem !important
    }

    .pr-md-3 {
        padding-right: 3rem !important
    }

    .pb-md-3 {
        padding-bottom: 3rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 3rem !important
    }

    .px-md-3 {
        padding-right: 3rem !important
    }

    .py-md-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }

    .mx-md-auto {
        margin-right: auto !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-q {
        margin: .25rem !important
    }

    .mt-lg-q {
        margin-top: .25rem !important
    }

    .mr-lg-q {
        margin-right: .25rem !important
    }

    .mb-lg-q {
        margin-bottom: .25rem !important
    }

    .ml-lg-q, .mx-lg-q {
        margin-left: .25rem !important
    }

    .mx-lg-q {
        margin-right: .25rem !important
    }

    .my-lg-q {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-lg-h {
        margin: .5rem !important
    }

    .mt-lg-h {
        margin-top: .5rem !important
    }

    .mr-lg-h {
        margin-right: .5rem !important
    }

    .mb-lg-h {
        margin-bottom: .5rem !important
    }

    .ml-lg-h, .mx-lg-h {
        margin-left: .5rem !important
    }

    .mx-lg-h {
        margin-right: .5rem !important
    }

    .my-lg-h {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .mx-lg-0 {
        margin-right: 0 !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-1 {
        margin: 1rem !important
    }

    .mt-lg-1 {
        margin-top: 1rem !important
    }

    .mr-lg-1 {
        margin-right: 1rem !important
    }

    .mb-lg-1 {
        margin-bottom: 1rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 1rem !important
    }

    .mx-lg-1 {
        margin-right: 1rem !important
    }

    .my-lg-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-2 {
        margin: 1.5rem !important
    }

    .mt-lg-2 {
        margin-top: 1.5rem !important
    }

    .mr-lg-2 {
        margin-right: 1.5rem !important
    }

    .mb-lg-2 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 1.5rem !important
    }

    .mx-lg-2 {
        margin-right: 1.5rem !important
    }

    .my-lg-2 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-lg-3 {
        margin: 3rem !important
    }

    .mt-lg-3 {
        margin-top: 3rem !important
    }

    .mr-lg-3 {
        margin-right: 3rem !important
    }

    .mb-lg-3 {
        margin-bottom: 3rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 3rem !important
    }

    .mx-lg-3 {
        margin-right: 3rem !important
    }

    .my-lg-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-lg-q {
        padding: .25rem !important
    }

    .pt-lg-q {
        padding-top: .25rem !important
    }

    .pr-lg-q {
        padding-right: .25rem !important
    }

    .pb-lg-q {
        padding-bottom: .25rem !important
    }

    .pl-lg-q, .px-lg-q {
        padding-left: .25rem !important
    }

    .px-lg-q {
        padding-right: .25rem !important
    }

    .py-lg-q {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-lg-h {
        padding: .5rem !important
    }

    .pt-lg-h {
        padding-top: .5rem !important
    }

    .pr-lg-h {
        padding-right: .5rem !important
    }

    .pb-lg-h {
        padding-bottom: .5rem !important
    }

    .pl-lg-h, .px-lg-h {
        padding-left: .5rem !important
    }

    .px-lg-h {
        padding-right: .5rem !important
    }

    .py-lg-h {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-1 {
        padding: 1rem !important
    }

    .pt-lg-1 {
        padding-top: 1rem !important
    }

    .pr-lg-1 {
        padding-right: 1rem !important
    }

    .pb-lg-1 {
        padding-bottom: 1rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 1rem !important
    }

    .px-lg-1 {
        padding-right: 1rem !important
    }

    .py-lg-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-2 {
        padding: 1.5rem !important
    }

    .pt-lg-2 {
        padding-top: 1.5rem !important
    }

    .pr-lg-2 {
        padding-right: 1.5rem !important
    }

    .pb-lg-2 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 1.5rem !important
    }

    .px-lg-2 {
        padding-right: 1.5rem !important
    }

    .py-lg-2 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-lg-3 {
        padding: 3rem !important
    }

    .pt-lg-3 {
        padding-top: 3rem !important
    }

    .pr-lg-3 {
        padding-right: 3rem !important
    }

    .pb-lg-3 {
        padding-bottom: 3rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 3rem !important
    }

    .px-lg-3 {
        padding-right: 3rem !important
    }

    .py-lg-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }

    .mx-lg-auto {
        margin-right: auto !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-q {
        margin: .25rem !important
    }

    .mt-xl-q {
        margin-top: .25rem !important
    }

    .mr-xl-q {
        margin-right: .25rem !important
    }

    .mb-xl-q {
        margin-bottom: .25rem !important
    }

    .ml-xl-q, .mx-xl-q {
        margin-left: .25rem !important
    }

    .mx-xl-q {
        margin-right: .25rem !important
    }

    .my-xl-q {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-xl-h {
        margin: .5rem !important
    }

    .mt-xl-h {
        margin-top: .5rem !important
    }

    .mr-xl-h {
        margin-right: .5rem !important
    }

    .mb-xl-h {
        margin-bottom: .5rem !important
    }

    .ml-xl-h, .mx-xl-h {
        margin-left: .5rem !important
    }

    .mx-xl-h {
        margin-right: .5rem !important
    }

    .my-xl-h {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .mx-xl-0 {
        margin-right: 0 !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-1 {
        margin: 1rem !important
    }

    .mt-xl-1 {
        margin-top: 1rem !important
    }

    .mr-xl-1 {
        margin-right: 1rem !important
    }

    .mb-xl-1 {
        margin-bottom: 1rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 1rem !important
    }

    .mx-xl-1 {
        margin-right: 1rem !important
    }

    .my-xl-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xl-2 {
        margin: 1.5rem !important
    }

    .mt-xl-2 {
        margin-top: 1.5rem !important
    }

    .mr-xl-2 {
        margin-right: 1.5rem !important
    }

    .mb-xl-2 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 1.5rem !important
    }

    .mx-xl-2 {
        margin-right: 1.5rem !important
    }

    .my-xl-2 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-xl-3 {
        margin: 3rem !important
    }

    .mt-xl-3 {
        margin-top: 3rem !important
    }

    .mr-xl-3 {
        margin-right: 3rem !important
    }

    .mb-xl-3 {
        margin-bottom: 3rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 3rem !important
    }

    .mx-xl-3 {
        margin-right: 3rem !important
    }

    .my-xl-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-xl-q {
        padding: .25rem !important
    }

    .pt-xl-q {
        padding-top: .25rem !important
    }

    .pr-xl-q {
        padding-right: .25rem !important
    }

    .pb-xl-q {
        padding-bottom: .25rem !important
    }

    .pl-xl-q, .px-xl-q {
        padding-left: .25rem !important
    }

    .px-xl-q {
        padding-right: .25rem !important
    }

    .py-xl-q {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-xl-h {
        padding: .5rem !important
    }

    .pt-xl-h {
        padding-top: .5rem !important
    }

    .pr-xl-h {
        padding-right: .5rem !important
    }

    .pb-xl-h {
        padding-bottom: .5rem !important
    }

    .pl-xl-h, .px-xl-h {
        padding-left: .5rem !important
    }

    .px-xl-h {
        padding-right: .5rem !important
    }

    .py-xl-h {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .px-xl-0 {
        padding-right: 0 !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-1 {
        padding: 1rem !important
    }

    .pt-xl-1 {
        padding-top: 1rem !important
    }

    .pr-xl-1 {
        padding-right: 1rem !important
    }

    .pb-xl-1 {
        padding-bottom: 1rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 1rem !important
    }

    .px-xl-1 {
        padding-right: 1rem !important
    }

    .py-xl-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-2 {
        padding: 1.5rem !important
    }

    .pt-xl-2 {
        padding-top: 1.5rem !important
    }

    .pr-xl-2 {
        padding-right: 1.5rem !important
    }

    .pb-xl-2 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 1.5rem !important
    }

    .px-xl-2 {
        padding-right: 1.5rem !important
    }

    .py-xl-2 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-xl-3 {
        padding: 3rem !important
    }

    .pt-xl-3 {
        padding-top: 3rem !important
    }

    .pr-xl-3 {
        padding-right: 3rem !important
    }

    .pb-xl-3 {
        padding-bottom: 3rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 3rem !important
    }

    .px-xl-3 {
        padding-right: 3rem !important
    }

    .py-xl-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }

    .mx-xl-auto {
        margin-right: auto !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #c0cadd !important
}

a.text-muted:focus, a.text-muted:hover {
    color: #9faecb !important
}

.text-primary {
    color: #20a8d8 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #1985ac !important
}

.text-success {
    color: #79c447 !important
}

a.text-success:focus, a.text-success:hover {
    color: #61a434 !important
}

.text-info {
    color: #67c2ef !important
}

a.text-info:focus, a.text-info:hover {
    color: #39afea !important
}

.text-warning {
    color: #fabb3d !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #f9aa0b !important
}

.text-danger {
    color: #ff5454 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #ff2121 !important
}

.text-gray-dark {
    color: #384042 !important
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #212526 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down, .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
    }
}

.cal-month-view .cal-header {
    text-align: center;
    font-weight: bolder
}

.cal-month-view .cal-cell-row:hover {
    background-color: #f9f9fa
}

.cal-month-view .cal-header .cal-cell {
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap
}

.cal-month-view .cal-cell-row .cal-cell:hover, .cal-month-view .cal-cell.cal-has-events.cal-open {
    background-color: #f9f9fa
}

.cal-month-view .cal-days {
    border: 1px solid #e1e6ef;
    border-bottom: 0
}

.cal-month-view .cal-cell-top {
    min-height: 62px
}

.cal-month-view .cal-cell, .cal-month-view .cal-cell-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cal-month-view .cal-cell {
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.cal-month-view .cal-day-cell {
    min-height: 100px
}

.cal-month-view .cal-day-cell:not(:last-child) {
    border-right: 1px solid #e1e6ef
}

.cal-month-view .cal-days .cal-cell-row {
    border-bottom: 1px solid #e1e6ef
}

.cal-month-view .cal-day-badge {
    margin-top: 18px;
    margin-left: 10px;
    background-color: #ff5454;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px
}

.cal-month-view .cal-day-number {
    font-size: 1.2em;
    font-weight: 400;
    opacity: .5;
    margin-top: 15px;
    margin-right: 15px;
    float: right;
    margin-bottom: 10px
}

.cal-month-view .cal-events {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 3px;
    line-height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cal-month-view .cal-event {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 2px
}

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
    cursor: pointer
}

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
    opacity: .1;
    cursor: default
}

.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
    color: darkred
}

.cal-month-view .cal-day-cell.cal-today {
    background-color: e8fde7
}

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
    font-size: 1.9em
}

.cal-month-view .cal-open-day-events {
    padding: 15px;
    color: #fff;
    background-color: #9faecb
}

.cal-month-view .cal-open-day-events .cal-event {
    position: relative;
    top: 2px
}

.cal-month-view .cal-event-title {
    color: #fff
}

.cal-month-view .cal-out-month .cal-day-badge, .cal-month-view .cal-out-month .cal-event {
    opacity: .3
}

.cal-week-view .cal-day-headers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3px;
    border: 1px solid #e1e6ef;
    margin-left: 2px;
    margin-right: 2px
}

.cal-week-view .cal-day-headers .cal-header {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 5px
}

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
    border-right: 1px solid #e1e6ef
}

.cal-week-view .cal-day-headers .cal-header:hover {
    background-color: #f9f9fa
}

.cal-week-view .cal-day-headers span {
    font-weight: 400;
    opacity: .5
}

.cal-week-view .cal-event-container {
    display: inline-block
}

.cal-week-view .cal-event {
    padding: 0 10px;
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
    height: 30px;
    line-height: 30px
}

.cal-week-view .cal-event.cal-starts-within-week {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.cal-week-view .cal-event.cal-ends-within-week {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.cal-week-view .cal-header.cal-today {
    background-color: #bfe3a8
}

.cal-week-view .cal-header.cal-weekend span {
    color: #ff5454
}

.cal-week-view .cal-event, .cal-week-view .cal-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cal-day-view .cal-hour-rows {
    width: 100%;
    border: 1px solid #e1e6ef;
    overflow-x: scroll;
    position: relative
}

.cal-day-view .cal-hour:nth-child(odd) {
    background-color: #f9f9fa
}

.cal-day-view .cal-hour-segment {
    height: 30px
}

.cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment, .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed #e1e6ef
}

.cal-day-view .cal-time {
    font-weight: 700;
    padding-top: 5px;
    width: 70px;
    text-align: center
}

.cal-day-view .cal-hour-segment:hover {
    background-color: #e1e6ef
}

.cal-day-view .cal-event {
    position: absolute;
    border: 1px solid;
    padding: 5px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cal-day-view .cal-event.cal-starts-within-day {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.cal-day-view .cal-event.cal-ends-within-day {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.cal-day-view .cal-all-day-event {
    padding: 8px;
    border: 1px solid
}

.bar-legend, .chart-legend, .doughnut-legend, .line-legend, .pie-legend, .polararea-legend, .radar-legend {
    list-style-type: none;
    margin-top: 5px;
    text-align: center;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-left: 0
}

.bar-legend li, .chart-legend li, .doughnut-legend li, .line-legend li, .pie-legend li, .polararea-legend li, .radar-legend li {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    margin-bottom: 4px;
    padding: 2px 8px 2px 28px;
    font-size: smaller;
    cursor: default
}

.bar-legend li span, .chart-legend li span, .doughnut-legend li span, .line-legend li span, .pie-legend li span, .polararea-legend li span, .radar-legend li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px
}

/*!
* angular-datatables - v0.5.0
* https://github.com/l-lin/angular-datatables
* License: MIT
*/
div.dataTables_length label {
    font-weight: 400;
    float: left;
    text-align: left
}

div.dataTables_length select {
    width: 75px
}

div.dataTables_filter label {
    font-weight: 400;
    float: right
}

div.dataTables_filter input {
    width: 16em
}

div.dataTables_info {
    padding-top: 8px
}

div.dataTables_paginate {
    float: right;
    margin: 0
}

div.dataTables_paginate ul.pagination {
    margin: 2px
}

table.table {
    clear: both;
    max-width: none !important
}

table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc, table.table thead .sorting_desc_disabled {
    cursor: pointer;
    background: none
}

table.table thead .sorting:before {
    content: " ";
    position: relative;
    left: -5px
}

table.table thead .sorting_desc:before {
    content: "\2193";
    padding-right: 5px
}

table.table thead .sorting_asc:before {
    content: "\2191";
    padding-right: 5px
}

.dataTables_scrollBody table.table thead .sorting:before, .dataTables_scrollBody table.table thead .sorting_asc:before, .dataTables_scrollBody table.table thead .sorting_desc:before {
    content: "";
    padding-right: 0
}

table.dataTable th:active {
    outline: none
}

.dataTables_wrapper .row {
    margin-top: 20px
}

div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

div.dataTables_scrollHead table thead tr:last-child td:first-child, div.dataTables_scrollHead table thead tr:last-child th:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-bottom: 0 !important
}

div.dataTables_scrollBody tbody tr:first-child td, div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollFoot table {
    border-top: none
}

table.DTTT_selectable tbody tr {
    cursor: pointer
}

.fc div.DTTT button, div.DTTT .btn, div.DTTT .fc button {
    color: #333 !important
}

.fc div.DTTT button:hover, div.DTTT .btn:hover, div.DTTT .fc button:hover {
    text-decoration: none !important
}

ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003
}

ul.DTTT_dropdown.dropdown-menu a {
    color: #333 !important
}

ul.DTTT_dropdown.dropdown-menu li {
    position: relative
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
    background-color: #08c;
    color: #fff !important
}

div.DTTT_collection_background {
    z-index: 2002
}

div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center
}

div.DTTT_print_info h6 {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 1em
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px
}

div.DTFC_LeftFootWrapper table, div.DTFC_LeftHeadWrapper table, div.DTFC_RightFootWrapper table, div.DTFC_RightHeadWrapper table, table.DTFC_Cloned tr.even {
    background-color: #fff
}

div.DTFC_LeftHeadWrapper table, div.DTFC_RightHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important
}

div.DTFC_LeftHeadWrapper table, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

div.DTFC_LeftBodyWrapper table, div.DTFC_RightBodyWrapper table {
    border-top: none;
    margin-bottom: 0 !important
}

div.DTFC_LeftBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftFootWrapper table, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightFootWrapper table {
    border-top: none
}

ul.ColVis_collection {
    width: auto !important
}

.dataTables_wrapper {
    position: relative
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(25%, hsla(0, 0%, 100%, .9)), color-stop(75%, hsla(0, 0%, 100%, .9)), color-stop(100%, hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .9) 25%, hsla(0, 0%, 100%, .9) 75%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 25%, hsla(0, 0%, 100%, .9) 75%, hsla(0, 0%, 100%, 0));
    color: #333
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    width: 278px
}

.daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e1e6ef;
    border-left: 7px solid transparent;
    border-bottom-color: #e1e6ef;
    content: ""
}

.daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ""
}

.daterangepicker.openscenter:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e1e6ef;
    border-left: 7px solid transparent;
    border-bottom-color: #e1e6ef
}

.daterangepicker.openscenter:after, .daterangepicker.openscenter:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    content: ""
}

.daterangepicker.openscenter:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e1e6ef;
    border-left: 7px solid transparent;
    border-bottom-color: #e1e6ef;
    content: ""
}

.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ""
}

.daterangepicker.dropup {
    margin-top: -5px
}

.daterangepicker.dropup:before {
    top: auto;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #e1e6ef
}

.daterangepicker.dropup:after {
    top: auto;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000
}

.daterangepicker.single .calendar, .daterangepicker.single .ranges {
    float: none
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px
}

.daterangepicker.show-calendar .calendar {
    display: block
}

.daterangepicker .calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar td, .daterangepicker .calendar th {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
    line-height: 30px
}

.daterangepicker .calendar-table {
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff
}

.daterangepicker table {
    width: 100%;
    margin: 0
}

.daterangepicker table thead {
    background: #f9f9fa
}

.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    color: #e1e6ef;
    background: #fff
}

.daterangepicker option.disabled, .daterangepicker td.disabled {
    color: #e1e6ef;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #f9f9fa
}

.daterangepicker td.in-range {
    background: #ccecf8;
    border-radius: 0
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #20a8d8;
    border-color: #20a8d8;
    color: #fff
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
    width: 50px;
    margin-bottom: 0
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker .input-mini {
    margin-bottom: 5px;
    padding-left: 28px
}

.daterangepicker .input-mini.active {
    border: 1px solid #20a8d8
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 10px;
    color: #e1e6ef
}

.daterangepicker .daterangepicker_input {
    position: relative
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f9f9fa;
    border: 1px solid #e1e6ef;
    padding: 7px 10px;
    margin-bottom: 5px;
    cursor: pointer
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #20a8d8;
    border-color: #20a8d8;
    color: #fff
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto
    }

    .daterangepicker .ranges ul {
        width: 160px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker .calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker.single .calendar.left {
        clear: none
    }

    .daterangepicker.single .calendar, .daterangepicker.single .ranges {
        float: left
    }

    .daterangepicker .calendar.right {
        margin-left: 0
    }

    .daterangepicker .calendar.left .calendar-table, .daterangepicker .left .daterangepicker_input {
        padding-right: 12px
    }

    .daterangepicker .calendar, .daterangepicker .ranges {
        float: left
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left
    }

    .daterangepicker .calendar.left {
        clear: none
    }
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80)
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20)
}

/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #e1e6ef
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666
}

.fc-unthemed .fc-today {
    background: #fcf8e3
}

.fc-highlight {
    background: #bce8f1
}

.fc-bgevent, .fc-highlight {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-bgevent {
    background: #8fdf82
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc-icon {
    font-family: FontAwesome
}

.fc-icon:after {
    position: relative
}

.fc-icon-left-single-arrow:after {
    content: "\F104";
    font-weight: 700
}

.fc-icon-right-single-arrow:after {
    content: "\F105";
    font-weight: 700
}

.fc-icon-left-double-arrow:after {
    content: "\F100"
}

.fc-icon-right-double-arrow:after {
    content: "\F101"
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\D7";
    font-size: 200%;
    top: 6%
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-active, .fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group > :first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px
}

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc td, .fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    background: none;
    border-color: transparent;
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    overflow-y: scroll;
    overflow-x: hidden
}

.fc-scroller > * {
    position: relative;
    width: 100%;
    overflow: hidden
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border: 1px solid #20a8d8;
    background-color: #20a8d8;
    font-weight: 400
}

.fc-event, .fc-event:hover, .ui-widget .fc-event {
    color: #fff;
    text-decoration: none
}

.fc-event.fc-draggable, .fc-event[href] {
    cursor: pointer
}

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25)
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-h-event .fc-resizer {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-ltr .fc-h-event .fc-start-resizer:after, .fc-ltr .fc-h-event .fc-start-resizer:before, .fc-rtl .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-end-resizer:after, .fc-rtl .fc-h-event .fc-end-resizer:before {
    right: auto;
    cursor: w-resize
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-ltr .fc-h-event .fc-end-resizer:after, .fc-ltr .fc-h-event .fc-end-resizer:before, .fc-rtl .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-start-resizer:after, .fc-rtl .fc-h-event .fc-start-resizer:before {
    left: auto;
    cursor: e-resize
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-day-grid-event .fc-resizer {
    left: -3px;
    right: -3px;
    width: 7px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-toolbar {
    text-align: center;
    margin-bottom: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc .fc-toolbar > * > * {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar > * > :first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    box-sizing: content-box
}

.fc-view, .fc-view > table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 0 2px
}

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding-top: 2px;
    padding-bottom: 2px
}

.fc-basic-view .fc-week-number {
    text-align: center
}

.fc-basic-view .fc-week-number span {
    display: inline-block;
    min-width: 1.25em
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left
}

.fc-day-number.fc-other-month {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid, .fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid > .fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats, .fc-time-grid > hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-bgevent-skeleton, .fc-time-grid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-bgevent-skeleton {
    z-index: 3
}

.fc-time-grid .fc-highlight-skeleton {
    z-index: 4
}

.fc-time-grid .fc-content-skeleton {
    z-index: 5
}

.fc-time-grid .fc-helper-skeleton {
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: none
}

.fc-time-grid .fc-highlight-container {
    position: relative
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-time-grid .fc-bgevent-container, .fc-time-grid .fc-event-container {
    position: relative
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\A0-\A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event .fc-resizer:after {
    content: "="
}

.gaugejs-wrap {
    position: relative;
    margin: 0 auto
}

.gaugejs-wrap canvas.gaugejs {
    width: 100% !important;
    height: auto !important
}

.gaugejs-wrap i {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    margin-top: -15px;
    font-size: 30px;
    text-align: center
}

.gaugejs-wrap.type-2 .value {
    display: block;
    margin-top: -85px
}

.gaugejs-wrap.type-2 label {
    display: block;
    margin-top: -10px;
    font-size: 10px;
    font-weight: 600;
    color: #c0cadd;
    text-transform: uppercase
}

.gaugejs-wrap.sparkline {
    position: relative
}

.gaugejs-wrap.sparkline .value {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    margin-top: -5px;
    font-size: 10px;
    line-height: 10px;
    text-align: center
}

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.irs, .irs-line {
    position: relative;
    display: block
}

.irs-line {
    overflow: hidden;
    outline: none !important
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    left: 0;
    width: 11%
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-line-right {
    right: 0;
    width: 11%
}

.irs-bar {
    width: 0
}

.irs-bar, .irs-bar-edge {
    position: absolute;
    display: block;
    left: 0
}

.irs-bar-edge {
    top: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    left: 0
}

.irs-max, .irs-min {
    position: absolute;
    display: block;
    cursor: default
}

.irs-max {
    right: 0
}

.irs-from, .irs-single, .irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs-bar, .irs-bar-edge, .irs-line-left, .irs-line-mid, .irs-line-right, .irs-slider {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQQAAAC0CAMAAABFa6L5AAAAP1BMVEUAAADr7fDLztTAw8ogtCbQ09wgtCavs7sgtCbR1uAgtCb///+vs7vy8vL6+vq/w8jq6uudo6pUU1Pf4OSnq7LGlxnBAAAACXRSTlMAO/yEuwb37h5FOTJkAAABYElEQVR42u3ZTXKjMBCAUQFxMop+bXz/sw44nqnKLgtn1e91wQG+ElrQqVJTJosgggj/pUJJAAAAAAAAr3LZPmpoH9slbSPHto4trTm8IULOaypzz7HtJV1KeJcEAAAAAADwKp98iiCCCCJ8iwAAAAAAAMAL/Xl7t5t5s6BK6V0EJ8GdAAAAAAAAwC9Z1iVFt4wxoldYRu45+FlY1lxKiV1hWddejlkjV8hng35WyCms0Uo/lTZSWKP/EzlC620c00OfBBGeEaYIIojwiPAUPUJvPfhJmL2d+gwcYVtnO811S3Ft40vkBgAAAD+11MDbp6flfr9Hr7DcRx/BKxwNSikj9Bex1NrLMTVyhVGfW+ka+B/jdT630vOawrq23ls/X7EjtNu8tegR5u2Y2BHmEWE/IoS+E0Q4I7RHhBY8QpvHiNCOJ3SEvbVHhj1whK3u87TXyBvZ7folcgMAAIAf+AtxIcIEmjgMVQAAAABJRU5ErkJggg==) repeat-x
}

.irs {
    height: 50px
}

.irs-with-grid {
    height: 70px
}

.irs-line {
    height: 6px;
    top: 25px
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    height: 6px;
    background: #e1e6ef
}

.irs-bar, .irs-bar-edge {
    height: 6px;
    top: 25px;
    background: #20a8d8
}

.irs-bar-edge {
    width: 7px
}

.irs-shadow {
    height: 5px;
    top: 25px;
    background: #000;
    opacity: .25
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25)
}

.irs-slider {
    width: 11px;
    height: 18px;
    top: 31px;
    background-position: 0 -120px
}

.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px
}

.irs-max, .irs-min {
    color: #9faecb;
    top: 0
}

.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 2px 5px;
    background: #e1e6ef
}

.irs-from, .irs-single, .irs-to {
    color: #fff
}

.irs-from:after, .irs-single:after, .irs-to:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #e1e6ef
}

.irs-grid {
    height: 34px
}

.irs-grid-pol {
    background: #e1e6ef
}

.irs-grid-text {
    bottom: 12px;
    color: #e1e6ef
}

/*!
* Ladda
* http://lab.hakim.se/ladda
* MIT licensed
*
* Copyright (C) 2016 Hakim El Hattab, http://hakim.se
*/
.ladda-button {
    position: relative
}

.ladda-button .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: 0;
    opacity: 0;
    pointer-events: none
}

.ladda-button .ladda-label {
    position: relative;
    z-index: 3
}

.ladda-button .ladda-progress {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .1s linear !important;
    transition: all .1s linear !important
}

.ladda-button[data-loading] .ladda-progress {
    opacity: 1;
    visibility: visible
}

.ladda-button, .ladda-button .ladda-label, .ladda-button .ladda-spinner {
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.275) !important;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275) !important
}

.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-label, .ladda-button[data-style=zoom-out] .ladda-spinner {
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important
}

.ladda-button[data-style=expand-right] .ladda-spinner {
    right: -6px
}

.ladda-button[data-style=expand-right][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
    right: -12px
}

.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 56px
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-right][data-loading][data-size=s], .ladda-button[data-style=expand-right][data-loading][data-size=xs] {
    padding-right: 40px
}

.ladda-button[data-style=expand-left] .ladda-spinner {
    left: 26px
}

.ladda-button[data-style=expand-left][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
    left: 4px
}

.ladda-button[data-style=expand-left][data-loading] {
    padding-left: 56px
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-left][data-loading][data-size=s], .ladda-button[data-style=expand-left][data-loading][data-size=xs] {
    padding-left: 40px
}

.ladda-button[data-style=expand-up] {
    overflow: hidden
}

.ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
    opacity: 1;
    top: 26px;
    margin-top: 0
}

.ladda-button[data-style=expand-up][data-loading][data-size=s], .ladda-button[data-style=expand-up][data-loading][data-size=xs] {
    padding-top: 32px
}

.ladda-button[data-style=expand-up][data-loading][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
    top: 4px
}

.ladda-button[data-style=expand-down] {
    overflow: hidden
}

.ladda-button[data-style=expand-down] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=expand-down][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
    top: 40px
}

.ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 54px
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-down][data-loading][data-size=s], .ladda-button[data-style=expand-down][data-loading][data-size=xs] {
    padding-bottom: 32px
}

.ladda-button[data-style=slide-left] {
    overflow: hidden
}

.ladda-button[data-style=slide-left] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: 0
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%
}

.ladda-button[data-style=slide-right] {
    overflow: hidden
}

.ladda-button[data-style=slide-right] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: 0;
    left: 16px
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%
}

.ladda-button[data-style=slide-up] {
    overflow: hidden
}

.ladda-button[data-style=slide-up] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: 1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
    opacity: 0;
    top: -1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0
}

.ladda-button[data-style=slide-down] {
    overflow: hidden
}

.ladda-button[data-style=slide-down] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: -2em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
    opacity: 0;
    top: 1em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0
}

.ladda-button[data-style=zoom-out] {
    overflow: hidden
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
    left: 50%;
    margin-left: 32px;
    -webkit-transform: scale(2.5);
    transform: scale(2.5)
}

.ladda-button[data-style=zoom-out] .ladda-label {
    position: relative;
    display: inline-block
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: none;
    transform: none
}

.ladda-button[data-style=zoom-in] {
    overflow: hidden
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    -webkit-transform: scale(.2);
    transform: scale(.2)
}

.ladda-button[data-style=zoom-in] .ladda-label {
    position: relative;
    display: inline-block
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(2.2);
    transform: scale(2.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: none;
    transform: none
}

.ladda-button[data-style=contract] {
    overflow: hidden;
    width: 100px
}

.ladda-button[data-style=contract] .ladda-spinner {
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=contract][data-loading] {
    border-radius: 50%;
    width: 52px
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
    opacity: 0
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=contract-overlay] {
    overflow: hidden;
    width: 100px;
    box-shadow: 0 0 0 2000px transparent
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=contract-overlay][data-loading] {
    border-radius: 50%;
    width: 52px;
    box-shadow: 0 0 0 2000px rgba(0, 0, 0, .8)
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
    opacity: 0
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
    opacity: 1
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    box-sizing: border-box
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
    background-image: -webkit-linear-gradient(bottom, #eee, #fff 50%);
    background-image: linear-gradient(0deg, #eee 0, #fff 50%)
}

html[dir=rtl] .select2-container .select2-choice {
    padding: 0 8px 0 0
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
    background-image: -webkit-linear-gradient(top, #eee, #fff 90%);
    background-image: linear-gradient(180deg, #eee 0, #fff 90%)
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto
}

html[dir=rtl] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) 100% 0 no-repeat;
    cursor: pointer;
    outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15)
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#cccccc", GradientType=0);
    background-image: -webkit-linear-gradient(bottom, #ccc, #eee 60%);
    background-image: linear-gradient(0deg, #ccc 0, #eee 60%)
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat 0 1px
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding: 4px 4px 0;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat 100% -22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat 100% -22px, -webkit-linear-gradient(top, #fff 85%, #eee 99%) 0 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat 100% -22px, linear-gradient(180deg, #fff 85%, #eee 99%) 0 0
}

html[dir=rtl] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat -37px -22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat -37px -22px, -webkit-linear-gradient(top, #fff 85%, #eee 99%) 0 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat -37px -22px, linear-gradient(180deg, #fff 85%, #eee 99%) 0 0
}

.select2-search input.select2-active {
    background: #fff url(data:image/gif;base64,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) no-repeat 100%;
    background: url(data:image/gif;base64,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) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
    background: url(data:image/gif;base64,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) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(data:image/gif;base64,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) no-repeat 100%, -webkit-linear-gradient(top, #fff 85%, #eee 99%) 0 0;
    background: url(data:image/gif;base64,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) no-repeat 100%, linear-gradient(180deg, #fff 85%, #eee 99%) 0 0
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    box-shadow: inset 0 1px 0 #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
    background-image: -webkit-linear-gradient(bottom, #fff, #eee 50%);
    background-image: linear-gradient(0deg, #fff 0, #eee 50%)
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
    background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
    background-image: linear-gradient(180deg, #fff 0, #eee 50%)
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    -webkit-filter: none;
    filter: none
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}

html[dir=rtl] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: 700
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff
}

.select2-results li em {
    background: #feffde;
    font-style: normal
}

.select2-results .select2-highlighted em {
    background: transparent
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}

.select2-results .select2-ajax-error, .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-selected {
    display: none
}

.select2-more-results.select2-active {
    background: #f4f4f4 url(data:image/gif;base64,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) no-repeat 100%
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2)
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(180deg, #eee 1%, #fff 15%)
}

html[dir=rtl] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px
}

.select2-locked {
    padding: 3px 5px !important
}

.select2-container-multi .select2-choices {
    min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

html[dir=rtl] .select2-container-multi .select2-choices li {
    float: right
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    box-shadow: none;
    background: transparent !important
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url(data:image/gif;base64,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) no-repeat 100% !important
}

.select2-default {
    color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: inset 0 0 2px #fff, 0 1px 0 rgba(0, 0, 0, .05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
    background-image: linear-gradient(180deg, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee)
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) 100% 0 no-repeat
}

html[dir=rtl] .select2-search-choice-close {
    right: auto;
    left: 3px
}

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

html[dir=rtl] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close, .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none
}

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0 !important;
    top: 0 !important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr, .select2-search-choice-close, .select2-search input {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX/hAlxQ3SekovYXIIvKEiBRIUF1lHT+BP+Br0TCCCsFLW5cmCS3jKWNNFrdZu+EOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW/JkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9/EQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl+LO9Z8FRwEaYINnpDdWKVIEdwC/QVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq/4Edy/bLNXB4/G4FKJ1sJ7zTwTrhMuTU3f+NVqc84SSG+bEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6/Y38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe+G0YX9+KHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP+YxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS/BTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF/pkyy1+ioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1+vBR+CG+EZ8IL4a3wU69cRYlgC4cN4UFD/LDBNVAi2NZxYa0Ixe5ikhFs58B/2SC48mOZUMYkI/jw/61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII=) !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important
    }

    .select2-search input {
        background-position: 100% -21px !important
    }
}

/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
.daterangepicker .select2-container.input-mini, .input-group > .ui-select-bootstrap > input.select2-container.ui-select-search.form-control, .select2-container.form-control {
    background: transparent;
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 0
}

.select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    background: none;
    padding: 0;
    background-color: #fff
}

.select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input, .select2-search input {
    border-color: #ccc;
    border-radius: 4px;
    color: #555;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.select2-search input {
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.select2-container .select2-choices .select2-search-field input {
    box-shadow: none
}

.select2-container .select2-choice {
    height: 34px;
    line-height: 1.42857
}

.daterangepicker .select2-container.select2-container-multi.input-mini, .input-group > .ui-select-bootstrap > input.select2-container.select2-container-multi.ui-select-search.form-control, .select2-container.select2-container-multi.form-control {
    height: auto
}

.input-group-sm .select2-container .select2-choice, .select2-container.input-sm .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-lg .select2-container .select2-choice, .select2-container.input-lg .select2-choice {
    height: 46px;
    line-height: 1.33333;
    border-radius: 6px
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-field input, .select2-container-multi.input-sm .select2-choices .select2-search-field input {
    height: 28px
}

.input-group-lg .select2-container-multi .select2-choices .select2-search-field input, .select2-container-multi.input-lg .select2-choices .select2-search-field input {
    height: 44px
}

.select2-container-multi .select2-choices .select2-search-field input {
    margin: 0
}

.input-group-sm .select2-choice > span:first-child, .input-group-sm .select2-choices .select2-search-field input, .input-group-sm .select2-chosen, .input-sm .select2-choice > span:first-child, .input-sm .select2-choices .select2-search-field input, .input-sm .select2-chosen {
    padding: 5px 10px
}

.input-group-lg .select2-choice > span:first-child, .input-group-lg .select2-choices .select2-search-field input, .input-group-lg .select2-chosen, .input-lg .select2-choice > span:first-child, .input-lg .select2-choices .select2-search-field input, .input-lg .select2-chosen {
    padding: 10px 16px
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-choice, .select2-container-multi.input-sm .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px
}

.input-group-lg .select2-container-multi .select2-choices .select2-search-choice, .select2-container-multi.input-lg .select2-choices .select2-search-choice {
    line-height: 24px
}

.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice div {
    border-left: none;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.select2-dropdown-open .select2-choice .select2-arrow, .select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
    background-position: 0 3px
}

.select2-dropdown-open .select2-choice .select2-arrow b, .select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px
}

.input-group-sm .select2-container .select2-choice .select2-arrow b, .input-group-sm .select2-container .select2-choice div b, .select2-container.input-sm .select2-choice .select2-arrow b, .select2-container.input-sm .select2-choice div b {
    background-position: 0 1px
}

.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b, .input-group-sm .select2-dropdown-open .select2-choice div b, .select2-dropdown-open.input-sm .select2-choice .select2-arrow b, .select2-dropdown-open.input-sm .select2-choice div b {
    background-position: -18px 1px
}

.input-group-lg .select2-container .select2-choice .select2-arrow b, .input-group-lg .select2-container .select2-choice div b, .select2-container.input-lg .select2-choice .select2-arrow b, .select2-container.input-lg .select2-choice div b {
    background-position: 0 9px
}

.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b, .input-group-lg .select2-dropdown-open .select2-choice div b, .select2-dropdown-open.input-lg .select2-choice .select2-arrow b, .select2-dropdown-open.input-lg .select2-choice div b {
    background-position: -18px 9px
}

.has-warning .select2-choice, .has-warning .select2-choices {
    border-color: #8a6d3b
}

.has-warning .select2-container-active .select2-choice, .has-warning .select2-container-multi.select2-container-active .select2-choices {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning.select2-drop-active {
    border-color: #66512c
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c
}

.has-error .select2-choice, .has-error .select2-choices {
    border-color: #a94442
}

.has-error .select2-container-active .select2-choice, .has-error .select2-container-multi.select2-container-active .select2-choices {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error.select2-drop-active {
    border-color: #843534
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534
}

.has-success .select2-choice, .has-success .select2-choices {
    border-color: #3c763d
}

.has-success .select2-container-active .select2-choice, .has-success .select2-container-multi.select2-container-active .select2-choices {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success.select2-drop-active {
    border-color: #2b542c
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c
}

.select2-container-active .select2-choice, .select2-container-multi.select2-container-active .select2-choices {
    border-color: #66afe9;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.select2-drop-active {
    border-color: #66afe9
}

.select2-drop-auto-width, .select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9
}

.input-group.select2-bootstrap-prepend [class^=select2-choice] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.input-group.select2-bootstrap-append [class^=select2-choice] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.select2-dropdown-open [class^=select2-choice] {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    background: #fff;
    -webkit-filter: none;
    filter: none
}

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-right-radius: 3px !important
}

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-right-radius: 6px !important
}

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-left-radius: 3px !important
}

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-left-radius: 6px !important
}

.select2-results .select2-highlighted {
    color: #fff;
    background-color: #20a8d8
}

.fc .select2-bootstrap-append .input-group-btn button, .fc .select2-bootstrap-prepend .input-group-btn button, .select2-bootstrap-append .input-group-btn, .select2-bootstrap-append .input-group-btn .btn, .select2-bootstrap-append .input-group-btn .fc button, .select2-bootstrap-append .select2-container-multiple, .select2-bootstrap-prepend .input-group-btn, .select2-bootstrap-prepend .input-group-btn .btn, .select2-bootstrap-prepend .input-group-btn .fc button, .select2-bootstrap-prepend .select2-container-multiple {
    vertical-align: top
}

.select2-container-multi .select2-choices .select2-search-choice {
    color: #555;
    background: #fff;
    border-color: #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    box-shadow: none
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ebebeb;
    border-color: #adadad;
    color: #333;
    box-shadow: none
}

.select2-search-choice-close {
    margin-top: -7px;
    top: 50%
}

.select2-container .select2-choice abbr {
    top: 50%
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background-color: #fcf8e3;
    color: #8a6d3b
}

.select2-container.select2-container-disabled .select2-choice, .select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eee;
    border-color: #ccc
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow, .select2-container.select2-container-disabled .select2-choice div, .select2-container.select2-container-disabled .select2-choices .select2-arrow, .select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active, .select2-more-results.select2-active, .select2-search input.select2-active {
    background-position: 99%;
    background-position: right 4px center
}

.select2-offscreen, .select2-offscreen:focus {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important
}

/*!
* ui-select
* http://github.com/angular-ui/ui-select
* Version: 0.13.1 - 2015-09-30T05:39:26.659Z
* License: MIT
*/
.ui-select-highlight {
    font-weight: 700
}

.ui-select-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0 !important;
    top: 0 !important
}

.ui-select-choices-row:hover {
    background-color: #f5f5f5
}

.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #d44950
}

.select2-result-single {
    padding-left: 0
}

.select2-locked > .select2-search-choice-close, .select-locked > .ui-select-match-close {
    display: none
}

body > .select2-container.open {
    z-index: 9999
}

.ui-select-container[theme=select2].direction-up .ui-select-match {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-width: 1px;
    border-top-style: solid;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, .25);
    margin-top: -4px
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px
}

.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb
}

.btn-default-focus {
    border-color: #20a8d8
}

.btn-default {
    border-color: #e1e6ef;
    outline: 0;
    padding-left: 12px
}

.ui-select-bootstrap .ui-select-toggle {
    position: relative
}

.ui-select-bootstrap .ui-select-toggle > .caret {
    position: absolute;
    height: 10px;
    top: 50%;
    right: 10px;
    margin-top: -2px
}

.input-group > .ui-select-bootstrap.dropdown {
    position: static
}

.daterangepicker .input-group > .ui-select-bootstrap > input.ui-select-search.input-mini, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.daterangepicker .input-group > .ui-select-bootstrap > input.ui-select-search.direction-up.input-mini, .input-group > .ui-select-bootstrap > input.ui-select-search.direction-up.form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0
}

.fc .ui-select-bootstrap > .ui-select-match > button, .ui-select-bootstrap > .ui-select-match > .btn {
    text-align: left !important
}

.ui-select-bootstrap > .ui-select-match > .caret {
    position: absolute;
    top: 45%;
    right: 15px
}

.ui-select-bootstrap > .ui-select-choices {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px
}

body > .ui-select-bootstrap.open {
    z-index: 1000
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
    padding: 3px 3px 0
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    background-color: transparent !important;
    border: none;
    outline: none;
    height: 1.666666em;
    margin-bottom: 3px
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    font-size: 1.6em;
    line-height: .75
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    outline: 0;
    margin: 0 3px 3px 0
}

.ui-select-multiple .ui-select-match-item {
    position: relative
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    margin-right: 2px;
    border-left: 1px solid #428bca
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    margin-left: 2px;
    border-right: 1px solid #428bca
}

.ui-select-bootstrap .ui-select-choices-row > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.ui-select-bootstrap .ui-select-choices-row > a:focus, .ui-select-bootstrap .ui-select-choices-row > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.ui-select-bootstrap .ui-select-choices-row.active > a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.ui-select-bootstrap .ui-select-choices-row.active.disabled > a, .ui-select-bootstrap .ui-select-choices-row.disabled > a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.ui-select-match.ng-hide-add, .ui-select-search.ng-hide-add {
    display: none !important
}

.fc .ui-select-bootstrap.ng-dirty.ng-invalid > button.ui-select-match, .ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #d44950
}

.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, .25)
}

.ui-select-container {
    width: 100% !important
}

.ui-select-container .ui-select-match .ui-select-toggle {
    outline: 0
}

select {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAmCAYAAACCjRgBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk5QzczRkRFREMxMTFFM0IxOTc5NzhDNzQ0NEUxMTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk5QzczRkNFREMxMTFFM0IxOTc5NzhDNzQ0NEUxMTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NjA2OUNFRkFBMjYxMUUzQkI2Q0E3NENDREY0Qzk1MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NjA2OUNGMEFBMjYxMUUzQkI2Q0E3NENDREY0Qzk1MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmfuHVgAAAFvSURBVHja7JjRDYIwEIaLYQOGEEN0DnUTeYMBSGQAfcNRcA4NQYdgAxO8Jmc0RIFeuEJNL7lUsYY7/ruvLU5d18JkmwnDzSbwNwkURbGWrjsBZ4gmhsBdGC74dRUEwcM0BXbgC/TQKAXg6Xsw3ME9vFSBz0GFyhQFko/gBX5OjFAAnr4PwxXcbfwke2AJKtymrsDhS/ACrx0mXUKIzE3LlI0OrJJKCLEpS8fvmFpyY5WqQNgjeKEDq8oKfMFml7FilaJAohA8O1aVFGjBZpexYVVVgSMheFasOvZENrIplQP0QA4DdXHKoQe2YysQYUMKQhPHo5cQUiQj3Cfj2thReiDFxamvVfifaTQxrqgqAaWchxsqhWQZ9SmJklhyvAng7jLqMTXmPuCT1wEI7CzR2IHN89QXsvgHVtmwOWgCLVjNdJyHh9pKNLHKis3BE0BE7nVhk2szd0JksmOTbTv9egOhgzz2PGATsAm87SnAAHQ7hQ0qR6xWAAAAAElFTkSuQmCC) no-repeat !important;
    background-size: 24px 20px !important;
    background-position: 100% !important;
    border-radius: 0 !important;
    border: 1px solid #e1e6ef !important;
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.daterangepicker .select2-container.input-mini, .input-group > .ui-select-bootstrap > input.select2-container.ui-select-search.form-control, .select2-container.form-control {
    background: transparent;
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1px !important
}

.select2-container .select2-choice {
    height: 32px;
    padding: 6px 0 0 12px;
    border: none
}

.select2-container .select2-choice .select2-arrow {
    right: 0;
    top: 0;
    background: #f9f9fa;
    border: none
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-drop {
    box-shadow: none
}

.select2-drop {
    color: #384042;
    border: 1px solid #e1e6ef;
    border-radius: 0
}

.select2-container.select2-dropdown-open {
    border-color: #e1e6ef !important;
    border-radius: 0
}

.select2-container-multi .select2-choices {
    box-shadow: none;
    border-radius: 0 !important;
    border: 0;
    background: #fff
}

.select2-default {
    color: #151819 !important;
    padding-left: 12px !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 4px 18px;
    margin: 5px 0 3px 5px;
    border: 1px solid #e1e6ef;
    border-radius: 0;
    box-shadow: none;
    background-color: #f9f9fa;
    -webkit-filter: none;
    filter: none;
    background-image: none;
    font-size: 11px
}

.select2-container-multi .select2-choices .select2-search-field input {
    color: #384042
}

.select2-container-active .select2-choice, .select2-container-multi.select2-container-active .select2-choices {
    border-color: #20a8d8 !important;
    box-shadow: none
}

.select2-search-choice-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) 100% 0 no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr, .select2-search-choice-close, .select2-search input {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX/hAlxQ3SekovYXIIvKEiBRIUF1lHT+BP+Br0TCCCsFLW5cmCS3jKWNNFrdZu+EOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW/JkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9/EQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl+LO9Z8FRwEaYINnpDdWKVIEdwC/QVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq/4Edy/bLNXB4/G4FKJ1sJ7zTwTrhMuTU3f+NVqc84SSG+bEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6/Y38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe+G0YX9+KHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP+YxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS/BTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF/pkyy1+ioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1+vBR+CG+EZ8IL4a3wU69cRYlgC4cN4UFD/LDBNVAi2NZxYa0Ixe5ikhFs58B/2SC48mOZUMYkI/jw/61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII=) !important
    }
}

.sk-rotating-plane {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 40px auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    to {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    to {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-doubleBounce {
    0%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-doubleBounce {
    0%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-wave {
    margin: 40px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.sk-wandering-cubes {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-wandering-cubes .sk-cube {
    background-color: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both
}

.sk-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
        transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
        transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.sk-spinner-pulse {
    width: 40px;
    height: 40px;
    margin: 40px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.sk-chasing-dots {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear
}

.sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-chasingDotsRotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes sk-chasingDotsRotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes sk-chasingDotsBounce {
    0%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-chasingDotsBounce {
    0%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-three-bounce {
    0%, 80%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-three-bounce {
    0%, 80%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 40px auto
}

.sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, to {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, to {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.sk-fading-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-fading-circle .sk-circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, to {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, to {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

.sk-folding-cube {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotate(90deg)
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotate(270deg);
    transform: scale(1.1) rotate(270deg)
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }

    90%, to {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }

    90%, to {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a, .toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

.toast-close-button:focus, .toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

#toast-container * {
    box-sizing: border-box
}

#toast-container .toast {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    background-position: 15px;
    background-repeat: no-repeat;
    color: #fff;
    opacity: .9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90)
}

#toast-container .toast:hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container .toast {
    background-image: none !important
}

#toast-container .toast:before {
    position: relative;
    font-family: simple-line-icons;
    font-size: 24px;
    line-height: 18px;
    float: left;
    margin: 13px 0 0 -35px
}

#toast-container .toast-warning:before {
    content: "\E01C"
}

#toast-container .toast-error:before {
    content: "\E082"
}

#toast-container .toast-info:before {
    content: "\E08B"
}

#toast-container .toast-success:before {
    content: "\E080"
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 300px;
    margin: auto
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 96%;
    margin: auto
}

.toast {
    background-color: #20a8d8
}

.toast-success {
    background-color: #79c447
}

.toast-error {
    background-color: #ff5454
}

.toast-info {
    background-color: #67c2ef
}

.toast-warning {
    background-color: #fabb3d
}

.toast-progress, progress-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    filter: alpha(opacity=20)
}

.toast, div[toast] {
    opacity: 1 !important
}

.toast.ng-enter, div[toast].ng-enter {
    opacity: 0 !important;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.toast.ng-enter.ng-enter-active, div[toast].ng-enter.ng-enter-active {
    opacity: 1 !important
}

.toast.ng-leave, div[toast].ng-leave {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.toast.ng-leave.ng-leave-active, div[toast].ng-leave.ng-leave-active {
    opacity: 0 !important
}

@media (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

.toaster-icon.icon-info {
    display: none
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.font-xs {
    font-size: .75rem !important
}

.font-sm {
    font-size: .85rem !important
}

.font-lg {
    font-size: 1rem !important
}

.font-xl {
    font-size: 1.25rem !important
}

.font-2xl {
    font-size: 1.5rem !important
}

.font-3xl {
    font-size: 1.75rem !important
}

.font-4xl {
    font-size: 2rem !important
}

.font-5xl {
    font-size: 2.5rem !important
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.row.row-equal {
    margin-right: -15px;
    margin-left: -15px
}

.row.row-equal, .row.row-equal [class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px
}

.main .container-fluid {
    padding: 0 30px
}

.app, app-dashboard, app-root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.app-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px
}

.app-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px
}

.app-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: hidden
}

.app-body .main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.app-body .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.app-body .aside-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
}

.header-fixed .app-header {
    position: fixed;
    z-index: 1000;
    width: 100%
}

.header-fixed .app-body {
    margin-top: 60px
}

.sidebar-hidden .sidebar {
    margin-left: -250px
}

.sidebar-fixed .sidebar {
    position: fixed;
    height: 100%
}

.sidebar-fixed .sidebar .sidebar-nav {
    height: calc(100vh - 60px)
}

.sidebar-fixed .app-footer, .sidebar-fixed .main {
    margin-left: 250px
}

.sidebar-fixed.sidebar-hidden .app-footer, .sidebar-fixed.sidebar-hidden .main {
    margin-left: 0
}

.sidebar-off-canvas .sidebar {
    position: fixed;
    z-index: 999;
    height: 100%
}

.sidebar-off-canvas .sidebar .sidebar-nav {
    height: calc(100vh - 60px)
}

.sidebar-compact .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px
}

.sidebar-compact.sidebar-hidden .sidebar {
    margin-left: -50px
}

.sidebar-compact.sidebar-fixed .app-footer, .sidebar-compact.sidebar-fixed .main {
    margin-left: 50px
}

.sidebar-compact.sidebar-fixed.sidebar-hidden .app-footer, .sidebar-compact.sidebar-fixed.sidebar-hidden .main {
    margin-left: 0
}

.aside-menu-hidden .aside-menu {
    margin-right: -250px
}

.aside-menu-fixed .aside-menu {
    position: fixed;
    right: 0;
    height: 100%
}

.aside-menu-fixed .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 60px)
}

.aside-menu-fixed .app-footer, .aside-menu-fixed .main {
    margin-right: 250px
}

.aside-menu-fixed.aside-menu-hidden .app-footer, .aside-menu-fixed.aside-menu-hidden .main {
    margin-right: 0
}

.aside-menu-off-canvas .aside-menu {
    position: fixed;
    right: 0;
    z-index: 999;
    height: 100%
}

.aside-menu-off-canvas .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 60px)
}

.footer-fixed .app-footer {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%
}

.footer-fixed .app-body {
    margin-bottom: 50px
}

.app-footer, .app-header, .aside-menu, .main, .sidebar {
    -webkit-transition-duration: .25s, .25s;
    transition-duration: .25s, .25s;
    -webkit-transition-property: margin-left, margin-right;
    transition-property: margin-left, margin-right
}

/*
@media (max-width: 991px) {
    .app-header {
        position: fixed !important;
        z-index: 1000;
        width: 100%
    }

    .app-header .navbar-toggler {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: inherit;
        color: #c0cadd
    }

    .app-header .navbar-brand {
        width: 100% !important;
        margin: 0 auto !important
    }

    .app-header .navbar-nav {
        position: absolute;
        top: 0;
        right: 15px;
        height: inherit
    }

    .app-body {
        margin-top: 60px
    }

    .sidebar {
        position: fixed;
        width: 250px;
        height: 100%;
        margin-left: -250px
    }

    .sidebar .nav, .sidebar .sidebar-nav {
        width: 250px !important
    }

    .app-footer, .main {
        margin-left: 0 !important
    }

    .aside-menu {
        margin-right: -250px
    }

    .sidebar-mobile-show .sidebar {
        width: 250px;
        margin-left: 0
    }

    .sidebar-mobile-show .sidebar .sidebar-nav {
        height: calc(100vh - 60px)
    }

    .sidebar-mobile-show .main {
        margin-right: -250px !important;
        margin-left: 250px !important
    }
}
*/

.sidebar {
    padding: 0;
    color: #fff;
    background: #384042
}

.sidebar .sidebar-close {
    position: absolute;
    right: 0;
    display: none;
    padding: 0 1rem;
    font-size: 24px;
    font-weight: 800;
    line-height: 60px;
    color: #fff;
    background: 0;
    border: 0;
    opacity: .8
}

.sidebar .sidebar-close:hover {
    opacity: 1
}

.sidebar .sidebar-nav {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 250px
}

.sidebar .sidebar-nav::-webkit-scrollbar {
    width: 10px;
    margin-left: -10px;
    -webkit-appearance: none
}

.sidebar .sidebar-nav::-webkit-scrollbar-track {
    background-color: #444d50;
    border-right: 1px solid #2c3334;
    border-left: 1px solid #2c3334
}

.sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #212526;
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 2px
}

.sidebar ul.nav {
    width: 250px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.sidebar ul.nav li.nav-title {
    padding: .95rem 1rem;
    font-size: 11px;
    font-weight: 600;
    color: #c0cadd;
    text-transform: uppercase
}

.sidebar ul.nav li.divider {
    height: 10px
}

.sidebar ul.nav li.nav-item {
    position: relative;
    margin: 0;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.sidebar ul.nav li.nav-item ul {
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out
}

.sidebar ul.nav li.nav-item ul li {
    padding: 0;
    list-style: none
}

.sidebar ul.nav li.nav-item a.nav-link {
    display: block;
    padding: .75rem 1rem;
    color: #fff;
    text-decoration: none;
    background: transparent
}

.sidebar ul.nav li.nav-item a.nav-link:hover {
    color: #fff !important;
    background: #2c3334 !important
}

.sidebar ul.nav li.nav-item a.nav-link:hover i {
    color: #fff !important
}

.sidebar ul.nav li.nav-item a.nav-link.active {
    color: #fff;
    background: #2c3334
}

.sidebar ul.nav li.nav-item a.nav-link.active i {
    color: #20a8d8
}

.sidebar ul.nav li.nav-item a.nav-link [class*=" icon-"], .sidebar ul.nav li.nav-item a.nav-link [class^=icon-] {
    display: inline-block;
    margin-top: -4px;
    vertical-align: middle
}

.sidebar ul.nav li.nav-item a.nav-link i {
    width: 20px;
    margin: 0 .5rem 0 0;
    font-size: 14px;
    color: #c0cadd;
    text-align: center
}

.sidebar ul.nav li.nav-item a.nav-link .badge {
    float: right;
    margin-top: 2px
}

.sidebar ul.nav li.nav-item a.nav-link.nav-dropdown-toggle:before {
    position: absolute;
    top: .96875rem;
    right: 1rem;
    display: block;
    width: .875rem;
    height: .875rem;
    padding: 0;
    font-size: .875rem;
    line-height: .65625rem;
    text-align: center;
    content: "\2039";
    -webkit-transition: .3s;
    transition: .3s
}

.sidebar ul.nav li.nav-item.nav-dropdown.open {
    background: #31383a
}

.sidebar ul.nav li.nav-item.nav-dropdown.open > ol, .sidebar ul.nav li.nav-item.nav-dropdown.open > ul {
    max-height: 1000px
}

.sidebar ul.nav li.nav-item.nav-dropdown.open a.nav-link {
    color: #fff;
    border-left: 0 !important
}

.sidebar ul.nav li.nav-item.nav-dropdown.open > a.nav-link.nav-dropdown-toggle:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sidebar ul.nav li.nav-item.nav-dropdown.open .nav-dropdown.open {
    border-left: 0
}

.sidebar ul.nav li.nav-item.nav-dropdown.nt, .sidebar ul.nav li.nav-item.nav-dropdown.nt > ol, .sidebar ul.nav li.nav-item.nav-dropdown.nt > ul, .sidebar ul.nav li.nav-item.nav-dropdown.nt a.nav-link.nav-dropdown-toggle:before {
    -webkit-transition: 0s !important;
    transition: 0s !important
}

.sidebar ul.nav li.nav-item a.nav-label {
    display: block;
    padding: .09375rem 1rem;
    color: #c0cadd
}

.sidebar ul.nav li.nav-item a.nav-label:hover {
    color: #fff;
    text-decoration: none
}

.sidebar ul.nav li.nav-item a.nav-label i {
    width: 20px;
    margin: -3px .5rem 0 0;
    font-size: 10px;
    color: #c0cadd;
    text-align: center;
    vertical-align: middle
}

.sidebar ul.nav li.nav-item .progress {
    background-color: #5b686b !important
}

@media (min-width: 576px) {
    body.sidebar-compact .hidden-cn {
        display: none
    }

    body.sidebar-compact .sidebar {
        z-index: 999;
        width: 50px
    }

    body.sidebar-compact .sidebar .sidebar-nav {
        overflow: visible
    }

    body.sidebar-compact .sidebar ul.nav li.divider, body.sidebar-compact .sidebar ul.nav li.nav-title {
        display: none
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item {
        width: 50px;
        overflow: hidden;
        border-left: 0 !important
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item ul {
        background: #384042
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link {
        position: relative;
        padding: 0 15px 0 0;
        margin: 0;
        line-height: 50px;
        white-space: nowrap;
        border-left: 0 !important
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link.nav-dropdown-toggle:before {
        display: none
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link i {
        display: block;
        float: left;
        width: 50px;
        height: 50px;
        padding: 0;
        margin: 0 !important;
        font-size: 18px;
        line-height: 50px
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link .badge {
        position: absolute;
        top: 14px;
        right: 15px;
        display: none
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link:hover {
        width: 250px
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link:hover .badge {
        display: inline
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item ul {
        position: absolute;
        top: 50px;
        left: 50px
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item ul li {
        position: relative;
        padding: 0
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item ul li a.nav-link {
        width: 200px
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item ul li ol, body.sidebar-compact .sidebar ul.nav li.nav-item ul li ul {
        position: absolute;
        top: 0;
        left: 100%
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item.nav-dropdown.open {
        background: #2c3334
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item.nav-dropdown.open > a.nav-link i {
        color: #20a8d8
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item.nav-dropdown.open > ol, body.sidebar-compact .sidebar ul.nav li.nav-item.nav-dropdown.open > ul {
        display: none
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item:hover {
        width: 300px;
        overflow: visible;
        background: #2c3334;
        -webkit-transition: 0s;
        transition: 0s
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item:hover > a.nav-link {
        width: 300px
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ol, body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ul {
        display: inline;
        max-height: 10000px;
        -webkit-transition: 0s;
        transition: 0s
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ol li, body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ol li a.nav-link, body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ul li, body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ul li a.nav-link {
        width: 250px
    }

    body.sidebar-compact .sidebar ul.nav li.nav-item:hover.nav-dropdown.open > ol, body.sidebar-compact .sidebar ul.nav li.nav-item:hover.nav-dropdown.open > ul {
        display: inline
    }
}

nav.top-nav {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    display: inline !important;
    width: 100%;
    height: 45px;
    background: #fff;
    border-bottom: 1px solid #e1e6ef
}

nav.top-nav ul.nav {
    white-space: nowrap
}

nav.top-nav ul.nav li.nav-item {
    position: relative;
    display: inline-block;
    margin: 0
}

nav.top-nav ul.nav li.nav-item ul {
    display: none;
    padding: 0;
    margin: 0;
    white-space: normal;
    background: #fff;
    border: 1px solid #e1e6ef
}

nav.top-nav ul.nav li.nav-item ul li {
    padding: 0;
    list-style: none
}

nav.top-nav ul.nav li.nav-item a.nav-link {
    display: block;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 45px;
    color: #374767;
    text-decoration: none;
    text-transform: uppercase
}

nav.top-nav ul.nav li.nav-item a.nav-link i {
    display: block;
    float: left;
    width: 20px;
    margin: 0 10px 0 0;
    font-size: 14px;
    line-height: 44px;
    text-align: center
}

nav.top-nav ul.nav li.nav-item a.nav-link .tag {
    float: right;
    margin-top: 13px;
    margin-left: 10px
}

nav.top-nav ul.nav li.nav-item a.nav-link.active, nav.top-nav ul.nav li.nav-item a.nav-link:hover {
    color: #fff;
    background: #20a8d8
}

nav.top-nav ul.nav li.nav-item ul {
    position: absolute;
    top: 44px;
    left: 0
}

nav.top-nav ul.nav li.nav-item ul li {
    position: relative;
    padding: 0
}

nav.top-nav ul.nav li.nav-item ul li a.nav-link {
    min-width: 200px
}

nav.top-nav ul.nav li.nav-item ul li ul {
    position: absolute;
    top: 0;
    left: 100%
}

nav.top-nav ul.nav li.nav-item.nav-more ul {
    right: 0;
    left: auto
}

nav.top-nav ul.nav li.nav-item.nav-more ul li ul {
    right: 100%;
    left: auto
}

nav.top-nav ul.nav li.nav-item:hover > ul {
    display: inline
}

.aside-menu {
    z-index: 999;
    width: 250px;
    color: #384042;
    background: #fff;
    border-left: 1px solid #e1e6ef
}

.aside-menu .nav-tabs {
    border-color: #e1e6ef
}

.aside-menu .nav-tabs .nav-link {
    padding: .75rem 1rem;
    color: #374767;
    border-top: 0
}

.aside-menu .nav-tabs .nav-link.active {
    color: #20a8d8;
    border-right-color: #e1e6ef;
    border-left-color: #e1e6ef
}

.aside-menu .nav-tabs .nav-item:first-child .nav-link {
    border-left: 0
}

.aside-menu .tab-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-top: 1px solid #e1e6ef;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.aside-menu .tab-content::-webkit-scrollbar {
    width: 10px;
    margin-left: -10px;
    -webkit-appearance: none
}

.aside-menu .tab-content::-webkit-scrollbar-track {
    background-color: #fff;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2
}

.aside-menu .tab-content::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #e6e6e6;
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 2px
}

.aside-menu .tab-content .tab-pane {
    padding: 0
}

#loading-bar, #loading-bar-spinner {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-transition: all .35s linear;
    transition: all .35s linear
}

#loading-bar-spinner.ng-enter, #loading-bar-spinner.ng-leave.ng-leave-active, #loading-bar.ng-enter, #loading-bar.ng-leave.ng-leave-active {
    opacity: 0
}

#loading-bar-spinner.ng-enter.ng-enter-active, #loading-bar-spinner.ng-leave, #loading-bar.ng-enter.ng-enter-active, #loading-bar.ng-leave {
    opacity: 1
}

#loading-bar .bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20002;
    width: 100%;
    height: 2px;
    background: #20a8d8;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    -webkit-transition: width .35s;
    transition: width .35s
}

#loading-bar .peg {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 2px;
    border-radius: 100%;
    -ms-box-shadow: #29d 1px 0 6px 1px;
    box-shadow: 1px 0 6px 1px #29d;
    opacity: .45
}

#loading-bar-spinner {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10002;
    display: block
}

#loading-bar-spinner .spinner-icon {
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: loading-bar-spinner .4s linear infinite;
    animation: loading-bar-spinner .4s linear infinite
}

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 2000;
    width: 100%;
    height: 2px;
    background: #20a8d8
}

.social-box {
    min-height: 160px;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #fff;
    border: 1px solid #e1e6ef
}

.social-box i {
    display: block;
    margin: -1px -1px 0;
    font-size: 40px;
    line-height: 90px;
    background: #e1e6ef
}

.social-box .chart-wrapper {
    height: 90px;
    margin: -90px 0 0
}

.social-box .chart-wrapper canvas {
    width: 100% !important;
    height: 90px !important
}

.social-box ul {
    padding: 10px 0;
    list-style: none
}

.social-box ul li {
    display: block;
    float: left;
    width: 50%
}

.social-box ul li:first-child {
    border-right: 1px solid #e1e6ef
}

.social-box ul li strong {
    display: block;
    font-size: 20px
}

.social-box ul li span {
    font-size: 10px;
    font-weight: 500;
    color: #e1e6ef;
    text-transform: uppercase
}

.social-box.facebook i {
    color: #fff;
    background: #3b5998
}

.social-box.twitter i {
    color: #fff;
    background: #00aced
}

.social-box.linkedin i {
    color: #fff;
    background: #4875b4
}

.social-box.google-plus i {
    color: #fff;
    background: #bb4b39
}

.horizontal-bars {
    padding: 0;
    margin: 0;
    list-style: none
}

.horizontal-bars li {
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle
}

.horizontal-bars li .title {
    width: 100px;
    font-size: 12px;
    font-weight: 600;
    color: #c0cadd;
    vertical-align: middle
}

.horizontal-bars li .bars {
    position: absolute;
    top: 15px;
    width: 100%;
    padding-left: 100px
}

.horizontal-bars li .bars .progress:first-child {
    margin-bottom: 2px
}

.horizontal-bars li.legend {
    text-align: center
}

.horizontal-bars li.legend .badge {
    display: inline-block;
    width: 8px;
    height: 8px;
    padding: 0
}

.horizontal-bars li.divider {
    height: 40px
}

.horizontal-bars li.divider i {
    margin: 0 !important
}

.horizontal-bars.type-2 li {
    overflow: hidden
}

.horizontal-bars.type-2 li i {
    display: inline-block;
    margin-right: 1rem;
    margin-left: 5px;
    font-size: 18px;
    line-height: 40px
}

.horizontal-bars.type-2 li .title {
    display: inline-block;
    width: auto;
    margin-top: -9px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 40px;
    color: #374767
}

.horizontal-bars.type-2 li .value {
    float: right;
    font-weight: 600
}

.horizontal-bars.type-2 li .bars {
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 0
}

ul.icons-list {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.icons-list li {
    position: relative;
    height: 40px;
    vertical-align: middle
}

ul.icons-list li i {
    display: block;
    float: left;
    width: 35px !important;
    height: 35px !important;
    margin: 2px;
    line-height: 35px !important;
    text-align: center
}

ul.icons-list li .desc {
    height: 40px;
    margin-left: 50px;
    border-bottom: 1px solid #e1e6ef
}

ul.icons-list li .desc .title {
    padding: 2px 0 0;
    margin: 0
}

ul.icons-list li .desc small {
    display: block;
    margin-top: -4px;
    color: #c0cadd
}

ul.icons-list li .value {
    position: absolute;
    top: 2px;
    right: 45px;
    text-align: right
}

ul.icons-list li .value strong {
    display: block;
    margin-top: -3px
}

ul.icons-list li .actions {
    position: absolute;
    top: -4px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

ul.icons-list li .actions i {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: normal
}

ul.icons-list li.divider {
    height: 40px
}

ul.icons-list li.divider i {
    width: auto;
    height: auto;
    margin: 2px 0 0;
    font-size: 18px
}

.app-footer {
    min-height: 50px;
    padding: 0 1rem;
    line-height: 50px;
    color: #374767;
    background: #f9f9fa;
    border-top: 1px solid #e1e6ef
}

.btn-transparent, .btn-transparent:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn-transparent.focus, .btn-transparent:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .5)
}

.btn-transparent.disabled, .btn-transparent:disabled {
    background-color: transparent;
    border-color: transparent
}

.btn-transparent.active, .btn-transparent:active, .show > .btn-transparent.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: transparent
}

.btn [class*=" icon-"], .btn [class^=icon-], .fc button [class*=" icon-"], .fc button [class^=icon-] {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle
}

.btn-behance, .btn-css3, .btn-dribbble, .btn-dropbox, .btn-facebook, .btn-flickr, .btn-foursquare, .btn-github, .btn-google-plus, .btn-html5, .btn-instagram, .btn-linkedin, .btn-openid, .btn-pinterest, .btn-reddit, .btn-spotify, .btn-stack-overflow, .btn-tumblr, .btn-twitter, .btn-vimeo, .btn-vine, .btn-vk, .btn-xing, .btn-yahoo, .btn-youtube {
    position: relative;
    overflow: hidden;
    color: #fff !important;
    text-align: center;
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border: 0
}

.btn-behance:before, .btn-css3:before, .btn-dribbble:before, .btn-dropbox:before, .btn-facebook:before, .btn-flickr:before, .btn-foursquare:before, .btn-github:before, .btn-google-plus:before, .btn-html5:before, .btn-instagram:before, .btn-linkedin:before, .btn-openid:before, .btn-pinterest:before, .btn-reddit:before, .btn-spotify:before, .btn-stack-overflow:before, .btn-tumblr:before, .btn-twitter:before, .btn-vimeo:before, .btn-vine:before, .btn-vk:before, .btn-xing:before, .btn-yahoo:before, .btn-youtube:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.btn-behance:hover, .btn-css3:hover, .btn-dribbble:hover, .btn-dropbox:hover, .btn-facebook:hover, .btn-flickr:hover, .btn-foursquare:hover, .btn-github:hover, .btn-google-plus:hover, .btn-html5:hover, .btn-instagram:hover, .btn-linkedin:hover, .btn-openid:hover, .btn-pinterest:hover, .btn-reddit:hover, .btn-spotify:hover, .btn-stack-overflow:hover, .btn-tumblr:hover, .btn-twitter:hover, .btn-vimeo:hover, .btn-vine:hover, .btn-vk:hover, .btn-xing:hover, .btn-yahoo:hover, .btn-youtube:hover {
    color: #fff
}

.btn-behance.icon span, .btn-behance.text:before, .btn-css3.icon span, .btn-css3.text:before, .btn-dribbble.icon span, .btn-dribbble.text:before, .btn-dropbox.icon span, .btn-dropbox.text:before, .btn-facebook.icon span, .btn-facebook.text:before, .btn-flickr.icon span, .btn-flickr.text:before, .btn-foursquare.icon span, .btn-foursquare.text:before, .btn-github.icon span, .btn-github.text:before, .btn-google-plus.icon span, .btn-google-plus.text:before, .btn-html5.icon span, .btn-html5.text:before, .btn-instagram.icon span, .btn-instagram.text:before, .btn-linkedin.icon span, .btn-linkedin.text:before, .btn-openid.icon span, .btn-openid.text:before, .btn-pinterest.icon span, .btn-pinterest.text:before, .btn-reddit.icon span, .btn-reddit.text:before, .btn-spotify.icon span, .btn-spotify.text:before, .btn-stack-overflow.icon span, .btn-stack-overflow.text:before, .btn-tumblr.icon span, .btn-tumblr.text:before, .btn-twitter.icon span, .btn-twitter.text:before, .btn-vimeo.icon span, .btn-vimeo.text:before, .btn-vine.icon span, .btn-vine.text:before, .btn-vk.icon span, .btn-vk.text:before, .btn-xing.icon span, .btn-xing.text:before, .btn-yahoo.icon span, .btn-yahoo.text:before, .btn-youtube.icon span, .btn-youtube.text:before {
    display: none
}

.btn-behance.text span, .btn-css3.text span, .btn-dribbble.text span, .btn-dropbox.text span, .btn-facebook.text span, .btn-flickr.text span, .btn-foursquare.text span, .btn-github.text span, .btn-google-plus.text span, .btn-html5.text span, .btn-instagram.text span, .btn-linkedin.text span, .btn-openid.text span, .btn-pinterest.text span, .btn-reddit.text span, .btn-spotify.text span, .btn-stack-overflow.text span, .btn-tumblr.text span, .btn-twitter.text span, .btn-vimeo.text span, .btn-vine.text span, .btn-vk.text span, .btn-xing.text span, .btn-yahoo.text span, .btn-youtube.text span {
    margin-left: 0 !important
}

.btn-behance:before, .btn-css3:before, .btn-dribbble:before, .btn-dropbox:before, .btn-facebook:before, .btn-flickr:before, .btn-foursquare:before, .btn-github:before, .btn-google-plus:before, .btn-html5:before, .btn-instagram:before, .btn-linkedin:before, .btn-openid:before, .btn-pinterest:before, .btn-reddit:before, .btn-spotify:before, .btn-stack-overflow:before, .btn-tumblr:before, .btn-twitter:before, .btn-vimeo:before, .btn-vine:before, .btn-vk:before, .btn-xing:before, .btn-yahoo:before, .btn-youtube:before {
    width: 2.3125rem;
    height: 2.3125rem;
    padding: .5rem 0;
    font-size: .875rem;
    line-height: 1.5
}

.btn-behance span, .btn-css3 span, .btn-dribbble span, .btn-dropbox span, .btn-facebook span, .btn-flickr span, .btn-foursquare span, .btn-github span, .btn-google-plus span, .btn-html5 span, .btn-instagram span, .btn-linkedin span, .btn-openid span, .btn-pinterest span, .btn-reddit span, .btn-spotify span, .btn-stack-overflow span, .btn-tumblr span, .btn-twitter span, .btn-vimeo span, .btn-vine span, .btn-vk span, .btn-xing span, .btn-yahoo span, .btn-youtube span {
    margin-left: 2.3125rem
}

.btn-behance.icon, .btn-css3.icon, .btn-dribbble.icon, .btn-dropbox.icon, .btn-facebook.icon, .btn-flickr.icon, .btn-foursquare.icon, .btn-github.icon, .btn-google-plus.icon, .btn-html5.icon, .btn-instagram.icon, .btn-linkedin.icon, .btn-openid.icon, .btn-pinterest.icon, .btn-reddit.icon, .btn-spotify.icon, .btn-stack-overflow.icon, .btn-tumblr.icon, .btn-twitter.icon, .btn-vimeo.icon, .btn-vine.icon, .btn-vk.icon, .btn-xing.icon, .btn-yahoo.icon, .btn-youtube.icon {
    width: 2.3125rem;
    height: 2.3125rem
}

.btn-behance.btn-lg, .btn-css3.btn-lg, .btn-dribbble.btn-lg, .btn-dropbox.btn-lg, .btn-facebook.btn-lg, .btn-flickr.btn-lg, .btn-foursquare.btn-lg, .btn-github.btn-lg, .btn-google-plus.btn-lg, .btn-group-lg > .btn-behance.btn, .btn-group-lg > .btn-css3.btn, .btn-group-lg > .btn-dribbble.btn, .btn-group-lg > .btn-dropbox.btn, .btn-group-lg > .btn-facebook.btn, .btn-group-lg > .btn-flickr.btn, .btn-group-lg > .btn-foursquare.btn, .btn-group-lg > .btn-github.btn, .btn-group-lg > .btn-google-plus.btn, .btn-group-lg > .btn-html5.btn, .btn-group-lg > .btn-instagram.btn, .btn-group-lg > .btn-linkedin.btn, .btn-group-lg > .btn-openid.btn, .btn-group-lg > .btn-pinterest.btn, .btn-group-lg > .btn-reddit.btn, .btn-group-lg > .btn-spotify.btn, .btn-group-lg > .btn-stack-overflow.btn, .btn-group-lg > .btn-tumblr.btn, .btn-group-lg > .btn-twitter.btn, .btn-group-lg > .btn-vimeo.btn, .btn-group-lg > .btn-vine.btn, .btn-group-lg > .btn-vk.btn, .btn-group-lg > .btn-xing.btn, .btn-group-lg > .btn-yahoo.btn, .btn-group-lg > .btn-youtube.btn, .btn-html5.btn-lg, .btn-instagram.btn-lg, .btn-linkedin.btn-lg, .btn-openid.btn-lg, .btn-pinterest.btn-lg, .btn-reddit.btn-lg, .btn-spotify.btn-lg, .btn-stack-overflow.btn-lg, .btn-tumblr.btn-lg, .btn-twitter.btn-lg, .btn-vimeo.btn-lg, .btn-vine.btn-lg, .btn-vk.btn-lg, .btn-xing.btn-lg, .btn-yahoo.btn-lg, .btn-youtube.btn-lg, .fc .btn-group-lg > button.btn-behance, .fc .btn-group-lg > button.btn-css3, .fc .btn-group-lg > button.btn-dribbble, .fc .btn-group-lg > button.btn-dropbox, .fc .btn-group-lg > button.btn-facebook, .fc .btn-group-lg > button.btn-flickr, .fc .btn-group-lg > button.btn-foursquare, .fc .btn-group-lg > button.btn-github, .fc .btn-group-lg > button.btn-google-plus, .fc .btn-group-lg > button.btn-html5, .fc .btn-group-lg > button.btn-instagram, .fc .btn-group-lg > button.btn-linkedin, .fc .btn-group-lg > button.btn-openid, .fc .btn-group-lg > button.btn-pinterest, .fc .btn-group-lg > button.btn-reddit, .fc .btn-group-lg > button.btn-spotify, .fc .btn-group-lg > button.btn-stack-overflow, .fc .btn-group-lg > button.btn-tumblr, .fc .btn-group-lg > button.btn-twitter, .fc .btn-group-lg > button.btn-vimeo, .fc .btn-group-lg > button.btn-vine, .fc .btn-group-lg > button.btn-vk, .fc .btn-group-lg > button.btn-xing, .fc .btn-group-lg > button.btn-yahoo, .fc .btn-group-lg > button.btn-youtube {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.33333;
    border: 0
}

.btn-behance.btn-lg:before, .btn-css3.btn-lg:before, .btn-dribbble.btn-lg:before, .btn-dropbox.btn-lg:before, .btn-facebook.btn-lg:before, .btn-flickr.btn-lg:before, .btn-foursquare.btn-lg:before, .btn-github.btn-lg:before, .btn-google-plus.btn-lg:before, .btn-group-lg > .btn-behance.btn:before, .btn-group-lg > .btn-css3.btn:before, .btn-group-lg > .btn-dribbble.btn:before, .btn-group-lg > .btn-dropbox.btn:before, .btn-group-lg > .btn-facebook.btn:before, .btn-group-lg > .btn-flickr.btn:before, .btn-group-lg > .btn-foursquare.btn:before, .btn-group-lg > .btn-github.btn:before, .btn-group-lg > .btn-google-plus.btn:before, .btn-group-lg > .btn-html5.btn:before, .btn-group-lg > .btn-instagram.btn:before, .btn-group-lg > .btn-linkedin.btn:before, .btn-group-lg > .btn-openid.btn:before, .btn-group-lg > .btn-pinterest.btn:before, .btn-group-lg > .btn-reddit.btn:before, .btn-group-lg > .btn-spotify.btn:before, .btn-group-lg > .btn-stack-overflow.btn:before, .btn-group-lg > .btn-tumblr.btn:before, .btn-group-lg > .btn-twitter.btn:before, .btn-group-lg > .btn-vimeo.btn:before, .btn-group-lg > .btn-vine.btn:before, .btn-group-lg > .btn-vk.btn:before, .btn-group-lg > .btn-xing.btn:before, .btn-group-lg > .btn-yahoo.btn:before, .btn-group-lg > .btn-youtube.btn:before, .btn-html5.btn-lg:before, .btn-instagram.btn-lg:before, .btn-linkedin.btn-lg:before, .btn-openid.btn-lg:before, .btn-pinterest.btn-lg:before, .btn-reddit.btn-lg:before, .btn-spotify.btn-lg:before, .btn-stack-overflow.btn-lg:before, .btn-tumblr.btn-lg:before, .btn-twitter.btn-lg:before, .btn-vimeo.btn-lg:before, .btn-vine.btn-lg:before, .btn-vk.btn-lg:before, .btn-xing.btn-lg:before, .btn-yahoo.btn-lg:before, .btn-youtube.btn-lg:before, .fc .btn-group-lg > button.btn-behance:before, .fc .btn-group-lg > button.btn-css3:before, .fc .btn-group-lg > button.btn-dribbble:before, .fc .btn-group-lg > button.btn-dropbox:before, .fc .btn-group-lg > button.btn-facebook:before, .fc .btn-group-lg > button.btn-flickr:before, .fc .btn-group-lg > button.btn-foursquare:before, .fc .btn-group-lg > button.btn-github:before, .fc .btn-group-lg > button.btn-google-plus:before, .fc .btn-group-lg > button.btn-html5:before, .fc .btn-group-lg > button.btn-instagram:before, .fc .btn-group-lg > button.btn-linkedin:before, .fc .btn-group-lg > button.btn-openid:before, .fc .btn-group-lg > button.btn-pinterest:before, .fc .btn-group-lg > button.btn-reddit:before, .fc .btn-group-lg > button.btn-spotify:before, .fc .btn-group-lg > button.btn-stack-overflow:before, .fc .btn-group-lg > button.btn-tumblr:before, .fc .btn-group-lg > button.btn-twitter:before, .fc .btn-group-lg > button.btn-vimeo:before, .fc .btn-group-lg > button.btn-vine:before, .fc .btn-group-lg > button.btn-vk:before, .fc .btn-group-lg > button.btn-xing:before, .fc .btn-group-lg > button.btn-yahoo:before, .fc .btn-group-lg > button.btn-youtube:before {
    width: 3.16667rem;
    height: 3.16667rem;
    padding: .75rem 0;
    font-size: 1.25rem;
    line-height: 1.33333
}

.btn-behance.btn-lg span, .btn-css3.btn-lg span, .btn-dribbble.btn-lg span, .btn-dropbox.btn-lg span, .btn-facebook.btn-lg span, .btn-flickr.btn-lg span, .btn-foursquare.btn-lg span, .btn-github.btn-lg span, .btn-google-plus.btn-lg span, .btn-group-lg > .btn-behance.btn span, .btn-group-lg > .btn-css3.btn span, .btn-group-lg > .btn-dribbble.btn span, .btn-group-lg > .btn-dropbox.btn span, .btn-group-lg > .btn-facebook.btn span, .btn-group-lg > .btn-flickr.btn span, .btn-group-lg > .btn-foursquare.btn span, .btn-group-lg > .btn-github.btn span, .btn-group-lg > .btn-google-plus.btn span, .btn-group-lg > .btn-html5.btn span, .btn-group-lg > .btn-instagram.btn span, .btn-group-lg > .btn-linkedin.btn span, .btn-group-lg > .btn-openid.btn span, .btn-group-lg > .btn-pinterest.btn span, .btn-group-lg > .btn-reddit.btn span, .btn-group-lg > .btn-spotify.btn span, .btn-group-lg > .btn-stack-overflow.btn span, .btn-group-lg > .btn-tumblr.btn span, .btn-group-lg > .btn-twitter.btn span, .btn-group-lg > .btn-vimeo.btn span, .btn-group-lg > .btn-vine.btn span, .btn-group-lg > .btn-vk.btn span, .btn-group-lg > .btn-xing.btn span, .btn-group-lg > .btn-yahoo.btn span, .btn-group-lg > .btn-youtube.btn span, .btn-html5.btn-lg span, .btn-instagram.btn-lg span, .btn-linkedin.btn-lg span, .btn-openid.btn-lg span, .btn-pinterest.btn-lg span, .btn-reddit.btn-lg span, .btn-spotify.btn-lg span, .btn-stack-overflow.btn-lg span, .btn-tumblr.btn-lg span, .btn-twitter.btn-lg span, .btn-vimeo.btn-lg span, .btn-vine.btn-lg span, .btn-vk.btn-lg span, .btn-xing.btn-lg span, .btn-yahoo.btn-lg span, .btn-youtube.btn-lg span, .fc .btn-group-lg > button.btn-behance span, .fc .btn-group-lg > button.btn-css3 span, .fc .btn-group-lg > button.btn-dribbble span, .fc .btn-group-lg > button.btn-dropbox span, .fc .btn-group-lg > button.btn-facebook span, .fc .btn-group-lg > button.btn-flickr span, .fc .btn-group-lg > button.btn-foursquare span, .fc .btn-group-lg > button.btn-github span, .fc .btn-group-lg > button.btn-google-plus span, .fc .btn-group-lg > button.btn-html5 span, .fc .btn-group-lg > button.btn-instagram span, .fc .btn-group-lg > button.btn-linkedin span, .fc .btn-group-lg > button.btn-openid span, .fc .btn-group-lg > button.btn-pinterest span, .fc .btn-group-lg > button.btn-reddit span, .fc .btn-group-lg > button.btn-spotify span, .fc .btn-group-lg > button.btn-stack-overflow span, .fc .btn-group-lg > button.btn-tumblr span, .fc .btn-group-lg > button.btn-twitter span, .fc .btn-group-lg > button.btn-vimeo span, .fc .btn-group-lg > button.btn-vine span, .fc .btn-group-lg > button.btn-vk span, .fc .btn-group-lg > button.btn-xing span, .fc .btn-group-lg > button.btn-yahoo span, .fc .btn-group-lg > button.btn-youtube span {
    margin-left: 3.16667rem
}

.btn-behance.btn-lg.icon, .btn-css3.btn-lg.icon, .btn-dribbble.btn-lg.icon, .btn-dropbox.btn-lg.icon, .btn-facebook.btn-lg.icon, .btn-flickr.btn-lg.icon, .btn-foursquare.btn-lg.icon, .btn-github.btn-lg.icon, .btn-google-plus.btn-lg.icon, .btn-group-lg > .btn-behance.icon.btn, .btn-group-lg > .btn-css3.icon.btn, .btn-group-lg > .btn-dribbble.icon.btn, .btn-group-lg > .btn-dropbox.icon.btn, .btn-group-lg > .btn-facebook.icon.btn, .btn-group-lg > .btn-flickr.icon.btn, .btn-group-lg > .btn-foursquare.icon.btn, .btn-group-lg > .btn-github.icon.btn, .btn-group-lg > .btn-google-plus.icon.btn, .btn-group-lg > .btn-html5.icon.btn, .btn-group-lg > .btn-instagram.icon.btn, .btn-group-lg > .btn-linkedin.icon.btn, .btn-group-lg > .btn-openid.icon.btn, .btn-group-lg > .btn-pinterest.icon.btn, .btn-group-lg > .btn-reddit.icon.btn, .btn-group-lg > .btn-spotify.icon.btn, .btn-group-lg > .btn-stack-overflow.icon.btn, .btn-group-lg > .btn-tumblr.icon.btn, .btn-group-lg > .btn-twitter.icon.btn, .btn-group-lg > .btn-vimeo.icon.btn, .btn-group-lg > .btn-vine.icon.btn, .btn-group-lg > .btn-vk.icon.btn, .btn-group-lg > .btn-xing.icon.btn, .btn-group-lg > .btn-yahoo.icon.btn, .btn-group-lg > .btn-youtube.icon.btn, .btn-html5.btn-lg.icon, .btn-instagram.btn-lg.icon, .btn-linkedin.btn-lg.icon, .btn-openid.btn-lg.icon, .btn-pinterest.btn-lg.icon, .btn-reddit.btn-lg.icon, .btn-spotify.btn-lg.icon, .btn-stack-overflow.btn-lg.icon, .btn-tumblr.btn-lg.icon, .btn-twitter.btn-lg.icon, .btn-vimeo.btn-lg.icon, .btn-vine.btn-lg.icon, .btn-vk.btn-lg.icon, .btn-xing.btn-lg.icon, .btn-yahoo.btn-lg.icon, .btn-youtube.btn-lg.icon, .fc .btn-group-lg > button.btn-behance.icon, .fc .btn-group-lg > button.btn-css3.icon, .fc .btn-group-lg > button.btn-dribbble.icon, .fc .btn-group-lg > button.btn-dropbox.icon, .fc .btn-group-lg > button.btn-facebook.icon, .fc .btn-group-lg > button.btn-flickr.icon, .fc .btn-group-lg > button.btn-foursquare.icon, .fc .btn-group-lg > button.btn-github.icon, .fc .btn-group-lg > button.btn-google-plus.icon, .fc .btn-group-lg > button.btn-html5.icon, .fc .btn-group-lg > button.btn-instagram.icon, .fc .btn-group-lg > button.btn-linkedin.icon, .fc .btn-group-lg > button.btn-openid.icon, .fc .btn-group-lg > button.btn-pinterest.icon, .fc .btn-group-lg > button.btn-reddit.icon, .fc .btn-group-lg > button.btn-spotify.icon, .fc .btn-group-lg > button.btn-stack-overflow.icon, .fc .btn-group-lg > button.btn-tumblr.icon, .fc .btn-group-lg > button.btn-twitter.icon, .fc .btn-group-lg > button.btn-vimeo.icon, .fc .btn-group-lg > button.btn-vine.icon, .fc .btn-group-lg > button.btn-vk.icon, .fc .btn-group-lg > button.btn-xing.icon, .fc .btn-group-lg > button.btn-yahoo.icon, .fc .btn-group-lg > button.btn-youtube.icon {
    width: 3.16667rem;
    height: 3.16667rem
}

.btn-behance.btn-sm, .btn-css3.btn-sm, .btn-dribbble.btn-sm, .btn-dropbox.btn-sm, .btn-facebook.btn-sm, .btn-flickr.btn-sm, .btn-foursquare.btn-sm, .btn-github.btn-sm, .btn-google-plus.btn-sm, .btn-group-sm > .btn-behance.btn, .btn-group-sm > .btn-css3.btn, .btn-group-sm > .btn-dribbble.btn, .btn-group-sm > .btn-dropbox.btn, .btn-group-sm > .btn-facebook.btn, .btn-group-sm > .btn-flickr.btn, .btn-group-sm > .btn-foursquare.btn, .btn-group-sm > .btn-github.btn, .btn-group-sm > .btn-google-plus.btn, .btn-group-sm > .btn-html5.btn, .btn-group-sm > .btn-instagram.btn, .btn-group-sm > .btn-linkedin.btn, .btn-group-sm > .btn-openid.btn, .btn-group-sm > .btn-pinterest.btn, .btn-group-sm > .btn-reddit.btn, .btn-group-sm > .btn-spotify.btn, .btn-group-sm > .btn-stack-overflow.btn, .btn-group-sm > .btn-tumblr.btn, .btn-group-sm > .btn-twitter.btn, .btn-group-sm > .btn-vimeo.btn, .btn-group-sm > .btn-vine.btn, .btn-group-sm > .btn-vk.btn, .btn-group-sm > .btn-xing.btn, .btn-group-sm > .btn-yahoo.btn, .btn-group-sm > .btn-youtube.btn, .btn-html5.btn-sm, .btn-instagram.btn-sm, .btn-linkedin.btn-sm, .btn-openid.btn-sm, .btn-pinterest.btn-sm, .btn-reddit.btn-sm, .btn-spotify.btn-sm, .btn-stack-overflow.btn-sm, .btn-tumblr.btn-sm, .btn-twitter.btn-sm, .btn-vimeo.btn-sm, .btn-vine.btn-sm, .btn-vk.btn-sm, .btn-xing.btn-sm, .btn-yahoo.btn-sm, .btn-youtube.btn-sm, .fc .btn-group-sm > button.btn-behance, .fc .btn-group-sm > button.btn-css3, .fc .btn-group-sm > button.btn-dribbble, .fc .btn-group-sm > button.btn-dropbox, .fc .btn-group-sm > button.btn-facebook, .fc .btn-group-sm > button.btn-flickr, .fc .btn-group-sm > button.btn-foursquare, .fc .btn-group-sm > button.btn-github, .fc .btn-group-sm > button.btn-google-plus, .fc .btn-group-sm > button.btn-html5, .fc .btn-group-sm > button.btn-instagram, .fc .btn-group-sm > button.btn-linkedin, .fc .btn-group-sm > button.btn-openid, .fc .btn-group-sm > button.btn-pinterest, .fc .btn-group-sm > button.btn-reddit, .fc .btn-group-sm > button.btn-spotify, .fc .btn-group-sm > button.btn-stack-overflow, .fc .btn-group-sm > button.btn-tumblr, .fc .btn-group-sm > button.btn-twitter, .fc .btn-group-sm > button.btn-vimeo, .fc .btn-group-sm > button.btn-vine, .fc .btn-group-sm > button.btn-vk, .fc .btn-group-sm > button.btn-xing, .fc .btn-group-sm > button.btn-yahoo, .fc .btn-group-sm > button.btn-youtube {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border: 0
}

.btn-behance.btn-sm:before, .btn-css3.btn-sm:before, .btn-dribbble.btn-sm:before, .btn-dropbox.btn-sm:before, .btn-facebook.btn-sm:before, .btn-flickr.btn-sm:before, .btn-foursquare.btn-sm:before, .btn-github.btn-sm:before, .btn-google-plus.btn-sm:before, .btn-group-sm > .btn-behance.btn:before, .btn-group-sm > .btn-css3.btn:before, .btn-group-sm > .btn-dribbble.btn:before, .btn-group-sm > .btn-dropbox.btn:before, .btn-group-sm > .btn-facebook.btn:before, .btn-group-sm > .btn-flickr.btn:before, .btn-group-sm > .btn-foursquare.btn:before, .btn-group-sm > .btn-github.btn:before, .btn-group-sm > .btn-google-plus.btn:before, .btn-group-sm > .btn-html5.btn:before, .btn-group-sm > .btn-instagram.btn:before, .btn-group-sm > .btn-linkedin.btn:before, .btn-group-sm > .btn-openid.btn:before, .btn-group-sm > .btn-pinterest.btn:before, .btn-group-sm > .btn-reddit.btn:before, .btn-group-sm > .btn-spotify.btn:before, .btn-group-sm > .btn-stack-overflow.btn:before, .btn-group-sm > .btn-tumblr.btn:before, .btn-group-sm > .btn-twitter.btn:before, .btn-group-sm > .btn-vimeo.btn:before, .btn-group-sm > .btn-vine.btn:before, .btn-group-sm > .btn-vk.btn:before, .btn-group-sm > .btn-xing.btn:before, .btn-group-sm > .btn-yahoo.btn:before, .btn-group-sm > .btn-youtube.btn:before, .btn-html5.btn-sm:before, .btn-instagram.btn-sm:before, .btn-linkedin.btn-sm:before, .btn-openid.btn-sm:before, .btn-pinterest.btn-sm:before, .btn-reddit.btn-sm:before, .btn-spotify.btn-sm:before, .btn-stack-overflow.btn-sm:before, .btn-tumblr.btn-sm:before, .btn-twitter.btn-sm:before, .btn-vimeo.btn-sm:before, .btn-vine.btn-sm:before, .btn-vk.btn-sm:before, .btn-xing.btn-sm:before, .btn-yahoo.btn-sm:before, .btn-youtube.btn-sm:before, .fc .btn-group-sm > button.btn-behance:before, .fc .btn-group-sm > button.btn-css3:before, .fc .btn-group-sm > button.btn-dribbble:before, .fc .btn-group-sm > button.btn-dropbox:before, .fc .btn-group-sm > button.btn-facebook:before, .fc .btn-group-sm > button.btn-flickr:before, .fc .btn-group-sm > button.btn-foursquare:before, .fc .btn-group-sm > button.btn-github:before, .fc .btn-group-sm > button.btn-google-plus:before, .fc .btn-group-sm > button.btn-html5:before, .fc .btn-group-sm > button.btn-instagram:before, .fc .btn-group-sm > button.btn-linkedin:before, .fc .btn-group-sm > button.btn-openid:before, .fc .btn-group-sm > button.btn-pinterest:before, .fc .btn-group-sm > button.btn-reddit:before, .fc .btn-group-sm > button.btn-spotify:before, .fc .btn-group-sm > button.btn-stack-overflow:before, .fc .btn-group-sm > button.btn-tumblr:before, .fc .btn-group-sm > button.btn-twitter:before, .fc .btn-group-sm > button.btn-vimeo:before, .fc .btn-group-sm > button.btn-vine:before, .fc .btn-group-sm > button.btn-vk:before, .fc .btn-group-sm > button.btn-xing:before, .fc .btn-group-sm > button.btn-yahoo:before, .fc .btn-group-sm > button.btn-youtube:before {
    width: 1.8125rem;
    height: 1.8125rem;
    padding: .25rem 0;
    font-size: .875rem;
    line-height: 1.5
}

.btn-behance.btn-sm span, .btn-css3.btn-sm span, .btn-dribbble.btn-sm span, .btn-dropbox.btn-sm span, .btn-facebook.btn-sm span, .btn-flickr.btn-sm span, .btn-foursquare.btn-sm span, .btn-github.btn-sm span, .btn-google-plus.btn-sm span, .btn-group-sm > .btn-behance.btn span, .btn-group-sm > .btn-css3.btn span, .btn-group-sm > .btn-dribbble.btn span, .btn-group-sm > .btn-dropbox.btn span, .btn-group-sm > .btn-facebook.btn span, .btn-group-sm > .btn-flickr.btn span, .btn-group-sm > .btn-foursquare.btn span, .btn-group-sm > .btn-github.btn span, .btn-group-sm > .btn-google-plus.btn span, .btn-group-sm > .btn-html5.btn span, .btn-group-sm > .btn-instagram.btn span, .btn-group-sm > .btn-linkedin.btn span, .btn-group-sm > .btn-openid.btn span, .btn-group-sm > .btn-pinterest.btn span, .btn-group-sm > .btn-reddit.btn span, .btn-group-sm > .btn-spotify.btn span, .btn-group-sm > .btn-stack-overflow.btn span, .btn-group-sm > .btn-tumblr.btn span, .btn-group-sm > .btn-twitter.btn span, .btn-group-sm > .btn-vimeo.btn span, .btn-group-sm > .btn-vine.btn span, .btn-group-sm > .btn-vk.btn span, .btn-group-sm > .btn-xing.btn span, .btn-group-sm > .btn-yahoo.btn span, .btn-group-sm > .btn-youtube.btn span, .btn-html5.btn-sm span, .btn-instagram.btn-sm span, .btn-linkedin.btn-sm span, .btn-openid.btn-sm span, .btn-pinterest.btn-sm span, .btn-reddit.btn-sm span, .btn-spotify.btn-sm span, .btn-stack-overflow.btn-sm span, .btn-tumblr.btn-sm span, .btn-twitter.btn-sm span, .btn-vimeo.btn-sm span, .btn-vine.btn-sm span, .btn-vk.btn-sm span, .btn-xing.btn-sm span, .btn-yahoo.btn-sm span, .btn-youtube.btn-sm span, .fc .btn-group-sm > button.btn-behance span, .fc .btn-group-sm > button.btn-css3 span, .fc .btn-group-sm > button.btn-dribbble span, .fc .btn-group-sm > button.btn-dropbox span, .fc .btn-group-sm > button.btn-facebook span, .fc .btn-group-sm > button.btn-flickr span, .fc .btn-group-sm > button.btn-foursquare span, .fc .btn-group-sm > button.btn-github span, .fc .btn-group-sm > button.btn-google-plus span, .fc .btn-group-sm > button.btn-html5 span, .fc .btn-group-sm > button.btn-instagram span, .fc .btn-group-sm > button.btn-linkedin span, .fc .btn-group-sm > button.btn-openid span, .fc .btn-group-sm > button.btn-pinterest span, .fc .btn-group-sm > button.btn-reddit span, .fc .btn-group-sm > button.btn-spotify span, .fc .btn-group-sm > button.btn-stack-overflow span, .fc .btn-group-sm > button.btn-tumblr span, .fc .btn-group-sm > button.btn-twitter span, .fc .btn-group-sm > button.btn-vimeo span, .fc .btn-group-sm > button.btn-vine span, .fc .btn-group-sm > button.btn-vk span, .fc .btn-group-sm > button.btn-xing span, .fc .btn-group-sm > button.btn-yahoo span, .fc .btn-group-sm > button.btn-youtube span {
    margin-left: 1.8125rem
}

.btn-behance.btn-sm.icon, .btn-css3.btn-sm.icon, .btn-dribbble.btn-sm.icon, .btn-dropbox.btn-sm.icon, .btn-facebook.btn-sm.icon, .btn-flickr.btn-sm.icon, .btn-foursquare.btn-sm.icon, .btn-github.btn-sm.icon, .btn-google-plus.btn-sm.icon, .btn-group-sm > .btn-behance.icon.btn, .btn-group-sm > .btn-css3.icon.btn, .btn-group-sm > .btn-dribbble.icon.btn, .btn-group-sm > .btn-dropbox.icon.btn, .btn-group-sm > .btn-facebook.icon.btn, .btn-group-sm > .btn-flickr.icon.btn, .btn-group-sm > .btn-foursquare.icon.btn, .btn-group-sm > .btn-github.icon.btn, .btn-group-sm > .btn-google-plus.icon.btn, .btn-group-sm > .btn-html5.icon.btn, .btn-group-sm > .btn-instagram.icon.btn, .btn-group-sm > .btn-linkedin.icon.btn, .btn-group-sm > .btn-openid.icon.btn, .btn-group-sm > .btn-pinterest.icon.btn, .btn-group-sm > .btn-reddit.icon.btn, .btn-group-sm > .btn-spotify.icon.btn, .btn-group-sm > .btn-stack-overflow.icon.btn, .btn-group-sm > .btn-tumblr.icon.btn, .btn-group-sm > .btn-twitter.icon.btn, .btn-group-sm > .btn-vimeo.icon.btn, .btn-group-sm > .btn-vine.icon.btn, .btn-group-sm > .btn-vk.icon.btn, .btn-group-sm > .btn-xing.icon.btn, .btn-group-sm > .btn-yahoo.icon.btn, .btn-group-sm > .btn-youtube.icon.btn, .btn-html5.btn-sm.icon, .btn-instagram.btn-sm.icon, .btn-linkedin.btn-sm.icon, .btn-openid.btn-sm.icon, .btn-pinterest.btn-sm.icon, .btn-reddit.btn-sm.icon, .btn-spotify.btn-sm.icon, .btn-stack-overflow.btn-sm.icon, .btn-tumblr.btn-sm.icon, .btn-twitter.btn-sm.icon, .btn-vimeo.btn-sm.icon, .btn-vine.btn-sm.icon, .btn-vk.btn-sm.icon, .btn-xing.btn-sm.icon, .btn-yahoo.btn-sm.icon, .btn-youtube.btn-sm.icon, .fc .btn-group-sm > button.btn-behance.icon, .fc .btn-group-sm > button.btn-css3.icon, .fc .btn-group-sm > button.btn-dribbble.icon, .fc .btn-group-sm > button.btn-dropbox.icon, .fc .btn-group-sm > button.btn-facebook.icon, .fc .btn-group-sm > button.btn-flickr.icon, .fc .btn-group-sm > button.btn-foursquare.icon, .fc .btn-group-sm > button.btn-github.icon, .fc .btn-group-sm > button.btn-google-plus.icon, .fc .btn-group-sm > button.btn-html5.icon, .fc .btn-group-sm > button.btn-instagram.icon, .fc .btn-group-sm > button.btn-linkedin.icon, .fc .btn-group-sm > button.btn-openid.icon, .fc .btn-group-sm > button.btn-pinterest.icon, .fc .btn-group-sm > button.btn-reddit.icon, .fc .btn-group-sm > button.btn-spotify.icon, .fc .btn-group-sm > button.btn-stack-overflow.icon, .fc .btn-group-sm > button.btn-tumblr.icon, .fc .btn-group-sm > button.btn-twitter.icon, .fc .btn-group-sm > button.btn-vimeo.icon, .fc .btn-group-sm > button.btn-vine.icon, .fc .btn-group-sm > button.btn-vk.icon, .fc .btn-group-sm > button.btn-xing.icon, .fc .btn-group-sm > button.btn-yahoo.icon, .fc .btn-group-sm > button.btn-youtube.icon {
    width: 1.8125rem;
    height: 1.8125rem
}

.btn-facebook {
    background: #3b5998
}

.btn-facebook:before {
    content: "\F09A";
    background: #344e86
}

.btn-facebook:hover {
    background: #344e86
}

.btn-facebook:hover:before {
    background: #2d4373
}

.btn-twitter {
    background: #00aced
}

.btn-twitter:before {
    content: "\F099";
    background: #0099d4
}

.btn-twitter:hover {
    background: #0099d4
}

.btn-twitter:hover:before {
    background: #0087ba
}

.btn-linkedin {
    background: #4875b4
}

.btn-linkedin:before {
    content: "\F0E1";
    background: #4169a2
}

.btn-linkedin:hover {
    background: #4169a2
}

.btn-linkedin:hover:before {
    background: #395d90
}

.btn-flickr {
    background: #ff0084
}

.btn-flickr:before {
    content: "\F16E";
    background: #e60077
}

.btn-flickr:hover {
    background: #e60077
}

.btn-flickr:hover:before {
    background: #cc006a
}

.btn-tumblr {
    background: #32506d
}

.btn-tumblr:before {
    content: "\F173";
    background: #2a435c
}

.btn-tumblr:hover {
    background: #2a435c
}

.btn-tumblr:hover:before {
    background: #22364a
}

.btn-xing {
    background: #026466
}

.btn-xing:before {
    content: "\F168"
}

.btn-xing:before, .btn-xing:hover {
    background: #024b4d
}

.btn-xing:hover:before {
    background: #013334
}

.btn-github {
    background: #4183c4
}

.btn-github:before {
    content: "\F09B";
    background: #3876b4
}

.btn-github:hover {
    background: #3876b4
}

.btn-github:hover:before {
    background: #3269a0
}

.btn-html5 {
    background: #e34f26
}

.btn-html5:before {
    content: "\F13B"
}

.btn-html5:before, .btn-html5:hover {
    background: #d4431b
}

.btn-html5:hover:before {
    background: #be3c18
}

.btn-openid {
    background: #f78c40
}

.btn-openid:before {
    content: "\F19B";
    background: #f67d28
}

.btn-openid:hover {
    background: #f67d28
}

.btn-openid:hover:before {
    background: #f56f0f
}

.btn-stack-overflow {
    background: #fe7a15
}

.btn-stack-overflow:before {
    content: "\F16C";
    background: #f86c01
}

.btn-stack-overflow:hover {
    background: #f86c01
}

.btn-stack-overflow:hover:before {
    background: #df6101
}

.btn-css3 {
    background: #0170ba
}

.btn-css3:before {
    content: "\F13C"
}

.btn-css3:before, .btn-css3:hover {
    background: #0161a1
}

.btn-css3:hover:before {
    background: #015187
}

.btn-youtube {
    background: #b00
}

.btn-youtube:before {
    content: "\F167";
    background: #a20000
}

.btn-youtube:hover {
    background: #a20000
}

.btn-youtube:hover:before {
    background: #800
}

.btn-dribbble {
    background: #ea4c89
}

.btn-dribbble:before {
    content: "\F17D";
    background: #e7357a
}

.btn-dribbble:hover {
    background: #e7357a
}

.btn-dribbble:hover:before {
    background: #e51e6b
}

.btn-google-plus {
    background: #bb4b39
}

.btn-google-plus:before {
    content: "\F0D5";
    background: #a74333
}

.btn-google-plus:hover {
    background: #a74333
}

.btn-google-plus:hover:before {
    background: #943b2d
}

.btn-instagram {
    background: #517fa4
}

.btn-instagram:before {
    content: "\F16D";
    background: #497293
}

.btn-instagram:hover {
    background: #497293
}

.btn-instagram:hover:before {
    background: #406582
}

.btn-pinterest {
    background: #cb2027
}

.btn-pinterest:before {
    content: "\F0D2";
    background: #b51d23
}

.btn-pinterest:hover {
    background: #b51d23
}

.btn-pinterest:hover:before {
    background: #9f191f
}

.btn-vk {
    background: #45668e
}

.btn-vk:before {
    content: "\F189"
}

.btn-vk:before, .btn-vk:hover {
    background: #3d5a7d
}

.btn-vk:hover:before {
    background: #344d6c
}

.btn-yahoo {
    background: #400191
}

.btn-yahoo:before {
    content: "\F19E"
}

.btn-yahoo:before, .btn-yahoo:hover {
    background: #350178
}

.btn-yahoo:hover:before {
    background: #2a015e
}

.btn-behance {
    background: #1769ff
}

.btn-behance:before {
    content: "\F1B4";
    background: #0059fd
}

.btn-behance:hover {
    background: #0059fd
}

.btn-behance:hover:before {
    background: #0050e3
}

.btn-dropbox {
    background: #007ee5
}

.btn-dropbox:before {
    content: "\F16B";
    background: #0070cc
}

.btn-dropbox:hover {
    background: #0070cc
}

.btn-dropbox:hover:before {
    background: #0062b2
}

.btn-reddit {
    background: #ff4500
}

.btn-reddit:before {
    content: "\F1A1";
    background: #e63e00
}

.btn-reddit:hover {
    background: #e63e00
}

.btn-reddit:hover:before {
    background: #cc3700
}

.btn-spotify {
    background: #7ab800
}

.btn-spotify:before {
    content: "\F1BC";
    background: #699f00
}

.btn-spotify:hover {
    background: #699f00
}

.btn-spotify:hover:before {
    background: #588500
}

.btn-vine {
    background: #00bf8f
}

.btn-vine:before {
    content: "\F1CA"
}

.btn-vine:before, .btn-vine:hover {
    background: #00a67c
}

.btn-vine:hover:before {
    background: #008c69
}

.btn-foursquare {
    background: #1073af
}

.btn-foursquare:before {
    content: "\F180";
    background: #0e6498
}

.btn-foursquare:hover {
    background: #0e6498
}

.btn-foursquare:hover:before {
    background: #0c5480
}

.btn-vimeo {
    background: #aad450
}

.btn-vimeo:before {
    content: "\F194"
}

.btn-vimeo:before, .btn-vimeo:hover {
    background: #a0cf3c
}

.btn-vimeo:hover:before {
    background: #93c130
}

hr.transparent {
    border-top: 1px solid transparent
}

.breadcrumb-menu {
    position: absolute;
    top: 0;
    right: 2rem
}

.breadcrumb-menu:before {
    display: none
}

.breadcrumb-menu .btn, .breadcrumb-menu .fc button, .fc .breadcrumb-menu button {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.breadcrumb-menu .btn.btn-secondary, .breadcrumb-menu .fc button, .fc .breadcrumb-menu button {
    color: #c0cadd;
    border: 0
}

.breadcrumb-menu .btn.btn-secondary.active, .breadcrumb-menu .btn.btn-secondary:hover, .breadcrumb-menu .fc button.active, .breadcrumb-menu .fc button:hover, .breadcrumb-menu .open .btn.btn-secondary, .breadcrumb-menu .open .fc button, .fc .breadcrumb-menu .open button, .fc .breadcrumb-menu button.active, .fc .breadcrumb-menu button:hover {
    color: #374767;
    background: transparent
}

.breadcrumb-menu .dropdown-menu {
    min-width: 180px;
    line-height: 1.5
}

.img-avatar {
    border-radius: 50em
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px
}

.avatar .img-avatar {
    width: 36px;
    height: 36px
}

.avatar .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50em
}

.avatar.avatar-xs {
    position: relative;
    display: inline-block;
    width: 20px
}

.avatar.avatar-xs .img-avatar {
    width: 20px;
    height: 20px
}

.avatar.avatar-xs .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em
}

.avatar.avatar-sm {
    position: relative;
    display: inline-block;
    width: 24px
}

.avatar.avatar-sm .img-avatar {
    width: 24px;
    height: 24px
}

.avatar.avatar-sm .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em
}

.avatar.avatar-lg {
    position: relative;
    display: inline-block;
    width: 72px
}

.avatar.avatar-lg .img-avatar {
    width: 72px;
    height: 72px
}

.avatar.avatar-lg .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50em
}

.avatars-stack .avatar.avatar-xs {
    margin-right: -10px
}

.avatars-stack .avatar {
    margin-right: -15px;
    -webkit-transition-duration: .25s, .25s;
    transition-duration: .25s, .25s;
    -webkit-transition-property: margin-left, margin-right;
    transition-property: margin-left, margin-right
}

.avatars-stack .avatar:hover {
    margin-right: 0 !important
}

.callout {
    position: relative;
    padding: 0 1rem;
    margin: 1rem 0;
    border: 0 solid #e1e6ef;
    border-left-width: .25rem
}

.callout .chart-wrapper {
    position: absolute;
    top: 18px;
    left: 45%;
    float: right;
    width: 100px
}

.callout-bordered {
    border: 1px solid #e1e6ef;
    border-left-width: .25rem
}

.callout code {
    border-radius: .25rem
}

.callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.callout p:last-child {
    margin-bottom: 0
}

.callout + .callout {
    margin-top: -.25rem
}

.callout-default {
    border-left-color: #c0cadd
}

.callout-default h4 {
    color: #c0cadd
}

.callout-primary {
    border-left-color: #20a8d8
}

.callout-primary h4 {
    color: #20a8d8
}

.callout-info {
    border-left-color: #67c2ef
}

.callout-info h4 {
    color: #67c2ef
}

.callout-warning {
    border-left-color: #fabb3d
}

.callout-warning h4 {
    color: #fabb3d
}

.callout-danger {
    border-left-color: #ff5454
}

.callout-danger h4 {
    color: #ff5454
}

.callout-success {
    border-left-color: #79c447
}

.callout-success h4 {
    color: #79c447
}

.switch.switch-default {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer
}

.switch.switch-default .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.switch.switch-default .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #e1e6ef;
    border-radius: 2px;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -webkit-transition-property: opacity background;
    transition-property: opacity background
}

.switch.switch-default .switch-input:checked ~ .switch-label:before {
    opacity: 0
}

.switch.switch-default .switch-input:checked ~ .switch-label:after {
    opacity: 1
}

.switch.switch-default .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e1e6ef;
    border-radius: 1px;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out
}

.switch.switch-default .switch-input:checked ~ .switch-handle {
    left: 18px
}

.switch.switch-default.switch-lg {
    width: 48px;
    height: 28px
}

.switch.switch-default.switch-lg .switch-label {
    font-size: 12px
}

.switch.switch-default.switch-lg .switch-handle {
    width: 24px;
    height: 24px
}

.switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
    left: 22px
}

.switch.switch-default.switch-sm {
    width: 32px;
    height: 20px
}

.switch.switch-default.switch-sm .switch-label {
    font-size: 8px
}

.switch.switch-default.switch-sm .switch-handle {
    width: 16px;
    height: 16px
}

.switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
    left: 14px
}

.switch.switch-default.switch-xs {
    width: 24px;
    height: 16px
}

.switch.switch-default.switch-xs .switch-label {
    font-size: 7px
}

.switch.switch-default.switch-xs .switch-handle {
    width: 12px;
    height: 12px
}

.switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
    left: 10px
}

.switch.switch-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer
}

.switch.switch-text .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.switch.switch-text .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #e1e6ef;
    border-radius: 2px;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -webkit-transition-property: opacity background;
    transition-property: opacity background
}

.switch.switch-text .switch-label:after, .switch.switch-text .switch-label:before {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    -webkit-transition: inherit;
    transition: inherit
}

.switch.switch-text .switch-label:before {
    right: 1px;
    color: #e1e6ef;
    content: attr(data-off)
}

.switch.switch-text .switch-label:after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0
}

.switch.switch-text .switch-input:checked ~ .switch-label:before {
    opacity: 0
}

.switch.switch-text .switch-input:checked ~ .switch-label:after {
    opacity: 1
}

.switch.switch-text .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e1e6ef;
    border-radius: 1px;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out
}

.switch.switch-text .switch-input:checked ~ .switch-handle {
    left: 26px
}

.switch.switch-text.switch-lg {
    width: 56px;
    height: 28px
}

.switch.switch-text.switch-lg .switch-label {
    font-size: 12px
}

.switch.switch-text.switch-lg .switch-handle {
    width: 24px;
    height: 24px
}

.switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
    left: 30px
}

.switch.switch-text.switch-sm {
    width: 40px;
    height: 20px
}

.switch.switch-text.switch-sm .switch-label {
    font-size: 8px
}

.switch.switch-text.switch-sm .switch-handle {
    width: 16px;
    height: 16px
}

.switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
    left: 22px
}

.switch.switch-text.switch-xs {
    width: 32px;
    height: 16px
}

.switch.switch-text.switch-xs .switch-label {
    font-size: 7px
}

.switch.switch-text.switch-xs .switch-handle {
    width: 12px;
    height: 12px
}

.switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
    left: 18px
}

.switch.switch-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer
}

.switch.switch-icon .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.switch.switch-icon .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #e1e6ef;
    border-radius: 2px;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -webkit-transition-property: opacity background;
    transition-property: opacity background
}

.switch.switch-icon .switch-label:after, .switch.switch-icon .switch-label:before {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    -webkit-transition: inherit;
    transition: inherit
}

.switch.switch-icon .switch-label:before {
    right: 1px;
    color: #e1e6ef;
    content: attr(data-off)
}

.switch.switch-icon .switch-label:after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0
}

.switch.switch-icon .switch-input:checked ~ .switch-label:before {
    opacity: 0
}

.switch.switch-icon .switch-input:checked ~ .switch-label:after {
    opacity: 1
}

.switch.switch-icon .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e1e6ef;
    border-radius: 1px;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out
}

.switch.switch-icon .switch-input:checked ~ .switch-handle {
    left: 26px
}

.switch.switch-icon.switch-lg {
    width: 56px;
    height: 28px
}

.switch.switch-icon.switch-lg .switch-label {
    font-size: 12px
}

.switch.switch-icon.switch-lg .switch-handle {
    width: 24px;
    height: 24px
}

.switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
    left: 30px
}

.switch.switch-icon.switch-sm {
    width: 40px;
    height: 20px
}

.switch.switch-icon.switch-sm .switch-label {
    font-size: 8px
}

.switch.switch-icon.switch-sm .switch-handle {
    width: 16px;
    height: 16px
}

.switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
    left: 22px
}

.switch.switch-icon.switch-xs {
    width: 32px;
    height: 16px
}

.switch.switch-icon.switch-xs .switch-label {
    font-size: 7px
}

.switch.switch-icon.switch-xs .switch-handle {
    width: 12px;
    height: 12px
}

.switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
    left: 18px
}

.switch.switch-3d {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer
}

.switch.switch-3d .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.switch.switch-3d .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f9f9fa;
    border: 1px solid #e1e6ef;
    border-radius: 2px;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -webkit-transition-property: opacity background;
    transition-property: opacity background
}

.switch.switch-3d .switch-input:checked ~ .switch-label:before {
    opacity: 0
}

.switch.switch-3d .switch-input:checked ~ .switch-label:after {
    opacity: 1
}

.switch.switch-3d .switch-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #e1e6ef;
    border-radius: 1px;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}

.switch.switch-3d .switch-input:checked ~ .switch-handle {
    left: 16px
}

.switch.switch-3d.switch-lg {
    width: 48px;
    height: 28px
}

.switch.switch-3d.switch-lg .switch-label {
    font-size: 12px
}

.switch.switch-3d.switch-lg .switch-handle {
    width: 28px;
    height: 28px
}

.switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
    left: 20px
}

.switch.switch-3d.switch-sm {
    width: 32px;
    height: 20px
}

.switch.switch-3d.switch-sm .switch-label {
    font-size: 8px
}

.switch.switch-3d.switch-sm .switch-handle {
    width: 20px;
    height: 20px
}

.switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
    left: 12px
}

.switch.switch-3d.switch-xs {
    width: 24px;
    height: 16px
}

.switch.switch-3d.switch-xs .switch-label {
    font-size: 7px
}

.switch.switch-3d.switch-xs .switch-handle {
    width: 16px;
    height: 16px
}

.switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
    left: 8px
}

.switch-pill .switch-handle, .switch-pill .switch-label, .switch.switch-3d .switch-handle, .switch.switch-3d .switch-label {
    border-radius: 50em !important
}

.switch-pill .switch-label:before, .switch.switch-3d .switch-label:before {
    right: 2px !important
}

.switch-pill .switch-label:after, .switch.switch-3d .switch-label:after {
    left: 2px !important
}

.switch-primary > .switch-input:checked ~ .switch-label {
    background: #20a8d8 !important;
    border-color: #1985ac
}

.switch-primary > .switch-input:checked ~ .switch-handle {
    border-color: #1985ac
}

.switch-primary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #20a8d8
}

.switch-primary-outline > .switch-input:checked ~ .switch-label:after {
    color: #20a8d8
}

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #20a8d8
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #20a8d8
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label:after {
    color: #20a8d8
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #20a8d8 !important;
    border-color: #20a8d8
}

.switch-secondary > .switch-input:checked ~ .switch-label {
    background: #e1e6ef !important;
    border-color: #c0cadd
}

.switch-secondary > .switch-input:checked ~ .switch-handle {
    border-color: #c0cadd
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #e1e6ef
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label:after {
    color: #e1e6ef
}

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #e1e6ef
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #e1e6ef
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label:after {
    color: #e1e6ef
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #e1e6ef !important;
    border-color: #e1e6ef
}

.switch-success > .switch-input:checked ~ .switch-label {
    background: #79c447 !important;
    border-color: #61a434
}

.switch-success > .switch-input:checked ~ .switch-handle {
    border-color: #61a434
}

.switch-success-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #79c447
}

.switch-success-outline > .switch-input:checked ~ .switch-label:after {
    color: #79c447
}

.switch-success-outline > .switch-input:checked ~ .switch-handle {
    border-color: #79c447
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #79c447
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label:after {
    color: #79c447
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #79c447 !important;
    border-color: #79c447
}

.switch-info > .switch-input:checked ~ .switch-label {
    background: #67c2ef !important;
    border-color: #39afea
}

.switch-info > .switch-input:checked ~ .switch-handle {
    border-color: #39afea
}

.switch-info-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #67c2ef
}

.switch-info-outline > .switch-input:checked ~ .switch-label:after {
    color: #67c2ef
}

.switch-info-outline > .switch-input:checked ~ .switch-handle {
    border-color: #67c2ef
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #67c2ef
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label:after {
    color: #67c2ef
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #67c2ef !important;
    border-color: #67c2ef
}

.switch-warning > .switch-input:checked ~ .switch-label {
    background: #fabb3d !important;
    border-color: #f9aa0b
}

.switch-warning > .switch-input:checked ~ .switch-handle {
    border-color: #f9aa0b
}

.switch-warning-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #fabb3d
}

.switch-warning-outline > .switch-input:checked ~ .switch-label:after {
    color: #fabb3d
}

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
    border-color: #fabb3d
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #fabb3d
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label:after {
    color: #fabb3d
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #fabb3d !important;
    border-color: #fabb3d
}

.switch-danger > .switch-input:checked ~ .switch-label {
    background: #ff5454 !important;
    border-color: #ff2121
}

.switch-danger > .switch-input:checked ~ .switch-handle {
    border-color: #ff2121
}

.switch-danger-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ff5454
}

.switch-danger-outline > .switch-input:checked ~ .switch-label:after {
    color: #ff5454
}

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
    border-color: #ff5454
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ff5454
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label:after {
    color: #ff5454
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #ff5454 !important;
    border-color: #ff5454
}

.chart-wrapper canvas {
    width: 100% !important
}

base-chart.chart {
    display: block !important
}

.b-a-0 {
    border: 0 !important
}

.b-t-0 {
    border-top: 0 !important
}

.b-r-0 {
    border-right: 0 !important
}

.b-b-0 {
    border-bottom: 0 !important
}

.b-l-0 {
    border-left: 0 !important
}

.b-a-1 {
    border: 1px solid #e1e6ef !important
}

.b-t-1 {
    border-top: 1px solid #e1e6ef !important
}

.b-r-1 {
    border-right: 1px solid #e1e6ef !important
}

.b-b-1 {
    border-bottom: 1px solid #e1e6ef !important
}

.b-l-1 {
    border-left: 1px solid #e1e6ef !important
}

.b-a-2 {
    border: 2px solid #e1e6ef !important
}

.b-t-2 {
    border-top: 2px solid #e1e6ef !important
}

.b-r-2 {
    border-right: 2px solid #e1e6ef !important
}

.b-b-2 {
    border-bottom: 2px solid #e1e6ef !important
}

.b-l-2 {
    border-left: 2px solid #e1e6ef !important
}

.label-pill {
    border-radius: 1rem !important
}

.navbar .form-inline i {
    color: #c0cadd
}

.daterangepicker .navbar .form-inline .input-mini, .navbar .form-inline .daterangepicker .input-mini, .navbar .form-inline .form-control, .navbar .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    margin-top: -3px;
    color: #c0cadd;
    border: 0
}

.daterangepicker .navbar .form-inline .input-mini::placeholder, .navbar .form-inline .daterangepicker .input-mini::placeholder, .navbar .form-inline .form-control::placeholder, .navbar .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::placeholder {
    color: #c0cadd
}

.daterangepicker .navbar .form-inline .input-mini::-webkit-input-placeholder, .navbar .form-inline .daterangepicker .input-mini::-webkit-input-placeholder, .navbar .form-inline .form-control::-webkit-input-placeholder, .navbar .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::-webkit-input-placeholder {
    color: #c0cadd
}

.daterangepicker .navbar .form-inline .input-mini:-moz-placeholder, .daterangepicker .navbar .form-inline .input-mini::-moz-placeholder, .navbar .form-inline .daterangepicker .input-mini:-moz-placeholder, .navbar .form-inline .daterangepicker .input-mini::-moz-placeholder, .navbar .form-inline .form-control:-moz-placeholder, .navbar .form-inline .form-control::-moz-placeholder, .navbar .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:-moz-placeholder, .navbar .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::-moz-placeholder {
    color: #c0cadd
}

.daterangepicker .navbar .form-inline .input-mini:-ms-input-placeholder, .navbar .form-inline .daterangepicker .input-mini:-ms-input-placeholder, .navbar .form-inline .form-control:-ms-input-placeholder, .navbar .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:-ms-input-placeholder {
    color: #c0cadd
}

.navbar .nav-item .nav-link.nav-pill {
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 32px;
    border: 1px solid #c0cadd;
    border-radius: 50em
}

.navbar .nav-item .nav-link.nav-pill:hover {
    border-color: #9faecb
}

.navbar .nav-item .nav-link.nav-pill i {
    vertical-align: top
}

.navbar .nav-item .nav-link.nav-pill .badge-pill {
    margin-top: -18px;
    margin-left: -5px;
    border: 2px solid #fff !important;
    line-height: 14px
}

.navbar .nav-item .nav-link.nav-pill.avatar {
    width: 38px;
    height: 38px
}

.navbar .nav-item .nav-link.nav-pill.avatar img {
    width: 36px;
    height: 36px;
    margin: 0;
    border: 0
}

.navbar .nav-item .nav-link.nav-pill.avatar .badge {
    margin-top: -22px;
    margin-left: 5px
}

.navbar .nav-item .nav-link.nav-pill.avatar.dropdown-toggle:after {
    display: none
}

.sidebar .sidebar-nav .nav .nav-title span {
    position: relative;
    display: inline-block
}

.sidebar .sidebar-nav .nav .nav-title span:after, .sidebar .sidebar-nav .nav .nav-title span:before {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 1px;
    margin-top: -1px;
    content: "";
    border-bottom: 1px solid #c0cadd
}

.sidebar .sidebar-nav .nav .nav-title span:before {
    left: -30px
}

.sidebar .sidebar-nav .nav .nav-title span:after {
    right: -30px
}

.email-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: hidden
}

.email-app nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 15px;
    border-right: 1px solid #e1e6ef
}

.email-app nav .btn-block {
    margin-bottom: 15px
}

.email-app nav ul.nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.email-app nav ul.nav li.nav-item {
    margin: 0;
    position: relative
}

.email-app nav ul.nav li.nav-item a.nav-link {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 0 10px
}

.email-app nav ul.nav li.nav-item a.nav-link i {
    width: 20px;
    text-align: center;
    margin: 0 10px 0 0;
    font-size: 14px
}

.email-app nav ul.nav li.nav-item a.nav-link .tag {
    float: right;
    margin-top: 16px;
    margin-left: 10px
}

.email-app nav ul.nav li.nav-item a.nav-link {
    line-height: 40px;
    color: #374767;
    border-bottom: 1px solid #e1e6ef
}

.email-app main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px
}

.email-app main .toolbar {
    margin: -15px -15px 15px;
    padding: 15px;
    border-bottom: 1px solid #e1e6ef
}

.email-app main ul.messages-list {
    list-style: none;
    margin: 15px -15px 0;
    padding: 15px 15px 0
}

.email-app main ul.messages-list li {
    cursor: pointer;
    margin-bottom: 10px;
    padding: 10px
}

.email-app main ul.messages-list li a {
    color: #000
}

.email-app main ul.messages-list li a:hover {
    text-decoration: none
}

.email-app main ul.messages-list li.unread .header, .email-app main ul.messages-list li.unread .title {
    font-weight: 700
}

.email-app main ul.messages-list li:hover {
    border: 1px solid #e1e6ef;
    padding: 9px
}

.email-app main ul.messages-list li:hover .action {
    color: #e1e6ef
}

.email-app main ul.messages-list li .header {
    margin: 0 0 5px
}

.email-app main ul.messages-list li .header .from {
    width: 49.9%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.email-app main ul.messages-list li .header .date {
    width: 50%;
    text-align: right;
    float: right
}

.email-app main ul.messages-list li .title {
    margin: 0 0 5px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.email-app main ul.messages-list li .description {
    font-size: 12px;
    padding-left: 29px
}

.email-app main ul.messages-list li .action {
    display: inline-block;
    width: 16px;
    text-align: center;
    margin-right: 10px;
    color: #e1e6ef
}

.email-app main ul.messages-list li .action .fa-check-square-o {
    margin: 0 -1px 0 1px
}

.email-app main ul.messages-list li .action .fa-square {
    float: left;
    margin-top: -16px;
    margin-left: 4px;
    font-size: 11px;
    color: #fff
}

.email-app main ul.messages-list li .action .fa-star.bg {
    float: left;
    margin-top: -16px;
    margin-left: 3px;
    font-size: 12px;
    color: #fff
}

.email-app main .message .message-title {
    margin-top: 30px;
    padding-top: 10px;
    font-weight: 700;
    font-size: 14px
}

.email-app main .message .header {
    margin: 20px 0 30px;
    padding: 10px 0;
    border-top: 1px solid #e1e6ef;
    border-bottom: 1px solid #e1e6ef
}

.email-app main .message .header .avatar {
    height: 34px;
    width: 34px;
    float: left;
    margin-right: 10px
}

.email-app main .message .header i {
    margin-top: 1px
}

.email-app main .message .header .from {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    margin-top: -2px;
    color: #e1e6ef
}

.email-app main .message .header .from span {
    display: block;
    font-size: 14px;
    font-weight: 700
}

.email-app main .message .header .date {
    display: inline-block;
    width: 29%;
    text-align: right;
    float: right;
    font-size: 12px;
    margin-top: 18px
}

.email-app main .message .attachments {
    border-top: 3px solid #f9f9fa;
    border-bottom: 3px solid #f9f9fa;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 12px
}

.email-app main .message .attachments ul {
    list-style: none;
    margin: 0 0 0 -40px
}

.email-app main .message .attachments ul li {
    margin: 10px 0
}

.email-app main .message .attachments ul li .tag {
    padding: 2px 4px
}

.email-app main .message .attachments ul li span.quickMenu {
    float: right;
    text-align: right
}

.email-app main .message .attachments ul li span.quickMenu .fa {
    padding: 5px 0 5px 25px;
    font-size: 14px;
    margin: -2px 0 0 5px;
    color: #e1e6ef
}

* {
    font-family: "Microsoft YaHei" !important;
}

.fa {
    font-family: FontAwesome !important;
}

/*导航修正*/
body:not(.top-nav) .sidebar ul.nav li.nav-title {
    font-weight: 500;
    font-size: 1rem;
}

/*进度条修正——4.6*/
.progress {
    height: auto;
}

.navbar .nav-item .nav-link.nav-pill {
    border: none;
}

.navbar .nav-item .nav-link.nav-pill.avatar {
    width: 12.5rem;
}

.navbar .nav-item .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

body:not(.top-nav) .sidebar {
    background-color: #48515A;
}

body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link, body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link :hover {
    background-color: #384148;
}

body:not(.top-nav) .sidebar ul.nav .nav-dropdown-items li.nav-item a.nav-link {
    background-color: #22272A;
    color: #8A8889 !important;
}

body:not(.top-nav) .sidebar ul.nav .nav-dropdown-items li.nav-item a.nav-link.active, body:not(.top-nav) .sidebar ul.nav .nav-dropdown-items li.nav-item a.nav-link:hover {
    border-left: 0.125rem solid #BAC9DC !important;
    color: #fff !important;
}

body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link.active, body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.open a.nav-dropdown-toggle {
    border-left: 0.25rem solid #20a8d8 !important;
    background: #2c3334;
}

body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.open a.nav-dropdown-toggle {
    margin-bottom: 2px;
}

body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.open a.nav-dropdown-toggle i {
    color: #20a8d8;
}

header.navbar a.navbar-brand {
    background-image: none;
    color: #fff;
    line-height: 2.875rem;
}

header.navbar a.navbar-brand:hover {
    color: #fff;
}

.layui-layer-btn0 {
    color: #fff !important;
}

.btn-outline-info:disabled:hover {
    background-color: #67c2ef;
}

.btn-outline-danger:disabled:hover {
    background-color: #ff5454;
}

.btn-outline-primary:disabled:hover {
    background-color: #20a8d8;
}

/*.btn-outline-primary .dropdown-menu*/
/*,.btn-outline-primary .dropdown-menu button{*/
/*border-color: #20a8d8;*/
/*}*/

/*火狐下面表单验证初始化变红修正*/
input.form-control.ng-untouched {
    box-shadow: none;
}

/*顶顶顶*/
.table-min {
    min-height: 51.125rem;
}

.ai-ssa {
    border: 0.0625rem solid #00C1B3;
    border-radius: 0.3125rem;
    padding: 0.1rem 0.6rem;
    float: left;
    margin-top: 0.3rem;
    margin-right: 0.5rem;
}

.ai-aa {
    color: #515151;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.cl-r {
    color: #FF0000;
}

.a-aa {
    color: #515151;
    display: block;
}

.zld a {
    color: #374767;
}

.zld {
    padding: 10px 0 40px 20px;
}

body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-dd {
    padding-left: 48px;
    background: #2f3335;
}

.nav-ul ul li {
    margin-right: 10px;
}

.mt5 {
    margin-top: 5px;
}

.pt-8 {
    padding-top: 8px;
}

.zx-p {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.gr-bj {
    display: block;
    width: 100px;
    background: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    position: absolute;
    bottom: 0;
    color: #fff;
}

.bd-no {
    border: none;
}

.ts-a {
    padding: 6px 8px;
    margin-right: 11px;
    border-radius: 5px;
    font-size: 12px;
    color: #2f3335;
    line-height: 40px;
}

.bg-a {
    background: #60a4e3;
    color: #ffffff;

}

.yz-m {
    padding: 0;
}

/*头像编辑*/

.edit-ava-wp .img-wp {
    width: 100%;
    height: 105px;
    display: table;
    margin: 0 auto 6px;
    table-layout: fixed

}

.edit-ava-wp .img-wp .imgItem {
    display: table-cell;
    vertical-align: middle;
    background-color: #f2f4f8;
    border: 1px solid #ddd;
    text-align: center;
}

.edit-ava-wp .img-wp .imgItem img {
    vertical-align: middle;
    max-height: 103px; /*(宽度-边框*2)*/
    max-width: 100%;
}

.edit-ava-wp .cart-img {
    height: 20.5rem;
}

.edit-ava-wp .avatarPreview {
    margin: 0 auto;
}

.edit-ava-wp .show-img-big {
    height: 100px;
    width: 100px;
}

.edit-ava-wp .show-img-md {
    height: 70px;
    width: 70px;
}

.edit-ava-wp .show-img-sm {
    height: 50px;
    width: 50px;
}

@media (max-width: 992px) {

    .edit-ava-wp .img-wp {
        width: 100%;
        height: 100px;
        display: table;
        margin: 0 auto 6px;
        table-layout: fixed

    }

    .edit-ava-wp .img-wp .imgItem {
        display: table-cell;
        vertical-align: middle;
        background-color: #f2f4f8;
        border: 1px solid #ddd;
        text-align: center;
    }

    .edit-ava-wp .img-wp .imgItem img {
        vertical-align: middle;
        max-height: 100px; /*(宽度-边框*2)*/
        max-width: 100%;
    }

    .edit-ava-wp .cart-img {
        height: 348.66px;
    }

    .edit-ava-wp .show-img-big {
        height: 80px;
        width: 80px;
    }

    .edit-ava-wp .show-img-md {
        height: 60px;
        width: 60px;
    }

    .edit-ava-wp .show-img-sm {
        height: 40px;
        width: 40px;
    }
}

.cl-00 {
    color: #000000;
}

/*
找回密码
 */
.gb-nav {
    margin-top: 1.875rem;
    position: relative;
    margin-bottom: 2.75rem;
}

.gb-ss {
    font-size: 1.5rem;
    color: #FFFFFF;
    border-radius: 3.125rem;
    width: 2.3125rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
}

.gb-sd {
    margin: 0.75rem 0 0 -0.9375rem;
}

.gb-sdd {
    margin-left: -0.5rem;
}

.gb-sca {
    position: absolute;
    top: 0.375rem;
    left: 11.75rem;
}

.gb-scb {
    position: absolute;
    top: 0.375rem;
    left: 34.625rem;
}

.gb-scc {
    position: absolute;
    top: 0.375rem;
    left: 57.375rem;
}

.bg-22 {
    background: #EA5833;
}

.bg-9A {
    background: #9A979E;
}

/*邮箱绑定结果*/
.email-container {
    width: 965px;
    height: 555px;
    position: relative;
    margin: 0 auto;
}

.email-bd {
    background: url("../img/email/bd.jpg") no-repeat #fff;
}

.email-jb {
    background: url("../img/email/jb.jpg") no-repeat #fff;
}

.email-container > .btn {
    top: 170px;
    left: 220px;
    position: absolute;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 5px;
}

/*end:邮箱绑定结果*/

[toolbar-button] {
    margin-right: 3px;
}

/**/
.gb-nav {
    margin-top: 1.875rem;
    position: relative;
    margin-bottom: 2.75rem;
}

.gb-ss {
    font-size: 1.5rem;
    color: #FFFFFF;
    border-radius: 3.125rem;
    width: 2.3125rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
}

.gb-sd {
    margin: 0.75rem 0 0 -0.9375rem;
}

.gb-sdd {
    margin-left: -0.5rem;
}

.gb-sca {
    position: absolute;
    top: 0.375rem;
    left: 11.75rem;
}

.gb-scb {
    position: absolute;
    top: 0.375rem;
    left: 34.625rem;
}

.gb-scc {
    position: absolute;
    top: 0.375rem;
    left: 57.375rem;
}

.bg-22 {
    background: #EA5833;
}

.bg-9A {
    background: #9A979E;
}

.myprogress-info {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
}

header.navbar .navbar-platform.navbar-brand {
    display: inline-block;
    line-height: 40px;
    width: 250px;
    height: 60px;
    padding: 0.5rem;
    background-color: #20a8d8;
    border-bottom: 1px solid #1985ac;
}

header.navbar .navbar-platform.navbar-brand .navbar-brand-info {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
}

header.navbar .navbar-platform.navbar-brand .navbar-brand-info a {
    color: #ffffff;
}

header.navbar .navbar-platform .dropdown-menu {
    padding-bottom: 0;
    line-height: 3;
}

header.navbar .navbar-platform .dropdown-menu .dropdown-item {
    height: 60px;
}

header.navbar .navbar-platform .dropdown-item, header.navbar .navbar-platform .dropdown-header {
    min-width: 250px;
}

header.navbar .navbar-platform .dropdown-item .tag {
    margin-top: 12px;
}

/*2017-1-5*/
.ml-12px {
    margin-left: 12px;
}

.ml-38px {
    margin-left: 38px;
}

.mt-11px {
    margin-top: 11px;
}

.mt-37px {
    margin-top: 37px;
}

.mt-6px {
    margin-top: 6px;
}

.mr-31px {
    margin-right: 31px;
}

.mr-36px {
    margin-right: 36px;
}

.mt-5px {
    margin-top: 5px;
}

.pl-50px {
    padding-left: 50px;
}

.nav-qh {
    padding-left: 0.65rem !important;
    border-left: 0.25rem solid #20a8d8 !important;
    background-color: #1f2425 !important;
}

.navbar-nav .nav-item + .nav-ite {
    margin-left: 0;
}

.nav-n-a {
    color: #2a3031 !important;
}

.cl-2a {
    color: #2a3031;
}

.cl-99 {
    color: #999999;
}

.cl-ae {
    color: #aeaeae;
}

.cl-66 {
    color: #666666;
}

.dropdown-ts {
    width: 250px;
}

header.navbar a.navbar-brand {
    /*background: url("../img/sanjiao.png") no-repeat #20a8d8 100% 100%;*/
    color: #fff;
    line-height: 2.875rem;
    border: none;
}

.bg-da {
    background: #F5F5F5;
    border-left: 3px solid #9ACD32;
    padding-left: 17px;
}

@media (max-width: 992px) {
    .dp-img {
        display: none;
    }

}

.cn-r b {
    color: #000000;
    font-size: 16px;
}

.cn-r a {
    color: #4ca1fb;
}

.ber-b {
    border-bottom: dotted 1px #aeaeae;
}

.tx-ot {
    width: 100px;
    height: 100px;
    background: #00a67c;
}

.tx-t {
    margin-left: 50px;
}

.tx-tt {
    width: 75px;
    height: 75px;
    background: #00a67c;
    margin-top: 25px;
}

.tx-st {
    width: 50px;
    height: 50px;
    background: #00a67c;
    margin-top: 50px;
}

.tx-br button {
    border-radius: 3px;
    padding: 6px 16px;
}

.bg-clr {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #ffffff;
}

.bg-99 {
    background: #991010;
}

.bg-ee {
    background: #EEEEEE;
}

.sd-oo {
    width: 85%;
    height: 32px;
}

.sd-ot {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #991010;
}

.sd-to {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #ffffff;
}

.sd-tt {
    width: 77%;
    height: 32px;
}

.sd-ts {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #EEEEEE;
}

.sd-so {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #ffffff;
}

.sd-st {
    width: 85%;
    height: 32px;
}

.cl-ff {
    color: #ffffff;
}

.pt-6 {
    padding-top: 6px;
}

.alert-pd {
    padding: 0.3rem 1.25rem;
    border: none;
}

.dp-no {
    display: none;
}

.bg-img {
    height: 188px;
    background: url(../img/login/q-a-bg.png) repeat;
}

.bg-img h2 {
    padding: 75px 0 0 30px;
    color: #ffffff;
}

.bg-ff {
    background: #ffffff;
}

.cl-89 {
    color: #0eba89;
}

.cl-66 {
    color: #666666;
}

.hg-hi {
    padding: 100px 0;
}

.cl-48 {
    color: #ff4848;
}

.cl-c3 {
    color: #c38700;
}

.fix-findpwdbtn, .fix-findpwdbtn .fa {
    vertical-align: middle;
}

.fix-findpwdbtn .fa {
    font-size: 1.375rem;
}

.table .dropdown-menu {
    right: 0;
    left: inherit;
}

.has-danger .col-form-label {
    color: #ff5454;
}

.table .td-date {
    min-width: 92px;
}

.table .td-dateTime {
    min-width: 150px;
}

.table .td-title {
    min-width: 120px;
    max-width: 320px;
}

.table .td-cateName {
    min-width: 100px;
}

.table .td-name {
    min-width: 100px;
}
.table .td-status {
    min-width: 85px;
}

.has-danger .col-form-label {
    color: #ff5454;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
}

.lg-nav {
    background-color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    box-shadow: 0 0.2rem 0.5rem 0 #e5e5e5;
}

.lg-nav a {
    color: #000;
    font-size: 1.25rem;
}

.lg-nav .float-right a {
    font-size: 1rem;
}

/*ç™»å½•ä¸»ä½“*/
.login-block {
    background-color: #D43822;
    margin-top: 0.55rem;
}

.login-block, .login-block a {
    color: darkgray;
}

.login-block .container {
    height: 100%;
}

.login-block .login-form {
    background-color: #f3f3f3;
    height: 20rem;
    margin-top: 6rem;
}

.login-block .input-group-addon {
    background-color: #DAD0D8;
    color: #FFF;
}

.login-block .input-group .input-group-addon-img, .loginbind-block .input-group .input-group-addon-img {
    padding: 0;
}

.login-block .input-group .input-group-addon-img img {
    width: 8.75rem;
    height: 2.11rem;
}

.login-block .title {
    color: #2EBDD9;
    font-size: 1.3rem;
    padding-top: 1rem;
    padding-bottom: 0.1rem;
}

.login-block .block > div {
    margin-bottom: 1rem;
}

.login-block .btn-primary {
    background-color: #2EBDD9;
}

.login-block .badge-pill {
    color: #ffffff;
    padding: 0.2rem;
}

.login-block .badge-pill:first-child {
    padding-right: 4px;
}

.fly-logo {
    background: url('../img/login/loginpict.jpg') no-repeat;
    width: 741px;
    height: 530px;
    left: 6.25rem;
    z-index: 10;
}
.fs-14{
    font-size:14px;
}


