@charset "UTF-8";
/* Base styles */
/* #f86c6b; */
/* ------------------------------------------- */
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
    *,
    *::before,
    *::after,
    p::first-letter,
    div::first-letter,
    blockquote::first-letter,
    li::first-letter,
    p::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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);
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

body {
    margin: 0;
    font-family: BlinkMacSystemFont, -apple-system, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: normal;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.75);
    background-color: #F0F2F5;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 0.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: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #ff261f;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #d20700;
        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;
        }

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #b0bec5;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type=radio],
input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -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: 0.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;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 5px;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.0625rem;
    border-left: 0.25rem solid #cfd8dc;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #b0bec5;
}

    .blockquote-footer::before {
        content: "— ";
    }

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #cfd8dc;
    border-left: 0;
}

    .blockquote-reverse .blockquote-footer::before {
        content: "";
    }

    .blockquote-reverse .blockquote-footer::after {
        content: " —";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #F0F2F5;
    border: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #b0bec5;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #eceff1;
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #263238;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
    }

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #263238;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-xl,
    .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
    .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
    .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
    .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
    .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .col-xl,
    .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
    .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
    .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
    .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
    .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-xl,
    .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
    .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
    .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
    .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
    .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .col-xl,
    .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
    .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
    .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
    .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
    .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    width: 8.3333333333%;
}

.col-2 {
    width: 16.6666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333333333%;
}

.col-5 {
    width: 41.6666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333333333%;
}

.col-8 {
    width: 66.6666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333333333%;
}

.col-11 {
    width: 91.6666666667%;
}

.col-12 {
    width: 100%;
}

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 8.3333333333%;
}

.pull-2 {
    right: 16.6666666667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.3333333333%;
}

.pull-5 {
    right: 41.6666666667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.3333333333%;
}

.pull-8 {
    right: 66.6666666667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.3333333333%;
}

.pull-11 {
    right: 91.6666666667%;
}

.pull-12 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 8.3333333333%;
}

.push-2 {
    left: 16.6666666667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.3333333333%;
}

.push-5 {
    left: 41.6666666667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.3333333333%;
}

.push-8 {
    left: 66.6666666667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.3333333333%;
}

.push-11 {
    left: 91.6666666667%;
}

.push-12 {
    left: 100%;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.3333333333%;
    }

    .pull-sm-2 {
        right: 16.6666666667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.3333333333%;
    }

    .pull-sm-5 {
        right: 41.6666666667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.3333333333%;
    }

    .pull-sm-8 {
        right: 66.6666666667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.3333333333%;
    }

    .pull-sm-11 {
        right: 91.6666666667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.3333333333%;
    }

    .push-sm-2 {
        left: 16.6666666667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.3333333333%;
    }

    .push-sm-5 {
        left: 41.6666666667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.3333333333%;
    }

    .push-sm-8 {
        left: 66.6666666667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.3333333333%;
    }

    .push-sm-11 {
        left: 91.6666666667%;
    }

    .push-sm-12 {
        left: 100%;
    }

    .offset-sm-0 {
        margin-left: 0%;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.3333333333%;
    }

    .pull-md-2 {
        right: 16.6666666667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.3333333333%;
    }

    .pull-md-5 {
        right: 41.6666666667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.3333333333%;
    }

    .pull-md-8 {
        right: 66.6666666667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.3333333333%;
    }

    .pull-md-11 {
        right: 91.6666666667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.3333333333%;
    }

    .push-md-2 {
        left: 16.6666666667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.3333333333%;
    }

    .push-md-5 {
        left: 41.6666666667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.3333333333%;
    }

    .push-md-8 {
        left: 66.6666666667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.3333333333%;
    }

    .push-md-11 {
        left: 91.6666666667%;
    }

    .push-md-12 {
        left: 100%;
    }

    .offset-md-0 {
        margin-left: 0%;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.3333333333%;
    }

    .pull-lg-2 {
        right: 16.6666666667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.3333333333%;
    }

    .pull-lg-5 {
        right: 41.6666666667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.3333333333%;
    }

    .pull-lg-8 {
        right: 66.6666666667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.3333333333%;
    }

    .pull-lg-11 {
        right: 91.6666666667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.3333333333%;
    }

    .push-lg-2 {
        left: 16.6666666667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.3333333333%;
    }

    .push-lg-5 {
        left: 41.6666666667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.3333333333%;
    }

    .push-lg-8 {
        left: 66.6666666667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.3333333333%;
    }

    .push-lg-11 {
        left: 91.6666666667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .offset-lg-0 {
        margin-left: 0%;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        width: 8.3333333333%;
    }

    .col-xl-2 {
        width: 16.6666666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.3333333333%;
    }

    .col-xl-5 {
        width: 41.6666666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.3333333333%;
    }

    .col-xl-8 {
        width: 66.6666666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.3333333333%;
    }

    .col-xl-11 {
        width: 91.6666666667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.3333333333%;
    }

    .pull-xl-2 {
        right: 16.6666666667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.3333333333%;
    }

    .pull-xl-5 {
        right: 41.6666666667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.3333333333%;
    }

    .pull-xl-8 {
        right: 66.6666666667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.3333333333%;
    }

    .pull-xl-11 {
        right: 91.6666666667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.3333333333%;
    }

    .push-xl-2 {
        left: 16.6666666667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.3333333333%;
    }

    .push-xl-5 {
        left: 41.6666666667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.3333333333%;
    }

    .push-xl-8 {
        left: 66.6666666667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.3333333333%;
    }

    .push-xl-11 {
        left: 91.6666666667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0%;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #cfd8dc;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #cfd8dc;
    }

    .table tbody + tbody {
        border-top: 2px solid #cfd8dc;
    }

    .table .table {
        background-color: #F0F2F5;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #cfd8dc;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #cfd8dc;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #eceff1;
}

.table-hover tbody tr:hover {
    background-color: #eceff1;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: #eceff1;
}

.table-hover .table-active:hover {
    background-color: #dde3e6;
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: #dde3e6;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #d0e9c6;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #c4e3f3;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #faf2cc;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #ebcccc;
    }

.thead-inverse th {
    color: #F0F2F5;
    background-color: #263238;
}

.thead-default th {
    color: #607d8b;
    background-color: #cfd8dc;
}

.table-inverse {
    color: #F0F2F5;
    background-color: #263238;
}

    .table-inverse th,
    .table-inverse td,
    .table-inverse thead th {
        border-color: #35464f;
    }

    .table-inverse.table-bordered {
        border: 0;
    }

    .table-inverse.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-inverse.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 991px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive.table-bordered {
            border: 0;
        }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    line-height: 1.25;
    color: #607d8b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:focus {
        color: #607d8b;
        background-color: #fff;
        border-color: #ffa29f;
        outline: none;
    }

    .form-control::-webkit-input-placeholder {
        color: #b0bec5;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #b0bec5;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #b0bec5;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #b0bec5;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #b0bec5;
        opacity: 1;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #cfd8dc;
        opacity: 1;
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.0625rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #607d8b;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
}

.col-form-label {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0;
}

.col-form-label-lg {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.875rem;
}

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 0.85rem;
}

.form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

    .form-check.disabled .form-check-label {
        color: #b0bec5;
    }

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}

    .form-check-input:only-child {
        position: static;
    }

.form-check-inline {
    display: inline-block;
}

    .form-check-inline .form-check-label {
        vertical-align: middle;
    }

    .form-check-inline + .form-check-inline {
        margin-left: 0.75rem;
    }

.form-control-feedback {
    margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 3rem;
    background-repeat: no-repeat;
    background-position: center right 0.515625rem;
    background-size: 1.03125rem 1.03125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
    color: #4dbd74;
}

.has-success .form-control,
.has-success .custom-select,
.has-success .custom-file-control {
    border-color: #4dbd74;
}

.has-success .input-group-addon {
    color: #4dbd74;
    background-color: #e2f4e8;
    border-color: #4dbd74;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%234dbd74' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
    color: #FF9800;
}

.has-warning .form-control,
.has-warning .custom-select,
.has-warning .custom-file-control {
    border-color: #FF9800;
}

.has-warning .input-group-addon {
    color: #FF9800;
    background-color: #ffeacc;
    border-color: #FF9800;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FF9800' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
    color: #f44336;
}

.has-danger .form-control,
.has-danger .custom-select,
.has-danger .custom-file-control {
    border-color: #f44336;
}

.has-danger .input-group-addon {
    color: #f44336;
    background-color: #fff8f7;
    border-color: #f44336;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f44336' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f44336' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-inline .form-check-label {
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    line-height: 1.25;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btn:focus, .btn:hover {
        text-decoration: none;
    }

    .btn:focus, .btn.focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 2px rgba(255, 38, 31, 0.25);
        box-shadow: 0 0 0 2px rgba(255, 38, 31, 0.25);
    }

    .btn.disabled, .btn:disabled {
        opacity: 0.65;
    }

    .btn:active, .btn.active {
        background-image: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #ff261f;
    border-color: #ff261f;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #eb0700;
        border-color: #e10700;
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 38, 31, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 38, 31, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #ff261f;
        border-color: #ff261f;
    }

    .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #eb0700;
        background-image: none;
        border-color: #e10700;
    }

.btn-secondary {
    color: #263238;
    background-color: #fff;
    border-color: #b0bec5;
}

    .btn-secondary:hover {
        color: #263238;
        background-color: #e6e6e6;
        border-color: #8da1ab;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(176, 190, 197, 0.5);
        box-shadow: 0 0 0 2px rgba(176, 190, 197, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #fff;
        border-color: #b0bec5;
    }

    .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #263238;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #8da1ab;
    }

.btn-info {
    color: #fff;
    background-color: #63c2de;
    border-color: #63c2de;
}

    .btn-info:hover {
        color: #fff;
        background-color: #39b2d5;
        border-color: #30aed3;
    }

    .btn-info:focus, .btn-info.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(99, 194, 222, 0.5);
        box-shadow: 0 0 0 2px rgba(99, 194, 222, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        background-color: #63c2de;
        border-color: #63c2de;
    }

    .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #39b2d5;
        background-image: none;
        border-color: #30aed3;
    }

.btn-success {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74;
}

    .btn-success:hover {
        color: #fff;
        background-color: #3a9d5d;
        border-color: #379558;
    }

    .btn-success:focus, .btn-success.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(77, 189, 116, 0.5);
        box-shadow: 0 0 0 2px rgba(77, 189, 116, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        background-color: #4dbd74;
        border-color: #4dbd74;
    }

    .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #3a9d5d;
        background-image: none;
        border-color: #379558;
    }

.btn-warning {
    color: #fff;
    background-color: #FF9800;
    border-color: #FF9800;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #cc7a00;
        border-color: #c27400;
    }

    .btn-warning:focus, .btn-warning.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 152, 0, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 152, 0, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #FF9800;
        border-color: #FF9800;
    }

    .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #cc7a00;
        background-image: none;
        border-color: #c27400;
    }

.btn-danger {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #ea1c0d;
        border-color: #e11b0c;
    }

    .btn-danger:focus, .btn-danger.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.5);
        box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #f44336;
        border-color: #f44336;
    }

    .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #ea1c0d;
        background-image: none;
        border-color: #e11b0c;
    }

.btn-outline-primary {
    color: #ff261f;
    background-color: transparent;
    background-image: none;
    border-color: #ff261f;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #ff261f;
        border-color: #ff261f;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 38, 31, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 38, 31, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #ff261f;
        background-color: transparent;
    }

    .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #ff261f;
        border-color: #ff261f;
    }

.btn-outline-secondary {
    color: #b0bec5;
    background-color: transparent;
    background-image: none;
    border-color: #b0bec5;
}

    .btn-outline-secondary:hover {
        color: #263238;
        background-color: #b0bec5;
        border-color: #b0bec5;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(176, 190, 197, 0.5);
        box-shadow: 0 0 0 2px rgba(176, 190, 197, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #b0bec5;
        background-color: transparent;
    }

    .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #263238;
        background-color: #b0bec5;
        border-color: #b0bec5;
    }

.btn-outline-info {
    color: #63c2de;
    background-color: transparent;
    background-image: none;
    border-color: #63c2de;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #63c2de;
        border-color: #63c2de;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(99, 194, 222, 0.5);
        box-shadow: 0 0 0 2px rgba(99, 194, 222, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #63c2de;
        background-color: transparent;
    }

    .btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #63c2de;
        border-color: #63c2de;
    }

.btn-outline-success {
    color: #4dbd74;
    background-color: transparent;
    background-image: none;
    border-color: #4dbd74;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #4dbd74;
        border-color: #4dbd74;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(77, 189, 116, 0.5);
        box-shadow: 0 0 0 2px rgba(77, 189, 116, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #4dbd74;
        background-color: transparent;
    }

    .btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #4dbd74;
        border-color: #4dbd74;
    }

.btn-outline-warning {
    color: #FF9800;
    background-color: transparent;
    background-image: none;
    border-color: #FF9800;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #FF9800;
        border-color: #FF9800;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 152, 0, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 152, 0, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #FF9800;
        background-color: transparent;
    }

    .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #FF9800;
        border-color: #FF9800;
    }

.btn-outline-danger {
    color: #f44336;
    background-color: transparent;
    background-image: none;
    border-color: #f44336;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #f44336;
        border-color: #f44336;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.5);
        box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #f44336;
        background-color: transparent;
    }

    .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #f44336;
        border-color: #f44336;
    }

.btn-link {
    font-weight: normal;
    color: #ff261f;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
        background-color: transparent;
    }

        .btn-link, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover {
                border-color: transparent;
            }

            .btn-link:focus, .btn-link:hover {
                color: #d20700;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link:disabled {
                color: #b0bec5;
            }

                .btn-link:disabled:focus, .btn-link:disabled:hover {
                    text-decoration: none;
                }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.show {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: 0.125rem 0 0;
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.75);
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cfd8dc;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #eceff1;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: normal;
    color: #263238;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #1c2429;
        text-decoration: none;
        background-color: #eceff1;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #ff261f;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #b0bec5;
        background-color: transparent;
    }

.show > .dropdown-menu {
    display: block;
}

.show > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 0 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #b0bec5;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-bottom: 0;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group,
    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn + .btn-group,
    .btn-group-vertical .btn-group + .btn,
    .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

.btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

    .btn + .dropdown-toggle-split::after {
        margin-left: 0;
    }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn,
    .btn-group-vertical .btn-group {
        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:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
            z-index: 3;
        }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.85rem;
    font-weight: normal;
    line-height: 1.25;
    color: #607d8b;
    text-align: center;
    background-color: #cfd8dc;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

    .input-group-addon.form-control-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }

    .input-group-addon.form-control-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
    }

    .input-group-addon input[type=radio],
    .input-group-addon input[type=checkbox] {
        margin-top: 0;
    }

    .input-group-addon:not(:last-child) {
        border-right: 0;
    }

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
            z-index: 3;
        }

    .input-group-btn:not(:last-child) > .btn,
    .input-group-btn:not(:last-child) > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:not(:first-child) > .btn,
    .input-group-btn:not(:first-child) > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

        .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
        .input-group-btn:not(:first-child) > .btn-group:focus,
        .input-group-btn:not(:first-child) > .btn-group:active,
        .input-group-btn:not(:first-child) > .btn-group:hover {
            z-index: 3;
        }

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-indicator {
        color: #fff;
        background-color: #ff261f;
    }

    .custom-control-input:focus ~ .custom-control-indicator {
        -webkit-box-shadow: 0 0 0 1px #F0F2F5, 0 0 0 3px #ff261f;
        box-shadow: 0 0 0 1px #F0F2F5, 0 0 0 3px #ff261f;
    }

    .custom-control-input:active ~ .custom-control-indicator {
        color: #fff;
        background-color: #ffd3d2;
    }

    .custom-control-input:disabled ~ .custom-control-indicator {
        background-color: #cfd8dc;
    }

    .custom-control-input:disabled ~ .custom-control-description {
        color: #b0bec5;
    }

.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    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-indicator {
    background-color: #ff261f;
    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-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    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-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .custom-controls-stacked .custom-control {
        margin-bottom: 0.25rem;
    }

        .custom-controls-stacked .custom-control + .custom-control {
            margin-left: 0;
        }

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.0625rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #607d8b;
    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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #ffa29f;
        outline: none;
    }

        .custom-select:focus::-ms-value {
            color: #607d8b;
            background-color: #fff;
        }

    .custom-select:disabled {
        color: #b0bec5;
        background-color: #cfd8dc;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #607d8b;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

    .custom-file-control:lang(en):empty::after {
        content: "Choose file...";
    }

    .custom-file-control::before {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 6;
        display: block;
        height: 2.5rem;
        padding: 0.5rem 1rem;
        line-height: 1.5;
        color: #607d8b;
        background-color: #cfd8dc;
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

    .custom-file-control:lang(en)::before {
        content: "Browse";
    }

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #b0bec5;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #cfd8dc #cfd8dc #ddd;
        }

        .nav-tabs .nav-link.disabled {
            color: #b0bec5;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #607d8b;
            background-color: #F0F2F5;
            border-color: #ddd #ddd #F0F2F5;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
    }

.nav-pills .nav-link.active, .show .nav-pills .nav-link {
    color: #fff;
    background-color: #ff261f;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

@media (max-width: 575px) {
    .navbar > .container,
    .navbar > .container-fluid {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575px) {
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 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.5)' 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, 0.5);
}

.navbar-inverse .navbar-brand {
    color: white;
}

    .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
        color: white;
    }

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-inverse .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-inverse .navbar-nav .show > .nav-link,
    .navbar-inverse .navbar-nav .active > .nav-link,
    .navbar-inverse .navbar-nav .nav-link.show,
    .navbar-inverse .navbar-nav .nav-link.active {
        color: white;
    }

.navbar-inverse .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .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.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #cfd8dc;
}

.card-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #eceff1;
    border-bottom: 1px solid #cfd8dc;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #eceff1;
    border-top: 1px solid #cfd8dc;
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #ff261f;
    border-color: #ff261f;
}

    .card-primary .card-header,
    .card-primary .card-footer {
        background-color: transparent;
    }

.card-success {
    background-color: #4dbd74;
    border-color: #4dbd74;
}

    .card-success .card-header,
    .card-success .card-footer {
        background-color: transparent;
    }

.card-info {
    background-color: #63c2de;
    border-color: #63c2de;
}

    .card-info .card-header,
    .card-info .card-footer {
        background-color: transparent;
    }

.card-warning {
    background-color: #FF9800;
    border-color: #FF9800;
}

    .card-warning .card-header,
    .card-warning .card-footer {
        background-color: transparent;
    }

.card-danger {
    background-color: #f44336;
    border-color: #f44336;
}

    .card-danger .card-header,
    .card-danger .card-footer {
        background-color: transparent;
    }

.card-outline-primary {
    background-color: transparent;
    border-color: #ff261f;
}

    .card-outline-primary .card-header,
    .card-outline-primary .card-footer {
        background-color: transparent;
        border-color: #ff261f;
    }

.card-outline-secondary {
    background-color: transparent;
    border-color: #b0bec5;
}

    .card-outline-secondary .card-header,
    .card-outline-secondary .card-footer {
        background-color: transparent;
        border-color: #b0bec5;
    }

.card-outline-info {
    background-color: transparent;
    border-color: #63c2de;
}

    .card-outline-info .card-header,
    .card-outline-info .card-footer {
        background-color: transparent;
        border-color: #63c2de;
    }

.card-outline-success {
    background-color: transparent;
    border-color: #4dbd74;
}

    .card-outline-success .card-header,
    .card-outline-success .card-footer {
        background-color: transparent;
        border-color: #4dbd74;
    }

.card-outline-warning {
    background-color: transparent;
    border-color: #FF9800;
}

    .card-outline-warning .card-header,
    .card-outline-warning .card-footer {
        background-color: transparent;
        border-color: #FF9800;
    }

.card-outline-danger {
    background-color: transparent;
    border-color: #f44336;
}

    .card-outline-danger .card-header,
    .card-outline-danger .card-footer {
        background-color: transparent;
        border-color: #f44336;
    }

.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}

    .card-inverse .card-header,
    .card-inverse .card-footer {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.2);
    }

    .card-inverse .card-header,
    .card-inverse .card-footer,
    .card-inverse .card-title,
    .card-inverse .card-blockquote {
        color: #fff;
    }

        .card-inverse .card-link,
        .card-inverse .card-text,
        .card-inverse .card-subtitle,
        .card-inverse .card-blockquote .blockquote-footer {
            color: rgba(255, 255, 255, 0.65);
        }

            .card-inverse .card-link:focus, .card-inverse .card-link:hover {
                color: #fff;
            }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
}

.card-img-top {
    width: 100%;
}

.card-img-bottom {
    width: 100%;
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
            flex: 1 0 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-left: 15px;
        }
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
            flex: 1 0 0;
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
}

    .breadcrumb::after {
        display: block;
        clear: both;
        content: "";
    }

.breadcrumb-item {
    float: left;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        color: #b0bec5;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

    .breadcrumb-item.active {
        color: #b0bec5;
    }

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-item:first-child .page-link {
    margin-left: 0;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #ff261f;
    border-color: #ff261f;
}

.page-item.disabled .page-link {
    color: #b0bec5;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ff261f;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .page-link:focus, .page-link:hover {
        color: #d20700;
        text-decoration: none;
        background-color: #cfd8dc;
        border-color: #ddd;
    }

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}

.badge-default {
    background-color: #b0bec5;
}

    .badge-default[href]:focus, .badge-default[href]:hover {
        background-color: #93a6af;
    }

.badge-primary {
    background-color: #ff261f;
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        background-color: #eb0700;
    }

.badge-success {
    background-color: #4dbd74;
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        background-color: #3a9d5d;
    }

.badge-info {
    background-color: #63c2de;
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        background-color: #39b2d5;
    }

.badge-warning {
    background-color: #FF9800;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        background-color: #cc7a00;
    }

.badge-danger {
    background-color: #f44336;
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        background-color: #ea1c0d;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #cfd8dc;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible .close {
    position: relative;
    top: -0.75rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d0e9c6;
}

    .alert-success hr {
        border-top-color: #c1e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1;
}

    .alert-info hr {
        border-top-color: #a6d5ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc;
}

    .alert-warning hr {
        border-top-color: #f7ecb5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc;
}

    .alert-danger hr {
        border-top-color: #e4b9b9;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceff1;
}

.progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #ff261f;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #607d8b;
    text-align: inherit;
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #607d8b;
        text-decoration: none;
        background-color: #eceff1;
    }

    .list-group-item-action:active {
        color: rgba(0, 0, 0, 0.75);
        background-color: #cfd8dc;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:last-child {
        margin-bottom: 0;
    }

    .list-group-item:focus, .list-group-item:hover {
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #b0bec5;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #ff261f;
        border-color: #ff261f;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success:focus, a.list-group-item-success:hover,
    button.list-group-item-success:focus,
    button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    button.list-group-item-success.active {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info:focus, a.list-group-item-info:hover,
    button.list-group-item-info:focus,
    button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    button.list-group-item-info.active {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning:focus, a.list-group-item-warning:hover,
    button.list-group-item-warning:focus,
    button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    button.list-group-item-warning.active {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger:focus, a.list-group-item-danger:hover,
    button.list-group-item-danger:focus,
    button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    button.list-group-item-danger.active {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .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.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.close {
    float: right;
    font-size: 1.275rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

button.close {
    padding: 0;
    background: 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.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.show .modal-dialog {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #cfd8dc;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #cfd8dc;
}

    .modal-footer > :not(:first-child) {
        margin-left: 0.25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: 0.25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: BlinkMacSystemFont, -apple-system, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    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: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
        padding: 5px 0;
        margin-top: -3px;
    }

        .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            content: "";
            border-width: 5px 5px 0;
            border-top-color: #000;
        }

    .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
        padding: 0 5px;
        margin-left: 3px;
    }

        .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
            top: 50%;
            left: 0;
            margin-top: -5px;
            content: "";
            border-width: 5px 5px 5px 0;
            border-right-color: #000;
        }

    .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
        padding: 5px 0;
        margin-top: 3px;
    }

        .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
            top: 0;
            left: 50%;
            margin-left: -5px;
            content: "";
            border-width: 0 5px 5px;
            border-bottom-color: #000;
        }

    .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
        padding: 0 5px;
        margin-left: -3px;
    }

        .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
            top: 50%;
            right: 0;
            margin-top: -5px;
            content: "";
            border-width: 5px 0 5px 5px;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
}

    .tooltip-inner::before {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: BlinkMacSystemFont, -apple-system, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .popover.popover-top, .popover.bs-tether-element-attached-bottom {
        margin-top: -10px;
    }

        .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
            left: 50%;
            border-bottom-width: 0;
        }

        .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
            bottom: -11px;
            margin-left: -11px;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
            bottom: -10px;
            margin-left: -10px;
            border-top-color: #fff;
        }

    .popover.popover-right, .popover.bs-tether-element-attached-left {
        margin-left: 10px;
    }

        .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
            top: 50%;
            border-left-width: 0;
        }

        .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
            left: -11px;
            margin-top: -11px;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
            left: -10px;
            margin-top: -10px;
            border-right-color: #fff;
        }

    .popover.popover-bottom, .popover.bs-tether-element-attached-top {
        margin-top: 10px;
    }

        .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
            left: 50%;
            border-top-width: 0;
        }

        .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
            top: -11px;
            margin-left: -11px;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
            top: -10px;
            margin-left: -10px;
            border-bottom-color: #f7f7f7;
        }

        .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
            position: absolute;
            top: 0;
            left: 50%;
            display: block;
            width: 20px;
            margin-left: -10px;
            content: "";
            border-bottom: 1px solid #f7f7f7;
        }

    .popover.popover-left, .popover.bs-tether-element-attached-right {
        margin-left: -10px;
    }

        .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
            top: 50%;
            border-right-width: 0;
        }

        .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
            right: -11px;
            margin-top: -11px;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
            right: -10px;
            margin-top: -10px;
            border-left-color: #fff;
        }

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 0.85rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

    .popover-title:empty {
        display: none;
    }

.popover-content {
    padding: 9px 14px;
    color: rgba(0, 0, 0, 0.75);
}

.popover::before,
.popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after {
    content: "";
    border-width: 10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:focus, .carousel-control-prev:hover,
    .carousel-control-next:focus,
    .carousel-control-next:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 0.9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-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='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, 0.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-faded {
    background-color: #e7eaef;
}

.bg-primary {
    background-color: #ff261f !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #eb0700 !important;
}

.bg-success {
    background-color: #4dbd74 !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #3a9d5d !important;
}

.bg-info {
    background-color: #63c2de !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #39b2d5 !important;
}

.bg-warning {
    background-color: #FF9800 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #cc7a00 !important;
}

.bg-danger {
    background-color: #f44336 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #ea1c0d !important;
}

.bg-inverse {
    background-color: #263238 !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #11171a !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;
}

.rounded-circle {
    border-radius: 50%;
}

.rounded-0 {
    border-radius: 0;
}

.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-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.d-print-block {
    display: none !important;
}

@media print {
    .d-print-block {
        display: block !important;
    }
}

.d-print-inline {
    display: none !important;
}

@media print {
    .d-print-inline {
        display: inline !important;
    }
}

.d-print-inline-block {
    display: none !important;
}

@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.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;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3 {
        margin-left: 1rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5 {
        margin-left: 3rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2 {
        padding-left: 0.5rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5 {
        padding-left: 3rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3 {
        margin-left: 1rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5 {
        margin-left: 3rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3 {
        padding-left: 1rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5 {
        padding-left: 3rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #b0bec5 !important;
}

a.text-muted:focus, a.text-muted:hover {
    color: #93a6af !important;
}

.text-primary {
    color: #ff261f !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #eb0700 !important;
}

.text-success {
    color: #4dbd74 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #3a9d5d !important;
}

.text-info {
    color: #63c2de !important;
}

a.text-info:focus, a.text-info:hover {
    color: #39b2d5 !important;
}

.text-warning {
    color: #FF9800 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #cc7a00 !important;
}

.text-danger {
    color: #f44336 !important;
}

.text-blue {
    color: #337ab7 !important;
}

.text-purple {
    color: #b200ff !important;
}

.text-orange {
    color: #ec971f !important;
}


a.text-danger:focus, a.text-danger:hover {
    color: #ea1c0d !important;
}

.text-gray-dark {
    color: #263238 !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #11171a !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;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.aside-menu {
    z-index: 1019;
    width: 250px;
    color: #263238;
    background: #fff;
    border-left: 1px solid #cfd8dc;
}

    .aside-menu .nav-tabs {
        border-color: #cfd8dc;
    }

        .aside-menu .nav-tabs .nav-link {
            padding: 0.75rem 1rem;
            color: rgba(0, 0, 0, 0.75);
            border-top: 0;
        }

            .aside-menu .nav-tabs .nav-link.active {
                color: #ff261f;
                border-right-color: #cfd8dc;
                border-left-color: #cfd8dc;
            }

        .aside-menu .nav-tabs .nav-item:first-child .nav-link {
            border-left: 0;
        }

    .aside-menu .tab-content {
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        border: 0;
        border-top: 1px solid #cfd8dc;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .aside-menu .tab-content::-webkit-scrollbar {
            width: 10px;
            margin-left: -10px;
            -webkit-appearance: none;
        }

        .aside-menu .tab-content::-webkit-scrollbar-track {
            background-color: white;
            border-right: 1px solid #f2f2f2;
            border-left: 1px solid #f2f2f2;
        }

        .aside-menu .tab-content::-webkit-scrollbar-thumb {
            height: 50px;
            background-color: #e6e6e6;
            background-clip: content-box;
            border-color: transparent;
            border-style: solid;
            border-width: 1px 2px;
        }

        .aside-menu .tab-content .tab-pane {
            padding: 0;
        }

.app-footer {
    min-height: 50px;
    padding: 0 1rem;
    line-height: 50px;
    color: rgba(0, 0, 0, 0.75);
    background: #eceff1;
    border-top: 1px solid #cfd8dc;
}

@media all and (-ms-high-contrast: none) {
    html {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.app,
app-dashboard,
app-root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.app-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
}

.app-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.app-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: unset;
}

    .app-body .main {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }

    .app-body .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
        flex: 0 0 215px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .app-body .aside-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }

.header-fixed .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
}

.header-fixed .app-body {
    margin-top: 55px;
}

.sidebar-hidden .sidebar {
    margin-left: -215px;
}

.sidebar-fixed .sidebar {
    position: fixed;
    width: 215px;
    height: 100%;
}

    .sidebar-fixed .sidebar .sidebar-nav {
        height: calc(100vh - 55px);
    }

.sidebar-fixed .main, .sidebar-fixed .app-footer {
    margin-left: 215px;
}

.sidebar-fixed.sidebar-hidden .main, .sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0;
}

.sidebar-off-canvas .sidebar {
    position: fixed;
    z-index: 1019;
    height: 100%;
}

    .sidebar-off-canvas .sidebar .sidebar-nav {
        height: calc(100vh - 55px);
    }

@media (min-width: 992px) {
    .sidebar-compact .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
    }

    .sidebar-compact.sidebar-hidden .sidebar {
        margin-left: -55px;
    }

    .sidebar-compact.sidebar-fixed .main, .sidebar-compact.sidebar-fixed .app-footer {
        margin-left: 55px;
    }

    .sidebar-compact.sidebar-fixed .sidebar {
        width: 55px;
    }

    .sidebar-compact.sidebar-fixed.sidebar-hidden .main, .sidebar-compact.sidebar-fixed.sidebar-hidden .app-footer {
        margin-left: 0;
    }
}

.aside-menu-hidden .aside-menu {
    margin-right: -250px;
}

.aside-menu-fixed .aside-menu {
    position: fixed;
    right: 0;
    height: 100%;
}

    .aside-menu-fixed .aside-menu .tab-content {
        height: calc(100vh - 2.35rem - 55px);
    }

.aside-menu-fixed .main, .aside-menu-fixed .app-footer {
    margin-right: 250px;
}

.aside-menu-fixed.aside-menu-hidden .main, .aside-menu-fixed.aside-menu-hidden .app-footer {
    margin-right: 0;
}

.aside-menu-off-canvas .aside-menu {
    position: fixed;
    right: 0;
    z-index: 1019;
    height: 100%;
}

    .aside-menu-off-canvas .aside-menu .tab-content {
        height: calc(100vh - 2.35rem - 55px);
    }

.footer-fixed .app-footer {
    position: fixed;
    bottom: 0;
    z-index: 1020;
    width: 100%;
}

.footer-fixed .app-body {
    margin-bottom: 50px;
}

.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
    -webkit-transition-duration: 0.25s, 0.25s, 0.25s, 0.25s;
    transition-duration: 0.25s, 0.25s, 0.25s, 0.25s;
    -webkit-transition-property: margin-left, margin-right, width, -webkit-box-flex;
    transition-property: margin-left, margin-right, width, -webkit-box-flex;
    transition-property: margin-left, margin-right, width, flex;
    transition-property: margin-left, margin-right, width, flex, -webkit-box-flex, -ms-flex;
}

@media (max-width: 991px) {
    .app-header {
        position: fixed !important;
        z-index: 1020;
        width: 100%;
    }

        .app-header .navbar-toggler {
            position: absolute;
            top: 0;
            left: 0;
            width: 70px;
            height: inherit;
        }

        .app-header .navbar-toggler {
            color: #b4b8ce;
        }

        .app-header .navbar-brand {
            width: 100% !important;
            margin: 0 auto !important;
        }

        .app-header .navbar-nav {
            position: absolute;
            top: 0;
            right: 15px;
            height: inherit;
        }

    .app-body {
        margin-top: 55px;
    }

    .sidebar {
        position: fixed;
        width: 220px;
        height: 100%;
        margin-left: -220px;
    }

        .sidebar .sidebar-nav,
        .sidebar .nav {
            width: 220px !important;
        }

    .main, .app-footer {
        margin-left: 0 !important;
    }

    .aside-menu {
        margin-right: -250px;
    }

    .sidebar-mobile-show .sidebar {
        width: 220px;
        margin-left: 0;
    }

        .sidebar-mobile-show .sidebar .sidebar-nav {
            height: calc(100vh - 55px);
        }

    .sidebar-mobile-show .main {
        margin-right: -220px !important;
        margin-left: 220px !important;
    }
}

.nav-tabs .nav-link {
    color: #607d8b;
}

    .nav-tabs .nav-link.active {
        color: #263238;
        background: #fff;
        border-color: #cfd8dc;
        border-bottom-color: #fff;
    }

        .nav-tabs .nav-link.active:focus {
            background: #fff;
            border-color: #cfd8dc;
            border-bottom-color: #fff;
        }

.tab-content {
    margin-top: -1px;
    background: #fff;
    border: 1px solid #cfd8dc;
}

    .tab-content .tab-pane {
        padding: 1rem;
    }

.card-block .tab-content {
    margin-top: 0;
    border: 0;
}

header.navbar {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 55px;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

    header.navbar .navbar-brand {
        display: inline-block;
        width: 180px;
        height: 55px;
        padding: 0.5rem 1rem;
        margin-right: 0;
        background-image: url("../../img/logo.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 150px auto;
    }

    header.navbar .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header.navbar .nav-item {
        position: relative;
        min-width: 50px;
        margin: 0 !important;
        text-align: center;
    }

        header.navbar .nav-item .nav-link {
            padding-top: 0;
            padding-bottom: 0;
        }

            header.navbar .nav-item .nav-link .badge {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -16px;
                margin-left: 0;
            }

            header.navbar .nav-item .nav-link > .img-avatar {
                height: 35px;
                margin: 0 10px;
            }

    header.navbar .dropdown-menu {
        padding-bottom: 0;
        line-height: 1.5;
    }

    header.navbar .dropdown-item {
        min-width: 180px;
    }

.navbar-brand {
    color: rgb(255, 255, 255);
}

    .navbar-brand:focus, .navbar-brand:hover {
        color: rgb(255, 255, 255);
    }

.navbar-nav .nav-link {
    color: #b4b8ce;
}

    .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
        color: #575757;
    }

    .navbar-nav .open > .nav-link, .navbar-nav .open > .nav-link:focus, .navbar-nav .open > .nav-link:hover,
    .navbar-nav .active > .nav-link,
    .navbar-nav .active > .nav-link:focus,
    .navbar-nav .active > .nav-link:hover,
    .navbar-nav .nav-link.open,
    .navbar-nav .nav-link.open:focus,
    .navbar-nav .nav-link.open:hover,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.active:focus,
    .navbar-nav .nav-link.active:hover {
        color: rgb(255, 255, 255);
    }

.navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}

.sidebar {
    padding: 0;
    color: #fff;
    background: #fff;
    overflow: hidden;
}

    .sidebar .sidebar-close {
        position: absolute;
        right: 0;
        display: none;
        padding: 0 1rem;
        font-size: 24px;
        font-weight: 800;
        line-height: 55px;
        color: #fff;
        background: 0;
        border: 0;
        opacity: 0.8;
    }

        .sidebar .sidebar-close:hover {
            opacity: 1;
        }

    .sidebar .sidebar-nav {
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        width: 215px;
    }

        .sidebar .sidebar-nav::-webkit-scrollbar {
            position: absolute;
            width: 10px;
            margin-left: -10px;
            -webkit-appearance: none;
        }

        .sidebar .sidebar-nav::-webkit-scrollbar-track {
            background-color: white;
            border-right: 1px solid #f2f2f2;
            border-left: 1px solid #f2f2f2;
        }

        .sidebar .sidebar-nav::-webkit-scrollbar-thumb {
            height: 50px;
            background-color: #e6e6e6;
            background-clip: content-box;
            border-color: transparent;
            border-style: solid;
            border-width: 1px 2px;
        }

    .sidebar .nav {
        width: 215px;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding-left: 2px;
    }

        .sidebar .nav .nav-title {
            padding: 0.75rem 1rem;
            font-size: 11px;
            font-weight: 600;
            color: #cfd8dc;
            text-transform: uppercase;
        }

        .sidebar .nav .divider {
            height: 10px;
        }

        .sidebar .nav .nav-item {
            position: relative;
            margin: 0;
            -webkit-transition: background 0.3s ease-in-out;
            transition: background 0.3s ease-in-out;
            margin-bottom: 5px;
            border-radius: 5px 5px 5px 5px;
        }

.sidebar-compact .sidebar .nav .nav-item:hover .nav-link {
    color: #fff;
}

    .sidebar-compact .sidebar .nav .nav-item:hover .nav-link i {
        color: #fff;
    }

.sidebar .nav .nav-item ul {
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow-y: inherit;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}

.sidebar-compact .sidebar .nav li.nav-item.nav-dropdown:hover + .nav-link,
.sidebar-compact .sidebar .nav li.nav-item.nav-dropdown:hover + .nav-link i {
    color: #fff;
}

.sidebar .nav .nav-item ul.nav-dropdown-items li.nav-item a.nav-link {
    padding-left: 1.5rem;
    color: #79858b;
}

    .sidebar .nav .nav-item ul.nav-dropdown-items li.nav-item a.nav-link i {
        color: #79858b;
    }

    .sidebar .nav .nav-item ul.nav-dropdown-items li.nav-item a.nav-link.active {
        color: #fff;
    }

        .sidebar .nav .nav-item ul.nav-dropdown-items li.nav-item a.nav-link.active i {
            color: #fff;
        }

.sidebar .nav .nav-item ul li {
    padding: 0;
    list-style: none;
}

.sidebar .nav .nav-item .nav-link {
    display: block;
    padding: 0.75rem 1rem 0.75rem 0.75rem;
    color: #79858b;
    text-decoration: none;
    background: transparent;
    border-radius: 5px 5px 5px 5px;
}

    .sidebar .nav .nav-item .nav-link i {
        color: #79858b;
    }

    .sidebar .nav .nav-item .nav-link:hover {
        color: #fff !important;
        background: #ff261f !important;
        border-radius: 5px 5px 5px 5px;
    }

        .sidebar .nav .nav-item .nav-link:hover i {
            color: #fff !important;
        }

            .sidebar .nav .nav-item .nav-link:hover i.text-danger {
                color: #fff !important;
            }

    .sidebar .nav .nav-item .nav-link.active {
        color: #fff;
        background: #ff261f;
        border-radius: 5px 5px 5px 5px;
    }

        .sidebar .nav .nav-item .nav-link.active i {
            color: #fff !important;
        }

    .sidebar .nav .nav-item .nav-link [class^=icon-], .sidebar .nav .nav-item .nav-link [class*=" icon-"] {
        display: inline-block;
        margin-top: -4px;
        vertical-align: middle;
    }

    .sidebar .nav .nav-item .nav-link i {
        width: 20px;
        margin: 0 0.5rem 0 0;
        font-size: 14px;
        color: #b0bec5;
        text-align: center;
    }

    .sidebar .nav .nav-item .nav-link .defective-device-icon {
        height: 30px;
        width: 30px;
        margin: 0 5px 0 -4px;
    }

    .sidebar .nav .nav-item .nav-link .badge {
        float: right;
        margin-top: 2px;
    }

    .sidebar .nav .nav-item .nav-link.nav-dropdown-toggle::before {
        position: absolute;
        top: 0.9625rem;
        right: 1rem;
        display: block;
        width: 0.85rem;
        height: 0.85rem;
        padding: 0;
        font-size: 1.5rem;
        line-height: 0.6375rem;
        text-align: center;
        content: "‹";
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.sidebar .nav .nav-item.nav-dropdown.open {
    background: #fff;
}

    .sidebar .nav .nav-item.nav-dropdown.open > ul, .sidebar .nav .nav-item.nav-dropdown.open > ol {
        max-height: 1000px;
    }

    .sidebar .nav .nav-item.nav-dropdown.open a.nav-link {
        color: #79858b;
        border-left: 0 !important;
    }

    .sidebar .nav .nav-item.nav-dropdown.open > .nav-link.nav-dropdown-toggle::before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sidebar .nav .nav-item.nav-dropdown.open .nav-dropdown.open {
        border-left: 0;
    }

.sidebar .nav .nav-item.nav-dropdown.nt {
    -webkit-transition: 0s !important;
    transition: 0s !important;
}

    .sidebar .nav .nav-item.nav-dropdown.nt > ul, .sidebar .nav .nav-item.nav-dropdown.nt > ol {
        -webkit-transition: 0s !important;
        transition: 0s !important;
    }

    .sidebar .nav .nav-item.nav-dropdown.nt a.nav-link.nav-dropdown-toggle::before {
        -webkit-transition: 0s !important;
        transition: 0s !important;
    }

.sidebar .nav .nav-item a.nav-label {
    display: block;
    padding: 0.09375rem 1rem;
    color: #cfd8dc;
}

    .sidebar .nav .nav-item a.nav-label:hover {
        color: #fff;
        text-decoration: none;
    }

    .sidebar .nav .nav-item a.nav-label i {
        width: 20px;
        margin: -3px 0.5rem 0 0;
        font-size: 10px;
        color: #b0bec5;
        text-align: center;
        vertical-align: middle;
    }

.sidebar-compact .sidebar .nav .nav-item:hover > .nav-link {
    color: #fff !important;
}

    .sidebar-compact .sidebar .nav .nav-item:hover > .nav-link i {
        color: #fff !important;
    }

.defective-device-item a {
    display: flex !important;
    align-items: center !important;
}

@media (min-width: 992px) {
    .sidebar-compact .hidden-cn {
        display: none;
    }

    .sidebar-compact .sidebar {
        z-index: 1019;
    }

        .sidebar-compact .sidebar:hover {
            overflow: visible;
        }

        .sidebar-compact .sidebar .sidebar-nav {
            overflow: visible;
            width: 55px;
        }

        .sidebar-compact .sidebar .nav {
            width: 55px;
        }

            .sidebar-compact .sidebar .nav .nav-title, .sidebar-compact .sidebar .nav .divider {
                display: none;
            }

            .sidebar-compact .sidebar .nav .nav-item {
                width: 55px;
                overflow: hidden;
                border-left: 0 !important;
            }

                .sidebar-compact .sidebar .nav .nav-item ul {
                    background: #fff;
                    border: 1px solid #ddd;
                }

                    .sidebar-compact .sidebar .nav .nav-item ul.nav-dropdown-items li.nav-item a.nav-link {
                        padding-left: 0;
                        color: #79858b;
                    }

                    .sidebar-compact .sidebar .nav .nav-item ul.nav-dropdown-items li.nav-item a.active {
                        color: #fff;
                    }

                        .sidebar-compact .sidebar .nav .nav-item ul.nav-dropdown-items li.nav-item a.active i {
                            color: #fff;
                        }

                .sidebar-compact .sidebar .nav .nav-item .nav-link {
                    position: relative;
                    padding-left: 0;
                    margin: 0;
                    white-space: nowrap;
                    border-left: 0 !important;
                }

                    .sidebar-compact .sidebar .nav .nav-item .nav-link.nav-dropdown-toggle::before {
                        display: none;
                    }

                    .sidebar-compact .sidebar .nav .nav-item .nav-link i {
                        display: block;
                        float: left;
                        width: 55px;
                        padding: 0;
                        margin: 0 !important;
                        font-size: 18px;
                    }


                    .sidebar-compact .sidebar .nav .nav-item .nav-link .defective-device-icon {
                        display: block;
                        float: left;
                        width: 30px;
                        padding: 0;
                        height: 30px;
                        margin: 0 12px 0 12px !important;
                    }

                    .sidebar-compact .sidebar .nav .nav-item .nav-link .badge {
                        position: absolute;
                        right: 15px;
                        display: none;
                    }

                    .sidebar-compact .sidebar .nav .nav-item .nav-link:hover {
                        width: 215px;
                    }

                        .sidebar-compact .sidebar .nav .nav-item .nav-link:hover .badge {
                            display: inline;
                        }

                .sidebar-compact .sidebar .nav .nav-item ul {
                    position: absolute;
                    left: 55px;
                }

                    .sidebar-compact .sidebar .nav .nav-item ul li {
                        position: relative;
                        padding: 0;
                    }

                        .sidebar-compact .sidebar .nav .nav-item ul li .nav-link {
                            width: 155px;
                        }

                        .sidebar-compact .sidebar .nav .nav-item ul li ul, .sidebar-compact .sidebar .nav .nav-item ul li ol {
                            position: absolute;
                            top: 0;
                            left: 100%;
                        }

                /*.sidebar-compact .sidebar .nav .nav-item.nav-dropdown.open {
                    background: white;
                }*/

                .sidebar-compact .sidebar .nav .nav-item.nav-dropdown.open > ul, .sidebar-compact .sidebar .nav .nav-item.nav-dropdown.open > ol {
                    display: none;
                }

                .sidebar-compact .sidebar .nav .nav-item:hover {
                    width: 285px;
                    overflow: visible;
                    background: #ff261f;
                    -webkit-transition: 0s;
                    transition: 0s;
                }

                    .sidebar-compact .sidebar .nav .nav-item:hover > a.nav-link {
                        width: 265px;
                    }

                    .sidebar-compact .sidebar .nav .nav-item:hover > ul, .sidebar-compact .sidebar .nav .nav-item:hover > ol {
                        display: inline;
                        max-height: 10000px;
                        -webkit-transition: 0s;
                        transition: 0s;
                    }

                        .sidebar-compact .sidebar .nav .nav-item:hover > ul li, .sidebar-compact .sidebar .nav .nav-item:hover > ol li {
                            width: 215px;
                        }

                            .sidebar-compact .sidebar .nav .nav-item:hover > ul li a.nav-link, .sidebar-compact .sidebar .nav .nav-item:hover > ol li a.nav-link {
                                width: 215px;
                            }

                    .sidebar-compact .sidebar .nav .nav-item:hover.nav-dropdown.open > ul, .sidebar-compact .sidebar .nav .nav-item:hover.nav-dropdown.open > ol {
                        display: inline;
                    }
}

.table-outline {
    border: 1px solid #cfd8dc;
}

    .table-outline td {
        vertical-align: middle;
    }

.table-align-middle td {
    vertical-align: middle;
}

.table-clear td {
    border: 0;
}

.switch.switch-default {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-default .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-default .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #fff;
        border: 1px solid #cfd8dc;
        border-radius: 2px;
        -webkit-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        -webkit-transition-property: opacity background;
        transition-property: opacity background;
    }

    .switch.switch-default .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-default .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-default .switch-handle {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid #cfd8dc;
        border-radius: 1px;
        -webkit-transition: left 0.15s ease-out;
        transition: left 0.15s ease-out;
    }

    .switch.switch-default .switch-input:checked ~ .switch-handle {
        left: 18px;
    }

    .switch.switch-default.switch-lg {
        width: 48px;
        height: 28px;
    }

        .switch.switch-default.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-default.switch-lg .switch-handle {
            width: 24px;
            height: 24px;
        }

        .switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
            left: 22px;
        }

    .switch.switch-default.switch-sm {
        width: 32px;
        height: 20px;
    }

        .switch.switch-default.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-default.switch-sm .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
            left: 14px;
        }

    .switch.switch-default.switch-xs {
        width: 24px;
        height: 16px;
    }

        .switch.switch-default.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-default.switch-xs .switch-handle {
            width: 12px;
            height: 12px;
        }

        .switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
            left: 10px;
        }

.switch.switch-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-text .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-text .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #fff;
        border: 1px solid #cfd8dc;
        border-radius: 2px;
        -webkit-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        -webkit-transition-property: opacity background;
        transition-property: opacity background;
    }

        .switch.switch-text .switch-label::before,
        .switch.switch-text .switch-label::after {
            position: absolute;
            top: 50%;
            width: 50%;
            margin-top: -0.5em;
            line-height: 1;
            text-align: center;
            -webkit-transition: inherit;
            transition: inherit;
        }

        .switch.switch-text .switch-label::before {
            right: 1px;
            color: #cfd8dc;
            content: attr(data-off);
        }

        .switch.switch-text .switch-label::after {
            left: 1px;
            color: #fff;
            content: attr(data-on);
            opacity: 0;
        }

    .switch.switch-text .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-text .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-text .switch-handle {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid #cfd8dc;
        border-radius: 1px;
        -webkit-transition: left 0.15s ease-out;
        transition: left 0.15s ease-out;
    }

    .switch.switch-text .switch-input:checked ~ .switch-handle {
        left: 26px;
    }

    .switch.switch-text.switch-lg {
        width: 56px;
        height: 28px;
    }

        .switch.switch-text.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-text.switch-lg .switch-handle {
            width: 24px;
            height: 24px;
        }

        .switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
            left: 30px;
        }

    .switch.switch-text.switch-sm {
        width: 40px;
        height: 20px;
    }

        .switch.switch-text.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-text.switch-sm .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
            left: 22px;
        }

    .switch.switch-text.switch-xs {
        width: 32px;
        height: 16px;
    }

        .switch.switch-text.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-text.switch-xs .switch-handle {
            width: 12px;
            height: 12px;
        }

        .switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
            left: 18px;
        }

.switch.switch-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-icon .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-icon .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-family: FontAwesome;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #fff;
        border: 1px solid #cfd8dc;
        border-radius: 2px;
        -webkit-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        -webkit-transition-property: opacity background;
        transition-property: opacity background;
    }

        .switch.switch-icon .switch-label::before,
        .switch.switch-icon .switch-label::after {
            position: absolute;
            top: 50%;
            width: 50%;
            margin-top: -0.5em;
            line-height: 1;
            text-align: center;
            -webkit-transition: inherit;
            transition: inherit;
        }

        .switch.switch-icon .switch-label::before {
            right: 1px;
            color: #cfd8dc;
            content: attr(data-off);
        }

        .switch.switch-icon .switch-label::after {
            left: 1px;
            color: #fff;
            content: attr(data-on);
            opacity: 0;
        }

    .switch.switch-icon .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-icon .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-icon .switch-handle {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid #cfd8dc;
        border-radius: 1px;
        -webkit-transition: left 0.15s ease-out;
        transition: left 0.15s ease-out;
    }

    .switch.switch-icon .switch-input:checked ~ .switch-handle {
        left: 26px;
    }

    .switch.switch-icon.switch-lg {
        width: 56px;
        height: 28px;
    }

        .switch.switch-icon.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-icon.switch-lg .switch-handle {
            width: 24px;
            height: 24px;
        }

        .switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
            left: 30px;
        }

    .switch.switch-icon.switch-sm {
        width: 40px;
        height: 20px;
    }

        .switch.switch-icon.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-icon.switch-sm .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
            left: 22px;
        }

    .switch.switch-icon.switch-xs {
        width: 32px;
        height: 16px;
    }

        .switch.switch-icon.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-icon.switch-xs .switch-handle {
            width: 12px;
            height: 12px;
        }

        .switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
            left: 18px;
        }

.switch.switch-3d {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-3d .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-3d .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #eceff1;
        border: 1px solid #cfd8dc;
        border-radius: 2px;
        -webkit-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        -webkit-transition-property: opacity background;
        transition-property: opacity background;
    }

    .switch.switch-3d .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-3d .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-3d .switch-handle {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: #fff;
        border: 1px solid #cfd8dc;
        border-radius: 1px;
        -webkit-transition: left 0.15s ease-out;
        transition: left 0.15s ease-out;
        border: 0;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .switch.switch-3d .switch-input:checked ~ .switch-handle {
        left: 16px;
    }

    .switch.switch-3d.switch-lg {
        width: 48px;
        height: 28px;
    }

        .switch.switch-3d.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-3d.switch-lg .switch-handle {
            width: 28px;
            height: 28px;
        }

        .switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
            left: 20px;
        }

    .switch.switch-3d.switch-sm {
        width: 32px;
        height: 20px;
    }

        .switch.switch-3d.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-3d.switch-sm .switch-handle {
            width: 20px;
            height: 20px;
        }

        .switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
            left: 12px;
        }

    .switch.switch-3d.switch-xs {
        width: 24px;
        height: 16px;
    }

        .switch.switch-3d.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-3d.switch-xs .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
            left: 8px;
        }

    .switch-pill .switch-label, .switch.switch-3d .switch-label,
    .switch-pill .switch-handle,
    .switch.switch-3d .switch-handle {
        border-radius: 50em !important;
    }

        .switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
            right: 2px !important;
        }

        .switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
            left: 2px !important;
        }

.switch-primary > .switch-input:checked ~ .switch-label {
    background: #ff261f !important;
    border-color: #eb0700;
}

.switch-primary > .switch-input:checked ~ .switch-handle {
    border-color: #eb0700;
}

.switch-primary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ff261f;
}

    .switch-primary-outline > .switch-input:checked ~ .switch-label::after {
        color: #ff261f;
    }

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #ff261f;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ff261f;
}

    .switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #ff261f;
    }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #ff261f !important;
    border-color: #ff261f;
}

.switch-secondary > .switch-input:checked ~ .switch-label {
    background: #cfd8dc !important;
    border-color: #b2c0c6;
}

.switch-secondary > .switch-input:checked ~ .switch-handle {
    border-color: #b2c0c6;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #cfd8dc;
}

    .switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
        color: #cfd8dc;
    }

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #cfd8dc;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #cfd8dc;
}

    .switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #cfd8dc;
    }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #cfd8dc !important;
    border-color: #cfd8dc;
}

.switch-success > .switch-input:checked ~ .switch-label {
    background: #4dbd74 !important;
    border-color: #3a9d5d;
}

.switch-success > .switch-input:checked ~ .switch-handle {
    border-color: #3a9d5d;
}

.switch-success-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #4dbd74;
}

    .switch-success-outline > .switch-input:checked ~ .switch-label::after {
        color: #4dbd74;
    }

.switch-success-outline > .switch-input:checked ~ .switch-handle {
    border-color: #4dbd74;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #4dbd74;
}

    .switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #4dbd74;
    }

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #4dbd74 !important;
    border-color: #4dbd74;
}

.switch-info > .switch-input:checked ~ .switch-label {
    background: #63c2de !important;
    border-color: #39b2d5;
}

.switch-info > .switch-input:checked ~ .switch-handle {
    border-color: #39b2d5;
}

.switch-info-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #63c2de;
}

    .switch-info-outline > .switch-input:checked ~ .switch-label::after {
        color: #63c2de;
    }

.switch-info-outline > .switch-input:checked ~ .switch-handle {
    border-color: #63c2de;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #63c2de;
}

    .switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #63c2de;
    }

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #63c2de !important;
    border-color: #63c2de;
}

.switch-warning > .switch-input:checked ~ .switch-label {
    background: #FF9800 !important;
    border-color: #cc7a00;
}

.switch-warning > .switch-input:checked ~ .switch-handle {
    border-color: #cc7a00;
}

.switch-warning-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #FF9800;
}

    .switch-warning-outline > .switch-input:checked ~ .switch-label::after {
        color: #FF9800;
    }

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
    border-color: #FF9800;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #FF9800;
}

    .switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #FF9800;
    }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #FF9800 !important;
    border-color: #FF9800;
}

.switch-danger > .switch-input:checked ~ .switch-label {
    background: #f44336 !important;
    border-color: #ea1c0d;
}

.switch-danger > .switch-input:checked ~ .switch-handle {
    border-color: #ea1c0d;
}

.switch-danger-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f44336;
}

    .switch-danger-outline > .switch-input:checked ~ .switch-label::after {
        color: #f44336;
    }

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
    border-color: #f44336;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f44336;
}

    .switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #f44336;
    }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #f44336 !important;
    border-color: #f44336;
}

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-inverse {
    color: #fff;
}

.b-a-0 {
    border: 0 !important;
}

.b-t-0 {
    border-top: 0 !important;
}

.b-r-0 {
    border-right: 0 !important;
}

.b-b-0 {
    border-bottom: 0 !important;
}

.b-l-0 {
    border-left: 0 !important;
}

.b-a-1 {
    border: 1px solid #cfd8dc !important;
}

.b-t-1 {
    border-top: 1px solid #cfd8dc !important;
}

.b-r-1 {
    border-right: 1px solid #cfd8dc !important;
}

.b-b-1 {
    border-bottom: 1px solid #cfd8dc !important;
}

.b-l-1 {
    border-left: 1px solid #cfd8dc !important;
}

.b-a-2 {
    border: 2px solid #cfd8dc !important;
}

.b-t-2 {
    border-top: 2px solid #cfd8dc !important;
}

.b-r-2 {
    border-right: 2px solid #cfd8dc !important;
}

.b-b-2 {
    border-bottom: 2px solid #cfd8dc !important;
}

.b-l-2 {
    border-left: 2px solid #cfd8dc !important;
}

@media (max-width: 575px) {
    .d-down-none {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .d-sm-down-none {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .d-md-down-none {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .d-lg-down-none {
        display: none !important;
    }
}

.d-xl-down-none {
    display: none !important;
}

.bg-success-light {
    background: rgba(23, 158, 23, 0.1019607843) !important;
}

.bg-info-light {
    background: rgba(110, 168, 255, 0.1019607843) !important;
}

.bg-danger-light {
    background: rgba(202, 17, 17, 0.1019607843) !important;
}

.bg-warning-light {
    background: rgba(222, 112, 71, 0.1019607843) !important;
}

.bg-gray-light {
    background: rgba(140, 155, 165, 0.7490196078) !important;
}

.bg-gray-light-5 {
    background: #F0F2F5 !important;
}

/* Base - component styles */
/* Layout */
.app {
    background: rgb(241, 245, 249);
}

.container-fluid {
    padding-top: 15px;
}

.logo {
    max-width: 200px;
}

.logo-mark {
    width: 200px;
}

@media (max-width: 991px) {
    .app-header .navbar-brand {
        background-position: 55px center !important;
    }
}

[class*=col-] {
    float: left;
}

.app-login {
    background: #F0F2F5;
    background-image: url(../Content/images/login-bg.svg);
    background-repeat: repeat-x;
    background-position: bottom;
}

.login-card {
    max-width: 425px;
}

    .login-card .form-control {
        min-height: 50px;
        font-size: 1rem;
    }

    .login-card button {
        padding: 1rem 1rem;
        text-transform: uppercase;
        font-size: 1rem;
    }

    .login-card .card {
        min-height: 242px;
    }

        .login-card .card .card-block {
            padding: 25px;
        }

            .login-card .card .card-block i {
                line-height: 1.75;
                margin: 0 5px;
            }

        .login-card .card [class*=col-] {
            margin: 0;
        }

.nopadding {
    padding: 0;
}

.aside-menu-fixed .main,
.aside-menu-fixed .app-footer {
    margin-right: 0;
}

.aside-menu {
    -webkit-box-shadow: -1px 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 0 6px 1px rgba(0, 0, 0, 0.1);
}

    .aside-menu .profile-section {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eceff1;
    }

        .aside-menu .profile-section .avatar {
            max-height: 30px;
            margin-right: 10px;
        }

        .aside-menu .profile-section .profile-options {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 12px;
            margin: 5px 0 0 0;
        }

            .aside-menu .profile-section .profile-options a {
                margin-right: 15px;
            }

                .aside-menu .profile-section .profile-options a:last-child {
                    margin-right: 0;
                }

                .aside-menu .profile-section .profile-options a i {
                    margin: 0;
                }

/* Navbar */
.header-fixed .app-header {
    padding-right: 15px;
}

header.navbar .nav-item {
    margin: 0 !important;
    min-width: 30px;
}

.navbar-brand {
    background-position: 15px center !important;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-toggler-icon {
    color: #b4b8ce;
    line-height: 1.5;
    cursor: pointer;
}

.sidebar-minimizer {
    width: 55px;
    height: 55px;
    line-height: 2.5;
}

@media (max-width: 991px) {
    .app-header .navbar-toggler {
        width: auto;
    }
}
/* Sidebar menu  */
.sidebar .badge {
    background: #f44336;
    border: 0;
    color: #fff;
    padding: 5px 7px;
}

.sidebar-compact .sidebar .nav .nav-item .nav-link .badge {
    display: block;
    top: 10px;
}

.sidebar-compact.sidebar-mobile-show .sidebar .nav .nav-item .nav-link .badge {
    top: unset;
}

/* .sidebar .sidebar-nav .nav{
    height: 100%;

} */
.sidebar .sidebar-nav .nav {
    min-height: calc(100vh - 55px);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .sidebar .sidebar-nav .nav .nav-item {
        min-height: 45px;
        overflow: hidden;
    }

/* Aside menu */
.aside-menu-fixed .aside-menu .tab-content {
    height: calc(100vh - 55px);
}

    .aside-menu-fixed .aside-menu .tab-content a,
    .aside-menu-fixed .aside-menu .tab-content i {
        color: #607d8b;
    }

@media (max-width: 991px) {
    .aside-menu {
        margin-right: 0;
    }
}

.aside-menu ul {
    list-style: none;
    padding: 0;
}

    .aside-menu ul li {
        padding: 10px 0;
    }

.aside-menu-toggler {
    position: relative !important;
}

/* Card layout */
.card {
    background: transparent;
}

    .card .card-header {
        background: #fff;
        border: 0;
        padding: 0 0 5px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .card .card-header .filter-section {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2;
        }

            .card .card-header .filter-section nav {
                display: inline-block;
                margin-right: 25px;
            }

        .card .card-header .nav-tabs {
            border: 0;
        }

            .card .card-header .nav-tabs .nav-link {
                border: 0;
                padding: 10px 15px;
                margin-top: -10px;
            }

                .card .card-header .nav-tabs .nav-link:hover {
                    border: 0;
                }

                .card .card-header .nav-tabs .nav-link.active {
                    background: #d33c21;
                }

        .card .card-header strong {
            font-weight: 600;
            font-size: 0.85rem;
            padding: 0;
            display: inline-block;
            margin-right: 25px;
            text-transform: uppercase;
        }

            .card .card-header strong small {
                font-size: 12px;
                color: #607d8b;
                text-transform: none;
            }

                .card .card-header strong small span {
                    font-weight: 500;
                    color: #263238;
                }

            .card .card-header strong i {
                margin-right: 5px;
            }

        .card .card-header .badge {
            height: 30px;
            padding: 8px 30px 7px 10px;
            margin-right: 5px;
            border: 0;
            margin-top: 0;
            background: #fafdff;
            border: 1px solid #dce0e3;
        }

    .card .card-block {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0;
        background: #fff;
        border: 0px solid #b0bec5;
    }

    .card .card-footer {
        background: transparent;
        z-index: 1;
    }

/* Grid pages with full screen height */
.main-card {
    height: calc(100vh - 90px);
    border: 0;
}

@media (max-width: 991px) {
    .main-card {
        height: auto;
    }
}

.main-card.auto-height {
    height: auto;
}

.main-card .card-header {
    background: transparent;
    padding: 5px 10px;
}

    .main-card .card-header .btn-link {
        padding-top: 10px;
        background: #ff261f;
        color: #fff;
        border-radius: 6px !important;
        margin-right: 10px;
    }

        .main-card .card-header .btn-link:last-child {
            margin-right: 0;
        }

@media (max-width: 991px) {
    .main-card .card-header .btn-link {
        height: 37px;
        padding: 10px 7px !important;
    }
}

@media (max-width: 991px) {
    .main-card .v-seperator {
        height: 37px;
    }
}

.main-card .card-block {
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    overflow-x: auto;
}

/* View Tasks page */
.task-card {
    height: calc(100vh - 90px);
}

    .task-card .card-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #f7f9fa;
        border-bottom: 1px solid #cfd8dc;
        color: #607d8b;
        padding: 15px;
    }

        .task-card .card-header .back-btn {
            margin: 0;
            padding: 0;
            color: #607d8b;
            font-size: 25px;
        }

        .task-card .card-header strong {
            font-size: 20px;
        }

        .task-card .card-header button {
            border: 0px;
            color: #607d8b;
        }

    .task-card .card-block .row {
        padding: 15px;
    }

    .task-card .card-block [class*=col-] {
        margin-bottom: 0px;
    }

    .task-card .card-block .task-view .actions {
        border-bottom: 1px solid #cfd8dc;
        padding: 10px;
        min-height: 52.5px;
        -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    }

        .task-card .card-block .task-view .actions .nav-tabs {
            border: 0;
        }

            .task-card .card-block .task-view .actions .nav-tabs .nav-link {
                border: 0;
            }

                .task-card .card-block .task-view .actions .nav-tabs .nav-link:hover {
                    border: 0;
                }

        .task-card .card-block .task-view .actions .filters {
            display: inline-block;
        }

        .task-card .card-block .task-view .actions .badge {
            margin-top: 2.5px;
        }

        .task-card .card-block .task-view .actions button:hover {
            color: #263238;
        }

        .task-card .card-block .task-view .actions button.active {
            color: #fff;
            background: #ff261f;
            border-radius: 25px;
        }

    .task-card .card-block .task-view .tab-content {
        padding: 0;
        border: 0 !important;
        background: transparent;
    }

        .task-card .card-block .task-view .tab-content .tab-pane {
            padding: 0;
        }

    .task-card .card-block .task-view .table-view {
        height: calc(100vh - 415px);
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
        border: 0;
    }

    .task-card .card-block .task-view .map-view {
        width: 100%;
    }

        .task-card .card-block .task-view .map-view #tasks-map {
            height: calc(100vh - 415px);
        }

    .task-card .value {
        display: block;
        font-weight: 600;
        margin-bottom: 15px;
    }

.task-view {
    height: calc(100vh - 130px);
}

    .task-view .tab-content {
        padding: 0;
        border: 0 !important;
        background: transparent;
    }

        .task-view .tab-content .tab-pane {
            padding: 0;
        }

.filter-block {
    height: calc(100vh - 130px);
    overflow: hidden;
    overflow-y: auto;
    border-right: 1px solid #cfd8dc;
    position: relative;
    padding: 0;
    position: sticky;
    top: 0;
}

    .filter-block .fixed-area {
        width: 100%;
        padding: 10px;
        background: #f7f9fa;
        border-top: 1px solid #cfd8dc;
        border-bottom: 1px solid #cfd8dc;
        z-index: 999;
        -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .filter-block .fixed-area a {
            text-decoration: none;
        }

    .filter-block .task-list .list-group-item {
        padding: 10px 15px;
    }

        .filter-block .task-list .list-group-item:first-child {
            position: sticky;
            top: 0;
            z-index: 999;
            -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.125);
            box-shadow: 0px 1px rgba(0, 0, 0, 0.125);
        }

        .filter-block .task-list .list-group-item input[type=text] {
            background: transparent;
            border: 0;
            border-bottom: 1px solid #b0bec5;
            font-size: 15px;
            display: block;
            font-weight: 500;
            width: 100%;
        }

            .filter-block .task-list .list-group-item input[type=text]:hover, .filter-block .task-list .list-group-item input[type=text]:active, .filter-block .task-list .list-group-item input[type=text]:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
                outline: 0;
            }

        .filter-block .task-list .list-group-item .input-group-addon {
            background: 0;
            border: 0;
            padding: 10px 5px;
        }

            .filter-block .task-list .list-group-item .input-group-addon i {
                color: #ff261f;
            }

    .filter-block .task-list h1 {
        font-size: 15px;
        margin-top: 5px;
    }

.card-qr .card-block {
    overflow-x: auto !important;
}

.app-body .main {
    width: calc(100% - 55px);
}

/* Form Elements */
label {
    padding-bottom: 2px;
    font-weight: 400;
}

    label small {
        text-transform: none;
    }

    label input[type=checkbox] {
        margin-right: 5px;
    }

select.round {
    border-radius: 25px;
    background: #f7f9fa;
    padding: 5px 10px;
    margin: 0 25px;
    width: 150px;
}

.badge {
    display: inline-block;
    background: #eceff1;
    color: #263238;
    border: 1px dotted #607d8b;
    padding: 7px 35px 7px 15px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    border-radius: 14px;
}

    .badge span.close {
        position: absolute;
        right: 0;
        top: 4px;
        cursor: pointer;
    }

        .badge span.close i {
            font-size: 16px;
        }

.btn,
button {
    cursor: pointer;
}

    .btn:focus, .btn.focus,
    button:focus,
    button.focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.btn-link,
    button.btn-link {
        color: #607d8b;
        text-decoration: none;
    }

.input-group-addon {
    display: block;
    background: #f7f9fa;
    text-align: center;
    line-height: 1.5;
}

    .input-group-addon label {
        margin-left: 20px;
    }

    .input-group-addon select {
        border: 0;
        background: transparent;
        width: 100%;
        height: 100%;
    }

    .input-group-addon.fixed {
        width: 110px;
    }

.form-group h4 {
    color: #ff261f;
    font-size: 22px;
    font-weight: 300;
}

.form-check-input {
    margin-left: 0;
    margin-right: 5px;
}

.form-control {
    line-height: 1.5;
    min-height: 38px;
    border-radius: 5px;
}

    .form-control:disabled {
        background: #f7f9fa;
    }

        .form-control:disabled::-webkit-input-placeholder {
            color: #b0bec5;
        }

        .form-control:disabled::-moz-placeholder {
            color: #b0bec5;
        }

        .form-control:disabled:-ms-input-placeholder {
            color: #b0bec5;
        }

        .form-control:disabled::-ms-input-placeholder {
            color: #b0bec5;
        }

        .form-control:disabled::placeholder {
            color: #b0bec5;
        }

input[type=color] {
    padding: 0.5rem 1rem;
    min-height: 38px;
}

.list-group-items {
    line-height: 1;
}

details summary {
    cursor: pointer;
}

    details summary:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
    }

details .form-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list-details[open] {
    background: #f7f9fa;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td:hover {
    background-color: #ff261f !important;
}

/* Table grids */
table, .table {
    color: #6e6b7b;
    font-variant-numeric: lining-nums;
    max-width: unset;
}

    table a:hover, .table a:hover {
        text-decoration: none;
    }

    table i, .table i {
        font-size: 13px;
        margin: 0px 1.5px;
        vertical-align: middle;
    }

        table i.fa-filter, .table i.fa-filter {
            margin: 5px;
        }

    table thead, .table thead {
        background: #f7f9fa;
    }

        table thead tr th, .table thead tr th {
            font-weight: 500;
            font-size: 12px;
            padding: 5px 15px 5px 5px;
            vertical-align: baseline;
            border: 1px solid #cfd8dc;
            border-top: 0;
            background: #f7f9fa;
            position: relative;
            position: sticky;
            top: 0;
            z-index: 10;
            -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.075);
            box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.075);
            text-transform: capitalize;
            white-space: nowrap;
            color: #333;
            /* i.fa-filter{ */
        }

            table thead tr th:first-child, .table thead tr th:first-child {
                border-left: 0;
            }

            table thead tr th:last-child, .table thead tr th:last-child {
                border-right: 0;
            }

            table thead tr th.xxs, .table thead tr th.xxs {
                width: 80px;
            }

            table thead tr th.xs, .table thead tr th.xs {
                width: 1%;
            }

            table thead tr th.sm, .table thead tr th.sm {
                width: 10%;
            }

            table thead tr th.md, .table thead tr th.md {
                width: 20%;
            }

            table thead tr th.lg, .table thead tr th.lg {
                width: 25%;
            }

            table thead tr th.sticky-right, .table thead tr th.sticky-right {
                position: sticky;
                right: -2px;
                background: #f7f9fa;
                z-index: 9999;
            }

            table thead tr th.sticky-left, .table thead tr th.sticky-left {
                position: sticky;
                left: -2px;
                background: #f7f9fa;
                z-index: 9999;
            }

            table thead tr th div.dropdown, .table thead tr th div.dropdown {
                position: absolute;
                top: -2px;
                right: -2px;
            }

                table thead tr th div.dropdown i.fa-filter, .table thead tr th div.dropdown i.fa-filter {
                    color: #cfd8dc;
                    vertical-align: baseline;
                    font-size: 12px;
                }

                    table thead tr th div.dropdown i.fa-filter.active, .table thead tr th div.dropdown i.fa-filter.active {
                        color: #263238;
                    }

                table thead tr th div.dropdown.show i.fa-filter, .table thead tr th div.dropdown.show i.fa-filter {
                    color: #263238;
                }

            table thead tr th span, .table thead tr th span {
                cursor: pointer;
                display: inline-block;
                width: 100%;
                height: 100%;
                vertical-align: top;
            }

            table thead tr th.px-0, .table thead tr th.px-0 {
                padding: 5px 15px !important;
            }

            table thead tr th input[type=radio], .table thead tr th input[type=radio] {
                width: 15px;
                height: 15px;
                vertical-align: middle;
                margin-top: -5px;
            }

    table tbody tr.active, .table tbody tr.active {
        color: #ff261f;
        background: #eceff1 !important;
    }

    table tbody tr:hover, .table tbody tr:hover {
        background: #eceff1;
    }

    table tbody tr:nth-child(even), .table tbody tr:nth-child(even) {
        background: #f7f9fa;
    }

        table tbody tr:nth-child(even):hover, .table tbody tr:nth-child(even):hover {
            background: #eceff1;
        }

    table tbody tr.split td, .table tbody tr.split td {
        text-decoration: line-through;
    }

        table tbody tr.split td:last-child, .table tbody tr.split td:last-child {
            text-decoration: none;
        }

            table tbody tr.split td:last-child i, .table tbody tr.split td:last-child i {
                color: #ff261f;
            }

        table tbody tr.split td a, .table tbody tr.split td a {
            text-decoration: line-through;
        }

        table tbody tr.split td input, .table tbody tr.split td input {
            pointer-events: none;
            opacity: 0.5;
        }

    table tbody tr td, .table tbody tr td {
        padding: 7px 5px;
        max-width: 10rem;
        border: 1px solid #eceff1;
        font-size: 13px;
        -webkit-font-feature-settings: "tnum" 1;
        font-feature-settings: "tnum" 1;
        word-break: break-word;
        /*white-space: normal;*/
        position: relative;
    }

        table tbody tr td .dropdown a[data-toggle=dropdown], .table tbody tr td .dropdown a[data-toggle=dropdown] {
            text-align: center;
            margin-top: 2.5px;
            display: block;
        }

        table tbody tr td.menu, .table tbody tr td.menu {
            padding: 0 !important;
        }

            table tbody tr td.menu i, .table tbody tr td.menu i {
                padding: 5px 15px;
                font-size: 20px;
            }

        table tbody tr td.sticky-right, .table tbody tr td.sticky-right {
            background: #fff;
            position: sticky;
            right: -2px;
            z-index: 999;
        }

        table tbody tr td.sticky-left, .table tbody tr td.sticky-left {
            background: #fff;
            position: sticky;
            left: -2px;
            -webkit-box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.06);
            box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.06);
            z-index: 999;
        }

        table tbody tr td.text-nowrap-none, .table tbody tr td.text-nowrap-none {
            white-space: unset !important;
            min-width: 100px;
        }

        table tbody tr td input[type=checkbox], table tbody tr td input[type=radio], .table tbody tr td input[type=checkbox], .table tbody tr td input[type=radio] {
            vertical-align: middle;
            width: 20px;
            height: 20px;
        }

        table tbody tr td .help-text, .table tbody tr td .help-text {
            cursor: help;
        }

        table tbody tr td.px-0, .table tbody tr td.px-0 {
            padding: 2.5px 15px !important;
        }

    table tbody .btn, .table tbody .btn {
        background: #f7f9fa;
        border: 1px solid #607d8b;
        color: #263238;
        padding: 2px 10px;
        min-height: auto;
        min-width: 4.25rem;
    }

        table tbody .btn.input-group-addon, .table tbody .btn.input-group-addon {
            border: 1px solid #cfd8dc;
            border-left: 0;
        }

    table .mid, .table .mid {
        text-align: center;
    }

    table .right, .table .right {
        text-align: right;
    }

/* 
	table tbody:hover > tr td {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
	}

	table tbody:hover > tr:hover td {
		text-shadow: none;
		color: #2d2d2d;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	} */
.footable-detail-row {
    background: #eceff1 !important;
}

    .footable-detail-row .footable-details {
        border: 0;
        margin: 0;
    }

        .footable-detail-row .footable-details a {
            display: none;
        }

        .footable-detail-row .footable-details tr {
            background: #fff !important;
            border-bottom: 1px solid #eceff1;
        }

            .footable-detail-row .footable-details tr:last-child {
                border: 0;
            }

            .footable-detail-row .footable-details tr td, .footable-detail-row .footable-details tr th {
                border: 0;
                padding: 0;
                text-align: left;
                padding: 5px 10px;
            }

            .footable-detail-row .footable-details tr th {
                width: 20%;
            }

                .footable-detail-row .footable-details tr th i {
                    display: none;
                }

table thead tr th input[type=checkbox], .table tbody tr td input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 0;
    visibility: visible;
}

/* Dashboard */
.dashboard-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .dashboard-section .card {
        margin-bottom: 15px;
    }

        .dashboard-section .card.map-card {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            min-height: 320px;
        }

        .dashboard-section .card.full-card {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            min-height: 320px;
        }

        .dashboard-section .card.figure-card {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 32.5%;
            flex: 0 0 32.5%;
        }

            .dashboard-section .card.figure-card.lg {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(50% - 10px);
                flex: 0 0 calc(50% - 10px);
            }

            .dashboard-section .card.figure-card.sm {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(25% - 10px);
                flex: 0 0 calc(25% - 10px);
            }

        .dashboard-section .card.grid-card {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 49.5%;
            flex: 0 0 49.5%;
            min-height: 375px;
            border-radius: 5px;
            border: 1px solid #eceff1;
            -webkit-box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.05);
            box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.05);
        }

            .dashboard-section .card.grid-card .card-header {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

            .dashboard-section .card.grid-card .card-block, .dashboard-section .card.grid-card .card-footer {
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }

@media (max-width: 1100px) {
    .dashboard-section .card.grid-card {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

.dashboard-section .card table {
    width: 100%;
}

/* Dashboard edit icons */
.card-header .actions {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
}

    .card-header .actions a {
        margin-left: 10px;
        color: #b0bec5;
        text-decoration: none;
    }

        .card-header .actions a:hover {
            color: #ff261f;
        }

.card-header:hover .actions {
    display: block;
}

/* Sortable handle */
#arranger .card .card-header {
    cursor: move;
}

#arranger .card:hover {
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05), 0 1px 1px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05), 0 1px 1px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-card .card-header {
    padding: 5px 10px;
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .grid-card .card-header strong {
        display: block;
        margin: 0;
        width: 100%;
    }

.grid-card .card-block {
    padding: 5px;
    max-height: 350px;
}

    .grid-card .card-block .table-container {
        max-height: 265px;
        overflow: hidden;
        overflow-y: auto;
    }

.grid-card .card-footer {
    background: #fff;
    border-top: 1px solid #eceff1;
}

.grid-card .btn {
    background: #f7f9fa;
    border: 1px solid #607d8b;
    color: #607d8b;
    padding: 2px 10px;
    min-height: auto;
    min-width: 4.25rem;
    margin: 0 5px;
    border-radius: 6px;
    line-height: 15px;
}

    .grid-card .btn.text-success {
        border-color: #4dbd74;
    }

    .grid-card .btn.text-info {
        border-color: #63c2de;
    }

    .grid-card .btn.text-warning {
        border-color: #FF9800;
    }

    .grid-card .btn.text-danger {
        border-color: #f44336;
    }

    .grid-card .btn:hover {
        background: #ff261f;
        color: #fff !important;
    }

.figure-card {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eceff1;
    -webkit-box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.05);
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.05);
}

    .figure-card.empty-card {
        border: 1px dotted #b0bec5;
        background-size: 40% !important;
    }

    .figure-card .card-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10px 20px 10px;
    }

        .figure-card .card-header div {
            width: 85%;
            padding: 10px 10px 20px 10px;
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: baseline;
            -ms-flex-align: baseline;
            align-items: baseline;
            border-bottom: 1px solid #f7f9fa;
        }

        .figure-card .card-header label {
            font-weight: 500;
            color: #b0bec5;
        }

        .figure-card .card-header h1 {
            display: inline-block;
            font-size: 40px;
            font-weight: 300;
        }

            .figure-card .card-header h1 a {
                color: #ff261f;
                text-decoration: none;
                color: #606a6e;
                font-weight: 600;
            }

                .figure-card .card-header h1 a small {
                    font-size: 16px;
                    color: #607d8b;
                }

    .figure-card .card-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }

        .figure-card .card-block div {
            line-height: 1;
            padding: 10px;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
        }

@media (min-width: 768px) {
    .figure-card .card-block div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 51%;
        flex: 1 0 51%;
    }
}

@media (min-width: 1200px) {
    .figure-card .card-block div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}

.figure-card .card-block a {
    text-decoration: none;
    color: #ff261f;
}

    .figure-card .card-block a:hover {
        color: #ff261f;
    }

.figure-card .card-block label {
    margin-bottom: 2px;
    color: #607d8b;
}

.figure-card .card-block h3 {
    padding: 0;
    margin: 0;
    font-weight: 300;
    color: #333;
}

.figure-card.small-card {
    min-height: auto;
}

.figure-card.completed h3 {
    color: #4dbd74;
}

.figure-card:after {
    font-family: fontAwesome;
    float: right;
    position: absolute;
    bottom: -50px;
    right: -50px;
    font-size: 60px;
    opacity: 0.1;
    background: #ff261f;
    padding: 25px 40px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    width: 160px;
    height: 160px;
}

.figure-card.job-card:after {
    content: "\f0ae";
}

.figure-card.courier-card:after {
    content: "\f0c0";
}

.figure-card.problem-card:after {
    content: "\f071";
}

.figure-card.vehicle-card:after {
    content: "\f207";
}

.figure-card.emmision-card:after {
    content: "\f299";
    background: #4dbd74;
    opacity: 0.35;
}

.row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px;
    padding: 15px 10px;
    background: #f7f9fa;
    border: 1px solid #cfd8dc;
}

    .row-container .row-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 10px;
        margin-bottom: 10px;
        cursor: move;
    }

        .row-container .row-type .row-style {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .row-container .row-type label {
            margin-right: 10px;
        }

        .row-container .row-type .row-actions .btn-link {
            padding: 0 10px;
        }

        .row-container .row-type .distribution {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            width: 50px;
            height: 25px;
            margin-right: 10px;
            border: 2px solid transparent;
        }

            .row-container .row-type .distribution.selected {
                border: 2px solid #ff261f;
            }

            .row-container .row-type .distribution:hover {
                border: 2px solid #ff261f;
            }

            .row-container .row-type .distribution span {
                background: #cfd8dc;
                border: 1px solid #fff;
            }

            .row-container .row-type .distribution .full {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
            }

            .row-container .row-type .distribution .half {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 49.5%;
                flex: 0 0 49.5%;
            }

            .row-container .row-type .distribution .third {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 33%;
                flex: 0 0 33%;
            }

            .row-container .row-type .distribution .space {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

    .row-container .row-layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .row-container .row-layout .box {
            background: #fff;
            border: 1px solid #cfd8dc;
            min-height: 235px;
        }

            .row-container .row-layout .box.empty {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .row-container .row-layout .box.empty a {
                    width: 100%;
                    height: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    text-decoration: none;
                }

                .row-container .row-layout .box.empty i {
                    font-size: 3rem;
                }

                .row-container .row-layout .box.empty:hover {
                    background: #f7f9fa;
                }

            .row-container .row-layout .box .card {
                min-height: 235px;
                border: 0;
            }

                .row-container .row-layout .box .card .card-block {
                    border: 0;
                }

        .row-container .row-layout .full {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

        .row-container .row-layout .half {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 49.5%;
            flex: 0 0 49.5%;
        }

        .row-container .row-layout .third {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 32.5%;
            flex: 0 0 32.5%;
        }

        .row-container .row-layout .space {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.5%;
            flex: 0 0 66.5%;
        }

.widget-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .widget-list .list-group-item {
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 16%;
        flex: 1 0 16%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

        .widget-list .list-group-item label {
            cursor: pointer;
        }

        .widget-list .list-group-item i {
            display: block;
            margin: 0 0 10px 0;
            font-size: 25px;
        }

.tab-content {
    background: #f7f9fa;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
    border: 1px solid #cfd8dc !important;
}

.preview-box {
    padding: 0 0 0 15px;
    height: 100%;
}

    .preview-box strong {
        color: #ff261f;
        text-transform: uppercase;
    }

    .preview-box .map {
        width: 100%;
        height: 300px;
    }

.setting-box {
    padding: 0 15px 0 0;
    border-right: 1px solid #cfd8dc;
}

    .setting-box strong {
        color: #ff261f;
        text-transform: uppercase;
    }

.list-group-item .inline-input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #b0bec5;
    padding: 5px;
    text-align: center;
    width: auto;
    display: inline-block;
}

/* Filters */
.dropdown a {
    cursor: pointer;
    display: inline-block;
    text-align: left;
    text-decoration: none !important;
}

.dropdown-width {
    width: 220px;
}

.dropdown .dropdown-menu {
    min-width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
    box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
}

    .dropdown .dropdown-menu ul {
        width: auto;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .dropdown .dropdown-menu .dropdown-item {
        padding: 10px;
        border-bottom: 1px solid #cfd8dc;
    }

        .dropdown .dropdown-menu .dropdown-item:last-child {
            border-bottom: 0;
        }

ul.filter {
    cursor: pointer;
    width: 250px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
}

    ul.filter .btn-link {
        border: 0;
    }

    ul.filter .btn-primary {
        background: #ff261f;
        color: #fff;
        height: 35px;
        border: 0;
    }

    ul.filter .dropdown-item {
        padding: 5px;
        border-bottom: 1px solid #eceff1;
        cursor: auto;
    }

        ul.filter .dropdown-item:last-child {
            border-bottom: 0;
        }

        ul.filter .dropdown-item:hover {
            background: transparent;
            color: #607d8b;
        }

        ul.filter .dropdown-item .form-check {
            margin: 0;
            height: 25px;
        }

            ul.filter .dropdown-item .form-check .form-check-label {
                padding: 0 5px;
                overflow: hidden;
                width: 100%;
                text-overflow: ellipsis;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                ul.filter .dropdown-item .form-check .form-check-label input[type=checkbox] {
                    margin-top: 0 !important;
                }

                ul.filter .dropdown-item .form-check .form-check-label i {
                    padding: 0 5px 0 25px;
                }

    ul.filter a {
        color: #263238;
    }

    ul.filter .list-group-item {
        padding: 5px;
    }

        ul.filter .list-group-item .form-check {
            margin: 0;
        }

        ul.filter .list-group-item .form-check-label {
            padding: 0 5px;
        }

    ul.filter ul {
        min-height: 80px;
        max-height: 135px;
        overflow-y: auto;
        border: 1px solid #cfd8dc;
        padding-top: 10px !important;
    }

        ul.filter ul li {
            padding: 0 5px;
            border-bottom: 1px dotted #eceff1;
        }

.list-group-item .form-check {
    margin-bottom: 0;
}

.dropdown-divider {
    margin: 0 0;
}

/* Modal styling */
.modal-backdrop.show {
    opacity: 0.85;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
        max-width: 90vw;
    }
}

.modal-dialog .close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 2rem;
}

.modal-dialog .chat_container {
    height: auto;
}

.modal-dialog .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .modal-dialog .modal-header h5 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        color: #5a607f;
    }

    .modal-dialog .modal-header.bg-danger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .modal-dialog .modal-header.bg-danger .btn-link {
            color: #fff;
        }

        .modal-dialog .modal-header.bg-danger h5 {
            color: #fff;
        }

.modal-dialog .modal-body {
    max-height: 65vh;
    min-height: 10vh;
    overflow-y: auto;
}

    .modal-dialog .modal-body table {
        margin-top: 1rem;
    }

    .modal-dialog .modal-body.map-dialog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .modal-dialog .modal-body.map-dialog .filter-block {
            height: auto;
        }

        .modal-dialog .modal-body.map-dialog .map-card #tasks-map {
            height: auto;
        }

    .modal-dialog .modal-body .filter-block {
        height: calc(100vh - 225px);
        padding: 0 5px;
        overflow: hidden;
        overflow-y: auto;
    }

        .modal-dialog .modal-body .filter-block .list-group-item {
            padding: 10px;
        }

            .modal-dialog .modal-body .filter-block .list-group-item.active {
                border: 0;
                border-left: 4px solid #ff261f;
                margin-left: -5px;
            }

                .modal-dialog .modal-body .filter-block .list-group-item.active select,
                .modal-dialog .modal-body .filter-block .list-group-item.active input {
                    background: transparent;
                    border: 0;
                    border-bottom: 1px solid #b0bec5;
                    font-size: 15px;
                    display: block;
                    font-weight: 500;
                    width: 100%;
                    padding: 5px;
                    height: 41px;
                }

        .modal-dialog .modal-body .filter-block .steps-block .step {
            padding: 10px 0 10px 25px;
            position: relative;
        }

            .modal-dialog .modal-body .filter-block .steps-block .step a {
                color: #b0bec5;
                text-decoration: none;
            }

            .modal-dialog .modal-body .filter-block .steps-block .step:before {
                content: "\f111";
                font-family: fontAwesome;
                color: #b0bec5;
                margin-right: 5px;
                position: absolute;
                left: 0;
                z-index: 999;
            }

            .modal-dialog .modal-body .filter-block .steps-block .step:after {
                border-left: 1px solid #cfd8dc;
                content: "";
                height: 80%;
                left: 5px;
                -webkit-transform-origin: 0 0 0;
                transform-origin: 0 0 0;
                -webkit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
                position: absolute;
                top: 25px;
                z-index: 0;
            }

            .modal-dialog .modal-body .filter-block .steps-block .step.active a {
                color: #607d8b;
            }

            .modal-dialog .modal-body .filter-block .steps-block .step.active:before {
                content: "\f111";
                font-family: fontAwesome;
                position: absolute;
                z-index: 999;
                color: #607d8b;
            }

            .modal-dialog .modal-body .filter-block .steps-block .step.complete:before {
                content: "\f058";
                font-family: fontAwesome;
                margin-right: 5px;
                position: absolute;
                z-index: 999;
            }

            .modal-dialog .modal-body .filter-block .steps-block .step:last-child:after {
                border-left: 0;
            }

    .modal-dialog .modal-body.vheight {
        min-height: 80vh;
    }

    .modal-dialog .modal-body.sequencePopup {
        min-height: 75vh;
    }

    .modal-dialog .modal-body .chat_area {
        height: auto !important;
    }

    .modal-dialog .modal-body .overflow-table {
        display: block;
        max-height: calc(60vh - 225px);
        overflow: hidden;
        overflow-y: auto;
    }

    .modal-dialog .modal-body .tab-content .tab-pane {
        padding-bottom: 40px;
    }

        .modal-dialog .modal-body .tab-content .tab-pane .map {
            height: 300px;
            background: #f7f9fa;
            margin-bottom: 15px;
        }

    .modal-dialog .modal-body table thead tr th {
        top: -15px;
    }

    .modal-dialog .modal-body .selectize-control.single {
        width: 100%;
        height: 38px;
    }

        .modal-dialog .modal-body .selectize-control.single .selectize-input {
            background: transparent;
            border-radius: 5px;
            height: 38px;
        }

    .modal-dialog .modal-body table,
    .modal-dialog .modal-body thead,
    .modal-dialog .modal-body tbody,
    .modal-dialog .modal-body td {
        border: 1px solid #cfd8dc;
    }

.modal-dialog .modal-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .modal-dialog .modal-footer textarea {
        resize: none;
        height: 40px;
    }

    .modal-dialog .modal-footer .btn-primary {
        background: #ff261f;
        color: #fff;
        min-width: auto;
        border: 2px solid #ff261f;
    }

        .modal-dialog .modal-footer .btn-primary:hover {
            background: transparent;
            color: #ff261f;
        }

    .modal-dialog .modal-footer .btn.btn-link {
        margin-right: 5px;
        border: 2px solid #f44336;
        color: #f44336;
        border-radius: 6px !important;
    }

        .modal-dialog .modal-footer .btn.btn-link:hover {
            background-color: #f44336;
            color: #fff;
        }

.modal-dialog .tab-content {
    border: 0;
}

    .modal-dialog .tab-content .tab-pane {
        padding: 1rem 0;
    }

.modal-dialog .form-check-label input {
    margin-left: -18px;
}
/* Admin setting styling */
.section-heading {
    padding: 15px 15px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eceff1;
}

    .section-heading strong {
        color: #ff261f;
    }

.admin-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
}

    .admin-block .setting-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0px;
        border: 1px solid #eceff1;
        margin: 0 0 30px 0;
    }

        .admin-block .setting-card .card-header {
            font-weight: 500;
            padding: 10px;
            border-bottom: 1px dotted #cfd8dc;
        }

        .admin-block .setting-card .card-body {
            padding: 10px;
            min-height: 165px;
        }

            .admin-block .setting-card .card-body label {
                margin-right: 10px;
            }

            .admin-block .setting-card .card-body input {
                vertical-align: middle;
            }

            .admin-block .setting-card .card-body .form-radio, .admin-block .setting-card .card-body .form-control {
                margin-bottom: 10px;
            }

        .admin-block .setting-card .card-footer {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding: 10px;
            border: 0;
        }

/* Device Board */
.device-board .card-block {
    background: transparent;
    border: 0px solid #cfd8dc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
}

    .device-board .card-block [class^=col-] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 1px solid #cfd8dc;
        padding: 0px;
        margin: 0 15px 0 0;
    }

@media (max-width: 991px) {
    .device-board .card-block [class^=col-] {
        min-width: 300px;
    }
}

.device-board .card-block [class^=col-]:last-child {
    margin: 0;
}

.device-board .card-block [class^=col-].active-board {
    border-top: 5px solid rgba(77, 189, 116, 0.5);
}

    .device-board .card-block [class^=col-].active-board .card.online {
        border-left: 3px solid #4dbd74;
    }

.device-board .card-block [class^=col-].pool-board {
    border-top: 5px solid rgba(99, 194, 222, 0.65);
}

.device-board .card-block [class^=col-].faulty-board {
    border-top: 5px solid rgba(244, 67, 54, 0.5);
}

.device-board .card-block [class^=col-].pre-ready {
    border-top: 5px solid rgba(99, 194, 222, 0.25);
}

.device-board .card-block [class^=col-].deactive-board {
    border-top: 5px solid rgba(176, 190, 197, 0.5);
}

.device-board .card-block [class^=col-] .header {
    background: #eceff1;
    border-bottom: 1px solid #cfd8dc;
    padding: 15px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 55px;
    z-index: 999;
}

    .device-board .card-block [class^=col-] .header .btn-link {
        padding: 0;
        color: #263238;
    }

    .device-board .card-block [class^=col-] .header .board-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 5px;
        min-height: 25px;
    }

        .device-board .card-block [class^=col-] .header .board-info .board-title {
            -webkit-box-flex: 3;
            -ms-flex: 3;
            flex: 3;
        }

    .device-board .card-block [class^=col-] .header .dropdown-menu {
        width: 150px;
    }

        .device-board .card-block [class^=col-] .header .dropdown-menu .dropdown-item {
            padding: 7px 10px;
            border-bottom: 1px solid #cfd8dc;
            white-space: normal;
            word-wrap: break-word;
        }

            .device-board .card-block [class^=col-] .header .dropdown-menu .dropdown-item:last-child {
                border: 0;
            }

    .device-board .card-block [class^=col-] .header .actions {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .device-board .card-block [class^=col-] .header .actions button {
            margin-left: 15px;
            color: rgba(38, 50, 56, 0.5);
        }

            .device-board .card-block [class^=col-] .header .actions button:hover {
                color: var(--brand);
            }

.device-board .card-block [class^=col-] .search-bar {
    background: #f7f9fa;
    z-index: 9999;
    padding: 5px;
}

    .device-board .card-block [class^=col-] .search-bar .form-group {
        margin-bottom: 0;
    }

        .device-board .card-block [class^=col-] .search-bar .form-group .form-control {
            border: 1px solid #cfd8dc;
            border-right: 0;
            border-radius: 5px 0 0 5px;
        }

        .device-board .card-block [class^=col-] .search-bar .form-group button {
            border: 1px solid #cfd8dc;
            border-left: 0;
            background: #fff;
            color: #b0bec5;
            border-radius: 0 5px 5px 0;
            outline: none;
        }

            .device-board .card-block [class^=col-] .search-bar .form-group button:active, .device-board .card-block [class^=col-] .search-bar .form-group button:hover {
                color: #607d8b;
            }

.device-board .card-block [class^=col-] .body {
    padding: 5px;
    height: calc(100vh - 247px);
    overflow-y: auto;
    background: #fff;
}

    .device-board .card-block [class^=col-] .body::-webkit-scrollbar {
        width: 0.5em;
    }

    .device-board .card-block [class^=col-] .body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .device-board .card-block [class^=col-] .body::-webkit-scrollbar-thumb {
        background-color: #b0bec5;
        outline: 1px solid slategrey;
    }

    .device-board .card-block [class^=col-] .body .loader {
        padding: 10px;
        position: absolute;
        top: 61px;
        width: 100%;
        left: 0;
        z-index: 9999;
        background: rgba(236, 239, 241, 0.85);
        color: #263238;
        height: calc(100vh - 247px);
    }

        .device-board .card-block [class^=col-] .body .loader .content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
        }

    .device-board .card-block [class^=col-] .body .card {
        border-radius: 2.5px;
        padding: 5px 5px 5px 10px;
        background: #eceff1;
        position: relative;
        margin-bottom: 15px;
        max-width: 100%;
    }

        .device-board .card-block [class^=col-] .body .card:hover {
            -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.15);
        }

            .device-board .card-block [class^=col-] .body .card:hover:after {
                color: #263238;
                cursor: move;
            }

        .device-board .card-block [class^=col-] .body .card.pending h4,
        .device-board .card-block [class^=col-] .body .card.pending .text-muted, .device-board .card-block [class^=col-] .body .card.deleted h4,
        .device-board .card-block [class^=col-] .body .card.deleted .text-muted {
            color: #b0bec5 !important;
        }

        .device-board .card-block [class^=col-] .body .card.pending:hover, .device-board .card-block [class^=col-] .body .card.deleted:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .device-board .card-block [class^=col-] .body .card summary {
            background: transparent;
            padding: 0;
        }

            .device-board .card-block [class^=col-] .body .card summary button {
                padding: 0 0 10px 20px;
                color: #607d8b;
                -webkit-transition: font-size 0.3s;
                transition: font-size 0.3s;
            }

                .device-board .card-block [class^=col-] .body .card summary button:hover {
                    color: #ff261f;
                    font-size: 18px;
                }

            .device-board .card-block [class^=col-] .body .card summary .dropdown-menu {
                width: 75px;
                overflow: hidden;
            }

            .device-board .card-block [class^=col-] .body .card summary .status {
                margin-top: -15px;
            }

        .device-board .card-block [class^=col-] .body .card .info {
            cursor: move;
            list-style-type: none;
        }

            .device-board .card-block [class^=col-] .body .card .info table {
                width: 100%;
            }

                .device-board .card-block [class^=col-] .body .card .info table tr {
                    border-bottom: 1px dotted #cfd8dc;
                    background: transparent;
                }

                    .device-board .card-block [class^=col-] .body .card .info table tr td,
                    .device-board .card-block [class^=col-] .body .card .info table tr th {
                        border: 0;
                    }

                    .device-board .card-block [class^=col-] .body .card .info table tr:last-child {
                        border-bottom: 0;
                    }

            .device-board .card-block [class^=col-] .body .card .info:focus {
                outline: none;
            }

            .device-board .card-block [class^=col-] .body .card .info::-webkit-details-marker {
                display: none;
            }

            .device-board .card-block [class^=col-] .body .card .info .dropdown-item {
                padding: 0.25rem 0.5rem;
            }

            .device-board .card-block [class^=col-] .body .card .info .badge {
                border: 0px solid #607d8b;
                background: transparent;
                color: #607d8b;
                padding: 2px;
                position: absolute;
                border-radius: 0;
                right: 0px;
                bottom: 0px;
                width: 15px;
                height: 15px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                z-index: 1;
                font-size: 15px;
                cursor: pointer;
            }

                .device-board .card-block [class^=col-] .body .card .info .badge:before {
                    content: "";
                    border-bottom: 35px solid #eceff1;
                    border-left: 35px solid transparent;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    z-index: -1;
                }

                .device-board .card-block [class^=col-] .body .card .info .badge i {
                    padding: 0;
                    margin: 0;
                    font-size: 14px;
                }

                .device-board .card-block [class^=col-] .body .card .info .badge.online {
                    top: 0 !important;
                    left: 0 !important;
                }

                    .device-board .card-block [class^=col-] .body .card .info .badge.online:before {
                        content: "";
                        border-top: 15px solid #cfd8dc;
                        border-right: 15px solid transparent;
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: -1;
                    }

.device-board .card-block [class^=col-] .footer {
    background: #eceff1;
    border-top: 1px dotted #b0bec5;
    padding: 5px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.125);
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.125);
    z-index: 999;
    position: relative;
    height: 43px;
}

    .device-board .card-block [class^=col-] .footer:before {
        content: "";
        position: absolute;
        top: -46px;
        left: 0;
        width: 100%;
        height: 45px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
    }

    .device-board .card-block [class^=col-] .footer .filters .badge {
        background: #f7f9fa;
        border: 1px solid #b0bec5;
        margin: 2px;
        color: rgba(38, 50, 56, 0.65);
    }

        .device-board .card-block [class^=col-] .footer .filters .badge strong {
            color: #263238;
        }

        .device-board .card-block [class^=col-] .footer .filters .badge .close {
            top: 2px;
        }

    .device-board .card-block [class^=col-] .footer .btn-link {
        padding: 0;
        color: #607d8b;
    }

        .device-board .card-block [class^=col-] .footer .btn-link:hover {
            color: #ff261f;
        }

.device-board .card-block .expanded {
    width: 100%;
}

    .device-board .card-block .expanded .body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-x: auto;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

        .device-board .card-block .expanded .body .card {
            width: 305px;
            margin-right: 15px;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
        }

.activity-section {
    padding: 0 !important;
}

    .activity-section .activity-log .card {
        margin: 2px;
    }

        .activity-section .activity-log .card .card-header {
            display: block;
        }

            .activity-section .activity-log .card .card-header .text-bold {
                font-weight: bold;
            }

    .activity-section .activity-log .activity-block {
        margin-bottom: 35px;
        padding: 15px;
        position: relative;
    }

        .activity-section .activity-log .activity-block:after {
            border-left: 1px dotted #b0bec5;
            content: "";
            height: calc(100% + 25px);
            left: 21px;
            -webkit-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            position: absolute;
            top: 31px;
            z-index: 1;
        }

        .activity-section .activity-log .activity-block:last-child:after {
            border-left: 0px;
        }

.search-block {
    padding: 10px !important;
    border-right: 2px solid #cfd8dc;
    background: #f7f9fa;
    height: calc(100vh - 136px);
    overflow: hidden;
    overflow-y: auto;
    position: sticky;
    top: 0;
}

    .search-block details {
        border-radius: 0;
        border: 0;
    }

        .search-block details summary {
            padding: 10px 15px;
            background: #f7f9fa;
            cursor: pointer;
            border-bottom: 0px solid #cfd8dc;
            border-radius: 0;
        }

            .search-block details summary:focus {
                outline: none;
            }

        .search-block details .list-group-item:hover {
            background: #eceff1;
        }

        .search-block details .list-group-item.active {
            background: #eceff1;
            border-color: #cfd8dc;
        }

            .search-block details .list-group-item.active a {
                font-weight: bold;
            }

        .search-block details a {
            text-decoration: none;
            color: #263238;
            display: inline-block;
            width: 85%;
        }

        .search-block details i {
            color: #b0bec5;
        }

            .search-block details i:hover {
                color: #4dbd74;
            }

.message_section {
    border: 0px solid #cfd8dc;
}

    .message_section .header {
        background: #f7f9fa;
        border-bottom: 1px solid #cfd8dc;
        padding: 8px 15px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .message_section .header h1 {
            font-size: 18px;
            font-weight: 400;
            line-height: 1;
            margin: 0;
        }

    .message_section .chat_area {
        float: left;
        height: calc(100vh - 275px);
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        padding-top: 10px;
    }

        .message_section .chat_area li {
            padding: 20px 14px 0;
        }

            .message_section .chat_area li:last-child {
                padding-bottom: 10px;
            }

            .message_section .chat_area li .avatar {
                font-weight: 400;
                color: #607d8b;
                display: inline-block;
                width: 150px;
                height: 30px;
                text-align: left;
                line-height: 1;
                margin-top: -30px;
                padding: 5px 0;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .message_section .chat_area li .chat-body {
                margin-left: 0px;
                margin-right: 150px;
            }

                .message_section .chat_area li .chat-body p {
                    background: #f7f9fa;
                    padding: 10px;
                    border-radius: 5px;
                    position: relative;
                    border: 1px solid #cfd8dc;
                    word-break: break-word;
                }

                    .message_section .chat_area li .chat-body p:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: -15px;
                        width: 0;
                        height: 0;
                        border: 7px solid transparent;
                        border-top-color: #cfd8dc;
                        /* border-left: 0; */
                        margin-left: 5px;
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

            .message_section .chat_area li.admin-chat .avatar {
                margin-top: -30px;
                text-align: right;
            }

            .message_section .chat_area li.admin-chat .chat-body {
                margin-left: 150px;
                margin-right: 0px;
            }

                .message_section .chat_area li.admin-chat .chat-body p {
                    background: #fff;
                }

                    .message_section .chat_area li.admin-chat .chat-body p:after {
                        border: 0;
                    }

                    .message_section .chat_area li.admin-chat .chat-body p:before {
                        content: "";
                        position: absolute;
                        right: 0;
                        top: -15px;
                        border: 7px solid transparent;
                        border-top-color: #cfd8dc;
                        margin-right: 5px;
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .message_section .chat_area .seperator {
            border-top: 1px dotted #cfd8dc;
            text-align: center;
            position: relative;
            margin: 25px 0;
        }

            .message_section .chat_area .seperator span {
                background: #fff;
                font-weight: 500;
                display: inline-block;
                padding: 5px 15px;
                position: absolute;
                top: -15px;
            }

        .message_section .chat_area .empty-img {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
            color: #b0bec5;
        }

            .message_section .chat_area .empty-img i {
                font-size: 70px;
                margin-bottom: 10px;
            }

    .message_section .message_write {
        background: #f7f9fa;
        padding: 15px;
        width: 100%;
        border-top: 1px solid #eceff1;
    }

        .message_section .message_write textarea {
            height: 50px;
            padding: 10px;
            resize: none;
        }

.modal .message_section {
    padding: 0px;
}

    .modal .message_section details {
        max-height: 350px;
        overflow: hidden;
        overflow-y: auto;
        border: 1px solid #cfd8dc;
        border-bottom: 0;
    }

        .modal .message_section details summary {
            padding: 10px 20px;
            border-bottom: 1px solid #cfd8dc;
        }

            .modal .message_section details summary label {
                width: 100%;
                font-weight: 400;
            }

                .modal .message_section details summary label input[type=radio] {
                    margin-right: 5px;
                }

            .modal .message_section details summary::-webkit-details-marker {
                display: none;
            }

        .modal .message_section details ul {
            padding-top: 15px;
        }

        .modal .message_section details[open] {
            background: #f7f9fa;
        }

            .modal .message_section details[open] summary {
                position: sticky;
                top: 0;
                background: #f7f9fa;
                z-index: 999;
            }

.modal .chat_area {
    padding: 0;
}

/* Plugin - component styles */
/* Chatroom interface */
.chat_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 130px);
    overflow: hidden;
}

    .chat_container .chat-sidebar {
        margin: 0;
        border: 0px solid #cfd8dc;
    }

        .chat_container .chat-sidebar .custom-search-input {
            width: 100%;
        }

            .chat_container .chat-sidebar .custom-search-input input {
                border: 0;
            }

            .chat_container .chat-sidebar .custom-search-input button {
                text-align: center;
                border: 0;
            }

            .chat_container .chat-sidebar .custom-search-input i {
                margin: 0;
            }

        .chat_container .chat-sidebar .dropdown {
            width: 100%;
        }

            .chat_container .chat-sidebar .dropdown button {
                background: #f7f9fa;
                border: 1px solid #dddddd;
                height: auto;
                text-align: left;
                width: 100%;
                padding: 7px 10px;
                color: #607d8b;
            }

                .chat_container .chat-sidebar .dropdown button i {
                    margin-right: 5px;
                }

                .chat_container .chat-sidebar .dropdown button:after {
                    float: right;
                    margin-top: 10px;
                }

        .chat_container .chat-sidebar .member-list {
            max-height: calc(100vh - 210px);
            width: 100%;
            overflow-x: hidden;
            overflow-y: auto;
        }

            .chat_container .chat-sidebar .member-list .unread:after {
                content: none;
            }

            .chat_container .chat-sidebar .member-list li {
                overflow: hidden;
                white-space: nowrap;
                cursor: pointer;
                padding: 0 25px 0 0;
            }

                .chat_container .chat-sidebar .member-list li a {
                    color: #263238;
                    text-decoration: none;
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    padding: 10px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .chat_container .chat-sidebar .member-list li.active {
                    background: #eceff1;
                    border: 0;
                }

                .chat_container .chat-sidebar .member-list li.disabled {
                    cursor: auto;
                    padding: 10px;
                }

                .chat_container .chat-sidebar .member-list li .badge-danger {
                    padding: 2px 5px;
                    background: #f44336;
                    color: #fff;
                    position: absolute;
                    right: 5px;
                    border: 0;
                }

    .chat_container .message_section {
        border-left: 1px solid #cfd8dc;
    }

        .chat_container .message_section .header {
            background: #f7f9fa;
            float: left;
            font-size: 13px;
            font-weight: 600;
            padding: 10px;
            width: 100%;
        }

        .chat_container .message_section .chat_area {
            float: left;
            height: calc(100vh - 315px);
            overflow-x: hidden;
            overflow-y: auto;
            width: 100%;
            padding-top: 10px;
        }

            .chat_container .message_section .chat_area details {
                border: 1px solid #eceff1;
                margin-bottom: 15px;
            }

                .chat_container .message_section .chat_area details summary {
                    padding: 10px;
                    background: #eceff1;
                    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
                    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
                }

                .chat_container .message_section .chat_area details ul {
                    margin: 15px 0;
                }

            .chat_container .message_section .chat_area li {
                padding: 20px 14px 0;
            }

                .chat_container .message_section .chat_area li:last-child {
                    padding-bottom: 10px;
                }

                .chat_container .message_section .chat_area li .avatar {
                    font-weight: 400;
                    color: #607d8b;
                    display: inline-block;
                    width: 150px;
                    height: 30px;
                    text-align: left;
                    line-height: 1;
                    margin-top: -30px;
                    padding: 5px 0;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

                .chat_container .message_section .chat_area li .chat-body {
                    margin-left: 0px;
                    margin-right: 150px;
                }

                    .chat_container .message_section .chat_area li .chat-body p {
                        background: #f7f9fa;
                        padding: 10px;
                        border-radius: 5px;
                        position: relative;
                        border: 1px solid #cfd8dc;
                        word-break: break-word;
                    }

                        .chat_container .message_section .chat_area li .chat-body p:after {
                            content: "";
                            position: absolute;
                            left: 0;
                            top: -15px;
                            width: 0;
                            height: 0;
                            border: 7px solid transparent;
                            border-top-color: #cfd8dc;
                            /* border-left: 0; */
                            margin-left: 5px;
                            -webkit-transform: rotate(180deg);
                            transform: rotate(180deg);
                        }

                .chat_container .message_section .chat_area li.admin-chat .avatar {
                    margin-top: -30px;
                    text-align: right;
                }

                .chat_container .message_section .chat_area li.admin-chat .chat-body {
                    margin-left: 150px;
                    margin-right: 0px;
                }

                    .chat_container .message_section .chat_area li.admin-chat .chat-body p {
                        background: #eceff1;
                    }

                        .chat_container .message_section .chat_area li.admin-chat .chat-body p:after {
                            border: 0;
                        }

                        .chat_container .message_section .chat_area li.admin-chat .chat-body p:before {
                            content: "";
                            position: absolute;
                            right: 0;
                            top: -15px;
                            border: 7px solid transparent;
                            border-top-color: #cfd8dc;
                            margin-right: 5px;
                            -webkit-transform: rotate(180deg);
                            transform: rotate(180deg);
                        }

            .chat_container .message_section .chat_area .seperator {
                border-top: 1px dotted #cfd8dc;
                text-align: center;
                position: relative;
                margin: 25px 0;
            }

                .chat_container .message_section .chat_area .seperator span {
                    background: #fff;
                    font-weight: 500;
                    display: inline-block;
                    padding: 5px 15px;
                    position: absolute;
                    top: -15px;
                }

            .chat_container .message_section .chat_area .empty-img {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                height: 100%;
                color: #b0bec5;
            }

                .chat_container .message_section .chat_area .empty-img i {
                    font-size: 70px;
                    margin-bottom: 10px;
                }

    .chat_container .message_write {
        background: #f7f9fa;
        padding: 15px;
        width: 100%;
    }

        .chat_container .message_write textarea {
            height: 50px;
            padding: 10px;
            resize: none;
        }

    .chat_container .chat_bottom {
        margin-top: 13px;
        width: 100%;
    }

    .chat_container .modal-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

.modal .message_section {
    max-height: 60vh !important;
}

/* Snooze animation */
.snooze-container {
    position: relative;
    top: 4px;
    width: 55px;
    margin: 0 auto;
}

.controlls {
    position: absolute;
    top: 12px;
    left: 14px;
    text-align: center;
}

.display-remain-time {
    font-weight: 400;
    font-size: 0px;
    color: #fff;
}

#pause {
    outline: none;
    background: transparent;
    border: none;
    width: 20px;
    height: 20px;
}

.play::before {
    display: block;
    content: "";
    position: absolute;
    top: -2px;
    left: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #b4b8ce;
}

.pause::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 10px;
    width: 8px;
    height: 10px;
    background-color: transparent;
    border-radius: 1px;
    border: 2.5px solid #b4b8ce;
    border-top: none;
    border-bottom: none;
}

#pause:hover {
    opacity: 0.8;
}

.e-c-base {
    fill: none;
    stroke: #f44336;
    stroke-width: 20px;
}

.e-c-progress {
    fill: none;
    stroke: #b4b8ce !important;
    stroke-width: 20px;
    -webkit-transition: stroke-dashoffset 0.7s;
    transition: stroke-dashoffset 0.7s;
}

.e-c-pointer {
    fill: #FFF;
    stroke: #F7958E;
    stroke-width: 0px;
}

#e-pointer {
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}

/*! jQuery-ui-Slider-Pips - v1.11.4 - 2016-09-04
* Copyright (c) 2016 Simon Goellner <simey.me@gmail.com>; Licensed MIT */
/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
    margin-bottom: 1.4em;
}

/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually later */
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
    display: none;
}

/* now we show any labels that we've set to show in the options */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
    display: block;
}

/* PIP/LABEL WRAPPER */
/* position each pip absolutely just below the default slider */
/* and also prevent accidental selection */
.ui-slider-pips .ui-slider-pip {
    width: 2em;
    height: 1em;
    line-height: 1em;
    position: absolute;
    font-size: 0.8em;
    color: #999;
    overflow: visible;
    text-align: center;
    top: 20px;
    left: 20px;
    margin-left: -1em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
    cursor: default;
}

/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
    background: #999;
    width: 1px;
    height: 3px;
    position: absolute;
    left: 50%;
}

/* the text label postion & size */
/* it overflows so no need for width to be accurate */
.ui-slider-pips .ui-slider-label {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -1em;
    width: 2em;
}

/* make it easy to see when we hover a label */
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
    color: black;
    font-weight: bold;
}

/* VERTICAL */
/* vertical slider needs right-margin, not bottom */
.ui-slider-vertical.ui-slider-pips {
    margin-bottom: 1em;
    margin-right: 2em;
}

    /* align vertical pips left and to right of the slider */
    .ui-slider-vertical.ui-slider-pips .ui-slider-pip {
        text-align: left;
        top: auto;
        left: 20px;
        margin-left: 0;
        margin-bottom: -0.5em;
    }

    /* vertical line/pip should be horizontal instead */
    .ui-slider-vertical.ui-slider-pips .ui-slider-line {
        width: 3px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 0;
    }

    .ui-slider-vertical.ui-slider-pips .ui-slider-label {
        top: 50%;
        left: 0.5em;
        margin-left: 0;
        margin-top: -0.5em;
        width: 2em;
    }

/* FLOATING HORIZTONAL TOOLTIPS */
/* remove the godawful looking focus outline on handle and float */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
    outline: none;
}

/* style tooltips on handles and on labels */
/* also has a nice transition */
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
    position: absolute;
    visibility: hidden;
    top: -40px;
    display: block;
    width: 34px;
    margin-left: -18px;
    left: 50%;
    height: 20px;
    line-height: 20px;
    background: white;
    border-radius: 3px;
    border: 1px solid #888;
    text-align: center;
    font-size: 12px;
    opacity: 0;
    color: #333;
    -webkit-transition-property: opacity, top, visibility;
    transition-property: opacity, top, visibility;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 200ms, 200ms, 0ms;
    transition-duration: 200ms, 200ms, 0ms;
    -webkit-transition-delay: 0ms, 0ms, 200ms;
    transition-delay: 0ms, 0ms, 200ms;
}

/* show the tooltip on hover or focus */
/* also switch transition delay around */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    opacity: 1;
    top: -30px;
    visibility: visible;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 200ms, 200ms, 0ms;
    transition-delay: 200ms, 200ms, 0ms;
}

/* put label tooltips below slider */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
    top: 42px;
}

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    top: 32px;
    font-weight: normal;
}

/* give the tooltip a css triangle arrow */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid rgba(255, 255, 255, 0);
    border-top-color: white;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}

/* put a 1px border on the tooltip arrow to match tooltip border */
.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid rgba(255, 255, 255, 0);
    border-top-color: #888;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -5px;
}

/* switch the arrow to top on labels */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-bottom-color: white;
    top: -10px;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-bottom-color: #888;
    top: -11px;
}

/* FLOATING VERTICAL TOOLTIPS */
/* tooltip floats to left of handle */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
    top: 50%;
    margin-top: -11px;
    width: 34px;
    margin-left: 0px;
    left: -60px;
    color: #333;
    -webkit-transition-duration: 200ms, 200ms, 0;
    transition-duration: 200ms, 200ms, 0;
    -webkit-transition-property: opacity, left, visibility;
    transition-property: opacity, left, visibility;
    -webkit-transition-delay: 0, 0, 200ms;
    transition-delay: 0, 0, 200ms;
}

.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    top: 50%;
    margin-top: -11px;
    left: -50px;
}

/* put label tooltips to right of slider */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
    left: 47px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    left: 37px;
}

/* give the tooltip a css triangle arrow */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-left-color: white;
    border-top-color: transparent;
    position: absolute;
    bottom: 50%;
    margin-bottom: -5px;
    right: -10px;
    margin-left: 0;
    top: auto;
    left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-left-color: #888;
    border-top-color: transparent;
    position: absolute;
    bottom: 50%;
    margin-bottom: -5px;
    right: -11px;
    margin-left: 0;
    top: auto;
    left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-right-color: white;
    right: auto;
    left: -10px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-right-color: #888;
    right: auto;
    left: -11px;
}

/* SELECTED STATES */
/* Comment out this chuck of code if you don't want to have
        the new label colours shown */
.ui-slider-pips [class*=ui-slider-pip-initial] {
    /* font-weight: bold;
  color: #14CA82; */
}

.ui-slider-pips .ui-slider-pip-initial-2 {
    /*  color: #1897C9; */
}

.ui-slider-pips [class*=ui-slider-pip-selected] {
    font-weight: bold;
    color: #ff261f;
}

.ui-slider-pips .ui-slider-pip-inrange {
    color: black;
}

.ui-slider-pips .ui-slider-pip-selected-2 {
    color: #ff261f;
}

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line,
.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
    background: black;
}

.ui-slider .ui-slider-range {
    background-color: #ff261f;
}

/* Alternate labels */
#alternating-slider .ui-slider-pip .ui-slider-line {
    height: 8px;
    top: -5px;
}

#alternating-slider .ui-slider-pip:nth-child(even) {
    top: -33px;
    height: 15px;
}

    #alternating-slider .ui-slider-pip:nth-child(even) .ui-slider-line {
        top: 22px;
        height: 9px;
    }

    #alternating-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-1 .ui-slider-label,
    #alternating-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-2 .ui-slider-label,
    #alternating-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-3 .ui-slider-label,
    #alternating-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-4 .ui-slider-label {
        top: -3px;
    }

#alternating-slider .ui-slider-pip-selected-1 .ui-slider-label,
#alternating-slider .ui-slider-pip-selected-2 .ui-slider-label,
#alternating-slider .ui-slider-pip-selected-3 .ui-slider-label,
#alternating-slider .ui-slider-pip-selected-4 .ui-slider-label {
    width: 2.4em;
    padding: 4px 0;
    margin-left: -1.2em;
    border-radius: 2px;
}

#alternating-slider .ui-slider-tip {
    width: 34px;
    margin-left: -17px;
    top: -1px;
    border: none;
    height: 25px;
}

    #alternating-slider .ui-slider-tip:before,
    #alternating-slider .ui-slider-tip:after {
        display: none;
    }

#alternating-slider .ui-slider-handle.ui-state-active .ui-slider-tip,
#alternating-slider .ui-slider-handle.ui-state-focus .ui-slider-tip,
#alternating-slider .ui-slider-handle.ui-state-hover .ui-slider-tip,
#alternating-slider .ui-slider-handle:focus .ui-slider-tip,
#alternating-slider .ui-slider-handle:hover .ui-slider-tip {
    top: -1px;
}

#alternating-slider .ui-slider-handle.ui-state-focus {
    z-index: 100;
}

.map-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .map-card #map {
        min-height: 60vh;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .map-card #tasks-map {
        height: calc(100vh - 225px);
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .map-card .v-map {
        height: calc(100vh - 130px) !important;
    }

    .map-card .map-controls {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 10px;
        width: 320px;
        background: #fff;
        padding: 15px;
        border-radius: 4px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
    }

        .map-card .map-controls a {
            color: #607d8b;
        }

        .map-card .map-controls .toggle-btn {
            border-radius: 50%;
            background: #eceff1;
            width: 25px;
            height: 25px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-decoration: none;
            color: #607d8b;
            position: absolute;
            right: 5px;
            top: 5px;
        }

            .map-card .map-controls .toggle-btn:hover {
                background: #b0bec5;
                color: #263238;
            }

            .map-card .map-controls .toggle-btn i {
                margin: 0;
            }

            .map-card .map-controls .toggle-btn:after {
                content: "\f066";
                font-family: fontAwesome;
            }

            .map-card .map-controls .toggle-btn.collapsed:after {
                content: "\f065";
                font-family: fontAwesome;
            }

    .map-card .slider {
        margin: 20px 0;
    }

    .map-card .action-btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 5px;
        border-top: 1px solid #eceff1;
        margin-top: 20px;
        padding-top: 10px;
    }

        .map-card .action-btn-group .btn {
            background: transparent;
            color: #607d8b;
            font-size: 20px;
            background: #eceff1;
            border-radius: 50% !important;
            margin: 0 5px;
            width: 45px;
            height: 45px;
            -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
            border: 0;
        }

            .map-card .action-btn-group .btn:hover, .map-card .action-btn-group .btn.active {
                background: #607d8b;
                color: #fff;
                font-size: 16px;
            }

            .map-card .action-btn-group .btn i {
                margin: 0;
                padding: 0;
            }

.map-tabs .nav-tabs {
    border-bottom: 0;
}

    .map-tabs .nav-tabs .nav-link {
        color: #ff261f;
        border-radius: 5px 5px 0 0;
    }

        .map-tabs .nav-tabs .nav-link.active {
            background: #ff261f !important;
            color: #fff !important;
            border: #ff261f !important;
        }

.map-tabs .tab-content {
    height: auto;
    padding: 0;
}

.map-tabs .tab-pane {
    padding: 0;
}

.filter-block .inactive .list-group-item .list-details .title {
    color: #607d8b;
}

.filter-block .list-group-item {
    cursor: pointer;
}

    .filter-block .list-group-item:hover {
        background: #f7f9fa;
    }

        .filter-block .list-group-item:hover .list-details {
            background: #f7f9fa;
        }

    .filter-block .list-group-item i {
        color: #b0bec5;
    }

        .filter-block .list-group-item i:hover {
            color: #ff261f;
        }

    .filter-block .list-group-item.active {
        border-left: 4px solid #ff261f;
    }

        .filter-block .list-group-item.active .list-details {
            background: #f7f9fa;
        }

    .filter-block .list-group-item .title {
        color: #ff261f;
        font-weight: 500;
        margin-bottom: 0px;
        display: inline-block;
        width: 80%;
    }

    .filter-block .list-group-item .list-details {
        cursor: pointer;
        background: #fff;
    }

        .filter-block .list-group-item .list-details summary::-webkit-details-marker {
            color: #607d8b;
        }

        .filter-block .list-group-item .list-details .help-text {
            color: rgba(96, 125, 139, 0.75);
            margin-bottom: 0px;
        }

        .filter-block .list-group-item .list-details .badge {
            float: right;
            padding: 0px;
            border: 0px solid #b0bec5;
            background: #cfd8dc;
            color: #607d8b;
            margin-top: -15px;
            font-size: 10px;
            font-weight: 600;
            width: 20px;
            height: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .filter-block .list-group-item .list-details .badge:hover {
                background: #f44336;
                color: #fff;
            }

        .filter-block .list-group-item .list-details .list-borderless {
            border: 0;
        }

            .filter-block .list-group-item .list-details .list-borderless .list-group-item {
                border: 0;
                border-top: 1px solid #eceff1;
                padding: 10px 0;
                background: transparent;
                position: relative;
                padding-left: 10px;
            }

                .filter-block .list-group-item .list-details .list-borderless .list-group-item.active i {
                    color: #ff261f;
                }

                .filter-block .list-group-item .list-details .list-borderless .list-group-item:first-child {
                    border-top: 0;
                }

                    .filter-block .list-group-item .list-details .list-borderless .list-group-item:first-child:before {
                        border: 0;
                    }

                .filter-block .list-group-item .list-details .list-borderless .list-group-item i {
                    margin-right: 0.5rem;
                }

                .filter-block .list-group-item .list-details .list-borderless .list-group-item summary::-webkit-details-marker {
                    display: inline-block;
                    color: #607d8b;
                }

.filter-block .setup {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
}

    .filter-block .setup .setup-btn {
        background: #fff;
        color: #ff261f;
        padding: 10px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
    }

        .filter-block .setup .setup-btn::-webkit-details-marker {
            display: none;
        }

        .filter-block .setup .setup-btn span {
            padding: 10px 20px;
            border-radius: 25px;
            background: #ff261f;
            color: #fff;
            -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
        }

            .filter-block .setup .setup-btn span:hover {
                background: #f50800;
            }

    .filter-block .setup .form {
        padding: 15px 15px 25px 15px;
        background: #fff;
        border-top: 1px solid #cfd8dc;
        display: none;
    }

.filter-block details.setup[open] ~ ul,
.filter-block details.setup[open] ~ .fixed-area,
.filter-block details.setup[open] ~ details {
    display: none;
}

.filter-block .fixed-area {
    top: 50px;
}

    .filter-block .fixed-area .filter {
        float: right;
    }

.filter-block .filter i:hover {
    color: #ff261f;
}

.filter-block .filter i.active {
    color: #ff261f;
}

.filter-block .filter a[data-toggle=dropdown] {
    color: #b0bec5;
}

.customization-form {
    border-right: 1px solid #cfd8dc;
}

    .customization-form .list-group-flush li:first-child {
        border-top: 0;
    }

.preview-section {
    height: 100%;
    position: sticky;
    top: 0px;
}

    .preview-section .preview-box {
        margin-top: 15px;
        height: 100%;
        padding: 0;
    }

        .preview-section .preview-box .card, .preview-section .preview-box .card-block {
            border: 0;
        }

        .preview-section .preview-box .header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 100%;
            -ms-flex: 100%;
            flex: 100%;
        }

        .preview-section .preview-box .table {
            margin-bottom: 0;
        }

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f7f9fa;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background: transparent;
    border: 0px solid #ccc;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #cfd8dc;
    border: 3px solid #cfd8dc;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ddd;
    }

* {
    scrollbar-width: thin;
}

.apexcharts-canvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .apexcharts-canvas .apexcharts-legend {
        top: 70px !important;
    }

/* Report builder */
.report-builder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    clear: both;
    margin-top: 10px;
}

    .report-builder .query-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #f7f9fa;
        border: 1px solid #eceff1;
        padding: 5px 0;
        margin: 5px 0;
    }

    .report-builder .query-string {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .report-builder .query-string .query-condition {
            min-width: 210px;
        }

        .report-builder .query-string .form-group {
            margin: 5px;
            min-width: 200px;
        }

            .report-builder .query-string .form-group label {
                margin-left: 0px;
            }

    .report-builder .query-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 15px;
    }

        .report-builder .query-actions a {
            margin-right: 15px;
        }

    .report-builder input:not([type=radio]), .report-builder select, .report-builder .input-group {
        min-height: 38px;
        max-width: 200px;
        margin: 0 0 0 0px;
    }

    .report-builder .form-check-inline {
        margin-right: 5px;
        font-weight: 400;
        margin-bottom: 0;
    }

        .report-builder .form-check-inline .form-check-label {
            padding-left: 15px;
        }

/* Images */
.repository .search-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
}

    .repository .search-block .filter {
        max-width: 100px;
    }

    .repository .search-block .search-btn {
        background: #ff261f;
        color: #fff;
        width: 200px;
        float: right;
    }

.repository .preview-block {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .repository .preview-block .tab-content {
        padding: 0;
        border: 0 !important;
        background: transparent;
    }

        .repository .preview-block .tab-content .tab-pane {
            padding: 0;
        }

    .repository .preview-block .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #eceff1;
        padding: 10px;
        -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    }

        .repository .preview-block .actions .form-check input[type=checkbox] {
            width: 16px;
            height: 16px;
            vertical-align: middle;
            margin-right: 5px;
        }

        .repository .preview-block .actions .form-check label {
            line-height: 2;
        }

        .repository .preview-block .actions .nav-tabs {
            border: 0;
        }

            .repository .preview-block .actions .nav-tabs .nav-link {
                border: 0;
            }

                .repository .preview-block .actions .nav-tabs .nav-link:hover {
                    border: 0;
                }

        .repository .preview-block .actions .preview-options {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            color: #b0bec5;
        }

            .repository .preview-block .actions .preview-options .view-actions {
                padding-left: 15px;
                margin-bottom: 10px;
            }

                .repository .preview-block .actions .preview-options .view-actions button {
                    margin-left: 15px;
                    cursor: pointer;
                }

                    .repository .preview-block .actions .preview-options .view-actions button:hover {
                        color: #263238;
                    }

                    .repository .preview-block .actions .preview-options .view-actions button.active {
                        color: #fff;
                        background: #ff261f;
                        border-radius: 25px;
                    }

            .repository .preview-block .actions .preview-options .bulk-actions {
                margin-right: 15px;
                padding-right: 15px;
            }

                .repository .preview-block .actions .preview-options .bulk-actions a {
                    color: #ff261f;
                    padding: 0 10px;
                    text-decoration: none;
                }

                    .repository .preview-block .actions .preview-options .bulk-actions a:hover {
                        color: #263238;
                    }

        .repository .preview-block .actions button:hover {
            color: #263238;
        }

        .repository .preview-block .actions button.active {
            color: #fff;
            background: #ff261f;
            border-radius: 25px !important;
        }

    .repository .preview-block .thumbnail-view {
        padding: 0px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100vh - 130px);
        overflow-y: auto;
        position: relative;
    }

        .repository .preview-block .thumbnail-view .address {
            margin-bottom: 10px;
            border-bottom: 1px solid #eceff1;
        }

            .repository .preview-block .thumbnail-view .address .address-heading {
                padding: 15px;
                color: #607d8b;
            }

            .repository .preview-block .thumbnail-view .address .address-images {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                .repository .preview-block .thumbnail-view .address .address-images .thumbnail {
                    margin: 15px;
                    height: 150px;
                    width: 150px;
                    overflow: hidden;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    background: #f7f9fa;
                    border: 1px solid #eceff1;
                    position: relative;
                }

                    .repository .preview-block .thumbnail-view .address .address-images .thumbnail img {
                        height: auto;
                        width: 100%;
                    }

                    .repository .preview-block .thumbnail-view .address .address-images .thumbnail .options {
                        z-index: 9999;
                        position: absolute;
                        top: 5px;
                        left: 5px;
                        display: none;
                    }

                        .repository .preview-block .thumbnail-view .address .address-images .thumbnail .options input[type=checkbox] {
                            width: 20px;
                            height: 20px;
                        }

                        .repository .preview-block .thumbnail-view .address .address-images .thumbnail .options button:hover {
                            color: #263238;
                        }

                        .repository .preview-block .thumbnail-view .address .address-images .thumbnail .options button.active {
                            color: #fff;
                            background: #ff261f;
                            border-radius: 25px;
                        }

                    .repository .preview-block .thumbnail-view .address .address-images .thumbnail .preview-icon {
                        z-index: 9999;
                        position: absolute;
                        color: #fff;
                        font-size: 2rem;
                        display: none;
                        width: 100%;
                        height: 100%;
                        text-decoration: none;
                    }

                    .repository .preview-block .thumbnail-view .address .address-images .thumbnail:hover {
                        cursor: pointer;
                    }

                        .repository .preview-block .thumbnail-view .address .address-images .thumbnail:hover .options {
                            display: block;
                        }

                        .repository .preview-block .thumbnail-view .address .address-images .thumbnail:hover .preview-icon {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                        }

                        .repository .preview-block .thumbnail-view .address .address-images .thumbnail:hover:after {
                            background: rgba(0, 0, 0, 0.5);
                            content: "";
                            height: 100%;
                            width: 100%;
                            position: absolute;
                        }

                    .repository .preview-block .thumbnail-view .address .address-images .thumbnail.selected {
                        border: 1px solid #ff261f !important;
                    }

                        .repository .preview-block .thumbnail-view .address .address-images .thumbnail.selected:after {
                            background: rgba(255, 38, 31, 0.85);
                            content: "✓";
                            height: 100%;
                            width: 100%;
                            position: absolute;
                            color: #fff;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            font-size: 2.5rem;
                        }

                        .repository .preview-block .thumbnail-view .address .address-images .thumbnail.selected:hover:after {
                            background: rgba(255, 38, 31, 0.85);
                            content: "";
                            height: 100%;
                            width: 100%;
                            position: absolute;
                        }

.section-header {
    position: sticky;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background: #f7f9fa;
    border-bottom: 1px solid #cfd8dc;
    width: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 45px;
}

    .section-header .form-check {
        margin: 5px 0;
        display: inline-block;
    }

    .section-header nav ul {
        margin: 0;
    }

.grid-view {
    height: calc(100vh - 130px);
    overflow: hidden;
    overflow-y: auto;
}

.image-preview {
    max-width: 100%;
    max-height: 100%;
}

.file-upload {
    width: 100%;
    min-height: 250px;
    background: #eceff1;
    border: 2px dashed #b0bec5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #607d8b;
    padding: 15px;
}

    .file-upload .thumbnails-block {
        border-top: 1px solid #cfd8dc;
        padding-top: 15px;
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

        .file-upload .thumbnails-block .thumbnail-section {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%;
            margin: 1%;
        }

            .file-upload .thumbnails-block .thumbnail-section input[type=text] {
                background: transparent;
                border: 0;
                border-bottom: 1px solid #b0bec5;
                width: 100%;
                height: 35px;
            }

                .file-upload .thumbnails-block .thumbnail-section input[type=text]:focus {
                    outline: none;
                }

            .file-upload .thumbnails-block .thumbnail-section .thumbnail {
                max-height: 120px;
                overflow: hidden;
                border: 0px solid #b0bec5;
                padding: 0px;
                position: relative;
                cursor: auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .file-upload .thumbnails-block .thumbnail-section .thumbnail:before {
                    content: "";
                    background: rgba(0, 0, 0, 0.5);
                    width: 100%;
                    height: 100%;
                    position: absolute;
                }

                .file-upload .thumbnails-block .thumbnail-section .thumbnail img {
                    width: 100%;
                    max-height: auto;
                }

                .file-upload .thumbnails-block .thumbnail-section .thumbnail .action {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                    font-size: 1.25rem;
                    color: #fff;
                    cursor: pointer;
                }

    .file-upload .upload-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        width: 100%;
        padding: 50px 0;
    }

        .file-upload .upload-info .illustration {
            margin-bottom: 35px;
            font-size: 50px;
        }

.file-upload-list .media {
    border-bottom: 1px dotted #cfd8dc;
    margin-bottom: 10px;
    padding: 25px 0;
}

    .file-upload-list .media img {
        max-width: 150px;
        height: auto;
    }

.image-slider {
    position: relative;
}

    .image-slider figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-slider nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        top: 50%;
        left: 0;
        width: 100%;
        height: auto;
    }

        .image-slider nav:hover .nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .image-slider nav .nav {
            width: 3rem;
            height: 4rem;
            text-decoration: none;
            background: #263238;
            font-size: 2.5rem;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            border-radius: 5px;
            -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
        }

            .image-slider nav .nav.right {
                border-radius: 25px 0px 0px 25px;
                margin-right: 20px;
            }

            .image-slider nav .nav.left {
                border-radius: 0 25px 25px 0;
            }

            .image-slider nav .nav:hover {
                background: #ff261f;
            }

            .image-slider nav .nav i {
                margin: 0;
            }

/* Custom override styling */
html {
    scroll-behavior: smooth;
}

body,
table tbody tr td,
.table tbody tr td,
table thead tr th,
.table thead tr th {
    font-size: 14px;
}

i {
    margin-right: 5px;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.text-muted {
    color: #888 !important;
}

small {
    font-size: 90%;
}

#accordion .card-header {
    font-weight: 400;
    background: #f7f9fa;
    color: #607d8b;
    margin-bottom: 0;
    border-bottom: 0;
    cursor: pointer;
    position: relative;
    padding: 10px 15px;
}

    #accordion .card-header strong {
        font-size: 0.85rem;
        font-weight: 500;
        display: inline-block;
        width: 100%;
    }

    #accordion .card-header small {
        opacity: 0.75;
    }

    #accordion .card-header:after {
        font-size: 16px;
        font-family: fontAwesome;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    #accordion .card-header[aria-expanded=true]:after {
        content: "\f139";
    }

    #accordion .card-header[aria-expanded=false]:after {
        content: "\f13a";
    }

#accordion .card-body {
    padding: 5px;
}

.batch-tasks .btn-link {
    color: #ff261f;
    text-decoration: none;
    padding: 5px 20px;
    background: #eceff1;
    border-color: #cfd8dc;
    min-width: 130px;
    text-align: center;
}

    .batch-tasks .btn-link:first-child {
        border-radius: 25px 0 0 25px;
    }

    .batch-tasks .btn-link:last-child {
        border-radius: 0 25px 25px 0;
    }

    .batch-tasks .btn-link:only-child {
        border-radius: 25px;
    }

    .batch-tasks .btn-link:hover {
        color: #eceff1;
        background: #607d8b;
        text-decoration: none;
    }

    .batch-tasks .btn-link i {
        font-size: 16px;
    }

.batch-tasks .dropdown .btn-link {
    margin-left: -5px;
}

.card-placeholder,
.row-placeholder {
    background: #eceff1;
    position: relative;
    border: 1px dashed #b0bec5;
    min-width: 33%;
    margin-bottom: 15px;
    padding: 0;
}

.row-placeholder {
    margin: 15px;
}

li.ui-state-highlight {
    background: #eceff1;
    border: 1px solid #b0bec5;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    list-style-type: none;
    padding: 0.75rem 1.25rem;
    min-height: 47px;
}

.modal-xl {
    width: 96%;
    max-width: none;
}

    .modal-xl .modal-content {
        height: 90vh;
    }

    .modal-xl .modal-body {
        max-height: none;
    }

    .modal-xl .card-block {
        max-height: none;
    }

    .modal-xl .list-group-item .active {
        color: #ff261f;
        border-color: rgba(0, 0, 0, 0.125);
        border-bottom: 4px solid #ff261f;
        background: transparent;
    }

    .modal-xl.modal-dialog .modal-body .tab-content .tab-pane {
        padding-bottom: 0;
    }

.breadcrumb {
    background: transparent;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 2;
}

.border-left {
    border-left: 1px solid #cfd8dc;
}

.border-right {
    border-right: 1px solid #cfd8dc;
}

#split-modal .half {
    padding: 15px;
    padding-right: 15px;
}

    #split-modal .half:nth-child(2) {
        padding-left: 15px;
        border-left: 1px solid #cfd8dc;
    }

#split-modal .form-check-label {
    font-weight: 400;
}

.list-group-item label {
    font-weight: 400;
}

.list-group-item.active {
    background: #f7f9fa;
    border-color: #cfd8dc;
    color: #263238;
}

.dropdown-menu {
    z-index: 9999;
    border: 1px solid #eee !important;
    border-radius: 3px !important;
}

.br-1 {
    border-right: 1px solid #b0bec5;
}

.bl-1 {
    border-left: 1px solid #b0bec5;
}

.bt-1 {
    border-top: 1px solid #b0bec5;
}

.bb-1 {
    border-bottom: 1px solid #b0bec5;
}

.v-seperator {
    border-left: 1px solid #b0bec5;
    margin: 0px 15px 5px;
}

.pulse {
    -webkit-animation: beat 0.25s infinite alternate;
    animation: beat 0.25s infinite alternate;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes beat {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes beat {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
/* Split Job */
.radio-box {
    width: 30%;
    margin: 1%;
    border: 1px solid #cfd8dc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

    .radio-box .icon {
        font-size: 45px;
        margin-bottom: 10px;
        color: #cfd8dc;
    }

    .radio-box .title {
        color: #b0bec5;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .radio-box .description {
        color: #b0bec5;
        font-size: 0.7rem;
        margin-bottom: 10px;
    }

    .radio-box input[type=radio] {
        position: absolute;
        left: 5px;
        top: 5px;
        visibility: hidden;
    }

    .radio-box.active, .radio-box:hover {
        background: #f7f9fa;
    }

        .radio-box.active .icon,
        .radio-box.active .title,
        .radio-box.active .description, .radio-box:hover .icon,
        .radio-box:hover .title,
        .radio-box:hover .description {
            color: #607d8b;
        }

.unread:after {
    content: "\f111";
    font-family: fontAwesome;
    font-size: 8px;
    color: #f44336;
    position: absolute;
    margin-top: -5px;
}

.empty-state {
    height: calc(100vh - 130px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .empty-state img,
    .empty-state i {
        max-height: 100px;
        font-size: 100px;
        margin: 25px;
        color: #b0bec5;
        border-radius: 0;
    }

/* Scrollbar styling *
::-webkit-scrollbar {
	width: 7.5px;
	height: 7.5px;
	background-color: $background-base-light;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
	background: transparent;
	border: 0px solid #ccc;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #eee;
	border: 1px solid #ddd;
}

::-webkit-scrollbar-thumb:hover {
	background: #ddd;
}

::-webkit-scrollbar-thumb:active {
	background: linear-gradient(left, #22ADD4, #1E98BA);
}


* {
	scrollbar-width: thin;
}

*/
header .logo {
    height: 35px;
    margin-left: 15px;
}

@media (max-width: 991px) {
    header .logo {
        margin-left: 55px;
    }
}

.ekl-dashboard-section {
    padding: 0 15px;
    margin-bottom: 15px;
}

    .ekl-dashboard-section .ekl-card {
        margin-right: 15px;
    }

        .ekl-dashboard-section .ekl-card .card-block,
        .ekl-dashboard-section .ekl-card .card-header,
        .ekl-dashboard-section .ekl-card .card-footer {
            padding: 15px;
        }

        .ekl-dashboard-section .ekl-card .card-header {
            border-bottom: 1px solid #eceff1;
        }

            .ekl-dashboard-section .ekl-card .card-header label {
                font-weight: 500;
                color: #ff261f;
                margin-bottom: 0;
            }

        .ekl-dashboard-section .ekl-card label {
            margin-bottom: 10px;
            color: #607d8b;
        }

        .ekl-dashboard-section .ekl-card strong {
            color: #607d8b;
            font-weight: 400;
        }

    .ekl-dashboard-section .ekl-figure-card {
        border-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 15px);
        flex: 0 0 calc(20% - 15px);
    }

        .ekl-dashboard-section .ekl-figure-card h3 {
            line-height: 1;
            margin-bottom: 2.5px;
        }

            .ekl-dashboard-section .ekl-figure-card h3 small {
                font-size: 18px;
            }

        .ekl-dashboard-section .ekl-figure-card label {
            display: block;
            margin-bottom: 0;
        }

        .ekl-dashboard-section .ekl-figure-card progress {
            background: #eee;
            border: 0;
            height: 5px;
        }

    .ekl-dashboard-section .ekl-overview-card {
        border-top: 1px dotted #cfd8dc;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 15px);
        flex: 0 0 calc(20% - 15px);
    }

        .ekl-dashboard-section .ekl-overview-card .card-block {
            padding-top: 0;
        }

        .ekl-dashboard-section .ekl-overview-card ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .ekl-dashboard-section .ekl-overview-card ul li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 10px 0;
            }

                .ekl-dashboard-section .ekl-overview-card ul li label {
                    display: inline-block;
                    width: 100%;
                    line-height: 1.25;
                    margin-bottom: 2.5px;
                }

    .ekl-dashboard-section .ekl-table-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        max-height: 375px;
    }

    .ekl-dashboard-section .ekl-chart-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        margin-right: 0;
    }

    .ekl-dashboard-section .ekl-map-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 15px);
        flex: 0 0 calc(100% - 15px);
    }

        .ekl-dashboard-section .ekl-map-card .card-block {
            max-height: 350px;
            overflow: auto;
        }

        .ekl-dashboard-section .ekl-map-card img {
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .ekl-dashboard-section .ekl-node-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 15px);
        flex: 0 0 calc(100% - 15px);
        max-height: 300px;
        overflow-y: scroll;
        background: #ffffff;
    }

        .ekl-dashboard-section .ekl-node-card table,
        .ekl-dashboard-section .ekl-node-card .table,
        .ekl-dashboard-section .ekl-node-card table thead tr th,
        .ekl-dashboard-section .ekl-node-card .table thead tr th,
        .ekl-dashboard-section .ekl-node-card table tbody tr td,
        .ekl-dashboard-section .ekl-node-card .table tbody tr td {
            border: 0;
        }

            .ekl-dashboard-section .ekl-node-card table tbody tr td:before,
            .ekl-dashboard-section .ekl-node-card .table tbody tr td:before {
                content: "";
                border-top: 1px dashed #eceff1;
                display: inline-block;
                width: 100%;
                position: absolute;
                top: 50%;
                left: 0;
                z-index: 0;
            }

            .ekl-dashboard-section .ekl-node-card table tbody tr td:nth-child(1):before, .ekl-dashboard-section .ekl-node-card table tbody tr td:nth-child(2):before,
            .ekl-dashboard-section .ekl-node-card .table tbody tr td:nth-child(1):before,
            .ekl-dashboard-section .ekl-node-card .table tbody tr td:nth-child(2):before {
                border-top: 0;
            }

            .ekl-dashboard-section .ekl-node-card table tbody tr td:nth-child(3):before,
            .ekl-dashboard-section .ekl-node-card .table tbody tr td:nth-child(3):before {
                width: 50%;
                left: 50%;
            }

            .ekl-dashboard-section .ekl-node-card table tbody tr td:last-child():before,
            .ekl-dashboard-section .ekl-node-card .table tbody tr td:last-child():before {
                width: 50%;
                left: 0;
            }

            .ekl-dashboard-section .ekl-node-card table tbody tr,
            .ekl-dashboard-section .ekl-node-card .table tbody tr {
                background: #fff;
            }

                .ekl-dashboard-section .ekl-node-card table tbody tr .stop,
                .ekl-dashboard-section .ekl-node-card .table tbody tr .stop {
                    background: #eceff1;
                    border-radius: 50%;
                    width: 20px;
                    height: 20px;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-size: 10px;
                    margin: 0 2.5px;
                }

                    .ekl-dashboard-section .ekl-node-card table tbody tr .stop.active,
                    .ekl-dashboard-section .ekl-node-card .table tbody tr .stop.active {
                        background: #0275d8;
                        color: #fff;
                    }

                    .ekl-dashboard-section .ekl-node-card table tbody tr .stop.completed,
                    .ekl-dashboard-section .ekl-node-card .table tbody tr .stop.completed {
                        background: #5cb85c;
                        color: #fff;
                    }

            .ekl-dashboard-section .ekl-node-card table i,
            .ekl-dashboard-section .ekl-node-card .table i {
                font-size: 20px;
                color: #eceff1;
                position: relative;
            }

                .ekl-dashboard-section .ekl-node-card table i.fa-1x,
                .ekl-dashboard-section .ekl-node-card .table i.fa-1x {
                    font-size: 13px;
                }

.tile-block {
    padding: 15px;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

    .tile-block .list-group-item {
        border: 0;
        border-radius: 10px;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
        min-height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
        background: #f7f9fa;
    }

        .tile-block .list-group-item.active {
            border-left: 0;
            color: #ff261f;
        }

            .tile-block .list-group-item.active .status {
                background: #ff261f;
            }

            .tile-block .list-group-item.active .badge {
                background: #ff261f;
            }

                .tile-block .list-group-item.active .badge img {
                    -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1);
                    opacity: 100%;
                }

        .tile-block .list-group-item.nested {
            margin-bottom: 1px;
            border-radius: 10px 10px 0 10px;
        }

            .tile-block .list-group-item.nested + ul .list-group-item {
                margin-bottom: 1px;
                border-radius: 0;
            }

                .tile-block .list-group-item.nested + ul .list-group-item:last-child {
                    margin-bottom: 10px;
                    border-radius: 0 0 10px 10px;
                }

        .tile-block .list-group-item label {
            font-size: 15px;
            font-weight: 600;
        }

        .tile-block .list-group-item .status {
            width: 2.5px;
            height: 80%;
            background: #eceff1;
            border-radius: 5px;
            position: absolute;
            left: 5px;
            top: 10%;
        }

            .tile-block .list-group-item .status.success {
                background: #0C9D58;
            }

        .tile-block .list-group-item .badge {
            max-width: 35px;
            max-height: 35px;
            border: 0;
            border-radius: 50%;
            background: #f7f9fa;
            -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 10px;
        }

            .tile-block .list-group-item .badge img {
                max-height: 18px;
            }

        .tile-block .list-group-item .media {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .tile-block .list-group-item .media .media-body {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

details {
    margin-bottom: 10px;
}

    details summary {
        padding: 20px 10px;
        background: #f7f9fa;
        border: 1px solid #eceff1;
        border-radius: 5px;
    }

    details[open] summary {
        border-bottom: 0;
        border-radius: 5px 5px 0 0;
    }

    details .table,
    details table {
        margin-bottom: 0;
    }

.breadcrumb-item a {
    color: #5e5873;
    font-weight: 600;
}

.card {
    border-radius: 5px;
    border: 1px solid #eceff1 !important;
    -webkit-box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.05);
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.05);
}

.btn {
    border-radius: 6px;
}

.viewimages-btns .btn {
    border-radius: 6px !important;
    padding: 0 0.5rem 0.7rem 0.5rem;
    height: 37px;
}

.viewimages-btns .v-seperator {
    height: 37px !important;
}

.form-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input[type=radio] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 3px;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #aaa;
    border-radius: 50%;
    margin-right: 10px;
}

    input[type=radio]:checked {
        background-color: #ff261f;
        border: 2px solid #ff261f;
    }

label {
    padding-bottom: 0;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 15px;
    background: #fff;
    visibility: visible;
}

    input[type=checkbox]::after {
        content: " ";
        background-color: #fff;
        display: inline-block;
        visibility: visible;
        border: 2px solid #aaa;
        border-radius: 10%;
        visibility: visible;
        color: #fff;
        width: 20px;
        height: 20px;
        text-align: center;
    }

    input[type=checkbox]:disabled::after {
        background-color: #f1f1f1;
        border: 2px solid #f1e8e8;
    }

    input[type=checkbox]:checked::after {
        content: "✔";
        background: #ff261f;
        border-color: #ff261f;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.mw-100 {
    min-width: 100px;
}

/* Any element that is not writable */
:read-only {
}

/* ... so you might want to scope it */
input:read-only,
textarea:read-only,
[contenteditable]:read-only {
    cursor: default;
}

.readonly:read-only {
    background: white;
}

textarea {
    resize: none;
}

.sidebar .nav .active {
    color: #fff !important;
    background: #ff261f !important;
    border-radius: 5px 5px 5px 5px;
}

    .sidebar .nav .active i.active-icon {
        color: #fff !important;
    }