/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #448AFF;
    --indigo: #536DFE;
    --purple: #E040FB;
    --pink: #FF4081;
    --red: #FF5252;
    --orange: #FF9100;
    --yellow: #FFFF00;
    --green: #0f9d58;
    --teal: #45B197;
    --cyan: #18FFFF;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #222c32;
    --blue: #448AFF;
    --indigo: #536DFE;
    --purple: #E040FB;
    --pink: #FF4081;
    --red: #FF5252;
    --orange: #FF9100;
    --yellow: #FFFF00;
    --green: #0f9d58;
    --teal: #45B197;
    --cyan: #18FFFF;
    --primary: #448AFF;
    --secondary: #ccc;
    --success: #0f9d58;
    --info: #40C4FF;
    --warning: #FF9100;
    --danger: #FF5252;
    --light: #f4f6f8;
    --dark: #222c32;
    --tertiary: #FFFF00;
    --quaternary: #FF4081;
    --quinary: #E040FB;
    --senary: #8D6E63;
    --septenary: #45B197;
    --octonary: #536DFE;
    --nonary: #6444FF;
    --denary: #DF7C00;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1365px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Poppins", "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
}

*,
::after,
::before {
    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: rgba(0, 0, 0, 0)
}

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

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #171e22;
    text-align: left;
    background-color: #fff
}

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

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

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

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    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: 700
}

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: #448aff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #005cf7;
    text-decoration: underline
}

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;
    padding-bottom: .75rem;
    color: #868e96;
    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] {
    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: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

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

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

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

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

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

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

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

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

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

.app-header-nav,
.list-unstyled,
.sidebar-menu,
.treeview-menu {
    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: .5rem
}

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

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

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

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

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

code {
    font-size: 87.5%;
    color: #ff4081;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #171e22;
    border-radius: .2rem
}

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

pre {
    display: block;
    font-size: 87.5%;
    color: #171e22
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

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

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    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: 1170px
    }
}

@media (min-width:1365px) {
    .container {
        max-width: 1370px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

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

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-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) {
	.hidden-lg {display:none;}
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-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%
    }
}

@media (min-width:1365px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxl-first {
        order: -1
    }
    .order-xxl-last {
        order: 13
    }
    .order-xxl-0 {
        order: 0
    }
    .order-xxl-1 {
        order: 1
    }
    .order-xxl-2 {
        order: 2
    }
    .order-xxl-3 {
        order: 3
    }
    .order-xxl-4 {
        order: 4
    }
    .order-xxl-5 {
        order: 5
    }
    .order-xxl-6 {
        order: 6
    }
    .order-xxl-7 {
        order: 7
    }
    .order-xxl-8 {
        order: 8
    }
    .order-xxl-9 {
        order: 9
    }
    .order-xxl-10 {
        order: 10
    }
    .order-xxl-11 {
        order: 11
    }
    .order-xxl-12 {
        order: 12
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

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

.table td,
.table th {
    padding: .50rem;
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
    border-top: 1px solid #e7edf4;
}

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

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

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

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

.table-bordered {
    border: 1px solid #e7edf4
}

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

.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: #eff4ff
}

.table-hover tbody tr:hover {
    background-color: #eff4ff
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #cbdeff
}

.table-hover .table-primary:hover {
    background-color: #b2ceff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #b2ceff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #f1f1f1
}

.table-hover .table-secondary:hover {
    background-color: #e4e4e4
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #e4e4e4
}

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

.table-hover .table-success:hover {
    background-color: #aaddc3
}

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

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

.table-hover .table-info:hover {
    background-color: #b1e6ff
}

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

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

.table-hover .table-warning:hover {
    background-color: #ffd59f
}

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

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

.table-hover .table-danger:hover {
    background-color: #ffb6b6
}

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

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fcfcfd
}

.table-hover .table-light:hover {
    background-color: #ededf3
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ededf3
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c1c4c6
}

.table-hover .table-dark:hover {
    background-color: #b4b7ba
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b4b7ba
}

.table-tertiary,
.table-tertiary>td,
.table-tertiary>th {
    background-color: #ffffb8
}

.table-hover .table-tertiary:hover {
    background-color: #ffff9f
}

.table-hover .table-tertiary:hover>td,
.table-hover .table-tertiary:hover>th {
    background-color: #ffff9f
}

.table-quaternary,
.table-quaternary>td,
.table-quaternary>th {
    background-color: #ffcadc
}

.table-hover .table-quaternary:hover {
    background-color: #ffb1cb
}

.table-hover .table-quaternary:hover>td,
.table-hover .table-quaternary:hover>th {
    background-color: #ffb1cb
}

.table-quinary,
.table-quinary>td,
.table-quinary>th {
    background-color: #f6cafe
}

.table-hover .table-quinary:hover {
    background-color: #f2b1fe
}

.table-hover .table-quinary:hover>td,
.table-hover .table-quinary:hover>th {
    background-color: #f2b1fe
}

.table-senary,
.table-senary>td,
.table-senary>th {
    background-color: #dfd6d3
}

.table-hover .table-senary:hover {
    background-color: #d4c8c4
}

.table-hover .table-senary:hover>td,
.table-hover .table-senary:hover>th {
    background-color: #d4c8c4
}

.table-septenary,
.table-septenary>td,
.table-septenary>th {
    background-color: #cbe9e2
}

.table-hover .table-septenary:hover {
    background-color: #b9e1d8
}

.table-hover .table-septenary:hover>td,
.table-hover .table-septenary:hover>th {
    background-color: #b9e1d8
}

.table-octonary,
.table-octonary>td,
.table-octonary>th {
    background-color: #cfd6ff
}

.table-hover .table-octonary:hover {
    background-color: #b6c0ff
}

.table-hover .table-octonary:hover>td,
.table-hover .table-octonary:hover>th {
    background-color: #b6c0ff
}

.table-nonary,
.table-nonary>td,
.table-nonary>th {
    background-color: #d4cbff
}

.table-hover .table-nonary:hover {
    background-color: #bfb2ff
}

.table-hover .table-nonary:hover>td,
.table-hover .table-nonary:hover>th {
    background-color: #bfb2ff
}

.table-denary,
.table-denary>td,
.table-denary>th {
    background-color: #f6dab8
}

.table-hover .table-denary:hover {
    background-color: #f3cea1
}

.table-hover .table-denary:hover>td,
.table-hover .table-denary:hover>th {
    background-color: #f3cea1
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: #eff4ff
}

.table-hover .table-active:hover {
    background-color: #d6e2ff
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: #d6e2ff
}

.table .thead-dark th {
    color: #fff;
    background-color: #171e22;
    border-color: #263239
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e7edf4
}

.table-dark {
    color: #fff;
    background-color: #171e22
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #263239
}

.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) {
	
	.hidden-xs {display:none;}
	
    .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
    }
}

@media (max-width:1364.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xxl>.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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
		font-family: 'Roboto', sans-serif;
    border: 1px solid #bfbfbf;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    border-color: #ffc73f;
    outline: 0;
    background-color: #ffc73f;
    color: #000 !important;

}

.form-control::placeholder {
    color: #333333;
    opacity: 1;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #868e96;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #171e22;
    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: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.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: calc(1.8125rem + 2px)
}

.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: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.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: calc(2.875rem + 2px)
}

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

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

.form-row {
    display: flex;
    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.25rem
}

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

.form-check-input:disabled~.form-check-label {
    color: #868e96
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #0f9d58
}

.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(15, 157, 88, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #0f9d58
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #0f9d58;
    box-shadow: 0 0 0 .2rem rgba(15, 157, 88, .25);
	outline:0;
}

.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: #0f9d58
}

.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: #0f9d58
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #3fed98
}

.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: #13cc72
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(15, 157, 88, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #0f9d58
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(15, 157, 88, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ff5252
}

.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(255, 82, 82, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #ff5252
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #ff5252;
    box-shadow: 0 0 0 .2rem rgba(255, 82, 82, .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: #ff5252
}

.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: #ff5252
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #ffd2d2
}

.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: #ff8585
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 82, 82, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #ff5252
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(255, 82, 82, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

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

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        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: flex;
        align-items: 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 {
        align-items: 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;
    user-select: none;
    border: 1px solid transparent;
    padding:0.100rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

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

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(68, 138, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

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

.btn-primary {
    color: #fff;
    background-color: #448aff;
    border-color: #448aff
}

.btn-primary:hover {
    color: #fff;
    background-color: #1e72ff;
    border-color: #116aff
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(68, 138, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #448aff;
    border-color: #448aff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #116aff;
    border-color: #0462ff
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(68, 138, 255, .5)
}

.btn-secondary {
    color: #171e22;
    background-color: #ccc;
    border-color: #ccc
}

.btn-secondary:hover {
    color: #171e22;
    background-color: #b9b9b9;
    border-color: #b3b3b3
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #171e22;
    background-color: #ccc;
    border-color: #ccc
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #b3b3b3;
    border-color: #acacac
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5)
}

.btn-success {
color: #fff;
    background-color: #157d87;
    border-color: #157d87;
    height: 100%;
    font-size: 12px;

    letter-spacing: 1px;
}
.mrgntp25 {padding-top:21px !important;}

.btn-success:hover {
    color: #333;
    background-color: #eee;
    border-color:none;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: none;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #0f9d58;
    border-color: #0f9d58
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0b6e3e;
    border-color: #096337
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(15, 157, 88, .5)
}

.btn-info {
    color: #fff;
    background-color: #40c4ff;
    border-color: #40c4ff
}

.btn-info:hover {
    color: #fff;
    background-color: #1ab8ff;
    border-color: #0db4ff
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 196, 255, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #40c4ff;
    border-color: #40c4ff
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0db4ff;
    border-color: #00b0ff
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 196, 255, .5)
}

.btn-warning {

color: #fff;
background-color: #333;
border-color: #333;
}

.btn-warning:hover {
    color: #fff;
    background-color: #d97b00;
    border-color: #cc7400
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 145, 0, .5)
}

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

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc7400;
    border-color: #bf6d00
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 145, 0, .5)
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #ff2c2c;
    border-color: #ff1f1f
}

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

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

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1f1f;
    border-color: #ff1212
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 82, 82, .5)
}

.btn-light {
    color: #171e22;
    background-color: #f4f6f8;
    border-color: #f4f6f8
}

.btn-light:hover {
    color: #171e22;
    background-color: #dde3e9;
    border-color: #d5dde4
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 246, 248, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #171e22;
    background-color: #f4f6f8;
    border-color: #f4f6f8
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    border-color: #ffc73f;
    outline: 0;
    background-color: #ffc73f;
    color: #000 !important;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 246, 248, .5)
}

.btn-dark {
    color: #fff;
    background-color: #222c32;
    border-color: #222c32
}

.btn-dark:hover {
    color: #fff;
    background-color: #13181b;
    border-color: #0d1114
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(34, 44, 50, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #222c32;
    border-color: #222c32
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0d1114;
    border-color: #080b0c
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(34, 44, 50, .5)
}

.btn-tertiary {
    color: #171e22;
    background-color: #ff0;
    border-color: #ff0
}

.btn-tertiary:hover {
    color: #171e22;
    background-color: #d9d900;
    border-color: #cc0
}

.btn-tertiary.focus,
.btn-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 0, .5)
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
    color: #171e22;
    background-color: #ff0;
    border-color: #ff0
}

.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.show>.btn-tertiary.dropdown-toggle {
    color: #171e22;
    background-color: #cc0;
    border-color: #bfbf00
}

.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.show>.btn-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 0, .5)
}

.btn-quaternary {
color: #333;
    background-color: #fff;
    font-size: 14px;
	font-weight: bold;
}

.active-tbs {    background-color: #eee;
    color: #333;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}

.btn-quaternary:hover {
    color: #fff;
    background-color: #a07604;
    border-color: #a07604;
}

.btn-quaternary.focus,
.btn-quaternary:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 64, 129, .5)
}

.btn-quaternary.disabled,
.btn-quaternary:disabled {
    color: #fff;
    background-color: #ff4081;
    border-color: #ff4081
}

.btn-quaternary:not(:disabled):not(.disabled).active,
.btn-quaternary:not(:disabled):not(.disabled):active,
.show>.btn-quaternary.dropdown-toggle {
    color: #fff;
    background-color: #ff0d5f;
    border-color: #ff0057
}

.btn-quaternary:not(:disabled):not(.disabled).active:focus,
.btn-quaternary:not(:disabled):not(.disabled):active:focus,
.show>.btn-quaternary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 64, 129, .5)
}

.btn-quinary {
    color: #fff;
    background-color: #e040fb;
    border-color: #e040fb
}

.btn-quinary:hover {
    color: #fff;
    background-color: #da1bfa;
    border-color: #d80efa
}

.btn-quinary.focus,
.btn-quinary:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 64, 251, .5)
}

.btn-quinary.disabled,
.btn-quinary:disabled {
    color: #fff;
    background-color: #e040fb;
    border-color: #e040fb
}

.btn-quinary:not(:disabled):not(.disabled).active,
.btn-quinary:not(:disabled):not(.disabled):active,
.show>.btn-quinary.dropdown-toggle {
    color: #fff;
    background-color: #d80efa;
    border-color: #d305f6
}

.btn-quinary:not(:disabled):not(.disabled).active:focus,
.btn-quinary:not(:disabled):not(.disabled):active:focus,
.show>.btn-quinary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 64, 251, .5)
}

.btn-senary {
    color: #fff;
    background-color: #8d6e63;
    border-color: #8d6e63
}

.btn-senary:hover {
    color: #fff;
    background-color: #775c53;
    border-color: #6f574e
}

.btn-senary.focus,
.btn-senary:focus {
    box-shadow: 0 0 0 .2rem rgba(141, 110, 99, .5)
}

.btn-senary.disabled,
.btn-senary:disabled {
    color: #fff;
    background-color: #8d6e63;
    border-color: #8d6e63
}

.btn-senary:not(:disabled):not(.disabled).active,
.btn-senary:not(:disabled):not(.disabled):active,
.show>.btn-senary.dropdown-toggle {
    color: #fff;
    background-color: #6f574e;
    border-color: #685149
}

.btn-senary:not(:disabled):not(.disabled).active:focus,
.btn-senary:not(:disabled):not(.disabled):active:focus,
.show>.btn-senary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(141, 110, 99, .5)
}

.btn-septenary {
    color: #fff;
    background-color: #45b197;
    border-color: #45b197
}

.btn-septenary:hover {
    color: #fff;
    background-color: #3a9580;
    border-color: #378c78
}

.btn-septenary.focus,
.btn-septenary:focus {
    box-shadow: 0 0 0 .2rem rgba(69, 177, 151, .5)
}

.btn-septenary.disabled,
.btn-septenary:disabled {
    color: #fff;
    background-color: #45b197;
    border-color: #45b197
}

.btn-septenary:not(:disabled):not(.disabled).active,
.btn-septenary:not(:disabled):not(.disabled):active,
.show>.btn-septenary.dropdown-toggle {
    color: #fff;
    background-color: #378c78;
    border-color: #338370
}

.btn-septenary:not(:disabled):not(.disabled).active:focus,
.btn-septenary:not(:disabled):not(.disabled):active:focus,
.show>.btn-septenary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(69, 177, 151, .5)
}

.btn-octonary {
    color: #fff;
    background-color: #536dfe;
    border-color: #536dfe
}

.btn-octonary:hover {
    color: #fff;
    background-color: #2d4dfe;
    border-color: #2042fe
}

.btn-octonary.focus,
.btn-octonary:focus {
    box-shadow: 0 0 0 .2rem rgba(83, 109, 254, .5)
}

.btn-octonary.disabled,
.btn-octonary:disabled {
    color: #fff;
    background-color: #536dfe;
    border-color: #536dfe
}

.btn-octonary:not(:disabled):not(.disabled).active,
.btn-octonary:not(:disabled):not(.disabled):active,
.show>.btn-octonary.dropdown-toggle {
    color: #fff;
    background-color: #2042fe;
    border-color: #1437fe
}

.btn-octonary:not(:disabled):not(.disabled).active:focus,
.btn-octonary:not(:disabled):not(.disabled):active:focus,
.show>.btn-octonary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(83, 109, 254, .5)
}

.btn-nonary {
    color: #fff;
    background-color: #6444ff;
    border-color: #6444ff
}

.btn-nonary:hover {
    color: #fff;
    background-color: #441eff;
    border-color: #3a11ff
}

.btn-nonary.focus,
.btn-nonary:focus {
    box-shadow: 0 0 0 .2rem rgba(100, 68, 255, .5)
}

.btn-nonary.disabled,
.btn-nonary:disabled {
    color: #fff;
    background-color: #6444ff;
    border-color: #6444ff
}

.btn-nonary:not(:disabled):not(.disabled).active,
.btn-nonary:not(:disabled):not(.disabled):active,
.show>.btn-nonary.dropdown-toggle {
    color: #fff;
    background-color: #3a11ff;
    border-color: #2f04ff
}

.btn-nonary:not(:disabled):not(.disabled).active:focus,
.btn-nonary:not(:disabled):not(.disabled):active:focus,
.show>.btn-nonary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(100, 68, 255, .5)
}

.btn-denary {
    color: #fff;
    background-color: #df7c00;
    border-color: #df7c00
}

.btn-denary:hover {
    color: #fff;
    background-color: #b96700;
    border-color: #ac6000
}

.btn-denary.focus,
.btn-denary:focus {
    box-shadow: 0 0 0 .2rem rgba(223, 124, 0, .5)
}

.btn-denary.disabled,
.btn-denary:disabled {
    color: #fff;
    background-color: #df7c00;
    border-color: #df7c00
}

.btn-denary:not(:disabled):not(.disabled).active,
.btn-denary:not(:disabled):not(.disabled):active,
.show>.btn-denary.dropdown-toggle {
    color: #fff;
    background-color: #ac6000;
    border-color: #9f5900
}

.btn-denary:not(:disabled):not(.disabled).active:focus,
.btn-denary:not(:disabled):not(.disabled):active:focus,
.show>.btn-denary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(223, 124, 0, .5)
}

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #448aff;
    border-color: #448aff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(68, 138, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #448aff;
    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: #448aff;
    border-color: #448aff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(68, 138, 255, .5)
}

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ccc;
    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: #171e22;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5)
}

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

.btn-outline-success:hover {
    color: #fff;
    background-color: #0f9d58;
    border-color: #0f9d58
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(15, 157, 88, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #0f9d58;
    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: #0f9d58;
    border-color: #0f9d58
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(15, 157, 88, .5)
}

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

.btn-outline-info:hover {
    color: #fff;
    background-color: #40c4ff;
    border-color: #40c4ff
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 196, 255, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #40c4ff;
    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: #40c4ff;
    border-color: #40c4ff
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 196, 255, .5)
}

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

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

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 145, 0, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ff9100;
    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: #ff9100;
    border-color: #ff9100
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 145, 0, .5)
}

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

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

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

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ff5252;
    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: #ff5252;
    border-color: #ff5252
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 82, 82, .5)
}

.btn-outline-light {
    color: #f4f6f8;
    background-color: transparent;
    background-image: none;
    border-color: #f4f6f8
}

.btn-outline-light:hover {
    color: #171e22;
    background-color: #f4f6f8;
    border-color: #f4f6f8
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 246, 248, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f4f6f8;
    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: #171e22;
    background-color: #f4f6f8;
    border-color: #f4f6f8
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 246, 248, .5)
}

.btn-outline-dark {
    color: #222c32;
    background-color: transparent;
    background-image: none;
    border-color: #222c32
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #222c32;
    border-color: #222c32
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(34, 44, 50, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #222c32;
    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: #222c32;
    border-color: #222c32
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(34, 44, 50, .5)
}

.btn-outline-tertiary {
    color: #ff0;
    background-color: transparent;
    background-image: none;
    border-color: #ff0
}

.btn-outline-tertiary:hover {
    color: #171e22;
    background-color: #ff0;
    border-color: #ff0
}

.btn-outline-tertiary.focus,
.btn-outline-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 0, .5)
}

.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
    color: #ff0;
    background-color: transparent
}

.btn-outline-tertiary:not(:disabled):not(.disabled).active,
.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.show>.btn-outline-tertiary.dropdown-toggle {
    color: #171e22;
    background-color: #ff0;
    border-color: #ff0
}

.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 0, .5)
}

.btn-outline-quaternary {
    color: #ff4081;
    background-color: transparent;
    background-image: none;
    border-color: #ff4081
}

.btn-outline-quaternary:hover {
    color: #fff;
    background-color: #ff4081;
    border-color: #ff4081
}

.btn-outline-quaternary.focus,
.btn-outline-quaternary:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 64, 129, .5)
}

.btn-outline-quaternary.disabled,
.btn-outline-quaternary:disabled {
    color: #ff4081;
    background-color: transparent
}

.btn-outline-quaternary:not(:disabled):not(.disabled).active,
.btn-outline-quaternary:not(:disabled):not(.disabled):active,
.show>.btn-outline-quaternary.dropdown-toggle {
    color: #fff;
    background-color: #ff4081;
    border-color: #ff4081
}

.btn-outline-quaternary:not(:disabled):not(.disabled).active:focus,
.btn-outline-quaternary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-quaternary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 64, 129, .5)
}

.btn-outline-quinary {
    color: #e040fb;
    background-color: transparent;
    background-image: none;
    border-color: #e040fb
}

.btn-outline-quinary:hover {
    color: #fff;
    background-color: #e040fb;
    border-color: #e040fb
}

.btn-outline-quinary.focus,
.btn-outline-quinary:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 64, 251, .5)
}

.btn-outline-quinary.disabled,
.btn-outline-quinary:disabled {
    color: #e040fb;
    background-color: transparent
}

.btn-outline-quinary:not(:disabled):not(.disabled).active,
.btn-outline-quinary:not(:disabled):not(.disabled):active,
.show>.btn-outline-quinary.dropdown-toggle {
    color: #fff;
    background-color: #e040fb;
    border-color: #e040fb
}

.btn-outline-quinary:not(:disabled):not(.disabled).active:focus,
.btn-outline-quinary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-quinary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 64, 251, .5)
}

.btn-outline-senary {
    color: #8d6e63;
    background-color: transparent;
    background-image: none;
    border-color: #8d6e63
}

.btn-outline-senary:hover {
    color: #fff;
    background-color: #8d6e63;
    border-color: #8d6e63
}

.btn-outline-senary.focus,
.btn-outline-senary:focus {
    box-shadow: 0 0 0 .2rem rgba(141, 110, 99, .5)
}

.btn-outline-senary.disabled,
.btn-outline-senary:disabled {
    color: #8d6e63;
    background-color: transparent
}

.btn-outline-senary:not(:disabled):not(.disabled).active,
.btn-outline-senary:not(:disabled):not(.disabled):active,
.show>.btn-outline-senary.dropdown-toggle {
    color: #fff;
    background-color: #8d6e63;
    border-color: #8d6e63
}

.btn-outline-senary:not(:disabled):not(.disabled).active:focus,
.btn-outline-senary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-senary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(141, 110, 99, .5)
}

.btn-outline-septenary {
    color: #45b197;
    background-color: transparent;
    background-image: none;
    border-color: #45b197
}

.btn-outline-septenary:hover {
    color: #fff;
    background-color: #45b197;
    border-color: #45b197
}

.btn-outline-septenary.focus,
.btn-outline-septenary:focus {
    box-shadow: 0 0 0 .2rem rgba(69, 177, 151, .5)
}

.btn-outline-septenary.disabled,
.btn-outline-septenary:disabled {
    color: #45b197;
    background-color: transparent
}

.btn-outline-septenary:not(:disabled):not(.disabled).active,
.btn-outline-septenary:not(:disabled):not(.disabled):active,
.show>.btn-outline-septenary.dropdown-toggle {
    color: #fff;
    background-color: #45b197;
    border-color: #45b197
}

.btn-outline-septenary:not(:disabled):not(.disabled).active:focus,
.btn-outline-septenary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-septenary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(69, 177, 151, .5)
}

.btn-outline-octonary {
    color: #536dfe;
    background-color: transparent;
    background-image: none;
    border-color: #536dfe
}

.btn-outline-octonary:hover {
    color: #fff;
    background-color: #536dfe;
    border-color: #536dfe
}

.btn-outline-octonary.focus,
.btn-outline-octonary:focus {
    box-shadow: 0 0 0 .2rem rgba(83, 109, 254, .5)
}

.btn-outline-octonary.disabled,
.btn-outline-octonary:disabled {
    color: #536dfe;
    background-color: transparent
}

.btn-outline-octonary:not(:disabled):not(.disabled).active,
.btn-outline-octonary:not(:disabled):not(.disabled):active,
.show>.btn-outline-octonary.dropdown-toggle {
    color: #fff;
    background-color: #536dfe;
    border-color: #536dfe
}

.btn-outline-octonary:not(:disabled):not(.disabled).active:focus,
.btn-outline-octonary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-octonary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(83, 109, 254, .5)
}

.btn-outline-nonary {
    color: #6444ff;
    background-color: transparent;
    background-image: none;
    border-color: #6444ff
}

.btn-outline-nonary:hover {
    color: #fff;
    background-color: #6444ff;
    border-color: #6444ff
}

.btn-outline-nonary.focus,
.btn-outline-nonary:focus {
    box-shadow: 0 0 0 .2rem rgba(100, 68, 255, .5)
}

.btn-outline-nonary.disabled,
.btn-outline-nonary:disabled {
    color: #6444ff;
    background-color: transparent
}

.btn-outline-nonary:not(:disabled):not(.disabled).active,
.btn-outline-nonary:not(:disabled):not(.disabled):active,
.show>.btn-outline-nonary.dropdown-toggle {
    color: #fff;
    background-color: #6444ff;
    border-color: #6444ff
}

.btn-outline-nonary:not(:disabled):not(.disabled).active:focus,
.btn-outline-nonary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-nonary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(100, 68, 255, .5)
}

.btn-outline-denary {
    color: #df7c00;
    background-color: transparent;
    background-image: none;
    border-color: #df7c00
}

.btn-outline-denary:hover {
    color: #fff;
    background-color: #df7c00;
    border-color: #df7c00
}

.btn-outline-denary.focus,
.btn-outline-denary:focus {
    box-shadow: 0 0 0 .2rem rgba(223, 124, 0, .5)
}

.btn-outline-denary.disabled,
.btn-outline-denary:disabled {
    color: #df7c00;
    background-color: transparent
}

.btn-outline-denary:not(:disabled):not(.disabled).active,
.btn-outline-denary:not(:disabled):not(.disabled):active,
.show>.btn-outline-denary.dropdown-toggle {
    color: #fff;
    background-color: #df7c00;
    border-color: #df7c00
}

.btn-outline-denary:not(:disabled):not(.disabled).active:focus,
.btn-outline-denary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-denary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(223, 124, 0, .5)
}

.btn-link {
    font-weight: 400;
    color: #448aff;
    background-color: transparent
}

.btn-link:hover {
    color: #005cf7;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #868e96;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .125rem .125rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.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 {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

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

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #171e22;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

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

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

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

.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 {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.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 {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.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: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .625rem 1.25rem;
    clear: both;
    font-weight: 400;
    color: #171e22;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0d1113;
    text-decoration: none;
    background-color: #eef1f4
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.25rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #868e96;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .625rem 1.25rem;
    color: #171e22
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    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: flex;
    flex-wrap: wrap;
    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: .5625rem;
    padding-left: .5625rem
}

.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: .09375rem;
    padding-left: .09375rem
}

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

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    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: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    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: flex;
    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: 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: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #868e96;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #e9ecef;
    border-radius: .25rem
}

.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.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    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: #448aff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(68, 138, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #f7faff
}

.custom-control-input:disabled~.custom-control-label {
    color: #868e96
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #448aff
}

.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: #448aff
}

.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(68, 138, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(68, 138, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #448aff
}

.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(68, 138, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #868e96;
    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='%23222c32' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #a9acaf;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #ffc73f;
    outline: 0;
    background-color: #ffc73f;
    color: #000 !important;
}

.custom-select:focus::-ms-value {
    color: #868e96;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #c4daff;
    box-shadow: 0 0 0 .2rem rgba(68, 138, 255, .25)
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #c4daff
}

.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: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #868e96;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #868e96;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #e9ecef;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    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: #448aff;
    border: 0;
    border-radius: 1rem;
    appearance: none
}

.custom-range::-webkit-slider-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(68, 138, 255, .25)
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #448aff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #448aff;
    border: 0;
    border-radius: 1rem;
    appearance: none
}

.custom-range::-moz-range-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(68, 138, 255, .25)
}

.custom-range::-moz-range-thumb:active {
    background-color: #448aff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #448aff;
    border: 0;
    border-radius: 1rem;
    appearance: none
}

.custom-range::-ms-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(68, 138, 255, .25)
}

.custom-range::-ms-thumb:active {
    background-color: #448aff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

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

.nav-link.disabled {
    color: #868e96
}

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

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

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #448aff
}

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

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

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

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

.navbar-nav {
    display: flex;
    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: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width:1364.98px) {
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1365px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

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

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

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

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

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

.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: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .7);
    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(0, 0, 0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

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

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

.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, .75)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.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, .75);
    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.75)' 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, .75)
}

.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: flex;
    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: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem
}

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

.card-subtitle {
    margin-top: -.5rem;
    margin-bottom: 0
}

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

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

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

.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: 1rem 1.5rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

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

.card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem
}

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

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 10px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -10px;
        margin-left: -10px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 10px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        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: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .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: 1rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        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: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #868e96;
    content: ">"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #868e96
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #448aff;
    background-color: #fff;
    border: 0 solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #005cf7;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #448aff;
    border-color: #448aff
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: 1em;
    padding-left: 1em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #448aff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #116aff
}

.badge-secondary {
    color: #171e22;
    background-color: #ccc
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #171e22;
    text-decoration: none;
    background-color: #b3b3b3
}

.badge-success {
    color: #fff;
    background-color: #0f9d58
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0b6e3e
}

.badge-info {
    color: #fff;
    background-color: #40c4ff
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0db4ff
}

.badge-warning {
    color: #fff;
    background-color: #ff9100
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cc7400
}

.badge-danger {
    color: #fff;
    background-color: #ff5252
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff1f1f
}

.badge-light {
    color: #171e22;
    background-color: #f4f6f8
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #171e22;
    text-decoration: none;
    background-color: #d5dde4
}

.badge-dark {
    color: #fff;
    background-color: #222c32
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0d1114
}

.badge-tertiary {
    color: #171e22;
    background-color: #ff0
}

.badge-tertiary[href]:focus,
.badge-tertiary[href]:hover {
    color: #171e22;
    text-decoration: none;
    background-color: #cc0
}

.badge-quaternary {
    color: #fff;
    background-color: #ff4081
}

.badge-quaternary[href]:focus,
.badge-quaternary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff0d5f
}

.badge-quinary {
    color: #fff;
    background-color: #e040fb
}

.badge-quinary[href]:focus,
.badge-quinary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d80efa
}

.badge-senary {
    color: #fff;
    background-color: #8d6e63
}

.badge-senary[href]:focus,
.badge-senary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6f574e
}

.badge-septenary {
    color: #fff;
    background-color: #45b197
}

.badge-septenary[href]:focus,
.badge-septenary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #378c78
}

.badge-octonary {
    color: #fff;
    background-color: #536dfe
}

.badge-octonary[href]:focus,
.badge-octonary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2042fe
}

.badge-nonary {
    color: #fff;
    background-color: #6444ff
}

.badge-nonary[href]:focus,
.badge-nonary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3a11ff
}

.badge-denary {
    color: #fff;
    background-color: #df7c00
}

.badge-denary[href]:focus,
.badge-denary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ac6000
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #234885;
    background-color: #dae8ff;
    border-color: #cbdeff
}

.alert-primary hr {
    border-top-color: #b2ceff
}

.alert-primary .alert-link {
    color: #18325d
}

.alert-secondary {
    color: #6a6a6a;
    background-color: #f5f5f5;
    border-color: #f1f1f1
}

.alert-secondary hr {
    border-top-color: #e4e4e4
}

.alert-secondary .alert-link {
    color: #515151
}

.alert-success {
    color: #08522e;
    background-color: #cfebde;
    border-color: #bce4d0
}

.alert-success hr {
    border-top-color: #aaddc3
}

.alert-success .alert-link {
    color: #032414
}

.alert-info {
    color: #216685;
    background-color: #d9f3ff;
    border-color: #caeeff
}

.alert-info hr {
    border-top-color: #b1e6ff
}

.alert-info .alert-link {
    color: #17475c
}

.alert-warning {
    color: #854b00;
    background-color: #ffe9cc;
    border-color: #ffe0b8
}

.alert-warning hr {
    border-top-color: #ffd59f
}

.alert-warning .alert-link {
    color: #522e00
}

.alert-danger {
    color: #852b2b;
    background-color: #ffdcdc;
    border-color: #ffcfcf
}

.alert-danger hr {
    border-top-color: #ffb6b6
}

.alert-danger .alert-link {
    color: #5e1f1f
}

.alert-light {
    color: #7f8081;
    background-color: #fdfdfe;
    border-color: #fcfcfd
}

.alert-light hr {
    border-top-color: #ededf3
}

.alert-light .alert-link {
    color: #666767
}

.alert-dark {
    color: #12171a;
    background-color: #d3d5d6;
    border-color: #c1c4c6
}

.alert-dark hr {
    border-top-color: #b4b7ba
}

.alert-dark .alert-link {
    color: #000
}

.alert-tertiary {
    color: #858500;
    background-color: #ffc;
    border-color: #ffffb8
}

.alert-tertiary hr {
    border-top-color: #ffff9f
}

.alert-tertiary .alert-link {
    color: #525200
}

.alert-quaternary {
    color: #852143;
    background-color: #ffd9e6;
    border-color: #ffcadc
}

.alert-quaternary hr {
    border-top-color: #ffb1cb
}

.alert-quaternary .alert-link {
    color: #5c172e
}

.alert-quinary {
    color: #742183;
    background-color: #f9d9fe;
    border-color: #f6cafe
}

.alert-quinary hr {
    border-top-color: #f2b1fe
}

.alert-quinary .alert-link {
    color: #50175a
}

.alert-senary {
    color: #493933;
    background-color: #e8e2e0;
    border-color: #dfd6d3
}

.alert-senary hr {
    border-top-color: #d4c8c4
}

.alert-senary .alert-link {
    color: #2b221e
}

.alert-septenary {
    color: #245c4f;
    background-color: #daefea;
    border-color: #cbe9e2
}

.alert-septenary hr {
    border-top-color: #b9e1d8
}

.alert-septenary .alert-link {
    color: #163730
}

.alert-octonary {
    color: #2b3984;
    background-color: #dde2ff;
    border-color: #cfd6ff
}

.alert-octonary hr {
    border-top-color: #b6c0ff
}

.alert-octonary .alert-link {
    color: #1e285e
}

.alert-nonary {
    color: #342385;
    background-color: #e0daff;
    border-color: #d4cbff
}

.alert-nonary hr {
    border-top-color: #bfb2ff
}

.alert-nonary .alert-link {
    color: #24185d
}

.alert-denary {
    color: #744000;
    background-color: #f9e5cc;
    border-color: #f6dab8
}

.alert-denary hr {
    border-top-color: #f3cea1
}

.alert-denary .alert-link {
    color: #412400
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #448aff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        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: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #eef1f4
}

.list-group-item-action:active {
    color: #171e22;
    background-color: #e9ecef
}

.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: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #868e96;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #448aff;
    border-color: #448aff
}

.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: #234885;
    background-color: #cbdeff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #234885;
    background-color: #b2ceff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #234885;
    border-color: #234885
}

.list-group-item-secondary {
    color: #6a6a6a;
    background-color: #f1f1f1
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #6a6a6a;
    background-color: #e4e4e4
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #6a6a6a;
    border-color: #6a6a6a
}

.list-group-item-success {
    color: #08522e;
    background-color: #bce4d0
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #08522e;
    background-color: #aaddc3
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #08522e;
    border-color: #08522e
}

.list-group-item-info {
    color: #216685;
    background-color: #caeeff
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #216685;
    background-color: #b1e6ff
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #216685;
    border-color: #216685
}

.list-group-item-warning {
    color: #854b00;
    background-color: #ffe0b8
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #854b00;
    background-color: #ffd59f
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #854b00;
    border-color: #854b00
}

.list-group-item-danger {
    color: #852b2b;
    background-color: #ffcfcf
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #852b2b;
    background-color: #ffb6b6
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #852b2b;
    border-color: #852b2b
}

.list-group-item-light {
    color: #7f8081;
    background-color: #fcfcfd
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7f8081;
    background-color: #ededf3
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f8081;
    border-color: #7f8081
}

.list-group-item-dark {
    color: #12171a;
    background-color: #c1c4c6
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #12171a;
    background-color: #b4b7ba
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #12171a;
    border-color: #12171a
}

.list-group-item-tertiary {
    color: #858500;
    background-color: #ffffb8
}

.list-group-item-tertiary.list-group-item-action:focus,
.list-group-item-tertiary.list-group-item-action:hover {
    color: #858500;
    background-color: #ffff9f
}

.list-group-item-tertiary.list-group-item-action.active {
    color: #fff;
    background-color: #858500;
    border-color: #858500
}

.list-group-item-quaternary {
    color: #852143;
    background-color: #ffcadc
}

.list-group-item-quaternary.list-group-item-action:focus,
.list-group-item-quaternary.list-group-item-action:hover {
    color: #852143;
    background-color: #ffb1cb
}

.list-group-item-quaternary.list-group-item-action.active {
    color: #fff;
    background-color: #852143;
    border-color: #852143
}

.list-group-item-quinary {
    color: #742183;
    background-color: #f6cafe
}

.list-group-item-quinary.list-group-item-action:focus,
.list-group-item-quinary.list-group-item-action:hover {
    color: #742183;
    background-color: #f2b1fe
}

.list-group-item-quinary.list-group-item-action.active {
    color: #fff;
    background-color: #742183;
    border-color: #742183
}

.list-group-item-senary {
    color: #493933;
    background-color: #dfd6d3
}

.list-group-item-senary.list-group-item-action:focus,
.list-group-item-senary.list-group-item-action:hover {
    color: #493933;
    background-color: #d4c8c4
}

.list-group-item-senary.list-group-item-action.active {
    color: #fff;
    background-color: #493933;
    border-color: #493933
}

.list-group-item-septenary {
    color: #245c4f;
    background-color: #cbe9e2
}

.list-group-item-septenary.list-group-item-action:focus,
.list-group-item-septenary.list-group-item-action:hover {
    color: #245c4f;
    background-color: #b9e1d8
}

.list-group-item-septenary.list-group-item-action.active {
    color: #fff;
    background-color: #245c4f;
    border-color: #245c4f
}

.list-group-item-octonary {
    color: #2b3984;
    background-color: #cfd6ff
}

.list-group-item-octonary.list-group-item-action:focus,
.list-group-item-octonary.list-group-item-action:hover {
    color: #2b3984;
    background-color: #b6c0ff
}

.list-group-item-octonary.list-group-item-action.active {
    color: #fff;
    background-color: #2b3984;
    border-color: #2b3984
}

.list-group-item-nonary {
    color: #342385;
    background-color: #d4cbff
}

.list-group-item-nonary.list-group-item-action:focus,
.list-group-item-nonary.list-group-item-action:hover {
    color: #342385;
    background-color: #bfb2ff
}

.list-group-item-nonary.list-group-item-action.active {
    color: #fff;
    background-color: #342385;
    border-color: #342385
}

.list-group-item-denary {
    color: #744000;
    background-color: #f6dab8
}

.list-group-item-denary.list-group-item-action:focus,
.list-group-item-denary.list-group-item-action:hover {
    color: #744000;
    background-color: #f3cea1
}

.list-group-item-denary.list-group-item-action.active {
    color: #fff;
    background-color: #744000;
    border-color: #744000
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    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 {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: flex;
    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: .3rem;
    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: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Poppins, "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.5;
    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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 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: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 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 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Poppins, "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.5;
    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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.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: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 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: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.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: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 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: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.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: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 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 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.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: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 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: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #171e22
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        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 {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    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 {
    transform: translateX(0)
}

@supports (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 {
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: 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: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    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: #448aff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #116aff!important
}

.bg-secondary {
    background-color: #ccc!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #b3b3b3!important
}

.bg-success {
    background-color: #0f9d58!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #0b6e3e!important
}

.bg-info {
    background-color: #40c4ff!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #0db4ff!important
}

.bg-warning {
    background-color: #ff9100!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #cc7400!important
}

.bg-danger {
    background-color: #ff5252!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #ff1f1f!important
}

.bg-light {
    background-color: #f4f6f8!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #d5dde4!important
}

.bg-dark {
    background-color: #222c32!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #0d1114!important
}

.bg-tertiary {
    background-color: #ff0!important
}

a.bg-tertiary:focus,
a.bg-tertiary:hover,
button.bg-tertiary:focus,
button.bg-tertiary:hover {
    background-color: #cc0!important
}

.bg-quaternary {
    background-color: #ff4081!important
}

a.bg-quaternary:focus,
a.bg-quaternary:hover,
button.bg-quaternary:focus,
button.bg-quaternary:hover {
    background-color: #ff0d5f!important
}

.bg-quinary {
    background-color: #e040fb!important
}

a.bg-quinary:focus,
a.bg-quinary:hover,
button.bg-quinary:focus,
button.bg-quinary:hover {
    background-color: #d80efa!important
}

.bg-senary {
    background-color: #8d6e63!important
}

a.bg-senary:focus,
a.bg-senary:hover,
button.bg-senary:focus,
button.bg-senary:hover {
    background-color: #6f574e!important
}

.bg-septenary {
    background-color: #45b197!important
}

a.bg-septenary:focus,
a.bg-septenary:hover,
button.bg-septenary:focus,
button.bg-septenary:hover {
    background-color: #378c78!important
}

.bg-octonary {
    background-color: #536dfe!important
}

a.bg-octonary:focus,
a.bg-octonary:hover,
button.bg-octonary:focus,
button.bg-octonary:hover {
    background-color: #2042fe!important
}

.bg-nonary {
    background-color: #6444ff!important
}

a.bg-nonary:focus,
a.bg-nonary:hover,
button.bg-nonary:focus,
button.bg-nonary:hover {
    background-color: #3a11ff!important
}

.bg-denary {
    background-color: #df7c00!important
}

a.bg-denary:focus,
a.bg-denary:hover,
button.bg-denary:focus,
button.bg-denary:hover {
    background-color: #ac6000!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!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: #448aff!important
}

.border-secondary {
    border-color: #ccc!important
}

.border-success {
    border-color: #0f9d58!important
}

.border-info {
    border-color: #40c4ff!important
}

.border-warning {
    border-color: #ff9100!important
}

.border-danger {
    border-color: #ff5252!important
}

.border-light {
    border-color: #f4f6f8!important
}

.border-dark {
    border-color: #222c32!important
}

.border-tertiary {
    border-color: #ff0!important
}

.border-quaternary {
    border-color: #ff4081!important
}

.border-quinary {
    border-color: #e040fb!important
}

.border-senary {
    border-color: #8d6e63!important
}

.border-septenary {
    border-color: #45b197!important
}

.border-octonary {
    border-color: #536dfe!important
}

.border-nonary {
    border-color: #6444ff!important
}

.border-denary {
    border-color: #df7c00!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!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: flex!important
}

.d-inline-flex {
    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: flex!important
    }
    .d-sm-inline-flex {
        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: flex!important
    }
    .d-md-inline-flex {
        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: flex!important
    }
    .d-lg-inline-flex {
        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: flex!important
    }
    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:1365px) {
	
	.hidden-lg {display:none;}
    .d-xxl-none {
        display: none!important
    }
    .d-xxl-inline {
        display: inline!important
    }
    .d-xxl-inline-block {
        display: inline-block!important
    }
    .d-xxl-block {
        display: block!important
    }
    .d-xxl-table {
        display: table!important
    }
    .d-xxl-table-row {
        display: table-row!important
    }
    .d-xxl-table-cell {
        display: table-cell!important
    }
    .d-xxl-flex {
        display: flex!important
    }
    .d-xxl-inline-flex {
        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: flex!important
    }
    .d-print-inline-flex {
        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 {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row!important
    }
    .flex-sm-column {
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        justify-content: center!important
    }
    .justify-content-sm-between {
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        justify-content: space-around!important
    }
    .align-items-sm-start {
        align-items: flex-start!important
    }
    .align-items-sm-end {
        align-items: flex-end!important
    }
    .align-items-sm-center {
        align-items: center!important
    }
    .align-items-sm-baseline {
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        align-items: stretch!important
    }
    .align-content-sm-start {
        align-content: flex-start!important
    }
    .align-content-sm-end {
        align-content: flex-end!important
    }
    .align-content-sm-center {
        align-content: center!important
    }
    .align-content-sm-between {
        align-content: space-between!important
    }
    .align-content-sm-around {
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        align-content: stretch!important
    }
    .align-self-sm-auto {
        align-self: auto!important
    }
    .align-self-sm-start {
        align-self: flex-start!important
    }
    .align-self-sm-end {
        align-self: flex-end!important
    }
    .align-self-sm-center {
        align-self: center!important
    }
    .align-self-sm-baseline {
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row!important
    }
    .flex-md-column {
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        justify-content: center!important
    }
    .justify-content-md-between {
        justify-content: space-between!important
    }
    .justify-content-md-around {
        justify-content: space-around!important
    }
    .align-items-md-start {
        align-items: flex-start!important
    }
    .align-items-md-end {
        align-items: flex-end!important
    }
    .align-items-md-center {
        align-items: center!important
    }
    .align-items-md-baseline {
        align-items: baseline!important
    }
    .align-items-md-stretch {
        align-items: stretch!important
    }
    .align-content-md-start {
        align-content: flex-start!important
    }
    .align-content-md-end {
        align-content: flex-end!important
    }
    .align-content-md-center {
        align-content: center!important
    }
    .align-content-md-between {
        align-content: space-between!important
    }
    .align-content-md-around {
        align-content: space-around!important
    }
    .align-content-md-stretch {
        align-content: stretch!important
    }
    .align-self-md-auto {
        align-self: auto!important
    }
    .align-self-md-start {
        align-self: flex-start!important
    }
    .align-self-md-end {
        align-self: flex-end!important
    }
    .align-self-md-center {
        align-self: center!important
    }
    .align-self-md-baseline {
        align-self: baseline!important
    }
    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media (min-width:992px) {
	
	.ip-style {

    padding: 2px 11px;
	}
	
    .flex-lg-row {
        flex-direction: row!important
    }
    .flex-lg-column {
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        justify-content: center!important
    }
    .justify-content-lg-between {
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        justify-content: space-around!important
    }
    .align-items-lg-start {
        align-items: flex-start!important
    }
    .align-items-lg-end {
        align-items: flex-end!important
    }
    .align-items-lg-center {
        align-items: center!important
    }
    .align-items-lg-baseline {
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        align-items: stretch!important
    }
    .align-content-lg-start {
        align-content: flex-start!important
    }
    .align-content-lg-end {
        align-content: flex-end!important
    }
    .align-content-lg-center {
        align-content: center!important
    }
    .align-content-lg-between {
        align-content: space-between!important
    }
    .align-content-lg-around {
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        align-content: stretch!important
    }
    .align-self-lg-auto {
        align-self: auto!important
    }
    .align-self-lg-start {
        align-self: flex-start!important
    }
    .align-self-lg-end {
        align-self: flex-end!important
    }
    .align-self-lg-center {
        align-self: center!important
    }
    .align-self-lg-baseline {
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row!important
    }
    .flex-xl-column {
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        justify-content: center!important
    }
    .justify-content-xl-between {
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        justify-content: space-around!important
    }
    .align-items-xl-start {
        align-items: flex-start!important
    }
    .align-items-xl-end {
        align-items: flex-end!important
    }
    .align-items-xl-center {
        align-items: center!important
    }
    .align-items-xl-baseline {
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        align-items: stretch!important
    }
    .align-content-xl-start {
        align-content: flex-start!important
    }
    .align-content-xl-end {
        align-content: flex-end!important
    }
    .align-content-xl-center {
        align-content: center!important
    }
    .align-content-xl-between {
        align-content: space-between!important
    }
    .align-content-xl-around {
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        align-content: stretch!important
    }
    .align-self-xl-auto {
        align-self: auto!important
    }
    .align-self-xl-start {
        align-self: flex-start!important
    }
    .align-self-xl-end {
        align-self: flex-end!important
    }
    .align-self-xl-center {
        align-self: center!important
    }
    .align-self-xl-baseline {
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

@media (min-width:1365px) {
    .flex-xxl-row {
        flex-direction: row!important
    }
    .flex-xxl-column {
        flex-direction: column!important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-xxl-fill {
        flex: 1 1 auto!important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-xxl-start {
        justify-content: flex-start!important
    }
    .justify-content-xxl-end {
        justify-content: flex-end!important
    }
    .justify-content-xxl-center {
        justify-content: center!important
    }
    .justify-content-xxl-between {
        justify-content: space-between!important
    }
    .justify-content-xxl-around {
        justify-content: space-around!important
    }
    .align-items-xxl-start {
        align-items: flex-start!important
    }
    .align-items-xxl-end {
        align-items: flex-end!important
    }
    .align-items-xxl-center {
        align-items: center!important
    }
    .align-items-xxl-baseline {
        align-items: baseline!important
    }
    .align-items-xxl-stretch {
        align-items: stretch!important
    }
    .align-content-xxl-start {
        align-content: flex-start!important
    }
    .align-content-xxl-end {
        align-content: flex-end!important
    }
    .align-content-xxl-center {
        align-content: center!important
    }
    .align-content-xxl-between {
        align-content: space-between!important
    }
    .align-content-xxl-around {
        align-content: space-around!important
    }
    .align-content-xxl-stretch {
        align-content: stretch!important
    }
    .align-self-xxl-auto {
        align-self: auto!important
    }
    .align-self-xxl-start {
        align-self: flex-start!important
    }
    .align-self-xxl-end {
        align-self: flex-end!important
    }
    .align-self-xxl-center {
        align-self: center!important
    }
    .align-self-xxl-baseline {
        align-self: baseline!important
    }
    .align-self-xxl-stretch {
        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) {
		.ip-style {

    padding: 2px 11px;
	}
	
    .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
    }
}

@media (min-width:1365px) {
    .float-xxl-left {
        float: left!important
    }
    .float-xxl-right {
        float: right!important
    }
    .float-xxl-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: 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:sticky) {
    .sticky-top {
        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 {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
    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: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!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: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!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: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!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: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!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: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!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: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!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: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!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: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!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: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!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: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!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
    }
}

@media (min-width:1365px) {
    .m-xxl-0 {
        margin: 0!important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0!important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0!important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0!important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0!important
    }
    .m-xxl-1 {
        margin: .25rem!important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem!important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem!important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem!important
    }
    .m-xxl-2 {
        margin: .5rem!important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem!important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem!important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem!important
    }
    .m-xxl-3 {
        margin: 1rem!important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem!important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem!important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem!important
    }
    .m-xxl-4 {
        margin: 1.5rem!important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem!important
    }
    .m-xxl-5 {
        margin: 3rem!important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem!important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem!important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem!important
    }
    .p-xxl-0 {
        padding: 0!important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0!important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0!important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0!important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0!important
    }
    .p-xxl-1 {
        padding: .25rem!important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem!important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem!important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem!important
    }
    .p-xxl-2 {
        padding: .5rem!important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem!important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem!important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem!important
    }
    .p-xxl-3 {
        padding: 1rem!important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem!important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem!important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem!important
    }
    .p-xxl-4 {
        padding: 1.5rem!important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem!important
    }
    .p-xxl-5 {
        padding: 3rem!important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem!important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem!important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem!important
    }
    .m-xxl-auto {
        margin: auto!important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto!important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto!important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto!important
    }
    .ml-xxl-auto,
    .mx-xxl-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) {
		.ip-style {

    padding:2px 11px !important;
	}
	
	
    .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
    }
}

@media (min-width:1365px) {
    .text-xxl-left {
        text-align: left!important
    }
    .text-xxl-right {
        text-align: right!important
    }
    .text-xxl-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: #448aff!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #116aff!important
}

.text-secondary {
    color: #ccc!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #b3b3b3!important
}

.text-success {
    color: #0f9d58!important
}

a.text-success:focus,
a.text-success:hover {
    color: #0b6e3e!important
}

.text-info {
    color: #40c4ff!important
}

a.text-info:focus,
a.text-info:hover {
    color: #0db4ff!important
}

.text-warning {
    color: #ff9100!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #cc7400!important
}

.text-danger {
    color: #ff5252!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ff1f1f!important
}

.text-light {
    color: #f4f6f8!important
}

a.text-light:focus,
a.text-light:hover {
    color: #d5dde4!important
}

.text-dark {
    color: #222c32!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #0d1114!important
}

.text-tertiary {
    color: #ff0!important
}

a.text-tertiary:focus,
a.text-tertiary:hover {
    color: #cc0!important
}

.text-quaternary {
    color: #ff4081!important
}

a.text-quaternary:focus,
a.text-quaternary:hover {
    color: #ff0d5f!important
}

.text-quinary {
    color: #e040fb!important
}

a.text-quinary:focus,
a.text-quinary:hover {
    color: #d80efa!important
}

.text-senary {
    color: #8d6e63!important
}

a.text-senary:focus,
a.text-senary:hover {
    color: #6f574e!important
}

.text-septenary {
    color: #45b197!important
}

a.text-septenary:focus,
a.text-septenary:hover {
    color: #378c78!important
}

.text-octonary {
    color: #536dfe!important
}

a.text-octonary:focus,
a.text-octonary:hover {
    color: #2042fe!important
}

.text-nonary {
    color: #6444ff!important
}

a.text-nonary:focus,
a.text-nonary:hover {
    color: #3a11ff!important
}

.text-denary {
    color: #df7c00!important
}

a.text-denary:focus,
a.text-denary:hover {
    color: #ac6000!important
}

.text-body {
    color: #171e22!important
}

.text-muted {
    color: #868e96!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
}

@media print {
    *,
    ::after,
    ::before {
        text-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 #adb5bd;
        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 #dee2e6!important
    }
}

.bg-gray-100 {
    background-color: #eef1f4!important
}

a.bg-gray-100:focus,
a.bg-gray-100:hover,
button.bg-gray-100:focus,
button.bg-gray-100:hover {
    background-color: #cfd8e0!important
}

.bg-gray-200 {
    background-color: #e9ecef!important
}

a.bg-gray-200:focus,
a.bg-gray-200:hover,
button.bg-gray-200:focus,
button.bg-gray-200:hover {
    background-color: #cbd3da!important
}

.bg-gray-300 {
    background-color: #dee2e6!important
}

a.bg-gray-300:focus,
a.bg-gray-300:hover,
button.bg-gray-300:focus,
button.bg-gray-300:hover {
    background-color: #c1c9d0!important
}

.bg-gray-400 {
    background-color: #ced4da!important
}

a.bg-gray-400:focus,
a.bg-gray-400:hover,
button.bg-gray-400:focus,
button.bg-gray-400:hover {
    background-color: #b1bbc4!important
}

.bg-gray-500 {
    background-color: #adb5bd!important
}

a.bg-gray-500:focus,
a.bg-gray-500:hover,
button.bg-gray-500:focus,
button.bg-gray-500:hover {
    background-color: #919ca6!important
}

.bg-gray-600 {
    background-color: #868e96!important
}

a.bg-gray-600:focus,
a.bg-gray-600:hover,
button.bg-gray-600:focus,
button.bg-gray-600:hover {
    background-color: #6c757d!important
}

.bg-gray-700 {
    background-color: #495057!important
}

a.bg-gray-700:focus,
a.bg-gray-700:hover,
button.bg-gray-700:focus,
button.bg-gray-700:hover {
    background-color: #32373b!important
}

.bg-gray-800 {
    background-color: #222c32!important
}

a.bg-gray-800:focus,
a.bg-gray-800:hover,
button.bg-gray-800:focus,
button.bg-gray-800:hover {
    background-color: #0d1114!important
}

.bg-gray-900 {
    background-color: #171e22!important
}

a.bg-gray-900:focus,
a.bg-gray-900:hover,
button.bg-gray-900:focus,
button.bg-gray-900:hover {
    background-color: #020304!important
}

.bg-gray-1000 {
    background-color: #151515!important
}

a.bg-gray-1000:focus,
a.bg-gray-1000:hover,
button.bg-gray-1000:focus,
button.bg-gray-1000:hover {
    background-color: #000!important
}

.bg-light {
    background-color: #f4f6f8!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #d5dde4!important
}

.bg-dark {
    background-color: #292b2c!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #101112!important
}

.bg-white {
    background-color: #fff!important
}

a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
    background-color: #e6e6e6!important
}

.bg-black {
    background-color: #000!important
}

a.bg-black:focus,
a.bg-black:hover,
button.bg-black:focus,
button.bg-black:hover {
    background-color: #000!important
}

.bg-gradient-gray-100 {
    background: #eef1f4 linear-gradient(180deg, #f1f3f6, #eef1f4) repeat-x!important
}

.bg-gradient-gray-200 {
    background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x!important
}

.bg-gradient-gray-300 {
    background: #dee2e6 linear-gradient(180deg, #e3e6ea, #dee2e6) repeat-x!important
}

.bg-gradient-gray-400 {
    background: #ced4da linear-gradient(180deg, #d5dae0, #ced4da) repeat-x!important
}

.bg-gradient-gray-500 {
    background: #adb5bd linear-gradient(180deg, #b9c0c7, #adb5bd) repeat-x!important
}

.bg-gradient-gray-600 {
    background: #868e96 linear-gradient(180deg, #989fa6, #868e96) repeat-x!important
}

.bg-gradient-gray-700 {
    background: #495057 linear-gradient(180deg, #646a70, #495057) repeat-x!important
}

.bg-gradient-gray-800 {
    background: #222c32 linear-gradient(180deg, #434c51, #222c32) repeat-x!important
}

.bg-gradient-gray-900 {
    background: #171e22 linear-gradient(180deg, #3a4043, #171e22) repeat-x!important
}

.bg-gradient-gray-1000 {
    background: #151515 linear-gradient(180deg, #383838, #151515) repeat-x!important
}

.bg-gradient-light {
    background: #f4f6f8 linear-gradient(180deg, #f6f7f9, #f4f6f8) repeat-x!important
}

.bg-gradient-dark {
    background: #292b2c linear-gradient(180deg, #494b4c, #292b2c) repeat-x!important
}

.bg-gradient-white {
    background: #fff linear-gradient(180deg, #fff, #fff) repeat-x!important
}

.bg-gradient-black {
    background: #000 linear-gradient(180deg, #262626, #000) repeat-x!important
}

.bg-white {
    background-color: #fff !important;
}

.bg-page {
    background-color: #f5f7fa
}

.bg-banner {
    background: #2b3042!important
}

.bg-transparent {
    background-color: transparent!important
}

.bg-opacity-100 {
    background-color: rgba(0, 0, 0, .1)
}

.bg-opacity-200 {
    background-color: rgba(0, 0, 0, .2)
}

.bg-opacity-300 {
    background-color: rgba(0, 0, 0, .3)
}

.bg-opacity-400 {
    background-color: rgba(0, 0, 0, .35)
}

.bg-opacity-500 {
    background-color: rgba(0, 0, 0, .4)
}

.bg-opacity-600 {
    background-color: rgba(0, 0, 0, .45)
}

.bg-opacity-700 {
    background-color: rgba(0, 0, 0, .5)
}

.bg-opacity-800 {
    background-color: rgba(0, 0, 0, .55)
}

.bg-opacity-900 {
    background-color: rgba(0, 0, 0, .6)
}

.bg-lighter-100 {
    background-color: rgba(255, 255, 255, .1)
}

.bg-lighter-200 {
    background-color: rgba(255, 255, 255, .2)
}

.bg-lighter-300 {
    background-color: rgba(255, 255, 255, .3)
}

.bg-lighter-400 {
    background-color: rgba(255, 255, 255, .4)
}

.bg-lighter-500 {
    background-color: rgba(255, 255, 255, .5)
}

.bg-lighter-600 {
    background-color: rgba(255, 255, 255, .6)
}

.bg-lighter-700 {
    background-color: rgba(255, 255, 255, .7)
}

.bg-lighter-800 {
    background-color: rgba(255, 255, 255, .8)
}

.bg-lighter-900 {
    background-color: rgba(255, 255, 255, .9)
}

.background-light-pattern {
    background: url(../img/background/pattern-light.html) repeat
}

.background-colored-pattern {
    background: url(../img/background/pattern-colored.html) repeat
}

.shadow-1 {
    box-shadow: 0 0 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .2)
}

.shadow-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.shadow-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.shadow-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.shadow-5 {
    box-shadow: 4px 8px 20px 5px rgba(80, 90, 100, .18)
}

.onHover-shadow {
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.onHover-shadow:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.inset-shadow-bar {
    -moz-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
    box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868
}

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

@media (min-width:576px) {
    .w-sm-25 {
        width: 25%!important
    }
    .w-sm-50 {
        width: 50%!important
    }
    .w-sm-75 {
        width: 75%!important
    }
    .w-sm-100 {
        width: 100%!important
    }
    .w-sm-auto {
        width: auto!important
    }
    .h-sm-25 {
        height: 25%!important
    }
    .h-sm-50 {
        height: 50%!important
    }
    .h-sm-75 {
        height: 75%!important
    }
    .h-sm-100 {
        height: 100%!important
    }
    .h-sm-auto {
        height: auto!important
    }
}

@media (min-width:768px) {
    .w-md-25 {
        width: 25%!important
    }
    .w-md-50 {
        width: 50%!important
    }
    .w-md-75 {
        width: 75%!important
    }
    .w-md-100 {
        width: 100%!important
    }
    .w-md-auto {
        width: auto!important
    }
    .h-md-25 {
        height: 25%!important
    }
    .h-md-50 {
        height: 50%!important
    }
    .h-md-75 {
        height: 75%!important
    }
    .h-md-100 {
        height: 100%!important
    }
    .h-md-auto {
        height: auto!important
    }
}

@media (min-width:992px) {
    .w-lg-25 {
        width: 25%!important
    }
    .w-lg-50 {
        width: 50%!important
    }
    .w-lg-75 {
        width: 75%!important
    }
    .w-lg-100 {
        width: 100%!important
    }
    .w-lg-auto {
        width: auto!important
    }
    .h-lg-25 {
        height: 25%!important
    }
    .h-lg-50 {
        height: 50%!important
    }
    .h-lg-75 {
        height: 75%!important
    }
    .h-lg-100 {
        height: 100%!important
    }
    .h-lg-auto {
        height: auto!important
    }
}

@media (min-width:1200px) {
    .w-xl-25 {
        width: 25%!important
    }
    .w-xl-50 {
        width: 50%!important
    }
    .w-xl-75 {
        width: 75%!important
    }
    .w-xl-100 {
        width: 100%!important
    }
    .w-xl-auto {
        width: auto!important
    }
    .h-xl-25 {
        height: 25%!important
    }
    .h-xl-50 {
        height: 50%!important
    }
    .h-xl-75 {
        height: 75%!important
    }
    .h-xl-100 {
        height: 100%!important
    }
    .h-xl-auto {
        height: auto!important
    }
}

@media (min-width:1365px) {
    .w-xxl-25 {
        width: 25%!important
    }
    .w-xxl-50 {
        width: 50%!important
    }
    .w-xxl-75 {
        width: 75%!important
    }
    .w-xxl-100 {
        width: 100%!important
    }
    .w-xxl-auto {
        width: auto!important
    }
    .h-xxl-25 {
        height: 25%!important
    }
    .h-xxl-50 {
        height: 50%!important
    }
    .h-xxl-75 {
        height: 75%!important
    }
    .h-xxl-100 {
        height: 100%!important
    }
    .h-xxl-auto {
        height: auto!important
    }
}

.vh-25 {
    min-height: 25vh
}

.vh-35 {
    min-height: 35vh
}

.vh-50 {
    min-height: 50vh
}

.vh-60 {
    min-height: 60vh
}

.vh-75 {
    min-height: 75vh
}

.vh-100 {
    min-height: 100vh
}

.vh-25 {
    min-height: 25vh!important
}

.vh-35 {
    min-height: 35vh!important
}

.vh-50 {
    min-height: 50vh!important
}

.vh-60 {
    min-height: 60vh!important
}

.vh-75 {
    min-height: 75vh!important
}

.vh-100 {
    min-height: 100vh!important
}

@media (min-width:576px) {
    .vh-sm-25 {
        min-height: 25vh!important
    }
    .vh-sm-35 {
        min-height: 35vh!important
    }
    .vh-sm-50 {
        min-height: 50vh!important
    }
    .vh-sm-60 {
        min-height: 60vh!important
    }
    .vh-sm-75 {
        min-height: 75vh!important
    }
    .vh-sm-100 {
        min-height: 100vh!important
    }
}

@media (min-width:768px) {
    .vh-md-25 {
        min-height: 25vh!important
    }
    .vh-md-35 {
        min-height: 35vh!important
    }
    .vh-md-50 {
        min-height: 50vh!important
    }
    .vh-md-60 {
        min-height: 60vh!important
    }
    .vh-md-75 {
        min-height: 75vh!important
    }
    .vh-md-100 {
        min-height: 100vh!important
    }
}

@media (min-width:992px) {
    .vh-lg-25 {
        min-height: 25vh!important
    }
    .vh-lg-35 {
        min-height: 35vh!important
    }
    .vh-lg-50 {
        min-height: 50vh!important
    }
    .vh-lg-60 {
        min-height: 60vh!important
    }
    .vh-lg-75 {
        min-height: 75vh!important
    }
    .vh-lg-100 {
        min-height: 100vh!important
    }
}

@media (min-width:1200px) {
    .vh-xl-25 {
        min-height: 25vh!important
    }
    .vh-xl-35 {
        min-height: 35vh!important
    }
    .vh-xl-50 {
        min-height: 50vh!important
    }
    .vh-xl-60 {
        min-height: 60vh!important
    }
    .vh-xl-75 {
        min-height: 75vh!important
    }
    .vh-xl-100 {
        min-height: 100vh!important
    }
}

@media (min-width:1365px) {
    .vh-xxl-25 {
        min-height: 25vh!important
    }
    .vh-xxl-35 {
        min-height: 35vh!important
    }
    .vh-xxl-50 {
        min-height: 50vh!important
    }
    .vh-xxl-60 {
        min-height: 60vh!important
    }
    .vh-xxl-75 {
        min-height: 75vh!important
    }
    .vh-xxl-100 {
        min-height: 100vh!important
    }
}

.stats-height {
    min-height: 250px
}

.min-width-300 {
    min-width: 300px
}

.scroll-y-250 {
    height: 250px;
    overflow-y: auto
}

.full-height {
    height: 75vh
}

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

@media (min-width:1365px) {
    .text-xxl-left {
        text-align: left!important
    }
    .text-xxl-right {
        text-align: right!important
    }
    .text-xxl-center {
        text-align: center!important
    }
}

.font-weight-light {
    font-weight: 300
}

.font-weight-lighter {
    font-weight: lighter
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-bolder {
    font-weight: 900
}

.font-italic {
    font-style: italic
}

.text-spacing-minus {
    letter-spacing: -1px
}

.text-spacing-normal {
    letter-spacing: normal
}

.font-spacing-plus {
    letter-spacing: +1px
}

.text-gray-100 {
    color: #eef1f4!important
}

a.text-gray-100:focus,
a.text-gray-100:hover {
    color: #cfd8e0!important
}

.text-gray-200 {
    color: #e9ecef!important
}

a.text-gray-200:focus,
a.text-gray-200:hover {
    color: #cbd3da!important
}

.text-gray-300 {
    color: #dee2e6!important
}

a.text-gray-300:focus,
a.text-gray-300:hover {
    color: #c1c9d0!important
}

.text-gray-400 {
    color: #ced4da!important
}

a.text-gray-400:focus,
a.text-gray-400:hover {
    color: #b1bbc4!important
}

.text-gray-500 {
    color: #adb5bd!important
}

a.text-gray-500:focus,
a.text-gray-500:hover {
    color: #919ca6!important
}

.text-gray-600 {
    color: #868e96!important
}

a.text-gray-600:focus,
a.text-gray-600:hover {
    color: #6c757d!important
}

.text-gray-700 {
    color: #495057!important
}

a.text-gray-700:focus,
a.text-gray-700:hover {
    color: #32373b!important
}

.text-gray-800 {
    color: #222c32!important
}

a.text-gray-800:focus,
a.text-gray-800:hover {
    color: #0d1114!important
}

.text-gray-900 {
    color: #171e22!important
}

a.text-gray-900:focus,
a.text-gray-900:hover {
    color: #020304!important
}

.text-gray-1000 {
    color: #151515!important
}

a.text-gray-1000:focus,
a.text-gray-1000:hover {
    color: #000!important
}

.text-light {
    color: #f4f6f8!important
}

a.text-light:focus,
a.text-light:hover {
    color: #d5dde4!important
}

.text-dark {
    color: #292b2c!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #101112!important
}

.text-white {
    color: #fff!important
}

a.text-white:focus,
a.text-white:hover {
    color: #e6e6e6!important
}

.text-black {
    color: #000!important
}

a.text-black:focus,
a.text-black:hover {
    color: #000!important
}

.text-gray-dark {
    color: #292b2c!important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
    color: #101112!important
}

.text-break {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal
}

@keyframes marquee {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite normal
}

.ml--1 {
    margin-left: -.25em
}

.mr--1 {
    margin-right: -.25em
}

.mt--1 {
    margin-top: -1.25em
}

.mb--1 {
    margin-bottom: -1.25em
}

.border-lg {
    border: 3px solid #dee2e6
}

.border-top-lg {
    border-top: 3px solid #dee2e6
}

.border-right-lg {
    border-right: 3px solid #dee2e6
}

.border-bottom-lg {
    border-bottom: 3px solid #dee2e6
}

.border-left-lg {
    border-left: 3px solid #dee2e6
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #eee;
    background-clip: border-box
}

.page-body {
    flex: 1 1 auto;
    padding: 2rem 2rem
}

.page-title {
    font-size: 20px;
    color: #151515
}

.page-subtitle {
    margin-top: -.5rem;
    margin-bottom: 0;
    font-weight: 300
}

.page-header {
    padding: 3rem 3rem 0 3rem;
    margin-bottom: 0;
    background-color: transparent
}

@media (max-width:767.98px) {
    .page-body {
        padding: 1rem 1rem
    }
}

@media (min-width:992px) {
    .app.sidenav-toggled .app-content {
        margin-left: 0
    }
    .app.sidenav-toggled .left-sidebar {
        left: -250px
    }
    .app.sidenav-toggled .left-sidebar__overlay {
        visibility: hidden
    }
}

@media (max-width:1199.98px) {
    .app {
        overflow-x: hidden
    }
    .app.sidenav-toggled .left-sidebar {
        left: -250px
    }
    .app.sidenav-toggled .left-sidebar__overlay {
        visibility: hidden
    }
    .app .app-content {
        margin-left: 0
    }
    .app .left-sidebar {
        left: 0
    }
    .app .left-sidebar__overlay {
        visibility: visible
    }
}

.app-content {
    min-height: calc(100vh - $margin-top);
    margin-top: 56px;
    transition: margin-left .3s ease-in-out
}

@media (min-width:992px) {
    .app-content {
        margin-left: 250px
    }
}

@media (max-width:1199.98px) {
    .app-content {
        margin-left: 0
    }
}

@media (max-width:1199.98px) {
    .app-content {
        margin-top: 67px;
        min-width: 100%
    }
}

@media print {
    .app-content {
        margin: 0;
        padding: 0;
        background-color: #fff
    }
}

@media (max-width:1199.98px) {
    .left-sidebar__overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9
    }
}

.app-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: flex;
    z-index: 1030;
    padding-right: 1.5rem
}

@media (min-width:992px) {
    .app-header {
        padding-right: 30px
    }
}

@media print {
    .app-header {
        display: none
    }
}

.app-header-brand {
	width: auto;
    flex: 1 0 auto;
    text-align: center;
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.app-header-brand:focus,
.app-header-brand:hover {
    text-decoration: none
}

@media (min-width:992px) {
    .app-header-brand {
     flex: 0 0 auto;
    display: block;
    width: 275px;
    font-weight: 700;
    }
}

.app-header-toggler {
   padding: .25rem 1.4rem;
    font-size: 1.25rem;
    line-height: 1;
    background: #ffc73f;
    border: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.app-header-toggler:focus,
.app-header-toggler:hover {
    text-decoration: none;
	cursor:pointer;
	outline:0;
}

.app-header-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background: no-repeat center center;
    background-size: 100% 100%
}

.app-header-nav {
    display: flex;
    margin-bottom: 0;
    justify-content: flex-end;
    flex: 1 0 auto;
	background-color: #c08d04;
}

.app-header-nav .nav-link {
    display: block;
    flex: 1 0 auto;
    padding:0px;
    line-height: 20px;
    height: 56px;
	
    transition: background-color .3s ease
}

.app-header-nav .nav-link:focus,
.app-header-nav .nav-link:hover {
    background: rgba(150, 150, 150, .1);
    border-radius: 5px
}

@media (max-width:991.98px) {
    .app-header-nav .nav-link {
        padding: 5px
    }
}

@media (max-width:767.98px) {
    .app-header-nav .nav-link {
        padding: 2px
    }
}

.app-header-form {
    position: relative;
    display: flex;
    align-self: center;
    margin-right: 15px;
    padding: 10px 0
}

.app-header-form-input {
    padding: 5px;
    padding-right: 30px;
    margin-left: 10px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    transition: background-color .3s ease
}

.app-header-form-button {
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 8px;
    padding: 0 10px;
    border: 0;
    background: 0 0;
    cursor: pointer
}

.app-header-white {
 background-color: #c08d04;
   box-shadow: 14px 7px 16px -11px #333;
}

.app-header-white .app-header-brand,
.app-header-white .app-header-toggler {
    color: rgba(0, 0, 0, .9)
}

.app-header-white .app-header-brand:focus,
.app-header-white .app-header-brand:hover,
.app-header-white .app-header-toggler:focus,
.app-header-white .app-header-toggler:hover {
    color: rgba(0, 0, 0, .9)
}

.app-header-white .app-header-nav .nav-link {
    color: #222c32
}

.app-header-white .app-header-nav .nav-link:focus,
.app-header-white .app-header-nav .nav-link:hover {
    color: rgba(0, 0, 0, .8)
}

.app-header-white .app-header-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .5)
}

.app-header-white .app-header-nav .active>.nav-link,
.app-header-white .app-header-nav .nav-link.active,
.app-header-white .app-header-nav .nav-link.show,
.app-header-white .app-header-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.app-header-white .app-header-toggler {
    border-color: rgba(0, 0, 0, .1)
}

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

.app-header-white .app-header-form-input {
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, .8)
}

.app-header-white .app-header-form-input::placeholder {
    color: rgba(0, 0, 0, .8)
}

.app-header-white .app-header-form-button {
    color: rgba(0, 0, 0, .8)
}

.app-header-dark {
    background-color: #495057;
    box-shadow: 0 4px 18px 0 rgba(73, 80, 87, .12), 0 7px 10px -5px rgba(73, 80, 87, .15)
}

.app-header-dark .app-header-brand,
.app-header-dark .app-header-toggler {
    color: #fff
}

.app-header-dark .app-header-brand:focus,
.app-header-dark .app-header-brand:hover,
.app-header-dark .app-header-toggler:focus,
.app-header-dark .app-header-toggler:hover {
    color: #fff
}

.app-header-dark .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-dark .app-header-nav .nav-link:focus,
.app-header-dark .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-dark .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-dark .app-header-nav .active>.nav-link,
.app-header-dark .app-header-nav .nav-link.active,
.app-header-dark .app-header-nav .nav-link.show,
.app-header-dark .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-dark .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-dark .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-dark .app-header-form-input::placeholder {
    color: #fff
}

.app-header-dark .app-header-form-button {
    color: #fff
}

.app-header-primary {
    background-color: #448aff;
    box-shadow: 0 4px 18px 0 rgba(68, 138, 255, .12), 0 7px 10px -5px rgba(68, 138, 255, .15)
}

.app-header-primary .app-header-brand,
.app-header-primary .app-header-toggler {
    color: #fff
}

.app-header-primary .app-header-brand:focus,
.app-header-primary .app-header-brand:hover,
.app-header-primary .app-header-toggler:focus,
.app-header-primary .app-header-toggler:hover {
    color: #fff
}

.app-header-primary .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-primary .app-header-nav .nav-link:focus,
.app-header-primary .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-primary .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-primary .app-header-nav .active>.nav-link,
.app-header-primary .app-header-nav .nav-link.active,
.app-header-primary .app-header-nav .nav-link.show,
.app-header-primary .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-primary .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-primary .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-primary .app-header-form-input::placeholder {
    color: #fff
}

.app-header-primary .app-header-form-button {
    color: #fff
}

.app-header-secondary {
    background-color: #ccc;
    box-shadow: 0 4px 18px 0 rgba(204, 204, 204, .12), 0 7px 10px -5px rgba(204, 204, 204, .15)
}

.app-header-secondary .app-header-brand,
.app-header-secondary .app-header-toggler {
    color: #fff
}

.app-header-secondary .app-header-brand:focus,
.app-header-secondary .app-header-brand:hover,
.app-header-secondary .app-header-toggler:focus,
.app-header-secondary .app-header-toggler:hover {
    color: #fff
}

.app-header-secondary .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-secondary .app-header-nav .nav-link:focus,
.app-header-secondary .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-secondary .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-secondary .app-header-nav .active>.nav-link,
.app-header-secondary .app-header-nav .nav-link.active,
.app-header-secondary .app-header-nav .nav-link.show,
.app-header-secondary .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-secondary .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-secondary .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-secondary .app-header-form-input::placeholder {
    color: #fff
}

.app-header-secondary .app-header-form-button {
    color: #fff
}

.app-header-success {
    background-color: #0f9d58;
    box-shadow: 0 4px 18px 0 rgba(15, 157, 88, .12), 0 7px 10px -5px rgba(15, 157, 88, .15)
}

.app-header-success .app-header-brand,
.app-header-success .app-header-toggler {
    color: #fff
}

.app-header-success .app-header-brand:focus,
.app-header-success .app-header-brand:hover,
.app-header-success .app-header-toggler:focus,
.app-header-success .app-header-toggler:hover {
    color: #fff
}

.app-header-success .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-success .app-header-nav .nav-link:focus,
.app-header-success .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-success .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-success .app-header-nav .active>.nav-link,
.app-header-success .app-header-nav .nav-link.active,
.app-header-success .app-header-nav .nav-link.show,
.app-header-success .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-success .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-success .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-success .app-header-form-input::placeholder {
    color: #fff
}

.app-header-success .app-header-form-button {
    color: #fff
}

.app-header-info {
    background-color: #40c4ff;
    box-shadow: 0 4px 18px 0 rgba(64, 196, 255, .12), 0 7px 10px -5px rgba(64, 196, 255, .15)
}

.app-header-info .app-header-brand,
.app-header-info .app-header-toggler {
    color: #fff
}

.app-header-info .app-header-brand:focus,
.app-header-info .app-header-brand:hover,
.app-header-info .app-header-toggler:focus,
.app-header-info .app-header-toggler:hover {
    color: #fff
}

.app-header-info .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-info .app-header-nav .nav-link:focus,
.app-header-info .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-info .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-info .app-header-nav .active>.nav-link,
.app-header-info .app-header-nav .nav-link.active,
.app-header-info .app-header-nav .nav-link.show,
.app-header-info .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-info .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-info .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-info .app-header-form-input::placeholder {
    color: #fff
}

.app-header-info .app-header-form-button {
    color: #fff
}

.app-header-warning {
    background-color: #ff9100;
    box-shadow: 0 4px 18px 0 rgba(255, 145, 0, .12), 0 7px 10px -5px rgba(255, 145, 0, .15)
}

.app-header-warning .app-header-brand,
.app-header-warning .app-header-toggler {
    color: #fff
}

.app-header-warning .app-header-brand:focus,
.app-header-warning .app-header-brand:hover,
.app-header-warning .app-header-toggler:focus,
.app-header-warning .app-header-toggler:hover {
    color: #fff
}

.app-header-warning .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-warning .app-header-nav .nav-link:focus,
.app-header-warning .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-warning .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-warning .app-header-nav .active>.nav-link,
.app-header-warning .app-header-nav .nav-link.active,
.app-header-warning .app-header-nav .nav-link.show,
.app-header-warning .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-warning .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-warning .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-warning .app-header-form-input::placeholder {
    color: #fff
}

.app-header-warning .app-header-form-button {
    color: #fff
}

.app-header-danger {
    background-color: #ff5252;
    box-shadow: 0 4px 18px 0 rgba(255, 82, 82, .12), 0 7px 10px -5px rgba(255, 82, 82, .15)
}

.app-header-danger .app-header-brand,
.app-header-danger .app-header-toggler {
    color: #fff
}

.app-header-danger .app-header-brand:focus,
.app-header-danger .app-header-brand:hover,
.app-header-danger .app-header-toggler:focus,
.app-header-danger .app-header-toggler:hover {
    color: #fff
}

.app-header-danger .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-danger .app-header-nav .nav-link:focus,
.app-header-danger .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-danger .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-danger .app-header-nav .active>.nav-link,
.app-header-danger .app-header-nav .nav-link.active,
.app-header-danger .app-header-nav .nav-link.show,
.app-header-danger .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-danger .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-danger .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-danger .app-header-form-input::placeholder {
    color: #fff
}

.app-header-danger .app-header-form-button {
    color: #fff
}

.app-header-light {
    background-color: #f4f6f8;
    box-shadow: 0 4px 18px 0 rgba(244, 246, 248, .12), 0 7px 10px -5px rgba(244, 246, 248, .15)
}

.app-header-light .app-header-brand,
.app-header-light .app-header-toggler {
    color: #fff
}

.app-header-light .app-header-brand:focus,
.app-header-light .app-header-brand:hover,
.app-header-light .app-header-toggler:focus,
.app-header-light .app-header-toggler:hover {
    color: #fff
}

.app-header-light .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-light .app-header-nav .nav-link:focus,
.app-header-light .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-light .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-light .app-header-nav .active>.nav-link,
.app-header-light .app-header-nav .nav-link.active,
.app-header-light .app-header-nav .nav-link.show,
.app-header-light .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-light .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-light .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-light .app-header-form-input::placeholder {
    color: #fff
}

.app-header-light .app-header-form-button {
    color: #fff
}

.app-header-dark {
    background-color: #222c32;
    box-shadow: 0 4px 18px 0 rgba(34, 44, 50, .12), 0 7px 10px -5px rgba(34, 44, 50, .15)
}

.app-header-dark .app-header-brand,
.app-header-dark .app-header-toggler {
    color: #fff
}

.app-header-dark .app-header-brand:focus,
.app-header-dark .app-header-brand:hover,
.app-header-dark .app-header-toggler:focus,
.app-header-dark .app-header-toggler:hover {
    color: #fff
}

.app-header-dark .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-dark .app-header-nav .nav-link:focus,
.app-header-dark .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-dark .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-dark .app-header-nav .active>.nav-link,
.app-header-dark .app-header-nav .nav-link.active,
.app-header-dark .app-header-nav .nav-link.show,
.app-header-dark .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-dark .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-dark .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-dark .app-header-form-input::placeholder {
    color: #fff
}

.app-header-dark .app-header-form-button {
    color: #fff
}

.app-header-tertiary {
    background-color: #ff0;
    box-shadow: 0 4px 18px 0 rgba(255, 255, 0, .12), 0 7px 10px -5px rgba(255, 255, 0, .15)
}

.app-header-tertiary .app-header-brand,
.app-header-tertiary .app-header-toggler {
    color: #fff
}

.app-header-tertiary .app-header-brand:focus,
.app-header-tertiary .app-header-brand:hover,
.app-header-tertiary .app-header-toggler:focus,
.app-header-tertiary .app-header-toggler:hover {
    color: #fff
}

.app-header-tertiary .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-tertiary .app-header-nav .nav-link:focus,
.app-header-tertiary .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-tertiary .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-tertiary .app-header-nav .active>.nav-link,
.app-header-tertiary .app-header-nav .nav-link.active,
.app-header-tertiary .app-header-nav .nav-link.show,
.app-header-tertiary .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-tertiary .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-tertiary .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-tertiary .app-header-form-input::placeholder {
    color: #fff
}

.app-header-tertiary .app-header-form-button {
    color: #fff
}

.app-header-quaternary {
    background-color: #ff4081;
    box-shadow: 0 4px 18px 0 rgba(255, 64, 129, .12), 0 7px 10px -5px rgba(255, 64, 129, .15)
}

.app-header-quaternary .app-header-brand,
.app-header-quaternary .app-header-toggler {
    color: #fff
}

.app-header-quaternary .app-header-brand:focus,
.app-header-quaternary .app-header-brand:hover,
.app-header-quaternary .app-header-toggler:focus,
.app-header-quaternary .app-header-toggler:hover {
    color: #fff
}

.app-header-quaternary .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-quaternary .app-header-nav .nav-link:focus,
.app-header-quaternary .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-quaternary .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-quaternary .app-header-nav .active>.nav-link,
.app-header-quaternary .app-header-nav .nav-link.active,
.app-header-quaternary .app-header-nav .nav-link.show,
.app-header-quaternary .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-quaternary .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-quaternary .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-quaternary .app-header-form-input::placeholder {
    color: #fff
}

.app-header-quaternary .app-header-form-button {
    color: #fff
}

.app-header-quinary {
    background-color: #e040fb;
    box-shadow: 0 4px 18px 0 rgba(224, 64, 251, .12), 0 7px 10px -5px rgba(224, 64, 251, .15)
}

.app-header-quinary .app-header-brand,
.app-header-quinary .app-header-toggler {
    color: #fff
}

.app-header-quinary .app-header-brand:focus,
.app-header-quinary .app-header-brand:hover,
.app-header-quinary .app-header-toggler:focus,
.app-header-quinary .app-header-toggler:hover {
    color: #fff
}

.app-header-quinary .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-quinary .app-header-nav .nav-link:focus,
.app-header-quinary .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-quinary .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-quinary .app-header-nav .active>.nav-link,
.app-header-quinary .app-header-nav .nav-link.active,
.app-header-quinary .app-header-nav .nav-link.show,
.app-header-quinary .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-quinary .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-quinary .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-quinary .app-header-form-input::placeholder {
    color: #fff
}

.app-header-quinary .app-header-form-button {
    color: #fff
}

.app-header-senary {
    background-color: #8d6e63;
    box-shadow: 0 4px 18px 0 rgba(141, 110, 99, .12), 0 7px 10px -5px rgba(141, 110, 99, .15)
}

.app-header-senary .app-header-brand,
.app-header-senary .app-header-toggler {
    color: #fff
}

.app-header-senary .app-header-brand:focus,
.app-header-senary .app-header-brand:hover,
.app-header-senary .app-header-toggler:focus,
.app-header-senary .app-header-toggler:hover {
    color: #fff
}

.app-header-senary .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-senary .app-header-nav .nav-link:focus,
.app-header-senary .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-senary .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-senary .app-header-nav .active>.nav-link,
.app-header-senary .app-header-nav .nav-link.active,
.app-header-senary .app-header-nav .nav-link.show,
.app-header-senary .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-senary .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-senary .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-senary .app-header-form-input::placeholder {
    color: #fff
}

.app-header-senary .app-header-form-button {
    color: #fff
}

.app-header-septenary {
    background-color: #45b197;
    box-shadow: 0 4px 18px 0 rgba(69, 177, 151, .12), 0 7px 10px -5px rgba(69, 177, 151, .15)
}

.app-header-septenary .app-header-brand,
.app-header-septenary .app-header-toggler {
    color: #fff
}

.app-header-septenary .app-header-brand:focus,
.app-header-septenary .app-header-brand:hover,
.app-header-septenary .app-header-toggler:focus,
.app-header-septenary .app-header-toggler:hover {
    color: #fff
}

.app-header-septenary .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-septenary .app-header-nav .nav-link:focus,
.app-header-septenary .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-septenary .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-septenary .app-header-nav .active>.nav-link,
.app-header-septenary .app-header-nav .nav-link.active,
.app-header-septenary .app-header-nav .nav-link.show,
.app-header-septenary .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-septenary .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-septenary .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-septenary .app-header-form-input::placeholder {
    color: #fff
}

.app-header-septenary .app-header-form-button {
    color: #fff
}

.app-header-octonary {
    background-color: #536dfe;
    box-shadow: 0 4px 18px 0 rgba(83, 109, 254, .12), 0 7px 10px -5px rgba(83, 109, 254, .15)
}

.app-header-octonary .app-header-brand,
.app-header-octonary .app-header-toggler {
    color: #fff
}

.app-header-octonary .app-header-brand:focus,
.app-header-octonary .app-header-brand:hover,
.app-header-octonary .app-header-toggler:focus,
.app-header-octonary .app-header-toggler:hover {
    color: #fff
}

.app-header-octonary .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-octonary .app-header-nav .nav-link:focus,
.app-header-octonary .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-octonary .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-octonary .app-header-nav .active>.nav-link,
.app-header-octonary .app-header-nav .nav-link.active,
.app-header-octonary .app-header-nav .nav-link.show,
.app-header-octonary .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-octonary .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-octonary .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-octonary .app-header-form-input::placeholder {
    color: #fff
}

.app-header-octonary .app-header-form-button {
    color: #fff
}

.app-header-nonary {
    background-color: #6444ff;
    box-shadow: 0 4px 18px 0 rgba(100, 68, 255, .12), 0 7px 10px -5px rgba(100, 68, 255, .15)
}

.app-header-nonary .app-header-brand,
.app-header-nonary .app-header-toggler {
    color: #fff
}

.app-header-nonary .app-header-brand:focus,
.app-header-nonary .app-header-brand:hover,
.app-header-nonary .app-header-toggler:focus,
.app-header-nonary .app-header-toggler:hover {
    color: #fff
}

.app-header-nonary .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-nonary .app-header-nav .nav-link:focus,
.app-header-nonary .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-nonary .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-nonary .app-header-nav .active>.nav-link,
.app-header-nonary .app-header-nav .nav-link.active,
.app-header-nonary .app-header-nav .nav-link.show,
.app-header-nonary .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-nonary .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-nonary .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-nonary .app-header-form-input::placeholder {
    color: #fff
}

.app-header-nonary .app-header-form-button {
    color: #fff
}

.app-header-denary {
    background-color: #df7c00;
    box-shadow: 0 4px 18px 0 rgba(223, 124, 0, .12), 0 7px 10px -5px rgba(223, 124, 0, .15)
}

.app-header-denary .app-header-brand,
.app-header-denary .app-header-toggler {
    color: #fff
}

.app-header-denary .app-header-brand:focus,
.app-header-denary .app-header-brand:hover,
.app-header-denary .app-header-toggler:focus,
.app-header-denary .app-header-toggler:hover {
    color: #fff
}

.app-header-denary .app-header-nav .nav-link {
    color: rgba(255, 255, 255, .75)
}

.app-header-denary .app-header-nav .nav-link:focus,
.app-header-denary .app-header-nav .nav-link:hover {
    color: rgba(255, 255, 255, .85)
}

.app-header-denary .app-header-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.app-header-denary .app-header-nav .active>.nav-link,
.app-header-denary .app-header-nav .nav-link.active,
.app-header-denary .app-header-nav .nav-link.show,
.app-header-denary .app-header-nav .show>.nav-link {
    color: #fff
}

.app-header-denary .app-header-toggler {
    border-color: rgba(204, 204, 204, .4)
}

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

.app-header-denary .app-header-form-input {
    border: 0 solid #bbb;
    background-color: rgba(0, 0, 0, .1)
}

.app-header-denary .app-header-form-input::placeholder {
    color: #fff
}

.app-header-denary .app-header-form-button {
    color: #fff
}

.left-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 80px;
    width: 250px;
    overflow: auto;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.left-sidebar::-webkit-scrollbar {
    display: none
}

.left-sidebar::-moz-scrollbars-vertical {
    display: none
}

@media print {
    .left-sidebar {
        display: none
    }
}

.sidebar-menu {
    margin-bottom: 0
}

.sidebar-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    font-size: 13px;
    height: 47px;
    border-left: 3px solid transparent;
    transition: border-left-color .3s ease-in-out, background-color .3s ease-in-out;
    color: #495057!important;
    font-weight: 600
}

.sidebar-menu-icon {
    flex: 0 0 auto;
    width: 25px;
    font-size: 21px
}

.sidebar-menu-label {
    white-space: nowrap;
    position: relative;
    display: flex;
    flex: 1 1 auto;
    padding: 0;
    margin-left: 0;
    line-height: inherit;
    opacity: 1;
    left: 0
}

.left-sidebar-dark {
    box-shadow: 4px 8px 16px rgba(34, 44, 50, .2);
    background-color: #0d1114
}

.left-sidebar-dark .sidebar-menu-icon {
    color: #8aa1af
}

.left-sidebar-dark .sidebar-menu-label {
    color: #8aa1af
}

.left-sidebar-dark .sidebar-menu-item {
    color: #8aa1af
}

.left-sidebar-dark .sidebar-menu-item.active,
.left-sidebar-dark .sidebar-menu-item:focus,
.left-sidebar-dark .sidebar-menu-item:hover {
    background: rgba(150, 150, 150, .1);
    border-left-color: #566f7e;
    text-decoration: none;
    color: #8aa1af
}

.left-sidebar-white {
    box-shadow: 4px 8px 16px rgba(0, 0, 0, .2);
    background-color: #fff
}

.left-sidebar-white .sidebar-menu-icon {
    color: #3b3b3b
}

.left-sidebar-white .sidebar-menu-label {
    color: #3b3b3b
}

.left-sidebar-white .sidebar-menu-item {
    color: #3b3b3b
}

.left-sidebar-white .sidebar-menu-item.active,
.left-sidebar-white .sidebar-menu-item:focus,
.left-sidebar-white .sidebar-menu-item:hover {
    background: rgba(150, 150, 150, .1);
    border-left-color: #555;
    text-decoration: none;
    color: #3b3b3b
}

.left-sidebar-dark {
    box-shadow: 4px 8px 16px rgba(34, 44, 50, .2);
    background-color: #0d1114
}

.left-sidebar-dark .sidebar-menu-icon {
    color: #bad1df
}

.left-sidebar-dark .sidebar-menu-label {
    color: #8aa1af
}

.left-sidebar-dark .sidebar-menu-item {
    color: #8aa1af
}

.left-sidebar-dark .sidebar-menu-item.active,
.left-sidebar-dark .sidebar-menu-item:focus,
.left-sidebar-dark .sidebar-menu-item:hover {
    background: rgba(150, 150, 150, .1);
    border-left-color: #566f7e;
    text-decoration: none;
    color: #8aa1af
}

@media (min-width:1200px) {
    .sidebar-mini.sidenav-toggled .treeview-indicator {
        display: none
    }
    .sidebar-mini.sidenav-toggled .app-content {
        margin-left: 65px
    }
    .sidebar-mini.sidenav-toggled .left-sidebar {
        left: 0;
        width: 65px;
        overflow: hidden
    }
    .sidebar-mini.sidenav-toggled .left-sidebar:hover {
        overflow: visible
    }
    .sidebar-mini.sidenav-toggled .sidebar-menu-item {
        overflow: hidden;
        transition: border-left-color .3s ease-in-out, background-color .3s ease-in-out
    }
    .sidebar-mini.sidenav-toggled .sidebar-menu-item:hover {
        overflow: visible
    }
    .sidebar-mini.sidenav-toggled .sidebar-menu-item:hover .sidebar-menu-label {
        opacity: 1
    }
    .sidebar-mini.sidenav-toggled .sidebar-menu-item:hover+.treeview-menu {
        visibility: visible
    }
    .sidebar-mini.sidenav-toggled .sidebar-menu-label {
        display: block;
        position: absolute;
        top: 0;
        left: 65px;
        opacity: 0
    }
    .left-sidebar:hover {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        padding-top: 80px;
        width: 250px!important;
        overflow: auto
    }
    .left-sidebar:hover .treeview-indicator {
        display: block
    }
    .left-sidebar:hover .sidebar-menu-item {
        overflow: visible
    }
    .left-sidebar:hover .sidebar-menu-item:hover {
        overflow: visible
    }
    .left-sidebar:hover .sidebar-menu-item:hover .sidebar-menu-label {
        opacity: 1
    }
    .left-sidebar:hover .sidebar-menu-item:hover+.treeview-menu {
        visibility: visible
    }
    .left-sidebar:hover .sidebar-menu-label {
        white-space: nowrap;
        position: relative;
        display: flex;
        flex: 1 1 auto;
        padding: 0;
        margin-left: 0;
        line-height: inherit;
        opacity: 1;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

.collapse-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    padding-top: 80px;
    width: 300px;
    overflow: auto;
    z-index: 10;
    display: flex;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.collapse-sidebar::-webkit-scrollbar {
    display: none
}

.collapse-sidebar::-moz-scrollbars-vertical {
    display: none
}

@media print {
    .collapse-sidebar {
        display: none
    }
}

.collapse-sidebar-content {
    padding: 1rem
}

.collapse-tab-content {
    height: 100%;
    overflow: hidden
}

.collapse-sidebar.open {
    right: 0;
    visibility: visible
}

.treeview.is-expanded .treeview-menu {
    max-height: 100vh
}

.treeview.is-expanded .treeview-indicator {
    transform: rotate(90deg)
}

.left-sidebar-light .treeview.is-expanded [data-toggle=treeview] {
    color: #fff
}

.left-sidebar-light .treeview.is-expanded .sidebar-menu-label {
    color: #fff
}

.left-sidebar-light .treeview.is-expanded .sidebar-menu-icon {
    color: #fff
}

.treeview-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.treeview-item {
    display: flex;
    align-items: center;
    padding: 7px 5px 5px 40px;
    font-size: 13px;
}
.treeview-item.active,
.treeview-item:focus,
.treeview-item:hover {
    background: 0 0!important;
    text-decoration: none;
    box-shadow: none!important
}

.treeview-indicator {
    transform-origin: center;
    transition: transform .3s ease
}

.left-sidebar-dark .treeview-menu {
    border-left-color: #4a616e
}

.left-sidebar-dark .treeview-item {
    color: #7a95a5
}

.left-sidebar-dark .treeview-item.active,
.left-sidebar-dark .treeview-item:focus,
.left-sidebar-dark .treeview-item:hover {
    color: #98adb9;
    font-weight: 600
}

.left-sidebar-dark .treeview.is-expanded [data-toggle=treeview] {
    border-left-color: #f39c12;
    color: #7a95a5;
	
}

.sidebar-menu-item {

	border-top: 1px solid #565656;
	
	
}

.left-sidebar-dark .treeview.is-expanded .treeview-indicator {
    transform: rotate(90deg);
    color: #7a95a5
}

.left-sidebar-dark .treeview.is-expanded .sidebar-menu-label {
    color: #7a95a5
}

@media (min-width:992px) {
    .left-sidebar-dark .sidebar-mini.sidenav-toggled .treeview-menu {
        background: rgba(64, 84, 95, .85);
        color: #7a95a5
    }
}

@media (min-width:992px) {
    .sidebar-mini.sidenav-toggled .treeview-menu {
        position: absolute;
        left: 50px;
        padding: 12px 0;
        opacity: 0;
        border-bottom-right-radius: 4px;
        visibility: hidden;
        transition: visibility .3s ease
    }
    .sidebar-mini.sidenav-toggled .left-sidebar:hover .treeview-menu {
        position: relative;
        left: 0;
        min-width: sidebar-width;
        transition: max-height .3s ease;
        overflow: hidden;
        padding: 0;
        opacity: 1;
        visibility: visible;
        transition: visibility .3s ease;
        transition: width .3s ease
    }
}

.box-content {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

.box {
    position: relative;
    width: 100%
}

.box::before {
    content: "";
    display: block;
    padding-top: 100%
}

.ratio-1_1::before {
    padding-top: 100%!important
}

.ratio-2_1::before {
    padding-top: 50%
}

.ratio-10_15::before {
    padding-top: 150%
}

.ratio-1_2::before {
    padding-top: 200%
}

.ratio-4_3::before {
    padding-top: 75%
}

.ratio-16_9::before {
    padding-top: 56.25%
}

.box-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
    height: auto
}

.box-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1
}

.ratio-1_1-25 {
    width: 25px!important;
    height: 25px!important
}

.figcapture {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-x-hidden {
    overflow-x: hidden!important
}

.overflow-y-hidden {
    overflow-y: hidden!important
}

.figcapture:hover .figcaption {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1
}

.figcapture .img-scale {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s
}

.figcapture .img-transform {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s
}

.figcapture-transform {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s
}

.figcapture-translate {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.figcapture .img-translate {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out
}

.figcapture:hover .img-translate {
    transform: translateX(-123vw);
    -webkit-transform: translateX(-123vw);
    -moz-transform: translateX(-123vw);
    -ms-transform: translateX(-123vw);
    -o-transform: translateX(-123vw)
}

.figcapture .img-transform {
    z-index: 4
}

.figcapture:hover .img-scale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -moz-filter: all .25s ease;
    -o-filter: all .25s ease;
    -ms-filter: all .25s ease;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='5')
}

.figcapture:hover .img-transform {
    opacity: 1;
    transform: translateY(-160px);
    -webkit-transform: translateY(-160px);
    -moz-transform: translateY(-160px);
    -ms-transform: translateY(-160px);
    -o-transform: translateY(-160px)
}

.figcaption {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s
}

.figcaption-primary {
    background-color: rgba(68, 138, 255, .8)
}

.figcaption-secondary {
    background-color: rgba(204, 204, 204, .8)
}

.figcaption-success {
    background-color: rgba(15, 157, 88, .8)
}

.figcaption-info {
    background-color: rgba(64, 196, 255, .8)
}

.figcaption-warning {
    background-color: rgba(255, 145, 0, .8)
}

.figcaption-danger {
    background-color: rgba(255, 82, 82, .8)
}

.figcaption-light {
    background-color: rgba(244, 246, 248, .8)
}

.figcaption-dark {
    background-color: rgba(34, 44, 50, .8)
}

.figcaption-tertiary {
    background-color: rgba(255, 255, 0, .8)
}

.figcaption-quaternary {
    background-color: rgba(255, 64, 129, .8)
}

.figcaption-quinary {
    background-color: rgba(224, 64, 251, .8)
}

.figcaption-senary {
    background-color: rgba(141, 110, 99, .8)
}

.figcaption-septenary {
    background-color: rgba(69, 177, 151, .8)
}

.figcaption-octonary {
    background-color: rgba(83, 109, 254, .8)
}

.figcaption-nonary {
    background-color: rgba(100, 68, 255, .8)
}

.figcaption-denary {
    background-color: rgba(223, 124, 0, .8)
}

.figcapture:hover .figcaption-left {
    -webkit-transition: all .8s cubic-bezier(.99, .99, 0, .61);
    transition: all .8s cubic-bezier(.99, .99, 0, .61);
    left: 0
}

.figcapture:hover .figcaption-right {
    -webkit-transition: all .8s cubic-bezier(.99, .99, 0, .61);
    transition: all .8s cubic-bezier(.99, .99, 0, .61);
    right: 0
}

.figcapture:hover .figcaption-top {
    -webkit-transition: all .8s cubic-bezier(.99, .99, 0, .61);
    transition: all .8s cubic-bezier(.99, .99, 0, .61);
    top: 0
}

.figcapture:hover .figcaption-bottom {
    -webkit-transition: all .8s cubic-bezier(.99, .99, 0, .61);
    transition: all .8s cubic-bezier(.99, .99, 0, .61);
    bottom: 0
}

.figcapture:hover .figcaption-top-left {
    -webkit-transition: all .8s cubic-bezier(.99, .99, 0, .61);
    transition: all .8s cubic-bezier(.99, .99, 0, .61);
    top: 0;
    left: 0
}

.figcapture:hover .figcaption-top-right {
    -webkit-transition: all .8s cubic-bezier(.99, .99, 0, .61);
    transition: all .8s cubic-bezier(.99, .99, 0, .61);
    top: 0;
    right: 0
}

.figcapture:hover .figcaption-bottom-left {
    -webkit-transition: all .8s cubic-bezier(.99, .99, 0, .61);
    transition: all .8s cubic-bezier(.99, .99, 0, .61);
    bottom: 0;
    left: 0
}

.figcapture:hover .figcaption-bottom-right {
    -webkit-transition: all .8s cubic-bezier(.99, .99, 0, .61);
    transition: all .8s cubic-bezier(.99, .99, 0, .61);
    bottom: 0;
    right: 0
}

.figcapture:hover .figcaption-transform {
    -webkit-transition: all .8s cubic-bezier(.99, .99, 0, .61);
    transition: all .8s cubic-bezier(.99, .99, 0, .61);
    bottom: 0
}

.figcapture:hover .figcaption-translate {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
    left: 0
}

.figcaption-left {
    left: -350px;
    top: 0
}

.figcaption-right {
    right: -350px;
    top: 0
}

.figcaption-top {
    top: -350px;
    left: 0
}

.figcaption-bottom {
    bottom: -350px;
    left: 0
}

.figcaption-top-left {
    top: -350px;
    left: -350px
}

.figcaption-top-right {
    top: -350px;
    right: -350px
}

.figcaption-bottom-left {
    bottom: -350px;
    left: -350px
}

.figcaption-bottom-right {
    bottom: -350px;
    right: -350px
}

.figcaption-translate {
    left: -123%;
    top: 0
}

.figcaption-transform {
    bottom: 0
}

.figcaption label:hover {
    cursor: pointer
}

.figcaption-content-top {
    position: relative;
    top: -350px;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s
}

.figcaption-content-right {
    position: relative;
    right: -350px;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s
}

.figcaption-content-left {
    position: relative;
    left: -350px;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s
}

.figcaption-content-bottom {
    position: relative;
    left: -350px;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s
}

.figcapture:hover .figcaption .figcaption-content-top {
    top: 0
}

.figcapture:hover .figcaption .figcaption-content-left {
    left: 0
}

.figcapture:hover .figcaption .figcaption-content-right {
    right: 0
}

.figcapture:hover .figcaption .figcaption-content-bottom {
    bottom: 0
}

.img-thumbnail-dark {
    padding: .25rem;
    background-color: #292b2c;
    border: 1px solid #495057;
    -webkit-border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: .25rem;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all all .2s ease-in-out ease-out;
    -moz-transition: all all .2s ease-in-out ease-out;
    -o-transition: all all .2s ease-in-out ease-out;
    transition: all all .2s ease-in-out ease-out;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    -moz-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
}

.img-profile-light {
    border: .25rem solid rgba(0, 0, 0, .2)
}

.img-profile-dark {
    border: .25rem solid rgba(255, 255, 255, .2)
}

.compat-object-fit {
    background-size: cover;
    background-position: center center
}

.compat-object-fit .box-cover,
.compat-object-fit .box-img,
.compat-object-fit .img-100x70,
.compat-object-fit .img-cover,
.compat-object-fit .img-h-100,
.compat-object-fit .img-h-200,
.compat-object-fit .img-h-25,
.compat-object-fit .img-h-300,
.compat-object-fit .img-h-400,
.compat-object-fit .img-h-50,
.compat-object-fit .img-h-500,
.compat-object-fit .img-h-600,
.compat-object-fit .img-header-full,
.compat-object-fit .img-post-full,
.compat-object-fit .img-scale,
.compat-object-fit .img-sq-100,
.compat-object-fit .img-sq-200,
.compat-object-fit .img-sq-25,
.compat-object-fit .img-sq-300,
.compat-object-fit .img-sq-35,
.compat-object-fit .img-sq-400,
.compat-object-fit .img-sq-50,
.compat-object-fit .img-sq-500,
.compat-object-fit .img-sq-600,
.compat-object-fit .img-sq-75,
.compat-object-fit .img-transform,
.compat-object-fit .img-vh-100,
.compat-object-fit .img-vh-25,
.compat-object-fit .img-vh-35,
.compat-object-fit .img-vh-50,
.compat-object-fit .img-vh-75,
.compat-object-fit .img-w-100,
.compat-object-fit .img-w-200,
.compat-object-fit .img-w-25,
.compat-object-fit .img-w-300,
.compat-object-fit .img-w-400,
.compat-object-fit .img-w-50,
.compat-object-fit .img-w-500,
.compat-object-fit .img-w-600 {
    opacity: 0
}

.img-vh-25 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden
}

.img-vh-35 {
    width: 100%;
    height: 35vh;
    position: relative;
    object-fit: cover;
    overflow: hidden
}

.img-vh-50 {
    width: 100%;
    height: 50vh;
    position: relative;
    object-fit: cover;
    overflow: hidden
}

.img-vh-75 {
    width: 100%;
    height: 75vh;
    position: relative;
    object-fit: cover;
    overflow: hidden
}

.img-vh-100 {
    width: 100%;
    height: 100vh;
    position: relative;
    object-fit: cover;
    overflow: hidden
}

.img-cover {
    width: 100%;
    height: auto;
    position: relative;
    object-fit: cover;
    overflow: hidden
}

.img-vh-25 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden
}

.img-vh-35 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden
}

.img-vh-50 {
    width: 100%;
    height: 50vh;
    position: relative;
    object-fit: cover;
    overflow: hidden
}

.img-vh-60 {
    width: 100%;
    height: 60vh;
    position: relative;
    object-fit: cover;
    overflow: hidden
}

.img-vh-75 {
    width: 100%;
    height: 75vh;
    position: relative;
    object-fit: cover;
    overflow: hidden
}

.img-vh-100 {
    width: 100%;
    height: 100vh;
    position: relative;
    object-fit: cover;
    overflow: hidden
}

@media (min-width:576px) {
    .img-vh-sm-25 {
        width: 100%;
        height: 25vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-sm-35 {
        width: 100%;
        height: 25vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-sm-50 {
        width: 100%;
        height: 50vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-sm-60 {
        width: 100%;
        height: 60vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-sm-75 {
        width: 100%;
        height: 75vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-sm-100 {
        width: 100%;
        height: 100vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
}

@media (min-width:768px) {
    .img-vh-md-25 {
        width: 100%;
        height: 25vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-md-35 {
        width: 100%;
        height: 25vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-md-50 {
        width: 100%;
        height: 50vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-md-60 {
        width: 100%;
        height: 60vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-md-75 {
        width: 100%;
        height: 75vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-md-100 {
        width: 100%;
        height: 100vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
}

@media (min-width:992px) {
    .img-vh-lg-25 {
        width: 100%;
        height: 25vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-lg-35 {
        width: 100%;
        height: 25vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-lg-50 {
        width: 100%;
        height: 50vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-lg-60 {
        width: 100%;
        height: 60vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-lg-75 {
        width: 100%;
        height: 75vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-lg-100 {
        width: 100%;
        height: 100vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
}

@media (min-width:1200px) {
    .img-vh-xl-25 {
        width: 100%;
        height: 25vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-xl-35 {
        width: 100%;
        height: 25vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-xl-50 {
        width: 100%;
        height: 50vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-xl-60 {
        width: 100%;
        height: 60vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-xl-75 {
        width: 100%;
        height: 75vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-xl-100 {
        width: 100%;
        height: 100vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
}

@media (min-width:1365px) {
    .img-vh-xxl-25 {
        width: 100%;
        height: 25vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-xxl-35 {
        width: 100%;
        height: 25vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-xxl-50 {
        width: 100%;
        height: 50vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-xxl-60 {
        width: 100%;
        height: 60vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-xxl-75 {
        width: 100%;
        height: 75vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
    .img-vh-xxl-100 {
        width: 100%;
        height: 100vh;
        position: relative;
        object-fit: cover;
        overflow: hidden
    }
}

.img-w-25 {
    width: 25px;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.img-w-50 {
    width: 50px;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.img-w-100 {
    width: 100px;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.img-w-200 {
    width: 200px;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.img-w-300 {
    width: 300px;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.img-w-400 {
    width: 400px;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.img-w-500 {
    width: 500px;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.img-w-600 {
    width: 600px;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.img-h-25 {
    width: 100%;
    height: 25px;
    object-fit: cover;
    overflow: hidden
}

.img-h-50 {
    width: 100%;
    height: 50px;
    object-fit: cover;
    overflow: hidden
}

.img-h-100 {
    width: 100%;
    height: 100px;
    object-fit: cover;
    overflow: hidden
}

.img-h-200 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    overflow: hidden
}

.img-h-300 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden
}

.img-h-400 {
    width: 100%;
    height: 400px;
    object-fit: cover;
    overflow: hidden
}

.img-h-500 {
    width: 100%;
    height: 500px;
    object-fit: cover;
    overflow: hidden
}

.img-h-600 {
    width: 100%;
    height: 600px;
    object-fit: cover;
    overflow: hidden
}

.img-sq-25 {
    width: 25px;
    height: 25px;
    object-fit: cover;
    overflow: hidden
}

.img-sq-35 {
    width: 35px;
    height: 35px;
    object-fit: cover;
    overflow: hidden
}

.img-sq-50 {
    width: 50px;
    height: 50px;
    object-fit: cover;
    overflow: hidden
}

.img-sq-75 {
    width: 75px;
    height: 75px;
    object-fit: cover;
    overflow: hidden
}

.img-sq-100 {
    width: 100px;
    height: 100px;
    object-fit: cover;
    overflow: hidden
}

.img-sq-150 {
    width: 150px;
    height: 150px;
    object-fit: cover;
    overflow: hidden
}

.img-sq-200 {
    width: 200px;
    height: 200px;
    object-fit: cover;
    overflow: hidden
}

.img-sq-300 {
    width: 300px;
    height: 300px;
    object-fit: cover;
    overflow: hidden
}

.img-sq-400 {
    width: 400px;
    height: 400px;
    object-fit: cover;
    overflow: hidden
}

.img-sq-500 {
    width: 500px;
    height: 500px;
    object-fit: cover;
    overflow: hidden
}

.img-sq-600 {
    width: 600px;
    height: 600px;
    object-fit: cover;
    overflow: hidden
}

.img-post-full {
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    max-height: 300px
}

.img-100x70 {
    object-fit: cover;
    overflow: hidden;
    width: 100px;
    max-height: 70px
}

.img-header-full {
    z-index: -1;
    width: 100%;
    position: relative;
    object-fit: cover;
    overflow: hidden;
    height: 350px
}

.overlay {
    position: relative;
    width: 100%
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: auto
}

.img-overlay .img-overlay-badge {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: ease
}

.img-overlay:hover .img-overlay-badge {
    opacity: 1
}

.img-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: 0 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 80%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 80%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 80%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0)
}

.img-overlay-gradient .img-overlay-badge {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: ease
}

.img-overlay-gradient:hover .img-overlay-badge {
    opacity: 1
}

.image-team {
    margin-left: -20px
}

.figure {
    display: inline-block
}

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

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

body {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

body.on-side {
    margin-left: -280px
}

html {
    overflow-x: hidden;
    font-size: 14px
}

body a {
    outline: 0!important
}

body a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

@media (max-width:1199.98px) {
    body.margin-navbar-hs {
        margin-top: 40px
    }
}

.body-link-primary a {
    color: #448aff
}

.body-link-primary a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-secondary a {
    color: #ccc
}

.body-link-secondary a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-success a {
    color: #0f9d58
}

.body-link-success a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-info a {
    color: #40c4ff
}

.body-link-info a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-warning a {
    color: #ff9100
}

.body-link-warning a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-danger a {
    color: #ff5252
}

.body-link-danger a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-light a {
    color: #f4f6f8
}

.body-link-light a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-dark a {
    color: #222c32
}

.body-link-dark a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-tertiary a {
    color: #ff0
}

.body-link-tertiary a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-quaternary a {
    color: #ff4081
}

.body-link-quaternary a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-quinary a {
    color: #e040fb
}

.body-link-quinary a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-senary a {
    color: #8d6e63
}

.body-link-senary a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-septenary a {
    color: #45b197
}

.body-link-septenary a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-octonary a {
    color: #536dfe
}

.body-link-octonary a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-nonary a {
    color: #6444ff
}

.body-link-nonary a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-denary a {
    color: #df7c00
}

.body-link-denary a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-gray-100 a {
    color: #eef1f4
}

.body-link-gray-100 a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-gray-200 a {
    color: #e9ecef
}

.body-link-gray-200 a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-gray-300 a {
    color: #dee2e6
}

.body-link-gray-300 a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-gray-400 a {
    color: #ced4da
}

.body-link-gray-400 a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-gray-500 a {
    color: #adb5bd
}

.body-link-gray-500 a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-gray-600 a {
    color: #868e96
}

.body-link-gray-600 a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-gray-700 a {
    color: #495057
}

.body-link-gray-700 a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-gray-800 a {
    color: #222c32
}

.body-link-gray-800 a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-gray-900 a {
    color: #171e22
}

.body-link-gray-900 a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-gray-1000 a {
    color: #151515
}

.body-link-gray-1000 a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-light a {
    color: #f4f6f8
}

.body-link-light a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-dark a {
    color: #292b2c
}

.body-link-dark a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-white a {
    color: #fff
}

.body-link-white a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.body-link-black a {
    color: #000
}

.body-link-black a:hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: #ff5252;
    text-decoration: none
}

.text-shadow-1 {
    text-shadow: 1px 1px 2px #222
}

.text-shadow-2 {
    text-shadow: 2px 2px 4px #222
}

.text-shadow-3 {
    text-shadow: 3px 3px 6px #222
}

.text-shadow-4 {
    text-shadow: 4px 4px 8px #222
}

.ion {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.size-12 {
    font-size: 12px
}

.size-14 {
    font-size: 14px
}

.size-16 {
    font-size: 16px
}

.size-18 {
    font-size: 18px
}

.size-21 {
    font-size: 21px
}

.size-24 {
    font-size: 24px
}

.size-32 {
    font-size: 32px
}

.size-48 {
    font-size: 48px
}

.size-64 {
    font-size: 64px
}

.size-96 {
    font-size: 96px
}

dt {
    color: #222c32
}

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

.hr.hr-primary {
    border-top-color: #448aff
}

.hr.hr-secondary {
    border-top-color: #ccc
}

.hr.hr-success {
    border-top-color: #0f9d58
}

.hr.hr-info {
    border-top-color: #40c4ff
}

.hr.hr-warning {
    border-top-color: #ff9100
}

.hr.hr-danger {
    border-top-color: #ff5252
}

.hr.hr-light {
    border-top-color: #f4f6f8
}

.hr.hr-dark {
    border-top-color: #222c32
}

.hr.hr-tertiary {
    border-top-color: #ff0
}

.hr.hr-quaternary {
    border-top-color: #ff4081
}

.hr.hr-quinary {
    border-top-color: #e040fb
}

.hr.hr-senary {
    border-top-color: #8d6e63
}

.hr.hr-septenary {
    border-top-color: #45b197
}

.hr.hr-octonary {
    border-top-color: #536dfe
}

.hr.hr-nonary {
    border-top-color: #6444ff
}

.hr.hr-denary {
    border-top-color: #df7c00
}

.hr.hr-dotted {
    border-top-style: dotted
}

.hr.hr-dashed {
    border-top-style: dashed
}

.hr.hr-sm {
    border-top-width: 1px
}

.hr.hr-lg {
    border-top-width: 3px
}

.divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .1), transparent)
}

.divider.divider-sm {
    height: 1px
}

.divider.divider-lg {
    height: 3px
}

.divider.divider-primary {
    background-image: -webkit-linear-gradient(left, transparent, #448aff, transparent)!important;
    background-image: linear-gradient(to right, transparent, #448aff, transparent)!important
}

.divider.divider-secondary {
    background-image: -webkit-linear-gradient(left, transparent, #ccc, transparent)!important;
    background-image: linear-gradient(to right, transparent, #ccc, transparent)!important
}

.divider.divider-success {
    background-image: -webkit-linear-gradient(left, transparent, #0f9d58, transparent)!important;
    background-image: linear-gradient(to right, transparent, #0f9d58, transparent)!important
}

.divider.divider-info {
    background-image: -webkit-linear-gradient(left, transparent, #40c4ff, transparent)!important;
    background-image: linear-gradient(to right, transparent, #40c4ff, transparent)!important
}

.divider.divider-warning {
    background-image: -webkit-linear-gradient(left, transparent, #ff9100, transparent)!important;
    background-image: linear-gradient(to right, transparent, #ff9100, transparent)!important
}

.divider.divider-danger {
    background-image: -webkit-linear-gradient(left, transparent, #ff5252, transparent)!important;
    background-image: linear-gradient(to right, transparent, #ff5252, transparent)!important
}

.divider.divider-light {
    background-image: -webkit-linear-gradient(left, transparent, #f4f6f8, transparent)!important;
    background-image: linear-gradient(to right, transparent, #f4f6f8, transparent)!important
}

.divider.divider-dark {
    background-image: -webkit-linear-gradient(left, transparent, #222c32, transparent)!important;
    background-image: linear-gradient(to right, transparent, #222c32, transparent)!important
}

.divider.divider-tertiary {
    background-image: -webkit-linear-gradient(left, transparent, #ff0, transparent)!important;
    background-image: linear-gradient(to right, transparent, #ff0, transparent)!important
}

.divider.divider-quaternary {
    background-image: -webkit-linear-gradient(left, transparent, #ff4081, transparent)!important;
    background-image: linear-gradient(to right, transparent, #ff4081, transparent)!important
}

.divider.divider-quinary {
    background-image: -webkit-linear-gradient(left, transparent, #e040fb, transparent)!important;
    background-image: linear-gradient(to right, transparent, #e040fb, transparent)!important
}

.divider.divider-senary {
    background-image: -webkit-linear-gradient(left, transparent, #8d6e63, transparent)!important;
    background-image: linear-gradient(to right, transparent, #8d6e63, transparent)!important
}

.divider.divider-septenary {
    background-image: -webkit-linear-gradient(left, transparent, #45b197, transparent)!important;
    background-image: linear-gradient(to right, transparent, #45b197, transparent)!important
}

.divider.divider-octonary {
    background-image: -webkit-linear-gradient(left, transparent, #536dfe, transparent)!important;
    background-image: linear-gradient(to right, transparent, #536dfe, transparent)!important
}

.divider.divider-nonary {
    background-image: -webkit-linear-gradient(left, transparent, #6444ff, transparent)!important;
    background-image: linear-gradient(to right, transparent, #6444ff, transparent)!important
}

.divider.divider-denary {
    background-image: -webkit-linear-gradient(left, transparent, #df7c00, transparent)!important;
    background-image: linear-gradient(to right, transparent, #df7c00, transparent)!important
}

.divider.divider-gray-700 {
    background-image: -webkit-linear-gradient(left, transparent, #495057, transparent)!important;
    background-image: linear-gradient(to right, transparent, #495057, transparent)!important
}

.blockquote {
    padding: .5rem 1rem;
    border-left: .25rem solid #d8d8d8
}

.blockquote-primary {
    border-left-color: #448aff!important;
    font-size: 12px
}

.blockquote-secondary {
    border-left-color: #ccc!important;
    font-size: 12px
}

.blockquote-success {
    border-left-color: #0f9d58!important;
    font-size: 12px
}

.blockquote-info {
    border-left-color: #40c4ff!important;
    font-size: 12px
}

.blockquote-warning {
    border-left-color: #ff9100!important;
    font-size: 12px
}

.blockquote-danger {
    border-left-color: #ff5252!important;
    font-size: 12px
}

.blockquote-light {
    border-left-color: #f4f6f8!important;
    font-size: 12px
}

.blockquote-dark {
    border-left-color: #222c32!important;
    font-size: 12px
}

.blockquote-tertiary {
    border-left-color: #ff0!important;
    font-size: 12px
}

.blockquote-quaternary {
    border-left-color: #ff4081!important;
    font-size: 12px
}

.blockquote-quinary {
    border-left-color: #e040fb!important;
    font-size: 12px
}

.blockquote-senary {
    border-left-color: #8d6e63!important;
    font-size: 12px
}

.blockquote-septenary {
    border-left-color: #45b197!important;
    font-size: 12px
}

.blockquote-octonary {
    border-left-color: #536dfe!important;
    font-size: 12px
}

.blockquote-nonary {
    border-left-color: #6444ff!important;
    font-size: 12px
}

.blockquote-denary {
    border-left-color: #df7c00!important;
    font-size: 12px
}

code {
    background-color: #fff;
    padding: .25rem .5rem .25rem .5rem;
    margin: .15rem
}

.tooltip-primary {
    border-color: #116aff!important;
    color: rgba(255, 255, 255, .75)!important
}

.tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-primary.bs-tooltip-left .arrow:before {
    border-left-color: #448aff
}

.tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-primary.bs-tooltip-right .arrow:before {
    border-right-color: #448aff
}

.tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-primary.bs-tooltip-top .arrow:before {
    border-top-color: #448aff
}

.tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-primary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #448aff
}

.tooltip-primary>.tooltip-inner {
    color: rgba(255, 255, 255, .75)!important;
    text-align: center;
    background-color: #448aff!important
}

.tooltip-secondary {
    border-color: #b3b3b3!important;
    color: rgba(0, 0, 0, .7)!important
}

.tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-secondary.bs-tooltip-left .arrow:before {
    border-left-color: #ccc
}

.tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-secondary.bs-tooltip-right .arrow:before {
    border-right-color: #ccc
}

.tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-secondary.bs-tooltip-top .arrow:before {
    border-top-color: #ccc
}

.tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-secondary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ccc
}

.tooltip-secondary>.tooltip-inner {
    color: rgba(0, 0, 0, .7)!important;
    text-align: center;
    background-color: #ccc!important
}

.tooltip-success {
    border-color: #0b6e3e!important;
    color: rgba(255, 255, 255, .75)!important
}

.tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-success.bs-tooltip-left .arrow:before {
    border-left-color: #0f9d58
}

.tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-success.bs-tooltip-right .arrow:before {
    border-right-color: #0f9d58
}

.tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-success.bs-tooltip-top .arrow:before {
    border-top-color: #0f9d58
}

.tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-success.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #0f9d58
}

.tooltip-success>.tooltip-inner {
    color: rgba(255, 255, 255, .75)!important;
    text-align: center;
    background-color: #0f9d58!important
}

.tooltip-info {
    border-color: #0db4ff!important;
    color: rgba(0, 0, 0, .7)!important
}

.tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-info.bs-tooltip-left .arrow:before {
    border-left-color: #40c4ff
}

.tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-info.bs-tooltip-right .arrow:before {
    border-right-color: #40c4ff
}

.tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-info.bs-tooltip-top .arrow:before {
    border-top-color: #40c4ff
}

.tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-info.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #40c4ff
}

.tooltip-info>.tooltip-inner {
    color: rgba(0, 0, 0, .7)!important;
    text-align: center;
    background-color: #40c4ff!important
}

.tooltip-warning {
    border-color: #cc7400!important;
    color: rgba(0, 0, 0, .7)!important
}

.tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-warning.bs-tooltip-left .arrow:before {
    border-left-color: #ff9100
}

.tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-warning.bs-tooltip-right .arrow:before {
    border-right-color: #ff9100
}

.tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-warning.bs-tooltip-top .arrow:before {
    border-top-color: #ff9100
}

.tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-warning.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ff9100
}

.tooltip-warning>.tooltip-inner {
    color: rgba(0, 0, 0, .7)!important;
    text-align: center;
    background-color: #ff9100!important
}

.tooltip-danger {
    border-color: #ff1f1f!important;
    color: rgba(255, 255, 255, .75)!important
}

.tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-danger.bs-tooltip-left .arrow:before {
    border-left-color: #ff5252
}

.tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-danger.bs-tooltip-right .arrow:before {
    border-right-color: #ff5252
}

.tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-danger.bs-tooltip-top .arrow:before {
    border-top-color: #ff5252
}

.tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-danger.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ff5252
}

.tooltip-danger>.tooltip-inner {
    color: rgba(255, 255, 255, .75)!important;
    text-align: center;
    background-color: #ff5252!important
}

.tooltip-light {
    border-color: #d5dde4!important;
    color: rgba(0, 0, 0, .7)!important
}

.tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-light.bs-tooltip-left .arrow:before {
    border-left-color: #f4f6f8
}

.tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-light.bs-tooltip-right .arrow:before {
    border-right-color: #f4f6f8
}

.tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-light.bs-tooltip-top .arrow:before {
    border-top-color: #f4f6f8
}

.tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-light.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #f4f6f8
}

.tooltip-light>.tooltip-inner {
    color: rgba(0, 0, 0, .7)!important;
    text-align: center;
    background-color: #f4f6f8!important
}

.tooltip-dark {
    border-color: #0d1114!important;
    color: rgba(255, 255, 255, .75)!important
}

.tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-dark.bs-tooltip-left .arrow:before {
    border-left-color: #222c32
}

.tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-dark.bs-tooltip-right .arrow:before {
    border-right-color: #222c32
}

.tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-dark.bs-tooltip-top .arrow:before {
    border-top-color: #222c32
}

.tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-dark.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #222c32
}

.tooltip-dark>.tooltip-inner {
    color: rgba(255, 255, 255, .75)!important;
    text-align: center;
    background-color: #222c32!important
}

.tooltip-tertiary {
    border-color: #cc0!important;
    color: rgba(0, 0, 0, .7)!important
}

.tooltip-tertiary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-tertiary.bs-tooltip-left .arrow:before {
    border-left-color: #ff0
}

.tooltip-tertiary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-tertiary.bs-tooltip-right .arrow:before {
    border-right-color: #ff0
}

.tooltip-tertiary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-tertiary.bs-tooltip-top .arrow:before {
    border-top-color: #ff0
}

.tooltip-tertiary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-tertiary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ff0
}

.tooltip-tertiary>.tooltip-inner {
    color: rgba(0, 0, 0, .7)!important;
    text-align: center;
    background-color: #ff0!important
}

.tooltip-quaternary {
    border-color: #ff0d5f!important;
    color: rgba(255, 255, 255, .75)!important
}

.tooltip-quaternary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-quaternary.bs-tooltip-left .arrow:before {
    border-left-color: #ff4081
}

.tooltip-quaternary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-quaternary.bs-tooltip-right .arrow:before {
    border-right-color: #ff4081
}

.tooltip-quaternary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-quaternary.bs-tooltip-top .arrow:before {
    border-top-color: #ff4081
}

.tooltip-quaternary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-quaternary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ff4081
}

.tooltip-quaternary>.tooltip-inner {
    color: rgba(255, 255, 255, .75)!important;
    text-align: center;
    background-color: #ff4081!important
}

.tooltip-quinary {
    border-color: #d80efa!important;
    color: rgba(255, 255, 255, .75)!important
}

.tooltip-quinary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-quinary.bs-tooltip-left .arrow:before {
    border-left-color: #e040fb
}

.tooltip-quinary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-quinary.bs-tooltip-right .arrow:before {
    border-right-color: #e040fb
}

.tooltip-quinary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-quinary.bs-tooltip-top .arrow:before {
    border-top-color: #e040fb
}

.tooltip-quinary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-quinary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #e040fb
}

.tooltip-quinary>.tooltip-inner {
    color: rgba(255, 255, 255, .75)!important;
    text-align: center;
    background-color: #e040fb!important
}

.tooltip-senary {
    border-color: #6f574e!important;
    color: rgba(255, 255, 255, .75)!important
}

.tooltip-senary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-senary.bs-tooltip-left .arrow:before {
    border-left-color: #8d6e63
}

.tooltip-senary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-senary.bs-tooltip-right .arrow:before {
    border-right-color: #8d6e63
}

.tooltip-senary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-senary.bs-tooltip-top .arrow:before {
    border-top-color: #8d6e63
}

.tooltip-senary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-senary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #8d6e63
}

.tooltip-senary>.tooltip-inner {
    color: rgba(255, 255, 255, .75)!important;
    text-align: center;
    background-color: #8d6e63!important
}

.tooltip-septenary {
    border-color: #378c78!important;
    color: rgba(255, 255, 255, .75)!important
}

.tooltip-septenary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-septenary.bs-tooltip-left .arrow:before {
    border-left-color: #45b197
}

.tooltip-septenary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-septenary.bs-tooltip-right .arrow:before {
    border-right-color: #45b197
}

.tooltip-septenary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-septenary.bs-tooltip-top .arrow:before {
    border-top-color: #45b197
}

.tooltip-septenary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-septenary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #45b197
}

.tooltip-septenary>.tooltip-inner {
    color: rgba(255, 255, 255, .75)!important;
    text-align: center;
    background-color: #45b197!important
}

.tooltip-octonary {
    border-color: #2042fe!important;
    color: rgba(255, 255, 255, .75)!important
}

.tooltip-octonary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-octonary.bs-tooltip-left .arrow:before {
    border-left-color: #536dfe
}

.tooltip-octonary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-octonary.bs-tooltip-right .arrow:before {
    border-right-color: #536dfe
}

.tooltip-octonary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-octonary.bs-tooltip-top .arrow:before {
    border-top-color: #536dfe
}

.tooltip-octonary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-octonary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #536dfe
}

.tooltip-octonary>.tooltip-inner {
    color: rgba(255, 255, 255, .75)!important;
    text-align: center;
    background-color: #536dfe!important
}

.tooltip-nonary {
    border-color: #3a11ff!important;
    color: rgba(255, 255, 255, .75)!important
}

.tooltip-nonary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-nonary.bs-tooltip-left .arrow:before {
    border-left-color: #6444ff
}

.tooltip-nonary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-nonary.bs-tooltip-right .arrow:before {
    border-right-color: #6444ff
}

.tooltip-nonary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-nonary.bs-tooltip-top .arrow:before {
    border-top-color: #6444ff
}

.tooltip-nonary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-nonary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #6444ff
}

.tooltip-nonary>.tooltip-inner {
    color: rgba(255, 255, 255, .75)!important;
    text-align: center;
    background-color: #6444ff!important
}

.tooltip-denary {
    border-color: #ac6000!important;
    color: rgba(255, 255, 255, .75)!important
}

.tooltip-denary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip-denary.bs-tooltip-left .arrow:before {
    border-left-color: #df7c00
}

.tooltip-denary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip-denary.bs-tooltip-right .arrow:before {
    border-right-color: #df7c00
}

.tooltip-denary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip-denary.bs-tooltip-top .arrow:before {
    border-top-color: #df7c00
}

.tooltip-denary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip-denary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #df7c00
}

.tooltip-denary>.tooltip-inner {
    color: rgba(255, 255, 255, .75)!important;
    text-align: center;
    background-color: #df7c00!important
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.popover-primary {
    background-color: #448aff;
    border-color: #116aff!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-primary>.popover-header {
    background-color: #448aff;
    border-color: #116aff!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-primary>.popover-body {
    color: rgba(255, 255, 255, .75)!important
}

.popover-primary.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-primary.bs-popover-left .arrow:after {
    border-left-color: #448aff
}

.popover-primary.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-primary.bs-popover-right .arrow:after {
    border-right-color: #448aff
}

.popover-primary.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-primary.bs-popover-top .arrow:after {
    border-top-color: #448aff
}

.popover-primary.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-primary.bs-popover-bottom .arrow:after {
    border-bottom-color: #448aff
}

.popover-secondary {
    background-color: #ccc;
    border-color: #b3b3b3!important;
    color: rgba(0, 0, 0, .7)!important
}

.popover-secondary>.popover-header {
    background-color: #ccc;
    border-color: #b3b3b3!important;
    color: rgba(0, 0, 0, .7)!important
}

.popover-secondary>.popover-body {
    color: rgba(0, 0, 0, .7)!important
}

.popover-secondary.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-secondary.bs-popover-left .arrow:after {
    border-left-color: #ccc
}

.popover-secondary.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-secondary.bs-popover-right .arrow:after {
    border-right-color: #ccc
}

.popover-secondary.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-secondary.bs-popover-top .arrow:after {
    border-top-color: #ccc
}

.popover-secondary.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-secondary.bs-popover-bottom .arrow:after {
    border-bottom-color: #ccc
}

.popover-success {
    background-color: #0f9d58;
    border-color: #0b6e3e!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-success>.popover-header {
    background-color: #0f9d58;
    border-color: #0b6e3e!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-success>.popover-body {
    color: rgba(255, 255, 255, .75)!important
}

.popover-success.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-success.bs-popover-left .arrow:after {
    border-left-color: #0f9d58
}

.popover-success.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-success.bs-popover-right .arrow:after {
    border-right-color: #0f9d58
}

.popover-success.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-success.bs-popover-top .arrow:after {
    border-top-color: #0f9d58
}

.popover-success.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-success.bs-popover-bottom .arrow:after {
    border-bottom-color: #0f9d58
}

.popover-info {
    background-color: #40c4ff;
    border-color: #0db4ff!important;
    color: rgba(0, 0, 0, .7)!important
}

.popover-info>.popover-header {
    background-color: #40c4ff;
    border-color: #0db4ff!important;
    color: rgba(0, 0, 0, .7)!important
}

.popover-info>.popover-body {
    color: rgba(0, 0, 0, .7)!important
}

.popover-info.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-info.bs-popover-left .arrow:after {
    border-left-color: #40c4ff
}

.popover-info.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-info.bs-popover-right .arrow:after {
    border-right-color: #40c4ff
}

.popover-info.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-info.bs-popover-top .arrow:after {
    border-top-color: #40c4ff
}

.popover-info.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-info.bs-popover-bottom .arrow:after {
    border-bottom-color: #40c4ff
}

.popover-warning {
    background-color: #ff9100;
    border-color: #cc7400!important;
    color: rgba(0, 0, 0, .7)!important
}

.popover-warning>.popover-header {
    background-color: #ff9100;
    border-color: #cc7400!important;
    color: rgba(0, 0, 0, .7)!important
}

.popover-warning>.popover-body {
    color: rgba(0, 0, 0, .7)!important
}

.popover-warning.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-warning.bs-popover-left .arrow:after {
    border-left-color: #ff9100
}

.popover-warning.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-warning.bs-popover-right .arrow:after {
    border-right-color: #ff9100
}

.popover-warning.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-warning.bs-popover-top .arrow:after {
    border-top-color: #ff9100
}

.popover-warning.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-warning.bs-popover-bottom .arrow:after {
    border-bottom-color: #ff9100
}

.popover-danger {
    background-color: #ff5252;
    border-color: #ff1f1f!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-danger>.popover-header {
    background-color: #ff5252;
    border-color: #ff1f1f!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-danger>.popover-body {
    color: rgba(255, 255, 255, .75)!important
}

.popover-danger.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-danger.bs-popover-left .arrow:after {
    border-left-color: #ff5252
}

.popover-danger.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-danger.bs-popover-right .arrow:after {
    border-right-color: #ff5252
}

.popover-danger.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-danger.bs-popover-top .arrow:after {
    border-top-color: #ff5252
}

.popover-danger.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-danger.bs-popover-bottom .arrow:after {
    border-bottom-color: #ff5252
}

.popover-light {
    background-color: #f4f6f8;
    border-color: #d5dde4!important;
    color: rgba(0, 0, 0, .7)!important
}

.popover-light>.popover-header {
    background-color: #f4f6f8;
    border-color: #d5dde4!important;
    color: rgba(0, 0, 0, .7)!important
}

.popover-light>.popover-body {
    color: rgba(0, 0, 0, .7)!important
}

.popover-light.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-light.bs-popover-left .arrow:after {
    border-left-color: #f4f6f8
}

.popover-light.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-light.bs-popover-right .arrow:after {
    border-right-color: #f4f6f8
}

.popover-light.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-light.bs-popover-top .arrow:after {
    border-top-color: #f4f6f8
}

.popover-light.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-light.bs-popover-bottom .arrow:after {
    border-bottom-color: #f4f6f8
}

.popover-dark {
    background-color: #222c32;
    border-color: #0d1114!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-dark>.popover-header {
    background-color: #222c32;
    border-color: #0d1114!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-dark>.popover-body {
    color: rgba(255, 255, 255, .75)!important
}

.popover-dark.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-dark.bs-popover-left .arrow:after {
    border-left-color: #222c32
}

.popover-dark.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-dark.bs-popover-right .arrow:after {
    border-right-color: #222c32
}

.popover-dark.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-dark.bs-popover-top .arrow:after {
    border-top-color: #222c32
}

.popover-dark.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-dark.bs-popover-bottom .arrow:after {
    border-bottom-color: #222c32
}

.popover-tertiary {
    background-color: #ff0;
    border-color: #cc0!important;
    color: rgba(0, 0, 0, .7)!important
}

.popover-tertiary>.popover-header {
    background-color: #ff0;
    border-color: #cc0!important;
    color: rgba(0, 0, 0, .7)!important
}

.popover-tertiary>.popover-body {
    color: rgba(0, 0, 0, .7)!important
}

.popover-tertiary.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-tertiary.bs-popover-left .arrow:after {
    border-left-color: #ff0
}

.popover-tertiary.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-tertiary.bs-popover-right .arrow:after {
    border-right-color: #ff0
}

.popover-tertiary.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-tertiary.bs-popover-top .arrow:after {
    border-top-color: #ff0
}

.popover-tertiary.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-tertiary.bs-popover-bottom .arrow:after {
    border-bottom-color: #ff0
}

.popover-quaternary {
    background-color: #ff4081;
    border-color: #ff0d5f!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-quaternary>.popover-header {
    background-color: #ff4081;
    border-color: #ff0d5f!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-quaternary>.popover-body {
    color: rgba(255, 255, 255, .75)!important
}

.popover-quaternary.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-quaternary.bs-popover-left .arrow:after {
    border-left-color: #ff4081
}

.popover-quaternary.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-quaternary.bs-popover-right .arrow:after {
    border-right-color: #ff4081
}

.popover-quaternary.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-quaternary.bs-popover-top .arrow:after {
    border-top-color: #ff4081
}

.popover-quaternary.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-quaternary.bs-popover-bottom .arrow:after {
    border-bottom-color: #ff4081
}

.popover-quinary {
    background-color: #e040fb;
    border-color: #d80efa!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-quinary>.popover-header {
    background-color: #e040fb;
    border-color: #d80efa!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-quinary>.popover-body {
    color: rgba(255, 255, 255, .75)!important
}

.popover-quinary.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-quinary.bs-popover-left .arrow:after {
    border-left-color: #e040fb
}

.popover-quinary.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-quinary.bs-popover-right .arrow:after {
    border-right-color: #e040fb
}

.popover-quinary.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-quinary.bs-popover-top .arrow:after {
    border-top-color: #e040fb
}

.popover-quinary.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-quinary.bs-popover-bottom .arrow:after {
    border-bottom-color: #e040fb
}

.popover-senary {
    background-color: #8d6e63;
    border-color: #6f574e!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-senary>.popover-header {
    background-color: #8d6e63;
    border-color: #6f574e!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-senary>.popover-body {
    color: rgba(255, 255, 255, .75)!important
}

.popover-senary.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-senary.bs-popover-left .arrow:after {
    border-left-color: #8d6e63
}

.popover-senary.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-senary.bs-popover-right .arrow:after {
    border-right-color: #8d6e63
}

.popover-senary.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-senary.bs-popover-top .arrow:after {
    border-top-color: #8d6e63
}

.popover-senary.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-senary.bs-popover-bottom .arrow:after {
    border-bottom-color: #8d6e63
}

.popover-septenary {
    background-color: #45b197;
    border-color: #378c78!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-septenary>.popover-header {
    background-color: #45b197;
    border-color: #378c78!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-septenary>.popover-body {
    color: rgba(255, 255, 255, .75)!important
}

.popover-septenary.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-septenary.bs-popover-left .arrow:after {
    border-left-color: #45b197
}

.popover-septenary.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-septenary.bs-popover-right .arrow:after {
    border-right-color: #45b197
}

.popover-septenary.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-septenary.bs-popover-top .arrow:after {
    border-top-color: #45b197
}

.popover-septenary.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-septenary.bs-popover-bottom .arrow:after {
    border-bottom-color: #45b197
}

.popover-octonary {
    background-color: #536dfe;
    border-color: #2042fe!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-octonary>.popover-header {
    background-color: #536dfe;
    border-color: #2042fe!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-octonary>.popover-body {
    color: rgba(255, 255, 255, .75)!important
}

.popover-octonary.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-octonary.bs-popover-left .arrow:after {
    border-left-color: #536dfe
}

.popover-octonary.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-octonary.bs-popover-right .arrow:after {
    border-right-color: #536dfe
}

.popover-octonary.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-octonary.bs-popover-top .arrow:after {
    border-top-color: #536dfe
}

.popover-octonary.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-octonary.bs-popover-bottom .arrow:after {
    border-bottom-color: #536dfe
}

.popover-nonary {
    background-color: #6444ff;
    border-color: #3a11ff!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-nonary>.popover-header {
    background-color: #6444ff;
    border-color: #3a11ff!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-nonary>.popover-body {
    color: rgba(255, 255, 255, .75)!important
}

.popover-nonary.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-nonary.bs-popover-left .arrow:after {
    border-left-color: #6444ff
}

.popover-nonary.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-nonary.bs-popover-right .arrow:after {
    border-right-color: #6444ff
}

.popover-nonary.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-nonary.bs-popover-top .arrow:after {
    border-top-color: #6444ff
}

.popover-nonary.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-nonary.bs-popover-bottom .arrow:after {
    border-bottom-color: #6444ff
}

.popover-denary {
    background-color: #df7c00;
    border-color: #ac6000!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-denary>.popover-header {
    background-color: #df7c00;
    border-color: #ac6000!important;
    color: rgba(255, 255, 255, .75)!important
}

.popover-denary>.popover-body {
    color: rgba(255, 255, 255, .75)!important
}

.popover-denary.bs-popover-auto[x-placement^=left] .arrow:after,
.popover-denary.bs-popover-left .arrow:after {
    border-left-color: #df7c00
}

.popover-denary.bs-popover-auto[x-placement^=right] .arrow:after,
.popover-denary.bs-popover-right .arrow:after {
    border-right-color: #df7c00
}

.popover-denary.bs-popover-auto[x-placement^=top] .arrow:after,
.popover-denary.bs-popover-top .arrow:after {
    border-top-color: #df7c00
}

.popover-denary.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover-denary.bs-popover-bottom .arrow:after {
    border-bottom-color: #df7c00
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #0f9d58
}

.toast-error {
    background-color: #ff5252
}

.toast-info {
    background-color: #40c4ff
}

.toast-warning {
    background-color: #ff9100
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(.95)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }
    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }
    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }
    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }
    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }
    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }
    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }
    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast {
    flex-direction: column;
    align-items: stretch
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    justify-content: flex-end;
    height: 2.2em
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-loading {
    justify-content: center
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-validationerror {
    font-size: 1em
}

body.swal2-toast-shown>.swal2-container {
    position: fixed;
    background-color: transparent
}

body.swal2-toast-shown>.swal2-container.swal2-shown {
    background-color: transparent
}

body.swal2-toast-shown>.swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown>.swal2-container.swal2-top-end,
body.swal2-toast-shown>.swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

body.swal2-toast-shown>.swal2-container.swal2-top-left,
body.swal2-toast-shown>.swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

body.swal2-toast-shown>.swal2-container.swal2-center-left,
body.swal2-toast-shown>.swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%)
}

body.swal2-toast-shown>.swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.swal2-toast-shown>.swal2-container.swal2-center-end,
body.swal2-toast-shown>.swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%)
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-left,
body.swal2-toast-shown>.swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0
}

body.swal2-toast-shown>.swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-end,
body.swal2-toast-shown>.swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    box-shadow: 0 0 .625em #d9d9d9;
    overflow-y: hidden
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row
}

.swal2-popup.swal2-toast .swal2-title {
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-close {
    position: initial
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0
}

.swal2-popup.swal2-toast .swal2-icon-text {
    font-size: 2em;
    font-weight: 700;
    line-height: 1em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
    height: auto;
    margin: 0 .3125em
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 .0625em #fff, 0 0 0 .125em rgba(50, 100, 150, .4)
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #0f9d58
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 2em;
    height: 2.8125em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.25em;
    left: -.9375em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em;
    left: .9375em;
    transform-origin: 0 2em;
    border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}

.swal2-popup.swal2-toast.swal2-show {
    animation: showSweetToast .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: hideSweetToast .2s forwards
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    animation: animate-toast-success-tip .75s
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    animation: animate-toast-success-long .75s
}

@keyframes showSweetToast {
    0% {
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0
    }
    33% {
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }
    66% {
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7
    }
    100% {
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@keyframes hideSweetToast {
    0% {
        opacity: 1
    }
    33% {
        opacity: .5
    }
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }
    54% {
        top: .125em;
        left: .125em;
        width: 0
    }
    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }
    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }
    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }
    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }
    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }
    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: auto;
    overflow-y: hidden
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: transparent
}

body.swal2-no-backdrop .swal2-shown>.swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-top-left,
body.swal2-no-backdrop .swal2-shown.swal2-top-start {
    top: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-center-left,
body.swal2-no-backdrop .swal2-shown.swal2-center-start {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
    bottom: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0
}

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-top {
    align-items: flex-start
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
    align-items: flex-start;
    justify-content: flex-start
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.swal2-container.swal2-center {
    align-items: center
}

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
    align-items: center;
    justify-content: flex-start
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end
}

.swal2-container.swal2-bottom {
    align-items: flex-end
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
    align-items: flex-end;
    justify-content: flex-start
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
    display: flex!important;
    flex: 1;
    align-self: stretch;
    justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
    display: flex!important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
    align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
    align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
    align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
    display: flex!important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal {
    margin: auto
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .swal2-container .swal2-modal {
        margin: 0!important
    }
}

.swal2-container.swal2-fade {
    transition: background-color .1s
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, .4)
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border-radius: .5em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 300;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.swal2-popup:focus {
    outline: 0
}

.swal2-popup.swal2-loading {
    overflow-y: hidden
}

.swal2-popup .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center
}

.swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.swal2-popup .swal2-actions {
    align-items: center;
    justify-content: center;
    margin: 1.25em auto 0
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent!important;
    color: transparent;
    cursor: default;
    box-sizing: border-box;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    user-select: none
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px
}

.swal2-popup .swal2-actions.swal2-loading:not(.swal2-styled).swal2-confirm::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff;
    content: '';
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal
}

.swal2-popup .swal2-styled {
    margin: 0 .3125em;
    padding: .625em 2em;
    font-weight: 500;
    box-shadow: none
}

.swal2-popup .swal2-styled:not([disabled]) {
    cursor: pointer
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 5rem;
    background: initial;
    background-color: #448aff;
    color: #fff;
    font-size: 1.0625em
}

.swal2-popup .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 5rem;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em
}

.swal2-popup .swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, .4)
}

.swal2-popup .swal2-styled::-moz-focus-inner {
    border: 0
}

.swal2-popup .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding-top: 1em;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em
}

.swal2-popup .swal2-image {
    max-width: 100%;
    margin: 1.25em auto
}

.swal2-popup .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    min-width: 1.2em;
    height: 1.2em;
    margin: 0;
    padding: 0;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: calc(2.5em - .25em);
    line-height: 1.2em;
    cursor: pointer
}

.swal2-popup .swal2-close:hover {
    transform: none;
    color: #ff5252
}

.swal2-popup>.swal2-checkbox,
.swal2-popup>.swal2-file,
.swal2-popup>.swal2-input,
.swal2-popup>.swal2-radio,
.swal2-popup>.swal2-select,
.swal2-popup>.swal2-textarea {
    display: none
}

.swal2-popup .swal2-content {
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    word-wrap: break-word
}

.swal2-popup #swal2-content {
    text-align: center
}

.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-select,
.swal2-popup .swal2-textarea {
    margin: 1em auto
}

.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-textarea {
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    font-size: 1.125em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    box-sizing: border-box
}

.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
    border-color: #ff5252!important;
    box-shadow: 0 0 2px #ff5252!important
}

.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5
}

.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-textarea::placeholder {
    color: #ccc
}

.swal2-popup .swal2-range input {
    width: 80%
}

.swal2-popup .swal2-range output {
    width: 20%;
    font-weight: 600;
    text-align: center
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
    height: 2.625em;
    margin: 1em auto;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}

.swal2-popup .swal2-input {
    height: 2.625em;
    padding: .75em
}

.swal2-popup .swal2-input[type=number] {
    max-width: 10em
}

.swal2-popup .swal2-file {
    font-size: 1.125em
}

.swal2-popup .swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-popup .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    color: #545454;
    font-size: 1.125em
}

.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-radio {
    align-items: center;
    justify-content: center
}

.swal2-popup .swal2-checkbox label,
.swal2-popup .swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em
}

.swal2-popup .swal2-checkbox input,
.swal2-popup .swal2-radio input {
    margin: 0 .4em
}

.swal2-popup .swal2-validationerror {
    display: none;
    align-items: center;
    justify-content: center;
    padding: .625em;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300;
    overflow: hidden
}

.swal2-popup .swal2-validationerror::before {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #ff5252;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    content: '!';
    zoom: normal
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100%!important
    }
    .swal2-range output {
        display: none
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .swal2-range input {
        width: 100%!important
    }
    .swal2-range output {
        display: none
    }
}

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    user-select: none;
    zoom: normal
}

.swal2-icon-text {
    font-size: 3.75em
}

.swal2-icon.swal2-error {
    border-color: #ff5252
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #ff5252
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-warning {
    border-color: #ffa024;
    color: #ff9100
}

.swal2-icon.swal2-info {
    border-color: #aacaff;
    color: #448aff
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-success {
    border-color: #0f9d58
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    top: -.25em;
    left: -.25em;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(15, 157, 88, .3);
    border-radius: 50%;
    z-index: 2;
    box-sizing: content-box
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    transform: rotate(-45deg);
    z-index: 1
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    height: .3125em;
    border-radius: .125em;
    background-color: #0f9d58;
    z-index: 2
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .875em;
    width: 1.5625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    transform: rotate(-45deg)
}

.swal2-progresssteps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    font-weight: 600
}

.swal2-progresssteps li {
    display: inline-block;
    position: relative
}

.swal2-progresssteps .swal2-progresscircle {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center;
    z-index: 20
}

.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0
}

.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
    background: #add8e6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
    background: #add8e6
}

.swal2-progresssteps .swal2-progressline {
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6;
    z-index: 10
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    animation: swal2-show .3s
}

.swal2-show.swal2-noanimation {
    animation: none
}

.swal2-hide {
    animation: swal2-hide .15s forwards
}

.swal2-hide.swal2-noanimation {
    animation: none
}

[dir=rtl] .swal2-close {
    right: auto;
    left: 0
}

.swal2-animate-success-icon .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip .75s
}

.swal2-animate-success-icon .swal2-success-line-long {
    animation: swal2-animate-success-line-long .75s
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-animate-error-icon {
    animation: swal2-animate-error-icon .5s
}

.swal2-animate-error-icon .swal2-x-mark {
    animation: swal2-animate-error-x-mark .5s
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.btn-breadcrumb-primary {
    background-color: #448aff
}

.btn-breadcrumb-secondary {
    background-color: #ccc
}

.btn-breadcrumb-success {
    background-color: #0f9d58
}

.btn-breadcrumb-info {
    background-color: #40c4ff
}

.btn-breadcrumb-warning {
    background-color: #ff9100
}

.btn-breadcrumb-danger {
    background-color: #ff5252
}

.btn-breadcrumb-light {
    background-color: #f4f6f8
}

.btn-breadcrumb-dark {
    background-color: #222c32
}

.btn-breadcrumb-tertiary {
    background-color: #ff0
}

.btn-breadcrumb-quaternary {
    background-color: #ff4081
}

.btn-breadcrumb-quinary {
    background-color: #e040fb
}

.btn-breadcrumb-senary {
    background-color: #8d6e63
}

.btn-breadcrumb-septenary {
    background-color: #45b197
}

.btn-breadcrumb-octonary {
    background-color: #536dfe
}

.btn-breadcrumb-nonary {
    background-color: #6444ff
}

.btn-breadcrumb-denary {
    background-color: #df7c00
}

.breadcrumb-transparent {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent!important;
    border-radius: 0
}

.breadcrumb-transparent::after {
    display: block;
    clear: both;
    content: ""
}

.breadcrumb-container {
    padding: 0 3rem;
padding-top: 9px;
    height: 55px
}
.no-bg {background-color: transparent !important;}


/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 1rem
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-active,
.fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

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

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

a[data-goto] {
    cursor: pointer
}

a[data-goto]:hover {
    text-decoration: underline
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative;
    font-size: 1em
}

@media (max-width:767.98px) {
    .fc-row {
        font-size: .75em
    }
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.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;
    font-size: .85em;
    line-height: 1.8;
    border-radius: 3px;
    border: 1px solid #2042fe;
    color: #fff!important
}

@media (max-width:767.98px) {
    .fc-event {
        font-size: .85em
    }
}

.fc-event,
.fc-event-dot {
    background-color: #536dfe
}

.fc-event,
.fc-event:hover {
    color: #fff;
    text-decoration: none
}

.fc-event.fc-draggable,
.fc-event[href] {
    cursor: pointer
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4
}

.fc-event .fc-resizer {
    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: 9999;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px
}

.fc-event.fc-selected {
    z-index: 9999!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.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 .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666
}

.fc-unthemed td.fc-today {
    background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3
}

.fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fc-icon:after {
    position: relative
}

.fc-icon-left-single-arrow:after {
    content: "\2039";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-right-single-arrow:after {
    content: "\203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "\AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\D7";
    font-size: 200%;
    top: 6%
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5
}

.ui-widget .fc-disabled-day {
    background-image: none
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.ui-widget .fc-event {
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0
}

.fc.fc-bootstrap3 a {
    text-decoration: none
}

.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap3 hr.fc-divider {
    border-color: inherit
}

.fc-bootstrap3 .fc-today.alert {
    border-radius: 0
}

.fc-bootstrap3 .fc-popover .panel-body {
    padding: 0
}

.fc-bootstrap3 .fc-time-grid .fc-slats table {
    background: 0 0
}

.fc.fc-bootstrap4 a {
    text-decoration: none
}

.fc.fc-bootstrap4 a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap4 hr.fc-divider {
    border-color: inherit
}

.fc-bootstrap4 .fc-today.alert {
    border-radius: 0
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #fff
}

.fc-bootstrap4 .fc-popover.card {
    position: absolute
}

.fc-bootstrap4 .fc-popover .card-body {
    padding: 0
}

.fc-bootstrap4 .fc-time-grid .fc-slats table {
    background: 0 0
}

.fc-toolbar {
    text-align: center
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

@media (max-width:767.98px) {
    .fc-toolbar .fc-center,
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: none;
        display: flex;
        width: 100%
    }
    .fc-toolbar .fc-center>*,
    .fc-toolbar .fc-left>*,
    .fc-toolbar .fc-right>* {
        display: block;
        width: 100%;
        margin-left: 50% auto;
        margin-right: 50% auto
    }
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0;
    font-size: 16px;
    color: #222c32
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *,
.fc-view-container:after,
.fc-view-container:before {
    -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-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-day-top.fc-other-month {
    opacity: .3
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
    padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: grey
}

.fc-basic-view td.fc-week-number {
    text-align: center
}

.fc-basic-view td.fc-week-number>* {
    display: inline-block;
    min-width: 1.25em
}

.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-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.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;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0
}

.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 {
    height: 1.5em;
    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-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none
}

.fc-time-grid-event .fc-content {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\A0-\A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.fc-rtl .fc-list-view {
    direction: rtl
}

.fc-list-view {
    border-width: 1px;
    border-style: solid
}

.fc .fc-list-table {
    table-layout: auto
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px
}

.fc-list-table tr:first-child td {
    border-top-width: 0
}

.fc-list-heading {
    border-bottom-width: 1px
}

.fc-list-heading td {
    font-weight: 700
}

.fc-ltr .fc-list-heading-main {
    float: left
}

.fc-ltr .fc-list-heading-alt {
    float: right
}

.fc-rtl .fc-list-heading-main {
    float: right
}

.fc-rtl .fc-list-heading-alt {
    float: left
}

.fc-list-item.fc-has-url {
    cursor: pointer
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit
}

.fc-list-item-title a[href]:hover {
    text-decoration: underline
}

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fc-unthemed .fc-list-empty {
    background-color: #eee
}

.thead-primary th {
    color: rgba(255, 255, 255, .75)!important;
    background: #448aff repeat-x!important
}

.thead-secondary th {
    color: rgba(0, 0, 0, .7)!important;
    background: #ccc repeat-x!important
}

.thead-success th {
    color: rgba(255, 255, 255, .75)!important;
    background: #0f9d58 repeat-x!important
}

.thead-info th {
    color: rgba(0, 0, 0, .7)!important;
    background: #40c4ff repeat-x!important
}

.thead-warning th {
    color: rgba(0, 0, 0, .7)!important;
    background: #ff9100 repeat-x!important
}

.thead-danger th {
    color: rgba(255, 255, 255, .75)!important;
    background: #ff5252 repeat-x!important
}

.thead-light th {
    color: rgba(0, 0, 0, .7)!important;
    background: #f4f6f8 repeat-x!important
}

.thead-dark th {
    color: rgba(255, 255, 255, .75)!important;
    background: #222c32 repeat-x!important
}

.thead-tertiary th {
    color: rgba(0, 0, 0, .7)!important;
    background: #ff0 repeat-x!important
}

.thead-quaternary th {
    color: rgba(255, 255, 255, .75)!important;
    background: #ff4081 repeat-x!important
}

.thead-quinary th {
    color: rgba(255, 255, 255, .75)!important;
    background: #e040fb repeat-x!important
}

.thead-senary th {
    color: rgba(255, 255, 255, .75)!important;
    background: #8d6e63 repeat-x!important
}

.thead-septenary th {
    color: rgba(255, 255, 255, .75)!important;
    background: #45b197 repeat-x!important
}

.thead-octonary th {
    color: rgba(255, 255, 255, .75)!important;
    background: #536dfe repeat-x!important
}

.thead-nonary th {
    color: rgba(255, 255, 255, .75)!important;
    background: #6444ff repeat-x!important
}

.thead-denary th {
    color: rgba(255, 255, 255, .75)!important;
    background: #df7c00 repeat-x!important
}

tbody tr.selected {
    background-color: rgba(83, 109, 254, .2)
}

.page-item.active .page-link {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    background-color: #536dfe
}

.progress.progress-sm {
    border-radius: 0;
    margin-bottom: 18px;
    height: 6px!important
}

.progress.progress-sm .progress-bar {
    height: 6px!important
}

.progress .progress-bar {
    border-radius: 6px
}

.custom-form-control {
    border: 0;
    border-bottom: 1px solid #e9ecef;
    border-radius: 0
}

.form-control {
    border-radius: 0
}

.custom-select {
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #333 !important;
}

.form-check-label {
    padding: .4375rem 0 0 .4375rem
}

.custom-file-label {
    border-radius: 0
}

.custom-file-label::after {
    border-left: 0;
    -webkit-border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: .25rem;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #536dfe;
    color: #fff
}

.nav-pills-primary .nav-link {
    margin-right: .25rem
}

.nav-pills-primary .nav-link:focus,
.nav-pills-primary .nav-link:hover {
    border-radius: 10rem;
    background-color: #448aff;
    color: rgba(255, 255, 255, .75)!important;
    cursor: pointer
}

.nav-pills-primary .nav-link:focus .ion,
.nav-pills-primary .nav-link:hover .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-primary .nav-item.show .nav-link,
.nav-pills-primary .nav-link.active {
    color: rgba(255, 255, 255, .75)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #448aff
}

.nav-pills-primary .nav-item.show .nav-link .ion,
.nav-pills-primary .nav-link.active .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-secondary .nav-link {
    margin-right: .25rem
}

.nav-pills-secondary .nav-link:focus,
.nav-pills-secondary .nav-link:hover {
    border-radius: 10rem;
    background-color: #ccc;
    color: rgba(0, 0, 0, .7)!important;
    cursor: pointer
}

.nav-pills-secondary .nav-link:focus .ion,
.nav-pills-secondary .nav-link:hover .ion {
    color: rgba(0, 0, 0, .7)!important
}

.nav-pills-secondary .nav-item.show .nav-link,
.nav-pills-secondary .nav-link.active {
    color: rgba(0, 0, 0, .7)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #ccc
}

.nav-pills-secondary .nav-item.show .nav-link .ion,
.nav-pills-secondary .nav-link.active .ion {
    color: rgba(0, 0, 0, .7)!important
}

.nav-pills-success .nav-link {
    margin-right: .25rem
}

.nav-pills-success .nav-link:focus,
.nav-pills-success .nav-link:hover {
    border-radius: 10rem;
    background-color: #0f9d58;
    color: rgba(255, 255, 255, .75)!important;
    cursor: pointer
}

.nav-pills-success .nav-link:focus .ion,
.nav-pills-success .nav-link:hover .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-success .nav-item.show .nav-link,
.nav-pills-success .nav-link.active {
    color: rgba(255, 255, 255, .75)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #0f9d58
}

.nav-pills-success .nav-item.show .nav-link .ion,
.nav-pills-success .nav-link.active .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-info .nav-link {
    margin-right: .25rem
}

.nav-pills-info .nav-link:focus,
.nav-pills-info .nav-link:hover {
    border-radius: 10rem;
    background-color: #40c4ff;
    color: rgba(0, 0, 0, .7)!important;
    cursor: pointer
}

.nav-pills-info .nav-link:focus .ion,
.nav-pills-info .nav-link:hover .ion {
    color: rgba(0, 0, 0, .7)!important
}

.nav-pills-info .nav-item.show .nav-link,
.nav-pills-info .nav-link.active {
    color: rgba(0, 0, 0, .7)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #40c4ff
}

.nav-pills-info .nav-item.show .nav-link .ion,
.nav-pills-info .nav-link.active .ion {
    color: rgba(0, 0, 0, .7)!important
}

.nav-pills-warning .nav-link {
    margin-right: .25rem
}

.nav-pills-warning .nav-link:focus,
.nav-pills-warning .nav-link:hover {
    border-radius: 10rem;
    background-color: #ff9100;
    color: rgba(0, 0, 0, .7)!important;
    cursor: pointer
}

.nav-pills-warning .nav-link:focus .ion,
.nav-pills-warning .nav-link:hover .ion {
    color: rgba(0, 0, 0, .7)!important
}

.nav-pills-warning .nav-item.show .nav-link,
.nav-pills-warning .nav-link.active {
    color: rgba(0, 0, 0, .7)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #ff9100
}

.nav-pills-warning .nav-item.show .nav-link .ion,
.nav-pills-warning .nav-link.active .ion {
    color: rgba(0, 0, 0, .7)!important
}

.nav-pills-danger .nav-link {
    margin-right: .25rem
}

.nav-pills-danger .nav-link:focus,
.nav-pills-danger .nav-link:hover {
    border-radius: 10rem;
    background-color: #ff5252;
    color: rgba(255, 255, 255, .75)!important;
    cursor: pointer
}

.nav-pills-danger .nav-link:focus .ion,
.nav-pills-danger .nav-link:hover .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-danger .nav-item.show .nav-link,
.nav-pills-danger .nav-link.active {
    color: rgba(255, 255, 255, .75)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #ff5252
}

.nav-pills-danger .nav-item.show .nav-link .ion,
.nav-pills-danger .nav-link.active .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-light .nav-link {
    margin-right: .25rem
}

.nav-pills-light .nav-link:focus,
.nav-pills-light .nav-link:hover {
    border-radius: 10rem;
    background-color: #f4f6f8;
    color: rgba(0, 0, 0, .7)!important;
    cursor: pointer
}

.nav-pills-light .nav-link:focus .ion,
.nav-pills-light .nav-link:hover .ion {
    color: rgba(0, 0, 0, .7)!important
}

.nav-pills-light .nav-item.show .nav-link,
.nav-pills-light .nav-link.active {
    color: rgba(0, 0, 0, .7)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #f4f6f8
}

.nav-pills-light .nav-item.show .nav-link .ion,
.nav-pills-light .nav-link.active .ion {
    color: rgba(0, 0, 0, .7)!important
}

.nav-pills-dark .nav-link {
    margin-right: .25rem
}

.nav-pills-dark .nav-link:focus,
.nav-pills-dark .nav-link:hover {
    border-radius: 10rem;
    background-color: #222c32;
    color: rgba(255, 255, 255, .75)!important;
    cursor: pointer
}

.nav-pills-dark .nav-link:focus .ion,
.nav-pills-dark .nav-link:hover .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-dark .nav-item.show .nav-link,
.nav-pills-dark .nav-link.active {
    color: rgba(255, 255, 255, .75)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #222c32
}

.nav-pills-dark .nav-item.show .nav-link .ion,
.nav-pills-dark .nav-link.active .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-tertiary .nav-link {
    margin-right: .25rem
}

.nav-pills-tertiary .nav-link:focus,
.nav-pills-tertiary .nav-link:hover {
    border-radius: 10rem;
    background-color: #ff0;
    color: rgba(0, 0, 0, .7)!important;
    cursor: pointer
}

.nav-pills-tertiary .nav-link:focus .ion,
.nav-pills-tertiary .nav-link:hover .ion {
    color: rgba(0, 0, 0, .7)!important
}

.nav-pills-tertiary .nav-item.show .nav-link,
.nav-pills-tertiary .nav-link.active {
    color: rgba(0, 0, 0, .7)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #ff0
}

.nav-pills-tertiary .nav-item.show .nav-link .ion,
.nav-pills-tertiary .nav-link.active .ion {
    color: rgba(0, 0, 0, .7)!important
}

.nav-pills-quaternary .nav-link {
    margin-right: .25rem
}

.nav-pills-quaternary .nav-link:focus,
.nav-pills-quaternary .nav-link:hover {
    border-radius: 10rem;
    background-color: #ff4081;
    color: rgba(255, 255, 255, .75)!important;
    cursor: pointer
}

.nav-pills-quaternary .nav-link:focus .ion,
.nav-pills-quaternary .nav-link:hover .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-quaternary .nav-item.show .nav-link,
.nav-pills-quaternary .nav-link.active {
    color: rgba(255, 255, 255, .75)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #ff4081
}

.nav-pills-quaternary .nav-item.show .nav-link .ion,
.nav-pills-quaternary .nav-link.active .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-quinary .nav-link {
    margin-right: .25rem
}

.nav-pills-quinary .nav-link:focus,
.nav-pills-quinary .nav-link:hover {
    border-radius: 10rem;
    background-color: #e040fb;
    color: rgba(255, 255, 255, .75)!important;
    cursor: pointer
}

.nav-pills-quinary .nav-link:focus .ion,
.nav-pills-quinary .nav-link:hover .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-quinary .nav-item.show .nav-link,
.nav-pills-quinary .nav-link.active {
    color: rgba(255, 255, 255, .75)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #e040fb
}

.nav-pills-quinary .nav-item.show .nav-link .ion,
.nav-pills-quinary .nav-link.active .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-senary .nav-link {
    margin-right: .25rem
}

.nav-pills-senary .nav-link:focus,
.nav-pills-senary .nav-link:hover {
    border-radius: 10rem;
    background-color: #8d6e63;
    color: rgba(255, 255, 255, .75)!important;
    cursor: pointer
}

.nav-pills-senary .nav-link:focus .ion,
.nav-pills-senary .nav-link:hover .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-senary .nav-item.show .nav-link,
.nav-pills-senary .nav-link.active {
    color: rgba(255, 255, 255, .75)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #8d6e63
}

.nav-pills-senary .nav-item.show .nav-link .ion,
.nav-pills-senary .nav-link.active .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-septenary .nav-link {
    margin-right: .25rem
}

.nav-pills-septenary .nav-link:focus,
.nav-pills-septenary .nav-link:hover {
    border-radius: 10rem;
    background-color: #45b197;
    color: rgba(255, 255, 255, .75)!important;
    cursor: pointer
}

.nav-pills-septenary .nav-link:focus .ion,
.nav-pills-septenary .nav-link:hover .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-septenary .nav-item.show .nav-link,
.nav-pills-septenary .nav-link.active {
    color: rgba(255, 255, 255, .75)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #45b197
}

.nav-pills-septenary .nav-item.show .nav-link .ion,
.nav-pills-septenary .nav-link.active .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-octonary .nav-link {
    margin-right: .25rem
}

.nav-pills-octonary .nav-link:focus,
.nav-pills-octonary .nav-link:hover {
    border-radius: 10rem;
    background-color: #536dfe;
    color: rgba(255, 255, 255, .75)!important;
    cursor: pointer
}

.nav-pills-octonary .nav-link:focus .ion,
.nav-pills-octonary .nav-link:hover .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-octonary .nav-item.show .nav-link,
.nav-pills-octonary .nav-link.active {
    color: rgba(255, 255, 255, .75)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #536dfe
}

.nav-pills-octonary .nav-item.show .nav-link .ion,
.nav-pills-octonary .nav-link.active .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-nonary .nav-link {
    margin-right: .25rem
}

.nav-pills-nonary .nav-link:focus,
.nav-pills-nonary .nav-link:hover {
    border-radius: 10rem;
    background-color: #6444ff;
    color: rgba(255, 255, 255, .75)!important;
    cursor: pointer
}

.nav-pills-nonary .nav-link:focus .ion,
.nav-pills-nonary .nav-link:hover .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-nonary .nav-item.show .nav-link,
.nav-pills-nonary .nav-link.active {
    color: rgba(255, 255, 255, .75)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #6444ff
}

.nav-pills-nonary .nav-item.show .nav-link .ion,
.nav-pills-nonary .nav-link.active .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-denary .nav-link {
    margin-right: .25rem
}

.nav-pills-denary .nav-link:focus,
.nav-pills-denary .nav-link:hover {
    border-radius: 10rem;
    background-color: #df7c00;
    color: rgba(255, 255, 255, .75)!important;
    cursor: pointer
}

.nav-pills-denary .nav-link:focus .ion,
.nav-pills-denary .nav-link:hover .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-pills-denary .nav-item.show .nav-link,
.nav-pills-denary .nav-link.active {
    color: rgba(255, 255, 255, .75)!important;
    cursor: default;
    border-radius: 10rem;
    background-color: #df7c00
}

.nav-pills-denary .nav-item.show .nav-link .ion,
.nav-pills-denary .nav-link.active .ion {
    color: rgba(255, 255, 255, .75)!important
}

.nav-masthead-primary .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-primary .nav-link:focus,
.nav-masthead-primary .nav-link:hover {
    border-bottom-color: #448aff;
    cursor: pointer
}

.nav-masthead-primary .nav-item.show .nav-link,
.nav-masthead-primary .nav-link.active {
    border-bottom-color: #448aff
}

.nav-masthead-secondary .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-secondary .nav-link:focus,
.nav-masthead-secondary .nav-link:hover {
    border-bottom-color: #ccc;
    cursor: pointer
}

.nav-masthead-secondary .nav-item.show .nav-link,
.nav-masthead-secondary .nav-link.active {
    border-bottom-color: #ccc
}

.nav-masthead-success .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-success .nav-link:focus,
.nav-masthead-success .nav-link:hover {
    border-bottom-color: #0f9d58;
    cursor: pointer
}

.nav-masthead-success .nav-item.show .nav-link,
.nav-masthead-success .nav-link.active {
    border-bottom-color: #0f9d58
}

.nav-masthead-info .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-info .nav-link:focus,
.nav-masthead-info .nav-link:hover {
    border-bottom-color: #40c4ff;
    cursor: pointer
}

.nav-masthead-info .nav-item.show .nav-link,
.nav-masthead-info .nav-link.active {
    border-bottom-color: #40c4ff
}

.nav-masthead-warning .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-warning .nav-link:focus,
.nav-masthead-warning .nav-link:hover {
    border-bottom-color: #ff9100;
    cursor: pointer
}

.nav-masthead-warning .nav-item.show .nav-link,
.nav-masthead-warning .nav-link.active {
    border-bottom-color: #ff9100
}

.nav-masthead-danger .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-danger .nav-link:focus,
.nav-masthead-danger .nav-link:hover {
    border-bottom-color: #ff5252;
    cursor: pointer
}

.nav-masthead-danger .nav-item.show .nav-link,
.nav-masthead-danger .nav-link.active {
    border-bottom-color: #ff5252
}

.nav-masthead-light .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-light .nav-link:focus,
.nav-masthead-light .nav-link:hover {
    border-bottom-color: #f4f6f8;
    cursor: pointer
}

.nav-masthead-light .nav-item.show .nav-link,
.nav-masthead-light .nav-link.active {
    border-bottom-color: #f4f6f8
}

.nav-masthead-dark .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-dark .nav-link:focus,
.nav-masthead-dark .nav-link:hover {
    border-bottom-color: #222c32;
    cursor: pointer
}

.nav-masthead-dark .nav-item.show .nav-link,
.nav-masthead-dark .nav-link.active {
    border-bottom-color: #222c32
}

.nav-masthead-tertiary .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-tertiary .nav-link:focus,
.nav-masthead-tertiary .nav-link:hover {
    border-bottom-color: #ff0;
    cursor: pointer
}

.nav-masthead-tertiary .nav-item.show .nav-link,
.nav-masthead-tertiary .nav-link.active {
    border-bottom-color: #ff0
}

.nav-masthead-quaternary .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-quaternary .nav-link:focus,
.nav-masthead-quaternary .nav-link:hover {
    border-bottom-color: #ff4081;
    cursor: pointer
}

.nav-masthead-quaternary .nav-item.show .nav-link,
.nav-masthead-quaternary .nav-link.active {
    border-bottom-color: #ff4081
}

.nav-masthead-quinary .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-quinary .nav-link:focus,
.nav-masthead-quinary .nav-link:hover {
    border-bottom-color: #e040fb;
    cursor: pointer
}

.nav-masthead-quinary .nav-item.show .nav-link,
.nav-masthead-quinary .nav-link.active {
    border-bottom-color: #e040fb
}

.nav-masthead-senary .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-senary .nav-link:focus,
.nav-masthead-senary .nav-link:hover {
    border-bottom-color: #8d6e63;
    cursor: pointer
}

.nav-masthead-senary .nav-item.show .nav-link,
.nav-masthead-senary .nav-link.active {
    border-bottom-color: #8d6e63
}

.nav-masthead-septenary .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-septenary .nav-link:focus,
.nav-masthead-septenary .nav-link:hover {
    border-bottom-color: #45b197;
    cursor: pointer
}

.nav-masthead-septenary .nav-item.show .nav-link,
.nav-masthead-septenary .nav-link.active {
    border-bottom-color: #45b197
}

.nav-masthead-octonary .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-octonary .nav-link:focus,
.nav-masthead-octonary .nav-link:hover {
    border-bottom-color: #536dfe;
    cursor: pointer
}

.nav-masthead-octonary .nav-item.show .nav-link,
.nav-masthead-octonary .nav-link.active {
    border-bottom-color: #536dfe
}

.nav-masthead-nonary .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-nonary .nav-link:focus,
.nav-masthead-nonary .nav-link:hover {
    border-bottom-color: #6444ff;
    cursor: pointer
}

.nav-masthead-nonary .nav-item.show .nav-link,
.nav-masthead-nonary .nav-link.active {
    border-bottom-color: #6444ff
}

.nav-masthead-denary .nav-link {
    border-bottom: .15rem solid transparent;
    margin-right: .15rem!important;
    padding: .5rem .5rem
}

.nav-masthead-denary .nav-link:focus,
.nav-masthead-denary .nav-link:hover {
    border-bottom-color: #df7c00;
    cursor: pointer
}

.nav-masthead-denary .nav-item.show .nav-link,
.nav-masthead-denary .nav-link.active {
    border-bottom-color: #df7c00
}

.x-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius:0;
    box-shadow: 0 0 1px 0 rgba(80, 90, 100, .4);
    margin-bottom: 3rem
}

.x-card .x-card-title {
    text-transform: capitalize;
    color: #151515;
    letter-spacing: .4px;
    display: inline-flex
}

.x-card.x-card-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto
}

.x-card .x-card-block[class*=border-bottom-] {
    border-bottom-width: 2px!important
}

.x-card .x-card-img-overlay.bg-overlay {
    background: rgba(0, 0, 0, .45)
}

.x-card.x-card-minimal {
    border: none;
    box-shadow: none
}

.x-card-moved .x-card,
.x-card-moved .x-card-header {
    background-color: #ff9100;
    color: #fff
}

.handle,
.titleArea {
    cursor: move
}

.x-card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.x-card-header .x-card-title {
    margin-bottom: 0
}

.x-card-header .heading-elements,
.x-card-header .heading-elements-toggle {
    background-color: inherit;
    position: absolute;
    top: 2px;
    right: 21px
}

.x-card-header .heading-elements-toggle.heading-top-elements,
.x-card-header .heading-elements.heading-top-elements {
    top: 0
}

.x-card-header .heading-elements i,
.x-card-header .heading-elements-toggle i {
    color: #ee;
    font-size: 20px;
    margin-top: 0px;
    margin-right: 4px;
}

.x-card-header .heading-elements a,
.x-card-header .heading-elements-toggle a {
    padding: 0 8px;
    cursor: pointer
}

.x-card-body {
    flex: 1 1 auto;
    padding: 1rem 1.5rem
}

.x-card-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #eee
}

.x-card-footer:last-child {
    -webkit-border-top-right-radius: 0 0 .5rem .5rem;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0 0 .5rem .5rem;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0 0 .5rem .5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.x-card-inverse .x-card-text {
    color: #fff
}

.x-card-inverse .x-card-img-overlay .text-muted {
    color: #fff!important
}

.x-card-inverse code {
    background-color: #fff
}

.x-card-inverse .heading-elements i {
    color: #fff
}

.x-card-head-inverse {
    color: #fff
}

.x-card-head-inverse .heading-elements i {
    color: #fff
}

.x-card-transparent {
    background-color: transparent
}

@media (max-width:991.98px) {
    .heading-elements-toggle {
        cursor: pointer
    }
    .x-card-body {
        padding: 1rem
    }
    .heading-elements {
        text-align: center
    }
    .heading-elements .list-inline {
        display: none
    }
    .heading-elements.visible {
        background-color: #fff;
        display: block;
        margin-top: 0;
        top: 100%;
        top: 50px;
        height: auto;
        left: 0;
        padding: 10px;
        border: 1px solid #eee;
        z-index: 997;
        position: absolute;
        width: 100%
    }
    .heading-elements.visible .list-inline {
        display: block
    }
}

@media (min-width:992px) {
    .heading-elements-toggle {
        display: none
    }
}

.x-card-header-raised {
    border-radius: .25rem;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border: 0;
    background: linear-gradient(60deg, #e9ecef, #ced4da);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(21, 21, 21, .4)
}

.x-card.chat-left-primary .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #448aff;
    width: 14px;
    height: 14px;
    border-top: 1px solid #116aff;
    border-left: 1px solid #116aff;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-primary .x-card-body {
    background-color: #448aff;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-primary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #448aff;
    border-bottom-color: #aacaff;
    color: #fff!important
}

.x-card.chat-right-primary .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #448aff;
    width: 14px;
    height: 14px;
    border-top: 1px solid #116aff;
    border-right: 1px solid #116aff;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-primary .x-card-body {
    background-color: #448aff;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-primary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #448aff;
    border-bottom-color: #aacaff;
    color: #fff!important
}

.x-card.chat-left-secondary .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #ccc;
    width: 14px;
    height: 14px;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-secondary .x-card-body {
    background-color: #ccc;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-secondary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #ccc;
    border-bottom-color: #fff;
    color: #fff!important
}

.x-card.chat-right-secondary .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #ccc;
    width: 14px;
    height: 14px;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-secondary .x-card-body {
    background-color: #ccc;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-secondary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #ccc;
    border-bottom-color: #fff;
    color: #fff!important
}

.x-card.chat-left-success .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #0f9d58;
    width: 14px;
    height: 14px;
    border-top: 1px solid #0b6e3e;
    border-left: 1px solid #0b6e3e;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-success .x-card-body {
    background-color: #0f9d58;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-success .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #0f9d58;
    border-bottom-color: #28ea8c;
    color: #fff!important
}

.x-card.chat-right-success .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #0f9d58;
    width: 14px;
    height: 14px;
    border-top: 1px solid #0b6e3e;
    border-right: 1px solid #0b6e3e;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-success .x-card-body {
    background-color: #0f9d58;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-success .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #0f9d58;
    border-bottom-color: #28ea8c;
    color: #fff!important
}

.x-card.chat-left-info .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #40c4ff;
    width: 14px;
    height: 14px;
    border-top: 1px solid #0db4ff;
    border-left: 1px solid #0db4ff;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-info .x-card-body {
    background-color: #40c4ff;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-info .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #40c4ff;
    border-bottom-color: #a6e4ff;
    color: #fff!important
}

.x-card.chat-right-info .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #40c4ff;
    width: 14px;
    height: 14px;
    border-top: 1px solid #0db4ff;
    border-right: 1px solid #0db4ff;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-info .x-card-body {
    background-color: #40c4ff;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-info .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #40c4ff;
    border-bottom-color: #a6e4ff;
    color: #fff!important
}

.x-card.chat-left-warning .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #ff9100;
    width: 14px;
    height: 14px;
    border-top: 1px solid #cc7400;
    border-left: 1px solid #cc7400;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-warning .x-card-body {
    background-color: #ff9100;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-warning .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #ff9100;
    border-bottom-color: #ffbd66;
    color: #fff!important
}

.x-card.chat-right-warning .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #ff9100;
    width: 14px;
    height: 14px;
    border-top: 1px solid #cc7400;
    border-right: 1px solid #cc7400;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-warning .x-card-body {
    background-color: #ff9100;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-warning .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #ff9100;
    border-bottom-color: #ffbd66;
    color: #fff!important
}

.x-card.chat-left-danger .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #ff5252;
    width: 14px;
    height: 14px;
    border-top: 1px solid #ff1f1f;
    border-left: 1px solid #ff1f1f;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-danger .x-card-body {
    background-color: #ff5252;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-danger .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #ff5252;
    border-bottom-color: #ffb8b8;
    color: #fff!important
}

.x-card.chat-right-danger .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #ff5252;
    width: 14px;
    height: 14px;
    border-top: 1px solid #ff1f1f;
    border-right: 1px solid #ff1f1f;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-danger .x-card-body {
    background-color: #ff5252;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-danger .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #ff5252;
    border-bottom-color: #ffb8b8;
    color: #fff!important
}

.x-card.chat-left-light .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #f4f6f8;
    width: 14px;
    height: 14px;
    border-top: 1px solid #d5dde4;
    border-left: 1px solid #d5dde4;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-light .x-card-body {
    background-color: #f4f6f8;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-light .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #f4f6f8;
    border-bottom-color: #fff;
    color: #fff!important
}

.x-card.chat-right-light .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #f4f6f8;
    width: 14px;
    height: 14px;
    border-top: 1px solid #d5dde4;
    border-right: 1px solid #d5dde4;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-light .x-card-body {
    background-color: #f4f6f8;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-light .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #f4f6f8;
    border-bottom-color: #fff;
    color: #fff!important
}

.x-card.chat-left-dark .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #222c32;
    width: 14px;
    height: 14px;
    border-top: 1px solid #0d1114;
    border-left: 1px solid #0d1114;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-dark .x-card-body {
    background-color: #222c32;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-dark .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #222c32;
    border-bottom-color: #4b616f;
    color: #fff!important
}

.x-card.chat-right-dark .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #222c32;
    width: 14px;
    height: 14px;
    border-top: 1px solid #0d1114;
    border-right: 1px solid #0d1114;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-dark .x-card-body {
    background-color: #222c32;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-dark .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #222c32;
    border-bottom-color: #4b616f;
    color: #fff!important
}

.x-card.chat-left-tertiary .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #ff0;
    width: 14px;
    height: 14px;
    border-top: 1px solid #cc0;
    border-left: 1px solid #cc0;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-tertiary .x-card-body {
    background-color: #ff0;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-tertiary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #ff0;
    border-bottom-color: #ff6;
    color: #fff!important
}

.x-card.chat-right-tertiary .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #ff0;
    width: 14px;
    height: 14px;
    border-top: 1px solid #cc0;
    border-right: 1px solid #cc0;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-tertiary .x-card-body {
    background-color: #ff0;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-tertiary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #ff0;
    border-bottom-color: #ff6;
    color: #fff!important
}

.x-card.chat-left-quaternary .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #ff4081;
    width: 14px;
    height: 14px;
    border-top: 1px solid #ff0d5f;
    border-left: 1px solid #ff0d5f;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-quaternary .x-card-body {
    background-color: #ff4081;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-quaternary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #ff4081;
    border-bottom-color: #ffa6c4;
    color: #fff!important
}

.x-card.chat-right-quaternary .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #ff4081;
    width: 14px;
    height: 14px;
    border-top: 1px solid #ff0d5f;
    border-right: 1px solid #ff0d5f;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-quaternary .x-card-body {
    background-color: #ff4081;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-quaternary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #ff4081;
    border-bottom-color: #ffa6c4;
    color: #fff!important
}

.x-card.chat-left-quinary .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #e040fb;
    width: 14px;
    height: 14px;
    border-top: 1px solid #d80efa;
    border-left: 1px solid #d80efa;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-quinary .x-card-body {
    background-color: #e040fb;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-quinary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #e040fb;
    border-bottom-color: #f0a4fd;
    color: #fff!important
}

.x-card.chat-right-quinary .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #e040fb;
    width: 14px;
    height: 14px;
    border-top: 1px solid #d80efa;
    border-right: 1px solid #d80efa;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-quinary .x-card-body {
    background-color: #e040fb;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-quinary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #e040fb;
    border-bottom-color: #f0a4fd;
    color: #fff!important
}

.x-card.chat-left-senary .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #8d6e63;
    width: 14px;
    height: 14px;
    border-top: 1px solid #6f574e;
    border-left: 1px solid #6f574e;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-senary .x-card-body {
    background-color: #8d6e63;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-senary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #8d6e63;
    border-bottom-color: #baa49c;
    color: #fff!important
}

.x-card.chat-right-senary .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #8d6e63;
    width: 14px;
    height: 14px;
    border-top: 1px solid #6f574e;
    border-right: 1px solid #6f574e;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-senary .x-card-body {
    background-color: #8d6e63;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-senary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #8d6e63;
    border-bottom-color: #baa49c;
    color: #fff!important
}

.x-card.chat-left-septenary .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #45b197;
    width: 14px;
    height: 14px;
    border-top: 1px solid #378c78;
    border-left: 1px solid #378c78;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-septenary .x-card-body {
    background-color: #45b197;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-septenary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #45b197;
    border-bottom-color: #8ad2c0;
    color: #fff!important
}

.x-card.chat-right-septenary .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #45b197;
    width: 14px;
    height: 14px;
    border-top: 1px solid #378c78;
    border-right: 1px solid #378c78;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-septenary .x-card-body {
    background-color: #45b197;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-septenary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #45b197;
    border-bottom-color: #8ad2c0;
    color: #fff!important
}

.x-card.chat-left-octonary .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #536dfe;
    width: 14px;
    height: 14px;
    border-top: 1px solid #2042fe;
    border-left: 1px solid #2042fe;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-octonary .x-card-body {
    background-color: #536dfe;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-octonary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #536dfe;
    border-bottom-color: #b8c3ff;
    color: #fff!important
}

.x-card.chat-right-octonary .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #536dfe;
    width: 14px;
    height: 14px;
    border-top: 1px solid #2042fe;
    border-right: 1px solid #2042fe;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-octonary .x-card-body {
    background-color: #536dfe;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-octonary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #536dfe;
    border-bottom-color: #b8c3ff;
    color: #fff!important
}

.x-card.chat-left-nonary .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #6444ff;
    width: 14px;
    height: 14px;
    border-top: 1px solid #3a11ff;
    border-left: 1px solid #3a11ff;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-nonary .x-card-body {
    background-color: #6444ff;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-nonary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #6444ff;
    border-bottom-color: #b9aaff;
    color: #fff!important
}

.x-card.chat-right-nonary .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #6444ff;
    width: 14px;
    height: 14px;
    border-top: 1px solid #3a11ff;
    border-right: 1px solid #3a11ff;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-nonary .x-card-body {
    background-color: #6444ff;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-nonary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #6444ff;
    border-bottom-color: #b9aaff;
    color: #fff!important
}

.x-card.chat-left-denary .x-card-body:before {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    background: #df7c00;
    width: 14px;
    height: 14px;
    border-top: 1px solid #ac6000;
    border-left: 1px solid #ac6000;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.x-card.chat-left-denary .x-card-body {
    background-color: #df7c00;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-left-denary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #df7c00;
    border-bottom-color: #ffad46;
    color: #fff!important
}

.x-card.chat-right-denary .x-card-body:before {
    position: absolute;
    top: 10px;
    right: -7px;
    display: inline-block;
    background: #df7c00;
    width: 14px;
    height: 14px;
    border-top: 1px solid #ac6000;
    border-right: 1px solid #ac6000;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.x-card.chat-right-denary .x-card-body {
    background-color: #df7c00;
    color: #fff!important;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.x-card.chat-right-denary .x-card-header {
    padding: .5rem 1.5rem;
    background-color: #df7c00;
    border-bottom-color: #ffad46;
    color: #fff!important
}

.container-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px 20px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: .5em 1.2em;
    color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

@keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-40px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    10% {
        transform: scale(1.1)
    }
    20% {
        transform: scale(1)
    }
}

.dropzone {
    box-sizing: border-box;
    min-height: 9.75rem;
    padding: .5rem;
    border: .125rem dashed #448aff;
    border-radius: .3rem;
    background: 0 0
}

.dropzone * {
    box-sizing: border-box
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message {
    cursor: pointer
}

.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-color: #0f9d58;
    background: rgba(15, 157, 88, .15)
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5;
    color: #0f9d58
}

.dropzone.dz-drag-hover .dz-message span:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230f9d58' d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z'/%3E%3C/svg%3E")
}

.dropzone .dz-message {
    margin-top: 2.25rem;
    font-size: .875rem;
    text-align: center;
    line-height: 1;
    color: #448aff
}

.dropzone .dz-message span:before {
    display: block;
    position: relative;
    top: 0;
    left: calc(50% - (4.5rem / 2));
    width: 4.5rem;
    height: 4.5rem;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23448AFF' d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z'/%3E%3C/svg%3E");
    background-size: 4.5rem 4.5rem;
    background-position: center center;
    background-repeat: no-repeat
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    min-height: 5rem;
    margin: .5rem;
    vertical-align: top
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    background-color: #82b1ff
}

.dropzone .dz-preview.dz-file-preview .dz-image:hover {
    background-color: #448aff
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: 0 0
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    display: block;
    cursor: pointer;
    border: none;
    text-align: center
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    padding: .5rem;
    font-size: .75rem;
    text-align: center;
    line-height: 150%;
    color: #fff;
    opacity: 0
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 4.5rem;
    font-size: .875rem
}

.dropzone .dz-preview .dz-details .dz-filename,
.dropzone .dz-preview .dz-details .dz-size {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover:before,
.dropzone .dz-preview .dz-details .dz-size:hover:before {
    content: "";
    margin-left: -100%
}

.dropzone .dz-preview .dz-details .dz-filename:hover:after,
.dropzone .dz-preview .dz-details .dz-size:hover:after {
    content: "";
    margin-right: -100%
}

.dropzone .dz-preview .dz-details .dz-filename:hover span,
.dropzone .dz-preview .dz-details .dz-size:hover span {
    padding: .125rem .375rem;
    background-color: rgba(0, 0, 0, .8);
    border-radius: .2rem
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover),
.dropzone .dz-preview .dz-details .dz-size:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 7.5rem;
    height: 7.5rem;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    animation: passing-through .3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    animation: slide-in .3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -1.5rem;
    margin-left: -1.5rem
}

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 3rem;
    height: 3rem
}

.dropzone .dz-preview .dz-success-mark svg * {
    fill: #0f9d58;
    fill-opacity: 1
}

.dropzone .dz-preview .dz-error-mark svg * {
    fill: #ff5252;
    fill-opacity: 1
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5rem;
    height: 1rem;
    margin-top: -.5rem;
    margin-left: -2.5rem;
    border-radius: .2rem;
    background: rgba(255, 255, 255, .6);
    -webkit-transform: scale(1);
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #0f9d58;
    background: linear-gradient(to bottom, #0f9d58, #0b7642);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width .3s ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    top: 8rem;
    left: -.5rem;
    width: 8.5rem;
    padding: .25rem .5rem;
    border-radius: .25rem;
    background: #ff5252;
    font-size: .875rem;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -.5rem;
    left: 3.75rem;
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid #ff5252
}

.list-group-item {
    background-color: transparent
}

.list-group-item.active {
    z-index: 2;
    color: #fff!important;
    background-color: #448aff;
    border-color: #448aff
}

.list-group-item.active:before {
    z-index: 2;
    position: absolute;
    content: '';
    right: -10px;
    top: 0;
    bottom: 0;
    top: 0;
    bottom: 0
}

.list-group-item.active:after {
    z-index: 2;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: auto;
    width: 100%;
    top: 0;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(68, 138, 255, .4)
}

.list-group-item .list-group-item-title {
    color: #151515
}

.list-group-item:focus,
.list-group-item:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(68, 138, 255, .4);
    background-color: #448aff;
    color: #fff!important
}

.list-group-item:focus .list-group-item-title,
.list-group-item:hover .list-group-item-title {
    color: #fff
}

.list-group-item:focus a:not(.dropdown-item),
.list-group-item:hover a:not(.dropdown-item) {
    color: #fff!important
}

.btn-pill {
    border-radius: 10rem
}

.btn-group-pill .btn:first-child {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem
}

.btn-group-pill .btn:last-child {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem
}

.btn-group-vertical-pill .btn:first-child {
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem
}

.btn-group-vertical-pill .btn:last-child {
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem
}

.badge-pill {
    padding-right: 1em;
    padding-left: 1em;
    padding-top: .6em;
    padding-bottom: .6em;
    border-radius: 10rem
}

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/summernote4c4d.eot?e557617934c52ea068954af79ed7c221);
    src: url(../fonts/summernoted41d.eot?#iefix) format("embedded-opentype"), url(../fonts/summernote4c4d.woff?e557617934c52ea068954af79ed7c221) format("woff"), url(../fonts/summernote4c4d.ttf?e557617934c52ea068954af79ed7c221) format("truetype")
}

[class*=" note-icon-"]:before,
[class^=note-icon-]:before {
    display: inline-block;
    font: normal normal normal 18px summernote;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -moz-osx-font-smoothing: grayscale
}

.note-icon-align-center:before,
.note-icon-align-indent:before,
.note-icon-align-justify:before,
.note-icon-align-left:before,
.note-icon-align-outdent:before,
.note-icon-align-right:before,
.note-icon-align:before,
.note-icon-arrow-circle-down:before,
.note-icon-arrow-circle-left:before,
.note-icon-arrow-circle-right:before,
.note-icon-arrow-circle-up:before,
.note-icon-arrows-alt:before,
.note-icon-arrows-h:before,
.note-icon-arrows-v:before,
.note-icon-bold:before,
.note-icon-caret:before,
.note-icon-chain-broken:before,
.note-icon-circle:before,
.note-icon-close:before,
.note-icon-code:before,
.note-icon-col-after:before,
.note-icon-col-before:before,
.note-icon-col-remove:before,
.note-icon-eraser:before,
.note-icon-font:before,
.note-icon-frame:before,
.note-icon-italic:before,
.note-icon-link:before,
.note-icon-magic:before,
.note-icon-menu-check:before,
.note-icon-minus:before,
.note-icon-orderedlist:before,
.note-icon-pencil:before,
.note-icon-picture:before,
.note-icon-question:before,
.note-icon-redo:before,
.note-icon-row-above:before,
.note-icon-row-below:before,
.note-icon-row-remove:before,
.note-icon-special-character:before,
.note-icon-square:before,
.note-icon-strikethrough:before,
.note-icon-subscript:before,
.note-icon-summernote:before,
.note-icon-superscript:before,
.note-icon-table:before,
.note-icon-text-height:before,
.note-icon-trash:before,
.note-icon-underline:before,
.note-icon-undo:before,
.note-icon-unorderedlist:before,
.note-icon-video:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    margin-left: .75rem;
    color: #495057;
    font-size: 16px
}

.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;
    display: none;
    z-index: 100;
    color: #87cefa;
    background-color: #fff;
    opacity: .95
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    font-weight: 700
}

.note-editor .note-dropzone.hover {
    color: #098ddf
}

.note-editor.dragover .note-dropzone {
    display: table
}

.note-editor .note-editing-area {
    position: relative
}

.note-editor .note-editing-area .note-editable {
    outline: 0
}

.note-editor .note-editing-area .note-editable sup {
    vertical-align: super
}

.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub
}

.note-editor .note-editing-area .note-editable img.note-float-left {
    margin-right: 10px
}

.note-editor .note-editing-area .note-editable img.note-float-right {
    margin-left: 10px
}

.note-editor.note-frame {
    border: 1px solid #e9ecef
}

.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none
}

.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block
}

.note-editor.note-frame .note-editing-area {
    overflow: hidden
}

.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff;
    color: #000;
    padding: 10px;
    overflow: auto;
    word-wrap: break-word
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
    background-color: #e5e5e5
}

.note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0
}

.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    z-index: 1050
}

.note-editor.note-frame.fullscreen .note-editable {
    background-color: #fff
}

.note-editor.note-frame.fullscreen .note-resizebar {
    display: none
}

.note-editor.note-frame .note-status-output {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    height: 20px;
    margin-bottom: 0;
    color: #000;
    border: 0;
    border-top: 1px solid #e2e2e2
}

.note-editor.note-frame .note-status-output:empty {
    height: 0;
    border-top: 0 solid transparent
}

.note-editor.note-frame .note-status-output .pull-right {
    float: right!important
}

.note-editor.note-frame .note-status-output .text-muted {
    color: #777
}

.note-editor.note-frame .note-status-output .text-primary {
    color: #286090
}

.note-editor.note-frame .note-status-output .text-success {
    color: #3c763d
}

.note-editor.note-frame .note-status-output .text-info {
    color: #31708f
}

.note-editor.note-frame .note-status-output .text-warning {
    color: #8a6d3b
}

.note-editor.note-frame .note-status-output .text-danger {
    color: #a94442
}

.note-editor.note-frame .note-status-output .alert {
    margin: -7px 0 0 0;
    padding: 7px 10px 2px 10px;
    border-radius: 0;
    color: #000;
    background-color: #f5f5f5
}

.note-editor.note-frame .note-status-output .alert .note-icon {
    margin-right: 5px
}

.note-editor.note-frame .note-status-output .alert-success {
    color: #3c763d!important;
    background-color: #dff0d8!important
}

.note-editor.note-frame .note-status-output .alert-info {
    color: #31708f!important;
    background-color: #d9edf7!important
}

.note-editor.note-frame .note-status-output .alert-warning {
    color: #8a6d3b!important;
    background-color: #fcf8e3!important
}

.note-editor.note-frame .note-status-output .alert-danger {
    color: #a94442!important;
    background-color: #f2dede!important
}

.note-editor.note-frame .note-statusbar {
    background-color: #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #ddd
}

.note-editor.note-frame .note-statusbar .note-resizebar {
    padding-top: 1px;
    height: 9px;
    width: 100%;
    cursor: ns-resize
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #e9ecef
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar {
    cursor: default
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none
}

.note-editor.note-frame .note-placeholder {
    padding: 10px
}

.note-popover.popover {
    max-width: none
}

.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.note-popover.popover .arrow {
    left: 20px!important
}

.card-header.note-toolbar,
.note-popover .popover-content {
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 0 0 5px 5px;
    background-color: #fff;
    border-bottom: 1px solid #e9ecef
}

.card-header.note-toolbar>.btn-group,
.note-popover .popover-content>.btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px
}

.card-header.note-toolbar .dropdown-toggle,
.note-popover .popover-content .dropdown-toggle {
    color: #495057
}

.card-header.note-toolbar .btn-group .note-table,
.note-popover .popover-content .btn-group .note-table {
    min-width: 0;
    padding: 5px
}

.card-header.note-toolbar .btn-group .note-table .note-dimension-picker,
.note-popover .popover-content .btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

.card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute!important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-popover .popover-content .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
}

.card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-popover .popover-content .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
}

.card-header.note-toolbar .btn,
.note-popover .popover-content .btn {
    background-color: #fff;
    border: 0
}

.card-header.note-toolbar .note-style .dropdown-style blockquote,
.card-header.note-toolbar .note-style .dropdown-style pre,
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre {
    margin: 0;
    padding: 5px 10px
}

.card-header.note-toolbar .note-style .dropdown-style h1,
.card-header.note-toolbar .note-style .dropdown-style h2,
.card-header.note-toolbar .note-style .dropdown-style h3,
.card-header.note-toolbar .note-style .dropdown-style h4,
.card-header.note-toolbar .note-style .dropdown-style h5,
.card-header.note-toolbar .note-style .dropdown-style h6,
.card-header.note-toolbar .note-style .dropdown-style p,
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p {
    margin: 0;
    padding: 0
}

.card-header.note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
    color: #495057;
    width: 20px;
    padding-left: 5px
}

.card-header.note-toolbar .note-color .dropdown-menu,
.note-popover .popover-content .note-color .dropdown-menu {
    min-width: 340px
}

.card-header.note-toolbar .note-color .dropdown-menu .btn-group,
.note-popover .popover-content .note-color .dropdown-menu .btn-group {
    margin: 0
}

.card-header.note-toolbar .note-color .dropdown-menu .btn-group:first-child,
.note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child {
    margin: 0 5px
}

.card-header.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title,
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title {
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.card-header.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset,
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset {
    font-size: 11px;
    margin: 3px;
    padding: 0 3px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.card-header.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row,
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row {
    height: 20px
}

.card-header.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover {
    background: #eee
}

.card-header.note-toolbar .note-para .dropdown-menu,
.note-popover .popover-content .note-para .dropdown-menu {
    min-width: 216px;
    padding: 5px
}

.card-header.note-toolbar .note-para .dropdown-menu>div:first-child,
.note-popover .popover-content .note-para .dropdown-menu>div:first-child {
    margin-right: 5px
}

.card-header.note-toolbar .dropdown-menu,
.note-popover .popover-content .dropdown-menu {
    min-width: 90px
}

.card-header.note-toolbar .dropdown-menu.right,
.note-popover .popover-content .dropdown-menu.right {
    right: 0;
    left: auto
}

.card-header.note-toolbar .dropdown-menu.right::before,
.note-popover .popover-content .dropdown-menu.right::before {
    right: 9px;
    left: auto!important
}

.card-header.note-toolbar .dropdown-menu.right::after,
.note-popover .popover-content .dropdown-menu.right::after {
    right: 10px;
    left: auto!important
}

.card-header.note-toolbar .dropdown-menu.note-check li a i,
.note-popover .popover-content .dropdown-menu.note-check li a i {
    color: #00bfff;
    visibility: hidden
}

.card-header.note-toolbar .dropdown-menu.note-check li a.checked i,
.note-popover .popover-content .dropdown-menu.note-check li a.checked i {
    visibility: visible
}

.card-header.note-toolbar .note-fontsize-10,
.note-popover .popover-content .note-fontsize-10 {
    font-size: 10px
}

.card-header.note-toolbar .note-color-palette,
.note-popover .popover-content .note-color-palette {
    line-height: 1
}

.card-header.note-toolbar .note-color-palette div .note-color-btn,
.note-popover .popover-content .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff
}

.card-header.note-toolbar .note-color-palette div .note-color-btn:hover,
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000
}

.note-dialog>div {
    display: none
}

.note-dialog .form-group {
    margin-left: 0;
    margin-right: 0
}

.note-dialog .note-modal-form {
    margin: 0
}

.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: #d3d3d3;
    text-align: center;
    border: 4px dashed #d3d3d3;
    margin-bottom: 10px
}

.note-placeholder {
    position: absolute;
    display: none;
    color: gray
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000
}

.note-handle .note-control-selection>div {
    position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30)
}

.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-sizing {
    background-color: #fff
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: none;
    border-left: none
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: none;
    border-right: none
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: none;
    border-left: none
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70)
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px
}

.note-hint-popover .popover-content {
    padding: 3px;
    max-height: 150px;
    overflow: auto
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block!important;
    padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer
}

.popover {
    top: auto;
    left: auto
}

body.modal-open {
    padding-right: 0!important
}

body.scrollable {
    overflow-y: auto
}

.modal .modal-header {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.modal .modal-header .modal-title {
    font-weight: 300
}

.modal .modal-header .close {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    display: block;
    font: 10px Arial, sans-serif;
    width: 2em;
    height: 2em;
    box-sizing: initial;
    text-align: center;
    border-radius: 50%;
    line-height: 2em;
    box-sizing: content-box;
    background-color: #ef6c00
}

.modal .modal-content {
    border-radius: .5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    border-radius: .5rem
}

@media (min-width:768px) {
    .modal .modal-dialog.modal-top {
        top: 0
    }
    .modal .modal-dialog.modal-left {
        left: 0
    }
    .modal .modal-dialog.modal-right {
        right: 0
    }
    .modal .modal-dialog.modal-bottom {
        bottom: 0
    }
    .modal .modal-dialog.modal-top-left {
        top: 10px;
        left: 10px
    }
    .modal .modal-dialog.modal-top-right {
        top: 10px;
        right: 10px
    }
    .modal .modal-dialog.modal-bottom-left {
        left: 10px;
        bottom: 10px
    }
    .modal .modal-dialog.modal-bottom-right {
        right: 10px;
        bottom: 10px
    }
}

.modal.fade.top:not(.show) .modal-dialog {
    transform: translate3d(0, -25%, 0)
}

.modal.fade.left:not(.show) .modal-dialog {
    transform: translate3d(-25%, 0, 0)
}

.modal.fade.right:not(.show) .modal-dialog {
    transform: translate3d(25%, 0, 0)
}

.modal.fade.bottom:not(.show) .modal-dialog {
    transform: translate3d(0, 25%, 0)
}

@media (min-width:768px) {
    .modal.modal-scrolling {
        position: relative
    }
    .modal.modal-scrolling .modal-dialog {
        position: fixed;
        z-index: 1050
    }
    .modal .modal-fluid {
        width: 100%;
        max-width: 100%
    }
    .modal .modal-fluid .modal-content {
        width: 100%
    }
    .modal .modal-frame {
        position: absolute;
        width: 100%;
        max-width: 100%;
        margin: 0
    }
    .modal .modal-frame.modal-bottom {
        bottom: 0
    }
    .modal .modal-full-height {
        display: flex;
        position: absolute;
        width: 400px;
        height: 100%;
        margin: 0;
        top: 0;
        bottom: 0;
        right: 0
    }
    .modal .modal-full-height.modal-bottom,
    .modal .modal-full-height.modal-top {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto
    }
    .modal .modal-full-height.modal-top {
        bottom: auto
    }
    .modal .modal-full-height.modal-bottom {
        top: auto
    }
    .modal .modal-side {
        position: absolute;
        right: 10px;
        bottom: 10px;
        margin: 0;
        width: 400px
    }
}

.dropdown-menu .dropdown-item,
.dropdown-menu li>a {
    border-radius: .125rem;
    color: #292b2c;
    min-width: 200px;
    padding: .625rem 1.25rem;
    overflow: hidden;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    word-wrap: break-word
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus,
.dropdown-menu a:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(68, 138, 255, .4);
    background-color: #448aff;
    color: #fff!important
}

.footer {
    padding: 3rem;
    margin: 0
}

.numberCircle {
    display: block;
    font: 10px Arial, sans-serif;
    width: 2em;
    height: 2em;
    box-sizing: initial;
    text-align: center;
    border-radius: 50%;
    line-height: 2em;
    box-sizing: content-box
}

.numberCircle .ion {
    margin-top: -3px
}

.bullet {
    position: relative;
    display: flex
}

.bullet::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 8px;
    height: 8px;
    background-color: #ff5252;
    border-radius: 50%
}

.bullet-primary::before {
    content: '';
    background: #448aff linear-gradient(to bottom right, #448aff 70%, #444)
}

.bullet-secondary::before {
    content: '';
    background: #ccc linear-gradient(to bottom right, #ccc 70%, #444)
}

.bullet-success::before {
    content: '';
    background: #0f9d58 linear-gradient(to bottom right, #0f9d58 70%, #444)
}

.bullet-info::before {
    content: '';
    background: #40c4ff linear-gradient(to bottom right, #40c4ff 70%, #444)
}

.bullet-warning::before {
    content: '';
    background: #ff9100 linear-gradient(to bottom right, #ff9100 70%, #444)
}

.bullet-danger::before {
    content: '';
    background: #ff5252 linear-gradient(to bottom right, #ff5252 70%, #444)
}

.bullet-light::before {
    content: '';
    background: #f4f6f8 linear-gradient(to bottom right, #f4f6f8 70%, #444)
}

.bullet-dark::before {
    content: '';
    background: #222c32 linear-gradient(to bottom right, #222c32 70%, #444)
}

.bullet-tertiary::before {
    content: '';
    background: #ff0 linear-gradient(to bottom right, #ff0 70%, #444)
}

.bullet-quaternary::before {
    content: '';
    background: #ff4081 linear-gradient(to bottom right, #ff4081 70%, #444)
}

.bullet-quinary::before {
    content: '';
    background: #e040fb linear-gradient(to bottom right, #e040fb 70%, #444)
}

.bullet-senary::before {
    content: '';
    background: #8d6e63 linear-gradient(to bottom right, #8d6e63 70%, #444)
}

.bullet-septenary::before {
    content: '';
    background: #45b197 linear-gradient(to bottom right, #45b197 70%, #444)
}

.bullet-octonary::before {
    content: '';
    background: #536dfe linear-gradient(to bottom right, #536dfe 70%, #444)
}

.bullet-nonary::before {
    content: '';
    background: #6444ff linear-gradient(to bottom right, #6444ff 70%, #444)
}

.bullet-denary::before {
    content: '';
    background: #df7c00 linear-gradient(to bottom right, #df7c00 70%, #444)
}

.bullet-avatar::before {
    position: absolute;
    left: -25px
}

.mega-dropdown {
    position: static!important
}

.mega-dropdown-menu {
    padding: 5px 5px;
    float: none;
    width: 100%;
    max-width: 1030px!important;
    color: #171e22
}

.mega-dropdown-item {
    display: block;
    width: 100%;
    padding: 6px 1.25rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mega-dropdown-header {
    padding: .5rem 1.25rem;
    margin-bottom: 0;
    white-space: nowrap
}

.mega-dropdown-item-dark {
    border-bottom: 1px solid rgba(200, 200, 200, .1)!important;
    color: #adb5bd!important
}

@media (min-width:1200px) {
    .mega-dropdown-menu {
        left: 50%;
        transform: translateX(-50%)
    }
}

.jqvmap-region {
    cursor: default!important
}

.map-pin {
    width: 64px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: -32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: top center;
    color: #fff;
    font-weight: 500;
    font-size: 14px
}

.map-pin span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0
}

.pin-red {
    background-image: url(marker/red.png)
}

.pin-orange {
    background-image: url(marker/orange.png)
}

.pin-yellow {
    background-image: url(marker/yellow.png)
}

.pin-blue {
    background-image: url(marker/blue.png)
}

.pin-purple {
    background-image: url(marker/purple.png)
}

.pin-black {
    background-image: url(marker/black.png)
}

.pin-green {
    background-image: url(marker/green.png)
}

.pin-grey {
    background-image: url(marker/grey.png)
}

.pin-white {
    background-image: url(marker/white.png)
}

.jqvmap-pin {
    font-family: "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    cursor: default
}

#jqvmap1_fl_pin {
    margin-left: 5%
}
.left {float:left;margin-right:5px;}
.icon-center {text-align:center;}
.rd-none {border-radius:0 !important;}
.dv-right {margin: 0 auto;}
.mgright20 {margin-right:25px;}
.hand-ico {font-size:16px;}
.ion-android-delete {color:red;text-align:center;}
.ion-edit {color:blue;}
.historical i {color: #fff;
font-size: 23px;
margin-right: 12px;}
.active-strip {background-color:#1bc784;color:#fff;padding:4px 8px;}
.inactive-strip {background-color:#e34f43;color:#fff;padding:4px 8px;}
.bg-login-img {background-color: #e04e26 !important;background-image:url("../img/bg_login.jpg");background-size:cover;}


.app-header-brand2 {
    width: 300px !important;
    flex: 1 0 auto;
    text-align: center;
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



#prevBtn {
  background-color: #bbbbbb;
  float:left;
  width: 100px;
}
#nextBtn {float:left;width: 100px;}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
input {
  padding:6px;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}


.tab {
  display: none;
}
.Psrwd-succus {wisth:100%;padding:30px 15px;text-align:center;}
.mgtp25 {margin-top:25px !important;}
.labls {margin-bottom:15px;}
.mrgnrt20 {margin-right:20px;}
.history-group {
	background-color:#EFEFEF;
	min-width: 280px;

margin: 5px;
overflow: hidden;
	margin-bottom:5px;
	
}
.history-group a {font-size:12px;border-bottom: 1px solid #dbdad9;color:#333 !important;}
.overflow-y {max-height:254px;overflow-y:scroll;}
.elipse {
	
	
	position:relative;

    max-width:107px;
  
    text-decoration:none;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:inline-block;
	
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
    font-size: 12px;
}
.brand-bg {  background-color: #eee;
border-top-right-radius: 33px;
border-bottom-right-radius: 33px;
box-shadow: 6px 0px 4px -4px #000;
margin-right: 13px;}
.btn-short {float:left;margin-right:4px;}
.ht100 {height:100%;}
.caps {text-transform:uppercase;}
.border-btn {}
.chck-left {float:left;margin-right:5px;}
.bg-brd {background-color:#eee;}
.btn-quaternary.disabled, .btn-quaternary:disabled {
    color: #eee;
    background-color: #fff;
    border-color: #fff;
}
.hand-ico2 {    font-size: 20px;
    margin-left: 3px;}
	
	
	input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type=number]::-moz-inner-spin-button, 
input[type=number]::-moz-outer-spin-button { 
  
    -moz-appearance: none;
	  -webkit-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.blt {margin-left:50px;}
.wdth300 {width:200px;}

.currency {
  padding-left:12px;
}

.currency-symbol {
  position:absolute;
  padding: 2px 5px;
}
.dwnld-ico {color:#fff !important;font-size:13px;}
.tt_amount {    background-color: red;
    padding: 4px 8px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    margin-left: 11px;}
	.ht-custome {height:80px;}
	#cancel_example {cursor:pointer;}
	.pr-noty {padding-left:12px !important;background-image:url(../img/pr-notify.png);background-position:left;background-repeat:no-repeat;}
	
	.form-cotainer {
		width: 34.2%;
display: table;
margin: 0 auto;
padding: 44px 67px;
background-color: #fff;
		
		
	}
	
	.sm-font {font-size: 16px;}
.text-white {color:#fff;}
.cpy_rt {font-size:12px;margin-top:18px;text-align:center;}
.mbtm18 {margin-bottom:18px;}
.slogan_wrp {
	
	width: 32%;
margin: 0 auto;
text-align: center;
	
}

.slogan_wrp h4 {
	
color: #fffc0e;
text-align: center;
font-size: 16px;
line-height: 28px;
margin-top: 25px;
font-weight: 600;
	
}

.kuru_bill{background-color:#fff;min-height:300px;width:100%;padding: 11px;}
.ttl_collec {min-width:100px;min-height:50px;position:relative;right:0px;}
.ip-style {
    color: #fff;
    font-family: 'Roboto', sans-serif;
padding: 9px 11px !important;
    margin-right: 8px;
    max-height: 42px;
    border-radius: 19px;
    margin-top: 10px;

}
.ovrlfow_y {    max-height: 390px;
    min-height: 300px;
    overflow-y: scroll;}
	.x-card-fxd-btm {min-height:61px;width:100%;background-color:#fff;}
	.pr_bil_header h5 {font-size: 12px;
    text-align: center;
	font-weight:600;
    margin-bottom: 2px;}
	.pr_bil_header p {    text-align: center;
    font-size: 12px;
    margin-bottom: 1px;}
	.xs-font {font-size:11px !important;}
	.pr_bil_header {padding-bottom:5px;border-bottom:1px solid #eee;}
	.wrap_prathisha span {float:left;}
	
	.mgtp15 {margin-top:12px;}
	.pos-adj {
		    position: relative;
    top: -11px;
		
	}
	
	.btn-success {    background-color: #0d1114;
    border: 1px solid #0d1114;}
	.tb_sm_size {     margin: 0 auto;   width: 332px;}
	.print-link {color:blue;}
		.print-link i {color:#bc6729;}
		
		
		.tb_sm_size thead th {
background-color:#f8f8f8;
}
.clr_header {
	    background-color: #c08d04;
    color: #fff;
	
}

.cstn_check label {margin-bottom:0px;}

.truncate {
width: 200px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    margin: 0;
  resize: horizontal;
}

	
	.elipse {
		
		width: 200px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    margin: 0;

		
	}
	.fliter_btn {    padding: 5px !important;
    background-color: #333;
    color: #fff;
    margin-top: 9px !important;
    position: relative;
    top: 6px;}
	.fliter_btn i  {    font-size: 13px !important;
    color: #fff;}
	.fliter_row{width:100%;margin:0 auto;}
	.filter_span {float:left;}
	.filter_span h5 {font-size: 14px;
    margin: 0px 8px;
    line-height: 31px;}
	.type_row span{    float: left;
    margin-right: 16px;}
	.tp_head {margin: 10px 0px;
    border-bottom: 1px solid #eee;}
	.tp_head h5 {font-size:15px;}
	.type_row {    margin-top: 20px;
    width: 100%;
    overflow: hidden;}
	.cstn_check label input {    margin-right: 7px;
    position: relative;
    top: 2px;}
	.expng-ofr {cursor:pointer;}
	.expng-ofr:hover {background-color:#c7c7c7;}
	.news_row {padding: 8px 32px;
	margin-bottom:15px;
background-color: #f9f9f9;}
	.news_row p {font-size: 12px;
text-align: justify;
line-height: 24px;}
.news_row h5 {margin:15px 0px;}
.clctn-16 {font-size:16px;}

.elipse2 {
	
width: 210px;

white-space: nowrap;

overflow: hidden;

text-overflow: ellipsis;

font-size: 15px;

margin: 0;
}
.clr_header div {float:left;}
.dv_rt_line span {padding: 6px 10px;

background-color: #333;

border-radius: 18px;

font-size:11px;

color: #fff;}
.dv_rt_line {float:left;}
.disply_block {display:block !important;}
.price-amnt {background-color:#e81919;padding:4px 9px;}
.print-link {color:#1e70a9;}

.btn_pr_view {color:#fff !important;}




header h1 {
background: #000;
border-radius: 0.25em;
color: #FFF;
margin: 0 0 1em;
padding: 8px 5px;
font-size: 13px;
text-align: center;
}

header address {
font-size: 16px;
font-style: normal;
line-height: 6px;
margin: 0 1em 1em 0;
overflow: hidden;
padding-top: 5px;
border-bottom: 1px solid #eee;
}


.scroll {max-height:400px;overflow-y:scroll;}

.display_block {display:block;}


.full-width-btn {width:82%;}
.font-13 {font-size:13px;}
.btn_credit:hover {background-color:#6d5002;color:#fff;}
.btn_credit {background-color:#997107 !important;border:1px solid #997107;height: 33px;}
.date_credit {width:135px;float:left;}
.dt_to {    width: 34px;
    padding: 0px 9px;
    padding-top: 0px;
    float: left;
    text-align: center;
    padding-top: 8px;}

.mgtp12 {margin-top:2px;}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


.ttl {height: 33px;}














.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body > *:last-child {
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-default h1,
.panel-default h2,
.panel-default h3,
.panel-default h4,
.panel-default h5,
.panel-default h6,
.panel-default .h1,
.panel-default .h2,
.panel-default .h3,
.panel-default .h4,
.panel-default .h5,
.panel-default .h6 {
  color: #333333;
}
.panel-primary {
  border-color: #cccccc;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #095f7b;
  border-color: #cccccc;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cccccc;
}
.panel-primary > .panel-heading .badge {
  color: #095f7b;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cccccc;
}
.panel-primary h1,
.panel-primary h2,
.panel-primary h3,
.panel-primary h4,
.panel-primary h5,
.panel-primary h6,
.panel-primary .h1,
.panel-primary .h2,
.panel-primary .h3,
.panel-primary .h4,
.panel-primary .h5,
.panel-primary .h6 {
  color: #ffffff;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #2da285;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #2da285;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-success h1,
.panel-success h2,
.panel-success h3,
.panel-success h4,
.panel-success h5,
.panel-success h6,
.panel-success .h1,
.panel-success .h2,
.panel-success .h3,
.panel-success .h4,
.panel-success .h5,
.panel-success .h6 {
  color: #2da285;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3e97b6;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #3e97b6;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-info h1,
.panel-info h2,
.panel-info h3,
.panel-info h4,
.panel-info h5,
.panel-info h6,
.panel-info .h1,
.panel-info .h2,
.panel-info .h3,
.panel-info .h4,
.panel-info .h5,
.panel-info .h6 {
  color: #3e97b6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #ab8d00;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #ab8d00;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-warning h1,
.panel-warning h2,
.panel-warning h3,
.panel-warning h4,
.panel-warning h5,
.panel-warning h6,
.panel-warning .h1,
.panel-warning .h2,
.panel-warning .h3,
.panel-warning .h4,
.panel-warning .h5,
.panel-warning .h6 {
  color: #ab8d00;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a72026;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a72026;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-danger h1,
.panel-danger h2,
.panel-danger h3,
.panel-danger h4,
.panel-danger h5,
.panel-danger h6,
.panel-danger .h1,
.panel-danger .h2,
.panel-danger .h3,
.panel-danger .h4,
.panel-danger .h5,
.panel-danger .h6 {
  color: #a72026;
}

.panel-title > a:before {
  content: "\f068";
  float: right !important;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.panel-title > a.collapsed:before {
  content: "\f067";
}
.panel-title > a {
  text-decoration: none;
}

.pnl_17 {font-size:14px;color:#333 !important;}

.panl_col {float:left;}
.panel_rowss {overflow:hidden;}
.squr_btn {border-radius: 0px;
padding: 6px 8px;}
.squr_btn:hover {background-color:#a07604;border:1px solid #a07604;color:#fff;}

.font-14 {font-size: 16px;
margin-top: 4px;}
.footer_wrap {
	width: 100%;
    min-height: 40px;
    padding: 2px 0px;
    bottom: 0;
    position: fixed;
    background-color: #fff;
	
	
}
.coprt_pd_left {    padding-left: 77px;
    padding-top: 11px;
    font-size: 12px;}
.cpr_prog {color:#2d3beb !important;    font-weight: 600;font-size: 14px;}
.powerd a i {    color: #1998e1;
    font-size: 23px;}
.powerd { bottom: 0px;
right: 17px;
position: relative;
top: 11px;}
.powerd a {
	    color: #222c32;
    font-size: 15px;
	
}
.h4_hover:hover {color:#f1ff16;cursor:pointer;}
.sprt_img {    width: 152px;}
.advnc_btn {background-color:#15a93b;border:1px solid #15a93b;}


@media (min-width:768px) {
		.ip-style {

    padding:2px 11px;
	}
	
}

@media only screen and (max-width: 500px){
	
	.dv_rt_line {

    margin-bottom: 14px;
}
	
	.breadcrumb-container {
    padding: 0 5px;
	
	}
	
	.btn_credit {
		padding: 9px 5px;
line-height: 10px;
border-radius: 0;
height: auto;
		
	}
	
	.btn-success {
   	padding: 9px 5px;
line-height: 10px;
border-radius: 0;
height: auto;

}
	
	.ttl_collec {
min-width: 100px;
min-height: 40px;
position: relative;
left: 45%;
}
	
	.btn-quaternary {

    font-size: 12px;
	
	}
	
	.hidden-xs {display:none !important;}
	
	.img-sq-35 {
  width: 29px !important;
	}
	.footer_wrap {position:relative;}
	.elipse_mb {
    position: relative;
    max-width: 107px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}


.tt_amount {
  font-size:11px;
    position: relative;
    top: 13px;
}
	
	
}
.ion-android-expand {display:none;}
.mb_mrgn15 {margin: 4px 15px;}
.historical:hover {cursor:pointer;}
.ion-edit:hover {cursor:pointer}
.elipse22 {
	
       width:210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin: 0;
	
}

.app-header-brand img {    width: 213px;
    padding-left: 7px;
    float: left;}
	
	.border_rt {border-right:1px solid #eee;}

.text-center h4 {text-align:center;}




#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}
.count-4 {position: absolute;
width: 20px;
height: 21px;
border-radius: 100%;
background-color: #0d1114;
text-align: center;
color: #fff;
top: 3px;
right: -1px;}
.ml_left p {text-align: center;color: #fff;}
.pop_powereds{position: absolute;
width: 370px;
min-height: 210px;
background-color: #efefef;
z-index: 999;
right: 0px;
top: 60px;}
.wh_left {background-color:#26cf44;min-height:100px;}
.ml_left {background-color:#19b635;min-height:100px;}
.no-padding {padding:0px;}
.wh_left img {display: table;
margin: 0 auto;
width: 50px;
padding-top: 14px;}
.wh_left p {text-align: center;
font-size: 12px;
color: #fff;
padding-top: 5px;}
.ml_left img {width: 48px;
display: table;
margin: 0 auto;
padding-top: 14px;}
.row-2 {padding:10px;}
.row-2 h5 {font-size: 12px;
border-bottom: 1px solid #BFBFBF;
padding-bottom: 5px;}
.support-link:hover {cursor:pointer;}
.pos_abs {position: absolute;
right: 11px;
top: 20px;}

.elipse5 {
    width: 82px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
}

.pos_switch {position: absolute !important;
right: 10px;
top: 20px;}






.switch {
  position: relative;
  display: inline-block;
width: 51px;
height: 21px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 16px;
width: 17px;
left: 4px;
bottom: 3px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
  background-color: #34da51;
}
.ion-android-expand {display:none !important;}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.and_pos_row {width: 219px;
position: absolute;
right: 0px;}
.and_pos_row span {float:left;margin-right: 8px;}
.escm_icon {position: absolute;
right: 32px;
top: 9px;}
.font12 {font-size:12px;}
.fltr_h5 {font-size:16px;}
.filter_result {min-height:40px;}
.escm_icon i {color:#f9141e;font-size:13px;}
.filter_row {float:left;margin-right: 16px;}
.filter_row span {float: left;
margin-right: 5px;
font-size: 12px;}
.filter_row span h6 {margin-bottom: 0px;
font-weight: bold;
color: #333;
margin-top: 4px;
font-size: 12px;}
.pt12 {padding-top:4px;}
.min-cont {font-size:11px;background-color: #f4f4f4;
padding: 3px 5px;
border-radius: 3px;}
.logo_wrp img {    width: 409px;
    margin-bottom: 15px;}
.logo-cont p {font-size:13px;text-align:justify;}
.comp_profile {position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #f6f5f5;
    top: 0px;
    z-index: 9;
    padding: 102px;
    padding-right: 0px;}
.ser_box {background-color: #0d1114;

padding: 20px;

width: 100%;

color: #fff;

margin-bottom: 14px;

text-transform: uppercase;

font-weight: 600;}

.abut_wrap {min-height: 350px;
border-right:1px solid #bfbfbf;
padding-right: 28px;}
.presntn_wraper {background-color: #333;

min-height: 430px;

width: 100%;

padding: 25px;}




.pro-h3 {margin-top:25px;}


.presntn_wraper h4 {  color: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size:15px;

}

.marquee h5 {color: #fff;

text-align: center;
font-size: 14px;
font-family: 'Roboto', sans-serif;

margin-bottom: 23px;}
.container-scroll {
    width: 18em;
    height: 8em;
    margin: 1em auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.presntn_wraper h3 {
	color: #ffc73f;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 85px;
    font-size:22px;
	
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}

/* Make it look pretty */
.microsoft .marquee {
	margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before, .microsoft::before,
.microsoft:after,  .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(top, #FFF, rgba(255,255,255,0));
}

.microsoft:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before, .microsoft::before {
    top: 0;
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.vanity a, .microsoft a {
    color: #1570A6;
    transition: color .5s;
    text-decoration: none;
}

.vanity a:hover, .microsoft a:hover {
    color: #F65314;
}

/* Style toggle button */
.toggle {
	display: block;
    margin: 2em auto;
}

.coder_link {cursor:pointer;}
.dashboard_block {    float: left;
    margin-right: 15px;
    width: 48%;}
.dash-title{text-transform: uppercase;
font-size: 15px;}
.text-center {text-align:center;}

.cl_title_left {float:left;}
.cl_title_right {float: right;
padding: 2px 11px;
color: #fff;
background-color: #22323f;}
.cl_title_left h4 {font-size: 18px;
margin-right: 15px;
margin-bottom: 0px;}
.cl_title_right h5 {font-size:16px;margin-bottom: 0px;}
.row-cell {display: table;
margin: 0 auto;
padding: 4px 5px;}
.footer_dash {
	text-align: center;
padding-top: 14px;
border-top: 1px solid #eee;
margin-top: 15px;
	
}
.row-cell {}
.footer_dash span {margin-right:15px;}
.dashboard_block .x-card {margin-bottom:18px;}

.forma select:focus {
    border-color: #000 !important;
}
.dash-hd span {    width: 30px;
    height: 30px;
    background-color: #333;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 8px;}
.tb-bold h5 {     font-weight: bold;
    font-size: 15px;
    margin-bottom: 0pc;
    margin-top: 3px;}
	.dash-hd {font-size: 15px;}
	
	.elipse4 {
		
	    width: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  margin: 0;

		
	}
	.night-icon {width: 25px;
    margin-right: 4px;
    top: -1px;
    position: relative;}
	.shft_title {text-align:center;text-transform:uppercase;}
	
	.shft_title span {    padding-right: 6px;
    margin-right: 5px;}
	
	.dash-total {    width: 97.1%;
    min-height: 50px;
	position: relative;
    background-color: #fff;
    margin-bottom: 13px;
}
.dash-block {    display: table;
    margin: 0 auto;
    margin-top: 12px;
    overflow: hidden;}
.dsh-tle {padding:4px;background-color:#eee;color:#333;font-weight:bold;}
.dash-total span {    margin-right: 7px;}
.dash-col-a {overflow:hidden;float:left;width:auto;}
.bg-red {background-color:red;color:#fff;}
.row_dashblock {overflow:hidden;margin-bottom:0px;    width: 100%;}
.date-range1 {    position: absolute;
    left: 9px;
    top: 7px;}
	.cntr1 {    font-size: 16px;
    font-weight: bold;
    color: #8d6704;
    margin-top: 7px;}
	.open > .dropdown-menu {
    display: block;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
}

.dropdown-menu > li > a {
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
	.mgbtm0 {margin-bottom:0px;}
	
	.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    min-height: 36px;
}

.btn-grp button {margin-right:15px;}