/* Error de minimización. Devolviendo el contenido no minimizado.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
:root {
    --blue:#2196F3;
    --indigo:#3F51B5;
    --purple:#673AB7;
    --pink:#E91E63;
    --red:#F44336;
    --orange:#FF7043;
    --yellow:#FF9800;
    --green:#4CAF50;
    --teal:#009688;
    --cyan:#00BCD4;
    --white:#fff;
    --gray:#999;
    --gray-dark:#555;
    --primary:#2196F3;
    --secondary:#777;
    --success:#4CAF50;
    --info:#00BCD4;
    --warning:#FF7043;
    --danger:#F44336;
    --light:#fafafa;
    --dark:#2a3140;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote, pre {
        border: 1px solid #ccc;
        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;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .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 #eee !important;
    }
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    text-align: left;
    background-color: #f5f5f5;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .625rem;
}

p {
    margin-top: 0;
    margin-bottom: .625rem;
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

dt {
    font-weight: 500;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #2196f3;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0a6ebd;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        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;
        }

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem 1.25rem;
    padding-bottom: .75rem 1.25rem;
    color: #999;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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 {
        padding: 0;
        border-style: none;
    }

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .625rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5385;
    color: inherit;
}

.h1, h1 {
    font-size: 1.5625rem;
}

.h2, h2 {
    font-size: 1.4375rem;
}

.h3, h3 {
    font-size: 1.3125rem;
}

.h4, h4 {
    font-size: 1.1875rem;
}

.h5, h5 {
    font-size: 1.0625rem;
}

.h6, h6 {
    font-size: .9375rem;
}

.lead {
    font-size: 1.01562rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.5385;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.5385;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.5385;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.5385;
}

hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 0;
    border-top: 1px solid #ddd;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.mark, mark {
    padding: .25rem .5rem;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 1.25rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1.25rem;
    font-size: .9375rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #999;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .625rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #999;
}

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

code {
    font-size: .75rem;
    color: #d81b60;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: .2rem .4rem;
    font-size: .75rem;
    color: #fff;
    background-color: #333;
    border-radius: .125rem;
    -webkit-box-shadow: inset 0 -.1rem 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -.1rem 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    font-size: .75rem;
    color: #333;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 450px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: .625rem;
    padding-left: .625rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: .625rem;
    padding-left: .625rem;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.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-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: .625rem;
    padding-left: .625rem;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-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;
        -webkit-flex: 0 0 16.66667%;
        -moz-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;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-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;
        -webkit-flex: 0 0 41.66667%;
        -moz-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;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-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;
        -webkit-flex: 0 0 66.66667%;
        -moz-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;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-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;
        -webkit-flex: 0 0 91.66667%;
        -moz-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;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-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;
        -webkit-flex: 0 0 16.66667%;
        -moz-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;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-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;
        -webkit-flex: 0 0 41.66667%;
        -moz-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;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-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;
        -webkit-flex: 0 0 66.66667%;
        -moz-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;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-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;
        -webkit-flex: 0 0 91.66667%;
        -moz-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;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-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;
        -webkit-flex: 0 0 16.66667%;
        -moz-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;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-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;
        -webkit-flex: 0 0 41.66667%;
        -moz-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;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-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;
        -webkit-flex: 0 0 66.66667%;
        -moz-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;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-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;
        -webkit-flex: 0 0 91.66667%;
        -moz-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;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-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;
        -webkit-flex: 0 0 16.66667%;
        -moz-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;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-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;
        -webkit-flex: 0 0 41.66667%;
        -moz-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;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-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;
        -webkit-flex: 0 0 66.66667%;
        -moz-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;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-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;
        -webkit-flex: 0 0 91.66667%;
        -moz-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;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .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: 1.25rem;
    background-color: transparent;
}

    .table td, .table th {
        padding: .75rem 1.25rem;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #f5f5f5;
    }

.table-sm td, .table-sm th {
    padding: .625rem 1.25rem;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd;
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px;
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.03);
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #c1e2fc;
}

.table-hover .table-primary:hover {
    background-color: #a9d7fb;
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #a9d7fb;
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d9d9d9;
}

.table-hover .table-secondary:hover {
    background-color: #ccc;
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #ccc;
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #cde9ce;
}

.table-hover .table-success:hover {
    background-color: #bbe1bd;
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #bbe1bd;
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #b8ecf3;
}

.table-hover .table-info:hover {
    background-color: #a2e6ef;
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #a2e6ef;
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffd7ca;
}

.table-hover .table-warning:hover {
    background-color: #ffc4b1;
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffc4b1;
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #fccac7;
}

.table-hover .table-danger:hover {
    background-color: #fbb3af;
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #fbb3af;
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fefefe;
}

.table-hover .table-light:hover {
    background-color: #f1f1f1;
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #f1f1f1;
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c3c5ca;
}

.table-hover .table-dark:hover {
    background-color: #b5b8be;
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b5b8be;
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.015);
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.015);
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.015);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #333;
    border-color: rgba(255,255,255,.35);
}

.table .thead-light th {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.table-dark {
    color: #fff;
    background-color: #333;
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: rgba(255,255,255,.35);
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075);
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    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,-webkit-box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 transparent,0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent,0 0 0 0 transparent;
}

.form-control:not(.border-1):not(.border-2):not(.border-3):focus {
    border-color: #ccc;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fafafa;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: 2.25003rem;
}

select.form-control:focus::-ms-value {
    color: #333;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(.4375rem + 1px);
    padding-bottom: calc(.4375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5385;
}

.col-form-label-lg {
    padding-top: calc(.5625rem + 1px);
    padding-bottom: calc(.5625rem + 1px);
    font-size: .875rem;
    line-height: 1.4286;
}

.col-form-label-sm {
    padding-top: calc(.3125rem + 1px);
    padding-bottom: calc(.3125rem + 1px);
    font-size: .75rem;
    line-height: 1.6667;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    margin-bottom: 0;
    line-height: 1.5385;
    color: #333;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .3125rem .75rem;
    font-size: .75rem;
    line-height: 1.6667;
    border-radius: .125rem;
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: 2.00002rem;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5625rem 1rem;
    font-size: .875rem;
    line-height: 1.4286;
    border-radius: .25rem;
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: 2.50002rem;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-text {
    display: block;
    margin-top: .5rem;
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.875rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.875rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #999;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 1.25rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .625rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .5rem;
    font-size: 80%;
    color: #4caf50;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(76,175,80,.8);
    border-radius: .2rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #4caf50;
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #4caf50;
        -webkit-box-shadow: 0 0 0 0 rgba(76,175,80,.25);
        box-shadow: 0 0 0 0 rgba(76,175,80,.25);
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block;
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #4caf50;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #4caf50;
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        background-color: #a3d7a5;
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #6ec071;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #f5f5f5,0 0 0 0 rgba(76,175,80,.25);
    box-shadow: 0 0 0 1px #f5f5f5,0 0 0 0 rgba(76,175,80,.25);
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #4caf50;
}

    .custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
        border-color: inherit;
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0 rgba(76,175,80,.25);
    box-shadow: 0 0 0 0 rgba(76,175,80,.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .5rem;
    font-size: 80%;
    color: #f44336;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(244,67,54,.8);
    border-radius: .2rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #f44336;
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #f44336;
        -webkit-box-shadow: 0 0 0 0 rgba(244,67,54,.25);
        box-shadow: 0 0 0 0 rgba(244,67,54,.25);
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block;
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #f44336;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #f44336;
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        background-color: #fbb4af;
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #f77066;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #f5f5f5,0 0 0 0 rgba(244,67,54,.25);
    box-shadow: 0 0 0 1px #f5f5f5,0 0 0 0 rgba(244,67,54,.25);
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #f44336;
}

    .custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
        border-color: inherit;
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0 rgba(244,67,54,.25);
    box-shadow: 0 0 0 0 rgba(244,67,54,.25);
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    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: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    border-radius: .1875rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

    .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
        background-image: none;
        -webkit-box-shadow: inset 0 0 0 transparent;
        box-shadow: inset 0 0 0 transparent;
    }

        .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: 0 0 0 0 transparent,inset 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent,inset 0 0 0 transparent;
        }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #2196f3;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #2196f3;
    }

.btn-secondary {
    color: #fff;
    background-color: #777;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #777;
    }

.btn-success {
    color: #fff;
    background-color: #4caf50;
}

    .btn-success:hover {
        color: #fff;
        background-color: #4caf50;
    }


.btn-lyds {
    color: #fff;
    background-color: #ff7c38;
}

    .btn-lyds:hover {
        color: #fff;
        background-color: #ff7c38;
    }

.btn-lyntik {
    color: #fff;
    background-color: #ff7c38;
}

    .btn-lyntik:hover {
        color: #fff;
        background-color: #FFFFFF;
    }

.btn-info {
    color: #fff;
    background-color: #00bcd4;
}

    .btn-info:hover {
        color: #fff;
        background-color: #00bcd4;
    }

.btn-warning {
    color: #fff;
    background-color: #ff7043;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #ff7043;
    }

.btn-danger {
    color: #fff;
    background-color: #f44336;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #f44336;
    }

.btn-light {
    color: #333;
    background-color: #fafafa;
}

    .btn-light:hover {
        color: #333;
        background-color: #fafafa;
    }

.btn-dark {
    color: #fff;
    background-color: #2a3140;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #2a3140;
    }

.btn-outline-primary {
    color: #2196f3;
    background-color: transparent;
    background-image: none;
    border-color: #2196f3;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #2196f3;
        border-color: #2196f3;
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #2196f3;
        background-color: transparent;
    }

    .btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #2196f3;
        border-color: #2196f3;
    }

.btn-outline-secondary {
    color: #777;
    background-color: transparent;
    background-image: none;
    border-color: #777;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #777;
        border-color: #777;
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #777;
        background-color: transparent;
    }

    .btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #777;
        border-color: #777;
    }

.btn-outline-success {
    color: #4caf50;
    background-color: transparent;
    background-image: none;
    border-color: #4caf50;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #4caf50;
        border-color: #4caf50;
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #4caf50;
        background-color: transparent;
    }

    .btn-outline-success:not([disabled]):not(.disabled).active, .btn-outline-success:not([disabled]):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #4caf50;
        border-color: #4caf50;
    }

.btn-outline-info {
    color: #00bcd4;
    background-color: transparent;
    background-image: none;
    border-color: #00bcd4;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #00bcd4;
        border-color: #00bcd4;
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #00bcd4;
        background-color: transparent;
    }

    .btn-outline-info:not([disabled]):not(.disabled).active, .btn-outline-info:not([disabled]):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #00bcd4;
        border-color: #00bcd4;
    }

.btn-outline-warning {
    color: #ff7043;
    background-color: transparent;
    background-image: none;
    border-color: #ff7043;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #ff7043;
        border-color: #ff7043;
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ff7043;
        background-color: transparent;
    }

    .btn-outline-warning:not([disabled]):not(.disabled).active, .btn-outline-warning:not([disabled]):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #ff7043;
        border-color: #ff7043;
    }

.btn-outline-danger {
    color: #f44336;
    background-color: transparent;
    background-image: none;
    border-color: #f44336;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #f44336;
        border-color: #f44336;
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #f44336;
        background-color: transparent;
    }

    .btn-outline-danger:not([disabled]):not(.disabled).active, .btn-outline-danger:not([disabled]):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #f44336;
        border-color: #f44336;
    }

.btn-outline-light {
    color: #fafafa;
    background-color: transparent;
    background-image: none;
    border-color: #fafafa;
}

    .btn-outline-light:hover {
        color: #fff;
        background-color: #fafafa;
        border-color: #fafafa;
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #fafafa;
        background-color: transparent;
    }

    .btn-outline-light:not([disabled]):not(.disabled).active, .btn-outline-light:not([disabled]):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #fff;
        background-color: #fafafa;
        border-color: #fafafa;
    }

.btn-outline-dark {
    color: #2a3140;
    background-color: transparent;
    background-image: none;
    border-color: #2a3140;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #2a3140;
        border-color: #2a3140;
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #2a3140;
        background-color: transparent;
    }

    .btn-outline-dark:not([disabled]):not(.disabled).active, .btn-outline-dark:not([disabled]):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #2a3140;
        border-color: #2a3140;
    }

.btn-link {
    font-weight: 400;
    color: #2196f3;
    background-color: transparent;
}

    .btn-link:hover {
        color: #0a6ebd;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: none;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #999;
        pointer-events: none;
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5625rem 1rem;
    font-size: .875rem;
    line-height: 1.4286;
    border-radius: .25rem;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .3125rem .75rem;
    font-size: .75rem;
    line-height: 1.6667;
    border-radius: .125rem;
}

.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%;
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .15s ease;
    transition: height .15s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

.dropdown-toggle::after {
    font-family: icomoon;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    font-size: .6875rem;
    margin-left: .46875rem;
    line-height: 1;
    position: relative;
    content: '\e9c9';
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 11.25rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .8125rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
    font-family: icomoon;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    font-size: .6875rem;
    margin-left: .46875rem;
    line-height: 1;
    position: relative;
    content: '\e9ca';
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
    font-family: icomoon;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    font-size: .6875rem;
    margin-left: .46875rem;
    line-height: 1;
    position: relative;
    content: '\e9cb';
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
    font-family: icomoon;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    font-size: .6875rem;
    margin-left: .46875rem;
    line-height: 1;
    position: relative;
}

.dropleft .dropdown-toggle::after {
    content: none;
}

.dropleft .dropdown-toggle::before {
    font-family: icomoon;
    display: inline-block;
    border: 0;
    font-size: .6875rem;
    margin-right: .46875rem;
    line-height: 1;
    position: relative;
    content: '\e9c8';
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: .625rem 0;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #333;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #333;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #2196f3;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #999;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: #999;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: .5rem 1rem;
    color: #333;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1;
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: .65625rem;
    padding-left: .65625rem;
}

    .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-group.show .dropdown-toggle {
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
}

    .btn-group.show .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3;
        }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
            margin-left: -1px;
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::after {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .4375rem .875rem;
    margin-bottom: 0;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    text-align: center;
    white-space: nowrap;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: .1875rem;
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0;
    }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5385rem;
    padding-left: 1.875rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #455a64;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #455a64;
        background-color: #9fb3bd;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #999;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #f5f5f5;
        }

.custom-control-label {
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: .14425rem;
        left: 0;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #eee;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }

    .custom-control-label::after {
        position: absolute;
        top: .14425rem;
        left: 0;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .125rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #455a64;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #455a64;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(69,90,100,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(69,90,100,.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #455a64;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(69,90,100,.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 2.25003rem;
    padding: .4375rem 1.3125rem .4375rem .875rem;
    line-height: 1.5385;
    color: #333;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23555' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .875rem center;
    background-size: 8px 10px;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #ccc;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .custom-select:focus::-ms-value {
            color: #333;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .875rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #999;
        background-color: #f5f5f5;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: 2.00002rem;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    font-size: .75rem;
}

.custom-select-lg {
    height: 2.50002rem;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    font-size: .875rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.25003rem;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 2.25003rem;
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #ccc;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #ccc;
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 2.25003rem;
    padding: .4375rem .875rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(2.25003rem - 1px * 2);
        padding: .4375rem .875rem;
        line-height: 1.5385;
        color: #333;
        content: "Browse";
        background-color: #fafafa;
        border-left: 1px solid #ddd;
        border-radius: 0 .1875rem .1875rem 0;
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: 0;
    }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #2196f3;
        border: 0;
        border-radius: 1rem;
        -webkit-box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
        box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
        -webkit-appearance: none;
        appearance: none;
    }

        .custom-range::-webkit-slider-thumb:focus {
            outline: 0;
            -webkit-box-shadow: 0 0 0 1px #f5f5f5,0 0 0 0 transparent;
            box-shadow: 0 0 0 1px #f5f5f5,0 0 0 0 transparent;
        }

        .custom-range::-webkit-slider-thumb:active {
            background-color: #cae6fc;
        }

    .custom-range::-webkit-slider-runnable-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: #eee;
        border-color: transparent;
        border-radius: 1rem;
        -webkit-box-shadow: inset 0 .25rem .25rem rgba(0,0,0,.1);
        box-shadow: inset 0 .25rem .25rem rgba(0,0,0,.1);
    }

    .custom-range::-moz-range-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #2196f3;
        border: 0;
        border-radius: 1rem;
        box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
        -moz-appearance: none;
        appearance: none;
    }

        .custom-range::-moz-range-thumb:focus {
            outline: 0;
            box-shadow: 0 0 0 1px #f5f5f5,0 0 0 0 transparent;
        }

        .custom-range::-moz-range-thumb:active {
            background-color: #cae6fc;
        }

    .custom-range::-moz-range-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: #eee;
        border-color: transparent;
        border-radius: 1rem;
        box-shadow: inset 0 .25rem .25rem rgba(0,0,0,.1);
    }

    .custom-range::-ms-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #2196f3;
        border: 0;
        border-radius: 1rem;
        box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
        appearance: none;
    }

        .custom-range::-ms-thumb:focus {
            outline: 0;
            box-shadow: 0 0 0 1px #f5f5f5,0 0 0 0 transparent;
        }

        .custom-range::-ms-thumb:active {
            background-color: #cae6fc;
        }

    .custom-range::-ms-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: transparent;
        border-color: transparent;
        border-width: .5rem;
        box-shadow: inset 0 .25rem .25rem rgba(0,0,0,.1);
    }

    .custom-range::-ms-fill-lower {
        background-color: #eee;
        border-radius: 1rem;
    }

    .custom-range::-ms-fill-upper {
        margin-right: 15px;
        background-color: #eee;
        border-radius: 1rem;
    }

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .625rem 1.25rem;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #999;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .1875rem;
        border-top-right-radius: .1875rem;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: transparent;
        }

        .nav-tabs .nav-link.disabled {
            color: #999;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #333;
            background-color: #fff;
            border-color: #ddd #ddd #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: .1875rem;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #2196f3;
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.25rem;
}

    .navbar > .container, .navbar > .container-fluid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 1.00002rem;
    padding-bottom: 1.00002rem;
    margin-right: 1.25rem;
    font-size: 0;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-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-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: .625rem;
    padding-bottom: .625rem;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: .875rem 0;
    font-size: .8125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 1.25rem;
                padding-left: 1.25rem;
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 1.25rem;
                padding-left: 1.25rem;
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 1.25rem;
                padding-left: 1.25rem;
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 1.25rem;
                padding-left: 1.25rem;
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 1.25rem;
            padding-left: 1.25rem;
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: #333;
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: #333;
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(51,51,51,.85);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #333;
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.5);
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #333;
    }

.navbar-light .navbar-toggler {
    color: rgba(51,51,51,.85);
    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 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(51, 51, 51, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(51,51,51,.85);
}

    .navbar-light .navbar-text a {
        color: #333;
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: #333;
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.5);
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.9);
    border-color: rgba(255,255,255,.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.9);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff;
        }

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .1875rem;
        border-top-right-radius: .1875rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .1875rem;
        border-bottom-left-radius: .1875rem;
    }

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .9375rem;
}

.card-subtitle {
    margin-top: -.46875rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .9375rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.02);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: .125rem .125rem 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: .9375rem 1.25rem;
    background-color: rgba(0,0,0,.02);
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        border-radius: 0 0 .125rem .125rem;
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.9375rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: .125rem;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
}

.card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 1.25rem;
    }

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0%;
            -moz-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 1.25rem;
            margin-bottom: 0;
            margin-left: 1.25rem;
        }
}

.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 1.25rem;
    }

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0%;
            -moz-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: .1875rem;
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .1875rem;
                    border-top-right-radius: .1875rem;
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .1875rem;
                    border-bottom-left-radius: .1875rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 1.25rem;
}

@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;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .625rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .625rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .625rem;
        color: inherit;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #999;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .1875rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .4375rem .875rem;
    margin-left: -1px;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .page-link:hover {
        z-index: 2;
        color: #333;
        text-decoration: none;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.page-item.disabled .page-link {
    color: #999;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #eee;
}

.pagination-lg .page-link {
    padding: .5625rem 1rem;
    font-size: .875rem;
    line-height: 1.4286;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.pagination-sm .page-link {
    padding: .3125rem .75rem;
    font-size: .75rem;
    line-height: 1.6667;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
}

.badge {
    display: inline-block;
    padding: .3125rem .375rem;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .125rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: .4375rem;
    padding-left: .4375rem;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #2196f3;
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
    }

        .badge-primary[href]:focus:not(.badge-light), .badge-primary[href]:hover:not(.badge-light) {
            -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
            box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
        }

.badge-secondary {
    color: #fff;
    background-color: #777;
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
    }

        .badge-secondary[href]:focus:not(.badge-light), .badge-secondary[href]:hover:not(.badge-light) {
            -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
            box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
        }

.badge-success {
    color: #fff;
    background-color: #4caf50;
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
    }

        .badge-success[href]:focus:not(.badge-light), .badge-success[href]:hover:not(.badge-light) {
            -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
            box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
        }

.badge-info {
    color: #fff;
    background-color: #00bcd4;
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
    }

        .badge-info[href]:focus:not(.badge-light), .badge-info[href]:hover:not(.badge-light) {
            -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
            box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
        }

.badge-warning {
    color: #fff;
    background-color: #ff7043;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #fff;
        text-decoration: none;
    }

        .badge-warning[href]:focus:not(.badge-light), .badge-warning[href]:hover:not(.badge-light) {
            -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
            box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
        }

.badge-danger {
    color: #fff;
    background-color: #f44336;
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
    }

        .badge-danger[href]:focus:not(.badge-light), .badge-danger[href]:hover:not(.badge-light) {
            -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
            box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
        }

.badge-light {
    color: #333;
    background-color: #fafafa;
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #333;
        text-decoration: none;
    }

        .badge-light[href]:focus:not(.badge-light), .badge-light[href]:hover:not(.badge-light) {
            -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
            box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
        }

.badge-dark {
    color: #fff;
    background-color: #2a3140;
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
    }

        .badge-dark[href]:focus:not(.badge-light), .badge-dark[href]:hover:not(.badge-light) {
            -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
            box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
        }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f5f5f5;
    border-radius: .25rem;
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: .9375rem 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid transparent;
    border-radius: .1875rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 500;
}

.alert-dismissible {
    padding-right: 3.75003rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .9375rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #114e7e;
    background-color: #dbeefd;
    border-color: #339ef4;
}

    .alert-primary hr {
        border-top-color: #1b92f3;
    }

    .alert-primary .alert-link {
        color: #0b3251;
    }

.alert-secondary {
    color: #3e3e3e;
    background-color: #e9e9e9;
    border-color: #828282;
}

    .alert-secondary hr {
        border-top-color: #757575;
    }

    .alert-secondary .alert-link {
        color: #252525;
    }

.alert-success {
    color: #285b2a;
    background-color: #e2f2e3;
    border-color: #5ab55e;
}

    .alert-success hr {
        border-top-color: #4ca950;
    }

    .alert-success .alert-link {
        color: #18381a;
    }

.alert-info {
    color: #00626e;
    background-color: #d6f4f8;
    border-color: #14c1d7;
}

    .alert-info hr {
        border-top-color: #12acc0;
    }

    .alert-info .alert-link {
        color: #00353b;
    }

.alert-warning {
    color: #853a23;
    background-color: #ffe8e1;
    border-color: #ff7b52;
}

    .alert-warning hr {
        border-top-color: #ff6839;
    }

    .alert-warning .alert-link {
        color: #5d2818;
    }

.alert-danger {
    color: #7f231c;
    background-color: #fde1df;
    border-color: #f55246;
}

    .alert-danger hr {
        border-top-color: #f43b2e;
    }

    .alert-danger .alert-link {
        color: #551713;
    }

.alert-light {
    color: #828282;
    background-color: #fefefe;
    border-color: #fafafa;
}

    .alert-light hr {
        border-top-color: #ededed;
    }

    .alert-light .alert-link {
        color: #696969;
    }

.alert-dark {
    color: #161921;
    background-color: #dddee0;
    border-color: #3b414f;
}

    .alert-dark hr {
        border-top-color: #303540;
    }

    .alert-dark .alert-link {
        color: #020202;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1.125rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1.125rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.125rem;
    overflow: hidden;
    font-size: .60938rem;
    background-color: #eee;
    border-radius: .1875rem;
    -webkit-box-shadow: inset 0 .0625rem .0625rem rgba(0,0,0,.1);
    box-shadow: inset 0 .0625rem .0625rem rgba(0,0,0,.1);
}

.progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #2196f3;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1.125rem 1.125rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: rgba(51,51,51,.85);
    text-align: inherit;
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #333;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .list-group-item-action:active {
        color: #333;
        background-color: #f5f5f5;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

    .list-group-item:first-child {
        border-top-left-radius: .1875rem;
        border-top-right-radius: .1875rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .1875rem;
        border-bottom-left-radius: .1875rem;
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #999;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #2196f3;
        border-color: #2196f3;
    }

.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-primary {
    color: #114e7e;
    background-color: #c1e2fc;
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #114e7e;
        background-color: #a9d7fb;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #114e7e;
        border-color: #114e7e;
    }

.list-group-item-secondary {
    color: #3e3e3e;
    background-color: #d9d9d9;
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #3e3e3e;
        background-color: #ccc;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #3e3e3e;
        border-color: #3e3e3e;
    }

.list-group-item-success {
    color: #285b2a;
    background-color: #cde9ce;
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #285b2a;
        background-color: #bbe1bd;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #285b2a;
        border-color: #285b2a;
    }

.list-group-item-info {
    color: #00626e;
    background-color: #b8ecf3;
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #00626e;
        background-color: #a2e6ef;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #00626e;
        border-color: #00626e;
    }

.list-group-item-warning {
    color: #853a23;
    background-color: #ffd7ca;
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #853a23;
        background-color: #ffc4b1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #853a23;
        border-color: #853a23;
    }

.list-group-item-danger {
    color: #7f231c;
    background-color: #fccac7;
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #7f231c;
        background-color: #fbb3af;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #7f231c;
        border-color: #7f231c;
    }

.list-group-item-light {
    color: #828282;
    background-color: #fefefe;
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #828282;
        background-color: #f1f1f1;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #828282;
        border-color: #828282;
    }

.list-group-item-dark {
    color: #161921;
    background-color: #c3c5ca;
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #161921;
        background-color: #b5b8be;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #161921;
        border-color: #161921;
    }

.close {
    float: right;
    font-size: 1.25003rem;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-shadow: none;
    opacity: .5;
}

    .close:focus, .close:hover {
        color: #333;
        text-decoration: none;
        opacity: .75;
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.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: translate(0,-25%);
    transform: translate(0,-25%);
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .25rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    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: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

    .modal-header .close {
        padding: 1.25rem;
        margin: -1.25rem -1.25rem -1.25rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5385;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.25rem;
    border-top: 1px solid rgba(0,0,0,.125);
}

    .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: 600px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-content {
        -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
        box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    }

    .modal-sm {
        max-width: 400px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: .3125rem;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5385;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8125rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: .9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .5rem;
        height: .25rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .25rem 0;
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0;
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .25rem .25rem 0;
            border-top-color: #000;
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .25rem;
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .25rem;
        height: .5rem;
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .25rem .25rem .25rem 0;
            border-right-color: #000;
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .25rem 0;
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0;
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .25rem .25rem;
            border-bottom-color: #000;
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .25rem;
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .25rem;
        height: .5rem;
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .25rem 0 .25rem .25rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: .5rem .75rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .1875rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5385;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8125rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: .75rem;
        height: .375rem;
        margin: 0 .25rem;
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .375rem;
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.375rem + 1px) * -1);
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .375rem .375rem 0;
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.2);
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .375rem;
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.375rem + 1px) * -1);
        width: .375rem;
        height: .75rem;
        margin: .25rem 0;
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .375rem .375rem .375rem 0;
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.2);
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .375rem;
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.375rem + 1px) * -1);
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .375rem .375rem .375rem;
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.2);
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: .75rem;
        margin-left: -.375rem;
        content: "";
        border-bottom: 1px solid transparent;
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .375rem;
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.375rem + 1px) * -1);
        width: .375rem;
        height: .75rem;
        margin: .25rem 0;
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .375rem 0 .375rem .375rem;
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.2);
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: .9375rem .9375rem;
    margin-bottom: 0;
    font-size: .8125rem;
    color: inherit;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: .9375rem .9375rem;
    color: #333;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .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: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-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 center center;
    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='M5.25 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='M2.75 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: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-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: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255,255,255,.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .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-primary {
    background-color: #2196f3 !important;
}

.bg-secondary {
    background-color: #777 !important;
}

.bg-success {
    background-color: #4caf50 !important;
}

.bg-info {
    background-color: #00bcd4 !important;
}

.bg-warning {
    background-color: #ff7043 !important;
}

.bg-danger {
    background-color: #f44336 !important;
}

.bg-light {
    background-color: #fafafa !important;
}

.bg-dark {
    background-color: #2a3140 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #ddd !important;
}

.border-top {
    border-top: 1px solid #ddd !important;
}

.border-right {
    border-right: 1px solid #ddd !important;
}

.border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.border-left {
    border-left: 1px solid #ddd !important;
}

.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;
}

.border-primary {
    border-color: #2196f3 !important;
}

.border-secondary {
    border-color: #777 !important;
}

.border-success {
    border-color: #4caf50 !important;
}

.border-info {
    border-color: #00bcd4 !important;
}

.border-warning {
    border-color: #ff7043 !important;
}

.border-danger {
    border-color: #f44336 !important;
}

.border-light {
    border-color: #fafafa !important;
}

.border-dark {
    border-color: #2a3140 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: .1875rem !important;
}

.rounded-top {
    border-top-left-radius: .1875rem !important;
    border-top-right-radius: .1875rem !important;
}

.rounded-right {
    border-top-right-radius: .1875rem !important;
    border-bottom-right-radius: .1875rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: .1875rem !important;
    border-bottom-left-radius: .1875rem !important;
}

.rounded-left {
    border-top-left-radius: .1875rem !important;
    border-bottom-left-radius: .1875rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.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-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-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-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-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-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-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-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-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-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.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%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-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;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-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;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-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;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-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;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-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;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .3125rem !important;
}

.mt-1, .my-1 {
    margin-top: .3125rem !important;
}

.mr-1, .mx-1 {
    margin-right: .3125rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .3125rem !important;
}

.ml-1, .mx-1 {
    margin-left: .3125rem !important;
}

.m-2 {
    margin: .625rem !important;
}

.mt-2, .my-2 {
    margin-top: .625rem !important;
}

.mr-2, .mx-2 {
    margin-right: .625rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .625rem !important;
}

.ml-2, .mx-2 {
    margin-left: .625rem !important;
}

.m-3 {
    margin: 1.25rem !important;
}

.mt-3, .my-3 {
    margin-top: 1.25rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1.25rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1.25rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1.25rem !important;
}

.m-4 {
    margin: 1.875rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.875rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.875rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.875rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.875rem !important;
}

.m-5 {
    margin: 3.75rem !important;
}

.mt-5, .my-5 {
    margin-top: 3.75rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3.75rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3.75rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3.75rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .3125rem !important;
}

.pt-1, .py-1 {
    padding-top: .3125rem !important;
}

.pr-1, .px-1 {
    padding-right: .3125rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .3125rem !important;
}

.pl-1, .px-1 {
    padding-left: .3125rem !important;
}

.p-2 {
    padding: .625rem !important;
}

.pt-2, .py-2 {
    padding-top: .625rem !important;
}

.pr-2, .px-2 {
    padding-right: .625rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .625rem !important;
}

.pl-2, .px-2 {
    padding-left: .625rem !important;
}

.p-3 {
    padding: 1.25rem !important;
}

.pt-3, .py-3 {
    padding-top: 1.25rem !important;
}

.pr-3, .px-3 {
    padding-right: 1.25rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1.25rem !important;
}

.pl-3, .px-3 {
    padding-left: 1.25rem !important;
}

.p-4 {
    padding: 1.875rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.875rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.875rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.875rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.875rem !important;
}

.p-5 {
    padding: 3.75rem !important;
}

.pt-5, .py-5 {
    padding-top: 3.75rem !important;
}

.pr-5, .px-5 {
    padding-right: 3.75rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3.75rem !important;
}

.pl-5, .px-5 {
    padding-left: 3.75rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .3125rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .3125rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .3125rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .3125rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .3125rem !important;
    }

    .m-sm-2 {
        margin: .625rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .625rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .625rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .625rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .625rem !important;
    }

    .m-sm-3 {
        margin: 1.25rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1.25rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1.25rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1.25rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1.25rem !important;
    }

    .m-sm-4 {
        margin: 1.875rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.875rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.875rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.875rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.875rem !important;
    }

    .m-sm-5 {
        margin: 3.75rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3.75rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3.75rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3.75rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3.75rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .3125rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .3125rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .3125rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .3125rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .3125rem !important;
    }

    .p-sm-2 {
        padding: .625rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .625rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .625rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .625rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .625rem !important;
    }

    .p-sm-3 {
        padding: 1.25rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1.25rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1.25rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1.25rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1.25rem !important;
    }

    .p-sm-4 {
        padding: 1.875rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.875rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.875rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.875rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.875rem !important;
    }

    .p-sm-5 {
        padding: 3.75rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3.75rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3.75rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3.75rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3.75rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .3125rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: .3125rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .3125rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .3125rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .3125rem !important;
    }

    .m-md-2 {
        margin: .625rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: .625rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .625rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .625rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .625rem !important;
    }

    .m-md-3 {
        margin: 1.25rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1.25rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1.25rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1.25rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1.25rem !important;
    }

    .m-md-4 {
        margin: 1.875rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.875rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.875rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.875rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.875rem !important;
    }

    .m-md-5 {
        margin: 3.75rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3.75rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3.75rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3.75rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3.75rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .3125rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .3125rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .3125rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .3125rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .3125rem !important;
    }

    .p-md-2 {
        padding: .625rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: .625rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: .625rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .625rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: .625rem !important;
    }

    .p-md-3 {
        padding: 1.25rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1.25rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1.25rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1.25rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1.25rem !important;
    }

    .p-md-4 {
        padding: 1.875rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.875rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.875rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.875rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.875rem !important;
    }

    .p-md-5 {
        padding: 3.75rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3.75rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3.75rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3.75rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3.75rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .3125rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .3125rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .3125rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .3125rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .3125rem !important;
    }

    .m-lg-2 {
        margin: .625rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .625rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .625rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .625rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .625rem !important;
    }

    .m-lg-3 {
        margin: 1.25rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1.25rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1.25rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1.25rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1.25rem !important;
    }

    .m-lg-4 {
        margin: 1.875rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.875rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.875rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.875rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.875rem !important;
    }

    .m-lg-5 {
        margin: 3.75rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3.75rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3.75rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3.75rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3.75rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .3125rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .3125rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .3125rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .3125rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .3125rem !important;
    }

    .p-lg-2 {
        padding: .625rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .625rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .625rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .625rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .625rem !important;
    }

    .p-lg-3 {
        padding: 1.25rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1.25rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1.25rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1.25rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1.25rem !important;
    }

    .p-lg-4 {
        padding: 1.875rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.875rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.875rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.875rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.875rem !important;
    }

    .p-lg-5 {
        padding: 3.75rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3.75rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3.75rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3.75rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3.75rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: .3125rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .3125rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .3125rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .3125rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .3125rem !important;
    }

    .m-xl-2 {
        margin: .625rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .625rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .625rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .625rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .625rem !important;
    }

    .m-xl-3 {
        margin: 1.25rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1.25rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1.25rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1.25rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1.25rem !important;
    }

    .m-xl-4 {
        margin: 1.875rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.875rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.875rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.875rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.875rem !important;
    }

    .m-xl-5 {
        margin: 3.75rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3.75rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3.75rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3.75rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3.75rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: .3125rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .3125rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .3125rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .3125rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .3125rem !important;
    }

    .p-xl-2 {
        padding: .625rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .625rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .625rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .625rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .625rem !important;
    }

    .p-xl-3 {
        padding: 1.25rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1.25rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1.25rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1.25rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1.25rem !important;
    }

    .p-xl-4 {
        padding: 1.875rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.875rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.875rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.875rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.875rem !important;
    }

    .p-xl-5 {
        padding: 3.75rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3.75rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3.75rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3.75rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3.75rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.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-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #2196f3 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #0c7cd5 !important;
}

.text-secondary {
    color: #777 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #5e5e5e !important;
}

.text-success {
    color: #4caf50 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #3d8b40 !important;
}

.text-info {
    color: #00bcd4 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #008fa1 !important;
}

.text-warning {
    color: #ff7043 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ff4910 !important;
}

.text-danger {
    color: #f44336 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #ea1c0d !important;
}

.text-light {
    color: #fafafa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #e1e1e1 !important;
}

.text-dark {
    color: #2a3140 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #161921 !important;
}

.text-body {
    color: #333 !important;
}

.text-muted {
    color: #999 !important;
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important;
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

body {
    position: relative;
}

dt {
    margin-bottom: .3125rem;
}

dd {
    margin-bottom: 1.25rem;
}

    dd:last-child {
        margin-bottom: 0;
    }

dl:last-child {
    margin-bottom: 0;
}

pre {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    border: 1px solid #ddd;
    padding: 1.25rem 1.25rem;
    margin-bottom: 0;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

svg {
    display: block;
}

.svg-inline svg {
    display: inline-block;
}

.svg-center svg {
    margin: auto;
}

input[type=file] {
    display: block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: -.015em;
}

.list > li, .list > li .list > li {
    margin-top: .3125rem;
}

    .list > li:first-child {
        margin-top: 0;
    }

.list-extended > li, .list-extended > li .list > li {
    margin-top: .625rem;
}

ul.list-square {
    list-style-type: square;
}

ul.list-circle {
    list-style-type: circle;
}

.list-inline-item {
    position: relative;
}

.list-inline-condensed .list-inline-item:not(:last-child) {
    margin-right: .625rem;
}

.list-inline-dotted .list-inline-item:not(:last-child) {
    margin-right: .625rem;
}

    .list-inline-dotted .list-inline-item:not(:last-child):after {
        content: '\f052';
        font-family: icomoon;
        font-size: .5rem;
        width: .4rem;
        text-align: center;
        display: inline-block;
        margin-left: .825rem;
        opacity: .25;
    }

.list-inline-dotted.list-inline-condensed .list-inline-item:not(:last-child) {
    margin-right: .41667rem;
}

    .list-inline-dotted.list-inline-condensed .list-inline-item:not(:last-child):after {
        margin-left: .54167rem;
    }

.list-icons {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .list-icons > :not(:last-child) {
        margin-right: .375rem;
    }

.list-icons-extended > :not(:last-child) {
    margin-right: .75rem;
}

.list-icons-item {
    display: inline-block;
    line-height: 1;
}

a.list-icons-item {
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    a.list-icons-item {
        -webkit-transition: none;
        transition: none;
    }
}

a.list-icons-item:not([class*=text-]) {
    color: inherit;
}

.show > a.list-icons-item, a.list-icons-item:focus, a.list-icons-item:hover {
    outline: 0;
    opacity: .75;
}

.font-weight-black {
    font-weight: 900;
}

.font-weight-semibold {
    font-weight: 500;
}

.font-weight-thin {
    font-weight: 100;
}

.text-white {
    color: #fff;
}

a.text-white:not(.btn) {
    -webkit-transition: color ease-in-out .15s;
    transition: color ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    a.text-white:not(.btn) {
        -webkit-transition: none;
        transition: none;
    }
}

a.text-white:focus, a.text-white:hover {
    color: rgba(255,255,255,.75);
}

.text-default {
    color: #333;
}

a.text-default:not(.btn) {
    -webkit-transition: color ease-in-out .15s;
    transition: color ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    a.text-default:not(.btn) {
        -webkit-transition: none;
        transition: none;
    }
}

a.text-default:focus, a.text-default:hover {
    color: rgba(51,51,51,.75);
}

.blockquote-bordered {
    border-left: 5px solid #eee;
}

.blockquote-bordered-reverse {
    border-left: 0;
    border-right: 5px solid #eee;
}

.blockquote-footer {
    font-size: .8125rem;
}

    .blockquote-footer::before {
        content: "\2014 \00A0 \00A0 \00A0";
    }

.list-feed-item {
    position: relative;
    padding-bottom: 1.25rem;
    padding-left: 1.75rem;
}

    .list-feed-item:before {
        content: '';
        position: absolute;
        left: 0;
        top: .31252rem;
        background-color: #fff;
        display: inline-block;
        border: 2px solid #607d8b;
        z-index: 3;
        width: .5rem;
        height: .5rem;
        border-radius: 50%;
    }

    .list-feed-item:after {
        content: '';
        position: absolute;
        top: .31252rem;
        left: .1875rem;
        bottom: -.43752rem;
        width: 0;
        border-left: 1px solid #607d8b;
        border-right: 1px solid #607d8b;
        z-index: 2;
    }

    .list-feed-item:first-child:after {
        top: .5rem;
    }

    .list-feed-item:last-child {
        padding-bottom: 0;
    }

        .list-feed-item:last-child:after {
            content: none;
        }

    .list-feed-item[class*=border-]:after, .list-feed-item[class*=border-]:before {
        border-color: inherit;
    }

.list-feed-solid .list-feed-item:before {
    content: '';
    border-width: .25rem;
    width: 0;
    height: 0;
}

.list-feed-square .list-feed-item:before {
    content: '';
    border-radius: 0;
}

.list-feed-rhombus .list-feed-item:before {
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
}

.list-feed-time .list-feed-item {
    margin-left: 3.25rem;
}

    .list-feed-time .list-feed-item .feed-time {
        position: absolute;
        left: -3.25rem;
        top: 0;
    }

.content-divider {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .content-divider > span {
        background-color: #f5f5f5;
        display: inline-block;
    }

.card .content-divider > span, .tab-content-bordered .content-divider > span {
    background-color: #fff;
}

.modal .content-divider > span {
    background-color: #fff;
}

.content-divider > span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background-color: #ddd;
    width: 100%;
    z-index: -1;
}

.letter-icon {
    width: 1rem;
    height: 1.25003rem;
    display: block;
}

.btn-lg .letter-icon {
    height: 1.25003rem;
}

.btn-sm .letter-icon {
    height: 1.25002rem;
}

code {
    padding: .2rem .4rem;
    background-color: #fafafa;
}

pre {
    white-space: pre-wrap;
    text-align: left;
    border-radius: .1875rem;
}

.table {
    margin-bottom: 0;
}

    .table td, .table th {
        vertical-align: middle;
    }

    .table th {
        font-weight: 500;
    }

    .table thead th {
        vertical-align: middle;
        border-bottom: 1px solid #b7b7b7;
    }

    .table tfoot th {
        border-top-color: #b7b7b7;
    }

    .table caption + thead tr:first-child td, .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
        border-top-width: 0;
    }

    .table td, .table th, .table tr {
        -webkit-transition: background-color ease-in-out .15s;
        transition: background-color ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .table td, .table th, .table tr {
        -webkit-transition: none;
        transition: none;
    }
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #e4f2fe;
}

.table-hover .table-primary:hover {
    background-color: #cbe6fd;
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #cbe6fd;
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #efefef;
}

.table-hover .table-secondary:hover {
    background-color: #e2e2e2;
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #e2e2e2;
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #eaf5ea;
}

.table-hover .table-success:hover {
    background-color: #d9edd9;
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #d9edd9;
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #e0f7fa;
}

.table-hover .table-info:hover {
    background-color: #caf1f6;
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #caf1f6;
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeee8;
}

.table-hover .table-warning:hover {
    background-color: #ffdbcf;
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffdbcf;
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #fee8e7;
}

.table-hover .table-danger:hover {
    background-color: #fdd1cf;
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #fdd1cf;
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fefefe;
}

.table-hover .table-light:hover {
    background-color: #f1f1f1;
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #f1f1f1;
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #e5e6e8;
}

.table-hover .table-dark:hover {
    background-color: #d7d9dc;
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #d7d9dc;
    }

.table-dark thead td, .table-dark thead th {
    border-color: rgba(255,255,255,.5);
}

@media (max-width:575.98px) {
    .table-responsive-sm > .table-bordered {
        border: 1px solid #ddd;
    }
}

@media (max-width:767.98px) {
    .table-responsive-md > .table-bordered {
        border: 1px solid #ddd;
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg > .table-bordered {
        border: 1px solid #ddd;
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl > .table-bordered {
        border: 1px solid #ddd;
    }
}

.table-responsive > .table-bordered {
    border: 1px solid #ddd;
}

.table-scrollable {
    max-height: 22.5rem;
    overflow: auto;
}

.table-columned tbody td, .table-columned tbody th, .table-columned tfoot td, .table-columned tfoot th {
    border: 0;
    border-left: 1px solid #ddd;
}

    .table-columned tbody td:first-child, .table-columned tbody th:first-child, .table-columned tfoot td:first-child, .table-columned tfoot th:first-child {
        border-left: 0;
    }

.table-columned thead td, .table-columned thead th {
    border-left: 1px solid #ddd;
}

    .table-columned thead td:first-child, .table-columned thead th:first-child {
        border-left: 0;
    }

.table-borderless td, .table-borderless th {
    border: 0;
}

.table-xl td, .table-xl th {
    padding: 1.25rem 1.25rem;
}

.table-lg td, .table-lg th {
    padding: 1rem 1.25rem;
}

.table-xs td, .table-xs th {
    padding: .5rem 1.25rem;
}

thead .table-border-solid td, thead .table-border-solid th {
    border-bottom-width: 2px;
}

tbody .table-border-solid td, tbody .table-border-solid th, tfoot .table-border-solid td, tfoot .table-border-solid th {
    border-top-width: 2px;
}

thead .table-border-double td, thead .table-border-double th {
    border-bottom-width: 3px;
    border-bottom-style: double;
}

.table-bordered thead .table-border-double:first-child td, .table-bordered thead .table-border-double:first-child th {
    border-bottom-width: 3px;
    border-bottom-style: double;
}

tbody .table-border-double td, tbody .table-border-double th, tfoot .table-border-double td, tfoot .table-border-double th {
    border-top-width: 3px;
    border-top-style: double;
}

.table-border-dashed td, .table-border-dashed th {
    border-top-style: dashed;
}

.table thead tr[class*=border-bottom-] td, .table thead tr[class*=border-bottom-] th {
    border-bottom-color: inherit;
}

.table tbody tr[class*=border-top-] td, .table tbody tr[class*=border-top-] th, .table tfoot tr[class*=border-top-] td, .table tfoot tr[class*=border-top-] th {
    border-top-color: inherit;
}

.card > .table:first-child caption + thead tr:first-child td, .card > .table:first-child caption + thead tr:first-child th, .card > .table:first-child colgroup + thead tr:first-child td, .card > .table:first-child colgroup + thead tr:first-child th, .card > .table:first-child thead:first-child tr:first-child td, .card > .table:first-child thead:first-child tr:first-child th, .card > [class*=table-responsive]:first-child > .table:first-child caption + thead tr:first-child td, .card > [class*=table-responsive]:first-child > .table:first-child caption + thead tr:first-child th, .card > [class*=table-responsive]:first-child > .table:first-child colgroup + thead tr:first-child td, .card > [class*=table-responsive]:first-child > .table:first-child colgroup + thead tr:first-child th, .card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child td, .card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child th {
    border-top-width: 0;
}

.card.card-table {
    border-width: 1px;
    border-color: #ddd;
}

.card > .table caption, .card > [class*=table-responsive] > .table caption {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.card > .table:first-child, .card > [class*=table-responsive]:first-child > .table:first-child {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
}

    .card > .table:first-child tbody:first-child tr:first-child, .card > .table:first-child thead:first-child tr:first-child, .card > [class*=table-responsive]:first-child > .table:first-child tbody:first-child tr:first-child, .card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child {
        border-top-left-radius: .125rem;
        border-top-right-radius: .125rem;
    }

        .card > .table:first-child tbody:first-child tr:first-child td:first-child, .card > .table:first-child tbody:first-child tr:first-child th:first-child, .card > .table:first-child thead:first-child tr:first-child td:first-child, .card > .table:first-child thead:first-child tr:first-child th:first-child, .card > [class*=table-responsive]:first-child > .table:first-child tbody:first-child tr:first-child td:first-child, .card > [class*=table-responsive]:first-child > .table:first-child tbody:first-child tr:first-child th:first-child, .card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child td:first-child, .card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child th:first-child {
            border-top-left-radius: .125rem;
        }

        .card > .table:first-child tbody:first-child tr:first-child td:last-child, .card > .table:first-child tbody:first-child tr:first-child th:last-child, .card > .table:first-child thead:first-child tr:first-child td:last-child, .card > .table:first-child thead:first-child tr:first-child th:last-child, .card > [class*=table-responsive]:first-child > .table:first-child tbody:first-child tr:first-child td:last-child, .card > [class*=table-responsive]:first-child > .table:first-child tbody:first-child tr:first-child th:last-child, .card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child td:last-child, .card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child th:last-child {
            border-top-right-radius: .125rem;
        }

.card > .table:last-child, .card > [class*=table-responsive]:last-child > .table:last-child {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
}

    .card > .table:last-child tbody:last-child tr:last-child, .card > .table:last-child tfoot:last-child tr:last-child, .card > [class*=table-responsive]:last-child > .table:last-child tbody:last-child tr:last-child, .card > [class*=table-responsive]:last-child > .table:last-child tfoot:last-child tr:last-child {
        border-bottom-left-radius: .125rem;
        border-bottom-right-radius: .125rem;
    }

        .card > .table:last-child tbody:last-child tr:last-child td:first-child, .card > .table:last-child tbody:last-child tr:last-child th:first-child, .card > .table:last-child tfoot:last-child tr:last-child td:first-child, .card > .table:last-child tfoot:last-child tr:last-child th:first-child, .card > [class*=table-responsive]:last-child > .table:last-child tbody:last-child tr:last-child td:first-child, .card > [class*=table-responsive]:last-child > .table:last-child tbody:last-child tr:last-child th:first-child, .card > [class*=table-responsive]:last-child > .table:last-child tfoot:last-child tr:last-child td:first-child, .card > [class*=table-responsive]:last-child > .table:last-child tfoot:last-child tr:last-child th:first-child {
            border-bottom-left-radius: .125rem;
        }

        .card > .table:last-child tbody:last-child tr:last-child td:last-child, .card > .table:last-child tbody:last-child tr:last-child th:last-child, .card > .table:last-child tfoot:last-child tr:last-child td:last-child, .card > .table:last-child tfoot:last-child tr:last-child th:last-child, .card > [class*=table-responsive]:last-child > .table:last-child tbody:last-child tr:last-child td:last-child, .card > [class*=table-responsive]:last-child > .table:last-child tbody:last-child tr:last-child th:last-child, .card > [class*=table-responsive]:last-child > .table:last-child tfoot:last-child tr:last-child td:last-child, .card > [class*=table-responsive]:last-child > .table:last-child tfoot:last-child tr:last-child th:last-child {
            border-bottom-right-radius: .125rem;
        }

.card > .table-bordered, .card > [class*=table-responsive] > .table-bordered {
    border: 0;
}

    .card > .table-bordered tbody td:first-child, .card > .table-bordered tbody th:first-child, .card > .table-bordered tfoot td:first-child, .card > .table-bordered tfoot th:first-child, .card > .table-bordered thead td:first-child, .card > .table-bordered thead th:first-child, .card > [class*=table-responsive] > .table-bordered tbody td:first-child, .card > [class*=table-responsive] > .table-bordered tbody th:first-child, .card > [class*=table-responsive] > .table-bordered tfoot td:first-child, .card > [class*=table-responsive] > .table-bordered tfoot th:first-child, .card > [class*=table-responsive] > .table-bordered thead td:first-child, .card > [class*=table-responsive] > .table-bordered thead th:first-child {
        border-left: 0;
    }

    .card > .table-bordered tbody td:last-child, .card > .table-bordered tbody th:last-child, .card > .table-bordered tfoot td:last-child, .card > .table-bordered tfoot th:last-child, .card > .table-bordered thead td:last-child, .card > .table-bordered thead th:last-child, .card > [class*=table-responsive] > .table-bordered tbody td:last-child, .card > [class*=table-responsive] > .table-bordered tbody th:last-child, .card > [class*=table-responsive] > .table-bordered tfoot td:last-child, .card > [class*=table-responsive] > .table-bordered tfoot th:last-child, .card > [class*=table-responsive] > .table-bordered thead td:last-child, .card > [class*=table-responsive] > .table-bordered thead th:last-child {
        border-right: 0;
    }

.card-body + .table, .card-body + div[class*=table-responsive], .card-header:not([class*=bg-]) + .table, .card-header:not([class*=bg-]) + div[class*=table-responsive], .navbar-light + .table, .navbar-light + div[class*=table-responsive], .table + .card-body, div[class*=table-responsive] + .card-body {
    border-top: 1px solid #ddd;
}

.table tbody:first-child tr:first-child td, .table tbody:first-child tr:first-child th, div[class*=table-responsive] > .table tbody:first-child tr:first-child td, div[class*=table-responsive] > .table tbody:first-child tr:first-child th {
    border-top: 0;
}

.card-footer + .table, .card-footer + [class*=table-responsive] {
    border-top: 1px solid #ddd;
}

legend {
    padding-top: .625rem;
    padding-bottom: .625rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #ddd;
    font-size: .8125rem;
}

fieldset:first-child legend:first-child {
    padding-top: 0;
}

select[multiple], select[size] {
    height: 200px;
    padding: .875rem;
}

    select[multiple] option, select[size] option {
        padding: .5rem 1rem;
        border-radius: .1875rem;
    }

        select[multiple] option + option, select[size] option + option {
            margin-top: 1px;
        }

.form-control {
    background-clip: border-box;
}

    .form-control:disabled {
        color: #999;
    }

    .form-control[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent):disabled, .form-control[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent)[readonly] {
        background-color: #8c8c8c;
        color: rgba(255,255,255,.5);
        border-color: #8c8c8c;
    }

    .form-control[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent)::-webkit-input-placeholder {
        color: #fff;
    }

    .form-control[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent)::-moz-placeholder {
        color: #fff;
    }

    .form-control[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent):-ms-input-placeholder {
        color: #fff;
    }

    .form-control[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent)::-ms-input-placeholder {
        color: #fff;
    }

    .form-control[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent)::placeholder {
        color: #fff;
    }

.form-group .form-group:last-child {
    margin-bottom: 0;
}

@media (max-width:767.98px) {
    .form-group [class*=col-md-]:not([class*=col-form-label]) + [class*=col-md-] {
        margin-top: 1.25rem;
    }
}

@media (max-width:991.98px) {
    .form-group [class*=col-lg-]:not([class*=col-form-label]) + [class*=col-lg-] {
        margin-top: 1.25rem;
    }
}

@media (max-width:1199.98px) {
    .form-group [class*=col-xl-]:not([class*=col-form-label]) + [class*=col-xl-] {
        margin-top: 1.25rem;
    }
}

@media (max-width:767.98px) {
    [class*=col-form-label][class*=col-md-] {
        padding-top: 0;
    }
}

@media (max-width:991.98px) {
    [class*=col-form-label][class*=col-lg-] {
        padding-top: 0;
    }
}

@media (max-width:1199.98px) {
    [class*=col-form-label][class*=col-xl-] {
        padding-top: 0;
    }
}

.form-check:not(.form-check-inline) {
    margin-bottom: .5rem;
}

    .form-check:not(.form-check-inline):last-child {
        margin-bottom: 0;
    }

.form-group.row .form-check:not(.dropdown-item) {
    margin-top: .5rem;
}

.form-check.disabled {
    color: #999;
}

    .form-check.disabled .form-check-label {
        cursor: default;
    }

.form-check-input:disabled ~ .form-check-label {
    cursor: default;
}

.form-check-label {
    cursor: pointer;
}

.form-check-inline .form-check-label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-check-inline .form-check-input {
    margin-top: .3rem;
}

.form-check-inline:last-child {
    margin-right: 0;
}

.form-check-inline input {
    position: static;
}

.form-check-right {
    padding-left: 0;
    padding-right: 1.875rem;
}

    .form-check-right .form-check-input, .form-check-right input {
        left: auto;
        right: 0;
    }

    .form-check-right.form-check-inline {
        padding: 0;
    }

        .form-check-right.form-check-inline .form-check-input {
            margin-right: 0;
            margin-left: .625rem;
        }

.form-group-feedback {
    position: relative;
}

.form-group-feedback-left .form-control-feedback {
    left: 0;
}

.form-group-feedback-left .form-control {
    padding-left: 2.75rem;
}

.form-group-feedback-left .form-control-lg {
    padding-left: 3rem;
}

.form-group-feedback-left .form-control-sm {
    padding-left: 2.5rem;
}

.form-group-feedback-right .form-control-feedback {
    right: 0;
}

.form-group-feedback-right .form-control {
    padding-right: 2.75rem;
}

.form-group-feedback-right .form-control-lg {
    padding-right: 3rem;
}

.form-group-feedback-right .form-control-sm {
    padding-right: 2.5rem;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    color: #333;
    padding-left: .875rem;
    padding-right: .875rem;
    line-height: 2.25003rem;
    min-width: 1rem;
}

.form-control-feedback-lg {
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 2.50002rem;
}

.form-control-feedback-sm {
    padding-left: .75rem;
    padding-right: .75rem;
    line-height: 2.00002rem;
}

input[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) + .form-control-feedback {
    color: #fff;
}

.btn {
    position: relative;
}

    .btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn).active, .btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn).focus, .btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn):active, .btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn):focus, .btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn):hover, .show > .btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn).dropdown-toggle {
        -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
        box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
    }

    .btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn).disabled, .btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn):disabled {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.disabled, .btn:disabled {
        cursor: default;
    }

.btn-light {
    color: #333;
    background-color: #fafafa;
    border-color: #ddd;
}

    .btn-light.focus, .btn-light:focus, .btn-light:hover, .btn-light:not([disabled]):not(.disabled).active, .btn-light:not([disabled]):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

    .btn-light.disabled, .btn-light:disabled {
        background-color: #fafafa;
        border-color: #ddd;
    }

.btn-outline.disabled, .btn-outline:disabled, .btn-outline:not(:hover):not(:active):not(.active):not([aria-expanded=true]) {
    background-color: transparent !important;
}

.btn-outline:not(.disabled):not(:disabled):not([class*=alpha-]):hover, .btn-outline:not(.disabled):not(:disabled):not([class*=alpha-]):not([disabled]):not(.disabled).active, .btn-outline:not(.disabled):not(:disabled):not([class*=alpha-]):not([disabled]):not(.disabled):active, .show > .btn-outline:not(.disabled):not(:disabled):not([class*=alpha-]).dropdown-toggle {
    color: #fff !important;
}

.btn-outline.bg-white:not(.disabled):not(:disabled):hover, .btn-outline.bg-white:not(.disabled):not(:disabled):not([disabled]):not(.disabled).active, .btn-outline.bg-white:not(.disabled):not(:disabled):not([disabled]):not(.disabled):active, .show > .btn-outline.bg-white:not(.disabled):not(:disabled).dropdown-toggle {
    color: #333 !important;
}

.show > .btn-link.dropdown-toggle {
    color: #0a6ebd;
}

.btn-icon {
    padding-left: .56252rem;
    padding-right: .56252rem;
}

    .btn-icon input[type=checkbox], .btn-icon input[type=radio] {
        display: block;
    }

    .btn-icon.btn-sm {
        padding-left: .43752rem;
        padding-right: .43752rem;
    }

    .btn-icon.btn-lg {
        padding-left: .68752rem;
        padding-right: .68752rem;
    }

.btn-float {
    padding: 1rem;
    border-radius: .1875rem;
}

    .btn-float.btn-link {
        padding: .8rem;
    }

    .btn-float i {
        display: block;
        top: 0;
    }

    .btn-float > span {
        display: block;
        padding-top: .625rem;
        margin-bottom: -.40625rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.btn.border-2 {
    padding-top: .375rem;
    padding-bottom: .375rem;
}

    .btn.border-2.btn-lg {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .btn.border-2.btn-sm {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .btn.border-2.btn-icon {
        padding-left: .50002rem;
        padding-right: .50002rem;
    }

        .btn.border-2.btn-icon.btn-lg {
            padding-left: .62502rem;
            padding-right: .62502rem;
        }

        .btn.border-2.btn-icon.btn-sm {
            padding-left: .37502rem;
            padding-right: .37502rem;
        }

    .btn.border-2.btn-float {
        padding: .9375rem;
    }

.btn-labeled > b {
    position: absolute;
    top: -1px;
    background-color: rgba(0,0,0,.15);
    display: block;
    line-height: 1;
    padding: .62503rem;
}

    .btn-labeled > b > i {
        top: 0;
    }

.btn-labeled.rounded-round > b {
    border-radius: 100px;
}

.btn-labeled.btn-lg > b {
    padding: .75003rem;
}

.btn-labeled.btn-sm > b {
    padding: .50003rem;
}

.btn-labeled-left {
    padding-left: 3.12506rem;
}

    .btn-labeled-left > b {
        left: -1px;
        border-top-left-radius: .1875rem;
        border-bottom-left-radius: .1875rem;
    }

    .btn-labeled-left.btn-lg {
        padding-left: 3.50005rem;
    }

        .btn-labeled-left.btn-lg > b {
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
        }

    .btn-labeled-left.btn-sm {
        padding-left: 2.75006rem;
    }

        .btn-labeled-left.btn-sm > b {
            border-top-left-radius: .125rem;
            border-bottom-left-radius: .125rem;
        }

.btn-labeled-right {
    padding-right: 3.12506rem;
}

    .btn-labeled-right > b {
        right: -1px;
        border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
    }

.dropdown-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: background-color ease-in-out .15s,color ease-in-out .15s;
    transition: background-color ease-in-out .15s,color ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .dropdown-item {
        -webkit-transition: none;
        transition: none;
    }
}

.dropdown-item + .dropdown-item, .dropdown-item + .dropdown-submenu, .dropdown-submenu + .dropdown-item {
    margin-top: 1px;
}

.dropdown-item:active {
    color: #333;
    background-color: #f5f5f5;
}

.dropdown-item.active {
    color: #fff;
    background-color: #2196f3;
}

    .dropdown-item.active .badge:not(.badge-mark) {
        background-color: #fff !important;
        color: #333 !important;
    }

    .dropdown-item.active .badge-mark[class*=bg-] {
        background-color: #fff !important;
        border-color: #fff !important;
    }

    .dropdown-item.active .badge-mark[class*=border-] {
        border-color: #fff !important;
    }

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #999;
    background-color: transparent;
    cursor: default;
}

    .dropdown-item.disabled > .badge, .dropdown-item.disabled > img, .dropdown-item:disabled > .badge, .dropdown-item:disabled > img {
        opacity: .8;
    }

.dropdown-item-open {
    background-color: #f5f5f5;
    color: #333;
}

.dropdown-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .25rem;
    margin-bottom: .25rem;
    line-height: 1.6667;
}

.dropdown-header-highlight {
    margin-top: 0;
    background-color: #f8f8f8;
}

    .dropdown-header-highlight + .dropdown-item, .dropdown-item + .dropdown-header-highlight {
        margin-top: .5rem;
    }

    .dropdown-header-highlight:first-child {
        margin-top: 0;
    }

.dropdown-header > i, .dropdown-header > img, .dropdown-item > i, .dropdown-item > img {
    margin-right: 1rem;
}

.dropdown-header > i, .dropdown-item > i {
    top: 0;
}

.dropdown-header > img, .dropdown-item > img {
    max-height: 1.25003rem;
}

.dropdown-divider {
    margin: .5rem 0;
}

.dropdown-item.form-check {
    padding: 0;
    margin-bottom: 0;
}

    .dropdown-item.form-check .form-check-label {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: .5rem 1rem;
    }

    .dropdown-item.form-check.form-check-right .form-check-label {
        padding-left: 1rem;
    }

.dropdown-scrollable {
    max-height: 340px;
    overflow-y: auto;
}

.dropdown-menu > .dropdown-submenu {
    position: relative;
}

    .dropdown-menu > .dropdown-submenu > .dropdown-item {
        padding-right: 2.5rem;
    }

        .dropdown-menu > .dropdown-submenu > .dropdown-item:after {
            content: '\e9c7';
            font-family: icomoon;
            position: absolute;
            top: 50%;
            margin-top: -.5rem;
            right: 1rem;
            font-size: 1rem;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .dropdown-menu > .dropdown-submenu.show > .dropdown-item, .dropdown-menu > .dropdown-submenu:hover > .dropdown-item {
        background-color: #f5f5f5;
        color: #333;
    }

        .dropdown-menu > .dropdown-submenu:focus > .dropdown-item:not(.dropdown-toggle) ~ .dropdown-menu, .dropdown-menu > .dropdown-submenu:hover > .dropdown-item:not(.dropdown-toggle) ~ .dropdown-menu {
            display: block;
        }

    .dropdown-menu > .dropdown-submenu.disabled > .dropdown-menu {
        display: none;
    }

    .dropdown-menu > .dropdown-submenu.disabled > .dropdown-item {
        background-color: transparent;
        color: #999;
        cursor: default;
    }

    .dropdown-menu > .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -.5625rem;
    }

    .dropdown-menu > .dropdown-submenu.dropdown-submenu-left > .dropdown-menu {
        left: auto;
        right: 100%;
    }

@media (max-width:991.98px) {
    .dropdown-menu > .dropdown-submenu .dropdown-toggle:after {
        content: '\e9c5';
    }

    .dropdown-menu > .dropdown-submenu .dropdown-menu, .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
        position: static;
        margin: 0 !important;
        border-width: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item, .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
        padding-left: 2rem;
    }

    .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item, .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
        padding-left: 3rem;
    }
}

.dropdown-menu .dropup > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -.5625rem;
}

.dropdown-menu .dropdown-submenu + .dropdown-submenu {
    margin-top: 1px;
}

.dropright .dropdown-toggle::after {
    vertical-align: middle;
}

.dropleft .dropdown-toggle::before {
    vertical-align: middle;
}

.dropleft .dropdown-submenu .dropdown-toggle::before {
    content: none;
}

.dropdown-menu-lg .dropdown-item {
    padding-top: .5625rem;
    padding-bottom: .5625rem;
    font-size: .875rem;
    line-height: 1.4286;
}

.dropdown-menu-sm .dropdown-item {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    font-size: .75rem;
    line-height: 1.6667;
}

.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-item, .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu > .dropdown-item {
    color: #fff;
}

    .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-item:focus, .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-item:hover, .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu > .dropdown-item:focus, .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu > .dropdown-item:hover {
        background-color: rgba(0,0,0,.1);
    }

    .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-item.active, .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu > .dropdown-item.active {
        background-color: rgba(0,0,0,.2);
    }

    .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-item.disabled, .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu > .dropdown-item.disabled {
        background-color: transparent;
        color: rgba(255,255,255,.6);
    }

.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu.show > .dropdown-item, .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu:hover > .dropdown-item {
    background-color: rgba(0,0,0,.1);
    color: #fff;
}

.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu.disabled > .dropdown-item {
    background-color: transparent;
    color: rgba(255,255,255,.6);
}

.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-header {
    color: rgba(255,255,255,.6);
}

.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-header-highlight {
    background-color: rgba(0,0,0,.1);
}

.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-divider {
    border-top-color: rgba(255,255,255,.4);
}

.btn-group .btn + .btn.border-2, .btn-group .btn-group + .btn.border-2, .btn-group .btn.border-2 + .btn-group, .btn-group-vertical .btn + .btn.border-2, .btn-group-vertical .btn-group + .btn.border-2, .btn-group-vertical .btn.border-2 + .btn-group {
    margin-left: -2px;
}

.btn-group .btn + .btn.border-3, .btn-group .btn-group + .btn.border-3, .btn-group .btn.border-3 + .btn-group, .btn-group-vertical .btn + .btn.border-3, .btn-group-vertical .btn-group + .btn.border-3, .btn-group-vertical .btn.border-3 + .btn-group {
    margin-left: -3px;
}

.btn-group-justified {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

    .btn-group-justified .btn, .btn-group-justified .btn-group {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.input-group .form-group-feedback {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    z-index: 4;
}

    .input-group .form-group-feedback:not(:last-child) .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group .form-group-feedback:not(:first-child) .form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.form-control-feedback + .input-group, .input-group + .form-control-feedback {
    z-index: 4;
}

.input-group-text i {
    display: block;
    top: 0;
}

.custom-control {
    min-height: 1.25003rem;
    margin-bottom: .5rem;
}

    .custom-control:last-child {
        margin-bottom: 0;
    }

.custom-control-inline {
    margin-bottom: 0;
}

    .custom-control-inline:last-child {
        margin-right: 0;
    }

.custom-control-input:active ~ .custom-control-label::before {
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-input:active ~ .custom-control-label::before {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-control-input:disabled ~ .custom-control-label {
    cursor: default;
}

.custom-control-label {
    cursor: pointer;
}

    .custom-control-label::before {
        top: .00002rem;
    }

    .custom-control-label::after {
        top: .00002rem;
    }

.custom-control-right {
    padding-left: 0;
    padding-right: 1.875rem;
}

    .custom-control-right .custom-control-input {
        right: 0;
    }

    .custom-control-right .custom-control-label:after, .custom-control-right .custom-control-label:before {
        left: auto;
        right: 0;
    }

.custom-select {
    cursor: pointer;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-select:focus, .custom-select:hover {
    -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
}

.custom-select:disabled {
    cursor: default;
}

    .custom-select:disabled:focus, .custom-select:disabled:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.custom-file-label {
    margin-bottom: 0;
}

.nav-link {
    position: relative;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none;
    }
}

.nav-link.disabled {
    cursor: default;
}

.nav-tabs {
    margin-bottom: 1.25rem;
}

    .nav-tabs .nav-link {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #777;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            color: #333;
        }

        .nav-tabs .nav-link.disabled {
            color: #999;
        }

    .nav-tabs .nav-item.show .nav-link:not(.active) {
        border-color: transparent;
        background-color: transparent;
    }

    .nav-tabs.border-top-1 {
        border-top-color: #ddd;
    }

.nav-tabs-responsive {
    overflow-x: auto;
    -webkit-box-shadow: 0 -1px 0 #ddd inset;
    box-shadow: 0 -1px 0 #ddd inset;
}

.nav-tabs-bottom .nav-link, .nav-tabs-highlight .nav-link, .nav-tabs-top .nav-link {
    position: relative;
}

    .nav-tabs-bottom .nav-link:before, .nav-tabs-highlight .nav-link:before, .nav-tabs-top .nav-link:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transition: background-color ease-in-out .15s;
        transition: background-color ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .nav-tabs-bottom .nav-link:before, .nav-tabs-highlight .nav-link:before, .nav-tabs-top .nav-link:before {
        -webkit-transition: none;
        transition: none;
    }
}

.nav-tabs-highlight .nav-link {
    border-top-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .nav-tabs-highlight .nav-link:before {
        height: 2px;
        top: -1px;
        left: -1px;
        right: -1px;
    }

    .nav-tabs-highlight .nav-link.active:before {
        background-color: #2196f3;
    }

.nav-tabs-top .nav-item {
    margin-bottom: 0;
}

.nav-tabs-top .nav-link {
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .nav-tabs-top .nav-link:focus:before, .nav-tabs-top .nav-link:hover:before {
        background-color: #ddd;
    }

    .nav-tabs-top .nav-link:before {
        height: 2px;
    }

    .nav-tabs-top .nav-link.disabled:before {
        content: none;
    }

.nav-tabs-top .nav-item.show .nav-link:not(.active):before {
    background-color: #ddd;
}

.nav-tabs-top .nav-link.active:before {
    background-color: #6c7ca4;
}

.nav-tabs-top .nav-item.show .nav-link, .nav-tabs-top .nav-link.active {
    background-color: transparent;
}

.nav-tabs-top .dropdown-menu {
    margin-top: 0;
}

.nav-tabs-top.border-top-1 .nav-item {
    margin-top: -1px;
}

.nav-tabs-bottom .nav-item {
    margin-bottom: 0;
}

.nav-tabs-bottom .nav-link {
    border-width: 0;
}

    .nav-tabs-bottom .nav-link:before {
        height: 2px;
        top: auto;
        bottom: -1px;
    }

    .nav-tabs-bottom .nav-link.active:before {
        background-color: #6c7ca4;
    }

    .nav-tabs-bottom .nav-item.show .nav-link, .nav-tabs-bottom .nav-link.active {
        background-color: transparent;
    }

.nav-tabs-bottom .dropdown-menu {
    margin-top: 0;
}

.nav-tabs-solid {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

    .nav-tabs-solid .nav-item {
        margin-bottom: 0;
    }

    .nav-tabs-solid .nav-link {
        border-width: 0;
    }

    .nav-tabs-solid .nav-item.show .nav-link {
        background-color: transparent;
    }

        .nav-tabs-solid .nav-item.show .nav-link.active, .nav-tabs-solid .nav-link.active {
            color: #fff;
            background-color: #2196f3;
        }

    .nav-tabs-solid[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-link {
        color: rgba(255,255,255,.9);
    }

        .nav-tabs-solid[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-link:focus, .nav-tabs-solid[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-link:hover {
            color: #fff;
        }

        .nav-tabs-solid[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-link.disabled {
            color: rgba(255,255,255,.6);
        }

    .nav-tabs-solid[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-item.show .nav-link {
        color: #fff;
    }

        .nav-tabs-solid[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-item.show .nav-link.active, .nav-tabs-solid[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-link.active {
            color: #fff;
            background-color: rgba(0,0,0,.1);
        }

    .nav-tabs-solid[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) + .tab-content[class*=bg-] {
        border-top-color: rgba(255,255,255,.5);
    }

.nav-tabs-vertical .nav-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .nav-tabs-vertical .nav-link, .nav-tabs-vertical .nav-link.disabled, .nav-tabs-vertical .nav-link:focus, .nav-tabs-vertical .nav-link:hover {
        border-color: transparent #ddd transparent transparent;
    }

        .nav-tabs-vertical .nav-link:before {
            content: '';
            position: absolute;
            top: -1px;
            bottom: -1px;
            left: -1px;
            width: 2px;
            -webkit-transition: background-color ease-in-out .15s;
            transition: background-color ease-in-out .15s;
        }

@media screen and (prefers-reduced-motion:reduce) {
    .nav-tabs-vertical .nav-link:before {
        -webkit-transition: none;
        transition: none;
    }
}

.nav-tabs-vertical .nav-item.show .nav-link:not(.active) {
    border-right-color: #ddd;
    border-bottom-color: transparent;
}

.nav-tabs-vertical-right .nav-link, .nav-tabs-vertical-right .nav-link.disabled, .nav-tabs-vertical-right .nav-link:focus, .nav-tabs-vertical-right .nav-link:hover {
    border-color: transparent transparent transparent #ddd;
}

    .nav-tabs-vertical-right .nav-link:before {
        left: auto;
        right: -1px;
    }

.nav-tabs-vertical-right .nav-item.show .nav-link:not(.active) {
    border-right-color: transparent;
    border-left-color: #ddd;
}

.nav-tabs-vertical .nav-link.active:before {
    background-color: #2196f3;
}

.nav-tabs-vertical .nav-item.show .nav-link, .nav-tabs-vertical .nav-link.active {
    background-color: transparent;
    border-color: #ddd transparent;
}

.nav-pills {
    margin-bottom: 1.25rem;
}

    .nav-pills .nav-link {
        color: #777;
    }

        .nav-pills .nav-link:not(.active):focus, .nav-pills .nav-link:not(.active):hover {
            color: #333;
        }

        .nav-pills .nav-link.active .badge:not(.bg-transparent):not(.bg-light):not(.bg-white) {
            background-color: #fff;
            color: #333;
            -webkit-transition: all ease-in-out .15s;
            transition: all ease-in-out .15s;
        }

@media screen and (prefers-reduced-motion:reduce) {
    .nav-pills .nav-link.active .badge:not(.bg-transparent):not(.bg-light):not(.bg-white) {
        -webkit-transition: none;
        transition: none;
    }
}

.nav-pills .nav-link.disabled, .nav-pills .nav-link.disabled:focus, .nav-pills .nav-link.disabled:hover {
    color: #999;
}

.nav-pills .nav-item.show .nav-link:not(.active) {
    color: #333;
    background-color: transparent;
}

.nav-pills.flex-column .nav-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.nav-pills-bordered .nav-item + .nav-item {
    margin-left: .625rem;
}

.nav-pills-bordered .nav-link {
    border: 1px solid #ddd;
}

    .nav-pills-bordered .nav-item.show .nav-link:not(.active), .nav-pills-bordered .nav-link:not(.active):focus, .nav-pills-bordered .nav-link:not(.active):hover {
        background-color: #f5f5f5;
    }

    .nav-pills-bordered .nav-link.active {
        border-color: #2196f3;
    }

    .nav-pills-bordered .nav-link.disabled, .nav-pills-bordered .nav-link.disabled:focus, .nav-pills-bordered .nav-link.disabled:hover {
        background-color: #fafafa;
    }

.nav-pills-bordered.flex-column .nav-item + .nav-item {
    margin-left: 0;
    margin-top: .625rem;
}

.nav-pills-toolbar .nav-item + .nav-item {
    margin-left: -1px;
}

.nav-pills-toolbar .nav-link {
    border-radius: 0;
}

    .nav-pills-toolbar .nav-link.active {
        z-index: 3;
    }

.nav-pills-toolbar .nav-item:first-child .nav-link {
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
}

.nav-pills-toolbar .nav-item:last-child .nav-link {
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem;
}

.nav-pills-toolbar.flex-column .nav-item:first-child .nav-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem;
}

.nav-pills-toolbar.flex-column .nav-item:last-child .nav-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
}

.nav-pills-toolbar.flex-column .nav-item + .nav-item {
    margin-left: 0;
    margin-top: -1px;
}

.navbar {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.content ~ .navbar:not(.navbar-component):last-of-type, .page-content ~ .navbar:not(.navbar-component):last-of-type {
    border-bottom-color: transparent;
}

.navbar-component {
    border: 1px solid transparent;
    margin-bottom: 1.25rem;
}

.page-header .navbar-component {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.navbar-component.navbar-dark {
    border-color: rgba(255,255,255,.1);
}

.navbar-component.navbar-light {
    border-color: rgba(0,0,0,.125);
}

.navbar-brand img {
    height: 1rem;
    display: block;
}

.navbar-text {
    padding-top: .875rem;
    padding-bottom: .875rem;
}

.navbar-nav .nav-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.navbar-nav-link {
    position: relative;
    display: block;
    cursor: pointer;
    padding: .875rem 1rem;
    outline: 0;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-nav-link {
        -webkit-transition: none;
        transition: none;
    }
}

.navbar-nav-link.disabled {
    cursor: default;
}

    .navbar-nav-link.disabled .badge, .navbar-nav-link.disabled img {
        opacity: .5;
    }

.navbar-nav-link .badge {
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-nav-link .badge-mark {
    top: .4375rem;
    right: .5rem;
}

.navbar-nav-highlight .navbar-nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    width: 2px;
}

.navbar-light .navbar-nav-highlight .navbar-nav-link.active:before {
    background-color: #6c7ca4;
}

.navbar-dark .navbar-nav-highlight .navbar-nav-link.active:before {
    background-color: #fff;
}

.navbar-collapse {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.navbar-toggler {
    border: 0;
    line-height: 1.5385;
    cursor: pointer;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none;
    }
}

.navbar-toggler + .navbar-toggler {
    margin-left: 1.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0;
}

.navbar-dark .navbar-toggler:focus, .navbar-dark .navbar-toggler:hover {
    color: #fff;
}

.navbar-light .navbar-toggler {
    color: rgba(51,51,51,.85);
}

    .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler[aria-expanded=true] {
        color: #333;
    }

@media (max-width:575.98px) {
    .navbar-expand-sm .navbar-nav:first-child > .nav-item:first-child {
        margin-top: .625rem;
    }

    .navbar-expand-sm .navbar-nav:last-child > .nav-item:not(.show):last-child {
        margin-bottom: .625rem;
    }

    .navbar-expand-sm .navbar-nav-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .navbar-expand-sm .navbar-nav-link .badge:not(.position-static) {
            position: static;
        }

        .navbar-expand-sm .navbar-nav-link.dropdown-toggle:not(.caret-0) {
            padding-right: 2.5rem;
        }

            .navbar-expand-sm .navbar-nav-link.dropdown-toggle:not(.caret-0):after {
                position: absolute;
                top: 50%;
                right: 1.25rem;
                margin: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .navbar-expand-sm.navbar-dark .navbar-collapse {
        border-top: 1px solid rgba(255,255,255,.1);
    }

    .navbar-expand-sm.navbar-light .navbar-collapse {
        border-top: 1px solid #ddd;
    }

    .navbar-expand-sm .navbar-nav > .nav-item > .dropdown-menu {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .navbar-expand-sm .dropdown-submenu .dropdown-toggle:after {
        content: '\e9c5';
    }

    .navbar-expand-sm .dropdown-submenu .dropdown-menu, .navbar-expand-sm .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
        margin: 0;
        border-width: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .navbar-expand-sm .dropdown-submenu > .dropdown-menu > .dropdown-item, .navbar-expand-sm .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
        padding-left: 2rem;
    }

    .navbar-expand-sm .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item, .navbar-expand-sm .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
        padding-left: 3rem;
    }

    .navbar-expand-sm.fixed-bottom .navbar-collapse, .navbar-expand-sm.fixed-top .navbar-collapse {
        max-height: 440px;
        overflow-y: auto;
    }
}

@media (min-width:576px) {
    .navbar-expand-sm .navbar-brand {
        min-width: 15.625rem;
    }

    .navbar-expand-sm .navbar-nav-link:before {
        top: auto;
        right: 0;
        width: auto;
        height: 2px;
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md .navbar-nav:first-child > .nav-item:first-child {
        margin-top: .625rem;
    }

    .navbar-expand-md .navbar-nav:last-child > .nav-item:not(.show):last-child {
        margin-bottom: .625rem;
    }

    .navbar-expand-md .navbar-nav-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .navbar-expand-md .navbar-nav-link .badge:not(.position-static) {
            position: static;
        }

        .navbar-expand-md .navbar-nav-link.dropdown-toggle:not(.caret-0) {
            padding-right: 2.5rem;
        }

            .navbar-expand-md .navbar-nav-link.dropdown-toggle:not(.caret-0):after {
                position: absolute;
                top: 50%;
                right: 1.25rem;
                margin: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .navbar-expand-md.navbar-dark .navbar-collapse {
        border-top: 1px solid rgba(255,255,255,.1);
    }

    .navbar-expand-md.navbar-light .navbar-collapse {
        border-top: 1px solid #ddd;
    }

    .navbar-expand-md .navbar-nav > .nav-item > .dropdown-menu {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .navbar-expand-md .dropdown-submenu .dropdown-toggle:after {
        content: '\e9c5';
    }

    .navbar-expand-md .dropdown-submenu .dropdown-menu, .navbar-expand-md .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
        margin: 0;
        border-width: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .navbar-expand-md .dropdown-submenu > .dropdown-menu > .dropdown-item, .navbar-expand-md .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
        padding-left: 2rem;
    }

    .navbar-expand-md .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item, .navbar-expand-md .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
        padding-left: 3rem;
    }

    .navbar-expand-md.fixed-bottom .navbar-collapse, .navbar-expand-md.fixed-top .navbar-collapse {
        max-height: 440px;
        overflow-y: auto;
    }
}

@media (min-width:768px) {
    .navbar-expand-md .navbar-brand {
        min-width: 15.625rem;
    }

    .navbar-expand-md .navbar-nav-link:before {
        top: auto;
        right: 0;
        width: auto;
        height: 2px;
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg .navbar-nav:first-child > .nav-item:first-child {
        margin-top: .625rem;
    }

    .navbar-expand-lg .navbar-nav:last-child > .nav-item:not(.show):last-child {
        margin-bottom: .625rem;
    }

    .navbar-expand-lg .navbar-nav-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .navbar-expand-lg .navbar-nav-link .badge:not(.position-static) {
            position: static;
        }

        .navbar-expand-lg .navbar-nav-link.dropdown-toggle:not(.caret-0) {
            padding-right: 2.5rem;
        }

            .navbar-expand-lg .navbar-nav-link.dropdown-toggle:not(.caret-0):after {
                position: absolute;
                top: 50%;
                right: 1.25rem;
                margin: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .navbar-expand-lg.navbar-dark .navbar-collapse {
        border-top: 1px solid rgba(255,255,255,.1);
    }

    .navbar-expand-lg.navbar-light .navbar-collapse {
        border-top: 1px solid #ddd;
    }

    .navbar-expand-lg .navbar-nav > .nav-item > .dropdown-menu {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .navbar-expand-lg .dropdown-submenu .dropdown-toggle:after {
        content: '\e9c5';
    }

    .navbar-expand-lg .dropdown-submenu .dropdown-menu, .navbar-expand-lg .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
        margin: 0;
        border-width: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .navbar-expand-lg .dropdown-submenu > .dropdown-menu > .dropdown-item, .navbar-expand-lg .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
        padding-left: 2rem;
    }

    .navbar-expand-lg .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item, .navbar-expand-lg .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
        padding-left: 3rem;
    }

    .navbar-expand-lg.fixed-bottom .navbar-collapse, .navbar-expand-lg.fixed-top .navbar-collapse {
        max-height: 440px;
        overflow-y: auto;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-brand {
        min-width: 15.625rem;
    }

    .navbar-expand-lg .navbar-nav-link:before {
        top: auto;
        right: 0;
        width: auto;
        height: 2px;
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl .navbar-nav:first-child > .nav-item:first-child {
        margin-top: .625rem;
    }

    .navbar-expand-xl .navbar-nav:last-child > .nav-item:not(.show):last-child {
        margin-bottom: .625rem;
    }

    .navbar-expand-xl .navbar-nav-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .navbar-expand-xl .navbar-nav-link .badge:not(.position-static) {
            position: static;
        }

        .navbar-expand-xl .navbar-nav-link.dropdown-toggle:not(.caret-0) {
            padding-right: 2.5rem;
        }

            .navbar-expand-xl .navbar-nav-link.dropdown-toggle:not(.caret-0):after {
                position: absolute;
                top: 50%;
                right: 1.25rem;
                margin: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .navbar-expand-xl.navbar-dark .navbar-collapse {
        border-top: 1px solid rgba(255,255,255,.1);
    }

    .navbar-expand-xl.navbar-light .navbar-collapse {
        border-top: 1px solid #ddd;
    }

    .navbar-expand-xl .navbar-nav > .nav-item > .dropdown-menu {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .navbar-expand-xl .dropdown-submenu .dropdown-toggle:after {
        content: '\e9c5';
    }

    .navbar-expand-xl .dropdown-submenu .dropdown-menu, .navbar-expand-xl .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
        margin: 0;
        border-width: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .navbar-expand-xl .dropdown-submenu > .dropdown-menu > .dropdown-item, .navbar-expand-xl .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
        padding-left: 2rem;
    }

    .navbar-expand-xl .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item, .navbar-expand-xl .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
        padding-left: 3rem;
    }

    .navbar-expand-xl.fixed-bottom .navbar-collapse, .navbar-expand-xl.fixed-top .navbar-collapse {
        max-height: 440px;
        overflow-y: auto;
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl .navbar-brand {
        min-width: 15.625rem;
    }

    .navbar-expand-xl .navbar-nav-link:before {
        top: auto;
        right: 0;
        width: auto;
        height: 2px;
    }
}

.navbar-expand .navbar-nav:first-child > .nav-item:first-child {
    margin-top: .625rem;
}

.navbar-expand .navbar-nav:last-child > .nav-item:not(.show):last-child {
    margin-bottom: .625rem;
}

.navbar-expand .navbar-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

    .navbar-expand .navbar-nav-link .badge:not(.position-static) {
        position: static;
    }

    .navbar-expand .navbar-nav-link.dropdown-toggle:not(.caret-0) {
        padding-right: 2.5rem;
    }

        .navbar-expand .navbar-nav-link.dropdown-toggle:not(.caret-0):after {
            position: absolute;
            top: 50%;
            right: 1.25rem;
            margin: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.navbar-expand.navbar-dark .navbar-collapse {
    border-top: 1px solid rgba(255,255,255,.1);
}

.navbar-expand.navbar-light .navbar-collapse {
    border-top: 1px solid #ddd;
}

.navbar-expand .navbar-nav > .nav-item > .dropdown-menu {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.navbar-expand .dropdown-submenu .dropdown-toggle:after {
    content: '\e9c5';
}

.navbar-expand .dropdown-submenu .dropdown-menu, .navbar-expand .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
    margin: 0;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.navbar-expand .dropdown-submenu > .dropdown-menu > .dropdown-item, .navbar-expand .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
    padding-left: 2rem;
}

.navbar-expand .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item, .navbar-expand .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
    padding-left: 3rem;
}

.navbar-expand.fixed-bottom .navbar-collapse, .navbar-expand.fixed-top .navbar-collapse {
    max-height: 440px;
    overflow-y: auto;
}

.navbar-expand .navbar-brand {
    min-width: 15.625rem;
}

.navbar-expand .navbar-nav-link:before {
    top: auto;
    right: 0;
    width: auto;
    height: 2px;
}

.navbar-light {
    color: rgba(51,51,51,.85);
    background-color: #fff;
    border-bottom-color: rgba(0,0,0,.125);
}

.content + .navbar-light, .fixed-bottom > .navbar-light:first-child, .page-content + .navbar-light, .page-header-content + .navbar-light {
    border-top-color: rgba(0,0,0,.125);
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #333;
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: #999;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #333;
    }

.navbar-light .navbar-nav-link {
    color: rgba(51,51,51,.85);
}

    .navbar-light .navbar-nav-link:focus, .navbar-light .navbar-nav-link:hover {
        color: #333;
        background-color: rgba(0,0,0,.04);
    }

    .navbar-light .navbar-nav-link.disabled {
        color: rgba(0,0,0,.5);
        background-color: transparent;
    }

    .navbar-light .active > .navbar-nav-link, .navbar-light .navbar-nav-link.active, .navbar-light .navbar-nav-link.show, .navbar-light .show > .navbar-nav-link {
        color: #333;
        background-color: rgba(0,0,0,.04);
    }

.navbar-light .navbar-text a {
    color: #2196f3;
}

    .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: #0a6ebd;
    }

.navbar-dark {
    color: rgba(255,255,255,.9);
    background-color: #252b38;
    border-bottom-color: rgba(255,255,255,.1);
}

.content + .navbar-dark, .fixed-bottom > .navbar-dark:first-child, .page-content + .navbar-dark, .page-header-content + .navbar-dark {
    border-top-color: rgba(255,255,255,.1);
}

.navbar-dark .navbar-nav .nav-link {
    color: #333;
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #333;
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: #999;
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #333;
    }

.navbar-dark .navbar-nav-link {
    color: rgba(255,255,255,.9);
}

    .navbar-dark .navbar-nav-link:focus, .navbar-dark .navbar-nav-link:hover {
        color: #fff;
        background-color: rgba(0,0,0,.15);
    }

    .navbar-dark .navbar-nav-link.disabled {
        color: rgba(255,255,255,.5);
        background-color: transparent;
    }

    .navbar-dark .active > .navbar-nav-link, .navbar-dark .navbar-nav-link.active, .navbar-dark .navbar-nav-link.show, .navbar-dark .show > .navbar-nav-link {
        color: #fff;
        background-color: rgba(0,0,0,.15);
    }

.navbar-nav .nav-tabs .nav-link {
    color: #777;
}

    .navbar-nav .nav-tabs .nav-link:focus, .navbar-nav .nav-tabs .nav-link:hover {
        color: #333;
    }

    .navbar-nav .nav-tabs .nav-link.disabled {
        color: #999;
    }

    .navbar-nav .nav-tabs .active > .nav-link, .navbar-nav .nav-tabs .nav-link.active, .navbar-nav .nav-tabs .nav-link.show, .navbar-nav .nav-tabs .show > .nav-link {
        color: #333;
    }

.navbar-nav .nav-pills .nav-link {
    color: #777;
}

    .navbar-nav .nav-pills .nav-link:not(.active):focus, .navbar-nav .nav-pills .nav-link:not(.active):hover {
        color: #333;
    }

    .navbar-nav .nav-pills .nav-link.active .badge:not(.badge-mark) {
        background-color: #fff !important;
        color: #333 !important;
    }

    .navbar-nav .nav-pills .nav-link.active .badge-mark[class*=bg-] {
        background-color: #fff !important;
        border-color: #fff !important;
    }

    .navbar-nav .nav-pills .nav-link.active .badge-mark[class*=border-] {
        border-color: #fff !important;
    }

    .navbar-nav .nav-pills .nav-link.active, .show:not(.navbar-collapse) > .navbar-nav .nav-pills .nav-link {
        color: #fff;
    }

    .navbar-nav .nav-pills .nav-link.disabled:focus, .navbar-nav .nav-pills .nav-link.disabled:hover {
        color: #999;
    }

.navbar .btn-group .dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-user .navbar-nav-link, .dropdown-user .navbar-nav-link > span {
    padding-top: .4375rem;
    padding-bottom: .4375rem;
}

    .dropdown-user .navbar-nav-link > span {
        display: inline-block;
        padding-left: .625rem;
    }

    .dropdown-user .navbar-nav-link > img {
        max-height: 2.12503rem;
        vertical-align: top;
    }

.img-flag {
    height: .875rem;
    margin-top: .18752rem;
    vertical-align: top;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.mega-menu-left > .dropdown-menu {
    left: auto;
}

.mega-menu-right > .dropdown-menu {
    left: auto;
    right: 0;
}

.mega-menu-full > .dropdown-menu {
    left: 1.25rem;
    right: 1.25rem;
}

.navbar-component .mega-menu-full > .dropdown-menu {
    left: 0;
    right: 0;
}

.dropdown-content-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
}

    .dropdown-content-header:not([class*=bg-]) {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .dropdown-content-header[class*=bg-] {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .dropdown-content-header + .table, .dropdown-content-header + .table-responsive {
        border-top: 1px solid #ddd;
    }

.dropdown-content:not(ul) {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-content-body {
    padding: 1.25rem 1.25rem;
}

.dropdown-content-header:not([class*=bg-]) + .dropdown-content-body {
    padding-top: 0;
}

.dropdown-content-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.25rem;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
}

.navbar-top {
    padding-top: 3.12503rem;
}

.navbar-lg-top {
    padding-top: 3.37503rem;
}

.navbar-sm-top {
    padding-top: 2.87503rem;
}

.navbar-lg-md-top {
    padding-top: 6.50006rem;
}

.navbar-md-md-top {
    padding-top: 6.25006rem;
}

.navbar-sm-md-top {
    padding-top: 6.00006rem;
}

.navbar-lg-sm-top {
    padding-top: 6.25006rem;
}

.navbar-bottom {
    padding-bottom: 3.12503rem;
}

.navbar-lg-md-bottom {
    padding-bottom: 6.50006rem;
}

.navbar-md-md-bottom {
    padding-bottom: 6.25006rem;
}

.navbar-sm-md-bottom {
    padding-bottom: 6.00006rem;
}

.navbar-lg-sm-bottom {
    padding-bottom: 6.25006rem;
}

.navbar-lg .navbar-brand {
    padding-top: 1.12502rem;
    padding-bottom: 1.12502rem;
}

.navbar-lg .navbar-nav-link {
    padding: 1rem 1.25rem;
}

    .navbar-lg .navbar-nav-link .badge-mark {
        top: .5rem;
        right: .625rem;
    }

.navbar-lg .navbar-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-lg .dropdown-user > .navbar-nav-link, .navbar-lg .dropdown-user > .navbar-nav-link > span {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

    .navbar-lg .dropdown-user > .navbar-nav-link > img {
        max-height: 2.25003rem;
    }

.navbar-sm .navbar-brand {
    padding-top: .87502rem;
    padding-bottom: .87502rem;
}

.navbar-sm .navbar-nav-link {
    padding: .75rem .875rem;
}

    .navbar-sm .navbar-nav-link .badge-mark {
        top: .375rem;
        right: .4375rem;
    }

.navbar-sm .navbar-text {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.navbar-sm .dropdown-user > .navbar-nav-link, .navbar-sm .dropdown-user > .navbar-nav-link > span {
    padding-top: .375rem;
    padding-bottom: .375rem;
}

    .navbar-sm .dropdown-user > .navbar-nav-link > img {
        max-height: 2.00003rem;
    }

.navbar-header {
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left: -1.25rem;
    margin-right: 1.25rem;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

    .navbar-header.navbar-dark {
        border-bottom-color: rgba(255,255,255,.1);
    }

    .navbar-header.navbar-light {
        border-bottom-color: rgba(0,0,0,.125);
    }

    .navbar-header .navbar-brand {
        margin-left: 1.25rem;
        margin-right: 0;
    }

    .navbar-header .navbar-brand-xs {
        display: none;
    }

.sidebar-xs .navbar-header .navbar-brand-md {
    display: none;
}

.sidebar-xs .navbar-header .navbar-brand-xs {
    display: inline-block;
    min-width: 3.5rem;
    margin-left: 0;
    text-align: center;
}

.navbar-static {
    z-index: 100;
}

.card {
    margin-bottom: 1.25rem;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

    .card.fixed-top {
        overflow: auto;
        max-height: 100%;
    }

.card-body:not(.card) + .card-body:not(.card) {
    border-top: 1px solid rgba(0,0,0,.125);
}

.card-title {
    position: relative;
}

.card-header .card-title {
    margin-bottom: 0;
}

.card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .card-header {
    border-bottom-color: rgba(255,255,255,.1);
}

.card-header:not([class*=bg-]):not([class*=alpha-]) {
    background-color: transparent;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom-width: 0;
}

    .card-header:not([class*=bg-]):not([class*=alpha-]) + * > .card-body:first-child, .card-header:not([class*=bg-]):not([class*=alpha-]) + .card-body {
        padding-top: 0;
    }

.card-footer:first-child, .card-header + * > .card-footer:first-child, .card-header + .card-footer {
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-footer.border-bottom-1 {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header-tabs {
    margin-bottom: 0;
}

    .card-header-tabs .nav-link {
        border-top-width: 0;
    }

.card-body .card-img {
    border-radius: .1875rem;
}

.card-img-actions {
    position: relative;
}

    .card-img-actions:focus .card-img-actions-overlay, .card-img-actions:hover .card-img-actions-overlay {
        opacity: 1;
        visibility: visible;
    }

.card-img-actions-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.75);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .card-img-actions-overlay {
        -webkit-transition: none;
        transition: none;
    }
}

[data-action] {
    cursor: pointer;
}

    [data-action]:after {
        font-family: icomoon;
        font-size: 1rem;
        min-width: 1rem;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

[data-action=collapse]:after {
    content: '\e9c1';
}

[data-action=reload]:after {
    content: '\e9fb';
}

[data-action=remove]:after {
    content: '\ed6a';
    font-size: .8125rem;
}

[data-action=move] {
    cursor: default;
}

    [data-action=move]:after {
        content: '\e986';
    }

[data-action=fullscreen]:after {
    content: '\e9f9';
}

[data-action=fullscreen][data-fullscreen=active]:after {
    content: '\e9fa';
}

[data-action=modal]:after {
    content: '\e9eb';
}

.card-group-control .card-title > a {
    display: inline-block;
}

    .card-group-control .card-title > a:before {
        content: '\ed5b';
        font-family: icomoon;
        position: absolute;
        top: 50%;
        margin-top: -.5rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .card-group-control .card-title > a.collapsed:before {
        content: '\ed5a';
    }

.card-group-control-left .card-title > a {
    padding-left: 1.625rem;
}

    .card-group-control-left .card-title > a:before {
        left: 0;
    }

.card-group-control-right .card-title > a {
    padding-right: 1.625rem;
}

    .card-group-control-right .card-title > a:before {
        right: 0;
    }

.breadcrumb {
    padding: 0;
}

.breadcrumb-item {
    padding: .625rem 0;
    color: inherit;
}

    .breadcrumb-item i {
        font-size: .75rem;
    }

a.breadcrumb-elements-item, a.breadcrumb-item {
    display: inline-block;
    color: inherit;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    a.breadcrumb-elements-item, a.breadcrumb-item {
        -webkit-transition: none;
        transition: none;
    }
}

.show > a.breadcrumb-elements-item, .show > a.breadcrumb-item, a.breadcrumb-elements-item:focus, a.breadcrumb-elements-item:hover, a.breadcrumb-item:focus, a.breadcrumb-item:hover {
    opacity: .75;
}

.page-header-content > .breadcrumb {
    padding-top: 0;
    padding-bottom: 1.25rem;
}

    .page-header-content > .breadcrumb:first-child {
        padding-bottom: 0;
        padding-top: 1.25rem;
    }

.breadcrumb-dash > .breadcrumb-item + .breadcrumb-item:before {
    content: '\2013\00a0';
}

.breadcrumb-arrow > .breadcrumb-item + .breadcrumb-item:before {
    content: '\2192\00a0';
}

.breadcrumb-arrows > .breadcrumb-item + .breadcrumb-item:before {
    content: '\00bb\00a0';
}

.breadcrumb-caret > .breadcrumb-item + .breadcrumb-item:before {
    content: '\203A\00a0';
}

.breadcrumb-line {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

    .breadcrumb-line:not(.breadcrumb-line-component):first-child {
        border-top-width: 0;
    }

    .breadcrumb-line:last-child {
        margin-bottom: 1.25rem;
    }

.page-header-dark .breadcrumb-line:last-child, .page-header-light .breadcrumb-line:last-child {
    margin-bottom: 0;
}

.breadcrumb-line-light {
    background-color: #fafafa;
    border-color: #ddd;
    color: #333;
}

.page-header-light .breadcrumb-line-light:not(.breadcrumb-line-component):last-child {
    border-bottom-width: 0;
}

.page-header-dark .breadcrumb-line-light:not(.breadcrumb-line-component) {
    border-top-width: 0;
}

    .page-header-dark .breadcrumb-line-light:not(.breadcrumb-line-component):first-child {
        border-bottom-width: 0;
    }

.breadcrumb-line-light.breadcrumb-line-component {
    border-color: #ddd;
}

.breadcrumb-line-dark {
    background-color: #273246;
    border-color: transparent;
    color: #fff;
}

.page-header-dark .breadcrumb-line-dark:not(.breadcrumb-line-component):last-child {
    border-bottom-width: 0;
}

.breadcrumb-line-dark .breadcrumb-item.active {
    color: inherit;
}

.page-header-dark .breadcrumb-line-dark {
    border-color: rgba(255,255,255,.25);
}

.breadcrumb-line-component {
    border: 1px solid transparent;
    border-radius: .1875rem;
}

.page-header .breadcrumb-line-component {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.breadcrumb-elements-item {
    padding: .625rem 0;
}

    .breadcrumb-elements-item + .breadcrumb-elements-item {
        margin-left: 1.25rem;
    }

.pagination {
    margin-bottom: 0;
}

.page-link {
    text-align: center;
    min-width: 2.25003rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none;
    }
}

.pagination-lg .page-link {
    min-width: 2.50002rem;
}

.pagination-sm .page-link {
    min-width: 2.00002rem;
}

.pagination-rounded .page-item:first-child .page-link {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.pagination-rounded .page-item:last-child .page-link {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.pagination-flat .page-item.active .page-link {
    background-color: #2196f3;
}

.pagination-flat .page-item.disabled .page-link {
    border-color: transparent;
}

.pagination-flat .page-link {
    background-color: transparent;
    border-color: transparent;
    margin-left: 2px;
    border-radius: .1875rem;
}

    .pagination-flat .page-link:focus, .pagination-flat .page-link:hover {
        background-color: #f5f5f5;
    }

.pagination-flat.pagination-rounded .page-link {
    border-radius: 100px;
}

.pagination-separated .page-link {
    margin-left: .625rem;
    border-radius: .1875rem;
}

.pagination-separated.pagination-rounded .page-link {
    border-radius: 100px;
}

.pagination-pager .page-item {
    border-radius: .1875rem;
}

.pagination-pager .page-link {
    margin-left: 1.25rem;
    border-radius: .1875rem;
}

.pagination-pager.pagination-rounded .page-link {
    border-radius: 100px;
}

.pagination-pager-linked .page-item.disabled .page-link {
    background-color: transparent;
    border-color: transparent;
}

.pagination-pager-linked .page-link {
    color: #2196f3;
    background-color: transparent;
    border-color: transparent;
}

    .pagination-pager-linked .page-link:focus, .pagination-pager-linked .page-link:hover {
        color: #fff;
        background-color: #2196f3;
        border-color: #2196f3;
    }

.pagination-pager:not(.pagination-rounded).pagination-lg .page-link {
    border-radius: .25rem;
}

.pagination-pager:not(.pagination-rounded).pagination-sm .page-link {
    border-radius: .125rem;
}

.badge.dropdown-toggle:after {
    font-size: 85%;
    vertical-align: baseline;
}

.badge-light {
    background-color: #f5f5f5;
}

a.badge {
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    a.badge {
        -webkit-transition: none;
        transition: none;
    }
}

.show > a.badge[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light).dropdown-toggle, a.badge[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light):focus, a.badge[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light):hover {
    -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
}

.btn .badge {
    top: 0;
}

.badge-flat {
    background-color: transparent;
    border: 1px solid transparent;
    padding: calc(.3125rem - 1px) calc(.375rem - 1px);
}

    .badge-flat[href]:focus, .badge-flat[href]:hover {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .badge-flat.badge-pill {
        padding-left: calc(.4375rem - 1px);
        padding-right: calc(.4375rem - 1px);
    }

.badge-striped {
    padding: .4375rem .5rem;
    position: relative;
}

    .badge-striped:before {
        content: '';
        width: 0;
        position: absolute;
        top: 0;
        bottom: 0;
    }

.badge-striped-left {
    padding-left: calc(.375rem + 2px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .badge-striped-left:before {
        left: 0;
        border-left: 2px solid;
        border-left-color: inherit;
    }

.badge-striped-right {
    padding-right: calc(.375rem + 2px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .badge-striped-right:before {
        right: 0;
        border-right: 2px solid;
        border-right-color: inherit;
    }

.badge-icon {
    padding: .375rem;
    line-height: 1;
}

    .badge-icon > i {
        top: 0;
    }

.badge-float {
    position: absolute;
    right: -.5rem;
    top: -.5rem;
}

.badge-mark {
    padding: 0;
    border: 2px solid;
    width: .5rem;
    height: .5rem;
    border-radius: 100px;
}

    .badge-mark:empty {
        display: inline-block;
    }

.alert-dismissible .close:focus, .alert-dismissible .close:hover {
    color: inherit;
}

.alert[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light) .alert-link {
    color: inherit;
    border-bottom-color: rgba(255,255,255,.85);
}

.alert-rounded {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border-radius: 100px;
}

    .alert-rounded.alert-dismissible .close {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }

.alert[class*=alert-styled-]:after {
    content: '\e9a2';
    font-family: icomoon;
    color: #fff;
    width: 2.875rem;
    left: -2.875rem;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alert[class*=alert-styled-].alert-danger:after, .alert[class*=alert-styled-][class*=bg-danger]:after {
    content: '\ed64';
}

.alert[class*=alert-styled-].alert-success:after, .alert[class*=alert-styled-][class*=bg-success]:after {
    content: '\ed6e';
}

.alert[class*=alert-styled-].alert-warning:after, .alert[class*=alert-styled-][class*=bg-warning]:after {
    content: '\e9bd';
}

.alert[class*=alert-styled-].alert-info:after, .alert[class*=alert-styled-][class*=bg-info]:after {
    content: '\e9b9';
}

.alert.alert-styled-left {
    border-left-width: 2.875rem;
}

    .alert.alert-styled-left[class*=bg-]:not(.bg-white):not(.bg-light) {
        border-left-color: rgba(0,0,0,.15) !important;
    }

.alert.alert-styled-right {
    border-right-width: 2.875rem;
}

    .alert.alert-styled-right:after {
        left: auto;
        right: -2.875rem;
    }

    .alert.alert-styled-right[class*=bg-]:not(.bg-white):not(.bg-light) {
        border-right-color: rgba(0,0,0,.15) !important;
    }

.alert.alert-styled-custom:after {
    content: "\e81b";
}

.alert.ui-pnotify[class*=alert-arrow-] > .brighttheme:before, .alert:not(.ui-pnotify)[class*=alert-arrow-]:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left-color: inherit;
    margin-top: -5px;
}

.alert.ui-pnotify.alert-arrow-right > .brighttheme:before, .alert:not(.ui-pnotify).alert-arrow-right:before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 5px solid;
    border-right-color: inherit;
}

.progress {
    position: relative;
}

.progress-bar {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.progress .progressbar-back-text, .progress .progressbar-front-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: .60938rem;
}

.progress .progressbar-back-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.progress.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.progress.vertical {
    width: 3rem;
    height: 100%;
    display: inline-block;
}

    .progress.vertical + .progress.vertical {
        margin-left: .625rem;
    }

    .progress.vertical .progress-bar {
        width: 100%;
        height: 0;
        -webkit-transition: height .6s ease;
        transition: height .6s ease;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .progress.vertical .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

.progress.vertical.bottom .progressbar-back-text, .progress.vertical.bottom .progressbar-front-text {
    top: auto;
    bottom: 0;
}

.progress.vertical.bottom .progress-bar {
    position: absolute;
    bottom: 0;
}

.media {
    margin-top: 1.25rem;
}

    .media.card-body, .media:first-child {
        margin-top: 0;
    }

.media-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.media-title {
    margin-bottom: .125rem;
}

.img-preview {
    max-height: 5rem;
}

.media-list-bordered .media {
    margin-top: 0;
    padding: 1rem 1.25rem;
    border-top: 1px solid #ddd;
}

.media-list-linked .media {
    padding: 1rem 1.25rem;
}

.media-list-linked li.media {
    margin-top: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.media-list-linked.media-list-bordered li.media {
    border-bottom: 0;
}

.media-list-linked a.media {
    color: inherit;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .media-list-linked a.media {
        -webkit-transition: none;
        transition: none;
    }
}

.media-list-linked a.media:hover {
    background-color: rgba(0,0,0,.04);
}

.list-group {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    padding: .5rem 0;
    background-clip: padding-box;
    border-radius: .1875rem;
}

.list-group-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    border-width: 0;
    background-color: transparent;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .list-group-item {
        -webkit-transition: none;
        transition: none;
    }
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item.active .badge:not(.badge-mark) {
    background-color: #fff !important;
    color: #333 !important;
}

.list-group-item.active .badge-mark[class*=bg-] {
    background-color: #fff !important;
    border-color: #fff !important;
}

.list-group-item.active .badge-mark[class*=border-] {
    border-color: #fff !important;
}

.list-group-item.disabled, .list-group-item:disabled {
    cursor: default;
}

.list-group-flush {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list-group-divider {
    padding: 0;
    margin: .5rem 0;
    border-top-width: 1px;
}

.list-group-bordered {
    padding: 0;
}

    .list-group-bordered .list-group-item {
        border-top-width: 1px;
        border-bottom-width: 1px;
        margin-bottom: -1px;
    }

        .list-group-bordered .list-group-item:first-child {
            border-top-width: 0;
            border-top-left-radius: .1875rem;
            border-top-right-radius: .1875rem;
        }

        .list-group-bordered .list-group-item:last-child {
            border-bottom-right-radius: .1875rem;
            border-bottom-left-radius: .1875rem;
        }

    .list-group-bordered[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .list-group-item {
        border-top-color: rgba(255,255,255,.1);
        border-bottom-color: rgba(255,255,255,.1);
    }

.list-group[class*=bg-]:not(.bg-light):not(.bg-transparent):not(.bg-white) {
    border-radius: .1875rem;
}

    .list-group[class*=bg-]:not(.bg-light):not(.bg-transparent):not(.bg-white) .list-group-item-action:not(.active):not(.disabled) {
        color: rgba(255,255,255,.9);
    }

        .list-group[class*=bg-]:not(.bg-light):not(.bg-transparent):not(.bg-white) .list-group-item-action:not(.active):not(.disabled):focus, .list-group[class*=bg-]:not(.bg-light):not(.bg-transparent):not(.bg-white) .list-group-item-action:not(.active):not(.disabled):hover {
            background-color: rgba(0,0,0,.1);
            color: #fff;
        }

    .list-group[class*=bg-]:not(.bg-light):not(.bg-transparent):not(.bg-white) .list-group-item {
        color: #fff;
    }

        .list-group[class*=bg-]:not(.bg-light):not(.bg-transparent):not(.bg-white) .list-group-item.active {
            background-color: rgba(0,0,0,.2);
        }

        .list-group[class*=bg-]:not(.bg-light):not(.bg-transparent):not(.bg-white) .list-group-item.disabled, .list-group[class*=bg-]:not(.bg-light):not(.bg-transparent):not(.bg-white) .list-group-item:disabled {
            color: rgba(255,255,255,.6);
            background-color: transparent;
        }

    .list-group[class*=bg-]:not(.bg-light):not(.bg-transparent):not(.bg-white) .list-group-divider {
        border-top-color: rgba(255,255,255,.4);
    }

.list-group-item-primary {
    color: #114e7e;
    background-color: #e3f2fd;
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #114e7e;
        background-color: #cbe7fb;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #114e7e;
        border-color: #114e7e;
    }

.list-group-item-secondary {
    color: #3e3e3e;
    background-color: #eee;
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #3e3e3e;
        background-color: #e1e1e1;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #3e3e3e;
        border-color: #3e3e3e;
    }

.list-group-item-success {
    color: #285b2a;
    background-color: #e8f5e9;
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #285b2a;
        background-color: #d6edd8;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #285b2a;
        border-color: #285b2a;
    }

.list-group-item-info {
    color: #00626e;
    background-color: #e0f7fa;
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #00626e;
        background-color: #caf1f6;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #00626e;
        border-color: #00626e;
    }

.list-group-item-warning {
    color: #853a23;
    background-color: #fff3e0;
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #853a23;
        background-color: #ffe9c7;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #853a23;
        border-color: #853a23;
    }

.list-group-item-danger {
    color: #7f231c;
    background-color: #ffebee;
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #7f231c;
        background-color: #ffd2d8;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #7f231c;
        border-color: #7f231c;
    }

.list-group-item-light {
    color: #828282;
    background-color: #f5f5f5;
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #828282;
        background-color: #e8e8e8;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #828282;
        border-color: #828282;
    }

.list-group-item-dark {
    color: #161921;
    background-color: #eceff1;
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #161921;
        background-color: #dde3e6;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #161921;
        border-color: #161921;
    }

.close {
    cursor: pointer;
    opacity: .75;
    -webkit-transition: color ease-in-out .15s,opacity ease-in-out .15s;
    transition: color ease-in-out .15s,opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .close {
        -webkit-transition: none;
        transition: none;
    }
}

.close:focus, .close:hover {
    outline: 0;
    opacity: 1;
}

.modal-header {
    position: relative;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem;
}

    .modal-header .close {
        color: inherit;
    }

    .modal-header:not([class*=bg-]) {
        padding-bottom: 0;
        border-bottom-width: 0;
    }

.modal-footer:not([class*=bg-]) {
    padding-top: 0;
    border-top-width: 0;
}

.table + .modal-footer, [class*=table-responsive] + .modal-footer {
    border-top-width: 1px;
    border-top-color: #ddd;
}

@media (min-width:576px) {
    .modal-xs {
        max-width: 300px;
    }

    .modal-full {
        max-width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
}

.bs-tooltip-top .arrow[class*=border-]:before {
    border-top-color: inherit;
}

.bs-tooltip-right .arrow[class*=border-]:before {
    border-right-color: inherit;
}

.bs-tooltip-bottom .arrow[class*=border-]:before {
    border-bottom-color: inherit;
}

.bs-tooltip-left .arrow[class*=border-]:before {
    border-left-color: inherit;
}

.popover-header {
    font-weight: 500;
    padding-bottom: 0;
    border-bottom-width: 0;
}

    .popover-header[class*=bg-]:not(.bg-white):not(.bg-light) {
        padding-top: .75rem;
        padding-bottom: .75rem;
        border-bottom-width: 1px;
    }

.bs-popover-top[class*=bg-]:not(.bg-white):not(.bg-light) .arrow, .bs-popover-top[class*=bg-]:not(.bg-white):not(.bg-light) .arrow:after, .bs-popover-top[class*=bg-]:not(.bg-white):not(.bg-light) .arrow:before, .bs-popover-top[class*=border-] .arrow, .bs-popover-top[class*=border-] .arrow:after, .bs-popover-top[class*=border-] .arrow:before {
    border-top-color: inherit;
}

.bs-popover-right[class*=bg-]:not(.bg-white):not(.bg-light) .arrow, .bs-popover-right[class*=bg-]:not(.bg-white):not(.bg-light) .arrow:after, .bs-popover-right[class*=bg-]:not(.bg-white):not(.bg-light) .arrow:before, .bs-popover-right[class*=border-] .arrow, .bs-popover-right[class*=border-] .arrow:after, .bs-popover-right[class*=border-] .arrow:before {
    border-right-color: inherit;
}

.bs-popover-bottom[class*=bg-]:not(.bg-white):not(.bg-light) .arrow, .bs-popover-bottom[class*=bg-]:not(.bg-white):not(.bg-light) .arrow:after, .bs-popover-bottom[class*=bg-]:not(.bg-white):not(.bg-light) .arrow:before, .bs-popover-bottom[class*=border-] .arrow, .bs-popover-bottom[class*=border-] .arrow:after, .bs-popover-bottom[class*=border-] .arrow:before {
    border-bottom-color: inherit;
}

.bs-popover-left[class*=bg-]:not(.bg-white):not(.bg-light) .arrow, .bs-popover-left[class*=bg-]:not(.bg-white):not(.bg-light) .arrow:after, .bs-popover-left[class*=bg-]:not(.bg-white):not(.bg-light) .arrow:before, .bs-popover-left[class*=border-] .arrow, .bs-popover-left[class*=border-] .arrow:after, .bs-popover-left[class*=border-] .arrow:before {
    border-left-color: inherit;
}

[class*=bg-]:not(.bg-transparent):not(.bg-light):not(.bg-white):not(.btn-outline):not(body) {
    color: #fff;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
}

.content {
    padding: 1.25rem 1.25rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .content::after {
        display: block;
        clear: both;
        content: "";
    }

.page-title {
    padding: 2rem 0;
    position: relative;
}

    .page-title small {
        display: inline-block;
        margin-left: .625rem;
    }

        .page-title small:before {
            content: '/';
            margin-right: .875rem;
        }

        .page-title small.d-block {
            margin-left: 0;
        }

            .page-title small.d-block:before {
                content: none;
            }

        .page-title .breadcrumb, .page-title small.d-block {
            margin-left: 1.875rem;
        }

    .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
        margin: 0;
    }

.page-header-content {
    position: relative;
    padding: 0 1.25rem;
}

    .page-header-content[class*=border-bottom-] + .breadcrumb-line {
        border-top: 0;
    }

.page-header-light {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    .page-header-light.has-cover {
        background: url(../../../../../../global_assets/images/backgrounds/seamless.png);
    }

.page-header-dark {
    background-color: #273246;
    color: #fff;
    margin-bottom: 1.25rem;
}

    .page-header-dark .page-header-content .breadcrumb > li + li:before, .page-header-dark .page-header-content .breadcrumb > li > a, .page-header-dark > .breadcrumb > li + li:before, .page-header-dark > .breadcrumb > li > a {
        color: rgba(255,255,255,.9);
    }

        .page-header-dark .page-header-content .breadcrumb > li > a:focus, .page-header-dark .page-header-content .breadcrumb > li > a:hover, .page-header-dark > .breadcrumb > li > a:focus, .page-header-dark > .breadcrumb > li > a:hover {
            color: #fff;
            opacity: 1;
        }

    .page-header-dark .page-header-content .breadcrumb > .active, .page-header-dark > .breadcrumb > .active {
        color: rgba(255,255,255,.5);
    }

    .page-header-dark.has-cover {
        background: url(../../../../../../global_assets/images/login_cover.jpg);
        background-size: cover;
    }

.sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.875rem;
    z-index: 1040;
}

    .sidebar:not(.sidebar-component) {
        position: fixed;
        top: 0;
        bottom: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .sidebar:not(.sidebar-component) {
        -webkit-transition: none;
        transition: none;
    }
}

.sidebar-main, .sidebar-main .sidebar-content, .sidebar-secondary, .sidebar-secondary .sidebar-content {
    left: -18.5625rem;
}

.sidebar-right, .sidebar-right .sidebar-content {
    right: -18.5625rem;
}

.sidebar.sidebar-fullscreen {
    width: 100%;
}

.sidebar:not(.sidebar-component) .sidebar-content {
    position: fixed;
    top: 3.12503rem;
    bottom: 0;
    width: inherit;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left ease-in-out .15s,right ease-in-out .15s;
    transition: left ease-in-out .15s,right ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .sidebar:not(.sidebar-component) .sidebar-content {
        -webkit-transition: none;
        transition: none;
    }
}

.navbar-lg:first-child ~ .page-content .sidebar:not(.sidebar-component) .sidebar-content {
    top: 3.37503rem;
}

.navbar-sm:first-child ~ .page-content .sidebar:not(.sidebar-component) .sidebar-content {
    top: 2.87503rem;
}

.sidebar-mobile-main .sidebar-main {
    -webkit-box-shadow: .25rem 0 1rem rgba(0,0,0,.35);
    box-shadow: .25rem 0 1rem rgba(0,0,0,.35);
}

    .sidebar-mobile-main .sidebar-main, .sidebar-mobile-main .sidebar-main .sidebar-content {
        left: 0;
    }

.sidebar-mobile-secondary .sidebar-secondary {
    -webkit-box-shadow: .25rem 0 1rem rgba(0,0,0,.35);
    box-shadow: .25rem 0 1rem rgba(0,0,0,.35);
}

    .sidebar-mobile-secondary .sidebar-secondary, .sidebar-mobile-secondary .sidebar-secondary .sidebar-content {
        left: 0;
    }

.sidebar-mobile-right .sidebar-right {
    display: block;
    -webkit-box-shadow: -.25rem 0 1rem rgba(0,0,0,.35);
    box-shadow: -.25rem 0 1rem rgba(0,0,0,.35);
}

    .sidebar-mobile-right .sidebar-right, .sidebar-mobile-right .sidebar-right .sidebar-content {
        right: 0;
    }

.sidebar-mobile-component .sidebar-component {
    display: block;
}

.sidebar-main-hidden .navbar-header {
    display: none !important;
}

.nav-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .nav-sidebar .nav-item:not(.nav-item-header):first-child {
        padding-top: .5rem;
    }

    .nav-sidebar .nav-item:not(.nav-item-header):last-child {
        padding-bottom: .5rem;
    }

    .nav-sidebar .nav-item:not(.nav-item-divider) {
        margin-bottom: 1px;
    }

        .nav-sidebar .nav-item:not(.nav-item-divider):last-child {
            margin-bottom: 0;
        }

    .nav-sidebar > .nav-item > .nav-link {
        font-weight: 500;
    }

    .nav-sidebar .nav-link {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: .75rem 1.25rem;
        -webkit-transition: background-color ease-in-out .15s,color ease-in-out .15s;
        transition: background-color ease-in-out .15s,color ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .nav-sidebar .nav-link {
        -webkit-transition: none;
        transition: none;
    }
}

.nav-sidebar .nav-link i {
    margin-right: 1.25rem;
    margin-top: .12502rem;
    margin-bottom: .12502rem;
    top: 0;
}

.nav-sidebar .nav-link .badge {
    -webkit-transition: background-color ease-in-out .15s,border-color ease-in-out .15s;
    transition: background-color ease-in-out .15s,border-color ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .nav-sidebar .nav-link .badge {
        -webkit-transition: none;
        transition: none;
    }
}

.nav-sidebar .nav-link.disabled, .nav-sidebar .nav-link.disabled:focus, .nav-sidebar .nav-link.disabled:hover {
    background-color: transparent;
    opacity: .5;
}

.nav-sidebar .nav-item-header {
    padding: .75rem 1.25rem;
    margin-top: .5rem;
}

    .nav-sidebar .nav-item-header > i {
        display: none;
    }

.nav-sidebar .nav-item-divider {
    margin: .5rem 0;
    height: 1px;
}

.nav-item-submenu > .nav-link {
    padding-right: 2.75rem;
}

    .nav-item-submenu > .nav-link:after {
        content: '\e9c7';
        font-family: icomoon;
        display: inline-block;
        font-size: 1rem;
        vertical-align: middle;
        line-height: 1;
        position: absolute;
        top: .75rem;
        margin-top: .12502rem;
        right: 1.25rem;
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: -webkit-transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .nav-item-submenu > .nav-link:after {
        -webkit-transition: none;
        transition: none;
    }
}

.nav-item-submenu.nav-item-open > .nav-link:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav-group-sub {
    display: none;
}

    .nav-group-sub .nav-link {
        padding: .625rem 1.25rem .625rem 3.5rem;
    }

    .nav-group-sub .nav-group-sub .nav-link {
        padding-left: 4.75rem;
    }

    .nav-group-sub .nav-group-sub .nav-group-sub .nav-link {
        padding-left: 6rem;
    }

    .nav-group-sub .nav-item-submenu > .nav-link:after {
        top: .625rem;
    }

.nav-item-expanded > .nav-group-sub {
    display: block;
}

.nav-scrollspy .nav-item-open .nav-link:not(.active) + .nav, .nav-scrollspy .nav-link.active + .nav {
    display: block;
}

.nav-sidebar-icons-reverse .nav-link {
    padding-right: 3.5rem;
}

    .nav-sidebar-icons-reverse .nav-link i {
        position: absolute;
        top: .75rem;
        right: 1.25rem;
        margin-right: 0;
    }

.nav-sidebar-icons-reverse .nav-item-submenu .nav-link {
    padding-right: 4.5rem;
}

    .nav-sidebar-icons-reverse .nav-item-submenu .nav-link:after {
        right: 3.25rem;
    }

.nav-sidebar-icons-reverse .nav-group-sub .nav-link {
    padding-left: 2.5rem;
}

    .nav-sidebar-icons-reverse .nav-group-sub .nav-link i {
        top: .625rem;
    }

.nav-sidebar-icons-reverse .nav-group-sub .nav-group-sub .nav-link {
    padding-left: 3.75rem;
}

.nav-sidebar-icons-reverse .nav-group-sub .nav-group-sub .nav-group-sub .nav-link {
    padding-left: 5rem;
}

.nav-sidebar-bordered > .nav-item + .nav-item:not(.nav-item-divider) {
    margin-bottom: 0;
}

.sidebar .card:first-child .nav-sidebar-bordered {
    padding-top: 0;
}

    .sidebar .card:first-child .nav-sidebar-bordered > .nav-item-header:first-child, .sidebar .card:first-child .nav-sidebar-bordered > .nav-item:first-child {
        border-top: 0;
    }

.sidebar .card:last-child .nav-sidebar-bordered {
    padding-bottom: 0;
}

    .sidebar .card:last-child .nav-sidebar-bordered > .nav-item-header:last-child, .sidebar .card:last-child .nav-sidebar-bordered > .nav-item:last-child {
        border-bottom: 0;
    }

.sidebar-dark .nav-sidebar-bordered > .nav-item {
    border-top: 1px solid rgba(255,255,255,.1);
}

    .sidebar-dark .nav-sidebar-bordered > .nav-item:last-child {
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

.sidebar-dark .nav-sidebar-bordered > .nav-item-header {
    background-color: rgba(0,0,0,.1);
    border-top: 1px solid rgba(255,255,255,.1);
    margin: 0;
}

.sidebar-light .nav-sidebar-bordered > .nav-item {
    border-top: 1px solid #eee;
}

    .sidebar-light .nav-sidebar-bordered > .nav-item:last-child {
        border-bottom: 1px solid #eee;
    }

.sidebar-light .nav-sidebar-bordered > .nav-item-header {
    background-color: #fafafa;
    border-top: 1px solid #eee;
    margin: 0;
}

.sidebar-mobile-toggler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

    .sidebar-mobile-toggler a {
        padding: .875rem 1.25rem;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .sidebar-mobile-toggler a {
        -webkit-transition: none;
        transition: none;
    }
}

.navbar-lg:first-child ~ .page-content .sidebar-mobile-toggler a {
    padding: 1rem 1.25rem;
}

.navbar-sm:first-child ~ .page-content .sidebar-mobile-toggler a {
    padding: .75rem 1.25rem;
}

.sidebar-mobile-expand i:last-child:not(:first-child) {
    display: none;
}

.sidebar-fullscreen .sidebar-mobile-expand i:first-child {
    display: none;
}

.sidebar-fullscreen .sidebar-mobile-expand i:last-child {
    display: inline-block;
}

.sidebar-dark {
    background-color: #2a3140;
    color: #fff;
}

    .sidebar-dark .sidebar-mobile-toggler {
        color: rgba(255,255,255,.9);
        border-bottom-color: rgba(255,255,255,.1);
    }

        .sidebar-dark .sidebar-mobile-toggler:not([class*=bg-]) {
            background-color: #222834;
        }

        .sidebar-dark .sidebar-mobile-toggler a {
            color: rgba(255,255,255,.9);
        }

            .sidebar-dark .sidebar-mobile-toggler a:hover {
                color: #fff;
                background-color: transparent;
            }

    .sidebar-dark .card-header {
        border-color: rgba(255,255,255,.1);
    }

    .sidebar-dark .nav-sidebar .nav-link, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-link {
        color: rgba(255,255,255,.9);
    }

        .sidebar-dark .nav-sidebar .nav-link:not(.disabled):hover, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-link:not(.disabled):hover {
            color: #fff;
            background-color: rgba(0,0,0,.15);
        }

    .sidebar-dark .nav-sidebar .nav-item > .nav-link.active, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-item > .nav-link.active {
        background-color: rgba(0,0,0,.15);
        color: #fff;
    }

    .sidebar-dark .nav-sidebar .nav-item-open > .nav-link:not(.disabled), .sidebar-dark .nav-sidebar > .nav-item-expanded:not(.nav-item-open) > .nav-link, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-item-open > .nav-link:not(.disabled), .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item-expanded:not(.nav-item-open) > .nav-link {
        background-color: rgba(0,0,0,.15);
        color: #fff;
    }

    .sidebar-dark .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-dark .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item > .nav-link.active {
        background-color: #3e495f;
        color: #fff;
    }

    .sidebar-dark .nav-sidebar .nav-item-header, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-item-header {
        color: rgba(255,255,255,.5);
    }

    .sidebar-dark .nav-sidebar .nav-item-divider, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-item-divider {
        background-color: rgba(255,255,255,.1);
    }

    .sidebar-dark .nav-sidebar > .nav-item-submenu > .nav-group-sub, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item-submenu > .nav-group-sub {
        background-color: rgba(0,0,0,.15);
    }

    .sidebar .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark[class*=bg-] .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-dark[class*=bg-] .nav-sidebar > .nav-item > .nav-link.active {
        background-color: rgba(0,0,0,.3);
    }

.sidebar-light {
    background-color: #fff;
    color: #333;
    border-right: 1px solid rgba(0,0,0,.125);
    background-clip: content-box;
}

    .sidebar-light.sidebar-right {
        border-right: 0;
        border-left: 1px solid rgba(0,0,0,.125);
    }

    .sidebar-light .nav-sidebar .nav-link {
        color: rgba(51,51,51,.85);
    }

        .sidebar-light .nav-sidebar .nav-link:not(.disabled):hover {
            color: #333;
            background-color: #f5f5f5;
        }

    .sidebar-light .nav-sidebar .nav-item > .nav-link.active {
        background-color: #f5f5f5;
        color: #333;
    }

    .sidebar-light .nav-sidebar .nav-item-open > .nav-link:not(.disabled), .sidebar-light .nav-sidebar > .nav-item-expanded:not(.nav-item-open) > .nav-link {
        background-color: #f5f5f5;
        color: #333;
    }

    .sidebar-light .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-light .nav-sidebar > .nav-item > .nav-link.active {
        background-color: #f5f5f5;
        color: #333;
    }

    .sidebar-light .nav-sidebar .nav-item-header {
        color: rgba(51,51,51,.5);
    }

    .sidebar-light .nav-sidebar .nav-item-divider {
        background-color: rgba(0,0,0,.125);
    }

    .sidebar-light .nav-sidebar > .nav-item-submenu > .nav-group-sub {
        background-color: transparent;
    }

    .sidebar-light .sidebar-mobile-toggler {
        color: rgba(51,51,51,.8);
        border-bottom-color: rgba(0,0,0,.125);
    }

        .sidebar-light .sidebar-mobile-toggler:not([class*=bg-]) {
            background-color: #f5f5f5;
        }

        .sidebar-light .sidebar-mobile-toggler a {
            color: rgba(51,51,51,.8);
        }

            .sidebar-light .sidebar-mobile-toggler a:hover {
                color: #333;
                background-color: transparent;
            }

        .sidebar-light .sidebar-mobile-toggler[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent) {
            color: rgba(255,255,255,.9);
            border-bottom-color: rgba(255,255,255,.1);
        }

            .sidebar-light .sidebar-mobile-toggler[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent) a {
                color: rgba(255,255,255,.9);
            }

                .sidebar-light .sidebar-mobile-toggler[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent) a:hover {
                    color: #fff;
                    background-color: transparent;
                }

.sidebar-component {
    display: none;
    width: 100%;
    border: 1px solid transparent;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

    .sidebar-component.sidebar-dark {
        border-color: rgba(255,255,255,.1);
    }

    .sidebar-component.sidebar-light {
        border-color: rgba(0,0,0,.125);
    }

@media (min-width:768px) {
    .sidebar-xs .sidebar-main {
        width: 3.5rem;
    }

        .sidebar-xs .sidebar-main .sidebar-content::-webkit-scrollbar {
            width: 0 !important;
        }

        .sidebar-xs .sidebar-main .card-title, .sidebar-xs .sidebar-main .card:not(.card-sidebar-mobile) {
            display: none;
        }

        .sidebar-xs .sidebar-main .card-header h6 + .header-elements {
            padding-top: .22117rem;
            padding-bottom: .22117rem;
        }

        .sidebar-xs .sidebar-main .card-header h5 + .header-elements {
            padding-top: .31733rem;
            padding-bottom: .31733rem;
        }

        .sidebar-xs .sidebar-main .nav-sidebar > .nav-item {
            position: relative;
            margin: 0;
        }

            .sidebar-xs .sidebar-main .nav-sidebar > .nav-item > .nav-link {
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding-left: 0;
                padding-right: 0;
            }

                .sidebar-xs .sidebar-main .nav-sidebar > .nav-item > .nav-link > i {
                    position: static;
                    margin-left: 0;
                    margin-right: 0;
                    display: block;
                    padding-bottom: 1px;
                }

                .sidebar-xs .sidebar-main .nav-sidebar > .nav-item > .nav-link > span {
                    display: none;
                }

        .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-submenu:focus > .nav-group-sub, .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-submenu:hover > .nav-group-sub {
            display: block !important;
        }

        .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-submenu > .nav-group-sub {
            position: absolute;
            top: -.5rem;
            right: -16.875rem;
            width: 16.875rem;
            display: none;
            z-index: 1000;
            -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
            box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
            border-top-right-radius: .1875rem;
            border-bottom-right-radius: .1875rem;
        }

            .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-submenu > .nav-group-sub[data-submenu-title]:before {
                content: attr(data-submenu-title);
                display: block;
                padding: .75rem 1.25rem;
                padding-bottom: 0;
                margin-top: .5rem;
                opacity: .5;
            }

        .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-submenu > .nav-link:after {
            content: none;
        }

        .sidebar-xs .sidebar-main .nav-sidebar .nav-group-sub .nav-link {
            padding-left: 1.25rem;
        }

        .sidebar-xs .sidebar-main .nav-sidebar .nav-group-sub .nav-group-sub .nav-link {
            padding-left: 2.25rem;
        }

        .sidebar-xs .sidebar-main .nav-sidebar .nav-group-sub .nav-group-sub .nav-group-sub .nav-link {
            padding-left: 3.5rem;
        }

        .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-header {
            padding: 0;
            text-align: center;
        }

            .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-header > i {
                display: block;
                top: 0;
                padding: .75rem 1.25rem;
                margin-top: .12502rem;
                margin-bottom: .12502rem;
            }

            .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-header > div {
                display: none;
            }

        .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-open > .nav-group-sub {
            display: none !important;
        }

        .sidebar-xs .sidebar-main .nav-sidebar > .nav-item:focus > .nav-link.disabled + .nav-group-sub, .sidebar-xs .sidebar-main .nav-sidebar > .nav-item:focus > .nav-link.disabled > span, .sidebar-xs .sidebar-main .nav-sidebar > .nav-item:hover > .nav-link.disabled + .nav-group-sub, .sidebar-xs .sidebar-main .nav-sidebar > .nav-item:hover > .nav-link.disabled > span {
            display: none !important;
        }

        .sidebar-xs .sidebar-main .sidebar-user .card-body {
            padding-left: 0;
            padding-right: 0;
        }

        .sidebar-xs .sidebar-main .sidebar-user .media {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .sidebar-xs .sidebar-main .sidebar-user .media > div:not(:first-child) {
                display: none !important;
            }

            .sidebar-xs .sidebar-main .sidebar-user .media > div:first-child {
                margin: 0 !important;
            }

        .sidebar-xs .sidebar-main .nav-item-submenu-reversed .nav-group-sub {
            top: auto !important;
            bottom: 0;
        }

        .sidebar-xs .sidebar-main.sidebar-dark .nav-sidebar > .nav-item:not(.nav-item-open):hover > .nav-link:not(.active):not(.disabled) {
            color: #fff;
            background-color: rgba(0,0,0,.15);
        }

        .sidebar-xs .sidebar-main.sidebar-dark .nav-sidebar > .nav-item-submenu > .nav-group-sub {
            background-color: #343d4f;
            border-left: 1px solid rgba(255,255,255,.1);
        }

        .sidebar-xs .sidebar-main.sidebar-light .nav-sidebar > .nav-item:not(.nav-item-open):hover > .nav-link:not(.active):not(.disabled) {
            color: #333;
            background-color: #f5f5f5;
        }

        .sidebar-xs .sidebar-main.sidebar-light .nav-sidebar > .nav-item-submenu > .nav-group-sub {
            background-color: #fcfcfc;
            border: 1px solid rgba(0,0,0,.125);
        }

        .sidebar-xs .sidebar-main.sidebar-fixed {
            z-index: 1029;
        }

            .sidebar-xs .sidebar-main.sidebar-fixed .nav-sidebar > .nav-item-submenu:focus > .nav-group-sub, .sidebar-xs .sidebar-main.sidebar-fixed .nav-sidebar > .nav-item-submenu:hover > .nav-group-sub {
                position: fixed;
                left: 3.5rem;
                top: 3.12503rem;
                bottom: 0;
                width: 16.875rem;
                overflow-y: auto;
                border-radius: 0;
            }

    .sidebar-xs .navbar-lg:first-child ~ .page-content .sidebar-fixed.sidebar-main .nav-sidebar > .nav-item-submenu:focus > .nav-group-sub, .sidebar-xs .navbar-lg:first-child ~ .page-content .sidebar-fixed.sidebar-main .nav-sidebar > .nav-item-submenu:hover > .nav-group-sub {
        top: 3.37503rem;
    }

    .sidebar-xs .navbar-sm:first-child ~ .page-content .sidebar-fixed.sidebar-main .nav-sidebar > .nav-item-submenu:focus > .nav-group-sub, .sidebar-xs .navbar-sm:first-child ~ .page-content .sidebar-fixed.sidebar-main .nav-sidebar > .nav-item-submenu:hover > .nav-group-sub {
        top: 2.87503rem;
    }
}

@media (min-width:576px) {
    .sidebar-expand-sm.sidebar-main {
        z-index: 99;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sidebar-expand-sm.sidebar-main .sidebar-content {
            left: 0;
        }

    .sidebar-expand-sm.sidebar-secondary {
        z-index: 98;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sidebar-expand-sm.sidebar-secondary .sidebar-content {
            left: 0;
        }

    .sidebar-expand-sm.sidebar-right {
        z-index: 97;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sidebar-expand-sm.sidebar-right .sidebar-content {
            right: 0;
        }

    .sidebar-expand-sm.sidebar-component {
        z-index: 96;
    }

    .sidebar-expand-sm:not(.sidebar-component) {
        position: static;
        -webkit-transition: none;
        transition: none;
    }
}

@media screen and (min-width:576px) and (prefers-reduced-motion:reduce) {
    .sidebar-expand-sm:not(.sidebar-component) {
        -webkit-transition: none;
        transition: none;
    }
}

@media (min-width:576px) {
    .sidebar-expand-sm:not(.sidebar-component):not(.sidebar-fixed) .sidebar-content {
        position: static;
        overflow: visible;
        width: auto;
    }

    .sidebar-expand-sm.sidebar-dark:not(.sidebar-component) + .sidebar-dark:not(.sidebar-component) {
        border-left: 1px solid rgba(255,255,255,.1);
    }

    .sidebar-expand-sm .sidebar-mobile-toggler {
        display: none;
    }

    .sidebar-expand-sm.sidebar-fullscreen {
        width: 16.875rem;
    }

    .sidebar-component-hidden .sidebar-expand-sm.sidebar-component, .sidebar-main-hidden .sidebar-expand-sm.sidebar-main, .sidebar-mobile-right .sidebar-expand-sm.sidebar-right, .sidebar-secondary-hidden .sidebar-expand-sm.sidebar-secondary {
        display: none;
    }

    .sidebar-expand-sm.sidebar-right {
        display: none;
    }

    .sidebar-right-visible .sidebar-expand-sm.sidebar-right {
        display: block;
    }

    .sidebar-expand-sm.sidebar-component {
        display: block;
        width: 16.875rem;
    }

    .sidebar-expand-sm.sidebar-component-left {
        margin-right: 1.25rem;
    }

    .sidebar-expand-sm.sidebar-component-right {
        margin-left: 1.25rem;
    }
}

@media (max-width:575.98px) {
    .sidebar-expand-sm:not(.sidebar-component) {
        border: 0;
    }
}

@media (min-width:768px) {
    .sidebar-expand-md.sidebar-main {
        z-index: 99;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sidebar-expand-md.sidebar-main .sidebar-content {
            left: 0;
        }

    .sidebar-expand-md.sidebar-secondary {
        z-index: 98;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sidebar-expand-md.sidebar-secondary .sidebar-content {
            left: 0;
        }

    .sidebar-expand-md.sidebar-right {
        z-index: 97;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sidebar-expand-md.sidebar-right .sidebar-content {
            right: 0;
        }

    .sidebar-expand-md.sidebar-component {
        z-index: 96;
    }

    .sidebar-expand-md:not(.sidebar-component) {
        position: static;
        -webkit-transition: none;
        transition: none;
    }
}

@media screen and (min-width:768px) and (prefers-reduced-motion:reduce) {
    .sidebar-expand-md:not(.sidebar-component) {
        -webkit-transition: none;
        transition: none;
    }
}

@media (min-width:768px) {
    .sidebar-expand-md:not(.sidebar-component):not(.sidebar-fixed) .sidebar-content {
        position: static;
        overflow: visible;
        width: auto;
    }

    .sidebar-expand-md.sidebar-dark:not(.sidebar-component) + .sidebar-dark:not(.sidebar-component) {
        border-left: 1px solid rgba(255,255,255,.1);
    }

    .sidebar-expand-md .sidebar-mobile-toggler {
        display: none;
    }

    .sidebar-expand-md.sidebar-fullscreen {
        width: 16.875rem;
    }

    .sidebar-component-hidden .sidebar-expand-md.sidebar-component, .sidebar-main-hidden .sidebar-expand-md.sidebar-main, .sidebar-mobile-right .sidebar-expand-md.sidebar-right, .sidebar-secondary-hidden .sidebar-expand-md.sidebar-secondary {
        display: none;
    }

    .sidebar-expand-md.sidebar-right {
        display: none;
    }

    .sidebar-right-visible .sidebar-expand-md.sidebar-right {
        display: block;
    }

    .sidebar-expand-md.sidebar-component {
        display: block;
        width: 16.875rem;
    }

    .sidebar-expand-md.sidebar-component-left {
        margin-right: 1.25rem;
    }

    .sidebar-expand-md.sidebar-component-right {
        margin-left: 1.25rem;
    }
}

@media (max-width:767.98px) {
    .sidebar-expand-md:not(.sidebar-component) {
        border: 0;
    }
}
@media (max-width:767.98px) {
    .btn-buscar-liquidacion{
     }
      .btn-buscar-liquidacion2{
         
    }
}
@media (min-width:992px) {
    .sidebar-expand-lg.sidebar-main {
        z-index: 99;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sidebar-expand-lg.sidebar-main .sidebar-content {
            left: 0;
        }

    .sidebar-expand-lg.sidebar-secondary {
        z-index: 98;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sidebar-expand-lg.sidebar-secondary .sidebar-content {
            left: 0;
        }

    .sidebar-expand-lg.sidebar-right {
        z-index: 97;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sidebar-expand-lg.sidebar-right .sidebar-content {
            right: 0;
        }

    .sidebar-expand-lg.sidebar-component {
        z-index: 96;
    }

    .sidebar-expand-lg:not(.sidebar-component) {
        position: static;
        -webkit-transition: none;
        transition: none;
    }
}

@media screen and (min-width:992px) and (prefers-reduced-motion:reduce) {
    .sidebar-expand-lg:not(.sidebar-component) {
        -webkit-transition: none;
        transition: none;
    }
}

@media (min-width:992px) {
    .sidebar-expand-lg:not(.sidebar-component):not(.sidebar-fixed) .sidebar-content {
        position: static;
        overflow: visible;
        width: auto;
    }

    .sidebar-expand-lg.sidebar-dark:not(.sidebar-component) + .sidebar-dark:not(.sidebar-component) {
        border-left: 1px solid rgba(255,255,255,.1);
    }

    .sidebar-expand-lg .sidebar-mobile-toggler {
        display: none;
    }

    .sidebar-expand-lg.sidebar-fullscreen {
        width: 16.875rem;
    }

    .sidebar-component-hidden .sidebar-expand-lg.sidebar-component, .sidebar-main-hidden .sidebar-expand-lg.sidebar-main, .sidebar-mobile-right .sidebar-expand-lg.sidebar-right, .sidebar-secondary-hidden .sidebar-expand-lg.sidebar-secondary {
        display: none;
    }

    .sidebar-expand-lg.sidebar-right {
        display: none;
    }

    .sidebar-right-visible .sidebar-expand-lg.sidebar-right {
        display: block;
    }

    .sidebar-expand-lg.sidebar-component {
        display: block;
        width: 16.875rem;
    }

    .sidebar-expand-lg.sidebar-component-left {
        margin-right: 1.25rem;
    }

    .sidebar-expand-lg.sidebar-component-right {
        margin-left: 1.25rem;
    }
}

@media (max-width:991.98px) {
    .sidebar-expand-lg:not(.sidebar-component) {
        border: 0;
    }
}

@media (min-width:1200px) {
    .sidebar-expand-xl.sidebar-main {
        z-index: 99;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sidebar-expand-xl.sidebar-main .sidebar-content {
            left: 0;
        }

    .sidebar-expand-xl.sidebar-secondary {
        z-index: 98;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sidebar-expand-xl.sidebar-secondary .sidebar-content {
            left: 0;
        }

    .sidebar-expand-xl.sidebar-right {
        z-index: 97;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sidebar-expand-xl.sidebar-right .sidebar-content {
            right: 0;
        }

    .sidebar-expand-xl.sidebar-component {
        z-index: 96;
    }

    .sidebar-expand-xl:not(.sidebar-component) {
        position: static;
        -webkit-transition: none;
        transition: none;
    }
}

@media screen and (min-width:1200px) and (prefers-reduced-motion:reduce) {
    .sidebar-expand-xl:not(.sidebar-component) {
        -webkit-transition: none;
        transition: none;
    }
}

@media (min-width:1200px) {
    .sidebar-expand-xl:not(.sidebar-component):not(.sidebar-fixed) .sidebar-content {
        position: static;
        overflow: visible;
        width: auto;
    }

    .sidebar-expand-xl.sidebar-dark:not(.sidebar-component) + .sidebar-dark:not(.sidebar-component) {
        border-left: 1px solid rgba(255,255,255,.1);
    }

    .sidebar-expand-xl .sidebar-mobile-toggler {
        display: none;
    }

    .sidebar-expand-xl.sidebar-fullscreen {
        width: 16.875rem;
    }

    .sidebar-component-hidden .sidebar-expand-xl.sidebar-component, .sidebar-main-hidden .sidebar-expand-xl.sidebar-main, .sidebar-mobile-right .sidebar-expand-xl.sidebar-right, .sidebar-secondary-hidden .sidebar-expand-xl.sidebar-secondary {
        display: none;
    }

    .sidebar-expand-xl.sidebar-right {
        display: none;
    }

    .sidebar-right-visible .sidebar-expand-xl.sidebar-right {
        display: block;
    }

    .sidebar-expand-xl.sidebar-component {
        display: block;
        width: 16.875rem;
    }

    .sidebar-expand-xl.sidebar-component-left {
        margin-right: 1.25rem;
    }

    .sidebar-expand-xl.sidebar-component-right {
        margin-left: 1.25rem;
    }
}

@media (max-width:1199.98px) {
    .sidebar-expand-xl:not(.sidebar-component) {
        border: 0;
    }
}

.sidebar-expand.sidebar-main {
    z-index: 99;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .sidebar-expand.sidebar-main .sidebar-content {
        left: 0;
    }

.sidebar-expand.sidebar-secondary {
    z-index: 98;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .sidebar-expand.sidebar-secondary .sidebar-content {
        left: 0;
    }

.sidebar-expand.sidebar-right {
    z-index: 97;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .sidebar-expand.sidebar-right .sidebar-content {
        right: 0;
    }

.sidebar-expand.sidebar-component {
    z-index: 96;
}

.sidebar-expand:not(.sidebar-component) {
    position: static;
    -webkit-transition: none;
    transition: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .sidebar-expand:not(.sidebar-component) {
        -webkit-transition: none;
        transition: none;
    }
}

.sidebar-expand:not(.sidebar-component):not(.sidebar-fixed) .sidebar-content {
    position: static;
    overflow: visible;
    width: auto;
}

.sidebar-expand.sidebar-dark:not(.sidebar-component) + .sidebar-dark:not(.sidebar-component) {
    border-left: 1px solid rgba(255,255,255,.1);
}

.sidebar-expand .sidebar-mobile-toggler {
    display: none;
}

.sidebar-expand.sidebar-fullscreen {
    width: 16.875rem;
}

.sidebar-component-hidden .sidebar-expand.sidebar-component, .sidebar-main-hidden .sidebar-expand.sidebar-main, .sidebar-mobile-right .sidebar-expand.sidebar-right, .sidebar-secondary-hidden .sidebar-expand.sidebar-secondary {
    display: none;
}

.sidebar-expand.sidebar-right {
    display: none;
}

.sidebar-right-visible .sidebar-expand.sidebar-right {
    display: block;
}

.sidebar-expand.sidebar-component {
    display: block;
    width: 16.875rem;
}

.sidebar-expand.sidebar-component-left {
    margin-right: 1.25rem;
}

.sidebar-expand.sidebar-component-right {
    margin-left: 1.25rem;
}

.sidebar-expand:not(.sidebar-component) {
    border: 0;
}

.sidebar:not(.bg-transparent) .card {
    border-width: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .sidebar:not(.bg-transparent) .card .card {
        border-width: 1px;
    }

    .sidebar:not(.bg-transparent) .card:not([class*=bg-]):not(.fixed-top) {
        background-color: transparent;
    }

.sidebar .card-footer {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.sidebar .row:not(.no-gutters) {
    margin-left: -.3125rem;
    margin-right: -.3125rem;
}

    .sidebar .row:not(.no-gutters) [class*=col] {
        padding-left: .3125rem;
        padding-right: .3125rem;
    }

.sidebar .form-group:last-child {
    margin-bottom: 0;
}

.sidebar .nav-tabs .nav-item:first-child .nav-link {
    border-left: 0;
}

.sidebar .nav-tabs .nav-item:last-child .nav-link {
    border-right: 0;
}

.sidebar .nav-tabs .nav-link {
    border-top: 0;
    border-bottom-width: 0;
}

    .sidebar .nav-tabs .nav-link.active {
        border-bottom-color: transparent;
    }

.sidebar-dark .nav-tabs {
    background-color: #222834;
    border-bottom-color: rgba(255,255,255,.1);
}

    .sidebar-dark .nav-tabs .nav-link {
        color: rgba(255,255,255,.9);
    }

        .sidebar-dark .nav-tabs .nav-link:focus, .sidebar-dark .nav-tabs .nav-link:hover {
            color: #fff;
        }

        .sidebar-dark .nav-tabs .nav-link.active {
            color: #fff;
        }

    .sidebar-dark .nav-tabs:not(.nav-tabs-bottom) .nav-link.active {
        background-color: #2a3140;
        border-color: rgba(255,255,255,.1);
    }

    .sidebar-dark .nav-tabs .nav-item.show .nav-link:not(.active) {
        color: #fff;
    }

.sidebar-light .nav-tabs {
    background-color: #f5f5f5;
    border-bottom-color: rgba(0,0,0,.125);
}

    .sidebar-light .nav-tabs .nav-link:focus, .sidebar-light .nav-tabs .nav-link:hover {
        color: #333;
    }

    .sidebar-light .nav-tabs .nav-link.active {
        color: #333;
    }

    .sidebar-light .nav-tabs:not(.nav-tabs-bottom) .nav-link.active {
        background-color: #fff;
    }

.row-tile div[class*=col] .btn {
    border-radius: 0;
}

.row-tile div[class*=col]:first-child .btn:first-child {
    border-top-left-radius: .1875rem;
}

.row-tile div[class*=col]:first-child .btn:last-child {
    border-bottom-left-radius: .1875rem;
}

.row-tile div[class*=col]:last-child .btn:first-child {
    border-top-right-radius: .1875rem;
}

.row-tile div[class*=col]:last-child .btn:last-child {
    border-bottom-right-radius: .1875rem;
}

.row-tile div[class*=col] .btn + .btn {
    border-top: 0;
}

.row-tile div[class*=col] + div[class*=col] .btn {
    border-left: 0;
}

.layout-boxed-bg {
    background: url(../../../../../../global_assets/images/backgrounds/boxed_bg.png) repeat;
}

.layout-boxed {
    -webkit-box-shadow: -4px 2px 4px rgba(0,0,0,.15),4px 2px 4px rgba(0,0,0,.15);
    box-shadow: -4px 2px 4px rgba(0,0,0,.15),4px 2px 4px rgba(0,0,0,.15);
}

@media (min-width:992px) {
    .layout-boxed, .layout-boxed > .navbar {
        width: 992px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:1200px) {
    .layout-boxed, .layout-boxed > .navbar {
        width: 1200px;
    }
}

.layout-boxed .page-content {
    background-color: #f5f5f5;
}

@media (min-width:992px) {
    .content-boxed:not(.navbar-collapse) {
        margin-left: 6%;
        margin-right: 6%;
    }

    .navbar > .content-boxed > :first-child {
        margin-left: 6%;
    }

    .navbar > .content-boxed > :last-child {
        margin-right: 6%;
    }

    .breadcrumb-line > .content-boxed > :first-child {
        margin-left: 1.25rem;
    }

    .breadcrumb-line > .content-boxed > :last-child {
        margin-right: 1.25rem;
    }
}

@charset "UTF-8";

input[type=checkbox][data-fouc], input[type=radio][data-fouc] {
    visibility: hidden;
    width: 1.25rem;
    height: 1.25rem;
}

.form-check input[type=checkbox][data-fouc], .form-check input[type=radio][data-fouc] {
    position: absolute;
}

.form-check-inline:not(.form-check-switchery) input[type=checkbox][data-fouc], .form-check-inline:not(.form-check-switchery) input[type=radio][data-fouc] {
    position: relative;
    margin-top: .00002rem;
    margin-right: .625rem;
}

.form-check-inline.form-check-right .form-check-inline:not(.form-check-switchery) input[type=checkbox][data-fouc], .form-check-inline.form-check-right .form-check-inline:not(.form-check-switchery) input[type=radio][data-fouc] {
    margin-right: 0;
    margin-left: .625rem;
}

.form-check-switchery input[data-fouc] {
    width: 2.375rem;
    height: 1.25rem;
}

.form-check-switchery-double.form-check input[data-fouc] {
    position: static;
}

.form-check-switch input {
    height: 2.25003rem;
    visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

    .form-check-switch input[data-size=large] {
        height: 2.50002rem;
    }

    .form-check-switch input[data-size=small] {
        height: 2.00002rem;
    }

input[type=text][data-fouc] {
    height: 2.25003rem;
    opacity: 0;
}

input[type=text].form-control-lg[data-fouc] {
    height: 2.50002rem;
}

input[type=text].form-control-sm[data-fouc] {
    height: 2.00002rem;
}

select[data-fouc]:not([aria-hidden=false]) {
    height: 2.25003rem;
    opacity: 0;
}

select.form-control-lg[data-fouc]:not([aria-hidden=false]) {
    height: 2.50002rem;
}

select.form-control-sm[data-fouc]:not([aria-hidden=false]) {
    height: 2.00002rem;
}

input[type=file][data-fouc] {
    height: 2.25003rem;
    opacity: 0;
}

input[type=file].form-control-lg[data-fouc] {
    height: 2.50002rem;
}

input[type=file].form-control-sm[data-fouc] {
    height: 2.00002rem;
}

.wizard-form[data-fouc] {
    opacity: 0;
}

    .wizard-form[data-fouc].wizard {
        opacity: 1;
    }

    .wizard-form[data-fouc]:not(.wizard) {
        padding-top: 6.75003rem;
        padding-bottom: 3.50003rem;
    }

        .wizard-form[data-fouc]:not(.wizard) fieldset:not(:first-of-type), .wizard-form[data-fouc]:not(.wizard) h6 {
            display: none;
        }

input[type=text].colorpicker-flat-full[data-fouc] {
    height: 285px;
}

pre[data-fouc]:not(.ace_editor) {
    height: 450px;
}

pre[data-fouc].ace_editor {
    visibility: visible;
}

.noui-pips-height-helper:not(.noUi-target)[data-fouc] {
    height: 2.62503rem;
}

.noui-pips-height-helper.noui-slider-lg:not(.noUi-target)[data-fouc] {
    height: 2.75003rem;
}

.noui-pips-height-helper.noui-slider-sm:not(.noUi-target)[data-fouc] {
    height: 2.50003rem;
}

.noui-vertical-height-helper:not(.noUi-target)[data-fouc] {
    display: inline-block;
    height: 10rem;
}

input[type=text].ion-height-helper[data-fouc] {
    height: 3.4375rem;
}

input[type=text].ion-pips-height-helper[data-fouc] {
    height: 5.5625rem;
}

input[type=text].noui-height-helper:not(.noUi-target)[data-fouc] {
    height: .375rem;
}

.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .pace .pace-progress {
        background: #4fc3f7;
        position: fixed;
        z-index: 2000;
        top: 0;
        left: 0;
        width: 0;
        height: .125rem;
    }

.pace-inactive {
    display: none;
}

.pace-demo {
    display: inline-block;
    background-color: #37474f;
    vertical-align: middle;
    position: relative;
    line-height: 1;
    border-radius: .1875rem;
    width: 88px;
    height: 88px;
}

    .pace-demo .pace_progress {
        display: none;
        white-space: nowrap;
    }

.theme_xbox, .theme_xbox_lg, .theme_xbox_sm {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -24px;
}

    .theme_xbox .pace_activity, .theme_xbox_lg .pace_activity, .theme_xbox_sm .pace_activity {
        -webkit-animation: rotation 1.5s ease-in-out infinite;
        animation: rotation 1.5s ease-in-out infinite;
        margin: auto;
        width: 48px;
        height: 48px;
    }

        .theme_xbox .pace_activity, .theme_xbox .pace_activity:after, .theme_xbox .pace_activity:before, .theme_xbox_lg .pace_activity, .theme_xbox_lg .pace_activity:after, .theme_xbox_lg .pace_activity:before, .theme_xbox_sm .pace_activity, .theme_xbox_sm .pace_activity:after, .theme_xbox_sm .pace_activity:before {
            border: 2px solid transparent;
            border-top-color: #fff;
            border-radius: 50%;
        }

            .theme_xbox .pace_activity:before, .theme_xbox_lg .pace_activity:before, .theme_xbox_sm .pace_activity:before {
                content: "";
                position: absolute;
                top: 5px;
                left: 5px;
                right: 5px;
                bottom: 5px;
                -webkit-animation: rotation ease-in-out 2s infinite;
                animation: rotation ease-in-out 2s infinite;
            }

            .theme_xbox .pace_activity:after, .theme_xbox_lg .pace_activity:after, .theme_xbox_sm .pace_activity:after {
                content: "";
                position: absolute;
                top: 12px;
                left: 12px;
                right: 12px;
                bottom: 12px;
                -webkit-animation: rotation ease-in-out 1s infinite;
                animation: rotation ease-in-out 1s infinite;
            }

.theme_xbox_with_text .pace_activity {
    margin-top: -10px;
}

.theme_xbox_with_text span {
    display: block;
    margin-top: 10px;
    color: #fff;
    white-space: nowrap;
}

.theme_xbox_sm .pace_activity, .theme_xbox_sm .pace_activity:after, .theme_xbox_sm .pace_activity:before {
    border-width: 1px;
}

.theme_xbox_lg .pace_activity, .theme_xbox_lg .pace_activity:after, .theme_xbox_lg .pace_activity:before {
    border-width: 3px;
}

.theme_perspective {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
}

    .theme_perspective .pace_activity {
        display: inline-block;
        background-color: #fff;
        -webkit-animation: perspective ease-in-out 1.2s infinite;
        animation: perspective ease-in-out 1.2s infinite;
        width: 30px;
        height: 30px;
    }

@keyframes perspective {
    0% {
        -webkit-transform: perspective(120px);
        transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
        transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
        transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@-webkit-keyframes perspective {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

.theme_perspective_with_text .pace_activity {
    margin-top: -12px;
}

.theme_perspective_with_text span {
    display: block;
    margin-top: 15px;
    color: #fff;
    white-space: nowrap;
}

.theme_squares {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
}

    .theme_squares .pace_activity {
        width: 30px;
        height: 30px;
        margin: auto;
    }

        .theme_squares .pace_activity:after, .theme_squares .pace_activity:before {
            position: absolute;
            content: "";
            border: 2px solid #fff;
        }

        .theme_squares .pace_activity:before {
            width: 30px;
            height: 30px;
            margin-left: -15px;
            -webkit-animation: rotation_reverse linear 2s infinite;
            animation: rotation_reverse linear 2s infinite;
        }

        .theme_squares .pace_activity:after {
            width: 20px;
            height: 20px;
            margin-left: -10px;
            margin-top: 5px;
            -webkit-animation: rotation linear 2s infinite;
            animation: rotation linear 2s infinite;
        }

.theme_squares_with_text .pace_activity {
    margin-top: -12px;
}

.theme_squares_with_text span {
    display: block;
    margin-top: 15px;
    color: #fff;
    white-space: nowrap;
}

.theme_tail {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
}

    .theme_tail .pace_activity {
        margin: auto;
        width: 30px;
        height: 30px;
        border: 3px solid transparent;
        border-left-color: #fff;
        border-radius: 50%;
        -webkit-animation: rotation linear 1.1s infinite;
        animation: rotation linear 1.1s infinite;
    }

.theme_tail_circle .pace_activity {
    border-color: rgba(0,0,0,.15);
    border-left-color: #fff;
}

.theme_tail_with_text .pace_activity {
    margin-top: -12px;
}

.theme_tail_with_text span {
    display: block;
    margin-top: 15px;
    color: #fff;
    white-space: nowrap;
}

.theme_corners {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -7px;
}

    .theme_corners .pace_activity {
        display: inline-block;
        background-color: #fff;
        vertical-align: middle;
        border-radius: 50%;
        -webkit-animation: corners ease 1.5s infinite;
        animation: corners ease 1.5s infinite;
        width: 14px;
        height: 14px;
    }

@keyframes corners {
    0% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }

    50% {
        border-radius: 0;
        -webkit-transform: scale(2) rotate(-180deg);
        transform: scale(2) rotate(-180deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(-360deg);
        transform: scale(1) rotate(-360deg);
    }
}

@-webkit-keyframes corners {
    0% {
        -webkit-transform: scale(1) rotate(0);
    }

    50% {
        border-radius: 0;
        -webkit-transform: scale(2) rotate(-180deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(-360deg);
    }
}

.theme_corners_with_text .pace_activity {
    margin-top: -28px;
}

.theme_corners_with_text span {
    display: block;
    margin-top: 15px;
    color: #fff;
    white-space: nowrap;
}

.theme_radar {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
}

    .theme_radar .pace_activity {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid transparent;
        border-top-color: #fff;
        border-bottom-color: #fff;
        -webkit-animation: rotation linear 1.1s infinite;
        animation: rotation linear 1.1s infinite;
    }

.theme_radar_with_text .pace_activity {
    margin-top: -12px;
}

.theme_radar_with_text span {
    display: block;
    margin-top: 15px;
    color: #fff;
    white-space: nowrap;
}

.theme_bar, .theme_bar_lg, .theme_bar_sm {
    position: relative;
    width: 200px;
    height: 5px;
    background-color: rgba(0,0,0,.4);
    border-radius: 100px;
    -webkit-box-shadow: 0 0 5px rgba(255,255,255,.1);
    box-shadow: 0 0 5px rgba(255,255,255,.1);
}

    .theme_bar .pace_progress, .theme_bar_lg .pace_progress, .theme_bar_sm .pace_progress {
        max-width: 198px;
        display: block;
        position: absolute;
        left: 1px;
        top: 1px;
        height: 3px;
        background: #3fcf96;
        color: #fff;
        line-height: 36px;
        border-radius: 100px;
    }

.theme_bar_lg {
    height: 6px;
}

    .theme_bar_lg .pace_progress {
        height: 4px;
    }

.theme_bar_sm {
    height: 4px;
}

    .theme_bar_sm .pace_progress {
        height: 2px;
    }

.uniform-checker, .uniform-choice {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

    .uniform-checker, .uniform-checker input, .uniform-checker span, .uniform-choice, .uniform-choice input, .uniform-choice span {
        width: 1.25rem;
        height: 1.25rem;
    }

        .uniform-checker span, .uniform-choice span {
            border: .125rem solid #455a64;
            display: inline-block;
            text-align: center;
            position: relative;
        }

            .uniform-checker span.checked:after, .uniform-choice span.checked:after {
                opacity: 1;
            }

        .uniform-checker input[type=checkbox], .uniform-checker input[type=radio], .uniform-choice input[type=checkbox], .uniform-choice input[type=radio] {
            border: 0;
            background: 0 0;
            display: inline-block;
            margin: 0;
            cursor: pointer;
            position: absolute;
            top: -.125rem;
            left: -.125rem;
            visibility: visible;
            opacity: 0;
            z-index: 2;
        }

.form-check.form-check-inline .uniform-checker input[type=checkbox], .form-check.form-check-inline .uniform-checker input[type=radio], .form-check.form-check-inline .uniform-choice input[type=checkbox], .form-check.form-check-inline .uniform-choice input[type=radio] {
    margin-left: 0;
    margin-right: 0;
}

.form-check .uniform-checker, .form-check .uniform-choice {
    position: absolute;
    top: .00002rem;
    left: 0;
}

.form-check-right .uniform-checker, .form-check-right .uniform-choice {
    left: auto;
    right: 0;
}

.form-check-inline .uniform-checker, .form-check-inline .uniform-choice {
    position: static;
    margin-right: .625rem;
    margin-top: .00002rem;
}

.form-check-inline.form-check-right .uniform-checker, .form-check-inline.form-check-right .uniform-choice {
    margin-right: 0;
    margin-left: .625rem;
}

.uniform-checker.disabled, .uniform-choice.disabled {
    opacity: .5;
}

    .uniform-checker.disabled, .uniform-checker.disabled input, .uniform-choice.disabled, .uniform-choice.disabled input {
        cursor: default;
    }

.uniform-checker span {
    color: #455a64;
    border-radius: .125rem;
    -webkit-transition: border-color ease-in-out .15s,color ease-in-out .15s;
    transition: border-color ease-in-out .15s,color ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .uniform-checker span {
        -webkit-transition: none;
        transition: none;
    }
}

.uniform-checker span:after {
    content: "\e600";
    font-family: icomoon;
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .uniform-checker span:after {
        -webkit-transition: none;
        transition: none;
    }
}

.form-check-light .uniform-checker span {
    border-color: #fff;
    color: #fff;
}

.uniform-checker[class*=border-] span {
    border-color: inherit;
    color: inherit;
}

.uniform-choice {
    border-radius: 100px;
}

    .uniform-choice span {
        border-radius: 100px;
        -webkit-transition: border-color ease-in-out .15s;
        transition: border-color ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .uniform-choice span {
        -webkit-transition: none;
        transition: none;
    }
}

.uniform-choice span:after {
    content: "";
    position: absolute;
    top: .1875rem;
    left: .1875rem;
    border: .3125rem solid;
    border-color: inherit;
    width: 0;
    height: 0;
    border-radius: 100px;
    opacity: 0;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .uniform-choice span:after {
        -webkit-transition: none;
        transition: none;
    }
}

.form-check-light .uniform-choice span {
    border-color: #fff;
}

.uniform-choice[class*=border-] span {
    border-color: inherit;
}

    .uniform-choice[class*=border-] span:after {
        border-color: inherit;
    }

.dropdown-menu:not([class*=bg-]) .dropdown-item.active:not(.disabled) .uniform-checker span {
    border-color: #fff;
    color: #fff;
}

.dropdown-menu:not([class*=bg-]) .dropdown-item.active:not(.disabled) .uniform-choice span {
    border-color: #fff;
}

.dropdown-item.form-check .form-check-label {
    padding-left: 3.25rem;
}

.dropdown-item.form-check .uniform-checker, .dropdown-item.form-check .uniform-choice {
    margin-top: .50002rem;
    left: 1rem;
}

.dropdown-item.form-check.form-check-right .form-check-label {
    padding-right: 3.25rem;
}

.dropdown-item.form-check.form-check-right .uniform-checker, .dropdown-item.form-check.form-check-right .uniform-choice {
    left: auto;
    right: 1rem;
}

.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light) .uniform-checker span {
    border-color: #fff;
    color: #fff;
}

.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light) .uniform-choice span {
    border-color: #fff;
}

.uniform-uploader {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .uniform-uploader .filename {
        color: #999;
        padding: .4375rem .875rem;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: 1px solid #ddd;
        border-right: 0;
        background-color: #fff;
        text-align: left;
        word-break: break-word;
        border-top-left-radius: .1875rem;
        border-bottom-left-radius: .1875rem;
    }

    .uniform-uploader .action {
        z-index: 1;
        border-radius: 0;
        border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
    }

    .uniform-uploader input[type=file] {
        width: 100%;
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        min-height: 2.25003rem;
        border: 0;
        cursor: pointer;
        z-index: 10;
        opacity: 0;
    }

    .uniform-uploader.disabled .filename {
        background-color: #fafafa;
    }

    .uniform-uploader.disabled .filename, .uniform-uploader.disabled input[type=file] {
        cursor: default;
    }

.form-control-styled-lg input[type=file] {
    min-height: 2.50002rem;
}

.form-control-styled-lg .filename {
    padding: .5625rem 1rem;
    font-size: .875rem;
    line-height: 1.4286;
}

.form-control-styled-sm input[type=file] {
    min-height: 2.00002rem;
}

.form-control-styled-sm .filename {
    padding: .3125rem .75rem;
    font-size: .75rem;
    line-height: 1.6667;
}

.uniform-select {
    position: relative;
    display: block;
    width: 100%;
    height: 2.25003rem;
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .uniform-select {
        -webkit-transition: none;
        transition: none;
    }
}

.uniform-select:focus, .uniform-select:hover {
    -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
}

.uniform-select[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent) {
    color: #fff;
}

    .uniform-select[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent):focus, .uniform-select[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent):hover {
        -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.04) inset;
        box-shadow: 0 0 0 62.5rem rgba(0,0,0,.04) inset;
    }

.uniform-select span {
    display: block;
    position: relative;
    text-align: left;
    padding-right: 1.875rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .uniform-select span:after {
        content: '\e9c5';
        font-family: icomoon;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        margin-top: -.12502rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.uniform-select select {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 2.25003rem;
    border: 0;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}

.uniform-select.disabled:not([class*=bg-]) {
    color: #999;
    background-color: #fafafa;
}

.uniform-select.disabled:focus, .uniform-select.disabled:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.uniform-select.disabled select {
    cursor: default;
}

.uniform-select.disabled[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent) {
    opacity: .75;
}

.form-control-styled-lg select:not([size]):not([multiple]) {
    height: 2.50002rem;
}

.form-control-styled-lg .uniform-select {
    height: 2.50002rem;
    padding: .5625rem 1rem;
    font-size: .875rem;
    line-height: 1.4286;
}

.form-control-styled-sm select:not([size]):not([multiple]) {
    height: 2.00002rem;
}

.form-control-styled-sm .uniform-select {
    height: 2.00002rem;
    padding: .3125rem .75rem;
    font-size: .75rem;
    line-height: 1.6667;
}

.switchery {
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    display: block;
    line-height: 1;
    width: 2.25rem;
    height: 1.125rem;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 100px;
}

.form-check-switchery .switchery {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: .00002rem;
}

.form-check-switchery.disabled .switchery {
    cursor: default;
}

.switchery > small {
    background-color: #fff;
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    border-radius: 100px;
}

.form-check-switchery:not(.dropdown-item) {
    padding-left: 3rem;
}

    .form-check-switchery:not(.dropdown-item).form-check-right {
        padding-left: 0;
        padding-right: 3rem;
    }

        .form-check-switchery:not(.dropdown-item).form-check-right .switchery {
            left: auto;
            right: 0;
        }

.form-check-switchery-double.form-check-switchery {
    padding-left: 0;
    padding-right: 0;
}

    .form-check-switchery-double.form-check-switchery .switchery {
        margin-top: 0;
    }

.form-check-switchery-double .form-check-label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-check-switchery-double .switchery {
    position: relative;
    margin-left: .625rem;
    margin-right: .625rem;
}

.form-check-switchery-double input {
    margin-left: .625rem;
    margin-right: .625rem;
}

.dropdown-item.form-check-switchery .form-check-label {
    padding-left: 4.375rem;
}

.dropdown-item.form-check-switchery .switchery {
    top: 50%;
    left: 1rem;
    margin-top: -.625rem;
}

.dropdown-item.form-check-right.form-check-switchery .form-check-label {
    padding-right: 4.375rem;
}

.dropdown-item.form-check-right.form-check-switchery .switchery {
    left: auto;
    right: 1rem;
}

.bootstrap-switch {
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
    text-align: left;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .bootstrap-switch {
        -webkit-transition: none;
        transition: none;
    }
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border-radius: .1875rem;
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding: .4375rem .875rem;
}

.bootstrap-switch input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.form-check-switch {
    padding: 0;
}

.form-group.row .form-check-switch {
    margin-top: 0;
}

.form-check-switch-left .bootstrap-switch {
    margin-right: .625rem;
}

.form-check-switch-right .bootstrap-switch {
    margin-left: .625rem;
}

.bootstrap-switch-focused {
    outline: 0;
}

.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch-disabled .bootstrap-switch-label {
    cursor: default;
    opacity: .5;
}

.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch-indeterminate .bootstrap-switch-label, .bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch-readonly .bootstrap-switch-label {
    cursor: default !important;
    opacity: .5;
}

.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin .15s;
    transition: margin .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .bootstrap-switch-animate .bootstrap-switch-container {
        -webkit-transition: none;
        transition: none;
    }
}

.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: calc(.1875rem - 1px);
    border-bottom-right-radius: calc(.1875rem - 1px);
}

.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: calc(.1875rem - 1px);
    border-bottom-left-radius: calc(.1875rem - 1px);
}

.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch-on .bootstrap-switch-label {
    border-top-right-radius: calc(.1875rem - 1px);
    border-bottom-right-radius: calc(.1875rem - 1px);
}

.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch-off .bootstrap-switch-label {
    border-top-left-radius: calc(.1875rem - 1px);
    border-bottom-left-radius: calc(.1875rem - 1px);
}

.bootstrap-switch-handle-off, .bootstrap-switch-handle-on {
    text-align: center;
    white-space: nowrap;
    z-index: 1;
}

.bootstrap-switch-default {
    color: #333;
    background-color: #eee;
}

.bootstrap-switch-primary {
    color: #fff;
    background-color: #2196f3;
}

.bootstrap-switch-danger {
    color: #fff;
    background-color: #f44336;
}

.bootstrap-switch-success {
    color: #fff;
    background-color: #4caf50;
}

.bootstrap-switch-warning {
    color: #fff;
    background-color: #ff7043;
}

.bootstrap-switch-info {
    color: #fff;
    background-color: #00bcd4;
}

.bootstrap-switch-handle-on {
    border-top-left-radius: calc(.1875rem - 1px);
    border-bottom-left-radius: calc(.1875rem - 1px);
}

.bootstrap-switch-handle-off {
    border-top-right-radius: calc(.1875rem - 1px);
    border-bottom-right-radius: calc(.1875rem - 1px);
}

.bootstrap-switch-label {
    text-align: center;
    z-index: 100;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset;
    -webkit-transition: background-color ease-in-out .15s;
    transition: background-color ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .bootstrap-switch-label {
        -webkit-transition: none;
        transition: none;
    }
}

.bootstrap-switch-label:active, .bootstrap-switch-label:hover {
    background-color: #fafafa;
}

.bootstrap-switch-label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: .25rem;
    height: .625rem;
    margin-top: -.3125rem;
    margin-left: -.125rem;
    display: inline-block;
    border-left: 1px solid rgba(0,0,0,.15);
    border-right: 1px solid rgba(0,0,0,.15);
}

.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch-large .bootstrap-switch-label {
    padding: .5625rem 1rem;
}

.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch-small .bootstrap-switch-label {
    padding: .3125rem .75rem;
}

.form-check-right .bootstrap-switch {
    margin-right: 0;
    margin-left: .625rem;
}

.select2-container {
    outline: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.select2-selection--single {
    cursor: pointer;
    outline: 0;
    display: block;
    padding: .4375rem 0;
    line-height: 1.5385;
    color: #333;
    position: relative;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-selection--single {
        -webkit-transition: none;
        transition: none;
    }
}

.select2-container--open .select2-selection--single, .select2-selection--single:focus, .select2-selection--single:hover {
    -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
}

.select2-selection--single:not([class*=bg-]) {
    background-color: #fff;
}

    .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
        border-color: #ddd;
    }

.select2-container--open .select2-selection--single[class*=bg-], .select2-selection--single[class*=bg-]:focus, .select2-selection--single[class*=bg-]:hover {
    -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.04) inset;
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.04) inset;
}

.select2-selection--single[class*=bg-] .select2-selection__placeholder {
    color: #fff;
}

.select2-container--disabled .select2-selection--single[class*=bg-] .select2-selection__placeholder {
    color: rgba(255,255,255,.75);
}

.select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: .875rem;
    padding-right: 2.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .select2-selection--single .select2-selection__rendered > i {
        margin-right: .625rem;
    }

.select2-selection--single .select2-selection__clear {
    position: relative;
    cursor: pointer;
    float: right;
    font-size: 0;
    line-height: 1;
    margin-top: .12502rem;
    margin-left: .625rem;
    opacity: .75;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-selection--single .select2-selection__clear {
        -webkit-transition: none;
        transition: none;
    }
}

.select2-selection--single .select2-selection__clear:hover {
    opacity: 1;
}

.select2-selection--single .select2-selection__clear:after {
    content: '\ed6b';
    font-family: icomoon;
    display: inline-block;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-selection--single .select2-selection__arrow:after {
    content: '\e9c5';
    font-family: icomoon;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .875rem;
    margin-top: -.5rem;
    font-size: 1rem;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--disabled .select2-selection--single {
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .select2-container--disabled .select2-selection--single:not([class*=bg-]) {
        color: #999;
        background-color: #fafafa;
    }

    .select2-container--disabled .select2-selection--single[class*=bg-] {
        opacity: .75;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-selection--multiple {
    display: block;
    border: 1px solid transparent;
    cursor: text;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: .1875rem;
}

    .select2-selection--multiple:not([class*=bg-]) {
        background-color: #fff;
    }

        .select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
            border-color: #ddd;
        }

    .select2-selection--multiple .select2-selection__rendered {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        list-style: none;
        margin: 0;
        padding: 0 .125rem .125rem .125rem;
        width: 100%;
    }

    .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
    }

.select2-container--disabled .select2-selection--multiple:not([class*=bg-]) {
    background-color: #fafafa;
}

.select2-container--disabled .select2-selection--multiple[class*=bg-] {
    opacity: .75;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .select2-container--disabled .select2-selection--multiple[class*=bg-] .select2-selection__choice {
        opacity: 1;
    }

.select2-container--disabled .select2-selection--multiple, .select2-container--disabled .select2-selection--multiple .select2-search__field, .select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    cursor: default;
}

.select2-selection--multiple .select2-selection__choice {
    background-color: #455a64;
    color: #fff;
    cursor: default;
    float: left;
    margin-right: .125rem;
    margin-top: .125rem;
    padding: .3125rem .875rem;
    border-radius: .1875rem;
    -webkit-transition: color ease-in-out .15s,background-color ease-in-out .15s;
    transition: color ease-in-out .15s,background-color ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-selection--multiple .select2-selection__choice {
        -webkit-transition: none;
        transition: none;
    }
}

.select2-selection--multiple .select2-selection__choice:focus, .select2-selection--multiple .select2-selection__choice:hover {
    background-color: #455a64;
    color: #fff;
}

.select2-selection--multiple .select2-selection__choice > i {
    margin-right: .625rem;
}

.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    cursor: pointer;
    float: right;
    font-size: .875rem;
    margin-top: .18752rem;
    line-height: 1;
    margin-left: .625rem;
    opacity: .75;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        -webkit-transition: none;
        transition: none;
    }
}

.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
    opacity: 1;
}

.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    opacity: .6;
}

    .select2-container--disabled .select2-selection--multiple .select2-selection__choice:focus, .select2-container--disabled .select2-selection--multiple .select2-selection__choice:hover {
        background-color: #455a64;
        color: #fff;
    }

    .select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        display: none;
    }

.select2-selection--multiple .select2-search--inline {
    float: left;
}

    .select2-selection--multiple .select2-search--inline .select2-search__field {
        font-size: 100%;
        margin-top: .125rem;
        padding: .3125rem 0;
        background-color: transparent;
        border-width: 0;
        outline: 0;
        color: inherit;
        margin-left: .25rem;
        -webkit-appearance: textfield;
    }

        .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
        margin-left: 0;
        padding-left: .75rem;
    }

.select2-dropdown {
    background-color: #fff;
    color: #333;
    border: 1px solid rgba(0,0,0,.15);
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1070;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results > .select2-results__options {
    padding-bottom: .5rem;
    max-height: 280px;
    overflow-y: auto;
}

.select2-search--hide + .select2-results > .select2-results__options {
    padding-top: .5rem;
}

.select2-results:first-child > .select2-results__options {
    padding-top: .5rem;
}

.select2-results__option {
    padding: .5rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-results__option {
        -webkit-transition: none;
        transition: none;
    }
}

.select2-results__option + .select2-results__option {
    margin-top: 1px;
}

.select2-results__option i {
    margin-right: .625rem;
}

    .select2-results__option i.icon-undefined {
        display: none;
    }

.select2-results__option[role=group] {
    padding: 0;
}

.select2-results__option.select2-results__option--highlighted {
    background-color: #f5f5f5;
    color: #333;
}

.select2-results__option[aria-disabled=true] {
    color: #999;
    cursor: default;
}

.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true] {
    color: rgba(255,255,255,.6);
}

.select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #2196f3;
}

.select2-results__options--nested > .select2-results__option {
    padding-left: 2rem;
    padding-right: 2rem;
}

.select2-results__group {
    display: block;
    padding: .5rem 1rem;
    cursor: default;
    font-weight: 500;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.select2-results__option:first-child > .select2-results__group {
    margin-top: 0;
}

.select2-results__message {
    color: #999;
    cursor: default;
}

.select2-dropdown[class*=bg-] .select2-results__message {
    color: rgba(255,255,255,.75);
}

.select2-results__option.loading-results {
    padding-top: 0;
}

    .select2-results__option.loading-results + .select2-results__option {
        margin-top: .5rem;
    }

.select2-results__option--load-more {
    text-align: center;
    margin-top: .5rem;
    cursor: default;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .select2-container--open .select2-dropdown--above[class*=bg-] {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .select2-container--open .select2-dropdown--below[class*=bg-] {
        border-top: 1px solid rgba(255,255,255,.2);
    }

.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-search--dropdown {
    display: block;
    position: relative;
    padding: 1rem;
}

    .select2-search--dropdown:after {
        content: '\e98e';
        font-family: icomoon;
        position: absolute;
        top: 50%;
        left: 1.875rem;
        color: inherit;
        display: block;
        font-size: .8125rem;
        margin-top: -.40625rem;
        line-height: 1;
        opacity: .6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .select2-search--dropdown + .select2-results .select2-results__message:first-child {
        padding-top: 0;
    }

    .select2-search--dropdown .select2-search__field {
        padding: .4375rem .875rem;
        padding-left: 2.5625rem;
        border: 1px solid #ddd;
        outline: 0;
        width: 100%;
        border-radius: .1875rem;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select-lg.select2-selection--single {
    padding: .5625rem 0;
    font-size: .875rem;
    line-height: 1.4286;
}

    .select-lg.select2-selection--single .select2-selection__rendered {
        padding-left: 1rem;
        padding-right: 2.5rem;
    }

    .select-lg.select2-selection--single .select2-selection__arrow:after {
        right: 1rem;
    }

.select-lg.select2-selection--multiple .select2-selection__choice {
    padding: .4375rem 1rem;
    font-size: .875rem;
    line-height: 1.4286;
}

.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: .4375rem 0;
    font-size: .875rem;
    line-height: 1.4286;
}

.select-sm.select2-selection--single {
    padding: .3125rem 0;
    font-size: .75rem;
    line-height: 1.6667;
}

    .select-sm.select2-selection--single .select2-selection__rendered {
        padding-left: .75rem;
        padding-right: 2.375rem;
    }

    .select-sm.select2-selection--single .select2-selection__arrow:after {
        right: .75rem;
    }

.select-sm.select2-selection--multiple .select2-selection__choice {
    padding: .1875rem .75rem;
    font-size: .75rem;
    line-height: 1.6667;
}

.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: .1875rem 0;
    font-size: .75rem;
    line-height: 1.6667;
}

.select2-selection--multiple[class*=bg-] .select2-selection__choice {
    background-color: rgba(0,0,0,.2);
}

.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
    background-color: rgba(0,0,0,.2);
    border-color: transparent;
    color: #fff;
}

.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true] {
    background-color: rgba(0,0,0,.2);
    color: #fff;
}

.select2-dropdown[class*=bg-] .select2-results__option--highlighted {
    background-color: rgba(0,0,0,.1);
    color: #fff;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: fixed !important;
    width: 1px !important;
}

.select2-result-repository {
    padding-top: .4375rem;
    padding-bottom: .4375rem;
}

.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: .9375rem;
}

    .select2-result-repository__avatar img {
        width: 100%;
        height: auto;
        border-radius: 100px;
    }

.select2-result-repository__meta {
    margin-left: 70px;
}

.select2-result-repository__title {
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 2px;
}

.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
    display: inline-block;
    font-size: .75rem;
}

.select2-result-repository__description {
    font-size: .75rem;
}

.select2-result-repository__forks, .select2-result-repository__stargazers {
    margin-right: .9375rem;
}

.multiselect-native-select {
    position: relative;
}

    .multiselect-native-select select {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 0 !important;
        left: 0;
        top: 0;
    }

.multiselect {
    width: 100%;
    text-align: left;
    padding-left: .875rem;
    padding-right: 2.375rem;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .multiselect:after {
        position: absolute;
        top: 50%;
        right: .875rem;
        margin-top: -.34375rem;
        text-align: right;
    }

    .multiselect:not([class*=font-weight-]) {
        font-weight: 400;
    }

    .multiselect.btn-light {
        background-color: #fff;
        border-color: #ddd;
    }

        .btn-group.show .multiselect.btn-light, .multiselect.btn-light:focus, .multiselect.btn-light:hover, .multiselect.btn-light:not([disabled]):not(.disabled):active {
            background-color: #fff;
            -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
            box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
        }

        .multiselect.btn-light.disabled {
            background-color: #fafafa;
        }

    .multiselect.btn-lg {
        padding-left: 1rem;
        padding-right: 2.5rem;
    }

        .multiselect.btn-lg:after {
            right: 1rem;
        }

    .multiselect.btn-sm {
        padding-left: .75rem;
        padding-right: 2.25rem;
    }

        .multiselect.btn-sm:after {
            right: .75rem;
        }

.multiselect-container {
    max-height: 280px;
    overflow-y: auto;
}

.multiselect-item input[type=checkbox], .multiselect-item input[type=radio] {
    border: 0;
    background: 0 0;
    display: block;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -.625rem;
    opacity: 0;
    z-index: 2;
    width: 1.25rem;
    height: 1.25rem;
}

    .multiselect-item input[type=checkbox]:disabled, .multiselect-item input[type=radio]:disabled {
        cursor: default;
    }

    .multiselect-item input[type=checkbox] ~ .form-check-control-indicator, .multiselect-item input[type=radio] ~ .form-check-control-indicator {
        position: absolute;
        left: 1rem;
        top: 50%;
        margin-top: -.625rem;
        border: .125rem solid #455a64;
        width: 1.25rem;
        height: 1.25rem;
    }

    .multiselect-item input[type=checkbox] ~ .form-check-control-indicator {
        color: #455a64;
        border-radius: .125rem;
        -webkit-transition: border-color ease-in-out .15s,color ease-in-out .15s;
        transition: border-color ease-in-out .15s,color ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .multiselect-item input[type=checkbox] ~ .form-check-control-indicator {
        -webkit-transition: none;
        transition: none;
    }
}

.multiselect-item input[type=checkbox] ~ .form-check-control-indicator:after {
    content: "\e600";
    font-family: icomoon;
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .multiselect-item input[type=checkbox] ~ .form-check-control-indicator:after {
        -webkit-transition: none;
        transition: none;
    }
}

.multiselect-item input[type=radio] ~ .form-check-control-indicator {
    border-radius: 100px;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .multiselect-item input[type=radio] ~ .form-check-control-indicator {
        -webkit-transition: none;
        transition: none;
    }
}

.multiselect-item input[type=radio] ~ .form-check-control-indicator:after {
    content: "";
    position: absolute;
    top: .1875rem;
    left: .1875rem;
    border: .3125rem solid;
    border-color: inherit;
    width: 0;
    height: 0;
    border-radius: 100px;
    opacity: 0;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .multiselect-item input[type=radio] ~ .form-check-control-indicator:after {
        -webkit-transition: none;
        transition: none;
    }
}

.multiselect-item input[type=checkbox]:checked ~ .form-check-control-indicator:after, .multiselect-item input[type=radio]:checked ~ .form-check-control-indicator:after {
    opacity: 1;
}

.multiselect-item.active:not(.disabled) input[type=checkbox] ~ .form-check-control-indicator {
    border-color: #fff;
    color: #fff;
}

.multiselect-item.active:not(.disabled) input[type=radio] ~ .form-check-control-indicator {
    border-color: #fff;
}

.multiselect-item.disabled .form-check-control-indicator {
    opacity: .5;
}

.dropdown-menu[class*=bg-] .multiselect-item .form-check-control-indicator {
    border-color: #fff;
    color: #fff;
}

.multiselect-group {
    padding: .5rem 1rem;
    font-weight: 500;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

    .multiselect-group:first-child {
        margin-top: 0;
    }

    .multiselect-group label {
        margin-bottom: 0;
    }

    .multiselect-group.disabled {
        color: #999;
        cursor: default;
    }

.multiselect-all {
    font-weight: 500;
}

.multiselect-group-clickable label {
    cursor: pointer;
}

.multiselect-filter {
    position: relative;
    padding: .5rem 1rem;
    margin-bottom: .5rem;
}

    .multiselect-filter .input-group > i {
        font-size: .8125rem;
        position: absolute;
        left: .9375rem;
        top: 50%;
        margin-top: -.40625rem;
        opacity: .5;
        z-index: 4;
    }

    .multiselect-filter .form-control {
        padding-left: 2.5625rem;
    }

.input-group .multiselect-native-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

    .input-group .multiselect-native-select:not(:first-child) .multiselect {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group .multiselect-native-select:not(:last-child) .multiselect {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.badge-indicator-absolute {
    position: relative;
}

    .badge-indicator-absolute .password-indicator-badge-absolute {
        position: absolute;
        top: 50%;
        margin-top: -.62502rem;
        right: .875rem;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .badge-indicator-absolute .password-indicator-badge-absolute {
        -webkit-transition: none;
        transition: none;
    }
}

.twitter-typeahead {
    width: 100%;
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 100%;
    margin-top: .125rem;
    min-width: 11.25rem;
    padding: .5rem 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    max-height: 350px;
    overflow-y: auto;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

.typeahead-scrollable .tt-menu {
    max-height: 250px;
}

.tt-suggestion {
    color: #333;
    padding: .5rem 1rem;
    cursor: pointer;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .tt-suggestion {
        -webkit-transition: none;
        transition: none;
    }
}

.tt-suggestion.tt-cursor, .tt-suggestion:focus, .tt-suggestion:hover {
    color: #333;
    background-color: #f5f5f5;
}

.tt-heading {
    padding: .5rem 1rem;
    display: block;
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.tt-dataset-group:first-child .tt-heading:first-child {
    margin-top: 0;
}

.typeahead-template .empty-message {
    padding: .5rem 1rem;
    text-align: center;
}

.validation-invalid-label, .validation-valid-label {
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: block;
    color: #f44336;
    position: relative;
    padding-left: 1.625rem;
}

.validation-valid-label {
    color: #4caf50;
}

    .validation-invalid-label:before, .validation-valid-label:before {
        font-family: icomoon;
        font-size: 1rem;
        position: absolute;
        top: .12502rem;
        left: 0;
        display: inline-block;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .validation-invalid-label:empty, .validation-valid-label:empty {
        display: none;
    }

.validation-invalid-label:before {
    content: '\ed63';
}

.validation-valid-label:before {
    content: '\ee73';
}

.form-group-float-label {
    position: relative;
    top: .4375rem;
    opacity: 0;
}

    .form-group-float-label.is-visible {
        top: 0;
        opacity: 1;
    }

    .form-group-float-label.animate {
        -webkit-transition: all linear .15s;
        transition: all linear .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .form-group-float-label.animate {
        -webkit-transition: none;
        transition: none;
    }
}

.alpaca-hidden {
    display: none;
}

.alpaca-field .alpaca-field-text-max-length-indicator, .alpaca-field .help-block {
    color: #999;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.has-error .multiselect-container > .active .form-check {
    color: #fff;
}

.has-error .btn-group.show .multiselect.btn, .has-error .multiselect.btn-light:active {
    color: #f44336;
    border-color: #f44336;
}

.alpaca-disabled .form-check .switchery, .alpaca-disabled .form-check label {
    cursor: default;
    color: #999;
}

.alpaca-invalid .alpaca-control-label, .alpaca-invalid .alpaca-message {
    color: #f44336;
}

.alpaca-invalid .form-control {
    color: #f44336;
}

    .alpaca-invalid .form-control, .alpaca-invalid .form-control:focus, .alpaca-invalid .form-control:hover {
        border-color: #f44336;
    }

.alpaca-clear {
    clear: both;
}

.alpaca-float-right {
    float: right;
}

.alpaca-field .glyphicon {
    font-family: icomoon;
    font-size: 1rem;
    vertical-align: middle;
    margin-top: -.09375rem;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    margin-right: .625rem;
}

.alpaca-field .glyphicon-info-sign {
    display: none;
}

.alpaca-field .glyphicon-exclamation-sign:before {
    content: '\ed63';
}

.alpaca-icon-required {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    float: right;
    margin-right: 0;
    margin-left: .625rem;
}

    .alpaca-icon-required:before {
        content: '*';
    }

.alpaca-controlfield-editor {
    position: relative;
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
}

    .alpaca-controlfield-editor .control-field-editor-el {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.ace_editor {
    border: 1px solid #ccc;
}

.alpaca-field-ckeditor.alpaca-invalid > .cke {
    border-color: #d84315;
}

.alpaca-field-optiontree .optiontree + .form-control {
    margin-left: .625rem;
}

.alpaca-field-optiontree.optiontree-horizontal .optiontree {
    display: inline-block;
}

    .alpaca-field-optiontree.optiontree-horizontal .optiontree .optiontree-selector {
        display: inline-block;
        margin-top: .3125rem;
        margin-bottom: .3125rem;
    }

        .alpaca-field-optiontree.optiontree-horizontal .optiontree .optiontree-selector:empty {
            display: none;
        }

        .alpaca-field-optiontree.optiontree-horizontal .optiontree .optiontree-selector + .optiontree-selector {
            margin-left: .625rem;
        }

.alpaca-field-optiontree.optiontree-horizontal input {
    display: inline-block;
    width: auto;
}

.alpaca-field-optiontree.optiontree-horizontal label {
    display: block;
}

.has-error .multiselect {
    border-color: #f44336;
    color: #f44336;
}

.alpaca-container-label:not(legend) {
    margin-top: 1.25rem;
}

.alpaca-array-toolbar {
    margin-bottom: .625rem;
}

.alpaca-array-actionbar {
    overflow: hidden;
}

    .alpaca-array-actionbar.alpaca-array-actionbar-top {
        padding-bottom: .625rem;
    }

    .alpaca-array-actionbar.alpaca-array-actionbar-bottom {
        padding-top: .625rem;
    }

    .alpaca-array-actionbar, .alpaca-array-actionbar.btn-group {
        width: 100%;
    }

.alpaca-field-array .alpaca-top, .alpaca-field-array .alpaca-top .alpaca-container, .alpaca-field-object .alpaca-top, .alpaca-field-object .alpaca-top .alpaca-container {
    border: 0;
}

.alpaca-container {
    border: 0;
}

.alpaca-control-buttons-container {
    margin-top: .625rem;
}

.alpaca-container-item > .alpaca-container > .alpaca-field-object {
    border: 0;
}

.alpaca-form-buttons-container {
    margin-top: 1.25rem;
    text-align: right;
}

.alpaca-container > .form-group {
    margin-left: 0;
    margin-right: 0;
}

.alpaca-field-hidden {
    display: none;
}

.alpaca-container-item:not(:first-child) {
    margin-top: .625rem;
}

.alpaca-container .alpaca-container-item:last-child {
    margin-bottom: 0;
}

.alpaca-field-select .btn-group {
    width: 100%;
}

.alpaca-field.alpaca-field-upload .fileupload-active-zone {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.alpaca-field.alpaca-field-upload .template-download td.error, .alpaca-field.alpaca-field-upload .template-upload td.error {
    color: #d84315;
    word-break: break-all;
}

.alpaca-field.alpaca-field-address .alpaca-field-address-mapcanvas {
    height: 250px;
}

.alpaca-field.alpaca-field-image .alpaca-image-display {
    margin-top: 1.25rem;
}

.tokenfield {
    height: auto;
}

    .tokenfield::after {
        display: block;
        clear: both;
        content: "";
    }

    .tokenfield.form-control:not(input) {
        padding: 0 0 .125rem 0;
    }

    .tokenfield .token {
        margin: .125rem 0 0 .125rem;
        cursor: default;
        float: left;
        position: relative;
        border-radius: .1875rem;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .tokenfield .token {
        -webkit-transition: none;
        transition: none;
    }
}

.tokenfield .token:not([class*=bg-]) {
    background-color: #eee;
    color: #333;
}

    .tokenfield .token:not([class*=bg-]):focus, .tokenfield .token:not([class*=bg-]):hover {
        background-color: #03a9f4;
        color: #fff;
    }

.tokenfield .token .token-label {
    display: block;
    max-width: none !important;
    padding: .3125rem .875rem;
    padding-right: 2.375rem;
}

.tokenfield .token > .close {
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    color: inherit;
    right: .875rem;
    line-height: 1;
    margin-top: -.34375rem;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .tokenfield .token > .close {
        -webkit-transition: none;
        transition: none;
    }
}

.tokenfield .token > .close:after {
    content: '\ed6a';
    font-family: icomoon;
    display: block;
    font-size: .6875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tokenfield .token > .close:hover {
    opacity: 1;
}

.tokenfield .twitter-typeahead {
    width: auto;
}

.tokenfield .token-input {
    direction: ltr;
    background: 0 0;
    width: 5.625rem !important;
    max-width: 50%;
    min-width: 4rem;
    padding: .3125rem .875rem;
    margin-top: .125rem;
    margin-left: .125rem;
    border: 0;
    outline: 0;
}

.tokenfield.readonly .token .token-label {
    padding-right: .875rem;
}

.tokenfield.readonly .token .close {
    display: none;
}

.tokenfield.disabled {
    cursor: default;
}

    .tokenfield.disabled .token, .tokenfield.disabled .token .close {
        opacity: .5;
    }

        .tokenfield.disabled .token:focus, .tokenfield.disabled .token:hover {
            background-color: #eee;
            color: #333;
        }

        .tokenfield.disabled, .tokenfield.disabled .token, .tokenfield.disabled .token .close, .tokenfield.disabled .token-input {
            cursor: default;
        }

.input-group-lg .token > .token-label, .input-group-lg .token > span, .tokenfield.form-control-lg .token > .token-label, .tokenfield.form-control-lg .token > span {
    padding: .4375rem 1rem;
    padding-right: 2.03125rem;
}

.input-group-lg .token-input, .tokenfield.form-control-lg .token-input {
    padding: .4375rem 1rem;
}

.input-group-lg .token > .close, .tokenfield.form-control-lg .token > .close {
    right: 1rem;
}

.input-group-lg.readonly .token > .token-label, .tokenfield.form-control-lg.readonly .token > .token-label {
    padding-right: 1rem;
}

.input-group-sm .token > .token-label, .input-group-sm .token > span, .tokenfield.form-control-sm .token > .token-label, .tokenfield.form-control-sm .token > span {
    padding: .1875rem .75rem;
    padding-right: 1.78125rem;
}

.input-group-sm .token-input, .tokenfield.form-control-sm .token-input {
    padding: .1875rem .75rem;
}

.input-group-sm .token > .close, .tokenfield.form-control-sm .token > .close {
    right: .75rem;
}

.input-group-sm.readonly .token > .token-label, .tokenfield.form-control-sm.readonly .token > .token-label {
    padding-right: .75rem;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0 0 .125rem 0;
    vertical-align: middle;
    width: 100%;
    border-radius: .1875rem;
}

    .bootstrap-tagsinput input {
        direction: ltr;
        border: 0;
        outline: 0;
        background-color: transparent;
        padding: .3125rem .875rem;
        margin-top: .125rem;
        margin-left: .125rem;
        width: auto !important;
        max-width: 50%;
        min-width: 4rem;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.input-group .bootstrap-tagsinput {
    width: 1%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.bootstrap-tagsinput .twitter-typeahead {
    width: auto;
}

.bootstrap-tagsinput .tt-dropdown-menu {
    margin-top: .25rem;
    min-width: 11.25rem;
}

.bootstrap-tagsinput .tag {
    margin: .125rem 0 0 .125rem;
    padding: .3125rem .875rem;
    padding-right: 2.375rem;
    float: left;
    position: relative;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .bootstrap-tagsinput .tag {
        -webkit-transition: none;
        transition: none;
    }
}

.bootstrap-tagsinput .tag:not([class*=bg-]) {
    background-color: #eee;
    color: #333;
}

    .bootstrap-tagsinput .tag:not([class*=bg-]):focus, .bootstrap-tagsinput .tag:not([class*=bg-]):hover {
        background-color: #03a9f4;
        color: #fff;
    }

.bootstrap-tagsinput .tag [data-role=remove] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: .875rem;
    line-height: 1;
    margin-top: -.34375rem;
    opacity: .7;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .bootstrap-tagsinput .tag [data-role=remove] {
        -webkit-transition: none;
        transition: none;
    }
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
    opacity: 1;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
    content: '\ed6a';
    font-family: icomoon;
    display: block;
    font-size: .6875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bootstrap-touchspin .input-group-btn-vertical {
    white-space: nowrap;
}

    .bootstrap-touchspin .input-group-btn-vertical > .btn {
        width: 2.125rem;
        margin-left: -1px;
        border-radius: 0;
    }

    .bootstrap-touchspin .input-group-btn-vertical i {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -.5rem;
        margin-top: -.5rem;
        font-weight: 400;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        border: 1px solid #ddd;
        border-radius: 0;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        border: 1px solid #ddd;
        border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
    }

.bootstrap-touchspin.input-group-lg .input-group-btn-vertical > .btn {
    width: 2.375rem;
}

.bootstrap-touchspin.input-group-lg .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.bootstrap-touchspin.input-group-sm .input-group-btn-vertical > .btn {
    width: 1.875rem;
}

.bootstrap-touchspin.input-group-sm .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
}

.input-group .input-group-prepend.d-none:first-child + .form-control {
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
}

.input-group-lg .input-group-prepend.d-none:first-child + .form-control {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.input-group-sm .input-group-prepend.d-none:first-child + .form-control {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
}

.bootstrap-duallistbox-container .box1 {
    margin-bottom: 1.25rem;
}

.bootstrap-duallistbox-container select.form-control {
    padding: .4375rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bootstrap-duallistbox-container option {
    display: block;
    padding: .4375rem .875rem;
    border-radius: .1875rem;
}

.bootstrap-duallistbox-container.moveonselect .move, .bootstrap-duallistbox-container.moveonselect .remove {
    display: none;
}

.bootstrap-duallistbox-container.moveonselect .btn-group .moveall, .bootstrap-duallistbox-container.moveonselect .btn-group .removeall {
    width: 100%;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem;
}

.bootstrap-duallistbox-container.moveonselect .btn-group .btn + .btn {
    border-left-width: 1px;
}

.bootstrap-duallistbox-container .buttons {
    width: 100%;
    margin-bottom: -1px;
}

.bootstrap-duallistbox-container .clear1, .bootstrap-duallistbox-container .clear2 {
    display: none;
    margin-top: 1.25rem;
}

    .bootstrap-duallistbox-container .clear1, .bootstrap-duallistbox-container .clear1:focus, .bootstrap-duallistbox-container .clear1:hover, .bootstrap-duallistbox-container .clear2, .bootstrap-duallistbox-container .clear2:focus, .bootstrap-duallistbox-container .clear2:hover {
        background-color: transparent;
        border: 0;
        color: #2196f3;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.bootstrap-duallistbox-container .box1.filtered .clear1, .bootstrap-duallistbox-container .box2.filtered .clear2 {
    display: inline-block;
}

.bootstrap-duallistbox-container .move, .bootstrap-duallistbox-container .moveall, .bootstrap-duallistbox-container .remove, .bootstrap-duallistbox-container .removeall {
    width: 50%;
}

.bootstrap-duallistbox-container .btn-group .btn {
    margin: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .bootstrap-duallistbox-container .btn-group .btn + .btn {
        border-left-width: 0;
    }

    .bootstrap-duallistbox-container .btn-group .btn > i {
        float: none;
        text-align: center;
    }

        .bootstrap-duallistbox-container .btn-group .btn > i + i {
            margin-left: -1rem;
        }

.bootstrap-duallistbox-container .filter {
    margin-bottom: 1.25rem;
    position: relative;
}

    .bootstrap-duallistbox-container .filter.placeholder {
        color: #999;
    }

.bootstrap-duallistbox-container .info-container .info {
    display: inline-block;
    margin-top: 1.25rem;
}

    .bootstrap-duallistbox-container .info-container .info .badge {
        margin-right: .625rem;
    }

.sidebar .bootstrap-duallistbox-container {
    text-align: center;
}

    .sidebar .bootstrap-duallistbox-container .box1, .sidebar .bootstrap-duallistbox-container .box2 {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -moz-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        max-width: none;
    }

    .sidebar .bootstrap-duallistbox-container .box1 {
        padding-bottom: .3125rem;
    }

        .sidebar .bootstrap-duallistbox-container .box1:after {
            content: '\e9c9';
            font-size: 1rem;
            font-family: icomoon;
            display: block;
            text-align: center;
            line-height: 1;
            margin: .625rem 0;
            opacity: .5;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

@media (min-width:768px) {
    .bootstrap-duallistbox-container .box1 {
        margin-bottom: 0;
    }

    .sidebar .bootstrap-duallistbox-container .box1 {
        margin-bottom: 0;
    }
}

.wizard {
    width: 100%;
}

    .wizard > .content > .title, .wizard > .steps .current-info {
        display: none;
    }

    .wizard > .content {
        position: relative;
        width: auto;
        padding: 0;
    }

        .wizard > .content > .body {
            padding: 0 1.25rem;
        }

        .wizard > .content > iframe {
            border: 0;
            width: 100%;
            height: 100%;
        }

    .wizard > .steps {
        position: relative;
        display: block;
        width: 100%;
    }

        .wizard > .steps > ul {
            display: table;
            width: 100%;
            table-layout: fixed;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .wizard > .steps > ul > li {
                display: table-cell;
                width: auto;
                vertical-align: top;
                text-align: center;
                position: relative;
            }

                .wizard > .steps > ul > li a {
                    position: relative;
                    padding-top: 3rem;
                    margin-top: 1.25rem;
                    margin-bottom: 1.25rem;
                    display: block;
                    outline: 0;
                    color: #999;
                }

                .wizard > .steps > ul > li:after, .wizard > .steps > ul > li:before {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 2.375rem;
                    width: 50%;
                    height: 2px;
                    background-color: #00bcd4;
                    z-index: 9;
                }

                .wizard > .steps > ul > li:before {
                    left: 0;
                }

                .wizard > .steps > ul > li:after {
                    right: 0;
                }

                .wizard > .steps > ul > li:first-child:before, .wizard > .steps > ul > li:last-child:after {
                    content: none;
                }

                .wizard > .steps > ul > li.current:after, .wizard > .steps > ul > li.current ~ li:after, .wizard > .steps > ul > li.current ~ li:before {
                    background-color: #eee;
                }

                .wizard > .steps > ul > li.current > a {
                    color: #333;
                    cursor: default;
                }

                .wizard > .steps > ul > li.current .number {
                    font-size: 0;
                    border-color: #00bcd4;
                    background-color: #fff;
                    color: #00bcd4;
                }

                    .wizard > .steps > ul > li.current .number:after {
                        content: '\e913';
                        font-family: icomoon;
                        display: inline-block;
                        font-size: 1rem;
                        line-height: 2.125rem;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        -webkit-transition: all ease-in-out .15s;
                        transition: all ease-in-out .15s;
                    }

@media screen and (prefers-reduced-motion:reduce) {
    .wizard > .steps > ul > li.current .number:after {
        -webkit-transition: none;
        transition: none;
    }
}

.wizard > .steps > ul > li.disabled a {
    cursor: default;
}

.wizard > .steps > ul > li.done a, .wizard > .steps > ul > li.done a:focus, .wizard > .steps > ul > li.done a:hover {
    color: #999;
}

.wizard > .steps > ul > li.done .number {
    font-size: 0;
    background-color: #00bcd4;
    border-color: #00bcd4;
    color: #fff;
}

    .wizard > .steps > ul > li.done .number:after {
        content: '\ed6f';
        font-family: icomoon;
        display: inline-block;
        font-size: 1rem;
        line-height: 2.125rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wizard > .steps > ul > li.done .number:after {
        -webkit-transition: none;
        transition: none;
    }
}

.wizard > .steps > ul > li.error .number {
    border-color: #f44336;
    color: #f44336;
}

.card > .card-header:not([class*=bg-]) > .wizard > .steps > ul {
    border-top: 1px solid rgba(0,0,0,.125);
}

@media (max-width:991.98px) {
    .wizard > .steps > ul {
        margin-bottom: 1.25rem;
    }

        .wizard > .steps > ul > li {
            display: block;
            float: left;
            width: 50%;
        }

            .wizard > .steps > ul > li > a {
                margin-bottom: 0;
            }

            .wizard > .steps > ul > li:first-child:before, .wizard > .steps > ul > li:last-child:after {
                content: '';
            }

            .wizard > .steps > ul > li:last-child:after {
                background-color: #00bcd4;
            }
}

@media (max-width:767.98px) {
    .wizard > .steps > ul > li {
        width: 100%;
    }

        .wizard > .steps > ul > li.current:after {
            background-color: #00bcd4;
        }
}

.wizard > .steps .number {
    background-color: #fff;
    color: #ccc;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.1875rem;
    border: 2px solid #eee;
    font-size: .875rem;
    z-index: 10;
    line-height: 2.125rem;
    text-align: center;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
}

.wizard > .actions {
    position: relative;
    text-align: right;
    padding: 1.25rem;
    padding-top: 0;
}

    .wizard > .actions > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .wizard > .actions > ul::after {
            display: block;
            clear: both;
            content: "";
        }

        .wizard > .actions > ul > li {
            display: inline-block;
        }

            .wizard > .actions > ul > li + li {
                margin-left: 1.25rem;
            }

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(../../../../../../global_assets/css/icons/summernote/summernote.eot?0d0d5fac99cc8774d89eb08b1a8323c4);
    src: url(../../../../../../global_assets/css/icons/summernote/summernote.eot?#iefix) format("embedded-opentype"),url(../../../../../../global_assets/css/icons/summernote/summernote.woff?0d0d5fac99cc8774d89eb08b1a8323c4) format("woff"),url(../../../../../../global_assets/css/icons/summernote/summernote.ttf?0d0d5fac99cc8774d89eb08b1a8323c4) format("truetype");
}

[class*=" note-icon-"]:before, [class^=note-icon-]:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-size: inherit;
    text-decoration: inherit;
    vertical-align: middle;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.note-icon-align-center:before {
    content: "\f101";
}

.note-icon-align-indent:before {
    content: "\f102";
}

.note-icon-align-justify:before {
    content: "\f103";
}

.note-icon-align-left:before {
    content: "\f104";
}

.note-icon-align-outdent:before {
    content: "\f105";
}

.note-icon-align-right:before {
    content: "\f106";
}

.note-icon-align:before {
    content: "\f107";
}

.note-icon-arrow-circle-down:before {
    content: "\f108";
}

.note-icon-arrow-circle-left:before {
    content: "\f109";
}

.note-icon-arrow-circle-right:before {
    content: "\f10a";
}

.note-icon-arrow-circle-up:before {
    content: "\f10b";
}

.note-icon-arrows-alt:before {
    content: "\f10c";
}

.note-icon-arrows-h:before {
    content: "\f10d";
}

.note-icon-arrows-v:before {
    content: "\f10e";
}

.note-icon-bold:before {
    content: "\f10f";
}

.note-icon-caret:before {
    content: "\f110";
}

.note-icon-chain-broken:before {
    content: "\f111";
}

.note-icon-circle:before {
    content: "\f112";
}

.note-icon-close:before {
    content: "\f113";
}

.note-icon-code:before {
    content: "\f114";
}

.note-icon-col-after:before {
    content: "\f115";
}

.note-icon-col-before:before {
    content: "\f116";
}

.note-icon-col-remove:before {
    content: "\f117";
}

.note-icon-eraser:before {
    content: "\f118";
}

.note-icon-font:before {
    content: "\f119";
}

.note-icon-frame:before {
    content: "\f11a";
}

.note-icon-italic:before {
    content: "\f11b";
}

.note-icon-link:before {
    content: "\f11c";
}

.note-icon-magic:before {
    content: "\f11d";
}

.note-icon-menu-check:before {
    content: "\f11e";
}

.note-icon-minus:before {
    content: "\f11f";
}

.note-icon-orderedlist:before {
    content: "\f120";
}

.note-icon-pencil:before {
    content: "\f121";
}

.note-icon-picture:before {
    content: "\f122";
}

.note-icon-question:before {
    content: "\f123";
}

.note-icon-redo:before {
    content: "\f124";
}

.note-icon-row-above:before {
    content: "\f125";
}

.note-icon-row-below:before {
    content: "\f126";
}

.note-icon-row-remove:before {
    content: "\f127";
}

.note-icon-special-character:before {
    content: "\f128";
}

.note-icon-square:before {
    content: "\f129";
}

.note-icon-strikethrough:before {
    content: "\f12a";
}

.note-icon-subscript:before {
    content: "\f12b";
}

.note-icon-summernote:before {
    content: "\f12c";
}

.note-icon-superscript:before {
    content: "\f12d";
}

.note-icon-table:before {
    content: "\f12e";
}

.note-icon-text-height:before {
    content: "\f12f";
}

.note-icon-trash:before {
    content: "\f130";
}

.note-icon-underline:before {
    content: "\f131";
}

.note-icon-undo:before {
    content: "\f132";
}

.note-icon-unorderedlist:before {
    content: "\f133";
}

.note-icon-video:before {
    content: "\f134";
}

.note-editor {
    position: relative;
}

    .note-editor .note-dropzone {
        position: absolute;
        z-index: 100;
        display: none;
        color: #2196f3;
        background-color: #fff;
        pointer-events: none;
        border: 2px dashed #2196f3;
        opacity: .95;
    }

        .note-editor .note-dropzone.hover {
            color: #2196f3;
            border: 2px dashed #2196f3;
        }

        .note-editor .note-dropzone .note-dropzone-message {
            display: table-cell;
            font-size: 1.0625rem;
            font-weight: 500;
            text-align: center;
            vertical-align: middle;
        }

.card .note-editor {
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.note-editor.dragover .note-dropzone {
    display: table;
}

.note-editor .note-form-group:last-child {
    margin-bottom: 0;
}

.note-editor .note-group-image-url:last-child {
    margin-bottom: 0;
}

.note-editor .modal-title {
    font-size: 1.0625rem;
}

.note-editor .dropdown-style pre {
    background-color: #fff;
    padding: .5rem 1rem;
}

.summernote-borderless ~ .note-editor {
    border: 0;
    margin: 0;
    border-radius: 0;
}

.note-air-editor {
    outline: 0;
}

@-moz-document url-prefix() {
    .note-image-input {
        height: auto;
    }
}

.note-placeholder {
    position: absolute;
    display: none;
    color: #999;
}

.note-toolbar:not([class*=bg-]):not([class*=alpha-]) {
    background-color: rgba(0,0,0,.02);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: .9375rem 1.25rem;
    padding-top: 0;
    margin: 0;
}

.dropdown-fontname, .dropdown-style {
    max-height: 20rem;
    overflow: auto;
}

    .dropdown-style a > p {
        margin-bottom: 0;
    }

.note-editing-area {
    position: relative;
}

    .note-editing-area .note-editable {
        outline: 0;
    }

        .note-editing-area .note-editable sup {
            vertical-align: super;
        }

        .note-editing-area .note-editable sub {
            vertical-align: sub;
        }

    .note-editing-area img.note-float-left {
        margin-right: .625rem;
    }

    .note-editing-area img.note-float-right {
        margin-left: .625rem;
    }

.note-frame.codeview .note-editing-area .note-editable {
    display: none;
}

.note-frame.codeview .note-editing-area .note-codable {
    display: block;
}

.note-frame .note-editing-area {
    overflow: hidden;
}

    .note-frame .note-editing-area .note-editable {
        padding: 1.25rem;
        overflow: auto;
        color: #333;
        background-color: #fff;
        min-height: 9.375rem;
    }

        .note-frame .note-editing-area .note-editable[contenteditable=false] {
            background-color: #eee;
        }

    .note-frame .note-editing-area .note-codable {
        display: none;
        width: 100%;
        padding: 1.25rem;
        margin-bottom: 0;
        font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
        color: #fff;
        background-color: #333;
        border: 0;
        resize: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1080;
    width: 100% !important;
    border: 0;
    border-radius: 0;
}

    .note-frame.fullscreen .note-resizebar {
        display: none;
    }

.note-frame .note-placeholder {
    position: absolute;
    display: none;
    color: #999;
}

.note-statusbar {
    background-color: rgba(0,0,0,.02);
}

    .note-statusbar .note-resizebar {
        width: 100%;
        padding: 2px 0;
        cursor: ns-resize;
        border-top: 1px solid #ddd;
    }

        .note-statusbar .note-resizebar .note-icon-bar {
            width: 1.25rem;
            margin: 1px auto;
            border-top: 1px solid #ddd;
        }

.note-popover.popover {
    display: none;
    max-width: none;
}

    .note-popover.popover .popover-content a {
        display: inline-block;
        max-width: 276px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .note-popover.popover .arrow {
        left: 1.25rem !important;
    }

.note-popover .popover-content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: .9375rem 0 0 .9375rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .note-popover .popover-content > span {
        margin-right: .9375rem;
        margin-bottom: .9375rem;
    }

    .note-popover .popover-content > .btn-group {
        margin-right: .9375rem;
        margin-bottom: .9375rem;
    }

.note-style blockquote, .note-style h1, .note-style h2, .note-style h3, .note-style h4, .note-style h5, .note-style h6 {
    margin: 0;
}

.note-hint-popover {
    min-width: 11.25rem;
    padding: .5rem 0;
}

    .note-hint-popover .popover-content {
        max-height: 10rem;
        overflow: auto;
    }

        .note-hint-popover .popover-content .note-hint-group .note-hint-item {
            display: block !important;
            padding: .5rem 1rem;
            color: #333;
            clear: both;
        }

            .note-hint-popover .popover-content .note-hint-group .note-hint-item:focus, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
                color: #333;
                background-color: #f5f5f5;
                text-decoration: none;
            }

            .note-hint-popover .popover-content .note-hint-group .note-hint-item.active {
                color: #fff;
                text-decoration: none;
                background-color: #2196f3;
            }

.card-header.note-toolbar > .btn-group {
    margin-top: .9375rem;
    margin-right: .9375rem;
}

    .card-header.note-toolbar > .btn-group:last-child {
        margin-right: 0;
    }

.card-header.note-toolbar .dropdown-menu.note-check a i {
    display: none;
}

.card-header.note-toolbar .dropdown-menu.note-check a.checked {
    color: #fff;
    background-color: #2196f3;
}

.card-header.note-toolbar .note-color-palette {
    line-height: 1;
}

    .card-header.note-toolbar .note-color-palette div .note-color-btn {
        padding: 0;
        margin: 0;
        border: 1px solid #fff;
        width: 1.25rem;
        height: 1.25rem;
    }

        .card-header.note-toolbar .note-color-palette div .note-color-btn:hover {
            border-color: #333;
        }

.note-popover .btn-group .note-table, .note-toolbar .btn-group .note-table {
    min-width: 0;
    padding: .5rem;
}

    .note-popover .btn-group .note-table .note-dimension-picker, .note-toolbar .btn-group .note-table .note-dimension-picker {
        font-size: 1.125rem;
    }

        .note-popover .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
            position: absolute !important;
            z-index: 3;
            width: 10em;
            height: 10em;
            cursor: pointer;
        }

        .note-popover .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
            position: relative !important;
            z-index: 1;
            width: 5em;
            height: 5em;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;
        }

        .note-popover .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
            position: absolute !important;
            z-index: 2;
            width: 1em;
            height: 1em;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;
        }

    .note-popover .btn-group .note-table .note-dimension-display, .note-toolbar .btn-group .note-table .note-dimension-display {
        text-align: center;
        margin-top: .5rem;
    }

.note-color .note-color-row {
    font-size: 0;
}

.note-color .dropdown-menu.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.note-color .dropdown-menu .note-palette {
    display: inline-block;
    width: 10rem;
    margin: .4375rem .875rem;
}

    .note-color .dropdown-menu .note-palette .note-palette-title {
        margin-bottom: .625rem;
        font-weight: 500;
    }

    .note-color .dropdown-menu .note-palette .note-color-reset {
        width: 100%;
        padding: .3125rem .75rem;
        margin-bottom: .875rem;
    }

.note-para .dropdown-menu {
    padding: .5rem;
    white-space: nowrap;
}

    .note-para .dropdown-menu > div:first-child {
        margin-right: .625rem;
    }

.note-handle {
    position: relative;
}

    .note-handle .note-control-selection {
        position: absolute;
        display: none;
        border: 1px solid #333;
        z-index: 10;
    }

        .note-handle .note-control-selection > div {
            position: absolute;
        }

        .note-handle .note-control-selection .note-control-selection-bg {
            background-color: #333;
            opacity: .3;
            width: 100%;
            height: 100%;
        }

        .note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder, .note-handle .note-control-selection .note-control-sizing {
            border: 1px solid #333;
            width: .5rem;
            height: .5rem;
        }

        .note-handle .note-control-selection .note-control-sizing {
            background-color: #fff;
        }

        .note-handle .note-control-selection .note-control-nw {
            top: -.3125rem;
            left: -.3125rem;
            border-right: 0;
            border-bottom: 0;
        }

        .note-handle .note-control-selection .note-control-ne {
            top: -.3125rem;
            right: -.3125rem;
            border-bottom: 0;
            border-left: 0;
        }

        .note-handle .note-control-selection .note-control-sw {
            bottom: -.3125rem;
            left: -.3125rem;
            border-top: 0;
            border-right: 0;
        }

        .note-handle .note-control-selection .note-control-se {
            right: -.3125rem;
            bottom: -.3125rem;
            cursor: se-resize;
        }

        .note-handle .note-control-selection .note-control-selection-info {
            right: 0;
            bottom: 0;
            padding: .3125rem;
            margin: .3125rem;
            color: #fff;
            background-color: #333;
            opacity: .7;
            border-radius: .1875rem;
        }

#trumbowyg-icons {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 0;
}

    #trumbowyg-icons svg {
        height: 0;
        width: 0;
    }

.trumbowyg-box {
    position: relative;
    border: 1px solid #ddd;
    border-radius: .1875rem;
}

    .trumbowyg-box svg {
        fill: #333;
        display: block;
        margin: .12502rem 0;
        width: 1rem;
        height: 1rem;
    }

    .trumbowyg-box.trumbowyg-fullscreen {
        background: #fff;
        border-width: 0;
    }

.trumbowyg-editor {
    position: relative;
}

    .trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
        content: attr(placeholder);
        color: #999;
        pointer-events: none;
    }

.trumbowyg-editor, .trumbowyg-textarea {
    position: relative;
    padding: 1.25rem;
    min-height: 350px;
    background-color: #fff;
    width: 100%;
    border-style: none;
    resize: none;
    outline: 0;
    overflow: auto;
}

    .trumbowyg-editor.trumbowyg-autogrow-on-enter, .trumbowyg-textarea.trumbowyg-autogrow-on-enter {
        -webkit-transition: height ease-in-out .3s;
        transition: height ease-in-out .3s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .trumbowyg-editor.trumbowyg-autogrow-on-enter, .trumbowyg-textarea.trumbowyg-autogrow-on-enter {
        -webkit-transition: none;
        transition: none;
    }
}

.trumbowyg-box-blur .trumbowyg-editor hr, .trumbowyg-box-blur .trumbowyg-editor img {
    opacity: .2;
}

.trumbowyg-textarea {
    position: relative;
    display: block;
    overflow: auto;
    border: 0;
    white-space: normal;
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
    height: 1px !important;
    width: 25%;
    min-height: 0 !important;
    padding: 0 !important;
    background: 0 0;
    opacity: 0 !important;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
    display: block;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
    display: none;
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
    opacity: .8;
    background-color: transparent;
}

.trumbowyg-button-pane {
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    margin: 0;
    position: relative;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 11;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem;
}

    .trumbowyg-button-pane .trumbowyg-button-group {
        display: inline-block;
        position: relative;
    }

        .trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
            color: transparent;
        }

        .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) + .trumbowyg-button-group {
            padding-left: 1px;
        }

            .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) + .trumbowyg-button-group:before {
                content: " ";
                display: inline-block;
                width: 1px;
                background-color: #fff;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
            }

.trumbowyg-box:not(.trumbowyg-fullscreen) .trumbowyg-button-pane .trumbowyg-button-group:first-child button {
    border-radius: .125rem 0 0 0;
}

.trumbowyg-box:not(.trumbowyg-fullscreen) .trumbowyg-button-pane .trumbowyg-button-group:last-child button {
    border-radius: 0 .125rem 0 0;
}

.trumbowyg-button-pane button {
    display: inline-block;
    position: relative;
    padding: .875rem;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background-color: transparent;
    vertical-align: middle;
    -webkit-transition: background-color ease-in-out .15s,opacity ease-in-out .15s;
    transition: background-color ease-in-out .15s,opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .trumbowyg-button-pane button {
        -webkit-transition: none;
        transition: none;
    }
}

.trumbowyg-button-pane button.trumbowyg-textual-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.trumbowyg-button-pane button.trumbowyg-active, .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
    background-color: #eee;
    outline: 0;
}

.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active), .trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button), .trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-active), .trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
    opacity: .2;
    cursor: default;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown {
    padding-right: 1.75rem;
}

    .trumbowyg-button-pane .trumbowyg-open-dropdown:after {
        content: " ";
        display: block;
        position: absolute;
        top: 50%;
        right: .875rem;
        height: 0;
        width: 0;
        margin-top: -.15em;
        border: .3em solid transparent;
        border-top-color: #333;
    }

.trumbowyg-button-pane .trumbowyg-right {
    float: right;
}

.trumbowyg-dropdown {
    min-width: 11.25rem;
    padding: .5rem 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-top: 0;
    margin-top: 1px;
    margin-left: -1px;
    z-index: 1000;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
}

    .trumbowyg-dropdown button {
        display: block;
        width: 100%;
        padding: .5rem 1rem;
        color: #333;
        white-space: nowrap;
        background: 0 0;
        border: 0;
        text-align: inherit;
        cursor: pointer;
        -webkit-transition: background-color ease-in-out .15s,color ease-in-out .15s;
        transition: background-color ease-in-out .15s,color ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .trumbowyg-dropdown button {
        -webkit-transition: none;
        transition: none;
    }
}

.trumbowyg-dropdown button:focus, .trumbowyg-dropdown button:hover {
    color: #333;
    text-decoration: none;
    background-color: #f5f5f5;
}

.trumbowyg-dropdown button svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    margin-top: -.09375rem;
}

.trumbowyg-modal {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 33rem;
    width: 100%;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.trumbowyg-modal-box {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 30rem;
    width: calc(100% - 3rem);
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

    .trumbowyg-modal-box .trumbowyg-modal-title {
        font-size: .9375rem;
        font-weight: 500;
        padding: 1.25rem;
        padding-bottom: 0;
        display: block;
    }

    .trumbowyg-modal-box .trumbowyg-progress {
        width: 100%;
        height: .1875rem;
        position: absolute;
        top: 2.875rem;
    }

        .trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
            background-color: #4caf50;
            width: 0;
            height: 100%;
            -webkit-transition: width linear .15s;
            transition: width linear .15s;
        }

@media screen and (prefers-reduced-motion:reduce) {
    .trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

.trumbowyg-modal-box form {
    padding: 1.25rem;
    text-align: right;
}

    .trumbowyg-modal-box form > label {
        display: block;
        position: relative;
        margin-bottom: 1.25rem;
    }

        .trumbowyg-modal-box form > label .trumbowyg-input-infos {
            display: block;
            text-align: left;
            -webkit-transition: all ease-in-out .15s;
            transition: all ease-in-out .15s;
        }

@media screen and (prefers-reduced-motion:reduce) {
    .trumbowyg-modal-box form > label .trumbowyg-input-infos {
        -webkit-transition: none;
        transition: none;
    }
}

.trumbowyg-modal-box form > label .trumbowyg-input-infos span {
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1.5385;
}

    .trumbowyg-modal-box form > label .trumbowyg-input-infos span.trumbowyg-msg-error {
        color: #f44336;
        margin-left: 30%;
        padding-bottom: 0;
    }

.trumbowyg-modal-box form > label input {
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    float: right;
    width: 70%;
    border-radius: .1875rem;
}

    .trumbowyg-modal-box form > label input:focus {
        outline: 0;
    }

.trumbowyg-modal-box form > label.trumbowyg-input-error input, .trumbowyg-modal-box form > label.trumbowyg-input-error textarea {
    border-color: #f44336;
}

.trumbowyg-modal-box .error {
    display: block;
    color: #f44336;
}

.trumbowyg-modal-button {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background-color: #2a3140;
    border: none;
    cursor: pointer;
    margin-left: .625rem;
    border: 1px solid transparent;
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    border-radius: .1875rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .trumbowyg-modal-button {
        -webkit-transition: none;
        transition: none;
    }
}

.trumbowyg-modal-button.trumbowyg-modal-submit {
    background-color: #66bb6a;
}

    .trumbowyg-modal-button.trumbowyg-modal-submit:focus, .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
        outline: 0;
        -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
        box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
    }

.trumbowyg-modal-button.trumbowyg-modal-reset {
    color: #333;
    background-color: #fafafa;
    border-color: #ddd;
}

    .trumbowyg-modal-button.trumbowyg-modal-reset:focus, .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
        outline: 0;
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

.trumbowyg-overlay {
    position: absolute;
    background-color: rgba(255,255,255,.5);
    height: 100%;
    width: 100%;
    left: 0;
    display: none;
    top: 0;
    z-index: 10;
}

body.trumbowyg-body-fullscreen {
    overflow: hidden;
}

.trumbowyg-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

    .trumbowyg-fullscreen .trumbowyg-editor, .trumbowyg-fullscreen.trumbowyg-box {
        border: 0;
        border-radius: 0;
    }

    .trumbowyg-fullscreen .trumbowyg-editor, .trumbowyg-fullscreen .trumbowyg-textarea {
        height: calc(100% - 2.875rem) !important;
        overflow: auto;
    }

    .trumbowyg-fullscreen .trumbowyg-overlay {
        height: 100% !important;
    }

    .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
        color: #333;
        fill: transparent;
    }

.trumbowyg-dropdown-backColor, .trumbowyg-dropdown-foreColor {
    padding: .5rem;
    width: 15rem;
}

    .trumbowyg-dropdown-backColor svg, .trumbowyg-dropdown-foreColor svg {
        display: none !important;
    }

    .trumbowyg-dropdown-backColor button, .trumbowyg-dropdown-foreColor button {
        display: block;
        position: relative;
        float: left;
        text-indent: -9999px;
        border: 1px solid #fff;
        padding: 0;
        width: 1.25rem;
        height: 1.25rem;
        -webkit-transition: -webkit-transform ease-in-out .15s;
        transition: -webkit-transform ease-in-out .15s;
        transition: transform ease-in-out .15s;
        transition: transform ease-in-out .15s,-webkit-transform ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .trumbowyg-dropdown-backColor button, .trumbowyg-dropdown-foreColor button {
        -webkit-transition: none;
        transition: none;
    }
}

.trumbowyg-dropdown-backColor button:focus, .trumbowyg-dropdown-backColor button:hover, .trumbowyg-dropdown-foreColor button:focus, .trumbowyg-dropdown-foreColor button:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    z-index: 10;
}

.ace_editor {
    height: 450px;
    position: relative;
}

.daterangepicker {
    position: absolute;
    left: 0;
    margin-top: .125rem;
    width: auto;
    padding: 0;
    z-index: 1070;
}

    .daterangepicker.dropdown-menu {
        max-width: none;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .daterangepicker.dropup {
        margin-top: -.5rem;
    }

    .daterangepicker .calendar, .daterangepicker .ranges {
        float: left;
    }

    .daterangepicker.opensleft .calendars {
        float: left;
    }

    .daterangepicker.opensleft .calendar {
        margin-right: .9375rem;
    }

    .daterangepicker.opensright .calendars {
        float: right;
    }

    .daterangepicker.opensright .calendar {
        margin-left: .9375rem;
    }

    .daterangepicker.single .calendar {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .daterangepicker.single .ranges {
        display: none;
    }

    .daterangepicker.show-calendar .calendar {
        display: block;
    }

    .daterangepicker .calendar {
        display: none;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.15);
        margin: .46875rem 0;
        padding: .9375rem;
        border-radius: .1875rem;
        -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
        box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

        .daterangepicker table tbody td, .daterangepicker table tbody th {
            cursor: pointer;
        }

    .daterangepicker td, .daterangepicker th {
        white-space: nowrap;
        text-align: center;
    }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #999;
        }

    .daterangepicker th {
        color: #999;
        font-weight: 400;
        font-size: .75rem;
    }

        .daterangepicker th > i {
            top: 0;
        }

        .daterangepicker th.next, .daterangepicker th.prev {
            cursor: pointer;
        }

        .daterangepicker th.available:focus, .daterangepicker th.available:hover {
            color: #333;
        }

    .daterangepicker td.available {
        border-radius: .1875rem;
    }

        .daterangepicker td.available:focus, .daterangepicker td.available:hover {
            color: #333;
            background-color: #f5f5f5;
        }

    .daterangepicker td.disabled, .daterangepicker td.off {
        color: #ccc;
    }

    .daterangepicker td.disabled {
        cursor: default;
    }

    .daterangepicker td.in-range {
        color: #333;
        background-color: #f5f5f5;
        border-radius: 0;
    }

    .daterangepicker td.active, .daterangepicker td.active:focus, .daterangepicker td.active:hover {
        color: #fff;
        background-color: #26a69a;
        border-radius: .1875rem;
    }

    .daterangepicker .table-condensed tr > td, .daterangepicker .table-condensed tr > th {
        padding: .4375rem;
        min-width: 2.12503rem;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .daterangepicker .table-condensed tr > td, .daterangepicker .table-condensed tr > th {
        -webkit-transition: none;
        transition: none;
    }
}

.daterangepicker .table-condensed thead tr:last-child th {
    padding-top: .9375rem;
}

.daterangepicker .table-condensed .month {
    font-size: .9375rem;
    color: #333;
    padding-top: .46875rem;
    padding-bottom: .46875rem;
    font-weight: 500;
}

.daterangepicker select {
    display: inline-block;
}

    .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: 3.75rem;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

.daterangepicker .daterangepicker_input {
    position: relative;
}

    .daterangepicker .daterangepicker_input i {
        position: absolute;
        right: .75rem;
        top: auto;
        bottom: .62502rem;
        color: #999;
    }

    .daterangepicker .daterangepicker_input input {
        padding-left: .75rem;
        padding-right: 2.1875rem;
    }

.daterangepicker .calendar-time {
    text-align: center;
    margin: .4375rem 0;
}

    .daterangepicker .calendar-time select.disabled {
        color: #999;
        cursor: default;
    }

.ranges {
    background-color: #fff;
    position: relative;
    margin-top: .46875rem;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

    .ranges ul {
        list-style: none;
        margin: 0;
        padding: .5rem 0;
    }

        .ranges ul + .daterangepicker-inputs {
            border-top: 1px solid #ddd;
        }

        .ranges ul li {
            color: #333;
            padding: .5rem 1rem;
            cursor: pointer;
            margin-top: 1px;
            -webkit-transition: all ease-in-out .15s;
            transition: all ease-in-out .15s;
        }

@media screen and (prefers-reduced-motion:reduce) {
    .ranges ul li {
        -webkit-transition: none;
        transition: none;
    }
}

.ranges ul li:first-child {
    margin-top: 0;
}

.ranges ul li:focus, .ranges ul li:hover {
    color: #333;
    background-color: #f5f5f5;
}

.ranges ul li.active {
    color: #fff;
    background-color: #26a69a;
}

.ranges .daterangepicker-inputs {
    padding: .9375rem;
    padding-top: 1.1875rem;
}

    .ranges .daterangepicker-inputs .daterangepicker_input + .daterangepicker_input {
        margin-top: 1.1875rem;
    }

    .ranges .daterangepicker-inputs .daterangepicker_input > span {
        display: block;
        margin-bottom: .625rem;
        color: #999;
    }

    .ranges .daterangepicker-inputs + .range_inputs {
        border-top: 1px solid #ddd;
    }

.ranges .range_inputs {
    padding: .9375rem;
}

    .ranges .range_inputs .btn {
        display: block;
        width: 100%;
    }

        .ranges .range_inputs .btn + .btn {
            margin-top: .9375rem;
        }

.ranges ul + .daterangepicker-inputs {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width:576px) {
    .ranges {
        margin-top: .46875rem;
        margin-bottom: .46875rem;
    }
}

.daterange-custom {
    cursor: pointer;
}

.daterange-custom-display {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    padding-left: 1.5rem;
    height: 2.69238rem;
}

    .daterange-custom-display:after {
        content: '\e9c1';
        font-family: icomoon;
        display: block;
        font-size: 1rem;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -.5rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .daterange-custom-display > i {
        display: block;
        font-size: 1.875rem;
        font-weight: 400;
        font-style: normal;
        letter-spacing: -.015em;
    }

    .daterange-custom-display b {
        margin-left: .5rem;
        font-weight: 400;
        text-align: center;
    }

        .daterange-custom-display b > i {
            font-size: .6875rem;
            display: block;
            line-height: .75rem;
            text-transform: uppercase;
            font-style: normal;
            font-weight: 400;
        }

    .daterange-custom-display em {
        margin: 0 .5rem;
    }

@media (max-width:767.98px) {
    .opensleft, .opensright {
        left: 0 !important;
        right: 0;
    }

        .opensleft .calendars, .opensright .calendars {
            float: none;
        }

    .daterangepicker.opensleft .calendar, .daterangepicker.opensleft .calendars, .daterangepicker.opensleft .ranges, .daterangepicker.opensright .calendar, .daterangepicker.opensright .calendars, .daterangepicker.opensright .ranges {
        float: none;
    }

    .daterangepicker {
        width: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .daterangepicker .calendar {
            margin-left: 0;
            margin-right: 0;
        }

        .daterangepicker .ranges {
            width: 100%;
        }
}

.picker {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 100%;
    margin-top: -1px;
    z-index: 1070;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.picker__input {
    cursor: default;
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    position: absolute;
    display: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-top-width: 0;
    border-bottom-width: 0;
    max-width: 18.13rem;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

.picker--opened .picker__holder {
    max-height: 480px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    display: block;
}

.picker__box {
    padding: .9375rem;
}

.picker__header {
    text-align: center;
    position: relative;
    font-size: .9375rem;
    line-height: 1;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
}

.picker__month, .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .3125rem;
    margin-right: .3125rem;
}

.picker__year {
    color: #999;
    font-size: .75rem;
    font-weight: 400;
}

.picker__select--month, .picker__select--year {
    border-color: #ddd;
    height: 2.25003rem;
    font-size: .8125rem;
    line-height: 1.5385;
    margin-left: .3125rem;
    margin-right: .3125rem;
    outline: 0;
    white-space: nowrap;
}

.picker__nav--next, .picker__nav--prev {
    position: absolute;
    padding: .5rem;
    top: 50%;
    margin-top: -1rem;
    line-height: 1;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .picker__nav--next, .picker__nav--prev {
        -webkit-transition: none;
        transition: none;
    }
}

.picker__nav--next:before, .picker__nav--prev:before {
    font-family: icomoon;
    display: block;
    font-size: 1rem;
    width: 1rem;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.picker__nav--next:hover, .picker__nav--prev:hover {
    cursor: pointer;
    color: #333;
    background-color: #f5f5f5;
}

.picker__nav--prev {
    left: 0;
}

    .picker__nav--prev:before {
        content: '\e9c8';
    }

.picker__nav--next {
    right: 0;
}

    .picker__nav--next:before {
        content: '\e9cb';
    }

.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
    cursor: default;
    background-color: transparent;
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-bottom: .9375rem;
}

    .picker__table td {
        margin: 0;
        padding: 0;
    }

.picker__weekday {
    width: 14.285714286%;
    text-align: center;
    padding-bottom: .46875rem;
    padding-top: .9375rem;
    color: #999;
    font-weight: 400;
}

.picker__day {
    padding: .4375rem;
    min-width: 2.12503rem;
    border-radius: .1875rem;
}

.picker__day--today {
    position: relative;
    background-color: #f5f5f5;
}

    .picker__day--today:before {
        content: "";
        position: absolute;
        top: .125rem;
        right: .125rem;
        width: 0;
        height: 0;
        border-top: .375rem solid #26a69a;
        border-left: .375rem solid transparent;
    }

.picker__day--outfocus {
    color: #ccc;
}

.picker__day--infocus, .picker__day--outfocus {
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .picker__day--infocus, .picker__day--outfocus {
        -webkit-transition: none;
        transition: none;
    }
}

.picker__day--infocus:hover, .picker__day--outfocus:hover {
    cursor: pointer;
    color: #333;
    background-color: #f5f5f5;
}

.picker__day--highlighted:before {
    border-top-color: #fff;
}

.picker--focused .picker__day--highlighted, .picker__day--highlighted, .picker__day--highlighted:hover {
    cursor: pointer;
    color: #fff;
    background-color: #26a69a;
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
    background-color: #26a69a;
    color: #fff;
}

.picker__day--disabled, .picker__day--disabled:hover {
    background-color: transparent;
    color: #999;
    cursor: default;
}

    .picker__day--disabled:before {
        border-top-color: #999;
    }

.picker__day--highlighted .picker__day--disabled, .picker__day--highlighted .picker__day--disabled:hover {
    background-color: transparent;
}

.picker__footer {
    text-align: center;
}

    .picker__footer button {
        border: 0;
        padding: .4375rem .875rem;
        font-weight: 500;
        cursor: pointer;
        display: inline-block;
        border-radius: .1875rem;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .picker__footer button {
        -webkit-transition: none;
        transition: none;
    }
}

.picker__footer button:focus, .picker__footer button:hover {
    outline: 0;
    color: #333;
    background-color: #f5f5f5;
}

.picker__footer button:before {
    height: 0;
}

.picker__footer button:disabled, .picker__footer button:disabled:focus, .picker__footer button:disabled:hover {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.picker__button--today:before {
    content: '';
    margin-right: .625rem;
    position: relative;
    display: inline-block;
    top: -.0625rem;
    width: 0;
    border-top: .375rem solid #2196f3;
    border-left: .375rem solid transparent;
}

.picker__button--close:before {
    content: '\D7';
    display: inline-block;
    position: relative;
    margin-right: .625rem;
    top: .0625rem;
    line-height: 1;
    font-size: 1rem;
}

.picker__button--clear:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -.1875rem;
    width: .5rem;
    margin-right: .625rem;
    border-top: .125rem solid #f44336;
}

.picker--time {
    min-width: 16rem;
    max-width: 20rem;
}

    .picker--time .picker__box {
        padding: 0;
    }

.picker__list {
    list-style: none;
    padding: .5rem 0;
    margin: 0;
    max-height: 250px;
    overflow-y: auto;
}

.picker__list-item {
    position: relative;
    padding: .5rem 1rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .picker__list-item {
        -webkit-transition: none;
        transition: none;
    }
}

.picker__list-item:focus, .picker__list-item:hover {
    cursor: pointer;
    color: #333;
    background-color: #f5f5f5;
    z-index: 10;
}

.picker--time .picker__button--clear {
    display: block;
    width: 100%;
    margin: 0;
    padding: .4375rem .875rem;
    background-color: #fafafa;
    outline: 0;
    border: 0;
    border-top: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    margin-bottom: -.5rem;
    margin-top: .5rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .picker--time .picker__button--clear {
        -webkit-transition: none;
        transition: none;
    }
}

.picker--time .picker__button--clear:focus, .picker--time .picker__button--clear:hover {
    background-color: #f5f5f5;
}

.picker__list-item--highlighted {
    z-index: 10;
}

    .picker--focused .picker__list-item--highlighted, .picker__list-item--highlighted, .picker__list-item--highlighted:hover {
        cursor: pointer;
        color: #333;
        background-color: #f5f5f5;
    }

.picker--focused .picker__list-item--selected, .picker__list-item--selected, .picker__list-item--selected:hover {
    color: #fff;
    background-color: #2196f3;
    z-index: 10;
}

.picker--focused .picker__list-item--disabled, .picker__list-item--disabled, .picker__list-item--disabled:hover {
    color: #999;
    background-color: transparent;
    cursor: default;
    z-index: auto;
}

.AnyTime-pkr {
    text-align: center;
}

    .AnyTime-pkr * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .AnyTime-pkr .AnyTime-date {
        float: left;
    }

        .AnyTime-pkr .AnyTime-date + .AnyTime-time {
            margin-left: 3.125rem;
            float: left;
        }

.AnyTime-win {
    padding: .9375rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    display: inline-block;
    z-index: 1070;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

.AnyTime-cloak {
    position: absolute;
    opacity: .7;
}

.AnyTime-hdr {
    font-size: .9375rem;
    margin: .9375rem;
    line-height: 1;
}

.AnyTime-x-btn {
    display: none;
    font-size: 0;
    cursor: pointer;
    float: right;
    opacity: .6;
    border-radius: .1875rem;
}

    .AnyTime-x-btn:hover {
        opacity: 1;
    }

    .AnyTime-x-btn:after {
        content: '\ed6b';
        font-family: icomoon;
        font-size: 1rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.AnyTime-lbl {
    font-size: .8125rem;
    margin-bottom: .625rem;
    font-weight: 500;
    margin-top: 1.25rem;
}

    .AnyTime-lbl:first-child {
        margin-top: .5rem;
    }

.AnyTime-yrs .AnyTime-cur-btn, .AnyTime-yrs .AnyTime-cur-btn:hover {
    background-color: #f44336;
    color: #fff;
}

.AnyTime-mons .AnyTime-cur-btn, .AnyTime-mons .AnyTime-cur-btn:hover {
    background-color: #26a69a;
    color: #fff;
}

.AnyTime-time .AnyTime-cur-btn, .AnyTime-time .AnyTime-cur-btn:hover {
    background-color: #607d8b;
    color: #fff;
}

.AnyTime-body-yr-selector .AnyTime-cur-btn, .AnyTime-body-yr-selector .AnyTime-cur-btn:hover, .AnyTime-dom-table .AnyTime-cur-btn, .AnyTime-dom-table .AnyTime-cur-btn:hover {
    background-color: #26a69a;
    color: #fff;
}

.AnyTime-yrs-ahead-btn, .AnyTime-yrs-past-btn {
    display: inline-block;
}

.AnyTime-yr-cur-btn, .AnyTime-yr-next-btn, .AnyTime-yr-prior-btn {
    display: inline-block;
    min-width: 3rem;
}

.AnyTime-mons::after {
    display: block;
    clear: both;
    content: "";
}

.AnyTime-dom-table {
    width: 100%;
}

.AnyTime-pkr th.AnyTime-dow {
    color: #999;
    padding: .4375rem;
    font-weight: 400;
}

.AnyTime-mon-btn {
    float: left;
    width: 16.66667%;
}

.AnyTime-mon7-btn {
    clear: left;
}

.AnyTime-hrs, .AnyTime-hrs-am, .AnyTime-hrs-pm, .AnyTime-mins, .AnyTime-mins-ones, .AnyTime-mins-tens, .AnyTime-offs, .AnyTime-secs, .AnyTime-secs-ones, .AnyTime-secs-tens, .AnyTime-time {
    display: inline-block;
}

.AnyTime-btn {
    padding: .4375rem;
    cursor: pointer;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .AnyTime-btn {
        -webkit-transition: none;
        transition: none;
    }
}

.AnyTime-btn:hover {
    color: #333;
    background-color: #f5f5f5;
}

.AnyTime-btn.ui-state-disabled {
    cursor: default;
    color: #999;
    background-color: transparent;
}

.AnyTime-hr-btn, .AnyTime-min-one-btn, .AnyTime-min-ten-btn, .AnyTime-sec-one-btn, .AnyTime-sec-ten-btn {
    min-width: 2.5rem;
}

.AnyTime-hrs-pm, .AnyTime-mins-ones, .AnyTime-secs-ones {
    margin-left: .125rem;
}

.AnyTime-mins-tens, .AnyTime-secs-tens {
    margin-left: 1.25rem;
}

.AnyTime-off-cur-btn {
    display: inline-block;
    overflow: hidden;
}

.AnyTime-off-select-btn {
    display: inline-block;
    vertical-align: top;
}

.AnyTime-off-selector {
    margin: .625rem;
    position: absolute;
}

.AnyTime-body-off-selector {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}

.AnyTime-off-off-btn {
    text-align: left;
}

.AnyTime-yr-selector {
    position: absolute;
    width: 90%;
}

.AnyTime-body-yr-selector {
    margin: 0;
}

.AnyTime-yr-cent, .AnyTime-yr-dec, .AnyTime-yr-era, .AnyTime-yr-mil, .AnyTime-yr-yr {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

@media (max-width:575.98px) {
    .AnyTime-pkr .AnyTime-date {
        float: none;
    }

    .AnyTime-mon-btn {
        float: none;
        display: inline-block;
    }

    .AnyTime-date + .AnyTime-time {
        margin-left: 0;
        margin-top: 1.25rem;
        float: none;
    }
}

.sp-alpha-inner, .sp-clear-enabled .sp-clear, .sp-color, .sp-hue, .sp-preview-inner, .sp-sat, .sp-thumb-inner, .sp-top-inner, .sp-val {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sp-container.sp-buttons-disabled .sp-button-container, .sp-container.sp-input-disabled .sp-input-container, .sp-container.sp-palette-buttons-disabled .sp-palette-button-container, .sp-initial-disabled .sp-initial, .sp-palette-disabled .sp-palette-container, .sp-palette-only .sp-picker-container {
    display: none;
}

.sp-hidden {
    display: none !important;
}

.sp-cf::after {
    display: block;
    clear: both;
    content: "";
}

.sp-alpha, .sp-preview, .sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-alpha-inner, .sp-preview-inner, .sp-thumb-inner {
    display: block;
}

.sp-container {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

    .sp-container.sp-flat {
        position: relative;
        overflow-x: auto;
        max-width: 100%;
        white-space: nowrap;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
    }

.sp-palette-container, .sp-picker-container {
    display: block;
    white-space: nowrap;
    vertical-align: top;
    position: relative;
    padding: .625rem;
}

@media (min-width:576px) {
    .sp-palette-container, .sp-picker-container {
        display: inline-block;
    }
}

.sp-picker-container {
    width: 13.75rem;
}

.sp-alpha, .sp-alpha-handle, .sp-clear, .sp-container, .sp-container button, .sp-container.sp-dragging .sp-input, .sp-dragger, .sp-preview, .sp-replacer, .sp-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sp-top {
    position: relative;
    width: 100%;
    display: block;
}

.sp-color {
    right: 20%;
}

.sp-hue {
    left: 85%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top: 2.5rem;
    height: 75%;
}

.sp-fill {
    padding-top: 80%;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 1.625rem;
}

.sp-alpha-enabled .sp-alpha {
    display: block;
}

.sp-alpha-handle {
    position: absolute;
    top: -.25rem;
    bottom: -.25rem;
    width: .3125rem;
    left: 50%;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: .25rem;
}

.sp-alpha {
    display: none;
    position: absolute;
    bottom: -1rem;
    right: 0;
    left: 0;
    height: .375rem;
}

.sp-clear {
    display: none;
}

.sp-clear-display {
    cursor: pointer;
}

    .sp-clear-display:after {
        content: '\ee6e';
        display: block;
        font-family: icomoon;
        font-size: 1rem;
        line-height: 1.875rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.sp-initial .sp-clear-display:after, .sp-preview .sp-clear-display:after {
    content: none;
}

.sp-clear-enabled .sp-clear {
    display: block;
    left: 85%;
    height: 1.875rem;
    text-align: center;
    color: #999;
    -webkit-box-shadow: 0 0 0 1px #ddd inset;
    box-shadow: 0 0 0 1px #ddd inset;
}

.sp-input-container {
    margin-top: .625rem;
}

.sp-initial-disabled .sp-input-container {
    width: 100%;
}

.sp-input {
    border: 1px solid #ddd;
    padding: .4375rem .875rem;
    width: 100%;
    background-color: #fff;
    outline: 0;
    color: #333;
    border-radius: .1875rem;
}

.sp-initial {
    margin-top: .625rem;
}

    .sp-initial span {
        width: 50%;
        height: 1.563rem;
        display: block;
        float: left;
    }

        .sp-initial span .sp-thumb-inner {
            height: 1.563rem;
            width: 100%;
            display: block;
        }

.sp-dragger {
    border: 1px solid #fff;
    background-color: #333;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: .375rem;
    height: .375rem;
}

.sp-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: .25rem;
    left: -.125rem;
    right: -.125rem;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: .1875rem;
}

.sp-replacer {
    overflow: hidden;
    cursor: pointer;
    padding: .3125rem;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #fafafa;
    color: #999;
    vertical-align: middle;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .sp-replacer {
        -webkit-transition: none;
        transition: none;
    }
}

.sp-replacer:not([class*=bg-]).sp-active, .sp-replacer:not([class*=bg-]):hover {
    background-color: #f5f5f5;
    color: #333;
}

.sp-replacer[class*=bg-], .sp-replacer[class*=bg-]:focus, .sp-replacer[class*=bg-]:hover {
    border-color: transparent;
}

.sp-replacer.sp-disabled {
    cursor: default;
    opacity: .8;
}

    .sp-replacer.sp-disabled:focus, .sp-replacer.sp-disabled:hover {
        background-color: #fafafa;
        color: #999;
    }

.sp-preview {
    position: relative;
    width: 1.625rem;
    height: 1.5rem;
    margin-right: .3125rem;
    float: left;
    z-index: 0;
}

    .sp-preview, .sp-preview .sp-preview-inner {
        border-radius: .1875rem;
    }

        .sp-preview .sp-clear-display, .sp-preview .sp-preview-inner {
            -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
            box-shadow: 0 0 0 1px rgba(0,0,0,.05);
        }

.sp-replacer[class*=bg-] .sp-preview .sp-preview-inner {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.5);
    box-shadow: 0 0 0 1px rgba(0,0,0,.5);
}

.sp-dd {
    float: left;
    font-size: 0;
    position: relative;
    margin: .25rem;
}

    .sp-dd:after {
        content: '\e9c5';
        display: block;
        font-family: icomoon;
        font-size: 1rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.sp-sat {
    background-image: -webkit-gradient(linear,left top,right top,from(#fff),to(rgba(204,154,129,0)));
    background-image: linear-gradient(to right,#fff,rgba(204,154,129,0));
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
}

.sp-val {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(204,154,129,0)));
    background-image: linear-gradient(to top,#000,rgba(204,154,129,0));
}

.sp-hue {
    background: -webkit-gradient(linear,left top,left bottom,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));
    background: linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
}

.sp-1 {
    height: 17%;
}

.sp-2 {
    height: 16%;
}

.sp-3 {
    height: 17%;
}

.sp-4 {
    height: 17%;
}

.sp-5 {
    height: 16%;
}

.sp-6 {
    height: 17%;
}

.sp-palette {
    max-width: 13.75rem;
}

.sp-thumb-el {
    position: relative;
}

.sp-palette .sp-thumb-el {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.sp-thumb-el .sp-thumb-inner {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
}

    .sp-thumb-el .sp-thumb-inner:hover {
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset;
        box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset;
    }

.sp-palette .sp-thumb-el {
    width: 1rem;
    height: 1rem;
}

    .sp-palette .sp-thumb-el + .sp-thumb-el {
        margin-left: .3125rem;
    }

    .sp-palette .sp-thumb-el.sp-thumb-active {
        -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1) inset;
        box-shadow: 0 0 0 2px rgba(0,0,0,.1) inset;
    }

        .sp-palette .sp-thumb-el.sp-thumb-active .sp-thumb-inner {
            -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset;
            box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset;
        }

.sp-palette .sp-thumb-active.sp-thumb-dark .sp-thumb-inner:after, .sp-palette .sp-thumb-active.sp-thumb-light .sp-thumb-inner:after {
    content: '\e600';
    display: block;
    font-family: icomoon;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sp-palette .sp-thumb-active.sp-thumb-light .sp-thumb-inner:after {
    color: #333;
}

.sp-palette-row {
    font-size: 0;
}

    .sp-palette-row + .sp-palette-row {
        margin-top: .3125rem;
    }

    .sp-palette-row:empty {
        margin-top: 0;
    }

.sp-cancel, .sp-choose, .sp-palette-toggle {
    border: 0;
    padding: .4375rem .875rem;
    float: left;
    width: 48%;
    text-align: center;
    cursor: pointer;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .sp-cancel, .sp-choose, .sp-palette-toggle {
        -webkit-transition: none;
        transition: none;
    }
}

.sp-cancel:focus, .sp-choose:focus, .sp-palette-toggle:focus {
    outline: 0;
}

.sp-button-container, .sp-palette-button-container {
    margin-top: .625rem;
    text-align: center;
}

.sp-container[class*=bg-] .sp-button-container a, .sp-container[class*=bg-] .sp-button-container button, .sp-container[class*=bg-] .sp-palette-button-container a, .sp-container[class*=bg-] .sp-palette-button-container button {
    background-color: rgba(0,0,0,.25);
    color: #fff;
    border-color: transparent;
}

.sp-container[class*=bg-] .sp-button-container .sp-cancel:focus, .sp-container[class*=bg-] .sp-button-container .sp-cancel:hover, .sp-container[class*=bg-] .sp-button-container .sp-palette-toggle:focus, .sp-container[class*=bg-] .sp-button-container .sp-palette-toggle:hover, .sp-container[class*=bg-] .sp-palette-button-container .sp-cancel:focus, .sp-container[class*=bg-] .sp-palette-button-container .sp-cancel:hover, .sp-container[class*=bg-] .sp-palette-button-container .sp-palette-toggle:focus, .sp-container[class*=bg-] .sp-palette-button-container .sp-palette-toggle:hover {
    -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
}

.sp-cancel, .sp-palette-toggle {
    border: 1px solid transparent;
}

    .sp-cancel:focus, .sp-cancel:hover, .sp-palette-toggle:focus, .sp-palette-toggle:hover {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

.sp-choose {
    border: 1px solid transparent;
}

    .sp-choose:focus, .sp-choose:hover {
        -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
        box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
    }

.sp-cancel, .sp-palette-toggle {
    color: #333;
    margin-right: .3125rem;
    background-color: #fafafa;
    margin-right: 4%;
    border-color: #ddd;
}

    .sp-cancel:focus, .sp-cancel:hover, .sp-palette-toggle:focus, .sp-palette-toggle:hover {
        color: #333;
    }

.sp-palette-toggle {
    margin-right: 0;
    width: auto;
    float: none;
}

.sp-choose {
    color: #fff;
    background-color: #607d8b;
}

.plupload_wrapper {
    background-color: #fcfcfc;
    border: 2px dashed #ddd;
    border-radius: .1875rem;
}

.plupload_delete a:after, .plupload_done a:after, .plupload_failed a:after, .plupload_file_action:after, .plupload_filelist li.plupload_droptext:before, .plupload_filelist:empty:before, .plupload_header:after {
    font-family: icomoon;
    display: block;
    font-size: 1rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.plupload_header {
    display: none;
    position: relative;
    background-color: #37474f;
    color: #fff;
    margin: -4px -2px;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem;
}

    .plupload_header:after {
        content: '\ec78';
        font-size: 2rem;
        position: absolute;
        top: 50%;
        left: 1.25rem;
        margin-top: -1rem;
    }

.plupload_header_content {
    padding: .9375rem 1.25rem;
    padding-left: 4.5rem;
}

.plupload_header_title {
    font-size: .9375rem;
    font-weight: 500;
}

.plupload_header_text {
    font-size: .75rem;
    line-height: 1.6667;
}

.plupload_clear, .plupload_clearer {
    clear: both;
}

.plupload_clearer, .plupload_progress_bar {
    display: block;
    font-size: 0;
    line-height: 0;
}

.plupload_button {
    display: inline-block;
    border: 1px solid transparent;
    font-weight: 400;
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    border-radius: .1875rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .plupload_button {
        -webkit-transition: none;
        transition: none;
    }
}

.plupload_button:not(:last-child) {
    margin-right: .625rem;
}

.plupload_add {
    color: #333;
    background-color: #fafafa;
    border-color: #ddd;
}

    .plupload_add:hover {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

.plupload_start {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

    .plupload_start:hover {
        color: #fff;
        -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
        box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
    }

a.plupload_disabled {
    cursor: default;
    opacity: .65;
}

    a.plupload_disabled:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.plupload_filelist {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.plupload_scroll .plupload_filelist {
    height: 250px;
    overflow-y: auto;
}

.plupload_filelist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 1.25rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .plupload_filelist li {
        -webkit-transition: none;
        transition: none;
    }
}

.plupload_filelist li:hover {
    background-color: #f5f5f5;
}

.plupload_filelist li .plupload_file_name {
    margin-right: auto;
}

.plupload_filelist li .plupload_file_action {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.plupload_filelist li .plupload_file_status {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.plupload_filelist li .plupload_file_size {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.plupload_filelist li.plupload_droptext, .plupload_filelist:empty {
    background-color: transparent;
    font-size: 0;
}

    .plupload_filelist li.plupload_droptext:before, .plupload_filelist:empty:before {
        content: '\ea0e';
        font-size: 5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1.25rem;
        z-index: 2;
        color: #ccc;
        text-indent: 0;
        font-weight: 400;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .plupload_filelist li.plupload_droptext:after, .plupload_filelist:empty:after {
        content: 'Drag files to upload';
        font-size: 1.0625rem;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 3.75rem;
        color: #777;
        text-indent: 0;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .plupload_filelist:empty:after {
        content: 'Add files to upload';
    }

@media (max-width:767.98px) {
    .plupload_filelist {
        padding: .625rem 0;
    }

        .plupload_filelist li .plupload_file_size {
            display: none;
        }
}

.plupload_filelist_header {
    padding: .9375rem 1.25rem;
}

    .plupload_filelist_header .plupload_file_action, .plupload_filelist_header .plupload_file_name, .plupload_filelist_header .plupload_file_size, .plupload_filelist_header .plupload_file_status {
        font-weight: 500;
    }

@media (max-width:767.98px) {
    .plupload_filelist_header {
        display: none;
    }
}

.plupload_filelist_footer {
    padding: .9375rem 1.25rem;
}

    .plupload_filelist_footer .plupload_file_size, .plupload_filelist_footer .plupload_file_status, .plupload_filelist_footer .plupload_upload_status {
        padding: .4375rem 0;
        font-weight: 500;
    }

@media (max-width:767.98px) {
    .plupload_filelist_footer {
        text-align: center;
    }

        .plupload_filelist_footer .plupload_file_action, .plupload_filelist_footer .plupload_file_size, .plupload_filelist_footer .plupload_file_status {
            display: none;
        }

        .plupload_filelist_footer .plupload_progress {
            margin: auto;
        }
}

@media (min-width:576px) {
    .plupload_filelist_footer, .plupload_filelist_header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .plupload_filelist_footer .plupload_file_name, .plupload_filelist_header .plupload_file_name {
            margin-right: auto;
        }

        .plupload_filelist_footer .plupload_file_action, .plupload_filelist_header .plupload_file_action {
            -webkit-box-ordinal-group: 13;
            -webkit-order: 12;
            -moz-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }

        .plupload_filelist_footer .plupload_file_status, .plupload_filelist_header .plupload_file_status {
            -webkit-box-ordinal-group: 12;
            -webkit-order: 11;
            -moz-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }

        .plupload_filelist_footer .plupload_file_size, .plupload_filelist_header .plupload_file_size {
            -webkit-box-ordinal-group: 11;
            -webkit-order: 10;
            -moz-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }
}

.plupload_file_action {
    margin-left: 1.875rem;
    line-height: 1;
    font-size: 0;
    text-align: right;
}

    .plupload_file_action * {
        display: none;
    }

    .plupload_file_action:after {
        content: '\ec67';
    }

.plupload_filelist .plupload_file_action:after {
    content: none;
}

.plupload_delete .plupload_file_action > a {
    color: #333;
    line-height: 1;
    opacity: .5;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .plupload_delete .plupload_file_action > a {
        -webkit-transition: none;
        transition: none;
    }
}

.plupload_delete .plupload_file_action > a:hover {
    opacity: 1;
}

.plupload_uploading {
    background-color: #e8f5e9;
}

.plupload_delete a:after {
    content: '\ed6b';
}

.plupload_failed a {
    color: #f44336;
    cursor: default;
}

    .plupload_failed a:after {
        content: '\e9cf';
    }

.plupload_done {
    color: #999;
}

    .plupload_done a {
        color: #4caf50;
        cursor: default;
    }

        .plupload_done a:after {
            content: '\e9db';
        }

.plupload_progress, .plupload_upload_status {
    display: none;
}

.plupload_progress_container {
    background-color: rgba(0,0,0,.1);
    border-radius: .1875rem;
}

.plupload_progress_bar {
    width: 0;
    height: .25rem;
    background: #4caf50;
    border-radius: .1875rem;
}

.plupload_file_size, .plupload_file_status, .plupload_progress {
    width: 5rem;
    text-align: right;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        text-align: right;
        opacity: 0;
        background: none repeat scroll 0 0 transparent;
        cursor: inherit;
        display: block;
        visibility: visible;
    }

.file-caption-name {
    display: inline-block;
    overflow: hidden;
    word-break: break-all;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: 0 0;
    outline: 0;
    pointer-events: none;
}

.file-input-ajax-new .file-caption-name, .file-input-new .file-caption-name {
    color: #999;
}

.file-error-message {
    position: relative;
    background-color: #ffebee;
    color: #c62828;
    text-align: center;
    padding: .4375rem .875rem;
    margin: .5rem;
    margin-top: 0;
    border-radius: .1875rem;
}

.file-drop-zone .file-error-message {
    margin-top: .4375rem;
}

.file-error-message .close {
    color: #c62828;
}

.file-error-message pre {
    background-color: #fff;
    margin-top: .4375rem;
    text-align: left;
}

.file-error-message ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.file-caption-disabled {
    background-color: #fafafa;
    cursor: default;
}

.file-preview-detail-modal {
    text-align: left;
}

.file-preview {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 1.25rem;
    position: relative;
    text-align: center;
    border-radius: .1875rem;
}

    .file-preview .close {
        font-size: 1.25003rem;
        font-weight: 400;
        position: absolute;
        top: 0;
        right: 0;
        padding: .5rem;
        line-height: 1;
        color: #333;
        text-shadow: none;
        opacity: .75;
        border-radius: .1875rem;
    }

        .file-preview .close:focus, .file-preview .close:hover {
            color: #333;
            text-decoration: none;
            opacity: 1;
        }

.file-preview-thumbnails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

@media (max-width:767.98px) {
    .file-preview-thumbnails {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.file-preview-frame {
    margin: .5rem;
    margin-right: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: .1875rem;
}

    .file-preview-frame .kv-file-content {
        position: relative;
        height: 10rem;
    }

.file-preview-image {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
}

.file-thumbnail-footer {
    position: relative;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
}

.file-preview-text {
    color: #2196f3;
    border: 0;
    overflow-x: hidden;
}

.file-preview-other {
    width: 10rem;
}

    .file-preview-other:after {
        content: '\ea0c';
        font-family: icomoon;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 4rem;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.file-preview-status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    font-size: .75rem;
    line-height: 1.6667;
    padding: .4375rem .875rem;
    z-index: 1070;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
}

    .file-preview-status:empty {
        padding: 0;
        background-color: transparent;
        border: 0;
    }

.file-thumb-loading {
    min-height: 6.62503rem;
}

    .file-thumb-loading:before, .file-uploading:before {
        content: '';
        display: inline-block;
        background-color: #263238;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1069;
        margin-top: -2.06252rem;
        margin-left: -1rem;
        width: 2rem;
        height: 2rem;
        border-radius: .1875rem;
    }

    .file-thumb-loading:after, .file-uploading:after {
        content: '\eb55';
        font-family: icomoon;
        display: inline-block;
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        margin-top: -1.56252rem;
        margin-left: -.5rem;
        font-size: 1rem;
        line-height: 1;
        z-index: 1070;
        -webkit-animation: rotation 1s linear infinite;
        animation: rotation 1s linear infinite;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.file-upload-indicator {
    cursor: default;
    float: left;
    padding: .625rem;
    line-height: 1;
}

    .file-upload-indicator i {
        top: 0;
    }

.file-input-new .close, .file-input-new .file-preview, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .glyphicon-file {
    display: none;
}

.file-input-ajax-new .close, .file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button {
    display: none;
}

.file-caption-icon, .file-zoom-dialog .modal-header:after, .file-zoom-dialog .modal-header:before, .hide-content .kv-file-content, .kv-hidden {
    display: none;
}

.file-footer-buttons {
    float: right;
}

    .file-footer-buttons button {
        padding: .625rem;
        background-color: transparent;
        border: 0;
        line-height: 1;
        cursor: pointer;
        opacity: .6;
        outline: 0;
        -webkit-transition: opacity ease-in-out .15s;
        transition: opacity ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .file-footer-buttons button {
        -webkit-transition: none;
        transition: none;
    }
}

.file-footer-buttons button:hover {
    opacity: 1;
}

.file-footer-buttons button i {
    top: 0;
}

.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: .75rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
}

.file-size-info samp {
    font-size: .6875rem;
}

.file-drop-zone {
    border: 1px dashed #ddd;
    height: 100%;
    vertical-align: middle;
    margin: .5rem;
    padding: .5rem;
    border-radius: .1875rem;
}

.file-drop-zone-title {
    font-size: 1.1875rem;
    font-weight: 300;
    padding: 5rem;
    opacity: .5;
}

.kv-upload-progress {
    margin-bottom: 1.25rem;
}

.file-thumb-progress {
    position: absolute;
    top: -.375rem;
    left: 0;
    right: 0;
}

    .file-thumb-progress .progress, .file-thumb-progress .progress-bar {
        height: .375rem;
        border-radius: 0;
        font-size: 0;
    }

.btn-file ::-ms-browse {
    width: 100%;
    height: 100%;
}

.file-zoom-fullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    max-width: 100%;
}

.file-zoom-fullscreen .modal-content {
    border-radius: 0;
}

.file-zoom-fullscreen .modal-body {
    overflow-y: auto;
}

.file-zoom-dialog .btn-navigate {
    position: absolute;
    top: 50%;
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: 0;
    color: #fff;
    opacity: .7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .file-zoom-dialog .btn-navigate {
        -webkit-transition: none;
        transition: none;
    }
}

.file-zoom-dialog .btn-navigate > i {
    display: block;
    font-size: 2rem;
}

.file-zoom-dialog .btn-navigate:not([disabled]):focus, .file-zoom-dialog .btn-navigate:not([disabled]):hover {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 1;
}

.file-zoom-dialog .btn-navigate[disabled] {
    opacity: .3;
}

.file-zoom-dialog .btn-prev {
    left: -3.25rem;
}

.file-zoom-dialog .btn-next {
    right: -3.25rem;
}

.file-zoom-dialog .floating-buttons {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background-color: #fff;
}

.file-zoom-dialog .kv-zoom-title {
    color: #999;
    margin-left: .625rem;
}

.file-zoom-content {
    text-align: center;
}

.file-drag-handle {
    cursor: move;
    float: left;
    line-height: 1;
    opacity: .6;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .file-drag-handle {
        -webkit-transition: none;
        transition: none;
    }
}

.file-drag-handle:hover {
    opacity: 1;
}

.file-drag-handle i {
    top: 0;
}

.dropzone {
    position: relative;
    border: 2px dashed rgba(0,0,0,.125);
    min-height: 18rem;
    background-color: #fff;
    padding: .3125rem;
    border-radius: .1875rem;
}

.card .dropzone {
    background-color: #fcfcfc;
    border-color: #ddd;
}

.dropzone .dz-message {
    opacity: 1;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-color: #999;
    background-color: #f5f5f5;
    color: #ddd;
}

.sidebar .dropzone {
    text-align: center;
}

    .sidebar .dropzone .dz-default.dz-message:before {
        font-size: 4rem;
        width: 4rem;
        height: 4rem;
        margin-left: -2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .sidebar .dropzone .dz-default.dz-message span {
        font-size: .9375rem;
    }

.dropzone .dz-default.dz-message {
    height: 18rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    border-radius: .1875rem;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .dropzone .dz-default.dz-message {
        -webkit-transition: none;
        transition: none;
    }
}

.dropzone .dz-default.dz-message:before {
    content: '\ea0e';
    font-family: icomoon;
    font-size: 4rem;
    display: inline-block;
    position: absolute;
    top: 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1;
    z-index: 2;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dropzone .dz-default.dz-message > span {
    font-size: 1.0625rem;
    color: #777;
    display: block;
    margin-top: 10.25rem;
}

    .dropzone .dz-default.dz-message > span span {
        display: block;
        color: #9d9d9d;
        font-size: .9375rem;
    }

.dropzone.dz-drag-hover .dz-message {
    opacity: .75;
}

.dropzone.dz-started .dz-message {
    display: block;
    opacity: 0;
}

.dropzone .dz-preview, .dropzone-previews .dz-preview {
    background-color: #fff;
    position: relative;
    display: inline-block;
    margin: .5rem;
    min-width: 10rem;
    border: 1px solid rgba(0,0,0,.125);
    padding: .5rem;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

    .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail], .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
        display: none;
    }

    .dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
        position: relative;
    }

        .dropzone .dz-preview .dz-details .dz-filename, .dropzone-previews .dz-preview .dz-details .dz-filename {
            overflow: hidden;
            margin-top: .625rem;
        }

        .dropzone .dz-preview .dz-details img, .dropzone-previews .dz-preview .dz-details img {
            position: absolute;
            top: 0;
            left: 0;
        }

        .dropzone .dz-preview .dz-details .dz-size, .dropzone-previews .dz-preview .dz-details .dz-size {
            margin-top: .625rem;
        }

    .dropzone .dz-preview:hover .dz-details img, .dropzone-previews .dz-preview:hover .dz-details img {
        display: none;
    }

    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-success-mark {
        display: none;
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0;
        padding: .25rem;
        background-color: #fff;
        border-left: 1px solid rgba(0,0,0,.125);
        border-bottom: 1px solid rgba(0,0,0,.125);
        border-radius: 0 0 0 .1875rem;
    }

        .dropzone .dz-preview .dz-error-mark:after, .dropzone .dz-preview .dz-success-mark:after, .dropzone-previews .dz-preview .dz-error-mark:after, .dropzone-previews .dz-preview .dz-success-mark:after {
            font-family: icomoon;
            display: block;
            font-size: .8125rem;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .dropzone .dz-preview .dz-error-mark span, .dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark span, .dropzone .dz-preview .dz-success-mark svg, .dropzone-previews .dz-preview .dz-error-mark span, .dropzone-previews .dz-preview .dz-error-mark svg, .dropzone-previews .dz-preview .dz-success-mark span, .dropzone-previews .dz-preview .dz-success-mark svg {
            display: none;
        }

    .dropzone .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-error-mark {
        color: #f44336;
    }

        .dropzone .dz-preview .dz-error-mark:after, .dropzone-previews .dz-preview .dz-error-mark:after {
            content: '\ed6a';
        }

    .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-success-mark {
        color: #4caf50;
    }

        .dropzone .dz-preview .dz-success-mark:after, .dropzone-previews .dz-preview .dz-success-mark:after {
            content: '\ed6e';
        }

    .dropzone .dz-preview.dz-error .dz-error-mark, .dropzone .dz-preview.dz-success .dz-success-mark, .dropzone-previews .dz-preview.dz-error .dz-error-mark, .dropzone-previews .dz-preview.dz-success .dz-success-mark {
        display: block;
        opacity: 1;
    }

    .dropzone .dz-preview .dz-progress, .dropzone-previews .dz-preview .dz-progress {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: .25rem;
        display: none;
    }

        .dropzone .dz-preview .dz-progress .dz-upload, .dropzone-previews .dz-preview .dz-progress .dz-upload {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background-color: #4caf50;
            -webkit-transition: width ease-in-out .15s;
            transition: width ease-in-out .15s;
            border-bottom-right-radius: .125rem;
            border-bottom-left-radius: .125rem;
        }

@media screen and (prefers-reduced-motion:reduce) {
    .dropzone .dz-preview .dz-progress .dz-upload, .dropzone-previews .dz-preview .dz-progress .dz-upload {
        -webkit-transition: none;
        transition: none;
    }
}

.dropzone .dz-preview.dz-processing .dz-progress, .dropzone-previews .dz-preview.dz-processing .dz-progress {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-progress, .dropzone-previews .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .dropzone .dz-preview.dz-success .dz-progress, .dropzone-previews .dz-preview.dz-success .dz-progress {
        -webkit-transition: none;
        transition: none;
    }
}

.dropzone .dz-preview .dz-error-message, .dropzone-previews .dz-preview .dz-error-message {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.9);
    margin: .5rem;
    padding: .5rem;
    color: #f44336;
    max-width: 100%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .dropzone .dz-preview .dz-error-message, .dropzone-previews .dz-preview .dz-error-message {
        -webkit-transition: none;
        transition: none;
    }
}

.dropzone .dz-preview.dz-error:hover .dz-error-message, .dropzone-previews .dz-preview.dz-error:hover .dz-error-message {
    display: block;
    opacity: 1;
}

.dropzone .dz-preview.dz-error .dz-progress .dz-upload, .dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
    background: #f44336;
}

.dropzone .dz-preview.dz-image-preview:hover .dz-details img, .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
    display: block;
    opacity: .1;
}

.dropzone .dz-preview .dz-image img, .dropzone-previews .dz-preview .dz-image img {
    width: 100%;
}

.dropzone .dz-preview a.dz-remove, .dropzone-previews .dz-preview a.dz-remove {
    background-color: #fafafa;
    border: 1px solid #ddd;
    display: block;
    padding: .3125rem .75rem;
    text-align: center;
    color: #333;
    margin-top: .625rem;
    cursor: pointer;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .dropzone .dz-preview a.dz-remove, .dropzone-previews .dz-preview a.dz-remove {
        -webkit-transition: none;
        transition: none;
    }
}

.dropzone .dz-preview a.dz-remove:hover, .dropzone-previews .dz-preview a.dz-remove:hover {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.noty_bar {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0,0) scale(1,1);
    transform: translate(0,0) scale(1,1);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

.noty_body {
    padding: .9375rem 1.25rem;
}

.noty_close_with_button .noty_body {
    padding-right: 2.5rem;
}

.noty_buttons {
    padding: .9375rem 1.25rem;
    padding-top: 0;
    text-align: right;
}

#noty_layout__bottom, #noty_layout__bottomCenter, #noty_layout__bottomLeft, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight, #noty_layout__top, #noty_layout__topCenter, #noty_layout__topLeft, #noty_layout__topRight, .noty_layout_mixin {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 1050;
    -webkit-transform: translateZ(0) scale(1,1);
    transform: translateZ(0) scale(1,1);
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    max-width: 90%;
}

#noty_layout__top {
    top: 0;
    left: 5%;
    width: 90%;
}

    #noty_layout__top .noty_bar:first-child {
        margin-top: 1.25rem;
    }

#noty_layout__topLeft {
    top: 1.25rem;
    left: 1.25rem;
    width: 20rem;
}

#noty_layout__topCenter {
    top: 5%;
    left: 50%;
    width: 20rem;
    -webkit-transform: translate(-50%) translateZ(0) scale(1,1);
    transform: translate(-50%) translateZ(0) scale(1,1);
}

#noty_layout__topRight {
    top: 1.25rem;
    right: 1.25rem;
    width: 20rem;
}

#noty_layout__center {
    top: 50%;
    left: 50%;
    width: 20rem;
    -webkit-transform: translate(-50%,-50%) translateZ(0) scale(1,1);
    transform: translate(-50%,-50%) translateZ(0) scale(1,1);
}

#noty_layout__centerLeft {
    top: 50%;
    left: 1.25rem;
    width: 20rem;
    -webkit-transform: translate(0,-50%) translateZ(0) scale(1,1);
    transform: translate(0,-50%) translateZ(0) scale(1,1);
}

#noty_layout__centerRight {
    top: 50%;
    right: 1.25rem;
    width: 20rem;
    -webkit-transform: translate(0,-50%) translateZ(0) scale(1,1);
    transform: translate(0,-50%) translateZ(0) scale(1,1);
}

#noty_layout__bottom {
    bottom: 0;
    left: 5%;
    width: 90%;
}

    #noty_layout__bottom .noty_bar:last-child {
        margin-bottom: 1.25rem;
    }

#noty_layout__bottomLeft {
    bottom: 1.25rem;
    left: 1.25rem;
    width: 20rem;
}

#noty_layout__bottomCenter {
    bottom: 5%;
    left: 50%;
    width: 20rem;
    -webkit-transform: translate(calc(-50% - 1px)) translateZ(0) scale(1,1);
    transform: translate(calc(-50% - 1px)) translateZ(0) scale(1,1);
}

#noty_layout__bottomRight {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 20rem;
}

.noty_progressbar {
    display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: .1875rem;
    width: 100%;
    background-color: rgba(0,0,0,.25);
}

.noty_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);
    animation: noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.noty_effects_close {
    -webkit-animation: noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);
    animation: noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.noty_fix_effects_height {
    -webkit-animation: noty_anim_height 75ms ease-out;
    animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
    cursor: pointer;
}

.noty_close_button {
    position: absolute;
    top: .9375rem;
    right: 1.25rem;
    background-color: transparent;
    font-size: 1.25003rem;
    font-weight: 400;
    color: inherit;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    opacity: .75;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .noty_close_button {
        -webkit-transition: none;
        transition: none;
    }
}

.noty_close_button:hover {
    opacity: 1;
}

.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1040;
    opacity: .5;
    left: 0;
    top: 0;
}

    .noty_modal.noty_modal_open {
        opacity: 0;
        -webkit-animation: noty_modal_in .3s ease-out;
        animation: noty_modal_in .3s ease-out;
    }

    .noty_modal.noty_modal_close {
        -webkit-animation: noty_modal_out .3s ease-out;
        animation: noty_modal_out .3s ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@-webkit-keyframes noty_modal_in {
    100% {
        opacity: .5;
    }
}

@keyframes noty_modal_in {
    100% {
        opacity: .5;
    }
}

@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

@keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

@-webkit-keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

@keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

.noty_theme__limitless.noty_bar {
    margin: .25rem 0;
    position: relative;
    border: 1px solid transparent;
    border-radius: .1875rem;
}

.noty_theme__limitless.noty_type__alert {
    background-color: #546e7a;
    color: #fff;
    border-color: #546e7a;
}

.noty_theme__limitless.noty_type__warning {
    background-color: #ff7043;
    color: #fff;
    border-color: #ff7043;
}

.noty_theme__limitless.noty_type__error {
    background-color: #ef5350;
    color: #fff;
    border-color: #ef5350;
}

.noty_theme__limitless.noty_type__info {
    background-color: #03a9f4;
    color: #fff;
    border-color: #03a9f4;
}

.noty_theme__limitless.noty_type__success {
    background-color: #4caf50;
    color: #fff;
    border-color: #4caf50;
}

.noty_theme__limitless.noty_type__confirm {
    background-color: #fff;
    border-color: rgba(0,0,0,.2);
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

    .noty_theme__limitless.noty_type__confirm .noty_body {
        padding: 1.25rem;
    }

    .noty_theme__limitless.noty_type__confirm .noty_close_button {
        top: 1.25rem;
    }

.ui-pnotify {
    top: 1.25rem;
    right: 1.25rem;
    position: absolute;
    height: auto;
    z-index: 2;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

body > .ui-pnotify {
    position: fixed;
    z-index: 1070;
}

.ui-pnotify.alert-rounded > .ui-pnotify-container {
    border-radius: 100px;
}

.ui-pnotify[class*=bg-] > .ui-pnotify-container {
    background-color: inherit;
    border-color: transparent;
    color: #fff;
}

.ui-pnotify[class*=alpha-] > .ui-pnotify-container, .ui-pnotify[class*=text-] > .ui-pnotify-container {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.ui-pnotify.stack-bottom-left, .ui-pnotify.stack-top-left {
    left: 1.25rem;
    right: auto;
}

.ui-pnotify.stack-bottom-left, .ui-pnotify.stack-bottom-right {
    bottom: 1.25rem;
    top: auto;
}

.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -10rem;
}

.ui-pnotify.stack-custom-right {
    top: auto;
    left: auto;
    bottom: 15rem;
    right: 15rem;
}

.ui-pnotify.stack-custom-left {
    top: 15rem;
    left: 15rem;
    right: auto;
    bottom: auto;
}

.ui-pnotify.stack-custom-top {
    right: 0;
    left: 0;
    top: 0;
}

.ui-pnotify.stack-custom-bottom {
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
}

.ui-pnotify.ui-pnotify-in {
    display: block !important;
}

.ui-pnotify.ui-pnotify-move {
    -webkit-transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-slow {
    opacity: 0;
    -webkit-transition: opacity linear .6s;
    transition: opacity linear .6s;
}

    .ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
        -webkit-transition: opacity .6s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
        transition: opacity .6s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    }

.ui-pnotify.ui-pnotify-fade-normal {
    opacity: 0;
    -webkit-transition: opacity linear .4s;
    transition: opacity linear .4s;
}

    .ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
        -webkit-transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
        transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    }

.ui-pnotify.ui-pnotify-fade-fast {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 0;
}

    .ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
        -webkit-transition: opacity .2s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
        transition: opacity .2s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    }

.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1;
}

.ui-pnotify-container {
    padding: .9375rem 1.25rem;
    height: 100%;
    position: relative;
    left: 0;
    margin: 0;
    border-radius: .1875rem;
}

    .ui-pnotify-container::after {
        display: block;
        clear: both;
        content: "";
    }

    .ui-pnotify-container.ui-pnotify-sharp {
        border-radius: 0;
    }

.ui-pnotify-title {
    display: block;
    margin-top: 0;
    margin-bottom: .3125rem;
    font-size: .9375rem;
}

.ui-pnotify-text {
    display: block;
}

.ui-pnotify-icon {
    display: block;
    float: left;
    line-height: 1;
}

    .ui-pnotify-icon > [class^=icon-] {
        margin-top: .25003rem;
        margin-right: .625rem;
    }

.ui-pnotify-closer, .ui-pnotify-sticker {
    float: right;
    margin-left: .625rem;
    margin-top: .25003rem;
    line-height: 1;
    outline: 0;
}

.ui-pnotify-modal-overlay {
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 1040;
}

.brighttheme {
    border: 1px solid;
}

.ui-pnotify[class*=bg-] > .brighttheme {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.brighttheme-notice {
    background-color: #fff3e0;
    border-color: #ff9800;
    color: #bf360c;
}

.brighttheme-info {
    background-color: #e1f5fe;
    border-color: #03a9f4;
    color: #01579b;
}

.brighttheme-success {
    background-color: #e8f5e9;
    border-color: #4caf50;
    color: #1b5e20;
}

.brighttheme-error {
    background-color: #ffebee;
    border-color: #f44336;
    color: #b71c1c;
}

.brighttheme-icon-closer, .brighttheme-icon-sticker {
    position: relative;
    display: inline-block;
    outline: 0;
    width: .75rem;
    height: .75rem;
}

    .brighttheme-icon-closer:after, .brighttheme-icon-sticker:after {
        content: '';
        font-family: icomoon;
        font-size: .75rem;
        display: block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .brighttheme-icon-closer:after {
        content: "\ed6a";
    }

    .brighttheme-icon-sticker:after {
        content: "\ee70";
    }

    .brighttheme-icon-sticker.brighttheme-icon-stuck:after {
        content: "\ee75";
    }

.ui-pnotify[class*=alert-styled-] {
    border-width: 0;
    padding: 0;
}

.ui-pnotify.alert-styled-left .brighttheme {
    border-left-width: 2.875rem;
}

.ui-pnotify.alert-styled-left:after {
    left: 0;
}

.ui-pnotify.alert-styled-right .brighttheme {
    border-right-width: 2.875rem;
}

.ui-pnotify.alert-styled-right:after {
    right: 0;
}

.brighttheme .ui-pnotify-action-bar input, .brighttheme .ui-pnotify-action-bar textarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 1.25rem !important;
    color: #333;
    padding: .4375rem .875rem;
    outline: 0;
}

.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input, .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea {
    border-color: transparent;
    color: #fff;
}

    .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-webkit-input-placeholder, .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-moz-placeholder, .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input:-ms-input-placeholder, .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-ms-input-placeholder, .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::placeholder, .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::placeholder {
        color: #fff;
        opacity: 1;
    }

.ui-pnotify-history-container {
    position: absolute;
    top: 0;
    right: 1.25rem;
    border-top: none;
    padding: 0;
    z-index: 1070;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .ui-pnotify-history-container.ui-pnotify-history-fixed {
        position: fixed;
    }

    .ui-pnotify-history-container .ui-pnotify-history-header {
        text-align: center;
        margin-bottom: .3125rem;
    }

    .ui-pnotify-history-container button {
        cursor: pointer;
        display: block;
        width: 100%;
    }

    .ui-pnotify-history-container .ui-pnotify-history-pulldown {
        display: block;
        margin: 0 auto;
    }

@media (max-width:767.98px) {
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        font-smoothing: antialiased;
    }

        .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
            border-bottom-width: 5px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left, .ui-pnotify-mobile-able.ui-pnotify.stack-top-left {
            left: 0;
            right: 0;
        }

        .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left, .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right {
            left: 0;
            right: 0;
            bottom: 0;
            top: auto;
        }

            .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow, .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow {
                border-top-width: 5px;
                border-bottom-width: 1px;
            }

        .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-fade {
            opacity: .2;
        }

        .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-hide {
            display: none !important;
        }

    .ui-pnotify-mobile-able .ui-pnotify-container {
        border-radius: 0;
    }
}

.jGrowl {
    z-index: 1070;
    position: absolute;
}

body > .jGrowl {
    position: fixed;
}

.jGrowl.top-left {
    left: 1.25rem;
    top: 1.25rem;
}

.jGrowl.top-center {
    left: 50%;
    top: 1.25rem;
    margin-left: -10rem;
}

.jGrowl.top-right {
    right: 1.25rem;
    top: 1.25rem;
}

.jGrowl.center {
    top: 40%;
    width: 20rem;
    left: 50%;
    margin-left: -10rem;
    margin-top: -1.87502rem;
}

    .jGrowl.center .jGrowl-closer, .jGrowl.center .jGrowl-notification {
        margin-left: auto;
        margin-right: auto;
    }

.jGrowl.bottom-left {
    left: 1.25rem;
    bottom: 1.25rem;
}

.jGrowl.bottom-center {
    left: 50%;
    bottom: 1.25rem;
    margin-left: -10rem;
}

.jGrowl.bottom-right {
    right: 1.25rem;
    bottom: 1.25rem;
}

@media print {
    .jGrowl {
        display: none;
    }
}

.jGrowl-notification {
    margin-bottom: .625rem;
    width: 20rem;
    text-align: left;
    display: none;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

    .jGrowl-notification .jGrowl-header {
        font-size: .9375rem;
        margin-bottom: .3125rem;
    }

        .jGrowl-notification .jGrowl-header:empty {
            margin: 0;
        }

    .jGrowl-notification .jGrowl-close {
        font-weight: 400;
        background: 0 0;
        border: 0;
        font-size: 1.25003rem;
        cursor: pointer;
        line-height: 1;
        padding: 0;
        float: right;
        color: inherit;
        outline: 0;
        margin-left: .625rem;
        opacity: .75;
        -webkit-transition: opacity ease-in-out .15s;
        transition: opacity ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .jGrowl-notification .jGrowl-close {
        -webkit-transition: none;
        transition: none;
    }
}

.jGrowl-notification .jGrowl-close:hover {
    opacity: 1;
}

.jGrowl-closer {
    padding: .3125rem 0;
    cursor: pointer;
    margin-top: .3125rem;
    text-align: center;
    background-color: #fff;
    width: 20rem;
    border: 1px solid #ddd;
    border-radius: .1875rem;
}

/*.swal2-shown:not(.swal2-no-backdrop) {
    overflow-y: hidden;
}

.swal2-shown.swal2-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}

.swal2-shown.swal2-no-backdrop .swal2-shown {
    background-color: transparent;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

.swal2-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 1070;
}

    .swal2-container.swal2-top {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .swal2-container.swal2-top .swal2-modal {
            margin-top: 1.25rem;
        }

    .swal2-container.swal2-top-left {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .swal2-container.swal2-top-left .swal2-modal {
            margin-top: 1.25rem;
            margin-left: 1.25rem;
        }

    .swal2-container.swal2-top-right {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .swal2-container.swal2-top-right .swal2-modal {
            margin-top: 1.25rem;
            margin-right: 1.25rem;
        }

    .swal2-container.swal2-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto;
    }

    .swal2-container.swal2-center-left {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .swal2-container.swal2-center-left .swal2-modal {
            margin-left: 1.25rem;
        }

    .swal2-container.swal2-center-right {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .swal2-container.swal2-center-right .swal2-modal {
            margin-right: 1.25rem;
        }

    .swal2-container.swal2-bottom {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .swal2-container.swal2-bottom .swal2-modal {
            margin-bottom: 1.25rem;
        }

    .swal2-container.swal2-bottom-left {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .swal2-container.swal2-bottom-left .swal2-modal {
            margin-bottom: 1.25rem;
            margin-left: 1.25rem;
        }

    .swal2-container.swal2-bottom-right {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .swal2-container.swal2-bottom-right .swal2-modal {
            margin-bottom: 1.25rem;
            margin-right: 1.25rem;
        }

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .swal2-container .swal2-modal {
        margin: 0 !important;
    }
}

.swal2-container.swal2-fade {
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .swal2-container.swal2-fade {
        -webkit-transition: none;
        transition: none;
    }
}

body:not(.swal2-no-backdrop) .swal2-container.swal2-shown {
    background-color: rgba(0,0,0,.5);
}

.swal2-grow-fullscreen .swal2-modal {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.25rem 1.25rem;
}

.swal2-grow-row .swal2-modal {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.swal2-grow-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .swal2-grow-column.swal2-center-left {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .swal2-grow-column.swal2-center-right {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .swal2-grow-column .swal2-modal {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

.swal2-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    text-align: center;
    display: none;
    position: relative;
    max-width: 100%;
    padding: 1.25rem;
    width: 31.25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

    .swal2-popup:focus {
        outline: 0;
    }

    .swal2-popup.swal2-loading {
        overflow-y: hidden;
    }

@media (min-width:576px) {
    .swal2-popup {
        margin-left: 0;
        margin-right: 0;
    }
}

.swal2-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swal2-title {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.5385;
    text-align: center;
    position: relative;
    word-wrap: break-word;
    margin-top: .3125rem;
    margin-bottom: 0;
}

.swal2-content {
    text-align: center;
    position: relative;
    word-wrap: break-word;
}

.swal2-actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.25rem;
}

    .swal2-actions > button + button {
        margin-left: .625rem;
    }

    .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
        cursor: no-drop;
        opacity: .4;
    }

.swal2-loading .swal2-confirm:before {
    content: '\eb55';
    font-family: icomoon;
    display: inline-block;
    font-size: 1rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
    position: relative;
    line-height: 1;
    margin-right: .625rem;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.swal2-close {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    opacity: .5;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .swal2-close {
        -webkit-transition: none;
        transition: none;
    }
}

.swal2-close:focus, .swal2-close:hover {
    opacity: 1;
    outline: 0;
}

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
    display: none;
    margin: 1.25rem auto 0 auto;
}

.swal2-popup .btn-group, .swal2-popup .select2-container, .swal2-popup .uniform-uploader {
    margin: 1.25rem auto 0 auto;
}

.swal2-checkbox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .swal2-checkbox > span:not(.switchery) {
        margin-left: .625rem;
    }

.swal2-radio {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .swal2-radio label {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .swal2-radio label + label {
            margin-left: 1.25rem;
        }

        .swal2-radio label .uniform-choice, .swal2-radio label input {
            margin-right: .625rem;
        }

.swal2-range {
    margin-top: 1.25rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .swal2-range input {
        display: block;
        width: 100%;
    }

    .swal2-range output {
        font-size: .9375rem;
        font-weight: 500;
        margin-top: .625rem;
    }

.swal2-inputerror, .swal2-inputerror:focus, .swal2-inputerror:hover {
    border-color: #f44336;
}

.swal2-validationerror {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: .4375rem .875rem;
    display: none;
    margin-top: 1.25rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: .1875rem;
}

    .swal2-validationerror:before {
        content: '\ed68';
        font-family: icomoon;
        display: inline-block;
        font-size: 1rem;
        vertical-align: middle;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        line-height: 1;
        margin-right: .625rem;
        color: #f44336;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.swal2-image {
    margin: .625rem auto;
    max-width: 100%;
    height: auto;
}

.swal2-icon {
    border: .25rem solid transparent;
    margin: .625rem auto 1.25rem auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}

    .swal2-icon.swal2-success {
        border-color: #66bb6a;
    }

        .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
            height: 2.5rem;
            width: 1.25rem;
            border-right: .25rem solid #66bb6a;
            border-top: .25rem solid #66bb6a;
            position: absolute;
            left: 1.25rem;
            top: 2.625rem;
            opacity: 1;
            -webkit-animation: animate-checkmark ease .75s;
            animation: animate-checkmark ease .75s;
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            -webkit-transform-origin: left top;
            transform-origin: left top;
        }

    .swal2-icon.swal2-error {
        border-color: #ef5350;
    }

        .swal2-icon.swal2-error .swal2-x-mark {
            position: relative;
            display: block;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
            position: absolute;
            height: .25rem;
            width: 3rem;
            background-color: #ef5350;
            display: block;
            top: 2.375rem;
        }

            .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 1rem;
            }

            .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 1rem;
            }

    .swal2-icon.swal2-warning {
        color: #ff7043;
        border-color: #ff7043;
        font-size: 4rem;
        line-height: 5rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .swal2-icon.swal2-info {
        color: #03a9f4;
        border-color: #03a9f4;
        font-size: 4rem;
        line-height: 5rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .swal2-icon.swal2-question {
        color: #455a64;
        border-color: #455a64;
        font-size: 4rem;
        line-height: calc(5rem + .25rem);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.swal2-progresssteps {
    font-weight: 500;
    margin: 0 0 1.25rem;
    padding: 0;
}

    .swal2-progresssteps li {
        display: inline-block;
        position: relative;
    }

.swal2-progresscircle {
    color: #2196f3;
    text-align: center;
    margin-left: .625rem;
    margin-right: .625rem;
}

    .swal2-progresscircle.swal2-activeprogressstep {
        color: #2196f3;
    }

        .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
            color: #999;
        }

        .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
            background-color: #ddd;
        }

.swal2-progressline {
    background-color: #2196f3;
    height: .0625rem;
    vertical-align: middle;
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}

.swal2-show {
    -webkit-animation: show-notification .15s;
    animation: show-notification .15s;
}

    .swal2-show.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

.swal2-hide {
    -webkit-animation: hide-notification .15s forwards;
    animation: hide-notification .15s forwards;
}

    .swal2-hide.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

.swal2-animate-error-icon, .swal2-animate-success-icon, .swal2-info, .swal2-question, .swal2-warning {
    -webkit-animation: animate-circle .5s;
    animation: animate-circle .5s;
}

.swal2-animate-x-mark {
    -webkit-animation: animate-x-mark .5s;
    animation: animate-x-mark .5s;
}*/

@-webkit-keyframes show-notification {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes show-notification {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes hide-notification {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
    }
}

@keyframes hide-notification {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
    }
}

@-webkit-keyframes animate-checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 0;
    }

    30% {
        height: 0;
        width: 1.25rem;
        opacity: 0;
    }

    60% {
        height: 2.5rem;
        width: 1.25rem;
        opacity: 1;
    }

    100% {
        height: 2.5rem;
        width: 1.25rem;
        opacity: 1;
    }
}

@keyframes animate-checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 0;
    }

    30% {
        height: 0;
        width: 1.25rem;
        opacity: 0;
    }

    60% {
        height: 2.5rem;
        width: 1.25rem;
        opacity: 1;
    }

    100% {
        height: 2.5rem;
        width: 1.25rem;
        opacity: 1;
    }
}

@-webkit-keyframes animate-circle {
    0% {
        color: transparent;
        border-color: transparent;
    }

    25% {
        color: transparent;
    }
}

@keyframes animate-circle {
    0% {
        color: transparent;
        border-color: transparent;
    }

    25% {
        color: transparent;
    }
}

@-webkit-keyframes animate-x-mark {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes animate-x-mark {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ui-slider-pips.ui-slider-horizontal {
    margin-bottom: 2.0625rem;
    margin-left: .625rem;
    margin-right: .625rem;
}

.ui-slider-pips .ui-slider-label, .ui-slider-pips .ui-slider-pip-hide {
    display: none;
}

.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
    display: block;
}

.ui-slider-pips .ui-slider-pip {
    height: .6875rem;
    line-height: 1;
    font-size: .6875rem;
    width: 1.25rem;
    margin-left: -.6875rem;
    position: absolute;
    overflow: visible;
    text-align: center;
    top: 1rem;
    left: 1rem;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-slider-pips .ui-slider-line {
    background-color: #777;
    width: .0625rem;
    height: .1875rem;
    position: absolute;
    left: 50%;
}

.ui-slider-pips .ui-slider-label {
    position: absolute;
    top: .66667rem;
    left: 50%;
    width: 1.25rem;
    margin-left: -.625rem;
    white-space: nowrap;
    color: #777;
}

.ui-slider-pips.ui-slider-vertical {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
}

    .ui-slider-pips.ui-slider-vertical .ui-slider-pip {
        text-align: left;
        top: auto;
        left: 1rem;
        margin-left: 0;
        height: auto;
    }

    .ui-slider-pips.ui-slider-vertical .ui-slider-line {
        width: .1875rem;
        height: .0625rem;
        position: absolute;
        top: 50%;
        left: 0;
    }

    .ui-slider-pips.ui-slider-vertical .ui-slider-label {
        top: 50%;
        margin-left: 0;
        margin-top: -.34375rem;
        left: .66667rem;
    }

.ui-slider-float .ui-slider-handle:focus, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label {
    outline: 0;
}

.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label {
    position: absolute;
    visibility: hidden;
    top: -3rem;
    display: block;
    left: 50%;
    background-color: #000;
    text-align: center;
    font-size: .8125rem;
    color: #fff;
    padding: .5rem .75rem;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s .15s;
    transition: all ease-in-out .15s .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label {
        -webkit-transition: none;
        transition: none;
    }
}

.ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle:hover .ui-slider-tip {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after, .ui-slider-float .ui-slider-tip:after {
    content: '';
    border: .25rem solid transparent;
    border-top-color: #000;
    position: absolute;
    bottom: -.5rem;
    left: 50%;
    margin-left: -.25rem;
    width: 0;
    height: 0;
}

.noUi-target {
    position: relative;
    background-color: #eee;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
}

    .noUi-target, .noUi-target * {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.noUi-base, .noUi-connects {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 100px;
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-connect {
    background-color: #607d8b;
}

[disabled] .noUi-target {
    opacity: .75;
}

[disabled] .noUi-handle {
    cursor: default;
}

.noUi-horizontal {
    height: .375rem;
}

    .noUi-horizontal .noUi-handle {
        top: -.375rem;
        right: -.5625rem;
    }

    .noUi-horizontal .noUi-origin {
        height: 0;
        left: auto;
        right: 0;
    }

    .noUi-horizontal.has-pips {
        margin-bottom: 2.25003rem;
    }

.noUi-vertical {
    display: inline-block;
    width: .375rem;
    height: 10rem;
}

    .noUi-vertical + .noUi-vertical {
        margin-left: 1.875rem;
    }

    .noUi-vertical .noUi-handle {
        top: -.5625rem;
        left: -.375rem;
    }

    .noUi-vertical .noUi-origin {
        width: 0;
    }

    .noUi-vertical.has-pips {
        margin-right: 2.25003rem;
    }

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    background-color: #fff;
    cursor: pointer;
    top: -.375rem;
    position: absolute;
    z-index: 1;
    border: 1px solid #ccc;
    outline: 0;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
}

    .noUi-handle, .noUi-handle:after {
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .noUi-handle, .noUi-handle:after {
        -webkit-transition: none;
        transition: none;
    }
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-handle:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.1875rem;
    margin-left: -.1875rem;
    background-color: #333;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
}

.noUi-handle:focus, .noUi-handle:hover {
    background-color: #fafafa;
}

    .noUi-handle:focus:after, .noUi-handle:hover:after {
        background-color: #555;
    }

.noui-slider-white .noUi-handle:after {
    content: none;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s,-webkit-transform .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
        -webkit-transition: none;
        transition: none;
    }
}

.noui-slider-lg .noUi-handle {
    top: -.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

    .noui-slider-lg .noUi-handle:after {
        margin-top: -.25rem;
        margin-left: -.25rem;
        width: .5rem;
        height: .5rem;
    }

.noui-slider-lg.noUi-horizontal {
    height: .5rem;
}

    .noui-slider-lg.noUi-horizontal .noUi-handle {
        right: -.75rem;
    }

.noui-slider-lg.noUi-vertical {
    width: .5rem;
}

    .noui-slider-lg.noUi-vertical .noUi-handle {
        top: -.75rem;
        right: -.5rem;
    }

.noui-slider-sm .noUi-handle {
    top: -.25rem;
    width: .75rem;
    height: .75rem;
}

    .noui-slider-sm .noUi-handle:after {
        margin-top: -.125rem;
        margin-left: -.125rem;
        width: .25rem;
        height: .25rem;
    }

.noui-slider-sm.noUi-horizontal {
    height: .25rem;
}

    .noui-slider-sm.noUi-horizontal .noUi-handle {
        top: -.25rem;
        right: -.375rem;
    }

.noui-slider-sm.noUi-vertical {
    width: .25rem;
}

    .noui-slider-sm.noUi-vertical .noUi-handle {
        top: -.375rem;
        right: -.25rem;
    }

.noui-slider-solid .noUi-handle:after {
    background-color: #fff;
}

.noui-slider-solid .noUi-handle:focus:after, .noui-slider-solid .noUi-handle:hover:after {
    opacity: .75;
}

.noui-slider-solid.noui-slider-primary .noUi-handle {
    background-color: #2196f3;
    border-color: #2196f3;
}

.noui-slider-solid.noui-slider-danger .noUi-handle {
    background-color: #f44336;
    border-color: #f44336;
}

.noui-slider-solid.noui-slider-success .noUi-handle {
    background-color: #4caf50;
    border-color: #4caf50;
}

.noui-slider-solid.noui-slider-warning .noUi-handle {
    background-color: #ff7043;
    border-color: #ff7043;
}

.noui-slider-solid.noui-slider-info .noUi-handle {
    background-color: #00bcd4;
    border-color: #00bcd4;
}

.noui-slider-primary .noUi-connect {
    background-color: #2196f3;
}

.noui-slider-danger .noUi-connect {
    background-color: #f44336;
}

.noui-slider-success .noUi-connect {
    background-color: #4caf50;
}

.noui-slider-warning .noUi-connect {
    background-color: #ff7043;
}

.noui-slider-info .noUi-connect {
    background-color: #00bcd4;
}

.noUi-tooltip {
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: .5rem .75rem;
    bottom: .25rem;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    opacity: 0;
    visibility: hidden;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .noUi-tooltip {
        -webkit-transition: none;
        transition: none;
    }
}

.noUi-tooltip:after {
    content: '';
    border: .25rem solid transparent;
    border-top-color: #000;
    position: absolute;
    left: 50%;
    bottom: -.5rem;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    width: 0;
    height: 0;
}

.noUi-handle:hover .noUi-tooltip {
    opacity: 1;
    visibility: visible;
}

.noUi-pips {
    position: absolute;
    color: #777;
}

.noUi-value {
    width: 2.5rem;
    position: absolute;
    text-align: center;
    font-size: .6875rem;
    line-height: 1.82;
}

.noUi-value-sub {
    color: #aaa;
}

.noUi-marker {
    position: absolute;
    background-color: #777;
}

.noUi-pips-horizontal {
    padding-top: .66667rem;
    height: 2.25003rem;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    margin-left: -1.25rem;
    padding-top: 1rem;
}

    .noUi-value-horizontal.noUi-value-sub {
        padding-top: .66667rem;
    }

.noUi-marker-horizontal.noUi-marker {
    width: .0625rem;
    height: .1875rem;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: .375rem;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: .5625rem;
}

.noUi-pips-vertical {
    padding-left: .66667rem;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    margin-top: -.62502rem;
    padding-left: .5rem;
}

.noUi-rtl .noUi-value-vertical {
    margin-top: 0;
    margin-bottom: -.62502rem;
}

.noUi-marker-vertical.noUi-marker {
    width: .1875rem;
    height: .0625rem;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: .375rem;
}

.noUi-marker-vertical.noUi-marker-large {
    width: .5625rem;
}

.irs {
    position: relative;
    display: block;
    height: 3.4375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
}

.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: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0;
    height: .375rem;
    top: 2.6875rem;
    background-color: #eee;
    border-radius: 100px;
}

.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 {
    position: absolute;
    display: block;
    top: 2.6875rem;
    left: 0;
    width: 0;
    height: .375rem;
    background-color: #607d8b;
    border-radius: 100px;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 2.6875rem;
    left: 0;
    height: .75rem;
    width: .5625rem;
}

.irs-shadow {
    position: absolute;
    display: none;
    top: 2.6875rem;
    left: 0;
    width: 0;
    height: .375rem;
    background-color: #333;
    opacity: .25;
    border-radius: 100px;
}

.irs-slider {
    position: absolute;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    top: 2.3125rem;
    cursor: pointer;
    z-index: 1;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 100px;
}

    .irs-slider:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -.1875rem;
        margin-left: -.1875rem;
        background-color: #333;
        width: .375rem;
        height: .375rem;
        border-radius: 100px;
    }

    .irs-slider, .irs-slider:after {
        -webkit-transition: background-color ease-in-out .15s;
        transition: background-color ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .irs-slider, .irs-slider:after {
        -webkit-transition: none;
        transition: none;
    }
}

.irs-slider:focus, .irs-slider:hover {
    background-color: #fafafa;
}

    .irs-slider:focus:after, .irs-slider:hover:after {
        background-color: #555;
    }

.irs-slider.type_last {
    z-index: 2;
}

.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-max, .irs-min {
    color: #777;
    font-size: .6875rem;
    line-height: 1;
    top: 0;
    padding: .5rem;
    background-color: #eee;
    border-radius: .1875rem;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from, .irs-single, .irs-to {
    top: 0;
    left: 0;
    white-space: nowrap;
    color: #fff;
    font-size: .6875rem;
    line-height: 1;
    padding: .5rem;
    top: 0;
    background-color: #000;
    border-radius: .1875rem;
}

    .irs-from:after, .irs-single:after, .irs-to:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -.5rem;
        left: 50%;
        margin-left: -.25rem;
        overflow: hidden;
        border: .25rem solid transparent;
        border-top-color: #000;
        width: 0;
        height: 0;
    }

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.6875rem;
}

.irs-with-grid {
    height: 5.5625rem;
}

    .irs-with-grid .irs-grid {
        display: block;
    }

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: .0625rem;
    height: .375rem;
    background-color: #777;
}

    .irs-grid-pol.small {
        height: .1875rem;
    }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: .6875rem;
    color: #777;
    line-height: 1;
    padding: 0 .1875rem;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: 0 0;
    z-index: 2;
}

.irs-disabled {
    opacity: .75;
}

.ui-draggable-handle, .ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-sortable .ui-state-disabled {
    color: #999;
    cursor: default;
    opacity: .75;
}

.sortable-placeholder {
    position: relative;
}

    .sortable-placeholder:before {
        content: '';
        display: inline-block;
        background-color: rgba(255,255,255,.8);
        position: absolute;
        left: 0;
        top: 0;
        border: 1px dashed rgba(0,0,0,.2);
        width: 100%;
        height: 100%;
    }

.card + .sortable-placeholder {
    margin-bottom: 1.25rem;
}

.sidebar .card + .sortable-placeholder {
    margin-bottom: 0;
}

.sortable-placeholder + .card {
    margin-top: 1.25rem;
}

.sidebar .sortable-placeholder + .card {
    margin-top: 0;
}

.card-group > .sortable-placeholder:before {
    border-radius: .1875rem;
}

.sidebar .sortable-placeholder:before {
    border-left: 0;
    border-right: 0;
}

.sidebar-dark .sortable-placeholder:before {
    background-color: rgba(0,0,0,.5);
}

.sidebar-dark .card:not([class*=bg-]):not(.fixed-top).ui-sortable-helper {
    background-color: rgba(0,0,0,.5);
}

.sidebar-light .sortable-placeholder:before {
    background-color: #fafafa;
}

.sidebar-light .card:not([class*=bg-]):not(.fixed-top).ui-sortable-helper {
    background-color: #fff;
}

.table .ui-sortable-helper {
    width: 100%;
    background-color: transparent;
    display: table;
}

.table .sortable-placeholder {
    margin: 0;
}

    .table .sortable-placeholder:before {
        content: none;
    }

.table.ui-sortable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

    .ui-resizable-handle.ui-icon {
        display: inline-block;
        border-style: solid;
        border-width: 0 0 .375rem .375rem;
        border-color: transparent transparent #333 transparent;
    }

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: .4375rem;
    width: 100%;
    top: -.3125rem;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: .4375rem;
    width: 100%;
    bottom: -.3125rem;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: .4375rem;
    right: -.3125rem;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: .4375rem;
    left: -.3125rem;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    right: .0625rem;
    bottom: .0625rem;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: .5625rem;
    height: .5625rem;
    left: -.3125rem;
    bottom: -.3125rem;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: .5625rem;
    height: .5625rem;
    left: -.3125rem;
    top: -.3125rem;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: .5625rem;
    height: .5625rem;
    right: -.3125rem;
    top: -.3125rem;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dashed #333;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    margin: 0;
    outline: 0;
    position: relative;
    background-color: #fff;
    padding: .9375rem 1.25rem;
    border: 1px solid rgba(0,0,0,.125);
    margin-top: .5rem;
    border-radius: .1875rem;
}

    .ui-accordion .ui-accordion-header:first-child {
        margin-top: 0;
    }

    .ui-accordion .ui-accordion-header.ui-accordion-header-active {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        position: absolute;
        top: 50%;
        right: 1.25rem;
        margin-top: -.5rem;
    }

        .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
            content: '\e9b8';
            font-family: icomoon;
            display: block;
            width: 1rem;
            font-size: 1rem;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.ui-accordion .ui-accordion-header-active .ui-accordion-header-icon:before {
    content: '\e9b7';
}

.ui-accordion .ui-accordion-icons {
    padding-right: 3.5rem;
}

.ui-accordion .ui-accordion-content {
    padding: 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-top: 0;
    overflow: auto;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
}

.accordion-sortable-group + .accordion-sortable-group {
    margin-top: .5rem;
}

.ui-autocomplete {
    position: absolute;
    display: none;
    padding: .5rem 0;
    z-index: 1000;
    max-height: 250px;
    overflow: auto;
}

    .ui-autocomplete .ui-autocomplete-category {
        padding: .5rem 1rem;
        font-size: .75rem;
        line-height: 1.6667;
        text-transform: uppercase;
        font-weight: 700;
    }

        .ui-autocomplete .ui-autocomplete-category ~ .ui-menu-item .ui-menu-item-wrapper {
            padding-left: 2rem;
        }

.ui-autocomplete-processing:after {
    content: '\eb51';
    font-family: icomoon;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .875rem;
    width: 1rem;
    text-align: right;
    margin-top: -.5rem;
    font-size: 1rem;
    line-height: 1;
    color: inherit;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.input-group .ui-autocomplete-input + .input-group-append > .btn, .input-group .ui-autocomplete-input + .input-group-append > .ui-button, .input-group .ui-datepicker-buttonpane .ui-autocomplete-input + .input-group-append > button, .ui-datepicker-buttonpane .input-group .ui-autocomplete-input + .input-group-append > button {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ui-button, .ui-datepicker-buttonpane button {
    position: relative;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ddd;
    color: #333;
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    border-radius: .1875rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .ui-button, .ui-datepicker-buttonpane button {
        -webkit-transition: none;
        transition: none;
    }
}

.ui-button:focus, .ui-datepicker-buttonpane button:focus {
    outline: 0;
}

.ui-button:not([class*=bg-]):active, .ui-button:not([class*=bg-]):focus, .ui-button:not([class*=bg-]):hover, .ui-datepicker-buttonpane button:not([class*=bg-]):active, .ui-datepicker-buttonpane button:not([class*=bg-]):focus, .ui-datepicker-buttonpane button:not([class*=bg-]):hover {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.ui-button.ui-state-disabled, .ui-datepicker-buttonpane button.ui-state-disabled {
    cursor: default;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-button[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light):focus, .ui-button[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light):hover, .ui-datepicker-buttonpane button[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light):focus, .ui-datepicker-buttonpane button[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light):hover {
    color: #fff;
    -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
}

.ui-button[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light):active, .ui-datepicker-buttonpane button[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light):active {
    -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
}

.ui-button.ui-button-link, .ui-datepicker-buttonpane button.ui-button-link {
    background-color: transparent;
    border-color: transparent;
}

    .ui-button.ui-button-link:focus, .ui-button.ui-button-link:hover, .ui-datepicker-buttonpane button.ui-button-link:focus, .ui-datepicker-buttonpane button.ui-button-link:hover {
        color: #0a6ebd;
    }

    .ui-button.ui-button-link:active, .ui-button.ui-button-link:focus, .ui-button.ui-button-link:hover, .ui-datepicker-buttonpane button.ui-button-link:active, .ui-datepicker-buttonpane button.ui-button-link:focus, .ui-datepicker-buttonpane button.ui-button-link:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.ui-button::-moz-focus-inner, .ui-datepicker-buttonpane button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-button .ui-button-icon-space, .ui-datepicker-buttonpane button .ui-button-icon-space {
    display: inline-block;
    width: .625rem;
}

.ui-button-icon-only {
    text-indent: -9999px;
    padding-left: 1.06252rem;
    padding-right: 1.06252rem;
    overflow: hidden;
}

    .ui-button-icon-only .ui-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        text-indent: 0;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .ui-button-icon-only .ui-button-icon-space, .ui-button-icon-only .ui-button-text {
        display: none;
    }

.ui-controlgroup {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .ui-controlgroup .ui-button, .ui-controlgroup .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane .ui-controlgroup button {
        border-radius: 0;
        margin-left: -1px;
        float: left;
    }

        .ui-controlgroup .ui-button:first-child, .ui-controlgroup .ui-datepicker-buttonpane .ui-helper-hidden-accessible:first-child + button, .ui-controlgroup .ui-datepicker-buttonpane button:first-child, .ui-controlgroup .ui-helper-hidden-accessible:first-child + .ui-button, .ui-datepicker-buttonpane .ui-controlgroup .ui-helper-hidden-accessible:first-child + button, .ui-datepicker-buttonpane .ui-controlgroup button:first-child {
            margin-left: 0;
        }

            .ui-controlgroup .ui-button:first-child, .ui-controlgroup .ui-datepicker-buttonpane .ui-helper-hidden-accessible:first-child + button:not(:last-child), .ui-controlgroup .ui-datepicker-buttonpane button:first-child, .ui-controlgroup .ui-helper-hidden-accessible:first-child + .ui-button:not(:last-child), .ui-datepicker-buttonpane .ui-controlgroup .ui-helper-hidden-accessible:first-child + button:not(:last-child), .ui-datepicker-buttonpane .ui-controlgroup button:first-child {
                border-top-left-radius: .1875rem;
                border-bottom-left-radius: .1875rem;
            }

        .ui-controlgroup .ui-button:last-of-type, .ui-controlgroup .ui-datepicker-buttonpane button:last-of-type, .ui-datepicker-buttonpane .ui-controlgroup button:last-of-type {
            border-top-right-radius: .1875rem;
            border-bottom-right-radius: .1875rem;
        }

.ui-checkboxradio-label.ui-checkboxradio-checked {
    background-color: #f5f5f5;
    color: #333;
    border-color: #ddd;
}

    .ui-checkboxradio-label.ui-checkboxradio-checked[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent) {
        -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.125) inset;
        box-shadow: 0 0 0 62.5rem rgba(0,0,0,.125) inset;
    }

.ui-checkboxradio-label.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    min-width: 270px;
    padding: .9375rem;
}

    .ui-datepicker:not(.ui-datepicker-inline) {
        display: none;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.15);
        z-index: 1070 !important;
        border-radius: .1875rem;
        -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
        box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    }

.sidebar .ui-datepicker {
    min-width: 0;
}

.ui-datepicker a {
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .ui-datepicker a {
        -webkit-transition: none;
        transition: none;
    }
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
}

.ui-datepicker .ui-datepicker-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .46875rem;
    padding-bottom: .46875rem;
    font-size: .9375rem;
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
}

    .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
        font-weight: 500;
    }

    .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
        font-size: 85%;
        color: #999;
        margin-left: .46875rem;
    }

    .ui-datepicker .ui-datepicker-title select {
        outline: 0;
        height: 2.00002rem;
        border-color: #ddd;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
            font-size: .8125rem;
            font-weight: 400;
            color: #333;
        }

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 50%;
    margin-top: -.9375rem;
    line-height: 1;
    color: #333;
    padding: .4375rem;
    cursor: pointer;
    border-radius: .1875rem;
}

    .ui-datepicker .ui-datepicker-next:after, .ui-datepicker .ui-datepicker-prev:after {
        font-family: icomoon;
        display: block;
        font-size: 1rem;
        width: 1rem;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: none;
    }

.ui-datepicker .ui-datepicker-prev {
    left: 0;
}

    .ui-datepicker .ui-datepicker-prev:after {
        content: '\e9c8';
    }

.ui-datepicker .ui-datepicker-next {
    right: 0;
}

    .ui-datepicker .ui-datepicker-next:after {
        content: '\e9cb';
    }

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    color: #333;
    background-color: #f5f5f5;
}

.ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

    .ui-datepicker .ui-datepicker-calendar th {
        text-align: center;
        font-weight: 400;
        padding-top: .9375rem;
        padding-bottom: .4375rem;
        font-size: .75rem;
        color: #999;
    }

    .ui-datepicker .ui-datepicker-calendar td {
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
            display: block;
            position: relative;
            text-decoration: none;
            min-width: 2.12503rem;
            color: #333;
            padding: .4375rem;
            border-radius: .1875rem;
        }

        .ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
            color: #333;
            background-color: #f5f5f5;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled a, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
            color: #999;
            background-color: transparent;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-col {
            min-width: 2.12503rem;
            padding: .4375rem;
            color: #999;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-active {
            color: #fff;
            background-color: #26a69a;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today .ui-state-highlight {
            color: #333;
            background-color: #f5f5f5;
        }

            .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today .ui-state-highlight:after {
                content: "";
                position: absolute;
                top: .14583rem;
                right: .14583rem;
                border-top: .4375rem solid #767676;
                border-left: .4375rem solid transparent;
                width: 0;
                height: 0;
            }

    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month .ui-priority-secondary {
        color: #999;
    }

    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
        text-align: left;
    }

.ui-datepicker.ui-datepicker-multi {
    width: auto !important;
}

.ui-datepicker-buttonpane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .9375rem;
}

.ui-datepicker-inline {
    max-width: 100%;
    overflow-x: auto;
}

.ui-datepicker-trigger {
    position: absolute;
    top: 4px;
    right: 5px;
    z-index: 4;
    padding: 6px;
    cursor: pointer;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group + .ui-datepicker-group {
        padding-left: .9375rem;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 46%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-dialog {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    border-radius: .25rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

@media (max-width:767.98px) {
    .ui-dialog {
        width: 90% !important;
    }
}

.ui-dialog-titlebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem;
    padding-bottom: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog-title {
    display: block;
    font-size: .9375rem;
    line-height: 1.5385;
}

.ui-dialog-titlebar-close {
    margin-left: auto;
    background-color: transparent;
    padding: 0;
    border: 0;
    font-size: 0;
    text-indent: 0;
}

    .ui-dialog-titlebar-close:after {
        content: '\ed6a';
        font-family: icomoon;
        display: block;
        width: .8125rem;
        font-size: .8125rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .ui-dialog-titlebar-close:focus, .ui-dialog-titlebar-close:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.ui-dialog-content {
    position: relative;
    overflow: auto;
    padding: 1.25rem;
}

    .ui-dialog-content .form-group:last-child, .ui-dialog-content p:last-child {
        margin-bottom: 0;
    }

.ui-dialog-buttonpane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.25rem;
    padding-top: 0;
}

    .ui-dialog-buttonpane button + button {
        margin-left: .625rem;
    }

.ui-menu {
    list-style: none;
    padding: .5rem 0;
    margin: 0;
    display: block;
    outline: 0;
    min-width: 11.25rem;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    z-index: 1000;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

    .ui-menu .ui-menu {
        position: absolute;
        top: -.4375rem !important;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        position: relative;
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        cursor: pointer;
        padding: .5rem 1rem;
        outline: 0;
        color: #333;
        overflow: hidden;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .ui-menu .ui-menu-item-wrapper {
        -webkit-transition: none;
        transition: none;
    }
}

.ui-menu .ui-menu-item-wrapper > .ui-menu-icon {
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    right: 1rem;
}

    .ui-menu .ui-menu-item-wrapper > .ui-menu-icon:after {
        content: '\e9c7';
        font-family: icomoon;
        font-size: 1rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.ui-menu .ui-menu-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: .5rem 1rem;
    font-size: .75rem;
    line-height: 1.6667;
    text-transform: uppercase;
    color: #999;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

    .ui-menu .ui-menu-header.highlight {
        margin-top: 0;
        background-color: #f8f8f8;
    }

.ui-menu .highlight + .ui-menu-item, .ui-menu .ui-menu-item + .highlight {
    margin-top: .5rem;
}

.ui-menu .ui-menu-header > i, .ui-menu .ui-menu-item-wrapper > i {
    top: 0;
    margin-top: .12502rem;
    margin-right: .625rem;
}

.ui-menu .ui-menu-divider {
    margin: .5rem 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

.ui-menu .ui-state-disabled .ui-menu-item-wrapper {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    color: #333;
    background-color: #f5f5f5;
}

.ui-progressbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.125rem;
    overflow: hidden;
    font-size: .60938rem;
    background-color: #eee;
    border-radius: .1875rem;
    -webkit-box-shadow: inset 0 .0625rem .0625rem rgba(0,0,0,.1);
    box-shadow: inset 0 .0625rem .0625rem rgba(0,0,0,.1);
}

.ui-progressbar-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #2196f3;
    background-size: 1.125rem 1.125rem;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .ui-progressbar-value {
        -webkit-transition: none;
        transition: none;
    }
}

.ui-progressbar-striped .ui-progressbar-value {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.ui-progressbar-active .ui-progressbar-value {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        max-height: 340px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: .75rem;
            font-weight: 500;
            line-height: 1.6667;
            padding: .5rem 1rem;
            text-transform: uppercase;
            height: auto;
            border: 0;
        }

            .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup ~ .ui-menu-item .ui-menu-item-wrapper {
                padding-left: 2rem;
            }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    text-decoration: none;
    text-align: left;
    outline: 0;
}

    .ui-selectmenu-button:not(.ui-controlgroup-item) {
        display: inline-block;
        position: relative;
        background-color: #fff;
        border: 1px solid #ddd;
        cursor: pointer;
        border-radius: .1875rem;
    }

    .ui-selectmenu-button:not(.ui-button-icon-only) {
        padding: .4375rem .875rem;
        padding-right: 2.75rem;
    }

    .ui-selectmenu-button:focus, .ui-selectmenu-button:hover {
        -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
        box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
    }

    .ui-selectmenu-button:not([class*=bg-]):focus, .ui-selectmenu-button:not([class*=bg-]):hover {
        background-color: #fff;
    }

    .ui-selectmenu-button:after {
        content: '\e9c5';
        font-family: icomoon;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: .875rem;
        text-align: right;
        margin-top: -.5rem;
        font-size: 1rem;
        line-height: 1;
        color: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .ui-selectmenu-button .ui-selectmenu-text {
        display: block;
        text-transform: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ui-selectmenu-button.ui-selectmenu-button-open {
        -webkit-box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
        box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
    }

.ui-selectmenu-disabled {
    cursor: default;
    background-color: #fafafa;
}

    .ui-selectmenu-disabled:focus, .ui-selectmenu-disabled:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.ui-selectmenu-lg .ui-selectmenu-button .ui-selectmenu-text {
    padding: .5625rem 1rem;
    padding-right: 3rem;
    font-size: .875rem;
    line-height: 1.4286;
}

.ui-selectmenu-sm .ui-selectmenu-button .ui-selectmenu-text {
    padding: .3125rem .75rem;
    padding-right: 2.5rem;
    font-size: .75rem;
    line-height: 1.6667;
}

.ui-selectmenu-images .ui-menu-item span {
    display: inline-block;
    margin-right: .625rem;
    background-size: 1.25003rem 1.25003rem;
    float: left;
    width: 1.25003rem;
    height: 1.25003rem;
    border-radius: .1875rem;
}

.ui-selectmenu-images .demo-img-amazon {
    background: url(../../../../../../global_assets/images/brands/amazon.png) no-repeat;
}

.ui-selectmenu-images .demo-img-youtube {
    background: url(../../../../../../global_assets/images/brands/youtube.png) no-repeat;
}

.ui-selectmenu-images .demo-img-twitter {
    background: url(../../../../../../global_assets/images/brands/twitter.png) no-repeat;
}

.ui-selectmenu-images .demo-img-bing {
    background: url(../../../../../../global_assets/images/brands/bing.png) no-repeat;
}

.ui-selectmenu-images .demo-img-spotify {
    background: url(../../../../../../global_assets/images/brands/spotify.png) no-repeat;
}

.ui-slider {
    position: relative;
    text-align: left;
    background-color: #eee;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #ccc;
        outline: 0;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 100px;
        -webkit-transition: background-color ease-in-out .15s;
        transition: background-color ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .ui-slider .ui-slider-handle {
        -webkit-transition: none;
        transition: none;
    }
}

.ui-slider .ui-slider-handle.ui-state-focus, .ui-slider .ui-slider-handle.ui-state-hover {
    background-color: #fafafa;
}

    .ui-slider .ui-slider-handle.ui-state-focus:after, .ui-slider .ui-slider-handle.ui-state-hover:after {
        background-color: #555;
    }

.ui-slider .ui-slider-handle:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.1875rem;
    margin-left: -.1875rem;
    background-color: #333;
    width: .375rem;
    height: .375rem;
    border-radius: 100px;
    -webkit-transition: background-color ease-in-out .15s;
    transition: background-color ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .ui-slider .ui-slider-handle:after {
        -webkit-transition: none;
        transition: none;
    }
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    background-color: #607d8b;
    border-radius: 100px;
}

.ui-slider.ui-slider-disabled {
    opacity: .75;
}

    .ui-slider.ui-slider-disabled .ui-slider-handle {
        cursor: default;
    }

.ui-slider-horizontal {
    height: .375rem;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.375rem;
        margin-left: -.5625rem;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .375rem;
    height: 150px;
    display: inline-block;
    margin: 0 .625rem;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.375rem;
        margin-bottom: -.5625rem;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-slider-solid .ui-slider-handle:after {
    background-color: #fff;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .ui-slider-solid .ui-slider-handle:after {
        -webkit-transition: none;
        transition: none;
    }
}

.ui-slider-solid .ui-slider-handle.ui-state-active:after, .ui-slider-solid .ui-slider-handle.ui-state-hover:after {
    background-color: #fff;
    opacity: .75;
}

.ui-handle-white .ui-slider-handle:after {
    content: none;
}

.ui-slider-lg .ui-slider-handle {
    width: 1.5rem;
    height: 1.5rem;
}

    .ui-slider-lg .ui-slider-handle:after {
        margin-top: -.25rem;
        margin-left: -.25rem;
        width: .5rem;
        height: .5rem;
    }

.ui-slider-lg.ui-slider-horizontal {
    height: .5rem;
}

    .ui-slider-lg.ui-slider-horizontal .ui-slider-handle {
        top: -.5rem;
        margin-left: -.75rem;
    }

.ui-slider-lg.ui-slider-vertical {
    width: .5rem;
}

    .ui-slider-lg.ui-slider-vertical .ui-slider-handle {
        left: -.5rem;
        margin-bottom: -.75rem;
    }

.ui-slider-sm .ui-slider-handle {
    width: .75rem;
    height: .75rem;
}

    .ui-slider-sm .ui-slider-handle:after {
        margin-top: -.125rem;
        margin-left: -.125rem;
        width: .25rem;
        height: .25rem;
    }

.ui-slider-sm.ui-slider-horizontal {
    height: .25rem;
}

    .ui-slider-sm.ui-slider-horizontal .ui-slider-handle {
        top: -.25rem;
        margin-left: -.375rem;
    }

.ui-slider-sm.ui-slider-vertical {
    width: .25rem;
}

    .ui-slider-sm.ui-slider-vertical .ui-slider-handle {
        left: -.25rem;
        margin-bottom: -.375rem;
    }

.ui-slider-primary .ui-slider-range, .ui-slider-solid.ui-slider-primary .ui-slider-handle {
    background-color: #2196f3;
    border-color: #2196f3;
}

.ui-slider-danger .ui-slider-range, .ui-slider-solid.ui-slider-danger .ui-slider-handle {
    background-color: #f44336;
    border-color: #f44336;
}

.ui-slider-solid.ui-slider-success .ui-slider-handle, .ui-slider-success .ui-slider-range {
    background-color: #4caf50;
    border-color: #4caf50;
}

.ui-slider-solid.ui-slider-warning .ui-slider-handle, .ui-slider-warning .ui-slider-range {
    background-color: #ff7043;
    border-color: #ff7043;
}

.ui-slider-info .ui-slider-range, .ui-slider-solid.ui-slider-info .ui-slider-handle {
    background-color: #00bcd4;
    border-color: #00bcd4;
}

.ui-spinner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.ui-spinner-input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-spinner-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
}

    .ui-spinner-button:after {
        font-family: icomoon;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1rem;
        font-size: 1rem;
        line-height: 1;
        text-indent: 0;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .ui-spinner-button:last-child {
        border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
    }

    .ui-spinner-button > span {
        display: none;
    }

    .ui-spinner-button + .ui-spinner-button {
        border-left: 0;
    }

.ui-spinner-up:after {
    content: '\e9f7';
}

.ui-spinner-down:after {
    content: '\e9e2';
}

.ui-tabs {
    position: relative;
}

    .ui-tabs .ui-tabs-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1.25rem;
        border-bottom: 1px solid #ddd;
    }

    .ui-tabs .ui-tabs-tab {
        list-style: none;
        position: relative;
        padding: 0;
        margin-bottom: -1px;
    }

    .ui-tabs .ui-tabs-anchor {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        color: #777;
        padding: .625rem 1.25rem;
        border: 1px solid transparent;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .ui-tabs .ui-tabs-anchor {
        -webkit-transition: none;
        transition: none;
    }
}

.ui-tabs .ui-tabs-anchor:before {
    content: '';
    position: absolute;
    height: 2px;
    top: -1px;
    left: -1px;
    right: -1px;
    -webkit-transition: background-color ease-in-out .15s;
    transition: background-color ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .ui-tabs .ui-tabs-anchor:before {
        -webkit-transition: none;
        transition: none;
    }
}

.ui-tabs .ui-tabs-anchor i {
    top: 0;
    margin-top: .12502rem;
}

.ui-tabs .ui-state-focus .ui-tabs-anchor:not(.ui-state-disabled), .ui-tabs .ui-state-hover .ui-tabs-anchor:not(.ui-state-disabled) {
    color: #333;
}

.ui-tabs .ui-tabs-active .ui-tabs-anchor {
    color: #333;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}

    .ui-tabs .ui-tabs-active .ui-tabs-anchor:before {
        background-color: #2196f3;
    }

.ui-tabs .ui-state-disabled {
    color: #999;
    background-color: transparent;
    border-color: transparent;
    cursor: default;
}

.ui-tabs .ui-sortable-helper:not(.ui-tabs-active) .ui-tabs-anchor {
    border-color: #ddd;
}

.ui-tabs .ui-tabs-panel {
    display: block;
}

.ui-tooltip {
    position: absolute;
    z-index: 1070;
    max-width: 200px;
    padding: .5rem .75rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .1875rem;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}

.ui-helper-clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.ui-helper-zfix {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.ui-front {
    z-index: 1040;
}

code[class*=language-], pre[class*=language-] {
    text-shadow: 0 1px #fff;
    word-break: break-all;
    line-height: 1.5;
    direction: ltr;
}

@media print {
    code[class*=language-], pre[class*=language-] {
        text-shadow: none;
    }
}

.token.cdata, .token.comment, .token.doctype, .token.prolog, .token.punctuation {
    color: #999;
}

.token.boolean, .token.constant, .token.number, .token.property, .token.symbol, .token.tag {
    color: #905;
}

.token.attr-name, .token.builtin, .token.selector, .token.string {
    color: #690;
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url, .token.variable {
    color: #a67f59;
    background: rgba(255,255,255,.5);
}

.token.atrule, .token.attr-value, .token.keyword {
    color: #07a;
}

.token.function {
    color: #dd4a68;
}

.token.important, .token.regex {
    color: #e90;
}

.token.important {
    font-weight: 700;
}

.token.entity {
    cursor: help;
}

.namespace {
    opacity: .7;
}

.line-highlight {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 1.25rem;
    background: rgba(103,139,220,.12);
    pointer-events: none;
    white-space: pre;
    line-height: inherit;
}

    .line-highlight:after, .line-highlight:before {
        content: attr(data-start);
        position: absolute;
        top: 0;
        left: 10px;
        padding: 2px;
        text-align: center;
        font-size: 10px;
        color: #999;
    }

    .line-highlight[data-end]:after {
        content: attr(data-end);
        top: auto;
        bottom: 0;
    }

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    width: 36px;
    letter-spacing: -1px;
    left: -50px;
    border-right: 1px solid #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .line-numbers .line-numbers-rows > span {
        pointer-events: none;
        display: block;
        counter-increment: linenumber;
    }

        .line-numbers .line-numbers-rows > span:before {
            content: counter(linenumber);
            color: #999;
            display: block;
            padding-right: 10px;
            text-align: right;
        }

pre.line-numbers {
    position: relative;
    padding-left: 50px;
    counter-reset: linenumber;
}

    pre.line-numbers > code {
        position: relative;
    }

pre[class*=language-] {
    overflow: auto;
    position: relative;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,rgba(25,118,210,.025)));
    background-image: linear-gradient(transparent 50%,rgba(25,118,210,.025) 50%);
    background-size: 3em 3em;
    background-origin: content-box;
    border-left-width: 0;
    -webkit-box-shadow: 3px 0 0 0 #2196f3 inset;
    box-shadow: 3px 0 0 0 #2196f3 inset;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

pre[data-line] {
    position: relative;
    padding-left: 36px;
}

pre.code-toolbar {
    position: relative;
}

    pre.code-toolbar > .toolbar {
        background-color: #f8f8f8;
        display: inline-block;
        position: absolute;
        top: 0;
        text-shadow: none;
        color: #333;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        right: 0;
        border-radius: 0 0 0 .1875rem;
    }

        pre.code-toolbar > .toolbar .toolbar-item, pre.code-toolbar > .toolbar span {
            display: inline-block;
        }

        pre.code-toolbar > .toolbar a {
            cursor: pointer;
        }

        pre.code-toolbar > .toolbar button {
            background: 0 0;
            border: 0;
            color: inherit;
            font: inherit;
            line-height: normal;
            overflow: visible;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        pre.code-toolbar > .toolbar a, pre.code-toolbar > .toolbar button, pre.code-toolbar > .toolbar span {
            padding: .25rem .5rem;
            font-size: .6875rem;
            outline: 0;
        }

            pre.code-toolbar > .toolbar a:focus, pre.code-toolbar > .toolbar a:hover, pre.code-toolbar > .toolbar button:focus, pre.code-toolbar > .toolbar button:hover, pre.code-toolbar > .toolbar span:focus, pre.code-toolbar > .toolbar span:hover {
                color: inherit;
                text-decoration: none;
            }

.slinky-menu {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .slinky-menu > ul {
        left: 0;
        position: relative;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .slinky-menu ul {
        width: 100%;
    }

        .slinky-menu ul.active {
            max-height: 340px;
            overflow-y: auto;
        }

    .slinky-menu li + li:not(.dropdown-item):not(.dropdown-divider) {
        margin-top: 1px;
    }

    .slinky-menu li ul {
        display: none;
        left: 100%;
        position: absolute;
        top: 0;
    }

    .slinky-menu .header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        color: #2196f3;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .slinky-menu .header {
        -webkit-transition: none;
        transition: none;
    }
}

.slinky-menu .header:focus, .slinky-menu .header:hover {
    color: #0a6ebd;
}

.slinky-menu .header .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .5rem 1rem;
    padding-left: 3rem;
}

.slinky-menu .back:after, .slinky-menu .back:before, .slinky-menu .next:after, .slinky-menu .next:before {
    font-family: icomoon;
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    font-size: 1rem;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slinky-menu .next {
    padding-right: 2.5rem;
}

    .slinky-menu .next:after {
        content: '\e9c7';
        right: 1rem;
    }

.slinky-menu .back {
    position: absolute;
    padding: .5rem 1rem;
    color: inherit;
    width: 100%;
    height: 100%;
}

    .slinky-menu .back:before {
        content: '\ede7';
        left: 1rem;
    }

.is_stuck {
    z-index: 1030 !important;
}

.navbar-top .navbar.is_stuck {
    margin-top: 3.12503rem;
}

.headroom {
    -webkit-transition: -webkit-transform ease-in-out .2s,-webkit-box-shadow ease-in-out .2s;
    transition: -webkit-transform ease-in-out .2s,-webkit-box-shadow ease-in-out .2s;
    transition: transform ease-in-out .2s,box-shadow ease-in-out .2s;
    transition: transform ease-in-out .2s,box-shadow ease-in-out .2s,-webkit-transform ease-in-out .2s,-webkit-box-shadow ease-in-out .2s;
    will-change: transform;
}

.navbar-slide-top.headroom--pinned {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar-slide-top.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-slide-bottom.headroom--pinned {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-slide-bottom.headroom--unpinned {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: .8;
}

.gu-unselectable.dropdown-menu li:nth-last-child(2) {
    margin-bottom: 0;
}

.nav-pills-toolbar > li.gu-mirror:not(.active) > a {
    border: 0;
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gu-transit {
    opacity: .5;
}

.dragula-handle {
    color: #999;
    cursor: pointer;
}

    .dragula-handle:focus, .dragula-handle:hover {
        color: #333;
    }

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-touch-action: auto;
    touch-action: auto;
}

.ps__rail-x, .ps__rail-y {
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
    .ps__rail-x, .ps__rail-y {
        -webkit-transition: none;
        transition: none;
    }
}

.ps__rail-x {
    bottom: 0;
}

.ps__rail-y {
    right: 0;
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
    opacity: .75;
}

.ps__thumb-x, .ps__thumb-y {
    background-color: #999;
    position: absolute;
    pointer-events: none;
    border-radius: 100px;
}

.ps__thumb-y {
    width: .25rem;
    right: .125rem;
}

.ps__thumb-x {
    height: .25rem;
    bottom: .125rem;
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important;
    }
}

.fab-menu {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1029;
    -webkit-transform: scale(.85);
    transform: scale(.85);
}

.page-header > .fab-menu {
    position: absolute;
    bottom: -1.5rem;
}

@media (min-width:768px) {
    .fab-menu {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.fab-menu-absolute {
    position: absolute;
}

.fab-menu-fixed {
    position: fixed;
    z-index: 1030;
}

.content-wrapper > .fab-menu-top-left, .content-wrapper > .fab-menu-top-right {
    top: -1.5rem;
}

.fab-menu-bottom-left, .fab-menu-bottom-right {
    bottom: 1.25rem;
    -webkit-transition: bottom ease-in-out .15s;
    transition: bottom ease-in-out .15s;
}

    .fab-menu-bottom-left.reached-bottom, .fab-menu-bottom-right.reached-bottom {
        bottom: 5.62503rem;
    }

.fab-menu-bottom-right, .fab-menu-top-right {
    right: 1.25rem;
}

.fab-menu-inner {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .fab-menu-inner > li {
        display: block;
        position: absolute;
        top: .125rem;
        left: 0;
        right: 0;
        text-align: center;
        padding-top: 1.25rem;
        margin-top: -1.25rem;
    }

        .fab-menu-inner > li .btn {
            border-width: 0;
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
            box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
        }

            .fab-menu-inner > li .btn.focus, .fab-menu-inner > li .btn:focus, .fab-menu-inner > li .btn:hover, .fab-menu-inner > li .btn:not(:disabled):not(.disabled).active, .fab-menu-inner > li .btn:not(:disabled):not(.disabled):active {
                -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23) !important;
                box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23) !important;
            }

        .fab-menu-inner > li .btn-float {
            padding: 0;
            width: 2.75rem;
            height: 2.75rem;
        }

            .fab-menu-inner > li .btn-float > i {
                margin: .875rem;
            }

        .fab-menu-inner > li .show > .btn-float.dropdown-toggle {
            -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
            box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
        }

        .fab-menu-inner > li .dropleft .btn:after, .fab-menu-inner > li .dropleft .btn:before, .fab-menu-inner > li .dropright .btn:after, .fab-menu-inner > li .dropright .btn:before {
            content: none;
        }

        .fab-menu-inner > li .badge {
            position: absolute;
            top: .75rem;
            right: -.25rem;
        }

        .fab-menu-inner > li .badge-mark {
            top: 1.25rem;
            right: 0;
        }

.fab-menu-bottom-left .fab-menu-inner > li, .fab-menu-bottom-right .fab-menu-inner > li {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 1.25rem;
    margin-bottom: -1.25rem;
}

    .fab-menu-bottom-left .fab-menu-inner > li .badge, .fab-menu-bottom-right .fab-menu-inner > li .badge {
        top: -.5rem;
    }

    .fab-menu-bottom-left .fab-menu-inner > li .badge-mark, .fab-menu-bottom-right .fab-menu-inner > li .badge-mark {
        top: 0;
    }

.fab-menu-btn {
    z-index: 1031;
    border-width: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}

    .fab-menu-btn.btn-float {
        padding: 1.5rem;
    }

        .fab-menu-btn.btn-float > i {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -.5rem;
            margin-left: -.5rem;
        }

    .fab-menu-btn:focus, .fab-menu-btn:hover, .fab-menu-btn:not(:disabled):not(.disabled).active, .fab-menu-btn:not(:disabled):not(.disabled):active, .fab-menu-btn:not(:disabled):not(.disabled):active:focus, .fab-menu[data-fab-state=open] .fab-menu-btn, .fab-menu[data-fab-toggle=hover]:hover .fab-menu-btn {
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
        box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    }

    .fab-menu-btn.disabled, .fab-menu-btn:disabled {
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
        box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    }

.fab-icon-close, .fab-icon-open {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.fab-menu[data-fab-state=open] .fab-icon-close, .fab-menu[data-fab-state=open] .fab-icon-open, .fab-menu[data-fab-toggle=hover]:hover .fab-icon-close, .fab-menu[data-fab-toggle=hover]:hover .fab-icon-open {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.fab-menu[data-fab-state=open] .fab-icon-open, .fab-menu[data-fab-toggle=hover]:hover .fab-icon-open {
    opacity: 0;
}

.fab-icon-close {
    opacity: 0;
}

.fab-menu[data-fab-state=open] .fab-icon-close, .fab-menu[data-fab-toggle=hover]:hover .fab-icon-close {
    opacity: 1;
}

.fab-menu .fab-menu-inner > li {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

    .fab-menu .fab-menu-inner > li:nth-child(1) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms;
    }

    .fab-menu .fab-menu-inner > li:nth-child(2) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    .fab-menu .fab-menu-inner > li:nth-child(3) {
        -webkit-transition-delay: .15s;
        transition-delay: .15s;
    }

    .fab-menu .fab-menu-inner > li:nth-child(4) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .fab-menu .fab-menu-inner > li:nth-child(5) {
        -webkit-transition-delay: .25s;
        transition-delay: .25s;
    }

.fab-menu[data-fab-state=open] .fab-menu-inner > li, .fab-menu[data-fab-toggle=hover]:hover .fab-menu-inner > li {
    visibility: visible;
    opacity: 1;
}

.fab-menu-top-left[data-fab-state=open] .fab-menu-inner > li:nth-child(1), .fab-menu-top-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(1), .fab-menu-top-right[data-fab-state=open] .fab-menu-inner > li:nth-child(1), .fab-menu-top-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(1), .fab-menu-top[data-fab-state=open] .fab-menu-inner > li:nth-child(1), .fab-menu-top[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(1) {
    top: 4.25rem;
}

.fab-menu-top-left[data-fab-state=open] .fab-menu-inner > li:nth-child(2), .fab-menu-top-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(2), .fab-menu-top-right[data-fab-state=open] .fab-menu-inner > li:nth-child(2), .fab-menu-top-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(2), .fab-menu-top[data-fab-state=open] .fab-menu-inner > li:nth-child(2), .fab-menu-top[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(2) {
    top: 8.25rem;
}

.fab-menu-top-left[data-fab-state=open] .fab-menu-inner > li:nth-child(3), .fab-menu-top-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(3), .fab-menu-top-right[data-fab-state=open] .fab-menu-inner > li:nth-child(3), .fab-menu-top-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(3), .fab-menu-top[data-fab-state=open] .fab-menu-inner > li:nth-child(3), .fab-menu-top[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(3) {
    top: 12.25rem;
}

.fab-menu-top-left[data-fab-state=open] .fab-menu-inner > li:nth-child(4), .fab-menu-top-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(4), .fab-menu-top-right[data-fab-state=open] .fab-menu-inner > li:nth-child(4), .fab-menu-top-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(4), .fab-menu-top[data-fab-state=open] .fab-menu-inner > li:nth-child(4), .fab-menu-top[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(4) {
    top: 16.25rem;
}

.fab-menu-top-left[data-fab-state=open] .fab-menu-inner > li:nth-child(5), .fab-menu-top-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(5), .fab-menu-top-right[data-fab-state=open] .fab-menu-inner > li:nth-child(5), .fab-menu-top-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(5), .fab-menu-top[data-fab-state=open] .fab-menu-inner > li:nth-child(5), .fab-menu-top[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(5) {
    top: 20.25rem;
}

.fab-menu-bottom-left[data-fab-state=open] .fab-menu-inner > li:nth-child(1), .fab-menu-bottom-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(1), .fab-menu-bottom-right[data-fab-state=open] .fab-menu-inner > li:nth-child(1), .fab-menu-bottom-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(1), .fab-menu-bottom[data-fab-state=open] .fab-menu-inner > li:nth-child(1), .fab-menu-bottom[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(1) {
    top: -3.75rem;
}

.fab-menu-bottom-left[data-fab-state=open] .fab-menu-inner > li:nth-child(2), .fab-menu-bottom-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(2), .fab-menu-bottom-right[data-fab-state=open] .fab-menu-inner > li:nth-child(2), .fab-menu-bottom-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(2), .fab-menu-bottom[data-fab-state=open] .fab-menu-inner > li:nth-child(2), .fab-menu-bottom[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(2) {
    top: -7.75rem;
}

.fab-menu-bottom-left[data-fab-state=open] .fab-menu-inner > li:nth-child(3), .fab-menu-bottom-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(3), .fab-menu-bottom-right[data-fab-state=open] .fab-menu-inner > li:nth-child(3), .fab-menu-bottom-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(3), .fab-menu-bottom[data-fab-state=open] .fab-menu-inner > li:nth-child(3), .fab-menu-bottom[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(3) {
    top: -11.75rem;
}

.fab-menu-bottom-left[data-fab-state=open] .fab-menu-inner > li:nth-child(4), .fab-menu-bottom-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(4), .fab-menu-bottom-right[data-fab-state=open] .fab-menu-inner > li:nth-child(4), .fab-menu-bottom-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(4), .fab-menu-bottom[data-fab-state=open] .fab-menu-inner > li:nth-child(4), .fab-menu-bottom[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(4) {
    top: -15.75rem;
}

.fab-menu-bottom-left[data-fab-state=open] .fab-menu-inner > li:nth-child(5), .fab-menu-bottom-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(5), .fab-menu-bottom-right[data-fab-state=open] .fab-menu-inner > li:nth-child(5), .fab-menu-bottom-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(5), .fab-menu-bottom[data-fab-state=open] .fab-menu-inner > li:nth-child(5), .fab-menu-bottom[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(5) {
    top: -19.75rem;
}

.fab-menu-inner div[data-fab-label]:after {
    content: attr(data-fab-label);
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    right: 4.125rem;
    color: #fff;
    background-color: #000;
    padding: .5rem .75rem;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border-radius: .1875rem;
}

.fab-menu-bottom-left .fab-menu-inner div[data-fab-label]:after, .fab-menu-bottom-right .fab-menu-inner div[data-fab-label]:after {
    margin-top: -1.75rem;
}

.fab-menu-bottom-left .fab-menu-inner div[data-fab-label]:after, .fab-menu-inner div[data-fab-label].fab-label-right:after, .fab-menu-top-left .fab-menu-inner div[data-fab-label]:after {
    right: auto;
    left: 4.125rem;
}

.fab-menu[data-fab-state=open] .fab-menu-inner div[data-fab-label]:hover:after, .fab-menu[data-fab-toggle=hover] .fab-menu-inner div[data-fab-label]:hover:after {
    visibility: visible;
    opacity: 1;
}

.fab-menu-inner div[data-fab-label].fab-label-light:after {
    background-color: #fff;
    color: #333;
}

.fab-menu-inner div[data-fab-label].fab-label-visible:after {
    visibility: visible;
    opacity: 1;
}

.fancytree-container {
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    overflow: auto;
    position: relative;
}

    .fancytree-container:focus {
        outline: 0;
    }

    .fancytree-container ul {
        list-style: none;
        padding-left: 1rem;
        margin: 0;
    }

.ui-fancytree-disabled .fancytree-container {
    opacity: .6;
}

.ui-fancytree-disabled .fancytree-container, .ui-fancytree-disabled .fancytree-expander, .ui-fancytree-disabled .fancytree-title {
    cursor: default;
}

.ui-fancytree-disabled .fancytree-treefocus .fancytree-selected .fancytree-title {
    background-color: #eee;
    color: #333;
}

.fancytree-checkbox:after, .fancytree-drag-helper-img:after, .fancytree-drop-after:after, .fancytree-drop-before:after, .fancytree-expander:after, .fancytree-icon:after, .fancytree-loading .fancytree-expander:after, .fancytree-statusnode-wait .fancytree-icon:after {
    font-family: icomoon;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fancytree-custom-icon, .fancytree-expander, .fancytree-icon {
    display: inline-block;
    vertical-align: top;
    margin-left: .5rem;
    margin-top: .37502rem;
    width: 1rem;
    height: 1rem;
}

.fancytree-checkbox {
    vertical-align: top;
    margin-top: .25002rem;
    margin-left: .5rem;
}

img.fancytree-icon {
    border: 0;
}

.fancytree-expander {
    cursor: pointer;
}

.fancytree-exp-c .fancytree-expander:after {
    content: '\e9c7';
}

.fancytree-exp-cl .fancytree-expander:after {
    content: '\e9c7';
}

.fancytree-exp-cd .fancytree-expander:after, .fancytree-exp-cdl .fancytree-expander:after {
    content: '\e9c7';
}

.fancytree-exp-e .fancytree-expander:after, .fancytree-exp-ed .fancytree-expander:after {
    content: '\e9c5';
}

.fancytree-exp-edl .fancytree-expander:after, .fancytree-exp-el .fancytree-expander:after {
    content: '\e9c5';
}

.fancytree-statusnode-error .fancytree-icon:after {
    content: '\ed63';
}

.fancytree-loading .fancytree-expander, .fancytree-statusnode-wait .fancytree-icon {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
    width: 1rem;
    height: 1rem;
}

    .fancytree-loading .fancytree-expander:after, .fancytree-statusnode-wait .fancytree-icon:after {
        content: '\ed6c';
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .fancytree-loading .fancytree-expander:after, .fancytree-statusnode-wait .fancytree-icon:after {
        -webkit-transition: none;
        transition: none;
    }
}

.fancytree-ico-c .fancytree-icon:after, .fancytree-ico-e .fancytree-icon:after {
    content: '\ea1a';
}

.fancytree-has-children.fancytree-ico-c .fancytree-icon:after {
    content: '\ea0f';
}

.fancytree-has-children.fancytree-ico-e .fancytree-icon:after {
    content: '\ea11';
}

.fancytree-ico-cf .fancytree-icon:after, .fancytree-ico-ef .fancytree-icon:after {
    content: '\ea3d';
}

.fancytree-has-children.fancytree-ico-cf .fancytree-icon:after {
    content: '\ea41';
}

.fancytree-has-children.fancytree-ico-ef .fancytree-icon:after {
    content: '\ea43';
}

.fancytree-checkbox {
    width: 1.25rem;
    height: 1.25rem;
    border: .125rem solid #455a64;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: .125rem;
}

    .fancytree-checkbox:after {
        content: '';
        position: absolute;
    }

.fancytree-partsel .fancytree-checkbox:after, .fancytree-radio .fancytree-selected .fancytree-checkbox:after {
    content: "";
    top: .1875rem;
    left: .1875rem;
    border: .3125rem solid;
    border-color: inherit;
    width: 0;
    height: 0;
}

.fancytree-selected .fancytree-checkbox:after {
    content: "\e600";
    border: 0;
    top: 0;
    left: 0;
}

.fancytree-radio .fancytree-checkbox, .fancytree-radio .fancytree-checkbox:after {
    border-radius: 50%;
}

.fancytree-drag-helper .fancytree-title {
    padding-right: 2rem;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: .8;
    margin: 0;
}

.fancytree-drag-helper-img:after {
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    right: .5rem;
    z-index: 10;
}

.fancytree-drop-accept .fancytree-drag-helper-img:after {
    content: '\ee73';
    color: #4caf50;
}

.fancytree-drop-reject .fancytree-drag-helper-img:after {
    content: '\ed63';
    color: #f44336;
}

#fancytree-drop-marker.fancytree-drop-after, #fancytree-drop-marker.fancytree-drop-before {
    width: 15rem;
    border-top: 1px solid #999;
    position: absolute !important;
}

.fancytree-drag-source {
    opacity: .5;
}

.fancytree-drop-target.fancytree-drop-accept a {
    background-color: #2196f3 !important;
    color: #fff !important;
    text-decoration: none;
}

.fancytree-node {
    display: inherit;
    width: 100%;
    position: relative;
    margin-bottom: 1px;
}

.fancytree-title {
    border: 0;
    padding: .25rem .5rem;
    margin-left: .625rem;
    display: inline-block;
    cursor: pointer;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fancytree-title {
        -webkit-transition: none;
        transition: none;
    }
}

.fancytree-title > input {
    border: 0;
    outline: 0;
    padding: 0;
    background-color: transparent;
}

.fancytree-active .fancytree-title, .fancytree-selected .fancytree-title {
    background-color: #eee;
    color: #333;
}

.fancytree-treefocus .fancytree-selected .fancytree-title {
    background-color: #2196f3;
    color: #fff;
}

.sidebar:not(.sidebar-light) .fancytree-active .fancytree-title, .sidebar:not(.sidebar-light) .fancytree-selected .fancytree-title {
    background-color: rgba(255,255,255,.2);
    color: #fff;
}

.sidebar:not(.sidebar-light) .fancytree-treefocus .fancytree-selected .fancytree-title {
    background-color: #fff;
    color: #333;
}

.fancytree-ext-table .fancytree-node {
    display: inline-block;
    width: auto;
    margin: 0;
}

.fancytree-ext-table .fancytree-title {
    display: inline;
}

.fancytree-ext-table.fancytree-container {
    white-space: normal;
}

.fancytree-ext-table .fancytree-custom-icon, .fancytree-ext-table .fancytree-expander, .fancytree-ext-table .fancytree-icon {
    margin-top: .09375rem;
}

.fancytree-ext-table .fancytree-checkbox {
    margin: 0 auto;
    float: none;
}

.fancytree-ext-table .uniform-checker {
    display: block;
    margin: 0 auto;
}

.fancytree-ext-table tbody tr {
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fancytree-ext-table tbody tr {
        -webkit-transition: none;
        transition: none;
    }
}

.fancytree-ext-table tbody tr td:first-child {
    text-align: center;
}

.fancytree-ext-table tbody tr .fancytree-title {
    background-color: transparent;
    color: inherit !important;
    padding: 0;
    -webkit-transition: none;
    transition: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fancytree-ext-table tbody tr .fancytree-title {
        -webkit-transition: none;
        transition: none;
    }
}

.fancytree-ext-table tbody tr.fancytree-active, .fancytree-ext-table tbody tr.fancytree-focused {
    background-color: rgba(0,0,0,.02);
}

.fancytree-ext-table tbody tr.fancytree-selected {
    background-color: #2196f3;
    color: #fff;
}

    .fancytree-ext-table tbody tr.fancytree-selected .fancytree-checkbox, .fancytree-ext-table tbody tr.fancytree-selected .uniform-checker span {
        color: #fff;
        border-color: #fff;
    }

    .fancytree-ext-table tbody tr.fancytree-selected .fancytree-title {
        background-color: transparent;
    }

.fancytree-treefocus .fancytree-ext-table tbody tr.fancytree-selected .fancytree-title {
    -webkit-transition: color ease-in-out .15s;
    transition: color ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fancytree-treefocus .fancytree-ext-table tbody tr.fancytree-selected .fancytree-title {
        -webkit-transition: none;
        transition: none;
    }
}

.fancytree-ext-childcounter .fancytree-childcounter {
    position: absolute;
    right: 0;
    top: .25rem;
    color: #999;
}

.fancytree-helper-hidden {
    display: none;
}

.fancytree-helper-indeterminate-cb {
    color: #777;
}

.fancytree-helper-disabled {
    color: #333;
}

.fancytree-helper-spin {
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.btn-ladda, .btn-ladda .ladda-label, .btn-ladda .ladda-spinner {
    -webkit-transition: all cubic-bezier(.175,.885,.32,1.275) .3s;
    transition: all cubic-bezier(.175,.885,.32,1.275) .3s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn-ladda, .btn-ladda .ladda-label, .btn-ladda .ladda-spinner {
        -webkit-transition: none;
        transition: none;
    }
}

.btn-ladda .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    top: 50%;
    pointer-events: none;
    opacity: 0;
}

.btn-ladda .ladda-label {
    z-index: 3;
}

.btn-ladda .ladda-progress {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn-ladda .ladda-progress {
        -webkit-transition: none;
        transition: none;
    }
}

.btn-ladda[data-loading] .ladda-progress {
    visibility: visible;
    opacity: 1;
}

.btn-ladda[data-style=zoom-in], .btn-ladda[data-style=zoom-out] {
    overflow: hidden;
}

    .btn-ladda[data-style=zoom-in], .btn-ladda[data-style=zoom-in] .ladda-label, .btn-ladda[data-style=zoom-in] .ladda-spinner, .btn-ladda[data-style=zoom-out], .btn-ladda[data-style=zoom-out] .ladda-label, .btn-ladda[data-style=zoom-out] .ladda-spinner {
        -webkit-transition: .3s ease all;
        transition: .3s ease all;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .btn-ladda[data-style=zoom-in], .btn-ladda[data-style=zoom-in] .ladda-label, .btn-ladda[data-style=zoom-in] .ladda-spinner, .btn-ladda[data-style=zoom-out], .btn-ladda[data-style=zoom-out] .ladda-label, .btn-ladda[data-style=zoom-out] .ladda-spinner {
        -webkit-transition: none;
        transition: none;
    }
}

.btn-ladda[data-style=zoom-in] .ladda-label, .btn-ladda[data-style=zoom-out] .ladda-label {
    position: relative;
    display: inline-block;
}

.btn-ladda[data-style=zoom-in] .ladda-spinner, .btn-ladda[data-style=zoom-out] .ladda-spinner {
    left: 50%;
}

.btn-ladda[data-style=zoom-in][data-loading] .ladda-label, .btn-ladda[data-style=zoom-out][data-loading] .ladda-label {
    opacity: 0;
}

.btn-ladda[data-style=zoom-in][data-loading] .ladda-spinner, .btn-ladda[data-style=zoom-out][data-loading] .ladda-spinner {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.btn-ladda[data-style=zoom-in] .ladda-spinner {
    -webkit-transform: scale(.2);
    transform: scale(.2);
}

.btn-ladda[data-style=zoom-in][data-loading] .ladda-label {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
}

.btn-ladda[data-style=zoom-out] .ladda-spinner {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}

.btn-ladda[data-style=zoom-out][data-loading] .ladda-label {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.btn-ladda[data-style=expand-left] {
    overflow: hidden;
}

    .btn-ladda[data-style=expand-left] .ladda-spinner {
        left: 20px;
    }

    .btn-ladda[data-style=expand-left][data-loading] {
        padding-left: 35px;
    }

        .btn-ladda[data-style=expand-left][data-loading] .ladda-spinner {
            opacity: 1;
        }

.btn-ladda[data-style=expand-right] {
    overflow: hidden;
}

    .btn-ladda[data-style=expand-right] .ladda-spinner {
        right: 20px;
    }

    .btn-ladda[data-style=expand-right][data-loading] {
        padding-right: 35px;
    }

        .btn-ladda[data-style=expand-right][data-loading] .ladda-spinner {
            opacity: 1;
        }

.btn-ladda[data-style=expand-up] {
    overflow: hidden;
}

    .btn-ladda[data-style=expand-up] .ladda-spinner {
        top: -16px;
        left: 50%;
    }

    .btn-ladda[data-style=expand-up][data-loading] {
        padding-top: 40px;
    }

        .btn-ladda[data-style=expand-up][data-loading] .ladda-spinner {
            top: 12px;
            margin-top: 8px;
            opacity: 1;
        }

.btn-ladda[data-style=expand-down] {
    overflow: hidden;
}

    .btn-ladda[data-style=expand-down] .ladda-spinner {
        top: 44px;
        left: 50%;
    }

    .btn-ladda[data-style=expand-down][data-loading] {
        padding-bottom: 40px;
    }

        .btn-ladda[data-style=expand-down][data-loading] .ladda-spinner {
            opacity: 1;
        }

.btn-ladda[data-style=slide-left] {
    overflow: hidden;
}

    .btn-ladda[data-style=slide-left] .ladda-label {
        left: 0;
        position: relative;
    }

    .btn-ladda[data-style=slide-left] .ladda-spinner {
        right: 0;
    }

    .btn-ladda[data-style=slide-left][data-loading] .ladda-label {
        left: -100%;
        opacity: 0;
    }

    .btn-ladda[data-style=slide-left][data-loading] .ladda-spinner {
        right: 50%;
        opacity: 1;
    }

.btn-ladda[data-style=slide-right] {
    overflow: hidden;
}

    .btn-ladda[data-style=slide-right] .ladda-label {
        right: 0;
        position: relative;
    }

    .btn-ladda[data-style=slide-right] .ladda-spinner {
        left: 0;
    }

    .btn-ladda[data-style=slide-right][data-loading] .ladda-label {
        right: -100%;
        opacity: 0;
    }

    .btn-ladda[data-style=slide-right][data-loading] .ladda-spinner {
        left: 50%;
        opacity: 1;
    }

.btn-ladda[data-style=slide-up] {
    overflow: hidden;
}

    .btn-ladda[data-style=slide-up] .ladda-label {
        top: 0;
        position: relative;
    }

    .btn-ladda[data-style=slide-up] .ladda-spinner {
        top: 100%;
        left: 50%;
    }

    .btn-ladda[data-style=slide-up][data-loading] .ladda-label {
        top: -16px;
        opacity: 0;
    }

    .btn-ladda[data-style=slide-up][data-loading] .ladda-spinner {
        top: 16px;
        opacity: 1;
    }

.btn-ladda[data-style=slide-down] {
    overflow: hidden;
}

    .btn-ladda[data-style=slide-down] .ladda-label {
        top: 0;
        position: relative;
    }

    .btn-ladda[data-style=slide-down] .ladda-spinner {
        top: -100%;
        left: 50%;
    }

    .btn-ladda[data-style=slide-down][data-loading] .ladda-label {
        top: 16px;
        opacity: 0;
    }

    .btn-ladda[data-style=slide-down][data-loading] .ladda-spinner {
        top: 16px;
        opacity: 1;
    }

.btn-ladda[data-style=fade] {
    overflow: hidden;
}

    .btn-ladda[data-style=fade] .ladda-spinner {
        left: 50%;
    }

    .btn-ladda[data-style=fade][data-loading] .ladda-label {
        opacity: 0;
    }

    .btn-ladda[data-style=fade][data-loading] .ladda-spinner {
        opacity: 1;
    }

.btn-ladda[data-style=radius] {
    overflow: hidden;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn-ladda[data-style=radius] {
        -webkit-transition: none;
        transition: none;
    }
}

.btn-ladda[data-style=radius] .ladda-spinner {
    left: 50%;
}

.btn-ladda[data-style=radius][data-loading] {
    border-radius: 100px;
}

    .btn-ladda[data-style=radius][data-loading] .ladda-label {
        opacity: 0;
    }

    .btn-ladda[data-style=radius][data-loading] .ladda-spinner {
        opacity: 1;
    }

.fc {
    direction: ltr;
    text-align: left;
}

.fc-events-container {
    background-color: #fafafa;
    border: 1px solid #ddd;
    padding: .625rem;
    border-radius: .1875rem;
}

    .fc-events-container .fc-event {
        padding: .25rem .5rem;
    }

        .fc-events-container .fc-event + .fc-event {
            margin-top: .625rem;
        }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ddd;
}

    .fc-unthemed thead, .fc-unthemed thead td, .fc-unthemed thead th {
        border-bottom-color: #b7b7b7;
    }

.fc-unthemed .fc-popover {
    background-color: #fff;
    border-radius: .1875rem;
}

.fc-unthemed td.fc-today {
    background-color: #e8f5e9;
}

.fc-highlight {
    background-color: rgba(221,221,221,.3);
}

.fc-bgevent {
    background-color: rgba(129,199,132,.3);
    opacity: .3;
}

.fc-nonbusiness {
    background-color: rgba(221,221,221,.3);
}

.fc-icon {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fc-icon {
        -webkit-transition: none;
        transition: none;
    }
}

.fc-icon:after {
    display: inline-block;
    font-family: icomoon;
    line-height: 1;
    font-size: 1rem;
    vertical-align: middle;
    position: relative;
    top: -.09375rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fc-icon-left-single-arrow:after {
    content: '\e9c0';
}

.fc-rtl .fc-icon-left-single-arrow:after {
    content: '\e9c0';
}

.fc-icon-right-single-arrow:after {
    content: '\e9c3';
}

.fc-rtl .fc-icon-right-single-arrow:after {
    content: '\e9c3';
}

.fc-icon-left-double-arrow:after {
    content: '\000AB';
}

.fc-rtl .fc-icon-left-double-arrow:after {
    content: '\000AB';
}

.fc-icon-right-double-arrow:after {
    content: '\000BB';
}

.fc-rtl .fc-icon-right-double-arrow:after {
    content: '\000BB';
}

.fc-icon-x:after {
    content: '\ed6a';
    font-size: .8125rem;
    display: block;
    margin-top: .21877rem;
    top: 0;
}

.fc-button {
    margin: 0;
    padding: .4375rem .875rem;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fc-button {
        -webkit-transition: none;
        transition: none;
    }
}

.fc-button:focus {
    outline: 0;
}

.fc-button::-moz-focus-inner {
    margin: 0;
    padding: 0;
}

.fc-state-default {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ddd;
}

    .fc-state-default.fc-corner-left {
        border-top-left-radius: .1875rem;
        border-bottom-left-radius: .1875rem;
    }

    .fc-state-default.fc-corner-right {
        border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
    }

.fc-state-down, .fc-state-hover {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.fc-state-active {
    background-image: none;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.fc-state-disabled {
    cursor: default;
    opacity: .65;
}

.fc-button-group {
    display: inline-block;
}

.fc .fc-button-group > * {
    float: left;
    margin: 0;
    margin-left: -1px;
}

.fc .fc-button-group > :first-child {
    margin-left: 0;
}

.fc-popover {
    position: absolute;
    border: 1px solid rgba(0,0,0,.15);
    z-index: 1060;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

    .fc-popover .fc-header {
        padding: .9375rem .9375rem;
    }

        .fc-popover .fc-header .fc-title {
            float: left;
        }

        .fc-popover .fc-header .fc-close {
            cursor: pointer;
            float: right;
            margin-left: .625rem;
        }

.fc-unthemed .fc-popover .fc-header .fc-close {
    opacity: .6;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fc-unthemed .fc-popover .fc-header .fc-close {
        -webkit-transition: none;
        transition: none;
    }
}

.fc-unthemed .fc-popover .fc-header .fc-close:hover {
    opacity: 1;
}

.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fc td, .fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

.fc th {
    padding: .75rem 1.25rem;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    text-align: center;
}

.fc td.fc-today {
    border-style: double;
}

a[data-goto] {
    cursor: pointer;
    color: #333;
}

.fc-row {
    border-style: solid;
    border-width: 0;
    position: relative;
}

    .fc-row table {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .fc-row:first-child table {
        border-top: 0;
    }

    .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;
            border: 0;
        }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2;
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3;
    }

    .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
        background: 0 0;
        border-bottom: 0;
    }

    .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
        border-top: 0;
    }

    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
    }

    .fc-row .fc-helper-skeleton {
        z-index: 5;
    }

.fc-scroller {
    -webkit-overflow-scrolling: touch;
}

    .fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
        position: relative;
        width: 100%;
    }

.fc-event {
    position: relative;
    display: block;
    border: 1px solid #039be5;
    color: #fff !important;
    border-radius: .1875rem;
}

    .fc-event.fc-draggable, .fc-event[href] {
        cursor: pointer;
    }

    .fc-event .fc-bg {
        z-index: 1;
    }

    .fc-event .fc-content {
        position: relative;
        z-index: 2;
    }

    .fc-event .fc-resizer {
        position: absolute;
        z-index: 4;
        display: none;
    }

    .fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
        display: block;
    }

        .fc-event.fc-selected .fc-resizer:before {
            content: "";
            position: absolute;
            z-index: 1070;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            width: 1.75003rem;
            height: 1.75003rem;
        }

    .fc-event .fc-event.fc-selected {
        z-index: 1070 !important;
    }

.fc-event, .fc-event-dot {
    background-color: #039be5;
}

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: default;
}

.fc-h-event .fc-end-resizer {
    cursor: e-resize;
    right: -1px;
}

.fc-h-event.fc-selected .fc-end-resizer {
    margin-right: calc(-.25rem - 1px);
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: .5rem;
    top: -1px;
    bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: .5rem;
    height: .5rem;
}

.fc-day-grid-event {
    margin: .5rem;
    margin-top: 0;
    padding: .25rem .5rem;
}

    .fc-day-grid-event.fc-selected:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        background-color: rgba(0,0,0,.15);
        border-radius: .1875rem;
    }

    .fc-day-grid-event > .fc-content {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fc-day-grid-event .fc-time {
        font-weight: 500;
    }

    .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
        margin-right: -1px;
    }

@media (min-width:768px) {
    .fc-day-grid-event .fc-time {
        float: right;
        padding-left: .625rem;
        display: inline-block;
        z-index: 2;
        position: relative;
        background-color: inherit;
    }

    .fc-day-grid-event .fc-title {
        z-index: 1;
        position: relative;
    }
}

a.fc-more {
    margin: 0 .5rem;
    background-color: #f5f5f5;
    display: block;
    padding: .25rem .5rem;
    text-align: center;
    font-size: .75rem;
    line-height: 1.6667;
    cursor: pointer;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    a.fc-more {
        -webkit-transition: none;
        transition: none;
    }
}

a.fc-more:hover {
    background-color: #eee;
}

.fc-limited {
    display: none;
}

.fc-day-grid .fc-row {
    z-index: 1;
}

.fc-more-popover {
    z-index: 2;
    width: 15rem;
}

    .fc-more-popover .fc-event-container {
        padding: .9375rem .9375rem;
        padding-top: 0;
    }

.fc-now-indicator {
    position: absolute;
}

.fc-unselectable {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fc-toolbar {
    text-align: center;
}

    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 1.25rem;
    }

    .fc-toolbar.fc-footer-toolbar {
        margin-top: 1.25rem;
    }

    .fc-toolbar h2 {
        margin: .30769rem 0;
        font-size: 1.0625rem;
    }

    .fc-toolbar .fc-left {
        float: left;
        width: 33%;
    }

    .fc-toolbar .fc-right {
        float: right;
        width: 33%;
    }

        .fc-toolbar .fc-right .fc-button-group {
            float: right;
        }

        .fc-toolbar .fc-left > .fc-button, .fc-toolbar .fc-right > .fc-button {
            margin-left: .625rem;
        }

    .fc-toolbar .fc-center {
        display: inline-block;
        vertical-align: middle;
    }

    .fc-toolbar > * > * {
        float: left;
    }

    .fc-toolbar > * > :first-child {
        margin-left: 0;
    }

    .fc-toolbar button {
        position: relative;
    }

        .fc-toolbar button:focus {
            z-index: 5;
        }

    .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-view-container {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
}

    .fc-view-container .fc-view > table td, .fc-view-container .fc-view > table th {
        border-right-width: 0;
    }

    .fc-view-container .fc-view > table tr:first-child td:first-child, .fc-view-container .fc-view > table tr:first-child th:first-child {
        border-left-width: 0;
    }

    .fc-view-container .fc-view > table .fc-head tr:first-child > td, .fc-view-container .fc-view > table .fc-head tr:first-child > th {
        border-top: 0;
    }

    .fc-view-container .fc-view > table .fc-head-container {
        border-top: 0;
        border-bottom: 0;
    }

        .fc-view-container .fc-view > table .fc-head-container .fc-widget-header {
            border-top: 0;
        }

    .fc-view-container .fc-view > table .fc-body > tr:first-child > td, .fc-view-container .fc-view > table .fc-body > tr:first-child > th {
        border-top: 0;
    }

    .fc-view-container .fc-view > table .fc-body > tr:last-child > td, .fc-view-container .fc-view > table .fc-body > tr:last-child > th {
        border-bottom: 0;
    }

    .fc-view-container .fc-view > table .fc-body .fc-row:first-child tr:first-child td, .fc-view-container .fc-view > table .fc-body .fc-row:first-child tr:first-child th {
        border-top: 0;
    }

    .fc-view-container *, .fc-view-container :after, .fc-view-container :before {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        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: .5rem;
    padding-bottom: .5rem;
}

.fc-basic-view tbody .fc-row {
    min-height: 6em;
}

.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 {
    padding: .5rem;
}

.fc-basic-view .fc-week-number {
    color: rgba(51,51,51,.5);
}

.fc-basic-view td.fc-week-number, .fc-basic-view th.fc-week-number {
    padding: .75rem 1.25rem;
    background-color: #fafafa;
}

.fc-basic-view td.fc-week-number {
    font-size: .75rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.fc-basic-view span.fc-week-number {
    display: inline-block;
    font-size: .75rem;
    padding: .5rem;
}

.fc-basic-view .fc-day-number {
    text-align: right;
}

.fc-basic-view .fc-day-top .fc-day-number {
    float: right;
}

.fc-other-month.fc-day-number, .fc-other-month.fc-day-top {
    opacity: .3;
}

.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: .5rem;
            padding-bottom: 0;
        }

.fc-axis {
    text-align: right;
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 .5rem;
    height: 2.25003rem;
    white-space: nowrap;
}

.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-content-col {
        position: relative;
    }

    .fc-time-grid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }

    .fc-time-grid .fc-business-container {
        position: relative;
        z-index: 1;
    }

    .fc-time-grid .fc-bgevent-container {
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-highlight-container {
        position: relative;
        z-index: 3;
    }

    .fc-time-grid .fc-event-container {
        position: relative;
        z-index: 4;
    }

    .fc-time-grid .fc-now-indicator-line {
        z-index: 5;
    }

    .fc-time-grid .fc-helper-container {
        position: relative;
        z-index: 6;
    }

    .fc-time-grid .fc-slats td {
        border-bottom: 0;
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted;
    }

    .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-time-grid .fc-event {
        -webkit-box-shadow: 0 0 0 1px #fff;
        box-shadow: 0 0 0 1px #fff;
    }

    .fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
        position: absolute;
        z-index: 1;
        padding: .5rem;
    }

    .fc-time-grid .fc-bgevent {
        left: 0;
        right: 0;
    }

.fc-v-event.fc-not-start {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-time-grid-event {
    overflow: hidden;
}

    .fc-time-grid-event.fc-selected {
        overflow: visible;
    }

        .fc-time-grid-event.fc-selected .fc-bg {
            display: none;
        }

    .fc-time-grid-event .fc-content {
        position: relative;
        overflow: hidden;
    }

    .fc-time-grid-event .fc-time {
        font-weight: 500;
    }

    .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:before {
            content: attr(data-start);
        }

        .fc-time-grid-event.fc-short .fc-time:after {
            content: "\000A0-\000A0";
        }

        .fc-time-grid-event.fc-short .fc-time span {
            display: none;
        }

    .fc-time-grid-event.fc-short .fc-title {
        font-size: .75rem;
        padding: 0;
    }

    .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
        z-index: 3;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        line-height: 1;
        text-align: center;
        cursor: s-resize;
        background-color: rgba(0,0,0,.1);
    }

        .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
            content: "=";
            display: inline-block;
            vertical-align: middle;
        }

    .fc-time-grid-event.fc-selected .fc-resizer {
        border-width: 1px;
        border-style: solid;
        border-color: inherit;
        background-color: #fff;
        left: 50%;
        bottom: 0;
        margin-bottom: calc(-.25rem - 1px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: .5rem;
        height: .5rem;
        border-radius: 50%;
    }

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    margin-top: -.5rem;
    border-width: .5rem 0 .5rem .5rem;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-event-dot {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
}

.fc-list-view {
    border-width: 0;
    border-style: solid;
    direction: ltr;
}

.fc .fc-list-table {
    table-layout: auto;
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: .75rem 1.25rem;
}

.fc-list-table tr:first-child td {
    border-top-width: 0;
}

.fc-list-heading {
    border-bottom-width: 1px;
}

    .fc-list-heading td {
        font-weight: 500;
    }

.fc-list-heading-main {
    float: left;
}

.fc-list-heading-alt {
    float: right;
}

.fc-list-item td {
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fc-list-item td {
        -webkit-transition: none;
        transition: none;
    }
}

.fc-list-item.fc-has-url {
    cursor: pointer;
}

.fc-list-item:hover td {
    background-color: rgba(0,0,0,.03);
}

.fc-list-item-marker, .fc-list-item-time {
    white-space: nowrap;
    width: 1px;
}

.fc-list-item-marker {
    padding-right: 0;
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit;
}

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-list-empty-wrap1 {
    display: table;
    width: 100%;
    height: 100%;
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.fc-unthemed .fc-list-empty {
    background-color: rgba(221,221,221,.3);
}

@media (max-width:767.98px) {
    .fc-toolbar .fc-left, .fc-toolbar .fc-left .fc-button-group, .fc-toolbar .fc-left > .fc-button, .fc-toolbar .fc-right, .fc-toolbar .fc-right .fc-button-group, .fc-toolbar .fc-right > .fc-button {
        float: none;
        width: auto;
        vertical-align: top;
    }

    .fc-toolbar .fc-left, .fc-toolbar .fc-right {
        display: block;
        margin-bottom: .625rem;
    }
}

.image-cropper-container {
    direction: ltr;
    height: 400px;
    width: 100%;
    overflow: hidden;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.eg-preview .preview {
    direction: ltr;
}

.eg-preview .preview-lg {
    width: 150px;
    height: 150px;
}

.eg-preview .preview-md {
    width: 120px;
    height: 120px;
}

.eg-preview .preview-sm {
    width: 90px;
    height: 90px;
}

.eg-preview .preview-xs {
    width: 60px;
    height: 60px;
}

.eg-preview .preview-xxs {
    width: 40px;
    height: 40px;
}

.cropper-container {
    direction: ltr !important;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cropper-container img {
        display: block;
        width: 100%;
        min-width: 0 !important;
        max-width: none !important;
        height: 100%;
        min-height: 0 !important;
        max-height: none !important;
        image-orientation: 0deg !important;
    }

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cropper-wrap-box {
    overflow: hidden;
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0;
}

.cropper-modal {
    background-color: #000;
    opacity: .5;
}

.cropper-view-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.cropper-dashed {
    position: absolute;
    display: block;
    border: 0 dashed #eee;
    opacity: .5;
}

    .cropper-dashed.dashed-h {
        top: 33.33333%;
        left: 0;
        left: 0;
        width: 100%;
        height: 33.33333%;
        border-top-width: 1px;
        border-bottom-width: 1px;
    }

    .cropper-dashed.dashed-v {
        top: 0;
        left: 33.33333%;
        width: 33.33333%;
        height: 100%;
        border-right-width: 1px;
        border-left-width: 1px;
    }

.cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

    .cropper-center:after, .cropper-center:before {
        content: ' ';
        position: absolute;
        display: block;
        background-color: #eee;
    }

    .cropper-center:before {
        top: 0;
        left: -4px;
        width: 9px;
        height: 1px;
    }

    .cropper-center:after {
        top: -4px;
        left: 0;
        width: 1px;
        height: 9px;
    }

.cropper-face, .cropper-line, .cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1;
}

.cropper-face {
    top: 0;
    left: 0;
    background-color: #fff;
}

.cropper-line {
    background-color: #2196f3;
}

    .cropper-line.line-e {
        top: 0;
        right: -.1875rem;
        width: .375rem;
        cursor: e-resize;
    }

    .cropper-line.line-n {
        top: -.1875rem;
        left: 0;
        height: .375rem;
        cursor: n-resize;
    }

    .cropper-line.line-w {
        top: 0;
        left: -.1875rem;
        width: .375rem;
        cursor: w-resize;
    }

    .cropper-line.line-s {
        bottom: -.1875rem;
        left: 0;
        height: .375rem;
        cursor: s-resize;
    }

.cropper-point {
    background-color: #2196f3;
    opacity: .75;
    width: .375rem;
    height: .375rem;
}

    .cropper-point.point-e {
        top: 50%;
        right: -.1875rem;
        margin-top: -.1875rem;
        cursor: e-resize;
    }

    .cropper-point.point-n {
        top: -.1875rem;
        left: 50%;
        margin-left: -.1875rem;
        cursor: n-resize;
    }

    .cropper-point.point-w {
        top: 50%;
        left: -.1875rem;
        margin-top: -.1875rem;
        cursor: w-resize;
    }

    .cropper-point.point-s {
        bottom: -.1875rem;
        left: 50%;
        margin-left: -.1875rem;
        cursor: s-resize;
    }

    .cropper-point.point-ne {
        top: -.1875rem;
        right: -.1875rem;
        cursor: ne-resize;
    }

    .cropper-point.point-nw {
        top: -.1875rem;
        left: -.1875rem;
        cursor: nw-resize;
    }

    .cropper-point.point-sw {
        bottom: -.1875rem;
        left: -.1875rem;
        cursor: sw-resize;
    }

    .cropper-point.point-se {
        right: -.1875rem;
        bottom: -.1875rem;
        cursor: se-resize;
        opacity: 1;
        width: .375rem;
        height: .375rem;
    }

        .cropper-point.point-se:before {
            content: ' ';
            position: absolute;
            right: -50%;
            bottom: -50%;
            display: block;
            background-color: #2196f3;
            opacity: 0;
            width: 200%;
            height: 200%;
        }

.cropper-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.cropper-invisible {
    opacity: 0;
}

.cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.cropper-hidden {
    display: none !important;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: default;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background-color: #fff;
    border-radius: .1875rem;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
        box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    }

.fancybox-inner, .fancybox-outer {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    cursor: pointer;
    z-index: 8060;
    color: #fff;
    opacity: .8;
}

    #fancybox-loading div:after {
        content: '\eb55';
        font-family: icomoon;
        font-size: 1rem;
        margin-top: -.5rem;
        margin-left: -.5rem;
        display: block;
        line-height: 1;
        -webkit-animation: rotation 1s ease infinite;
        animation: rotation 1s ease infinite;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 1rem;
        height: 1rem;
    }

.fancybox-close {
    position: absolute;
    right: .625rem;
    top: .625rem;
    padding: .375rem;
    z-index: 8061;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fancybox-close {
        -webkit-transition: none;
        transition: none;
    }
}

.fancybox-close:focus, .fancybox-close:hover {
    background-color: #333;
    color: #fff;
}

.fancybox-close:after {
    content: '\ed6a';
    font-family: icomoon;
    font-size: 1rem;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fancybox-error {
    color: #f44336;
    font-weight: 500;
    margin: 0;
    padding: 1.25rem;
    white-space: nowrap;
}

.fancybox-title {
    visibility: hidden;
    position: relative;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -2.25003rem;
    z-index: 8050;
    text-align: center;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: .5rem .625rem;
        background-color: rgba(0,0,0,.5);
        color: #fff;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    text-align: center;
    margin-top: .625rem;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding: .5rem .625rem;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: .5rem .625rem;
    background-color: rgba(0,0,0,.5);
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

    .fancybox-nav span {
        position: absolute;
        top: 50%;
        margin-top: -.875rem;
        cursor: pointer;
        padding: .375rem;
        color: #fff;
        background-color: rgba(0,0,0,.5);
        display: block;
        line-height: 1;
        min-width: 1.75rem;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        z-index: 8040;
        border-radius: .1875rem;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .fancybox-nav span {
        -webkit-transition: none;
        transition: none;
    }
}

.fancybox-nav span:after {
    font-family: icomoon;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fancybox-nav span:focus, .fancybox-nav span:hover {
    background-color: #333;
    color: #fff;
}

.fancybox-nav:hover span {
    visibility: visible;
    opacity: 1;
}

.fancybox-prev {
    left: 0;
}

    .fancybox-prev span {
        left: .625rem;
    }

        .fancybox-prev span:after {
            content: '\e9c8';
        }

.fancybox-next {
    right: 0;
}

    .fancybox-next span {
        right: .625rem;
    }

        .fancybox-next span:after {
            content: '\e9cb';
        }

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

    .fancybox-lock .fancybox-overlay {
        overflow: auto;
        overflow-y: scroll;
    }

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-color: rgba(0,0,0,.8);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.footable {
    width: 100%;
}

    .footable > thead > tr > th {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .footable.breakpoint > tbody > tr.footable-detail-show > td {
        border-bottom: 0;
    }

    .footable.breakpoint > tbody > tr.footable-row-detail:hover {
        background-color: transparent;
    }

    .footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
        cursor: pointer;
    }

    .footable.breakpoint > tbody > tr > .footable-cell-detail {
        background-color: #fafafa;
        border-top: 0;
    }

    .footable.breakpoint > tbody > tr .footable-toggle:before {
        content: "\e9e4";
        display: inline-block;
        font-family: icomoon;
        font-size: 1rem;
        vertical-align: middle;
        position: relative;
        top: -.09375rem;
        line-height: 1;
        padding-right: .625rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .footable.breakpoint > tbody > tr.footable-detail-show .footable-toggle:before {
        content: "\e9e7";
    }

.footable-row-detail-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.footable-row-detail-row {
    display: table-row;
}

.footable-row-detail-group {
    display: block;
    font-weight: 500;
    margin-top: 1.25rem;
    margin-bottom: .5rem;
}

    .footable-row-detail-group:first-child {
        margin-top: .5rem;
    }

.footable-row-detail-name {
    display: table-cell;
    font-weight: 500;
    padding-right: 2.5rem;
}

.footable-row-detail-value {
    display: table-cell;
    padding: .5rem 0;
}

.hot-container {
    position: relative;
    -webkit-box-shadow: 0 0 0 1px #ddd;
    box-shadow: 0 0 0 1px #ddd;
    overflow: hidden;
    text-align: left;
}

    .hot-container.hot-scrollable {
        height: 22.5rem;
    }

    .hot-container:not(.hot-scrollable) > .handsontable > .ht_master > .wtHolder {
        height: 100% !important;
    }

@media (max-width:767.98px) {
    .hot-container {
        overflow-x: hidden;
        overflow-y: auto;
    }

        .hot-container .ht_master .wtHolder {
            max-width: 100%;
            min-width: auto;
        }

        .hot-container:not(.hot-scrollable) .wtHolder {
            height: 100% !important;
        }
}

.handsontable {
    position: relative;
    direction: ltr;
}

    .handsontable .hide {
        display: none;
    }

    .handsontable .relative {
        position: relative;
    }

    .handsontable.htAutoSize {
        visibility: hidden;
        left: -99000px;
        position: absolute;
        top: -99000px;
    }

    .handsontable .wtHider {
        position: relative;
        width: 0;
    }

    .handsontable .wtSpreader {
        position: relative;
        width: 0;
        height: auto;
    }

    .handsontable .htDimmed {
        color: #999;
    }

    .handsontable div, .handsontable input, .handsontable table, .handsontable tbody, .handsontable td, .handsontable textarea, .handsontable th, .handsontable thead {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .handsontable input, .handsontable textarea {
        min-height: initial;
    }

    .handsontable table.htCore {
        border-collapse: separate;
        border-spacing: 0;
        margin: 0;
        border-width: 0;
        table-layout: fixed;
        width: 0;
        outline-width: 0;
        max-width: none;
        max-height: none;
    }

    .handsontable col, .handsontable col.rowHeader {
        width: 5rem;
    }

    .handsontable td, .handsontable th {
        position: relative;
        border-top-width: 0;
        border-left-width: 0;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        height: 1.875rem;
        empty-cells: show;
        padding: 0 .25rem;
        overflow: hidden;
        outline-width: 0;
        white-space: pre-line;
    }

        .handsontable td:not([class*=bg-]) {
            background-color: #fff;
        }

        .handsontable td.htInvalid {
            background-color: #ffebee !important;
        }

        .handsontable td.htNoWrap {
            white-space: nowrap;
        }

        .handsontable td.active {
            background-color: rgba(0,0,0,.015);
        }

        .handsontable td.area {
            background-color: #e3f2fd;
        }

    .handsontable th {
        text-align: center;
        font-weight: 400;
        white-space: nowrap;
    }

        .handsontable th:not([class*=bg-]) {
            background-color: #f5f5f5;
        }

    .handsontable thead th {
        padding: 0;
    }

        .handsontable thead th .relative {
            padding: 0 .25rem;
        }

        .handsontable tbody th.ht__highlight, .handsontable thead th.ht__highlight {
            background-color: #efefef;
        }

    .handsontable.ht__selection--columns thead th.ht__highlight, .handsontable.ht__selection--rows tbody th.ht__highlight {
        background-color: #e3f2fd;
    }

    .handsontable th.htNoFrame, .handsontable th:first-child.htNoFrame, .handsontable tr:first-child th.htNoFrame {
        border-left-width: 0;
        background-color: #fff;
        border-color: #fff;
    }

    .handsontable .htNoFrame + td, .handsontable .htNoFrame + th, .handsontable td:first-of-type, .handsontable th:first-child, .handsontable th:nth-child(2) {
        border-left: 1px solid #ddd;
    }

    .handsontable.htRowHeaders thead tr th:nth-child(2) {
        border-left: 1px solid #ddd;
    }

    .handsontable tr:first-child td, .handsontable tr:first-child th {
        border-top: 1px solid #ddd;
    }

.ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable tbody tr th, .ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child {
    border-right-width: 0;
}

.ht_master:not(.innerBorderTop) thead tr.lastChild th, .ht_master:not(.innerBorderTop) thead tr:last-child th, .ht_master:not(.innerBorderTop) ~ .handsontable thead tr.lastChild th, .ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th {
    border-bottom-width: 0;
}

.htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_left td:first-of-type, .htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_top_left_corner th:nth-child(2) {
    border-left-width: 0;
}

.ht_master tbody tr:first-child td {
    border-top-color: transparent;
}

.ht_clone_top tr:first-child td, .ht_clone_top tr:first-child th {
    border-top-color: transparent;
}

.ht_clone_left tbody tr:first-child td, .ht_clone_left tbody tr:first-child th, .ht_clone_left thead tr:first-child th, .ht_clone_top_left_corner tbody tr:first-child td, .ht_clone_top_left_corner tbody tr:first-child th, .ht_clone_top_left_corner thead tr:first-child th {
    border-top-color: transparent;
}

.handsontable td:first-child, .handsontable th:first-child {
    border-left-color: transparent;
}

.ht_clone_top td:last-child, .ht_clone_top th:last-child, .ht_master td:last-child {
    border-right-color: transparent;
}

.ht_clone_left tbody tr:last-child td, .ht_clone_left tbody tr:last-child th, .ht_master tbody tr:last-child td, .ht_master tbody tr:last-child th {
    border-bottom-color: transparent;
}

.htRowHeaders.htColumnHeaders .ht_clone_left tbody tr:first-child th, .htRowHeaders.htColumnHeaders .ht_clone_top_left_corner tbody tr:first-child th {
    border-top-color: #ddd;
}

.htColumnHeaders .handsontable tr:first-child td {
    border-top-color: #ddd;
}

.manualColumnResizer.active, .manualRowResizer.active {
    display: block;
    z-index: 199;
}

.manualColumnResizer.active, .manualColumnResizer:hover, .manualRowResizer.active, .manualRowResizer:hover {
    background-color: rgba(0,0,0,.015);
}

.manualColumnResizer {
    position: fixed;
    top: 0;
    cursor: col-resize;
    z-index: 110;
    width: .3125rem;
    height: 1.875rem;
}

.manualRowResizer {
    position: fixed;
    left: 0;
    cursor: row-resize;
    z-index: 110;
    height: .3125rem;
    width: 3.75rem;
}

.manualColumnResizerGuide {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,.015);
    display: none;
    width: 0;
    border-right: 1px dashed #ddd;
    margin-left: .3125rem;
}

.manualRowResizerGuide {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.015);
    display: none;
    height: 0;
    border-bottom: 1px dashed #ddd;
    margin-top: .3125rem;
}

.handsontable .columnSorting {
    position: relative;
    cursor: pointer;
}

    .handsontable .columnSorting:after, .handsontable .columnSorting:before {
        font-family: icomoon;
        font-size: .75rem;
        position: absolute;
        display: inline-block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -1.625rem;
        line-height: 1;
        opacity: .5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: opacity ease-in-out .15s;
        transition: opacity ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .handsontable .columnSorting:after, .handsontable .columnSorting:before {
        -webkit-transition: none;
        transition: none;
    }
}

.handsontable .columnSorting:before {
    content: '\e9c1';
    margin-top: .25rem;
}

.handsontable .columnSorting:after {
    content: '\e9c2';
    margin-top: -.25rem;
}

.handsontable .columnSorting.ascending:before {
    content: none;
}

.handsontable .columnSorting.ascending:after {
    margin-top: 0;
}

.handsontable .columnSorting.descending:before {
    margin-top: 0;
}

.handsontable .columnSorting.descending:after {
    content: none;
}

.handsontable .columnSorting:hover:after, .handsontable .columnSorting:hover:before {
    opacity: 1;
}

.wtBorder {
    position: absolute;
    font-size: 0;
}

    .wtBorder.hidden {
        display: none !important;
    }

    .wtBorder.corner {
        font-size: 0;
        cursor: crosshair;
    }

.htBorder.htFillBorder {
    background-color: #2196f3;
    width: 1px;
    height: 1px;
}

.handsontableInput {
    border: 0;
    outline-width: 0;
    margin: 0;
    padding: 0 .3125rem;
    padding-top: .0625rem;
    font-family: inherit;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: inherit;
    resize: none;
    display: block;
    width: auto !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 2px #2196f3 inset;
    box-shadow: 0 0 0 2px #2196f3 inset;
}

.handsontableInputHolder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.htSelectEditor {
    -webkit-appearance: menulist-button !important;
    position: absolute;
    width: auto;
    outline: 0;
    border-radius: 0;
}

.htSubmenu {
    position: relative;
}

    .htSubmenu > div:after {
        content: '\e9c7';
        font-family: icomoon;
        position: absolute;
        top: 50%;
        margin-top: -.5rem;
        right: 1rem;
        font-size: 1rem;
        line-height: 1;
        opacity: .8;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.handsontable .htLeft {
    text-align: left;
}

.handsontable .htCenter {
    text-align: center;
}

.handsontable .htRight {
    text-align: right;
}

.handsontable .htJustify {
    text-align: justify;
}

.handsontable .htTop {
    vertical-align: top;
}

.handsontable .htMiddle {
    vertical-align: middle;
}

.handsontable .htBottom {
    vertical-align: bottom;
}

.htPlaceholder {
    color: #999;
}

.htAutocompleteArrow {
    cursor: default;
    text-indent: -9999999px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: .3em;
    margin-top: -.15em;
    display: inline-block;
    margin-right: .3em;
    border-top: .3em dashed;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    opacity: .75;
}

.handsontable td:hover .htAutocompleteArrow, .handsontable th:hover .htAutocompleteArrow {
    opacity: 1;
}

.handsontable td.area .htAutocompleteArrow {
    color: #e3f2fd;
}

.htCheckboxRendererInput {
    display: inline-block;
    vertical-align: middle;
}

    .htCheckboxRendererInput.noValue {
        opacity: .5;
    }

.htCheckboxRendererLabel {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

    .htCheckboxRendererLabel > .htCheckboxRendererInput {
        margin-right: .625rem;
    }

.handsontable.hide-tween {
    -webkit-animation: opacity-hide .3s;
    animation: opacity-hide .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.handsontable.show-tween {
    -webkit-animation: opacity-show .3s;
    animation: opacity-show .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes opacity-hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes opacity-hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes opacity-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes opacity-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.handsontable.listbox {
    margin: 0;
}

    .handsontable.listbox .ht_master table {
        border-collapse: separate;
        border: 1px solid #ddd;
        background-color: #fff;
    }

    .handsontable.listbox td, .handsontable.listbox th, .handsontable.listbox tr:first-child td, .handsontable.listbox tr:first-child th, .handsontable.listbox tr:last-child th {
        border: 0;
    }

    .handsontable.listbox td, .handsontable.listbox th, .handsontable.listbox tr {
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .handsontable.listbox td, .handsontable.listbox th, .handsontable.listbox tr {
        -webkit-transition: none;
        transition: none;
    }
}

.handsontable.listbox td, .handsontable.listbox th {
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .handsontable.listbox td.htDimmed {
        cursor: pointer;
        color: inherit;
        font-style: inherit;
    }

.handsontable.listbox .wtBorder {
    visibility: hidden;
}

.handsontable.listbox tr td.current, .handsontable.listbox tr:hover td {
    background-color: #f5f5f5;
}

.changeType {
    border: 0;
    background-color: transparent;
    padding: 0;
    float: right;
    margin-right: .25rem;
    line-height: 1rem;
    margin-top: .12502rem;
    cursor: pointer;
    opacity: .75;
}

    .changeType:hover {
        opacity: 1;
    }

.changeTypeMenu {
    position: absolute;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
    padding: .5rem 0;
    display: none;
    width: 11.25rem;
    z-index: 1000;
}

    .changeTypeMenu li {
        list-style: none;
        padding: .5rem 1rem;
        padding-right: 2.5rem;
        cursor: pointer;
        position: relative;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .changeTypeMenu li {
        -webkit-transition: none;
        transition: none;
    }
}

.changeTypeMenu li:hover {
    background-color: #f5f5f5;
}

.changeTypeMenu li.active:after {
    content: '\e600';
    font-family: icomoon;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ht_clone_top {
    z-index: 101;
}

.ht_clone_left {
    z-index: 102;
}

.ht_clone_bottom_left_corner, .ht_clone_top_left_corner {
    z-index: 103;
}

.ht_clone_debug {
    z-index: 103;
}

.handsontable td.htSearchResult {
    background-color: #fff3e0;
}

.htBordered {
    border-width: 1px;
}

    .htBordered.htTopBorderSolid {
        border-top-style: solid;
        border-top-color: #ddd;
    }

    .htBordered.htRightBorderSolid {
        border-right-style: solid;
        border-right-color: #ddd;
    }

    .htBordered.htBottomBorderSolid {
        border-bottom-style: solid;
        border-bottom-color: #ddd;
    }

    .htBordered.htLeftBorderSolid {
        border-left-style: solid;
        border-left-color: #ddd;
    }

.handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer {
    border-bottom: 1px solid #ddd;
    padding-bottom: .3125rem;
}

.handsontable tbody tr th:nth-last-child(2), .ht_clone_top_left_corner thead tr th:nth-last-child(2) {
    border-right: 1px solid #ddd;
}

.htCollapseButton {
    line-height: .625rem;
    text-align: center;
    border: 0;
    cursor: pointer;
    margin-bottom: .1875rem;
    position: relative;
    width: .625rem;
    height: .625rem;
    border-radius: .1875rem;
}

    .htCollapseButton:after {
        content: "";
        height: 300%;
        width: 1px;
        display: block;
        background-color: #ccc;
        margin-left: .25rem;
        position: absolute;
        bottom: .625rem;
    }

thead .htCollapseButton {
    position: absolute;
    top: .3125rem;
    right: .3125rem;
    background-color: #fff;
}

    thead .htCollapseButton:after {
        height: 1px;
        width: 700%;
        right: .625rem;
        top: .25rem;
    }

.handsontable th .htExpandButton {
    position: absolute;
    line-height: .625rem;
    text-align: center;
    border: 0;
    cursor: pointer;
    top: 0;
    display: none;
    width: .625rem;
    height: .625rem;
    border-radius: .1875rem;
}

    .handsontable th .htExpandButton.clickable {
        display: block;
    }

.handsontable thead th .htExpandButton {
    top: .3125rem;
}

.collapsibleIndicator {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: .3125rem;
    border: 0;
    line-height: .625rem;
    color: #333;
    font-size: .8125rem;
    cursor: pointer;
    background-color: #eee;
    width: .625rem;
    height: .625rem;
    border-radius: 100px;
}

.handsontable col.hidden {
    width: 0 !important;
}

.handsontable table tr th.lightRightBorder {
    border-right: 1px solid #fff;
}

.handsontable tr.hidden, .handsontable tr.hidden td, .handsontable tr.hidden th {
    display: none;
}

.ht_clone_bottom, .ht_clone_left, .ht_clone_top, .ht_master {
    overflow: hidden;
}

    .ht_master .wtHolder {
        overflow: auto;
    }

    .ht_clone_left .wtHolder {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .ht_clone_bottom .wtHolder, .ht_clone_top .wtHolder {
        overflow-x: hidden;
        overflow-y: hidden;
    }

.wtDebugHidden {
    display: none;
}

.wtDebugVisible {
    display: block;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: wtFadeInFromNone;
    animation-name: wtFadeInFromNone;
}

@keyframes wtFadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes wtFadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.handsontable.mobile, .handsontable.mobile .wtHolder {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.htMobileEditorContainer {
    display: none;
    position: absolute;
    top: 0;
    width: 70%;
    height: 3.375rem;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    z-index: 999;
    -webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
}

    .htMobileEditorContainer.active {
        display: block;
    }

    .htMobileEditorContainer .inputs {
        position: absolute;
        right: 13.13rem;
        bottom: .625rem;
        top: .625rem;
        left: .875rem;
        height: 2.25003rem;
    }

        .htMobileEditorContainer .inputs textarea {
            font-size: .8125rem;
            border: 1px solid #ddd;
            -webkit-appearance: none;
            position: absolute;
            left: .875rem;
            right: .875rem;
            top: 0;
            bottom: 0;
            padding: .4375rem;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .htMobileEditorContainer .cellPointer {
        position: absolute;
        top: -.8125rem;
        height: 0;
        width: 0;
        left: 1.875rem;
        border-left: .8125rem solid transparent;
        border-right: .8125rem solid transparent;
        border-bottom: .8125rem solid #eee;
    }

        .htMobileEditorContainer .cellPointer.hidden {
            display: none;
        }

        .htMobileEditorContainer .cellPointer:before {
            content: '';
            display: block;
            position: absolute;
            top: .125rem;
            height: 0;
            width: 0;
            left: -.8125rem;
            border-left: .8125rem solid transparent;
            border-right: .8125rem solid transparent;
            border-bottom: .8125rem solid #f5f5f5;
        }

    .htMobileEditorContainer .moveHandle {
        position: absolute;
        top: .625rem;
        left: .3125rem;
        width: 1.875rem;
        bottom: 0;
        cursor: move;
        z-index: 9999;
    }

        .htMobileEditorContainer .moveHandle:after {
            content: "..\a..\a..\a..";
            white-space: pre;
            line-height: .625rem;
            font-size: 1.25rem;
            display: inline-block;
            margin-top: -.5rem;
            color: #eee;
        }

    .htMobileEditorContainer .positionControls {
        width: 12.81rem;
        position: absolute;
        right: .3125rem;
        top: 0;
        bottom: 0;
    }

        .htMobileEditorContainer .positionControls > div {
            width: 3.125rem;
            height: 100%;
            float: left;
        }

            .htMobileEditorContainer .positionControls > div:after {
                content: " ";
                display: block;
                width: 1rem;
                height: 1rem;
                text-align: center;
                line-height: 3.125rem;
            }

    .htMobileEditorContainer .downButton:after, .htMobileEditorContainer .leftButton:after, .htMobileEditorContainer .rightButton:after, .htMobileEditorContainer .upButton:after {
        margin: 1.313rem 0 0 1.313rem;
        -webkit-transform-origin: .3125rem;
        transform-origin: .3125rem;
    }

    .htMobileEditorContainer .leftButton:after {
        border-top: .125rem solid #2196f3;
        border-left: .125rem solid #2196f3;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .htMobileEditorContainer .leftButton:active:after {
        border-color: #ddd;
    }

    .htMobileEditorContainer .rightButton:after {
        border-top: .125rem solid #2196f3;
        border-left: .125rem solid #2196f3;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .htMobileEditorContainer .rightButton:active:after {
        border-color: #ddd;
    }

    .htMobileEditorContainer .upButton:after {
        border-top: .125rem solid #2196f3;
        border-left: .125rem solid #2196f3;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .htMobileEditorContainer .upButton:active:after {
        border-color: #ddd;
    }

    .htMobileEditorContainer .downButton:after {
        border-top: .125rem solid #2196f3;
        border-left: .125rem solid #2196f3;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .htMobileEditorContainer .downButton:active:after {
        border-color: #ddd;
    }

.topLeftSelectionHandle-HitArea:not(.ht_master.topLeftSelectionHandle-HitArea), .topLeftSelectionHandle:not(.ht_master.topLeftSelectionHandle) {
    z-index: 9999;
}

.bottomRightSelectionHandle, .bottomRightSelectionHandle-HitArea, .topLeftSelectionHandle, .topLeftSelectionHandle-HitArea {
    left: -10000px;
    top: -10000px;
}

.htCommentCell {
    position: relative;
}

    .htCommentCell:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        border-left: .375rem solid transparent;
        border-top: .375rem solid red;
    }

.htComments {
    display: none;
    z-index: 1070;
    position: absolute;
}

.htCommentTextArea {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    padding: .4375rem .875rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
}

    .htCommentTextArea:focus {
        outline: 0;
    }

.htContextMenu {
    display: none;
    position: absolute;
    z-index: 1051;
}

    .htContextMenu .ht_clone_corner, .htContextMenu .ht_clone_debug, .htContextMenu .ht_clone_left, .htContextMenu .ht_clone_top {
        display: none;
    }

    .htContextMenu table.htCore {
        border: 1px solid rgba(0,0,0,.15);
        background-color: #fff;
        padding: .5rem 0;
        border-radius: .1875rem;
        -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
        box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    }

    .htContextMenu .wtBorder {
        visibility: hidden;
    }

    .htContextMenu table tbody tr td {
        position: relative;
        border-width: 0;
        padding: .25rem 1rem;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .htContextMenu table tbody tr td {
        -webkit-transition: none;
        transition: none;
    }
}

.htContextMenu table tbody tr td:first-child {
    border: 0;
}

.htContextMenu table tbody tr td.htDimmed {
    color: #333;
}

.htContextMenu table tbody tr td.current, .htContextMenu table tbody tr td.zeroclipboard-is-hover {
    background-color: #f5f5f5;
}

.htContextMenu table tbody tr td.htSeparator {
    height: 0;
    padding: 0;
    background-color: transparent;
    cursor: default;
}

    .htContextMenu table tbody tr td.htSeparator > div {
        height: 1px;
        background-color: rgba(0,0,0,.15);
        margin: .5rem 0;
    }

.htContextMenu table tbody tr td.htDisabled {
    color: #999;
}

    .htContextMenu table tbody tr td.htDisabled, .htContextMenu table tbody tr td.htDisabled:hover {
        cursor: default;
    }

.htContextMenu table tbody tr td div span.selected {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem;
    font-size: 0;
    color: #777;
}

    .htContextMenu table tbody tr td div span.selected:after {
        content: '\e600';
        font-family: icomoon;
        display: inline-block;
        font-size: 1rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.htContextMenu table tbody tr.htHidden {
    display: none;
}

.htContextMenu .ht_master .wtHolder {
    overflow: hidden;
}

.htContextMenuSub_Alignment {
    margin-top: -.5rem;
    margin-left: -1px;
}

.global-zeroclipboard-container, .global-zeroclipboard-flash-bridge {
    cursor: pointer;
}

textarea#HandsontableCopyPaste {
    position: fixed !important;
    top: 0 !important;
    right: 100% !important;
    overflow: hidden;
    opacity: 0;
    outline: 0 none !important;
}

.ht__manualColumnMove.after-selection--columns thead th.ht__highlight, .ht__manualColumnMove.on-moving--columns, .ht__manualColumnMove.on-moving--columns thead th.ht__highlight, .ht__manualRowMove.after-selection--rows tbody th.ht__highlight, .ht__manualRowMove.on-moving--rows, .ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
    cursor: move;
}

    .ht__manualColumnMove.on-moving--columns .manualColumnResizer, .ht__manualRowMove.on-moving--rows .manualRowResizer {
        display: none;
    }

.ht__manualColumnMove--backlight, .ht__manualColumnMove--guideline, .ht__manualRowMove--backlight, .ht__manualRowMove--guideline {
    position: absolute;
    height: 100%;
    display: none;
}

.ht__manualColumnMove--guideline, .ht__manualRowMove--guideline {
    background-color: rgba(0,0,0,.015);
    z-index: 105;
}

.ht__manualColumnMove--guideline {
    width: 2px;
    margin-left: -1px;
    top: 0;
}

.ht__manualRowMove--guideline {
    height: 2px;
    margin-top: -1px;
    left: 0;
}

.ht__manualColumnMove--backlight, .ht__manualRowMove--backlight {
    background-color: rgba(0,0,0,.015);
    display: none;
    z-index: 105;
    pointer-events: none;
}

.on-moving--columns .ht__manualColumnMove--backlight, .on-moving--columns.show-ui .ht__manualColumnMove--guideline, .on-moving--rows .ht__manualRowMove--backlight, .on-moving--rows.show-ui .ht__manualRowMove--guideline {
    display: block;
}

.pika-single {
    z-index: 1000;
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    margin-top: -1px;
    margin-left: -1px;
    background-clip: padding-box;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

    .pika-single::after {
        display: block;
        clear: both;
        content: "";
    }

    .pika-single.is-hidden {
        display: none;
    }

    .pika-single.is-bound {
        position: absolute;
    }

.pika-lendar {
    float: left;
    max-width: 15.63rem;
    margin: .9375rem;
}

.pika-title {
    position: relative;
    text-align: center;
}

    .pika-title select {
        cursor: pointer;
        position: absolute;
        z-index: 999;
        margin: 0;
        left: 0;
        height: 2.25003rem;
        padding: .4375rem .875rem;
        border: 1px solid #ddd;
        opacity: 0;
    }

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 1000;
    overflow: hidden;
    margin: 0;
    padding-top: .46875rem;
    padding-bottom: .46875rem;
    font-size: .9375rem;
    line-height: 1;
}

    .pika-label + .pika-label {
        margin-left: .46875rem;
        top: -.0625rem;
        font-size: .8125rem;
        color: #999;
    }

.pika-next, .pika-prev {
    display: block;
    position: relative;
    border: 0;
    padding: .4375rem;
    font-size: 0;
    background-color: transparent;
    cursor: pointer;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .pika-next, .pika-prev {
        -webkit-transition: none;
        transition: none;
    }
}

.pika-next:after, .pika-prev:after {
    font-family: icomoon;
    display: block;
    font-size: 1rem;
    width: 1rem;
    text-align: center;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pika-next:hover, .pika-prev:hover {
    color: #333;
    background-color: #f5f5f5;
}

.pika-next.is-disabled, .pika-prev.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-prev {
    float: left;
}

    .pika-prev:after {
        content: '\e9c8';
    }

.pika-next {
    float: right;
}

    .pika-next:after {
        content: '\e9cb';
    }

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    table-layout: fixed;
}

    .pika-table td, .pika-table th {
        position: relative;
    }

    .pika-table th {
        text-align: center;
        font-weight: 400;
        padding-top: .9375rem;
        padding-bottom: .4375rem;
        font-size: .75rem;
        color: #999;
    }

    .pika-table abbr {
        border-bottom: 0;
        cursor: default;
        text-decoration: none;
    }

.pika-button {
    display: block;
    border: 0;
    margin: 0;
    width: 100%;
    padding: .4375rem;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .pika-button {
        -webkit-transition: none;
        transition: none;
    }
}

.pika-button:hover {
    color: #333;
    background-color: #f5f5f5;
}

.is-today .pika-button {
    color: #333;
    background-color: #f5f5f5;
}

.is-selected .pika-button {
    color: #fff;
    background-color: #26a69a;
}

    .is-selected .pika-button:before, .is-today .pika-button:before, .is-today.is-selected .pika-button:before {
        content: "";
        position: absolute;
        top: .14583rem;
        right: .14583rem;
        border-top: .4375rem solid #fff;
        border-left: .4375rem solid transparent;
        width: 0;
        height: 0;
    }

.is-endrange .pika-button, .is-startrange .pika-button {
    color: #fff;
    background-color: #26a69a;
}

.is-inrange .pika-button {
    color: #333;
    background-color: #f5f5f5;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}

.pika-select {
    display: inline-block;
}

.pika-week {
    font-size: .75rem;
    color: #999;
}

.dataTable {
    margin: 0;
    max-width: none;
}

    .dataTable thead td, .dataTable thead th {
        outline: 0;
        position: relative;
    }

    .dataTable thead .sorting, .dataTable thead .sorting_asc, .dataTable thead .sorting_desc {
        cursor: pointer;
    }

    .dataTable thead .sorting, .dataTable thead .sorting_asc, .dataTable thead .sorting_asc_disabled, .dataTable thead .sorting_desc, .dataTable thead .sorting_desc_disabled {
        padding-right: 2.5rem;
    }

        .dataTable thead .sorting:after, .dataTable thead .sorting:before, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_desc_disabled:after {
            content: '';
            font-family: icomoon;
            position: absolute;
            top: 50%;
            right: 1.25rem;
            font-size: .75rem;
            margin-top: -.375rem;
            display: inline-block;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .dataTable thead .sorting:before {
            content: '\e9c1';
            margin-top: -.125rem;
            opacity: .5;
        }

        .dataTable thead .sorting:after {
            content: '\e9c2';
            margin-top: -.625rem;
            opacity: .5;
        }

        .dataTable thead .sorting_asc:after {
            content: '\e9c2';
            opacity: 1;
        }

        .dataTable thead .sorting_desc:after {
            content: '\e9c1';
            opacity: 1;
        }

        .dataTable thead .sorting_asc_disabled:after {
            content: '\e9c2';
            opacity: .25;
        }

        .dataTable thead .sorting_desc_disabled:after {
            content: '\e9c1';
            opacity: .25;
        }

    .dataTable tbody + tfoot + thead > tr:first-child > td, .dataTable tbody + tfoot + thead > tr:first-child > th, .dataTable tbody + thead > tr:first-child > td, .dataTable tbody + thead > tr:first-child > th {
        border-top: 0;
    }

    .dataTable tbody td, .dataTable tbody th {
        outline: 0;
    }

        .dataTable tbody td.active, .dataTable tbody th.active {
            background-color: rgba(0,0,0,.03);
        }

    .dataTable .dataTables_empty {
        text-align: center;
    }

    .dataTable.table-bordered {
        border-collapse: collapse;
    }

.dataTables_wrapper {
    position: relative;
    clear: both;
}

    .dataTables_wrapper::after {
        display: block;
        clear: both;
        content: "";
    }

    .dataTables_wrapper .table-bordered {
        border-top: 0;
    }

    .dataTables_wrapper + .card-body {
        border-top: 1px solid #ddd;
    }

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    background-color: #fff;
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(25%,rgba(255,255,255,.9)),color-stop(75%,rgba(255,255,255,.9)),to(rgba(255,255,255,0)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);
}

.datatable-footer, .datatable-header {
    padding: 1.25rem 1.25rem 0 1.25rem;
}

    .datatable-footer::after, .datatable-header::after {
        display: block;
        clear: both;
        content: "";
    }

    .datatable-footer > div:first-child, .datatable-header > div:first-child {
        margin-left: 0;
    }

.card-body .datatable-footer, .card-body .datatable-header {
    padding-left: 0;
    padding-right: 0;
}

.datatable-footer-accent, .datatable-header-accent {
    background-color: rgba(0,0,0,.02);
}

.datatable-header {
    border-bottom: 1px solid #ddd;
}

.datatable-footer {
    border-top: 1px solid #b7b7b7;
}

.dataTables_length {
    float: right;
    display: inline-block;
    margin: 0 0 1.25rem 1.25rem;
}

    .dataTables_length > label {
        margin-bottom: 0;
    }

        .dataTables_length > label > span:first-child {
            float: left;
            margin: .5rem .83333rem;
            margin-left: 0;
        }

    .dataTables_length select {
        height: 2.25003rem;
        padding: .4375rem .875rem;
        font-size: .8125rem;
        line-height: 1.5385;
        color: #333;
        background-color: #fff;
        border: 1px solid #ddd;
        outline: 0;
    }

.length-left .dataTables_length {
    float: left;
}

.dataTables_length .select2-container {
    width: auto;
}

.dataTables_length .select2-choice {
    min-width: 3.75rem;
}

.dataTables_filter {
    position: relative;
    display: block;
    float: left;
    margin: 0 0 1.25rem 1.25rem;
}

    .dataTables_filter > label {
        margin-bottom: 0;
        position: relative;
    }

        .dataTables_filter > label:after {
            content: "\e98e";
            font-family: icomoon;
            font-size: .75rem;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: .875rem;
            margin-top: -.375rem;
            line-height: 1;
            opacity: .5;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .dataTables_filter > label > span {
            float: left;
            margin: .5rem .83333rem;
            margin-left: 0;
        }

    .dataTables_filter input {
        outline: 0;
        width: 12.5rem;
        padding: .4375rem .875rem;
        padding-right: 2rem;
        font-size: .8125rem;
        line-height: 1.5385;
        color: #333;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: .1875rem;
    }

        .dataTables_filter input::-webkit-input-placeholder {
            color: #999;
            opacity: 1;
        }

        .dataTables_filter input::-moz-placeholder {
            color: #999;
            opacity: 1;
        }

        .dataTables_filter input:-ms-input-placeholder {
            color: #999;
            opacity: 1;
        }

        .dataTables_filter input::-ms-input-placeholder {
            color: #999;
            opacity: 1;
        }

        .dataTables_filter input::placeholder {
            color: #999;
            opacity: 1;
        }

.filter-right .dataTables_filter {
    float: right;
}

.dataTables_info {
    float: left;
    padding: .4375rem 0;
    margin-bottom: 1.25rem;
}

.info-right .dataTables_info {
    float: right;
}

.dataTables_paginate {
    float: right;
    text-align: right;
    margin: 0 0 1.25rem 1.25rem;
}

    .dataTables_paginate .paginate_button {
        display: inline-block;
        padding: .4375rem;
        min-width: 2.25003rem;
        margin-left: .125rem;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        color: #333;
        outline: 0;
        border: 1px solid transparent;
        border-radius: .1875rem;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .dataTables_paginate .paginate_button {
        -webkit-transition: none;
        transition: none;
    }
}

.dataTables_paginate .paginate_button:first-child {
    margin-left: 0;
}

.dataTables_paginate .paginate_button:focus, .dataTables_paginate .paginate_button:hover {
    background-color: #f5f5f5;
}

.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:focus, .dataTables_paginate .paginate_button.current:hover {
    color: #fff;
    background-color: #37474f;
}

.dataTables_paginate .paginate_button.disabled, .dataTables_paginate .paginate_button.disabled:focus, .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    background-color: #fff;
    color: #999;
}

.dataTables_paginate.paging_simple .paginate_button {
    padding-left: .875rem;
    padding-right: .875rem;
}

    .dataTables_paginate.paging_simple .paginate_button:not(.disabled):focus, .dataTables_paginate.paging_simple .paginate_button:not(.disabled):hover {
        color: #fff;
        background-color: #37474f;
    }

.paginate-left .dataTables_paginate {
    float: left;
}

.paging_simple .paginate_button:focus, .paging_simple .paginate_button:hover {
    color: #fff;
    background-color: #2196f3;
}

.dataTables_scroll {
    clear: both;
}

    .dataTables_scroll .dataTables_scrollHead table {
        border-bottom: 0;
    }

    .dataTables_scroll .dataTables_scrollHead td, .dataTables_scroll .dataTables_scrollHead th {
        white-space: nowrap;
    }

    .dataTables_scroll .dataTables_scrollBody {
        -webkit-overflow-scrolling: touch;
    }

        .dataTables_scroll .dataTables_scrollBody table {
            border-bottom: 0;
        }

            .dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:after, .dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:before {
                content: none;
            }

            .dataTables_scroll .dataTables_scrollBody table tbody tr:first-child > td {
                border-top: 0;
            }

        .dataTables_scroll .dataTables_scrollBody td, .dataTables_scroll .dataTables_scrollBody th {
            white-space: nowrap;
        }

            .dataTables_scroll .dataTables_scrollBody td > .dataTables_sizing, .dataTables_scroll .dataTables_scrollBody th > .dataTables_sizing {
                height: 0;
                overflow: hidden;
                margin: 0;
                padding: 0;
            }

.card-body + * > .dataTables_wrapper, .card-body + .dataTables_wrapper {
    border-top: 1px solid #ddd;
}

.card-body > .dataTables_wrapper .datatable-footer {
    border-top: 0;
}

    .card-body > .dataTables_wrapper .datatable-footer .dataTables_filter, .card-body > .dataTables_wrapper .datatable-footer .dataTables_info, .card-body > .dataTables_wrapper .datatable-footer .dataTables_length, .card-body > .dataTables_wrapper .datatable-footer .dataTables_paginate {
        margin-bottom: 0;
    }

.card-header:not([class*=bg-]) + .dataTables_wrapper > .datatable-header {
    padding-top: 0;
}

.card > .dataTables_wrapper .table-bordered {
    border: 0;
}

    .card > .dataTables_wrapper .table-bordered > tbody > tr > td:first-child, .card > .dataTables_wrapper .table-bordered > tbody > tr > th:first-child, .card > .dataTables_wrapper .table-bordered > tfoot > tr > td:first-child, .card > .dataTables_wrapper .table-bordered > tfoot > tr > th:first-child, .card > .dataTables_wrapper .table-bordered > thead > tr > td:first-child, .card > .dataTables_wrapper .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .card > .dataTables_wrapper .table-bordered > tbody > tr > td:last-child, .card > .dataTables_wrapper .table-bordered > tbody > tr > th:last-child, .card > .dataTables_wrapper .table-bordered > tfoot > tr > td:last-child, .card > .dataTables_wrapper .table-bordered > tfoot > tr > th:last-child, .card > .dataTables_wrapper .table-bordered > thead > tr > td:last-child, .card > .dataTables_wrapper .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .card > .dataTables_wrapper .table-bordered > tbody > tr:last-child > td, .card > .dataTables_wrapper .table-bordered > tbody > tr:last-child > th {
        border-bottom: 0;
    }

.datatable-scroll, .datatable-scroll-lg, .datatable-scroll-sm {
    min-height: .01%;
}

.datatable-scroll-wrap {
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
}

@media (max-width:767.98px) {
    .datatable-scroll-sm {
        width: 100%;
        overflow-x: scroll;
    }

        .datatable-scroll-sm td, .datatable-scroll-sm th {
            white-space: nowrap;
        }
}

@media (max-width:991.98px) {
    .datatable-scroll {
        width: 100%;
        overflow-x: scroll;
    }

        .datatable-scroll td, .datatable-scroll th {
            white-space: nowrap;
        }
}

@media (max-width:1199.98px) {
    .datatable-scroll-lg {
        width: 100%;
        overflow-x: scroll;
    }

        .datatable-scroll-lg td, .datatable-scroll-lg th {
            white-space: nowrap;
        }
}

@media (max-width:767.98px) {
    .ColVis, .DTTT_container, .dataTables_filter, .dataTables_info, .dataTables_length, .dataTables_paginate {
        float: none !important;
        text-align: center;
        margin-left: 0;
    }

    .dataTables_info, .dataTables_paginate {
        margin-top: 0;
    }

    .datatable-header {
        text-align: center;
    }
}

.DTCR_clonedTable {
    background-color: rgba(255,255,255,.8);
    z-index: 202;
    cursor: move;
}

    .DTCR_clonedTable td, .DTCR_clonedTable th {
        border: 1px solid #ddd !important;
    }

.DTCR_pointer {
    width: 1px;
    background-color: #2196f3;
    z-index: 201;
}

.dt-rowReorder-float {
    position: absolute !important;
    table-layout: static;
    outline: 1px dashed #777;
    outline-offset: -1px;
    background-color: #fff;
    z-index: 1030;
    cursor: move;
    opacity: .9;
}

.dt-rowReorder-moving {
    outline: 1px solid #777;
    outline-offset: -1px;
}

.dt-rowReorder-noOverflow {
    overflow-x: hidden;
}

.dataTable td.reorder {
    text-align: center;
    cursor: move;
}

.DTFC_Cloned {
    background-color: #fff;
    border-bottom: 0;
}

.DTFC_LeftWrapper .DTFC_LeftBodyWrapper, .DTFC_LeftWrapper .DTFC_LeftFootWrapper, .DTFC_LeftWrapper .DTFC_LeftHeadWrapper {
    border-right: 1px solid #ddd;
}

.DTFC_RightWrapper .DTFC_RightBodyWrapper, .DTFC_RightWrapper .DTFC_RightFootWrapper, .DTFC_RightWrapper .DTFC_RightHeadWrapper {
    border-left: 1px solid #ddd;
}

.DTFC_LeftBodyWrapper .DTFC_Cloned thead th:after, .DTFC_LeftBodyWrapper .DTFC_Cloned thead th:before, .DTFC_RightBodyWrapper .DTFC_Cloned thead th:after, .DTFC_RightBodyWrapper .DTFC_Cloned thead th:before {
    content: none;
}

.DTFC_LeftBodyWrapper .DTFC_Cloned tbody > tr:first-child > td, .DTFC_LeftBodyWrapper .DTFC_Cloned tbody > tr:first-child > th, .DTFC_RightBodyWrapper .DTFC_Cloned tbody > tr:first-child > td, .DTFC_RightBodyWrapper .DTFC_Cloned tbody > tr:first-child > th {
    border-top: 0;
}

.DTFC_Blocker {
    background-color: #fff;
}

.fixedHeader-floating, .fixedHeader-locked {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.fixedHeader-floating {
    position: fixed;
}

    .fixedHeader-floating + .fixedHeader-floating, .fixedHeader-locked + .fixedHeader-floating {
        border-top: 0 !important;
    }

@media (max-width:767.98px) {
    .fixedHeader-floating {
        display: none;
    }
}

.fixedHeader-locked {
    position: absolute;
}

@media (max-width:767.98px) {
    .fixedHeader-locked {
        display: none;
    }
}

@media print {
    table.fixedHeader-floating {
        display: none;
    }
}

.dt-autofill-handle {
    position: absolute;
    z-index: 102;
    border: 1px solid #2196f3;
    background-color: #2196f3;
    width: .5rem;
    height: .5rem;
}

.dt-autofill-select {
    position: absolute;
    z-index: 1001;
    background-color: #2196f3;
    background-image: repeating-linear-gradient(45deg,transparent,transparent .3125rem,rgba(255,255,255,.75) .3125rem,rgba(255,255,255,.75) .625rem);
}

    .dt-autofill-select.bottom, .dt-autofill-select.top {
        height: 1px;
    }

    .dt-autofill-select.left, .dt-autofill-select.right {
        width: 1px;
    }

.dt-autofill-list {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 31.25rem;
    margin-left: -15.63rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 1050;
    padding: .5rem 0;
    border-radius: .1875rem;
}

    .dt-autofill-list ul {
        display: table;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

        .dt-autofill-list ul li {
            display: table-row;
            -webkit-transition: all ease-in-out .15s;
            transition: all ease-in-out .15s;
        }

@media screen and (prefers-reduced-motion:reduce) {
    .dt-autofill-list ul li {
        -webkit-transition: none;
        transition: none;
    }
}

.dt-autofill-list ul li:hover {
    color: #333;
    background-color: #f5f5f5;
}

.dt-autofill-list .dt-autofill-question {
    display: table-cell;
    padding: .5rem 1rem;
}

    .dt-autofill-list .dt-autofill-question input[type=number] {
        padding: .375rem;
        width: 1.875rem;
        margin: -.125rem 0;
    }

.dt-autofill-list .dt-autofill-button {
    display: table-cell;
    padding: .5rem 1rem;
    text-align: right;
}

    .dt-autofill-list .dt-autofill-button .btn {
        padding: .1875rem;
        background-color: #2196f3;
        color: #fff;
        font-size: 0;
    }

        .dt-autofill-list .dt-autofill-button .btn:after {
            content: '\e9c3';
            font-family: icomoon;
            display: block;
            font-size: 1rem;
            width: 1rem;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .dt-autofill-list .dt-autofill-button .btn:hover {
            opacity: .85;
        }

.dt-autofill-background {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 1040;
    opacity: .5;
    width: 100%;
    height: 100%;
}

.dataTable tbody > tr.selected, .dataTable tbody > tr > .selected {
    background-color: #e8f5e9;
}

.dataTables_wrapper .select-info, .dataTables_wrapper .select-item {
    margin-left: .625rem;
}

@media (max-width:767.98px) {
    .dataTables_wrapper .select-info, .dataTables_wrapper .select-item {
        margin-left: 0;
        display: block;
    }
}

.dataTable tbody .select-checkbox {
    position: relative;
}

    .dataTable tbody .select-checkbox:after, .dataTable tbody .select-checkbox:before {
        display: inline-block;
        color: #455a64;
        position: absolute;
        top: 50%;
        left: 50%;
        cursor: pointer;
    }

    .dataTable tbody .select-checkbox:before {
        content: '';
        background-color: #fff;
        width: 1.25rem;
        height: 1.25rem;
        margin-top: -.625rem;
        margin-left: -.625rem;
        border: .125rem solid #455a64;
        border-radius: .125rem;
    }

.dataTable tbody .selected .select-checkbox:after {
    content: "\e600";
    font-family: icomoon;
    font-size: 1rem;
    line-height: 1;
    margin-top: -.5rem;
    margin-left: -.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dt-buttons-full .dt-buttons {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding-top: 1.25rem;
    padding-bottom: .625rem;
    background-color: rgba(0,0,0,.02);
}

    .dt-buttons-full .dt-buttons > .btn {
        margin-bottom: .625rem;
        float: none;
    }

.dt-buttons {
    position: relative;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 1.25rem 1.25rem;
}

.dt-buttons-left .dt-buttons {
    float: left;
}

.dt-buttons > .btn {
    border-radius: 0;
}

    .dt-buttons > .btn:first-child {
        border-top-left-radius: .1875rem;
        border-bottom-left-radius: .1875rem;
    }

    .dt-buttons > .btn:last-of-type {
        border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
    }

    .dt-buttons > .btn + .btn {
        margin-left: -1px;
    }

@media (max-width:767.98px) {
    .dt-buttons {
        float: none;
        text-align: center;
        display: block;
    }

        .dt-buttons .btn {
            float: none;
        }
}

.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 1040;
    opacity: .5;
}

.dt-button-collection {
    position: absolute;
    background-color: #fff;
    display: block;
    z-index: 1050;
    padding: .5rem 0;
    overflow: hidden;
    min-width: 11.25rem;
    -webkit-column-gap: .125rem;
    -moz-column-gap: .125rem;
    column-gap: .125rem;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

    .dt-button-collection:not(.fixed) {
        top: 100% !important;
        left: auto !important;
        right: 0 !important;
    }

    .dt-button-collection > .dt-button {
        padding: .5rem 1rem;
        color: #333;
        background-color: transparent;
        border: 0;
        display: block;
        outline: 0;
        width: 100%;
        text-align: left;
        cursor: pointer;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .dt-button-collection > .dt-button {
        -webkit-transition: none;
        transition: none;
    }
}

.dt-button-collection > .dt-button + .dt-button {
    margin-top: 1px;
}

.dt-button-collection > .dt-button:focus, .dt-button-collection > .dt-button:hover {
    color: #333;
    background-color: #f5f5f5;
}

.dt-button-collection > .dt-button.active {
    color: #fff;
    background-color: #2196f3;
}

.dt-button-collection.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -4.6875rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

    .dt-button-collection.fixed.two-column {
        margin-left: -9.375rem;
    }

    .dt-button-collection.fixed.three-column {
        margin-left: -14.065rem;
    }

    .dt-button-collection.fixed.four-column {
        margin-left: -18.75rem;
    }

.dt-button-collection > * {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.dt-button-collection.two-column {
    width: 18.75rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.dt-button-collection.three-column {
    width: 28.13rem;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.dt-button-collection.four-column {
    width: 37.5rem;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.dataTable td.focus, .dataTable th.focus {
    outline: 2px solid #2196f3;
    outline-offset: -1px;
}

.dataTable td.focus-success, .dataTable th.focus-success {
    background-color: #e8f5e9;
    outline-color: #4caf50;
}

.dataTable td.focus-info, .dataTable th.focus-info {
    background-color: #e3f2fd;
    outline-color: #2196f3;
}

.dataTable td.focus-warning, .dataTable th.focus-warning {
    background-color: #fbe9e7;
    outline-color: #ff5722;
}

.dataTable td.focus-danger, .dataTable th.focus-danger {
    background-color: #ffebee;
    outline-color: #f44336;
}

.DTS tbody td, .DTS tbody th {
    white-space: nowrap;
}

.DTS .DTS_Loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12.5rem;
    height: 1.25rem;
    margin-top: -1.25rem;
    margin-left: -6.25rem;
    z-index: 1;
    border: 1px solid #ddd;
    padding: 1.25rem 0;
    text-align: center;
    background-color: rgba(255,255,255,.5);
}

.DTS .dataTables_scrollFoot, .DTS .dataTables_scrollHead {
    background-color: #fff;
}

.DTS .dataTables_scrollBody {
    z-index: 2;
}

.dtr-inline.collapsed tbody tr td:before, .dtr-inline.collapsed tbody tr th:before {
    margin-right: .625rem;
}

.dtr-inline.collapsed tbody tr td:first-child, .dtr-inline.collapsed tbody tr th:first-child {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

    .dtr-inline.collapsed tbody tr td:first-child.dataTables_empty:before, .dtr-inline.collapsed tbody tr th:first-child.dataTables_empty:before {
        display: none;
    }

.dtr-column tbody td.control, .dtr-column tbody th.control {
    position: relative;
    cursor: pointer;
}

.dtr-column tbody tr td.control:before, .dtr-column tbody tr th.control:before, .dtr-inline.collapsed tbody tr td:first-child:before, .dtr-inline.collapsed tbody tr th:first-child:before {
    content: '\e9e4';
    font-family: icomoon;
    display: inline-block;
    font-size: 1rem;
    width: 1rem;
    line-height: 1;
    position: relative;
    top: -.09375rem;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dataTable.dtr-column tbody tr.parent td.control:before, .dataTable.dtr-column tbody tr.parent th.control:before, .dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before, .dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
    content: '\e9e7';
}

.dtr-inline.collapsed tbody tr.child td:before {
    display: none;
}

.dataTable tr.child:hover {
    background-color: transparent;
}

.dataTable tr.child .dtr-title {
    display: table-cell;
    font-weight: 500;
    padding-right: 2.5rem;
}

.dataTable tr.child .dtr-data {
    display: table-cell;
    padding: .5rem 0;
}

.dataTable tr td.child {
    white-space: normal;
    position: relative;
}

    .dataTable tr td.child > ul {
        display: table;
        table-layout: fixed;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .dataTable tr td.child > ul > li {
            display: table-row;
        }

.map-container {
    height: 500px;
}

.gm-style {
    font-size: .8125rem;
}

    .gm-style .gm-style-iw {
        font-size: .8125rem;
        font-weight: 400;
    }

.vector-map-container {
    height: 500px;
}

.jvectormap-label {
    position: absolute;
    display: none;
    background-color: #000;
    color: #fff;
    padding: .5rem .75rem;
    border-radius: .1875rem;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 1.25rem;
    padding: .5rem;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 300;
    line-height: .625rem;
    background-color: #455a64;
    text-align: center;
    border-radius: .1875rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .jvectormap-zoomin, .jvectormap-zoomout {
        -webkit-transition: none;
        transition: none;
    }
}

.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
    background-color: #37474f;
}

.jvectormap-zoomin {
    top: .625rem;
}

.jvectormap-zoomout {
    top: 2.5rem;
}

.chart-container {
    position: relative;
    width: 100%;
}

    .chart-container.has-scroll {
        overflow-x: scroll;
        overflow-y: visible;
        max-width: 100%;
    }

@media (max-width:767.98px) {
    .chart-container {
        overflow-x: scroll;
        overflow-y: visible;
        max-width: 100%;
    }
}

.chart {
    position: relative;
    display: block;
    width: 100%;
}

    .chart.has-minimum-width {
        min-width: 37.5rem;
    }

.has-fixed-height {
    height: 400px;
}

.chart-pie {
    width: 100%;
    height: 400px;
    min-width: 31.25rem;
}

.c3 svg {
    font-size: .75rem;
}

.c3 line, .c3 path {
    fill: none;
    stroke: #999;
}

    .c3 path.domain {
        shape-rendering: crispEdges;
    }

.c3 text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c3-bars path, .c3-event-rect, .c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid {
    shape-rendering: crispEdges;
}

.c3-chart-arc path {
    stroke: #fff;
}

.c3-chart-arc text {
    fill: #fff;
    font-size: .8125rem;
}

.c3-grid line {
    stroke: #ccc;
}

.c3-grid text {
    fill: #ccc;
}

.c3-xgrid, .c3-ygrid {
    stroke-dasharray: 3 3;
}

.c3-text {
    font-weight: 500;
}

    .c3-text.c3-empty {
        fill: #777;
        font-size: 2em;
    }

.c3-line {
    stroke-width: 2px;
}

.c3-area {
    stroke-width: 0;
    opacity: .4;
}

.c3-circle._expanded_ {
    stroke-width: 1.5px;
    stroke: #fff;
}

.c3-selected-circle {
    fill: #fff;
    stroke-width: 2px;
}

.c3-bar {
    stroke-width: 0;
}

    .c3-bar._expanded_ {
        fill-opacity: .75;
    }

.c3-chart-arcs-title {
    font-size: .9375rem;
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #eee;
    stroke: none;
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #333;
    font-size: .9375rem;
}

.c3-chart-arcs .c3-chart-arcs-gauge-max, .c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #f5f5f5;
}

.c3-chart-arc .c3-gauge-value {
    fill: #333;
    font-size: 1.5625rem;
}

.c3-target.c3-focused {
    opacity: 1;
}

    .c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
        stroke-width: 2px;
    }

.c3-target.c3-defocused {
    opacity: .3 !important;
}

.c3-region {
    fill: #546e7a;
    fill-opacity: .1;
}

.c3-brush .extent {
    fill-opacity: .1;
}

.c3-legend-item {
    font-size: .75rem;
}

.c3-legend-background {
    fill: #fff;
    stroke: #d3d3d3;
    stroke-width: 1;
    opacity: .75;
}

.c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    opacity: .95;
}

    .c3-tooltip th {
        background-color: #333;
        padding: .5rem 1.25rem;
        text-align: center;
        color: #fff;
        border: 1px solid #333;
        font-weight: 500;
    }

    .c3-tooltip td {
        padding: .5rem 1.25rem;
        background-color: #fff;
        border: 1px solid #ddd;
    }

        .c3-tooltip td > span {
            display: inline-block;
            margin-right: .625rem;
            width: .5rem;
            height: .5rem;
        }

        .c3-tooltip td.value {
            text-align: right;
        }

.d3-axis path {
    fill: none;
    stroke: #999;
    shape-rendering: crispEdges;
}

.d3-axis line {
    stroke: #f5f5f5;
    shape-rendering: crispEdges;
}

.d3-axis .tick, .d3-axis .tick text {
    font-size: .75rem;
    fill: #333;
}

.d3-axis-solid line, .d3-axis-solid path {
    stroke: #ccc;
}

.d3-axis-solid .tick {
    fill: #999;
}

    .d3-axis-solid .tick text {
        fill: #999;
    }

.d3-axis-strong line, .d3-axis-strong path {
    stroke: #ccc;
}

.d3-axis-strong .tick {
    fill: #333;
}

    .d3-axis-strong .tick text {
        fill: #333;
    }

.d3-axis-transparent path {
    stroke: none;
}

.d3-axis-transparent line {
    stroke: #eee;
}

.d3-axis-transparent .tick {
    fill: #999;
}

    .d3-axis-transparent .tick text {
        fill: #999;
    }

.d3-tip {
    position: absolute;
    padding: .5rem .75rem;
    background-color: #000;
    color: #fff;
    margin-bottom: -.25rem;
    font-size: .8125rem;
    z-index: 1070;
    border-radius: .1875rem;
}

    .d3-tip .d3-tip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .d3-tip.n .d3-tip-arrow {
        bottom: -.25rem;
        left: 50%;
        margin-left: -.25rem;
        border-width: .25rem .25rem 0;
        border-top-color: #000;
    }

    .d3-tip.e .d3-tip-arrow {
        top: 50%;
        margin-top: -.25rem;
        left: -.25rem;
        border-width: .25rem .25rem .25rem 0;
        border-right-color: #000;
    }

    .d3-tip.w .d3-tip-arrow {
        top: 50%;
        margin-top: -.25rem;
        right: -.25rem;
        border-width: .25rem 0 .25rem .25rem;
        border-left-color: #000;
    }

    .d3-tip.s .d3-tip-arrow {
        top: 0;
        left: 50%;
        margin-left: -.25rem;
        border-width: 0 .25rem .25rem;
        border-bottom-color: #000;
    }

.venntooltip {
    position: absolute;
    text-align: center;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    padding: .5rem .75rem;
    display: none;
    border-radius: .1875rem;
}

.d3-line {
    fill: none;
}

.d3-line-thin {
    stroke-width: 1px;
}

.d3-line-medium {
    stroke-width: 1.5px;
}

.d3-line-strong {
    stroke-width: 2px;
}

.d3-line-circle {
    fill: none;
    cursor: pointer;
}

.d3-line-circle-thin {
    stroke-width: 1px;
}

.d3-line-circle-medium {
    stroke-width: 1.5px;
}

.d3-line-circle-strong {
    stroke-width: 2px;
}

.d3-grid .tick line {
    stroke-width: 1px;
    stroke: #eee;
    shape-rendering: crispEdges;
}

.d3-grid .tick text {
    fill: #333;
    stroke: none;
}

.d3-grid-dashed .tick {
    stroke-dasharray: 4,2;
    stroke-width: 1px;
    stroke: #eee;
    shape-rendering: crispEdges;
}

.d3-grid-dashed path {
    stroke-width: 0;
}

.d3-crosshair-overlay {
    fill: none;
    pointer-events: all;
}

.bullet-tick line {
    stroke: #999;
    stroke-width: 1px;
    shape-rendering: crispEdges;
}

.bullet-tick text {
    fill: #999;
    font-size: .75rem;
}

.bullet-marker {
    stroke-width: 2px;
    shape-rendering: crispEdges;
}

.bullet-title {
    font-size: .8125rem;
    font-weight: 500;
}

.bullet-subtitle {
    fill: #999;
}

.bullet-1 .bullet-range-1 {
    fill: rgba(96,125,139,.8);
}

.bullet-1 .bullet-range-2 {
    fill: rgba(96,125,139,.4);
}

.bullet-1 .bullet-range-3 {
    fill: #607d8b;
}

.bullet-1 .bullet-measure-1 {
    fill: rgba(84,110,122,.9);
}

.bullet-1 .bullet-measure-2 {
    fill: #fff;
}

.bullet-1 .bullet-marker {
    stroke: #37474f;
}

.bullet-2 .bullet-range-1 {
    fill: rgba(255,112,67,.6);
}

.bullet-2 .bullet-range-2 {
    fill: rgba(255,112,67,.3);
}

.bullet-2 .bullet-range-3 {
    fill: #ff7043;
}

.bullet-2 .bullet-measure-1 {
    fill: rgba(244,81,30,.9);
}

.bullet-2 .bullet-measure-2 {
    fill: #fff;
}

.bullet-2 .bullet-marker {
    stroke: #d84315;
}

.bullet-3 .bullet-range-1 {
    fill: rgba(102,187,106,.7);
}

.bullet-3 .bullet-range-2 {
    fill: rgba(102,187,106,.35);
}

.bullet-3 .bullet-range-3 {
    fill: #66bb6a;
}

.bullet-3 .bullet-measure-1 {
    fill: rgba(67,160,71,.9);
}

.bullet-3 .bullet-measure-2 {
    fill: #fff;
}

.bullet-3 .bullet-marker {
    stroke: #2e7d32;
}

.counter-icon {
    font-size: 2rem;
    position: absolute;
    left: 50%;
    margin-left: -1rem;
}

.chart-widget-legend {
    margin: .625rem 0 0 0;
    padding: 0;
    font-size: .75rem;
    text-align: center;
}

    .chart-widget-legend li {
        margin: .3125rem .625rem 0;
        padding: .4375rem .5rem .3125rem;
        display: inline-block;
    }

.color-selector-active {
    position: relative;
}

    .color-selector-active i {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -.5rem;
        margin-left: -.5rem;
    }

.pricing-table-price {
    font-size: 2.625rem;
}

    .pricing-table-price > span {
        font-size: 1.875rem;
    }

.pricing-table-list li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.card[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light) .pricing-table-list li {
    border-bottom-color: rgba(255,255,255,.2);
}

.ribbon-container {
    width: 6.5rem;
    height: 6.625rem;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -1px;
}

.ribbon {
    text-align: center;
    font-size: .75rem;
    line-height: 1.6667;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: .3125rem 0;
    left: -.6875rem;
    top: 1.563rem;
    width: 9.375rem;
    background-color: #4caf50;
    color: #fff;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,.1);
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
}

.blog-horizontal .card-img-actions {
    width: 100%;
}

@media (min-width:576px) {
    .blog-horizontal .card-img-actions {
        width: 45%;
        float: left;
        max-width: 25rem;
        z-index: 10;
    }
}

@media (min-width:576px) {
    .blog-horizontal-xs .card-img-actions {
        width: 35%;
        max-width: 12.5rem;
    }
}

@media (min-width:576px) {
    .blog-horizontal-sm .card-img-actions {
        width: 40%;
        max-width: 18.75rem;
    }
}

@media (min-width:576px) {
    .blog-horizontal-lg .card-img-actions {
        width: 50%;
        max-width: 31.25rem;
    }
}

.timer-number {
    font-size: 2.875rem;
    line-height: 1;
}

.timer-dots {
    font-size: 1.4375rem;
    padding: .71875rem 0;
    line-height: 1;
}

.table-inbox {
    table-layout: fixed;
    min-width: 768px;
}

    .table-inbox tr {
        cursor: pointer;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .table-inbox tr {
        -webkit-transition: none;
        transition: none;
    }
}

.table-inbox tr:not([class*=alpha-]):not([class*=bg-]) {
    background-color: #fafafa;
}

.table-inbox tr td:not(:first-child) {
    padding-left: 0;
}

.table-inbox tr.unread {
    font-weight: 700;
}

    .table-inbox tr.unread:not([class*=alpha-]):not([class*=bg-]) {
        background-color: #fff;
    }

.table-inbox-checkbox {
    width: 3.75rem;
}

.table-inbox-attachment, .table-inbox-star {
    width: 2.25rem;
}

.table-inbox-image {
    width: 3.25006rem;
}

.table-inbox-name {
    width: 11.25rem;
}

@media (max-width:767.98px) {
    .table-inbox-subject {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.table-inbox-message {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-inbox-time {
    text-align: right;
    width: 5rem;
}

.profile-cover {
    position: relative;
}

    .profile-cover .media {
        position: absolute;
        left: 1.25rem;
        right: 1.25rem;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

        .profile-cover .media .btn {
            -webkit-box-shadow: 0 0 .1875rem rgba(0,0,0,.5) !important;
            box-shadow: 0 0 .1875rem rgba(0,0,0,.5) !important;
        }

@media (min-width:768px) {
    .profile-cover .media {
        bottom: 1.25rem;
        -webkit-transform: none;
        transform: none;
    }
}

.profile-cover .media-body {
    text-shadow: 0 0 .1875rem rgba(0,0,0,.5);
}

.profile-cover-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 21.88rem;
}

.profile-thumb img {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 .1875rem rgba(0,0,0,.5);
    box-shadow: 0 0 .1875rem rgba(0,0,0,.5);
    width: 6.25rem;
    height: 6.25rem;
}

.login-cover {
    background: url(../../../../../../global_assets/images/login_cover.jpg) no-repeat;
    background-size: cover;
}

.login-form {
    width: 100%;
}

    .login-form .nav-item:first-child .nav-link {
        border-top-left-radius: .125rem;
    }

    .login-form .nav-item:last-child .nav-link {
        border-top-right-radius: .125rem;
    }

@media (min-width:576px) {
    .login-form {
        width: 20rem;
    }
}

.timeline {
    position: relative;
}

    .timeline:after, .timeline:before {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -2px;
        background-color: #ccc;
        z-index: 1;
        width: 4px;
        height: 4px;
        border-radius: 50%;
    }

    .timeline:before {
        top: 0;
    }

    .timeline:after {
        bottom: 0;
    }

.timeline-container {
    position: relative;
    padding-top: .625rem;
    margin-top: -.625rem;
    padding-bottom: 1px;
}

    .timeline-container:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        background-color: #ccc;
        height: 100%;
        width: 2px;
        z-index: -1;
    }

.timeline-row {
    position: relative;
}

.timeline-date {
    text-align: center;
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

    .timeline-date:after, .timeline-date:before {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -2px;
        background-color: #ccc;
        z-index: 1;
        width: 4px;
        height: 4px;
        border-radius: 50%;
    }

    .timeline-date:before {
        top: 0;
    }

    .timeline-date:after {
        bottom: 0;
    }

.card .timeline-date {
    background-color: #fff;
}

.timeline-time {
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: 1.25rem;
}

    .timeline-time:after, .timeline-time:before {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -2px;
        background-color: #ccc;
        width: 4px;
        height: 4px;
        border-radius: 50%;
    }

    .timeline-time:before {
        top: 0;
    }

    .timeline-time:after {
        bottom: 0;
    }

.card .timeline-time {
    background-color: #fff;
}

@media (min-width:768px) {
    .timeline-time:after, .timeline-time:before {
        content: none;
    }
}

.timeline-icon {
    margin: 0 auto 1.25rem auto;
    background-color: #fff;
    border: 4px solid #f5f5f5;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.card .timeline-icon {
    border-color: #fff;
}

.timeline-icon div {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 0 2px #ccc inset;
    box-shadow: 0 0 0 2px #ccc inset;
    border-radius: 50%;
}

    .timeline-icon div[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent) {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .timeline-icon div > i {
        top: 0;
    }

.timeline-icon img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

@media (min-width:768px) {
    .timeline-center .timeline-row-left {
        margin-right: 50%;
        padding-right: 2.75rem;
    }

    .timeline-center .timeline-row-right {
        margin-left: 50%;
        padding-left: 2.75rem;
    }

    .timeline-left .timeline-container:after, .timeline-left .timeline-date:after, .timeline-left .timeline-date:before, .timeline-left:after, .timeline-left:before {
        left: 1.5rem;
    }

    .timeline-left .timeline-date, .timeline-left .timeline-row {
        padding-left: 4.25rem;
    }

    .timeline-right .timeline-container:after, .timeline-right .timeline-date:after, .timeline-right .timeline-date:before, .timeline-right:after, .timeline-right:before {
        left: auto;
        right: 1.5rem;
        margin-left: 0;
        margin-right: -2px;
    }

    .timeline-right .timeline-container:after {
        margin-right: -1px;
    }

    .timeline-right .timeline-date, .timeline-right .timeline-row {
        padding-right: 4.25rem;
    }

    .timeline-left .timeline-date, .timeline-right .timeline-date {
        padding-top: .625rem;
        padding-bottom: .625rem;
    }

    .timeline-icon {
        position: absolute;
        top: .625rem;
    }

        .timeline-icon:after {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -1px;
            height: 2px;
            width: 1rem;
            background-color: #ccc;
            z-index: 1;
        }

    .timeline-left .timeline-icon {
        left: 0;
    }

        .timeline-left .timeline-icon:after {
            left: 100%;
            margin-left: 4px;
        }

    .timeline-right .timeline-icon {
        right: 0;
    }

        .timeline-right .timeline-icon:after {
            right: 100%;
            margin-right: 4px;
        }

    .timeline-center .timeline-row-left .timeline-icon {
        left: 100%;
        margin-left: -1.5rem;
    }

        .timeline-center .timeline-row-left .timeline-icon:after {
            right: 100%;
            margin-right: 4px;
        }

    .timeline-center .timeline-row-right .timeline-icon {
        right: 100%;
        margin-right: -1.5rem;
    }

        .timeline-center .timeline-row-right .timeline-icon:after {
            left: 100%;
            margin-left: 4px;
        }

    .timeline-center .timeline-row-full .timeline-icon {
        position: static;
    }

        .timeline-center .timeline-row-full .timeline-icon:after {
            content: none;
        }

    .timeline-time {
        padding: 0;
        text-align: inherit;
        background-color: transparent;
    }

        .timeline-time:before {
            content: none;
        }

    .timeline-left .timeline-time, .timeline-right .timeline-time {
        padding-top: .625rem;
        margin-bottom: 1.25rem;
        padding-left: .625rem;
    }

    .timeline-right .timeline-time {
        text-align: right;
        padding-left: 0;
        padding-right: .625rem;
    }

    .timeline-center .timeline-row-full .timeline-time, .timeline-center .timeline-time {
        position: absolute;
        left: 100%;
        top: .875rem;
        width: 100%;
        padding-left: 2.75rem;
    }

    .timeline-center .timeline-row-full .timeline-time, .timeline-center .timeline-row-right .timeline-time {
        left: auto;
        right: 100%;
        padding-left: 0;
        padding-right: 2.75rem;
        text-align: right;
    }

    .timeline-center .timeline-row-full .timeline-time {
        right: 50%;
        top: 4px;
    }
}

.media-chat-scrollable {
    max-height: 520px;
    overflow: auto;
}

@media (min-width:576px) {
    .media-chat .media {
        margin-right: 20%;
    }

        .media-chat .media.media-chat-item-reverse {
            margin-right: 0;
            margin-left: 20%;
        }
}

.media-chat-item {
    position: relative;
    padding: .625rem 1rem;
    width: auto;
    display: inline-block;
    color: #333;
    border-radius: .1875rem;
}

    .media-chat-item:not([class*=bg-]) {
        background-color: #eee;
        border-color: #eee;
    }

    .media-chat-item:before {
        content: '';
        left: -5px;
        top: .93752rem;
        position: absolute;
        margin-left: 0;
        border-top: 5px solid transparent;
        border-right: 5px solid;
        border-right-color: inherit;
        border-bottom: 5px solid transparent;
    }

.media-chat-item-reverse .media-chat-item:before {
    left: auto;
    right: -5px;
    border-right: 0;
    border-left: 5px solid;
    border-left-color: inherit;
}

.media-chat-item-reverse .media-chat-item {
    text-align: left;
    color: #fff;
}

    .media-chat-item-reverse .media-chat-item:not([class*=bg-]) {
        background-color: #42a5f5;
        border-color: #42a5f5;
    }

.media-chat-item-reverse .media-body {
    text-align: right;
}

.media-chat-inverse .media-chat-item {
    color: #fff;
}

    .media-chat-inverse .media-chat-item:not([class*=bg-]) {
        background-color: #42a5f5;
        border-color: #42a5f5;
    }

.media-chat-inverse .media-chat-item-reverse .media-chat-item {
    color: #333;
}

    .media-chat-inverse .media-chat-item-reverse .media-chat-item:not([class*=bg-]) {
        background-color: #eee;
        border-color: #eee;
    }

.error-title {
    color: #fff;
    font-size: 8.125rem;
    line-height: 1;
    margin-bottom: 2.5rem;
    font-weight: 300;
    text-stroke: 1px transparent;
    display: block;
    text-shadow: 0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);
}

@media (min-width:576px) {
    .error-title {
        font-size: 12.5rem;
    }
}

.offline-title {
    font-size: 6.875rem;
}

@media (min-width:576px) {
    .offline-title {
        font-size: 10rem;
    }
}

.card-header .header-elements {
    padding-top: .9375rem;
}

.page-header-content .header-elements {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 1.25rem 1.25rem;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    background-color: #efefef;
}

.page-header-light .header-elements {
    background-color: #fafafa;
    border-color: #ddd;
    border-bottom: 0;
}

.page-header-dark .header-elements {
    background-color: rgba(0,0,0,.1);
    border-color: rgba(255,255,255,.2);
    border-bottom: 0;
}

.breadcrumb-line .header-elements {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 0 1.25rem;
    border-top: 1px solid transparent;
}

.breadcrumb-line-light .header-elements {
    background-color: transparent;
    border-color: #ddd;
}

.breadcrumb-line-dark .header-elements {
    background-color: rgba(0,0,0,.1);
    border-color: rgba(255,255,255,.25);
}

.header-elements .form-group:last-child {
    margin-bottom: 0;
}

.footer-elements-toggle, .header-elements-toggle {
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.header-elements-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .header-elements-inline .header-elements {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        background-color: transparent;
        border: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .header-elements-inline .card-header-tabs .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

@media (min-width:576px) {
    .header-elements-sm-inline {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .header-elements-sm-inline .header-elements {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0;
            background-color: transparent;
            border: 0;
            margin-left: 0;
            margin-right: 0;
        }

        .header-elements-sm-inline .card-header-tabs .nav-link {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
}

@media (min-width:768px) {
    .header-elements-md-inline {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .header-elements-md-inline .header-elements {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0;
            background-color: transparent;
            border: 0;
            margin-left: 0;
            margin-right: 0;
        }

        .header-elements-md-inline .card-header-tabs .nav-link {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
}

@media (min-width:992px) {
    .header-elements-lg-inline {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .header-elements-lg-inline .header-elements {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0;
            background-color: transparent;
            border: 0;
            margin-left: 0;
            margin-right: 0;
        }

        .header-elements-lg-inline .card-header-tabs .nav-link {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
}

@media (min-width:1200px) {
    .header-elements-xl-inline {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .header-elements-xl-inline .header-elements {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0;
            background-color: transparent;
            border: 0;
            margin-left: 0;
            margin-right: 0;
        }

        .header-elements-xl-inline .card-header-tabs .nav-link {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
}

.font-size-lg {
    font-size: .875rem;
}

.font-size-base {
    font-size: .8125rem;
}

.font-size-sm {
    font-size: .75rem;
}

.font-size-xs {
    font-size: .6875rem;
}

.line-height-lg {
    line-height: 1.4286;
}

.line-height-base {
    line-height: 1.5385;
}

.line-height-sm {
    line-height: 1.6667;
}

.line-height-xs {
    line-height: 1.82;
}

.line-height-1 {
    line-height: 1;
}

.opacity-75 {
    opacity: .75;
}

.opacity-50 {
    opacity: .5;
}

.opacity-25 {
    opacity: .25;
}

.opacity-0 {
    opacity: 0;
}

.top-0 {
    top: 0;
}

.top-auto {
    top: auto;
}

.bottom-0 {
    bottom: 0;
}

.bottom-auto {
    bottom: auto;
}

.left-0 {
    left: 0;
}

.left-auto {
    left: auto;
}

.right-0 {
    right: 0;
}

.right-auto {
    right: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-move {
    cursor: move;
}

.cursor-default {
    cursor: default;
}

.cursor-disabled {
    cursor: default;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-auto {
    overflow: auto;
}

.border-width-0 {
    border-width: 0;
}

.border-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.border-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
}

.border-1 {
    border: 1px solid;
}

.border-top-1 {
    border-top: 1px solid;
}

.border-bottom-1 {
    border-bottom: 1px solid;
}

.border-left-1 {
    border-left: 1px solid;
}

.border-right-1 {
    border-right: 1px solid;
}

.border-y-1 {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.border-x-1 {
    border-left: 1px solid;
    border-right: 1px solid;
}

.border-2 {
    border: 2px solid;
}

.border-top-2 {
    border-top: 2px solid;
}

.border-bottom-2 {
    border-bottom: 2px solid;
}

.border-left-2 {
    border-left: 2px solid;
}

.border-right-2 {
    border-right: 2px solid;
}

.border-y-2 {
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.border-x-2 {
    border-left: 2px solid;
    border-right: 2px solid;
}

.border-3 {
    border: 3px solid;
}

.border-top-3 {
    border-top: 3px solid;
}

.border-bottom-3 {
    border-bottom: 3px solid;
}

.border-left-3 {
    border-left: 3px solid;
}

.border-right-3 {
    border-right: 3px solid;
}

.border-y-3 {
    border-top: 3px solid;
    border-bottom: 3px solid;
}

.border-x-3 {
    border-left: 3px solid;
    border-right: 3px solid;
}

.border-dashed {
    border-style: dashed;
}

.border-top-dashed {
    border-top-style: dashed;
}

.border-bottom-dashed {
    border-bottom-style: dashed;
}

.border-left-dashed {
    border-left-style: dashed;
}

.border-right-dashed {
    border-right-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.rounded-round {
    border-radius: 100px !important;
}

.rounded-top-round {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
}

.rounded-bottom-round {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
}

.rounded-left-round {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
}

.rounded-right-round {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-45-inverse {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rotate-90-inverse {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rotate-180-inverse {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.spinner {
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.spinner-reverse {
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotation_reverse {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes rotation_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.h-auto {
    height: auto;
}

.w-auto {
    width: auto !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.wmin-0 {
    min-width: 0 !important;
}

.wmin-200 {
    min-width: 200px !important;
}

.wmin-250 {
    min-width: 250px !important;
}

.wmin-300 {
    min-width: 300px !important;
}

.wmin-350 {
    min-width: 350px !important;
}

.wmin-400 {
    min-width: 400px !important;
}

.wmin-450 {
    min-width: 450px !important;
}

.wmin-500 {
    min-width: 500px !important;
}

.wmin-550 {
    min-width: 550px !important;
}

.wmin-600 {
    min-width: 600px !important;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width:576px) {
    .w-sm-auto {
        width: auto !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .wmin-sm-0 {
        min-width: 0 !important;
    }

    .wmin-sm-200 {
        min-width: 200px !important;
    }

    .wmin-sm-250 {
        min-width: 250px !important;
    }

    .wmin-sm-300 {
        min-width: 300px !important;
    }

    .wmin-sm-350 {
        min-width: 350px !important;
    }

    .wmin-sm-400 {
        min-width: 400px !important;
    }

    .wmin-sm-450 {
        min-width: 450px !important;
    }

    .wmin-sm-500 {
        min-width: 500px !important;
    }

    .wmin-sm-550 {
        min-width: 550px !important;
    }

    .wmin-sm-600 {
        min-width: 600px !important;
    }

    .flex-sm-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width:768px) {
    .w-md-auto {
        width: auto !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .wmin-md-0 {
        min-width: 0 !important;
    }

    .wmin-md-200 {
        min-width: 200px !important;
    }

    .wmin-md-250 {
        min-width: 250px !important;
    }

    .wmin-md-300 {
        min-width: 300px !important;
    }

    .wmin-md-350 {
        min-width: 350px !important;
    }

    .wmin-md-400 {
        min-width: 400px !important;
    }

    .wmin-md-450 {
        min-width: 450px !important;
    }

    .wmin-md-500 {
        min-width: 500px !important;
    }

    .wmin-md-550 {
        min-width: 550px !important;
    }

    .wmin-md-600 {
        min-width: 600px !important;
    }

    .flex-md-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width:992px) {
    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .wmin-lg-0 {
        min-width: 0 !important;
    }

    .wmin-lg-200 {
        min-width: 200px !important;
    }

    .wmin-lg-250 {
        min-width: 250px !important;
    }

    .wmin-lg-300 {
        min-width: 300px !important;
    }

    .wmin-lg-350 {
        min-width: 350px !important;
    }

    .wmin-lg-400 {
        min-width: 400px !important;
    }

    .wmin-lg-450 {
        min-width: 450px !important;
    }

    .wmin-lg-500 {
        min-width: 500px !important;
    }

    .wmin-lg-550 {
        min-width: 550px !important;
    }

    .wmin-lg-600 {
        min-width: 600px !important;
    }

    .flex-lg-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width:1200px) {
    .w-xl-auto {
        width: auto !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .wmin-xl-0 {
        min-width: 0 !important;
    }

    .wmin-xl-200 {
        min-width: 200px !important;
    }

    .wmin-xl-250 {
        min-width: 250px !important;
    }

    .wmin-xl-300 {
        min-width: 300px !important;
    }

    .wmin-xl-350 {
        min-width: 350px !important;
    }

    .wmin-xl-400 {
        min-width: 400px !important;
    }

    .wmin-xl-450 {
        min-width: 450px !important;
    }

    .wmin-xl-500 {
        min-width: 500px !important;
    }

    .wmin-xl-550 {
        min-width: 550px !important;
    }

    .wmin-xl-600 {
        min-width: 600px !important;
    }

    .flex-xl-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.no-transitions *, .no-transitions :after, .no-transitions :before {
    -webkit-transition: none !important;
    transition: none !important;
}

@media screen and (prefers-reduced-motion:reduce) {
    .no-transitions *, .no-transitions :after, .no-transitions :before {
        -webkit-transition: none;
        transition: none;
    }
}

.caret-0::after, .caret-0::before {
    content: none;
}

.shadow-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.outline-0, .outline-0:focus, .outline-0:hover {
    outline: 0;
}

.text-shadow-dark {
    text-shadow: 0 0 .1875rem rgba(0,0,0,.5);
}

.text-shadow-light {
    text-shadow: 0 0 .1875rem rgba(255,255,255,.5);
}

.jqueryui-demo-element {
    background-color: #fafafa;
    border: 2px dashed #ddd;
    color: #777;
    position: relative;
    z-index: 10;
    width: 90px;
    height: 90px;
}

    .jqueryui-demo-element > span {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.selectable-demo-list {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 200px;
}

    .selectable-demo-list > .ui-selectee, .selectable-demo-list > .ui-sortable-handle {
        background-color: #fafafa;
        border: 1px solid #ddd;
    }

        .selectable-demo-list > .ui-selectee.ui-selected, .selectable-demo-list > .ui-selectee.ui-selecting, .selectable-demo-list > .ui-sortable-handle.ui-selected, .selectable-demo-list > .ui-sortable-handle.ui-selecting {
            background-color: #03a9f4 !important;
            border-color: #0288d1 !important;
            color: #fff;
        }

    .selectable-demo-list > .ui-sortable-helper:first-child + li {
        margin-top: 0;
    }

.selectable-demo-connected + .selectable-demo-connected {
    margin-top: 1.25rem;
}

@media (min-width:576px) {
    .selectable-demo-connected + .selectable-demo-connected {
        margin-top: 0;
        margin-left: 1.25rem;
    }
}

.droppable-demo-target {
    width: 110px;
    height: 110px;
    background-color: #e3f2fd;
    border-color: #2196f3;
    color: #1565c0;
    z-index: 9;
}

.droppable-demo-drop {
    background-color: #e8f5e9;
    border-color: #4caf50;
    color: #2e7d32;
}

.demo-color {
    height: 10rem;
    position: relative;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem;
}

    .demo-color > span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding: .375rem;
        background-color: rgba(0,0,0,.2);
        font-size: .75rem;
        color: #fff;
    }

.glyphs > div > div {
    padding: .5rem 1rem;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

@media screen and (prefers-reduced-motion:reduce) {
    .glyphs > div > div {
        -webkit-transition: none;
        transition: none;
    }
}

.glyphs > div > div:hover {
    background-color: #324148;
    color: #fff;
    border-radius: .1875rem;
}

    .glyphs > div > div:hover .text-muted {
        color: rgba(255,255,255,.75);
    }

.demo-velocity-box {
    padding: .75rem 1rem;
    margin-bottom: 1.25rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #fafafa;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 0 0 0 #2196f3;
    box-shadow: 0 0 0 0 #2196f3;
}

.alpha-primary {
    background-color: #e3f2fd;
}
 
.text-primary {
    color: #2196f3;
}

    .text-primary[href]:focus, .text-primary[href]:hover {
        color: #0c83e2;
    }

.bg-primary {
    background-color: #2196f3;
}

.border-primary {
    border-color: #2196f3;
}

.border-top-primary {
    border-top-color: #2196f3;
}

.border-bottom-primary {
    border-bottom-color: #2196f3;
}

.border-left-primary {
    border-left-color: #2196f3;
}

.border-right-primary {
    border-right-color: #2196f3;
}

.text-primary-300 {
    color: #64b5f6;
}

    .text-primary-300[href]:focus, .text-primary-300[href]:hover {
        color: #40a4f4;
    }

.bg-primary-300 {
    background-color: #64b5f6;
}

.border-primary-300 {
    border-color: #64b5f6;
}

.border-top-primary-300 {
    border-top-color: #64b5f6;
}

.border-bottom-primary-300 {
    border-bottom-color: #64b5f6;
}

.border-left-primary-300 {
    border-left-color: #64b5f6;
}

.border-right-primary-300 {
    border-right-color: #64b5f6;
}

.text-primary-400 {
    color: #42a5f5;
}

    .text-primary-400[href]:focus, .text-primary-400[href]:hover {
        color: #1e94f3;
    }

.bg-primary-400 {
    background-color: #42a5f5;
}

.border-primary-400 {
    border-color: #42a5f5;
}

.border-top-primary-400 {
    border-top-color: #42a5f5;
}

.border-bottom-primary-400 {
    border-bottom-color: #42a5f5;
}

.border-left-primary-400 {
    border-left-color: #42a5f5;
}

.border-right-primary-400 {
    border-right-color: #42a5f5;
}

.text-primary-600 {
    color: #1e88e5;
}

    .text-primary-600[href]:focus, .text-primary-600[href]:hover {
        color: #1774c6;
    }

.bg-primary-600 {
    background-color: #1e88e5;
}

.border-primary-600 {
    border-color: #1e88e5;
}

.border-top-primary-600 {
    border-top-color: #1e88e5;
}

.border-bottom-primary-600 {
    border-bottom-color: #1e88e5;
}

.border-left-primary-600 {
    border-left-color: #1e88e5;
}

.border-right-primary-600 {
    border-right-color: #1e88e5;
}

.text-primary-700 {
    color: #1976d2;
}

    .text-primary-700[href]:focus, .text-primary-700[href]:hover {
        color: #1563b0;
    }

.bg-primary-700 {
    background-color: #1976d2;
}

.border-primary-700 {
    border-color: #1976d2;
}

.border-top-primary-700 {
    border-top-color: #1976d2;
}

.border-bottom-primary-700 {
    border-bottom-color: #1976d2;
}

.border-left-primary-700 {
    border-left-color: #1976d2;
}

.border-right-primary-700 {
    border-right-color: #1976d2;
}

.text-primary-800 {
    color: #1565c0;
}

    .text-primary-800[href]:focus, .text-primary-800[href]:hover {
        color: #11539e;
    }

.bg-primary-800 {
    background-color: #1565c0;
}

.border-primary-800 {
    border-color: #1565c0;
}

.border-top-primary-800 {
    border-top-color: #1565c0;
}

.border-bottom-primary-800 {
    border-bottom-color: #1565c0;
}

.border-left-primary-800 {
    border-left-color: #1565c0;
}

.border-right-primary-800 {
    border-right-color: #1565c0;
}

.alpha-danger {
    background-color: #ffebee;
}

.text-danger {
    color: #f44336;
}

    .text-danger[href]:focus, .text-danger[href]:hover {
        color: #f22112;
    }

.bg-danger {
    background-color: #f44336;
}

.border-danger {
    border-color: #f44336;
}

.border-top-danger {
    border-top-color: #f44336;
}

.border-bottom-danger {
    border-bottom-color: #f44336;
}

.border-left-danger {
    border-left-color: #f44336;
}

.border-right-danger {
    border-right-color: #f44336;
}

.text-danger-300 {
    color: #e57373;
}

    .text-danger-300[href]:focus, .text-danger-300[href]:hover {
        color: #df5353;
    }

.bg-danger-300 {
    background-color: #e57373;
}

.border-danger-300 {
    border-color: #e57373;
}

.border-top-danger-300 {
    border-top-color: #e57373;
}

.border-bottom-danger-300 {
    border-bottom-color: #e57373;
}

.border-left-danger-300 {
    border-left-color: #e57373;
}

.border-right-danger-300 {
    border-right-color: #e57373;
}

.text-danger-400 {
    color: #ef5350;
}

    .text-danger-400[href]:focus, .text-danger-400[href]:hover {
        color: #ec312d;
    }

.bg-danger-400 {
    background-color: #ef5350;
}

.border-danger-400 {
    border-color: #ef5350;
}

.border-top-danger-400 {
    border-top-color: #ef5350;
}

.border-bottom-danger-400 {
    border-bottom-color: #ef5350;
}

.border-left-danger-400 {
    border-left-color: #ef5350;
}

.border-right-danger-400 {
    border-right-color: #ef5350;
}

.text-danger-600 {
    color: #e53935;
}

    .text-danger-600[href]:focus, .text-danger-600[href]:hover {
        color: #d8201c;
    }

.bg-danger-600 {
    background-color: #e53935;
}

.border-danger-600 {
    border-color: #e53935;
}

.border-top-danger-600 {
    border-top-color: #e53935;
}

.border-bottom-danger-600 {
    border-bottom-color: #e53935;
}

.border-left-danger-600 {
    border-left-color: #e53935;
}

.border-right-danger-600 {
    border-right-color: #e53935;
}

.text-danger-700 {
    color: #d32f2f;
}

    .text-danger-700[href]:focus, .text-danger-700[href]:hover {
        color: #b52626;
    }

.bg-danger-700 {
    background-color: #d32f2f;
}

.border-danger-700 {
    border-color: #d32f2f;
}

.border-top-danger-700 {
    border-top-color: #d32f2f;
}

.border-bottom-danger-700 {
    border-bottom-color: #d32f2f;
}

.border-left-danger-700 {
    border-left-color: #d32f2f;
}

.border-right-danger-700 {
    border-right-color: #d32f2f;
}

.text-danger-800 {
    color: #c62828;
}

    .text-danger-800[href]:focus, .text-danger-800[href]:hover {
        color: #a62222;
    }

.bg-danger-800 {
    background-color: #c62828;
}

.border-danger-800 {
    border-color: #c62828;
}

.border-top-danger-800 {
    border-top-color: #c62828;
}

.border-bottom-danger-800 {
    border-bottom-color: #c62828;
}

.border-left-danger-800 {
    border-left-color: #c62828;
}

.border-right-danger-800 {
    border-right-color: #c62828;
}

.alpha-success {
    background-color: #e8f5e9;
}

.text-success {
    color: #4caf50;
}

    .text-success[href]:focus, .text-success[href]:hover {
        color: #409444;
    }

.bg-success {
    background-color: #4caf50;
}

.border-success {
    border-color: #4caf50;
}

.border-top-success {
    border-top-color: #4caf50;
}

.border-bottom-success {
    border-bottom-color: #4caf50;
}

.border-left-success {
    border-left-color: #4caf50;
}

.border-right-success {
    border-right-color: #4caf50;
}

.text-success-300 {
    color: #81c784;
}

    .text-success-300[href]:focus, .text-success-300[href]:hover {
        color: #67bb6a;
    }

.bg-success-300 {
    background-color: #81c784;
}

.border-success-300 {
    border-color: #81c784;
}

.border-top-success-300 {
    border-top-color: #81c784;
}

.border-bottom-success-300 {
    border-bottom-color: #81c784;
}

.border-left-success-300 {
    border-left-color: #81c784;
}

.border-right-success-300 {
    border-right-color: #81c784;
}

.text-success-400 {
    color: #66bb6a;
}

    .text-success-400[href]:focus, .text-success-400[href]:hover {
        color: #4dae52;
    }

.bg-success-400 {
    background-color: #66bb6a;
}

.border-success-400 {
    border-color: #66bb6a;
}

.border-top-success-400 {
    border-top-color: #66bb6a;
}

.border-bottom-success-400 {
    border-bottom-color: #66bb6a;
}

.border-left-success-400 {
    border-left-color: #66bb6a;
}

.border-right-success-400 {
    border-right-color: #66bb6a;
}

.text-success-600 {
    color: #43a047;
}

    .text-success-600[href]:focus, .text-success-600[href]:hover {
        color: #38853b;
    }

.bg-success-600 {
    background-color: #43a047;
}

.border-success-600 {
    border-color: #43a047;
}

.border-top-success-600 {
    border-top-color: #43a047;
}

.border-bottom-success-600 {
    border-bottom-color: #43a047;
}

.border-left-success-600 {
    border-left-color: #43a047;
}

.border-right-success-600 {
    border-right-color: #43a047;
}

.text-success-700 {
    color: #388e3c;
}

    .text-success-700[href]:focus, .text-success-700[href]:hover {
        color: #2d7330;
    }

.bg-success-700 {
    background-color: #388e3c;
}

.border-success-700 {
    border-color: #388e3c;
}

.border-top-success-700 {
    border-top-color: #388e3c;
}

.border-bottom-success-700 {
    border-bottom-color: #388e3c;
}

.border-left-success-700 {
    border-left-color: #388e3c;
}

.border-right-success-700 {
    border-right-color: #388e3c;
}

.text-success-800 {
    color: #2e7d32;
}

    .text-success-800[href]:focus, .text-success-800[href]:hover {
        color: #246127;
    }

.bg-success-800 {
    background-color: #2e7d32;
}

.border-success-800 {
    border-color: #2e7d32;
}

.border-top-success-800 {
    border-top-color: #2e7d32;
}

.border-bottom-success-800 {
    border-bottom-color: #2e7d32;
}

.border-left-success-800 {
    border-left-color: #2e7d32;
}

.border-right-success-800 {
    border-right-color: #2e7d32;
}

.alpha-warning {
    background-color: #fbe9e7;
}

.text-warning {
    color: #ff5722;
}

    .text-warning[href]:focus, .text-warning[href]:hover {
        color: #fb3c00;
    }

.bg-warning {
    background-color: #ff5722;
}

.border-warning {
    border-color: #ff5722;
}

.border-top-warning {
    border-top-color: #ff5722;
}

.border-bottom-warning {
    border-bottom-color: #ff5722;
}

.border-left-warning {
    border-left-color: #ff5722;
}

.border-right-warning {
    border-right-color: #ff5722;
}

.text-warning-300 {
    color: #ff8a65;
}

    .text-warning-300[href]:focus, .text-warning-300[href]:hover {
        color: #ff6d3f;
    }

.bg-warning-300 {
    background-color: #ff8a65;
}

.border-warning-300 {
    border-color: #ff8a65;
}

.border-top-warning-300 {
    border-top-color: #ff8a65;
}

.border-bottom-warning-300 {
    border-bottom-color: #ff8a65;
}

.border-left-warning-300 {
    border-left-color: #ff8a65;
}

.border-right-warning-300 {
    border-right-color: #ff8a65;
}

.text-warning-400 {
    color: #ff7043;
}

    .text-warning-400[href]:focus, .text-warning-400[href]:hover {
        color: #ff531d;
    }

.bg-warning-400 {
    background-color: #ff7043;
}

.border-warning-400 {
    border-color: #ff7043;
}

.border-top-warning-400 {
    border-top-color: #ff7043;
}

.border-bottom-warning-400 {
    border-bottom-color: #ff7043;
}

.border-left-warning-400 {
    border-left-color: #ff7043;
}

.border-right-warning-400 {
    border-right-color: #ff7043;
}

.text-warning-600 {
    color: #f4511e;
}

    .text-warning-600[href]:focus, .text-warning-600[href]:hover {
        color: #e13e0b;
    }

.bg-warning-600 {
    background-color: #f4511e;
}

.border-warning-600 {
    border-color: #f4511e;
}

.border-top-warning-600 {
    border-top-color: #f4511e;
}

.border-bottom-warning-600 {
    border-bottom-color: #f4511e;
}

.border-left-warning-600 {
    border-left-color: #f4511e;
}

.border-right-warning-600 {
    border-right-color: #f4511e;
}

.text-warning-700 {
    color: #e64a19;
}

    .text-warning-700[href]:focus, .text-warning-700[href]:hover {
        color: #c43f15;
    }

.bg-warning-700 {
    background-color: #e64a19;
}

.border-warning-700 {
    border-color: #e64a19;
}

.border-top-warning-700 {
    border-top-color: #e64a19;
}

.border-bottom-warning-700 {
    border-bottom-color: #e64a19;
}

.border-left-warning-700 {
    border-left-color: #e64a19;
}

.border-right-warning-700 {
    border-right-color: #e64a19;
}

.text-warning-800 {
    color: #d84315;
}

    .text-warning-800[href]:focus, .text-warning-800[href]:hover {
        color: #b53812;
    }

.bg-warning-800 {
    background-color: #d84315;
}

.border-warning-800 {
    border-color: #d84315;
}

.border-top-warning-800 {
    border-top-color: #d84315;
}

.border-bottom-warning-800 {
    border-bottom-color: #d84315;
}

.border-left-warning-800 {
    border-left-color: #d84315;
}

.border-right-warning-800 {
    border-right-color: #d84315;
}

.alpha-info {
    background-color: #e0f7fa;
}

.text-info {
    color: #00bcd4;
}

    .text-info[href]:focus, .text-info[href]:hover {
        color: #009aae;
    }

.bg-info {
    background-color: #00bcd4;
}

.border-info {
    border-color: #00bcd4;
}

.border-top-info {
    border-top-color: #00bcd4;
}

.border-bottom-info {
    border-bottom-color: #00bcd4;
}

.border-left-info {
    border-left-color: #00bcd4;
}

.border-right-info {
    border-right-color: #00bcd4;
}

.text-info-300 {
    color: #4dd0e1;
}

    .text-info-300[href]:focus, .text-info-300[href]:hover {
        color: #2cc7db;
    }

.bg-info-300 {
    background-color: #4dd0e1;
}

.border-info-300 {
    border-color: #4dd0e1;
}

.border-top-info-300 {
    border-top-color: #4dd0e1;
}

.border-bottom-info-300 {
    border-bottom-color: #4dd0e1;
}

.border-left-info-300 {
    border-left-color: #4dd0e1;
}

.border-right-info-300 {
    border-right-color: #4dd0e1;
}

.text-info-400 {
    color: #26c6da;
}

    .text-info-400[href]:focus, .text-info-400[href]:hover {
        color: #20a9ba;
    }

.bg-info-400 {
    background-color: #26c6da;
}

.border-info-400 {
    border-color: #26c6da;
}

.border-top-info-400 {
    border-top-color: #26c6da;
}

.border-bottom-info-400 {
    border-bottom-color: #26c6da;
}

.border-left-info-400 {
    border-left-color: #26c6da;
}

.border-right-info-400 {
    border-right-color: #26c6da;
}

.text-info-600 {
    color: #00acc1;
}

    .text-info-600[href]:focus, .text-info-600[href]:hover {
        color: #008a9b;
    }

.bg-info-600 {
    background-color: #00acc1;
}

.border-info-600 {
    border-color: #00acc1;
}

.border-top-info-600 {
    border-top-color: #00acc1;
}

.border-bottom-info-600 {
    border-bottom-color: #00acc1;
}

.border-left-info-600 {
    border-left-color: #00acc1;
}

.border-right-info-600 {
    border-right-color: #00acc1;
}

.text-info-700 {
    color: #0097a7;
}

    .text-info-700[href]:focus, .text-info-700[href]:hover {
        color: #007481;
    }

.bg-info-700 {
    background-color: #0097a7;
}

.border-info-700 {
    border-color: #0097a7;
}

.border-top-info-700 {
    border-top-color: #0097a7;
}

.border-bottom-info-700 {
    border-bottom-color: #0097a7;
}

.border-left-info-700 {
    border-left-color: #0097a7;
}

.border-right-info-700 {
    border-right-color: #0097a7;
}

.text-info-800 {
    color: #00838f;
}

    .text-info-800[href]:focus, .text-info-800[href]:hover {
        color: #006069;
    }

.bg-info-800 {
    background-color: #00838f;
}

.border-info-800 {
    border-color: #00838f;
}

.border-top-info-800 {
    border-top-color: #00838f;
}

.border-bottom-info-800 {
    border-bottom-color: #00838f;
}

.border-left-info-800 {
    border-left-color: #00838f;
}

.border-right-info-800 {
    border-right-color: #00838f;
}

.alpha-pink {
    background-color: #fce4ec;
}

.text-pink {
    color: #e91e63;
}

    .text-pink[href]:focus, .text-pink[href]:hover {
        color: #cd1453;
    }

.bg-pink {
    background-color: #e91e63;
}

.border-pink {
    border-color: #e91e63;
}

.border-top-pink {
    border-top-color: #e91e63;
}

.border-bottom-pink {
    border-bottom-color: #e91e63;
}

.border-left-pink {
    border-left-color: #e91e63;
}

.border-right-pink {
    border-right-color: #e91e63;
}

.text-pink-300 {
    color: #f06292;
}

    .text-pink-300[href]:focus, .text-pink-300[href]:hover {
        color: #ed3f7a;
    }

.bg-pink-300 {
    background-color: #f06292;
}

.border-pink-300 {
    border-color: #f06292;
}

.border-top-pink-300 {
    border-top-color: #f06292;
}

.border-bottom-pink-300 {
    border-bottom-color: #f06292;
}

.border-left-pink-300 {
    border-left-color: #f06292;
}

.border-right-pink-300 {
    border-right-color: #f06292;
}

.text-pink-400 {
    color: #ec407a;
}

    .text-pink-400[href]:focus, .text-pink-400[href]:hover {
        color: #e91d62;
    }

.bg-pink-400 {
    background-color: #ec407a;
}

.border-pink-400 {
    border-color: #ec407a;
}

.border-top-pink-400 {
    border-top-color: #ec407a;
}

.border-bottom-pink-400 {
    border-bottom-color: #ec407a;
}

.border-left-pink-400 {
    border-left-color: #ec407a;
}

.border-right-pink-400 {
    border-right-color: #ec407a;
}

.text-pink-600 {
    color: #d81b60;
}

    .text-pink-600[href]:focus, .text-pink-600[href]:hover {
        color: #b61751;
    }

.bg-pink-600 {
    background-color: #d81b60;
}

.border-pink-600 {
    border-color: #d81b60;
}

.border-top-pink-600 {
    border-top-color: #d81b60;
}

.border-bottom-pink-600 {
    border-bottom-color: #d81b60;
}

.border-left-pink-600 {
    border-left-color: #d81b60;
}

.border-right-pink-600 {
    border-right-color: #d81b60;
}

.text-pink-700 {
    color: #c2185b;
}

    .text-pink-700[href]:focus, .text-pink-700[href]:hover {
        color: #a0144b;
    }

.bg-pink-700 {
    background-color: #c2185b;
}

.border-pink-700 {
    border-color: #c2185b;
}

.border-top-pink-700 {
    border-top-color: #c2185b;
}

.border-bottom-pink-700 {
    border-bottom-color: #c2185b;
}

.border-left-pink-700 {
    border-left-color: #c2185b;
}

.border-right-pink-700 {
    border-right-color: #c2185b;
}

.text-pink-800 {
    color: #ad1457;
}

    .text-pink-800[href]:focus, .text-pink-800[href]:hover {
        color: #8b1046;
    }

.bg-pink-800 {
    background-color: #ad1457;
}
.text-lyntik-800 {
    color: #FFFFFF;
}

    .text-lyntik-800[href]:focus, .text-lyntik-800[href]:hover {
        color: #8b1046;
    }

.bg-lyntik-800 {
    background-color: #ff7c38;
}

.border-pink-800 {
    border-color: #ad1457;
}

.border-top-pink-800 {
    border-top-color: #ad1457;
}

.border-bottom-pink-800 {
    border-bottom-color: #ad1457;
}

.border-left-pink-800 {
    border-left-color: #ad1457;
}

.border-right-pink-800 {
    border-right-color: #ad1457;
}

.alpha-violet {
    background-color: #f3e5f5;
}

.text-violet {
    color: #9c27b0;
}

    .text-violet[href]:focus, .text-violet[href]:hover {
        color: #802091;
    }

.bg-violet {
    background-color: #9c27b0;
}

.border-violet {
    border-color: #9c27b0;
}

.border-top-violet {
    border-top-color: #9c27b0;
}

.border-bottom-violet {
    border-bottom-color: #9c27b0;
}

.border-left-violet {
    border-left-color: #9c27b0;
}

.border-right-violet {
    border-right-color: #9c27b0;
}

.text-violet-300 {
    color: #ba68c8;
}

    .text-violet-300[href]:focus, .text-violet-300[href]:hover {
        color: #ad4cbe;
    }

.bg-violet-300 {
    background-color: #ba68c8;
}

.border-violet-300 {
    border-color: #ba68c8;
}

.border-top-violet-300 {
    border-top-color: #ba68c8;
}

.border-bottom-violet-300 {
    border-bottom-color: #ba68c8;
}

.border-left-violet-300 {
    border-left-color: #ba68c8;
}

.border-right-violet-300 {
    border-right-color: #ba68c8;
}

.text-violet-400 {
    color: #ab47bc;
}

    .text-violet-400[href]:focus, .text-violet-400[href]:hover {
        color: #933ba2;
    }

.bg-violet-400 {
    background-color: #ab47bc;
}

.border-violet-400 {
    border-color: #ab47bc;
}

.border-top-violet-400 {
    border-top-color: #ab47bc;
}

.border-bottom-violet-400 {
    border-bottom-color: #ab47bc;
}

.border-left-violet-400 {
    border-left-color: #ab47bc;
}

.border-right-violet-400 {
    border-right-color: #ab47bc;
}

.text-violet-600 {
    color: #8e24aa;
}

    .text-violet-600[href]:focus, .text-violet-600[href]:hover {
        color: #741d8a;
    }

.bg-violet-600 {
    background-color: #8e24aa;
}

.border-violet-600 {
    border-color: #8e24aa;
}

.border-top-violet-600 {
    border-top-color: #8e24aa;
}

.border-bottom-violet-600 {
    border-bottom-color: #8e24aa;
}

.border-left-violet-600 {
    border-left-color: #8e24aa;
}

.border-right-violet-600 {
    border-right-color: #8e24aa;
}

.text-violet-700 {
    color: #7b1fa2;
}

    .text-violet-700[href]:focus, .text-violet-700[href]:hover {
        color: #631982;
    }

.bg-violet-700 {
    background-color: #7b1fa2;
}

.border-violet-700 {
    border-color: #7b1fa2;
}

.border-top-violet-700 {
    border-top-color: #7b1fa2;
}

.border-bottom-violet-700 {
    border-bottom-color: #7b1fa2;
}

.border-left-violet-700 {
    border-left-color: #7b1fa2;
}

.border-right-violet-700 {
    border-right-color: #7b1fa2;
}

.text-violet-800 {
    color: #6a1b9a;
}

    .text-violet-800[href]:focus, .text-violet-800[href]:hover {
        color: #541579;
    }

.bg-violet-800 {
    background-color: #6a1b9a;
}

.border-violet-800 {
    border-color: #6a1b9a;
}

.border-top-violet-800 {
    border-top-color: #6a1b9a;
}

.border-bottom-violet-800 {
    border-bottom-color: #6a1b9a;
}

.border-left-violet-800 {
    border-left-color: #6a1b9a;
}

.border-right-violet-800 {
    border-right-color: #6a1b9a;
}

.alpha-purple {
    background-color: #ede7f6;
}

.text-purple {
    color: #673ab7;
}

    .text-purple[href]:focus, .text-purple[href]:hover {
        color: #57319a;
    }

.bg-purple {
    background-color: #673ab7;
}

.border-purple {
    border-color: #673ab7;
}

.border-top-purple {
    border-top-color: #673ab7;
}

.border-bottom-purple {
    border-bottom-color: #673ab7;
}

.border-left-purple {
    border-left-color: #673ab7;
}

.border-right-purple {
    border-right-color: #673ab7;
}

.text-purple-300 {
    color: #9575cd;
}

    .text-purple-300[href]:focus, .text-purple-300[href]:hover {
        color: #7f59c3;
    }

.bg-purple-300 {
    background-color: #9575cd;
}

.border-purple-300 {
    border-color: #9575cd;
}

.border-top-purple-300 {
    border-top-color: #9575cd;
}

.border-bottom-purple-300 {
    border-bottom-color: #9575cd;
}

.border-left-purple-300 {
    border-left-color: #9575cd;
}

.border-right-purple-300 {
    border-right-color: #9575cd;
}

.text-purple-400 {
    color: #7e57c2;
}

    .text-purple-400[href]:focus, .text-purple-400[href]:hover {
        color: #6a41b2;
    }

.bg-purple-400 {
    background-color: #7e57c2;
}

.border-purple-400 {
    border-color: #7e57c2;
}

.border-top-purple-400 {
    border-top-color: #7e57c2;
}

.border-bottom-purple-400 {
    border-bottom-color: #7e57c2;
}

.border-left-purple-400 {
    border-left-color: #7e57c2;
}

.border-right-purple-400 {
    border-right-color: #7e57c2;
}

.text-purple-600 {
    color: #5e35b1;
}

    .text-purple-600[href]:focus, .text-purple-600[href]:hover {
        color: #4e2c94;
    }

.bg-purple-600 {
    background-color: #5e35b1;
}

.border-purple-600 {
    border-color: #5e35b1;
}

.border-top-purple-600 {
    border-top-color: #5e35b1;
}

.border-bottom-purple-600 {
    border-bottom-color: #5e35b1;
}

.border-left-purple-600 {
    border-left-color: #5e35b1;
}

.border-right-purple-600 {
    border-right-color: #5e35b1;
}

.text-purple-700 {
    color: #512da8;
}

    .text-purple-700[href]:focus, .text-purple-700[href]:hover {
        color: #42258a;
    }

.bg-purple-700 {
    background-color: #512da8;
}

.border-purple-700 {
    border-color: #512da8;
}

.border-top-purple-700 {
    border-top-color: #512da8;
}

.border-bottom-purple-700 {
    border-bottom-color: #512da8;
}

.border-left-purple-700 {
    border-left-color: #512da8;
}

.border-right-purple-700 {
    border-right-color: #512da8;
}

.text-purple-800 {
    color: #4527a0;
}

    .text-purple-800[href]:focus, .text-purple-800[href]:hover {
        color: #382081;
    }

.bg-purple-800 {
    background-color: #4527a0;
}

.border-purple-800 {
    border-color: #4527a0;
}

.border-top-purple-800 {
    border-top-color: #4527a0;
}

.border-bottom-purple-800 {
    border-bottom-color: #4527a0;
}

.border-left-purple-800 {
    border-left-color: #4527a0;
}

.border-right-purple-800 {
    border-right-color: #4527a0;
}

.alpha-indigo {
    background-color: #e8eaf6;
}

.text-indigo {
    color: #043466;
}

    .text-indigo[href]:focus, .text-indigo[href]:hover {
        color: #354499;
    }

.bg-indigo {
    background-color: #043466;
}

.border-indigo {
    border-color: #043466;
}

.border-top-indigo {
    border-top-color: #043466;
}

.border-bottom-indigo {
    border-bottom-color: #043466;
}

.border-left-indigo {
    border-left-color: #043466;
}

.border-right-indigo {
    border-right-color: #043466;
}

.text-indigo-300 {
    color: #7986cb;
}

    .text-indigo-300[href]:focus, .text-indigo-300[href]:hover {
        color: #5d6dc0;
    }

.bg-indigo-300 {
    background-color: #7986cb;
}

.border-indigo-300 {
    border-color: #7986cb;
}

.border-top-indigo-300 {
    border-top-color: #7986cb;
}

.border-bottom-indigo-300 {
    border-bottom-color: #7986cb;
}

.border-left-indigo-300 {
    border-left-color: #7986cb;
}

.border-right-indigo-300 {
    border-right-color: #7986cb;
}

.text-indigo-400 {
    color: #5c6bc0;
}

    .text-indigo-400[href]:focus, .text-indigo-400[href]:hover {
        color: #4555b1;
    }

.bg-indigo-400 {
    background-color: #5c6bc0;
}

.border-indigo-400 {
    border-color: #5c6bc0;
}

.border-top-indigo-400 {
    border-top-color: #5c6bc0;
}

.border-bottom-indigo-400 {
    border-bottom-color: #5c6bc0;
}

.border-left-indigo-400 {
    border-left-color: #5c6bc0;
}

.border-right-indigo-400 {
    border-right-color: #5c6bc0;
}

.text-indigo-600 {
    color: #3949ab;
}

    .text-indigo-600[href]:focus, .text-indigo-600[href]:hover {
        color: #2f3d8e;
    }

.bg-indigo-600 {
    background-color: #3949ab;
}

.border-indigo-600 {
    border-color: #3949ab;
}

.border-top-indigo-600 {
    border-top-color: #3949ab;
}

.border-bottom-indigo-600 {
    border-bottom-color: #3949ab;
}

.border-left-indigo-600 {
    border-left-color: #3949ab;
}

.border-right-indigo-600 {
    border-right-color: #3949ab;
}

.text-indigo-700 {
    color: #303f9f;
}

    .text-indigo-700[href]:focus, .text-indigo-700[href]:hover {
        color: #273382;
    }

.bg-indigo-700 {
    background-color: #303f9f;
}

.border-indigo-700 {
    border-color: #303f9f;
}

.border-top-indigo-700 {
    border-top-color: #303f9f;
}

.border-bottom-indigo-700 {
    border-bottom-color: #303f9f;
}

.border-left-indigo-700 {
    border-left-color: #303f9f;
}

.border-right-indigo-700 {
    border-right-color: #303f9f;
}

.text-indigo-800 {
    color: #283593;
}

    .text-indigo-800[href]:focus, .text-indigo-800[href]:hover {
        color: #202a75;
    }

.bg-indigo-800 {
    background-color: #283593;
}

.border-indigo-800 {
    border-color: #283593;
}

.border-top-indigo-800 {
    border-top-color: #283593;
}

.border-bottom-indigo-800 {
    border-bottom-color: #283593;
}

.border-left-indigo-800 {
    border-left-color: #283593;
}

.border-right-indigo-800 {
    border-right-color: #283593;
}

.alpha-blue {
    background-color: #e1f5fe;
}

.text-blue {
    color: #03a9f4;
}

    .text-blue[href]:focus, .text-blue[href]:hover {
        color: #038fce;
    }

.bg-blue {
    background-color: #03a9f4;
}

.border-blue {
    border-color: #03a9f4;
}

.border-top-blue {
    border-top-color: #03a9f4;
}

.border-bottom-blue {
    border-bottom-color: #03a9f4;
}

.border-left-blue {
    border-left-color: #03a9f4;
}

.border-right-blue {
    border-right-color: #03a9f4;
}

.text-blue-300 {
    color: #4fc3f7;
}

    .text-blue-300[href]:focus, .text-blue-300[href]:hover {
        color: #2ab7f5;
    }

.bg-blue-300 {
    background-color: #4fc3f7;
}

.border-blue-300 {
    border-color: #4fc3f7;
}

.border-top-blue-300 {
    border-top-color: #4fc3f7;
}

.border-bottom-blue-300 {
    border-bottom-color: #4fc3f7;
}

.border-left-blue-300 {
    border-left-color: #4fc3f7;
}

.border-right-blue-300 {
    border-right-color: #4fc3f7;
}

.text-blue-400 {
    color: #29b6f6;
}

    .text-blue-400[href]:focus, .text-blue-400[href]:hover {
        color: #0aa7ef;
    }

.bg-blue-400 {
    background-color: #29b6f6;
}

.border-blue-400 {
    border-color: #29b6f6;
}

.border-top-blue-400 {
    border-top-color: #29b6f6;
}

.border-bottom-blue-400 {
    border-bottom-color: #29b6f6;
}

.border-left-blue-400 {
    border-left-color: #29b6f6;
}

.border-right-blue-400 {
    border-right-color: #29b6f6;
}

.text-blue-600 {
    color: #039be5;
}

    .text-blue-600[href]:focus, .text-blue-600[href]:hover {
        color: #0381bf;
    }

.bg-blue-600 {
    background-color: #039be5;
}

.border-blue-600 {
    border-color: #039be5;
}

.border-top-blue-600 {
    border-top-color: #039be5;
}

.border-bottom-blue-600 {
    border-bottom-color: #039be5;
}

.border-left-blue-600 {
    border-left-color: #039be5;
}

.border-right-blue-600 {
    border-right-color: #039be5;
}

.text-blue-700 {
    color: #0288d1;
}

    .text-blue-700[href]:focus, .text-blue-700[href]:hover {
        color: #026fab;
    }

.bg-blue-700 {
    background-color: #0288d1;
}

.border-blue-700 {
    border-color: #0288d1;
}

.border-top-blue-700 {
    border-top-color: #0288d1;
}

.border-bottom-blue-700 {
    border-bottom-color: #0288d1;
}

.border-left-blue-700 {
    border-left-color: #0288d1;
}

.border-right-blue-700 {
    border-right-color: #0288d1;
}

.text-blue-800 {
    color: #0277bd;
}

    .text-blue-800[href]:focus, .text-blue-800[href]:hover {
        color: #025f97;
    }

.bg-blue-800 {
    background-color: #0277bd;
}

.border-blue-800 {
    border-color: #0277bd;
}

.border-top-blue-800 {
    border-top-color: #0277bd;
}

.border-bottom-blue-800 {
    border-bottom-color: #0277bd;
}

.border-left-blue-800 {
    border-left-color: #0277bd;
}

.border-right-blue-800 {
    border-right-color: #0277bd;
}

.alpha-teal {
    background-color: #e0f2f1;
}

.text-teal {
    color: #009688;
}

    .text-teal[href]:focus, .text-teal[href]:hover {
        color: #007065;
    }

.bg-teal {
    background-color: #009688;
}

.border-teal {
    border-color: #009688;
}

.border-top-teal {
    border-top-color: #009688;
}

.border-bottom-teal {
    border-bottom-color: #009688;
}

.border-left-teal {
    border-left-color: #009688;
}

.border-right-teal {
    border-right-color: #009688;
}

.text-teal-300 {
    color: #4db6ac;
}

    .text-teal-300[href]:focus, .text-teal-300[href]:hover {
        color: #409d94;
    }

.bg-teal-300 {
    background-color: #4db6ac;
}

.border-teal-300 {
    border-color: #4db6ac;
}

.border-top-teal-300 {
    border-top-color: #4db6ac;
}

.border-bottom-teal-300 {
    border-bottom-color: #4db6ac;
}

.border-left-teal-300 {
    border-left-color: #4db6ac;
}

.border-right-teal-300 {
    border-right-color: #4db6ac;
}

.text-teal-400 {
    color: #26a69a;
}

    .text-teal-400[href]:focus, .text-teal-400[href]:hover {
        color: #1f877d;
    }

.bg-teal-400 {
    background-color: #26a69a;
}

.border-teal-400 {
    border-color: #26a69a;
}

.border-top-teal-400 {
    border-top-color: #26a69a;
}

.border-bottom-teal-400 {
    border-bottom-color: #26a69a;
}

.border-left-teal-400 {
    border-left-color: #26a69a;
}

.border-right-teal-400 {
    border-right-color: #26a69a;
}

.text-teal-600 {
    color: #00897b;
}

    .text-teal-600[href]:focus, .text-teal-600[href]:hover {
        color: #006359;
    }

.bg-teal-600 {
    background-color: #00897b;
}

.border-teal-600 {
    border-color: #00897b;
}

.border-top-teal-600 {
    border-top-color: #00897b;
}

.border-bottom-teal-600 {
    border-bottom-color: #00897b;
}

.border-left-teal-600 {
    border-left-color: #00897b;
}

.border-right-teal-600 {
    border-right-color: #00897b;
}

.text-teal-700 {
    color: #00796b;
}

    .text-teal-700[href]:focus, .text-teal-700[href]:hover {
        color: #005349;
    }

.bg-teal-700 {
    background-color: #00796b;
}

.border-teal-700 {
    border-color: #00796b;
}

.border-top-teal-700 {
    border-top-color: #00796b;
}

.border-bottom-teal-700 {
    border-bottom-color: #00796b;
}

.border-left-teal-700 {
    border-left-color: #00796b;
}

.border-right-teal-700 {
    border-right-color: #00796b;
}

.text-teal-800 {
    color: #00695c;
}

    .text-teal-800[href]:focus, .text-teal-800[href]:hover {
        color: #00433a;
    }

.bg-teal-800 {
    background-color: #00695c;
}

.border-teal-800 {
    border-color: #00695c;
}

.border-top-teal-800 {
    border-top-color: #00695c;
}

.border-bottom-teal-800 {
    border-bottom-color: #00695c;
}

.border-left-teal-800 {
    border-left-color: #00695c;
}

.border-right-teal-800 {
    border-right-color: #00695c;
}

.alpha-green {
    background-color: #f1f8e9;
}

.text-green {
    color: #8bc34a;
}

    .text-green[href]:focus, .text-green[href]:hover {
        color: #78ad39;
    }

.bg-green {
    background-color: #8bc34a;
}

.border-green {
    border-color: #8bc34a;
}

.border-top-green {
    border-top-color: #8bc34a;
}

.border-bottom-green {
    border-bottom-color: #8bc34a;
}

.border-left-green {
    border-left-color: #8bc34a;
}

.border-right-green {
    border-right-color: #8bc34a;
}

.text-green-300 {
    color: #aed581;
}

    .text-green-300[href]:focus, .text-green-300[href]:hover {
        color: #9ccb64;
    }

.bg-green-300 {
    background-color: #aed581;
}

.border-green-300 {
    border-color: #aed581;
}

.border-top-green-300 {
    border-top-color: #aed581;
}

.border-bottom-green-300 {
    border-bottom-color: #aed581;
}

.border-left-green-300 {
    border-left-color: #aed581;
}

.border-right-green-300 {
    border-right-color: #aed581;
}

.text-green-400 {
    color: #9ccc65;
}

    .text-green-400[href]:focus, .text-green-400[href]:hover {
        color: #8ac248;
    }

.bg-green-400 {
    background-color: #9ccc65;
}

.border-green-400 {
    border-color: #9ccc65;
}

.border-top-green-400 {
    border-top-color: #9ccc65;
}

.border-bottom-green-400 {
    border-bottom-color: #9ccc65;
}

.border-left-green-400 {
    border-left-color: #9ccc65;
}

.border-right-green-400 {
    border-right-color: #9ccc65;
}

.text-green-600 {
    color: #7cb342;
}

    .text-green-600[href]:focus, .text-green-600[href]:hover {
        color: #699738;
    }

.bg-green-600 {
    background-color: #7cb342;
}

.border-green-600 {
    border-color: #7cb342;
}

.border-top-green-600 {
    border-top-color: #7cb342;
}

.border-bottom-green-600 {
    border-bottom-color: #7cb342;
}

.border-left-green-600 {
    border-left-color: #7cb342;
}

.border-right-green-600 {
    border-right-color: #7cb342;
}

.text-green-700 {
    color: #689f38;
}

    .text-green-700[href]:focus, .text-green-700[href]:hover {
        color: #55832e;
    }

.bg-green-700 {
    background-color: #689f38;
}

.border-green-700 {
    border-color: #689f38;
}

.border-top-green-700 {
    border-top-color: #689f38;
}

.border-bottom-green-700 {
    border-bottom-color: #689f38;
}

.border-left-green-700 {
    border-left-color: #689f38;
}

.border-right-green-700 {
    border-right-color: #689f38;
}

.text-green-800 {
    color: #558b2f;
}

    .text-green-800[href]:focus, .text-green-800[href]:hover {
        color: #446e25;
    }

.bg-green-800 {
    background-color: #558b2f;
}

.border-green-800 {
    border-color: #558b2f;
}

.border-top-green-800 {
    border-top-color: #558b2f;
}

.border-bottom-green-800 {
    border-bottom-color: #558b2f;
}

.border-left-green-800 {
    border-left-color: #558b2f;
}

.border-right-green-800 {
    border-right-color: #558b2f;
}

.alpha-orange {
    background-color: #fff3e0;
}

.text-orange {
    color: #ff9800;
}

    .text-orange[href]:focus, .text-orange[href]:hover {
        color: #d98100;
    }

.bg-orange {
    background-color: #ff9800;
}

.border-orange {
    border-color: #ff9800;
}

.border-top-orange {
    border-top-color: #ff9800;
}

.border-bottom-orange {
    border-bottom-color: #ff9800;
}

.border-left-orange {
    border-left-color: #ff9800;
}

.border-right-orange {
    border-right-color: #ff9800;
}

.text-orange-300 {
    color: #ffb74d;
}

    .text-orange-300[href]:focus, .text-orange-300[href]:hover {
        color: #ffa827;
    }

.bg-orange-300 {
    background-color: #ffb74d;
}

.border-orange-300 {
    border-color: #ffb74d;
}

.border-top-orange-300 {
    border-top-color: #ffb74d;
}

.border-bottom-orange-300 {
    border-bottom-color: #ffb74d;
}

.border-left-orange-300 {
    border-left-color: #ffb74d;
}

.border-right-orange-300 {
    border-right-color: #ffb74d;
}

.text-orange-400 {
    color: #ffa726;
}

    .text-orange-400[href]:focus, .text-orange-400[href]:hover {
        color: #ff9700;
    }

.bg-orange-400 {
    background-color: #ffa726;
}

.border-orange-400 {
    border-color: #ffa726;
}

.border-top-orange-400 {
    border-top-color: #ffa726;
}

.border-bottom-orange-400 {
    border-bottom-color: #ffa726;
}

.border-left-orange-400 {
    border-left-color: #ffa726;
}

.border-right-orange-400 {
    border-right-color: #ffa726;
}

.text-orange-600 {
    color: #fb8c00;
}

    .text-orange-600[href]:focus, .text-orange-600[href]:hover {
        color: #d57700;
    }

.bg-orange-600 {
    background-color: #fb8c00;
}

.border-orange-600 {
    border-color: #fb8c00;
}

.border-top-orange-600 {
    border-top-color: #fb8c00;
}

.border-bottom-orange-600 {
    border-bottom-color: #fb8c00;
}

.border-left-orange-600 {
    border-left-color: #fb8c00;
}

.border-right-orange-600 {
    border-right-color: #fb8c00;
}

.text-orange-700 {
    color: #f57c00;
}

    .text-orange-700[href]:focus, .text-orange-700[href]:hover {
        color: #cf6900;
    }

.bg-orange-700 {
    background-color: #f57c00;
}

.border-orange-700 {
    border-color: #f57c00;
}

.border-top-orange-700 {
    border-top-color: #f57c00;
}

.border-bottom-orange-700 {
    border-bottom-color: #f57c00;
}

.border-left-orange-700 {
    border-left-color: #f57c00;
}

.border-right-orange-700 {
    border-right-color: #f57c00;
}

.text-orange-800 {
    color: #ef6c00;
}

    .text-orange-800[href]:focus, .text-orange-800[href]:hover {
        color: #c95b00;
    }

.bg-orange-800 {
    background-color: #ef6c00;
}

.border-orange-800 {
    border-color: #ef6c00;
}

.border-top-orange-800 {
    border-top-color: #ef6c00;
}

.border-bottom-orange-800 {
    border-bottom-color: #ef6c00;
}

.border-left-orange-800 {
    border-left-color: #ef6c00;
}

.border-right-orange-800 {
    border-right-color: #ef6c00;
}

.alpha-brown {
    background-color: #efebe9;
}

.text-brown {
    color: #795548;
}

    .text-brown[href]:focus, .text-brown[href]:hover {
        color: #61443a;
    }

.bg-brown {
    background-color: #795548;
}

.border-brown {
    border-color: #795548;
}

.border-top-brown {
    border-top-color: #795548;
}

.border-bottom-brown {
    border-bottom-color: #795548;
}

.border-left-brown {
    border-left-color: #795548;
}

.border-right-brown {
    border-right-color: #795548;
}

.text-brown-300 {
    color: #a1887f;
}

    .text-brown-300[href]:focus, .text-brown-300[href]:hover {
        color: #90746a;
    }

.bg-brown-300 {
    background-color: #a1887f;
}

.border-brown-300 {
    border-color: #a1887f;
}

.border-top-brown-300 {
    border-top-color: #a1887f;
}

.border-bottom-brown-300 {
    border-bottom-color: #a1887f;
}

.border-left-brown-300 {
    border-left-color: #a1887f;
}

.border-right-brown-300 {
    border-right-color: #a1887f;
}

.text-brown-400 {
    color: #8d6e63;
}

    .text-brown-400[href]:focus, .text-brown-400[href]:hover {
        color: #775c53;
    }

.bg-brown-400 {
    background-color: #8d6e63;
}

.border-brown-400 {
    border-color: #8d6e63;
}

.border-top-brown-400 {
    border-top-color: #8d6e63;
}

.border-bottom-brown-400 {
    border-bottom-color: #8d6e63;
}

.border-left-brown-400 {
    border-left-color: #8d6e63;
}

.border-right-brown-400 {
    border-right-color: #8d6e63;
}

.text-brown-600 {
    color: #6d4c41;
}

    .text-brown-600[href]:focus, .text-brown-600[href]:hover {
        color: #553b33;
    }

.bg-brown-600 {
    background-color: #6d4c41;
}

.border-brown-600 {
    border-color: #6d4c41;
}

.border-top-brown-600 {
    border-top-color: #6d4c41;
}

.border-bottom-brown-600 {
    border-bottom-color: #6d4c41;
}

.border-left-brown-600 {
    border-left-color: #6d4c41;
}

.border-right-brown-600 {
    border-right-color: #6d4c41;
}

.text-brown-700 {
    color: #5d4037;
}

    .text-brown-700[href]:focus, .text-brown-700[href]:hover {
        color: #452f29;
    }

.bg-brown-700 {
    background-color: #5d4037;
}

.border-brown-700 {
    border-color: #5d4037;
}

.border-top-brown-700 {
    border-top-color: #5d4037;
}

.border-bottom-brown-700 {
    border-bottom-color: #5d4037;
}

.border-left-brown-700 {
    border-left-color: #5d4037;
}

.border-right-brown-700 {
    border-right-color: #5d4037;
}

.text-brown-800 {
    color: #4e342e;
}

    .text-brown-800[href]:focus, .text-brown-800[href]:hover {
        color: #362420;
    }

.bg-brown-800 {
    background-color: #4e342e;
}

.border-brown-800 {
    border-color: #4e342e;
}

.border-top-brown-800 {
    border-top-color: #4e342e;
}

.border-bottom-brown-800 {
    border-bottom-color: #4e342e;
}

.border-left-brown-800 {
    border-left-color: #4e342e;
}

.border-right-brown-800 {
    border-right-color: #4e342e;
}

.alpha-grey {
    background-color: #fafafa;
}

.text-grey {
    color: #777;
}

    .text-grey[href]:focus, .text-grey[href]:hover {
        color: #646464;
    }

.bg-grey {
    background-color: #777;
}

.border-grey {
    border-color: #777;
}

.border-top-grey {
    border-top-color: #777;
}

.border-bottom-grey {
    border-bottom-color: #777;
}

.border-left-grey {
    border-left-color: #777;
}

.border-right-grey {
    border-right-color: #777;
}

.text-grey-300 {
    color: #999;
}

    .text-grey-300[href]:focus, .text-grey-300[href]:hover {
        color: #868686;
    }

.bg-grey-300 {
    background-color: #999;
}

.border-grey-300 {
    border-color: #999;
}

.border-top-grey-300 {
    border-top-color: #999;
}

.border-bottom-grey-300 {
    border-bottom-color: #999;
}

.border-left-grey-300 {
    border-left-color: #999;
}

.border-right-grey-300 {
    border-right-color: #999;
}

.text-grey-400 {
    color: #888;
}

    .text-grey-400[href]:focus, .text-grey-400[href]:hover {
        color: #757575;
    }

.bg-grey-400 {
    background-color: #888;
}

.border-grey-400 {
    border-color: #888;
}

.border-top-grey-400 {
    border-top-color: #888;
}

.border-bottom-grey-400 {
    border-bottom-color: #888;
}

.border-left-grey-400 {
    border-left-color: #888;
}

.border-right-grey-400 {
    border-right-color: #888;
}

.text-grey-600 {
    color: #666;
}

    .text-grey-600[href]:focus, .text-grey-600[href]:hover {
        color: #535353;
    }

.bg-grey-600 {
    background-color: #666;
}

.border-grey-600 {
    border-color: #666;
}

.border-top-grey-600 {
    border-top-color: #666;
}

.border-bottom-grey-600 {
    border-bottom-color: #666;
}

.border-left-grey-600 {
    border-left-color: #666;
}

.border-right-grey-600 {
    border-right-color: #666;
}

.text-grey-700 {
    color: #555;
}

    .text-grey-700[href]:focus, .text-grey-700[href]:hover {
        color: #424242;
    }

.bg-grey-700 {
    background-color: #555;
}

.border-grey-700 {
    border-color: #555;
}

.border-top-grey-700 {
    border-top-color: #555;
}

.border-bottom-grey-700 {
    border-bottom-color: #555;
}

.border-left-grey-700 {
    border-left-color: #555;
}

.border-right-grey-700 {
    border-right-color: #555;
}

.text-grey-800 {
    color: #444;
}

    .text-grey-800[href]:focus, .text-grey-800[href]:hover {
        color: #313131;
    }

.bg-grey-800 {
    background-color: #444;
}

.border-grey-800 {
    border-color: #444;
}

.border-top-grey-800 {
    border-top-color: #444;
}

.border-bottom-grey-800 {
    border-bottom-color: #444;
}

.border-left-grey-800 {
    border-left-color: #444;
}

.border-right-grey-800 {
    border-right-color: #444;
}

.alpha-slate {
    background-color: #eceff1;
}

.text-slate {
    color: #607d8b;
}

    .text-slate[href]:focus, .text-slate[href]:hover {
        color: #506974;
    }

.bg-slate {
    background-color: #607d8b;
}

.border-slate {
    border-color: #607d8b;
}

.border-top-slate {
    border-top-color: #607d8b;
}

.border-bottom-slate {
    border-bottom-color: #607d8b;
}

.border-left-slate {
    border-left-color: #607d8b;
}

.border-right-slate {
    border-right-color: #607d8b;
}

.text-slate-300 {
    color: #90a4ae;
}

    .text-slate-300[href]:focus, .text-slate-300[href]:hover {
        color: #7a929e;
    }

.bg-slate-300 {
    background-color: #90a4ae;
}

.border-slate-300 {
    border-color: #90a4ae;
}

.border-top-slate-300 {
    border-top-color: #90a4ae;
}

.border-bottom-slate-300 {
    border-bottom-color: #90a4ae;
}

.border-left-slate-300 {
    border-left-color: #90a4ae;
}

.border-right-slate-300 {
    border-right-color: #90a4ae;
}

.text-slate-400 {
    color: #78909c;
}

    .text-slate-400[href]:focus, .text-slate-400[href]:hover {
        color: #657d89;
    }

.bg-slate-400 {
    background-color: #78909c;
}

.border-slate-400 {
    border-color: #78909c;
}

.border-top-slate-400 {
    border-top-color: #78909c;
}

.border-bottom-slate-400 {
    border-bottom-color: #78909c;
}

.border-left-slate-400 {
    border-left-color: #78909c;
}

.border-right-slate-400 {
    border-right-color: #78909c;
}

.text-slate-600 {
    color: #546e7a;
}

    .text-slate-600[href]:focus, .text-slate-600[href]:hover {
        color: #445a63;
    }

.bg-slate-600 {
    background-color: #546e7a;
}

.border-slate-600 {
    border-color: #546e7a;
}

.border-top-slate-600 {
    border-top-color: #546e7a;
}

.border-bottom-slate-600 {
    border-bottom-color: #546e7a;
}

.border-left-slate-600 {
    border-left-color: #546e7a;
}

.border-right-slate-600 {
    border-right-color: #546e7a;
}

.text-slate-700 {
    color: #455a64;
}

    .text-slate-700[href]:focus, .text-slate-700[href]:hover {
        color: #35464d;
    }

.bg-slate-700 {
    background-color: #455a64;
}

.border-slate-700 {
    border-color: #455a64;
}

.border-top-slate-700 {
    border-top-color: #455a64;
}

.border-bottom-slate-700 {
    border-bottom-color: #455a64;
}

.border-left-slate-700 {
    border-left-color: #455a64;
}

.border-right-slate-700 {
    border-right-color: #455a64;
}

.text-slate-800 {
    color: #37474f;
}

    .text-slate-800[href]:focus, .text-slate-800[href]:hover {
        color: #273338;
    }

.bg-slate-800 {
    background-color: #37474f;
}

.border-slate-800 {
    border-color: #37474f;
}

.border-top-slate-800 {
    border-top-color: #37474f;
}

.border-bottom-slate-800 {
    border-bottom-color: #37474f;
}

.border-left-slate-800 {
    border-left-color: #37474f;
}

.border-right-slate-800 {
    border-right-color: #37474f;
}

.border-transparent {
    border-color: transparent !important;
}

.border-top-transparent {
    border-top-color: transparent !important;
}

.border-bottom-transparent {
    border-bottom-color: transparent !important;
}

.border-left-transparent {
    border-left-color: transparent !important;
}

.border-right-transparent {
    border-right-color: transparent !important;
}

.border-light-alpha {
    border-color: rgba(255,255,255,.1);
}

.border-top-light-alpha {
    border-top-color: rgba(255,255,255,.1);
}

.border-bottom-light-alpha {
    border-bottom-color: rgba(255,255,255,.1);
}

.border-left-light-alpha {
    border-left-color: rgba(255,255,255,.1);
}

.border-right-light-alpha {
    border-right-color: rgba(255,255,255,.1);
}

.border-dark-alpha {
    border-color: rgba(0,0,0,.1);
}

.border-top-dark-alpha {
    border-top-color: rgba(0,0,0,.1);
}

.border-bottom-dark-alpha {
    border-bottom-color: rgba(0,0,0,.1);
}

.border-left-dark-alpha {
    border-left-color: rgba(0,0,0,.1);
}

.border-right-dark-alpha {
    border-right-color: rgba(0,0,0,.1);
}

.bg-dark-alpha {
    background-color: rgba(0,0,0,.2);
}

.bg-light-alpha {
    background-color: rgba(255,255,255,.1);
}

