@charset "UTF-8";
.webui-popover-content {
    display: none
}

.webui-popover-rtl {
    direction: rtl;
    text-align: right
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
    margin-top: -10px
}

.webui-popover.right, .webui-popover.right-bottom, .webui-popover.right-top {
    margin-left: 10px
}

.webui-popover.bottom, .webui-popover.bottom-left, .webui-popover.bottom-right {
    margin-top: 10px
}

.webui-popover.left, .webui-popover.left-bottom, .webui-popover.left-top {
    margin-left: -10px
}

.webui-popover.pop {
    transform: scale(.8);
    transition: transform .15s cubic-bezier(.3, 0, 0, 1.5);
    opacity: 0
}

.webui-popover.pop-out {
    transition-property: "opacity,transform";
    transition: .15s linear;
    opacity: 0
}

.webui-popover.fade, .webui-popover.fade-out {
    transition: opacity .15s linear;
    opacity: 0
}

.webui-popover.out {
    opacity: 0
}

.webui-popover.in {
    transform: none;
    opacity: 1
}

.webui-popover .webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: block
}

.webui-popover .webui-popover-content > div:first-child {
    width: 99%
}

.webui-popover-inner .close {
    font-family: arial;
    margin: 8px 10px 0 0;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    text-decoration: none
}

.webui-popover-inner .close:focus, .webui-popover-inner .close:hover {
    opacity: .5
}

.webui-popover-inner .close:after {
    content: "\00D7";
    width: .8em;
    height: .8em;
    padding: 4px;
    position: relative
}

.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 5px 5px 0 0
}

.webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: none
}

.webui-popover-inverse {
    background-color: #333;
    color: #eee
}

.webui-popover-inverse .webui-popover-title {
    background: #333;
    border-bottom: 1px solid #3b3b3b;
    color: #eee
}

.webui-no-padding .webui-popover-content {
    padding: 0
}

.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none
}

.webui-no-padding .list-group-item:first-child {
    border-top: 0
}

.webui-no-padding .list-group-item:last-child {
    border-bottom: 0
}

.webui-popover > .webui-arrow, .webui-popover > .webui-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.webui-popover > .webui-arrow {
    border-width: 11px
}

.webui-popover > .webui-arrow:after {
    border-width: 10px;
    content: ""
}

.webui-popover.top-left > .webui-arrow, .webui-popover.top-right > .webui-arrow, .webui-popover.top > .webui-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.webui-popover.top-left > .webui-arrow:after, .webui-popover.top-right > .webui-arrow:after, .webui-popover.top > .webui-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.webui-popover.right-bottom > .webui-arrow, .webui-popover.right-top > .webui-arrow, .webui-popover.right > .webui-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.webui-popover.right-bottom > .webui-arrow:after, .webui-popover.right-top > .webui-arrow:after, .webui-popover.right > .webui-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.webui-popover.bottom-left > .webui-arrow, .webui-popover.bottom-right > .webui-arrow, .webui-popover.bottom > .webui-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0
}

.webui-popover.bottom-left > .webui-arrow:after, .webui-popover.bottom-right > .webui-arrow:after, .webui-popover.bottom > .webui-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.webui-popover.left-bottom > .webui-arrow, .webui-popover.left-top > .webui-arrow, .webui-popover.left > .webui-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.webui-popover.left-bottom > .webui-arrow:after, .webui-popover.left-top > .webui-arrow:after, .webui-popover.left > .webui-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.webui-popover-inverse.top-left > .webui-arrow, .webui-popover-inverse.top-left > .webui-arrow:after, .webui-popover-inverse.top-right > .webui-arrow, .webui-popover-inverse.top-right > .webui-arrow:after, .webui-popover-inverse.top > .webui-arrow, .webui-popover-inverse.top > .webui-arrow:after {
    border-top-color: #333
}

.webui-popover-inverse.right-bottom > .webui-arrow, .webui-popover-inverse.right-bottom > .webui-arrow:after, .webui-popover-inverse.right-top > .webui-arrow, .webui-popover-inverse.right-top > .webui-arrow:after, .webui-popover-inverse.right > .webui-arrow, .webui-popover-inverse.right > .webui-arrow:after {
    border-right-color: #333
}

.webui-popover-inverse.bottom-left > .webui-arrow, .webui-popover-inverse.bottom-left > .webui-arrow:after, .webui-popover-inverse.bottom-right > .webui-arrow, .webui-popover-inverse.bottom-right > .webui-arrow:after, .webui-popover-inverse.bottom > .webui-arrow, .webui-popover-inverse.bottom > .webui-arrow:after {
    border-bottom-color: #333
}

.webui-popover-inverse.left-bottom > .webui-arrow, .webui-popover-inverse.left-bottom > .webui-arrow:after, .webui-popover-inverse.left-top > .webui-arrow, .webui-popover-inverse.left-top > .webui-arrow:after, .webui-popover-inverse.left > .webui-arrow, .webui-popover-inverse.left > .webui-arrow:after {
    border-left-color: #333
}

.webui-popover i.icon-refresh:before {
    content: ""
}

.webui-popover i.icon-refresh {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
    background: url(../img/loading.gif) no-repeat
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.webui-popover-backdrop {
    background-color: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998
}

.webui-popover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    float: none
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

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

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

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

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

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

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

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

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0083ba;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #004d6e;
    text-decoration: none
}

a:not([href]):not([tabindex]) {
    text-decoration: none
}

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

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

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

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, .popover .popover-content .popover-title, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: #34394c
}

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

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

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

.h4, .popover .popover-content .popover-title, h4 {
    font-size: 1.5rem
}

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

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

.lead {
    font-size: 16px;
    font-weight: 400
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a > code {
    color: inherit
}

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

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

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

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

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

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

@media (min-width: 320px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 600px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 900px) {
    .container {
        max-width: 960px
    }
}

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

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

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

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

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

.col, .col-1, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-2, .col-20, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-2, .col-lg-20, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-2, .col-md-20, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-2, .col-sm-20, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-2, .col-xl-20, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-13, .col-xxl-14, .col-xxl-15, .col-xxl-16, .col-xxl-17, .col-xxl-18, .col-xxl-19, .col-xxl-2, .col-xxl-20, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
    flex: 0 0 65%;
    max-width: 65%
}

.col-14 {
    flex: 0 0 70%;
    max-width: 70%
}

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

.col-16 {
    flex: 0 0 80%;
    max-width: 80%
}

.col-17 {
    flex: 0 0 85%;
    max-width: 85%
}

.col-18 {
    flex: 0 0 90%;
    max-width: 90%
}

.col-19 {
    flex: 0 0 95%;
    max-width: 95%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 21
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.order-13 {
    order: 13
}

.order-14 {
    order: 14
}

.order-15 {
    order: 15
}

.order-16 {
    order: 16
}

.order-17 {
    order: 17
}

.order-18 {
    order: 18
}

.order-19 {
    order: 19
}

.order-20 {
    order: 20
}

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

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

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

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

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

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

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

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

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

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

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

.offset-12 {
    margin-left: 60%
}

.offset-13 {
    margin-left: 65%
}

.offset-14 {
    margin-left: 70%
}

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

.offset-16 {
    margin-left: 80%
}

.offset-17 {
    margin-left: 85%
}

.offset-18 {
    margin-left: 90%
}

.offset-19 {
    margin-left: 95%
}

@media (min-width: 320px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-13 {
        flex: 0 0 65%;
        max-width: 65%
    }

    .col-sm-14 {
        flex: 0 0 70%;
        max-width: 70%
    }

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

    .col-sm-16 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-sm-17 {
        flex: 0 0 85%;
        max-width: 85%
    }

    .col-sm-18 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-sm-19 {
        flex: 0 0 95%;
        max-width: 95%
    }

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 21
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .order-sm-13 {
        order: 13
    }

    .order-sm-14 {
        order: 14
    }

    .order-sm-15 {
        order: 15
    }

    .order-sm-16 {
        order: 16
    }

    .order-sm-17 {
        order: 17
    }

    .order-sm-18 {
        order: 18
    }

    .order-sm-19 {
        order: 19
    }

    .order-sm-20 {
        order: 20
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-12 {
        margin-left: 60%
    }

    .offset-sm-13 {
        margin-left: 65%
    }

    .offset-sm-14 {
        margin-left: 70%
    }

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

    .offset-sm-16 {
        margin-left: 80%
    }

    .offset-sm-17 {
        margin-left: 85%
    }

    .offset-sm-18 {
        margin-left: 90%
    }

    .offset-sm-19 {
        margin-left: 95%
    }
}

@media (min-width: 600px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-13 {
        flex: 0 0 65%;
        max-width: 65%
    }

    .col-md-14 {
        flex: 0 0 70%;
        max-width: 70%
    }

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

    .col-md-16 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-md-17 {
        flex: 0 0 85%;
        max-width: 85%
    }

    .col-md-18 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-md-19 {
        flex: 0 0 95%;
        max-width: 95%
    }

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 21
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .order-md-13 {
        order: 13
    }

    .order-md-14 {
        order: 14
    }

    .order-md-15 {
        order: 15
    }

    .order-md-16 {
        order: 16
    }

    .order-md-17 {
        order: 17
    }

    .order-md-18 {
        order: 18
    }

    .order-md-19 {
        order: 19
    }

    .order-md-20 {
        order: 20
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-12 {
        margin-left: 60%
    }

    .offset-md-13 {
        margin-left: 65%
    }

    .offset-md-14 {
        margin-left: 70%
    }

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

    .offset-md-16 {
        margin-left: 80%
    }

    .offset-md-17 {
        margin-left: 85%
    }

    .offset-md-18 {
        margin-left: 90%
    }

    .offset-md-19 {
        margin-left: 95%
    }
}

@media (min-width: 900px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-13 {
        flex: 0 0 65%;
        max-width: 65%
    }

    .col-lg-14 {
        flex: 0 0 70%;
        max-width: 70%
    }

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

    .col-lg-16 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-lg-17 {
        flex: 0 0 85%;
        max-width: 85%
    }

    .col-lg-18 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-lg-19 {
        flex: 0 0 95%;
        max-width: 95%
    }

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 21
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .order-lg-13 {
        order: 13
    }

    .order-lg-14 {
        order: 14
    }

    .order-lg-15 {
        order: 15
    }

    .order-lg-16 {
        order: 16
    }

    .order-lg-17 {
        order: 17
    }

    .order-lg-18 {
        order: 18
    }

    .order-lg-19 {
        order: 19
    }

    .order-lg-20 {
        order: 20
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-12 {
        margin-left: 60%
    }

    .offset-lg-13 {
        margin-left: 65%
    }

    .offset-lg-14 {
        margin-left: 70%
    }

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

    .offset-lg-16 {
        margin-left: 80%
    }

    .offset-lg-17 {
        margin-left: 85%
    }

    .offset-lg-18 {
        margin-left: 90%
    }

    .offset-lg-19 {
        margin-left: 95%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-13 {
        flex: 0 0 65%;
        max-width: 65%
    }

    .col-xl-14 {
        flex: 0 0 70%;
        max-width: 70%
    }

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

    .col-xl-16 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-xl-17 {
        flex: 0 0 85%;
        max-width: 85%
    }

    .col-xl-18 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-xl-19 {
        flex: 0 0 95%;
        max-width: 95%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 21
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .order-xl-13 {
        order: 13
    }

    .order-xl-14 {
        order: 14
    }

    .order-xl-15 {
        order: 15
    }

    .order-xl-16 {
        order: 16
    }

    .order-xl-17 {
        order: 17
    }

    .order-xl-18 {
        order: 18
    }

    .order-xl-19 {
        order: 19
    }

    .order-xl-20 {
        order: 20
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-12 {
        margin-left: 60%
    }

    .offset-xl-13 {
        margin-left: 65%
    }

    .offset-xl-14 {
        margin-left: 70%
    }

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

    .offset-xl-16 {
        margin-left: 80%
    }

    .offset-xl-17 {
        margin-left: 85%
    }

    .offset-xl-18 {
        margin-left: 90%
    }

    .offset-xl-19 {
        margin-left: 95%
    }
}

@media (min-width: 1500px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xxl-13 {
        flex: 0 0 65%;
        max-width: 65%
    }

    .col-xxl-14 {
        flex: 0 0 70%;
        max-width: 70%
    }

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

    .col-xxl-16 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-xxl-17 {
        flex: 0 0 85%;
        max-width: 85%
    }

    .col-xxl-18 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-xxl-19 {
        flex: 0 0 95%;
        max-width: 95%
    }

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

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 21
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .order-xxl-13 {
        order: 13
    }

    .order-xxl-14 {
        order: 14
    }

    .order-xxl-15 {
        order: 15
    }

    .order-xxl-16 {
        order: 16
    }

    .order-xxl-17 {
        order: 17
    }

    .order-xxl-18 {
        order: 18
    }

    .order-xxl-19 {
        order: 19
    }

    .order-xxl-20 {
        order: 20
    }

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

    .offset-xxl-1 {
        margin-left: 5%
    }

    .offset-xxl-2 {
        margin-left: 10%
    }

    .offset-xxl-3 {
        margin-left: 15%
    }

    .offset-xxl-4 {
        margin-left: 20%
    }

    .offset-xxl-5 {
        margin-left: 25%
    }

    .offset-xxl-6 {
        margin-left: 30%
    }

    .offset-xxl-7 {
        margin-left: 35%
    }

    .offset-xxl-8 {
        margin-left: 40%
    }

    .offset-xxl-9 {
        margin-left: 45%
    }

    .offset-xxl-10 {
        margin-left: 50%
    }

    .offset-xxl-11 {
        margin-left: 55%
    }

    .offset-xxl-12 {
        margin-left: 60%
    }

    .offset-xxl-13 {
        margin-left: 65%
    }

    .offset-xxl-14 {
        margin-left: 70%
    }

    .offset-xxl-15 {
        margin-left: 75%
    }

    .offset-xxl-16 {
        margin-left: 80%
    }

    .offset-xxl-17 {
        margin-left: 85%
    }

    .offset-xxl-18 {
        margin-left: 90%
    }

    .offset-xxl-19 {
        margin-left: 95%
    }
}

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

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

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

.table .table-head .table-row > div {
    vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

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

.table .thead-dark th {
    color: #dbdfe2;
    background-color: #212529;
    border-color: #32383e
}

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

.table-dark {
    color: #dbdfe2;
    background-color: #212529
}

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

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

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

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 319.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width: 599.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width: 899.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width: 1499.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: 10px .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3bc5ff;
    outline: 0;
    box-shadow: none
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

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

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

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

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 3px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: 10px .5rem;
    font-size: 1.42857rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.64286rem + 6px)
}

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

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 6px)
}

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

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

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

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

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

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

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

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

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 182, 73, .8);
    border-radius: .2rem
}

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

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #00b649;
    box-shadow: 0 0 0 .2rem rgba(0, 182, 73, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #00b649
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #00b649
}

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

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #00e95d
}

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

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

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(0, 182, 73, .25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(255, 115, 115, .8);
    border-radius: .2rem
}

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

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #ff7373;
    box-shadow: 0 0 0 .2rem rgba(255, 115, 115, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #ff7373
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

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

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

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

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

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

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

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

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(255, 115, 115, .25)
}

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

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

@media (min-width: 320px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

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

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

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

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

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

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

.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 3px solid transparent;
    padding: 0 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 100px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 131, 186, .25)
}

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

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

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

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

.btn-primary {
    color: #fff;
    background-color: #0083ba;
    border-color: #0083ba
}

.btn-primary:hover {
    color: #fff;
    background-color: #006894;
    border-color: #005f87
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 131, 186, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0083ba;
    border-color: #0083ba
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005f87;
    border-color: #00567a
}

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

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

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

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

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

.btn-success {
    color: #fff;
    background-color: #00b649;
    border-color: #00b649
}

.btn-success:hover {
    color: #fff;
    background-color: #00903a;
    border-color: #008335
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 182, 73, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00b649;
    border-color: #00b649
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #008335;
    border-color: #00762f
}

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

.btn-info {
    color: #fff;
    background-color: #0083ba;
    border-color: #0083ba
}

.btn-info:hover {
    color: #fff;
    background-color: #006894;
    border-color: #005f87
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 131, 186, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #0083ba;
    border-color: #0083ba
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #005f87;
    border-color: #00567a
}

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

.btn-warning {
    color: #212529;
    background-color: #ffcf00;
    border-color: #ffcf00
}

.btn-warning:hover {
    color: #212529;
    background-color: #d9b000;
    border-color: #cca600
}

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

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

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #cca600;
    border-color: #bf9b00
}

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

.btn-danger {
    color: #212529;
    background-color: #ff7373;
    border-color: #ff7373
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff4d4d;
    border-color: #ff4040
}

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

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

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

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

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

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

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

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

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

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

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0083ba;
    border-color: #0083ba
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 131, 186, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0083ba;
    background-color: transparent
}

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

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

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

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

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

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

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

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

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

.btn-outline-success:hover {
    color: #fff;
    background-color: #00b649;
    border-color: #00b649
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 182, 73, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00b649;
    background-color: transparent
}

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

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

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

.btn-outline-info:hover {
    color: #fff;
    background-color: #0083ba;
    border-color: #0083ba
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 131, 186, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #0083ba;
    background-color: transparent
}

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

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

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

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffcf00;
    border-color: #ffcf00
}

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

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

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffcf00;
    border-color: #ffcf00
}

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

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

.btn-outline-danger:hover {
    color: #212529;
    background-color: #ff7373;
    border-color: #ff7373
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #ff7373;
    border-color: #ff7373
}

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

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

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

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

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

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

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

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

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

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

.btn-link {
    font-weight: 400;
    color: #0083ba;
    background-color: transparent
}

.btn-link:hover {
    color: #004d6e;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent
}

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

.btn-link.disabled, .btn-link:disabled {
    color: #fff
}

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

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

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

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

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

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

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

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

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

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

.dropdown, .dropup {
    position: relative
}

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

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

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

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

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

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

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

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

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

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

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

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

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

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

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

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: 1.42857rem;
    color: #6c757d;
    white-space: nowrap
}

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

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 0 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -3px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

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

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

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

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

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

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

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

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
    margin-left: -3px
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: flex;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -3px
}

.input-group-prepend {
    margin-right: -3px
}

.input-group-append {
    margin-left: -3px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 10px .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 3px solid #ced4da;
    border-radius: .25rem
}

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

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

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

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #dbdfe2, 0 0 0 .2rem rgba(0, 131, 186, .25)
}

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

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

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

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

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

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #0083ba
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

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

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: #fff
}

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

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

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

.custom-select:focus {
    border-color: #3bc5ff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(59, 197, 255, .5)
}

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

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

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

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

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

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

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

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

.custom-file-input:focus ~ .custom-file-control {
    border-color: #3bc5ff;
    box-shadow: 0 0 0 .2rem rgba(0, 131, 186, .25)
}

.custom-file-input:focus ~ .custom-file-control::before {
    border-color: #3bc5ff
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 6px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 3px solid #ced4da;
    border-radius: .25rem
}

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

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

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

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

.nav-link.disabled {
    color: #6c757d
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

@media (min-width: 320px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

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

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

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

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

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

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

@media (min-width: 600px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

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

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

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

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

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

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

@media (min-width: 900px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

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

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

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

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

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

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

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

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

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

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

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

@media (min-width: 1500px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

    .navbar-expand-xxl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

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

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

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

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

    .navbar-expand-xxl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

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

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

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

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

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

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

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

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

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

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: #5d6071
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #5d6071
}

.navbar-light .navbar-nav .nav-link {
    color: #5d6071
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #5d6071
}

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

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #5d6071
}

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%235d6071' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: #5d6071
}

.navbar-light .navbar-text a {
    color: #5d6071
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: #5d6071
}

.navbar-dark .navbar-brand {
    color: #fff
}

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

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

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

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

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

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

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

.breadcrumb-item.active {
    color: #6c757d
}

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

.badge:empty {
    display: none
}

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

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

.badge-primary {
    color: #fff;
    background-color: #0083ba
}

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

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

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

.badge-success {
    color: #fff;
    background-color: #00b649
}

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

.badge-info {
    color: #fff;
    background-color: #0083ba
}

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

.badge-warning {
    color: #212529;
    background-color: #ad8e00
}

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

.badge-danger {
    color: #212529;
    background-color: #ff7373
}

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

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

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

.badge-dark {
    color: #fff;
    background-color: #343a40
}

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

.alert-primary {
    color: #004461;
    background-color: #cce6f1;
    border-color: #b8dcec
}

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

.alert-primary .alert-link {
    color: #00202e
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

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

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

.alert-success {
    color: #005f26;
    background-color: #ccf0db;
    border-color: #b8ebcc
}

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

.alert-success .alert-link {
    color: #002c12
}

.alert-info {
    color: #004461;
    background-color: #cce6f1;
    border-color: #b8dcec
}

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

.alert-info .alert-link {
    color: #00202e
}

.alert-warning {
    color: #856c00;
    background-color: #fff5cc;
    border-color: #fff2b8
}

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

.alert-warning .alert-link {
    color: #524300
}

.alert-danger {
    color: #853c3c;
    background-color: #ffe3e3;
    border-color: #ffd8d8
}

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

.alert-danger .alert-link {
    color: #622c2c
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

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

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

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

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

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

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

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

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

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

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

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

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

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

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

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

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

@media (min-width: 320px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.42857rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

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

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

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

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

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

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

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

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

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

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 450px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.42857rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdfe2;
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 22px;
    height: 10px;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: 10px
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((10px + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: 10px 11px 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: #dbdfe2
}

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

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

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((10px + 1px) * -1);
    width: 10px;
    height: 22px;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
    border-width: 11px 10px 11px 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: #dbdfe2
}

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

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: 10px
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((10px + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
    border-width: 0 11px 10px 11px
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: #dbdfe2
}

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

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 22px;
    margin-left: -11px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

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

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((10px + 1px) * -1);
    width: 10px;
    height: 22px;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
    border-width: 11px 0 11px 10px
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: #dbdfe2
}

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

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

.popover-header:empty {
    display: none
}

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

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 320px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 600px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 900px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1500px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 320px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 600px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 900px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1500px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

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

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 320px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 600px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 900px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1500px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.text-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: 320px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 600px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 900px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1500px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #0083ba !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #005f87 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #00b649 !important
}

a.text-success:focus, a.text-success:hover {
    color: #008335 !important
}

.text-info {
    color: #0083ba !important
}

a.text-info:focus, a.text-info:hover {
    color: #005f87 !important
}

.text-warning {
    color: #ffcf00 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #cca600 !important
}

.text-danger {
    color: #ff7373 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #ff4040 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !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
}

@font-face {
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/iconfont.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Roboto-Italic.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Roboto-Light.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.ttf) format("truetype")
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select {
    vertical-align: middle
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

.bootstrap-select > .dropdown-toggle:after {
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    height: 100%;
    margin-top: 0
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, .5)
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle, .input-group-lg > .bootstrap-select.form-control .dropdown-toggle, .input-group-lg > .input-group-append > .bootstrap-select.btn .dropdown-toggle, .input-group-lg > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-lg > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle, .input-group-lg > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-sm > .bootstrap-select.form-control .dropdown-toggle, .input-group-sm > .input-group-append > .bootstrap-select.btn .dropdown-toggle, .input-group-sm > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-sm > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle, .input-group-sm > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle, .input-group-sm > .bootstrap-select.form-control .dropdown-toggle, .input-group-sm > .input-group-append > .bootstrap-select.btn .dropdown-toggle, .input-group-sm > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-sm > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle, .input-group-sm > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle {
    padding: 10px .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle, .input-group-lg > .bootstrap-select.form-control .dropdown-toggle, .input-group-lg > .input-group-append > .bootstrap-select.btn .dropdown-toggle, .input-group-lg > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-lg > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle, .input-group-lg > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
    outline: 0 !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    margin-top: -2px !important;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
    display: block;
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select .dropdown-menu.inner span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li {
    position: relative;
    padding: 0 .375rem
}

.bootstrap-select .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: block;
    line-height: 1.2rem;
    max-width: 100%;
    padding: .4rem 0;
    white-space: normal
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    animation: .3s linear 750ms forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-left: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

@media only screen and (max-width: 599px) {
    .popover.popover-details {
        left: 0 !important;
        position: fixed !important;
        top: 0 !important;
        transform: none !important
    }
}

@media only screen and (max-width: 599px) {
    .popover.popover-favorites .webui-arrow, .popover.popover-header-user .webui-arrow, .popover.popover-messages .webui-arrow {
        left: auto !important
    }
}

@media only screen and (max-width: 599px) {
    .popover.popover-search .webui-arrow {
        left: 89px !important
    }
}

.breadcrumb-item.locked a {
    color: #9d9fb4 !important
}

@media (max-width: 599.98px) {
    .popover.popover-favorites, .popover.popover-header-user, .popover.popover-messages, .popover.popover-search {
        left: 0 !important;
        transform: none !important
    }

    .popover.popover-favorites::after, .popover.popover-header-user::after, .popover.popover-messages::after, .popover.popover-search::after {
        border-bottom-color: #fff !important
    }
}

.bootstrap-select .dropdown-toggle:focus, .form-mobile-nav .dropdown-toggle:focus {
    outline: 0 !important
}

.bootstrap-select li:focus, .form-mobile-nav li:focus {
    outline: 0 !important
}

textarea {
    overflow: hidden
}

@media only screen and (min-width: 600px) {
    textarea {
        overflow-y: hidden !important
    }
}

textarea[readonly] {
    overflow-y: auto !important
}

.form-control::placeholder {
    color: #9d9fb4 !important
}

.bugtip {
    left: 17px !important
}

.hidden-popover-trigger {
    display: none
}

@media only screen and (max-width: 599px) {
    .hidden-popover-trigger {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
}

body, html {
    height: 100%
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

@media only screen and (max-width: 599px) {
    body {
        line-height: 1.2rem
    }
}

.no-scroll {
    overflow: hidden
}

.no-scroll body {
    overflow: hidden;
    position: relative
}

.page-wrapper {
    flex: 1 0 auto;
    margin-right: 0;
    position: relative;
    transition: margin-right .3s
}

.focus-catcher {
    left: 0;
    position: fixed;
    top: 0
}

.maxlength-wrapper {
    position: relative
}

code {
    background-color: #f2f3f3;
    border-radius: .25rem;
    color: #34394c;
    font-size: 90%;
    padding: 1rem
}

.position-relative {
    position: relative
}

body, html {
    font-size: 14px
}

@media only screen and (max-width: 599px) {
    body, html {
        font-size: 20px
    }
}

.h1, h1 {
    font-size: 30px;
    font-weight: 300
}

.h2, h2 {
    color: #0083ba;
    font-size: 24px
}

@media only screen and (max-width: 599px) {
    .h2, h2 {
        margin-bottom: 14px
    }
}

.h3, h3 {
    color: #5d6071;
    font-size: 16px
}

@media only screen and (max-width: 599px) {
    .h3, h3 {
        font-size: 1rem
    }
}

.h4, .popover .popover-content .popover-title, h4 {
    font-size: 16px;
    font-weight: 700
}

@media only screen and (max-width: 599px) {
    .h4, .popover .popover-content .popover-title, h4 {
        font-size: 1rem
    }
}

.lead {
    color: #34394c;
    font-size: 1rem
}

@media only screen and (max-width: 599px) {
    .lead {
        margin-bottom: 14px
    }
}

@media only screen and (min-width: 600px) {
    .lead {
        font-size: 16px
    }
}

.lead a {
    font-size: inherit
}

.text-underline {
    border-bottom: 1px solid #5d6071;
    margin-bottom: .5rem;
    padding-bottom: .5rem
}

.text-small {
    font-size: .85714rem
}

@media only screen and (max-width: 599px) {
    .text-small {
        font-size: .6rem
    }
}

.label-comment {
    color: #9d9fb4;
    display: block;
    font-size: 12px
}

label[data-toggle*=tooltip]:not(.switch) {
    border-bottom: 1px dotted #9d9fb4
}

::selection {
    background: #0083ba;
    color: #fff
}

.word-break-all {
    word-break: break-all !important
}

.word-break-word {
    word-break: break-word !important
}

.text-wrap {
    white-space: normal !important
}

.alert-danger {
    background-color: #ffb9b6;
    border-color: #ff7373
}

.alert-warning {
    background-color: #fdefb3;
    border-color: #ffcf00
}

.alert-success {
    background-color: #71db9f;
    border-color: #00b649
}

.alert {
    border-width: 2px;
    color: #5d6071;
    padding: 20px;
    position: relative;
    text-align: left
}

.alert-heading {
    margin-right: 20px
}

.alert-toast {
    bottom: 30px;
    max-height: 100rem;
    min-width: 250px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: -100px;
    transition: max-height 1s ease, min-width .2s ease, opacity .5s ease, right .2s ease;
    transition-delay: 0s;
    visibility: hidden;
    z-index: 1070
}

@media only screen and (max-width: 599px) {
    .alert-toast {
        margin-bottom: 0;
        padding: 24px;
        width: calc(100% - 60px)
    }

    .alert-toast.minimized {
        width: auto
    }
}

@media only screen and (min-width: 600px) {
    .alert-toast {
        min-width: 400px
    }
}

@media only screen and (min-width: 900px) {
    .alert-toast {
        min-width: 600px
    }
}

.alert-toast.show {
    opacity: 1;
    right: 30px;
    visibility: visible
}

.alert-toast.minimized {
    max-height: 0;
    min-width: 0;
    transition: max-height 1s ease, min-width .4s ease, opacity .5s ease, right .2s ease;
    transition-delay: .1s, 0s, 0s
}

.alert-toast.minimized .alert-body, .alert-toast.minimized .alert-heading {
    display: none;
    opacity: 0
}

.alert .toast-minimizer {
    color: #5d6071;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 5px
}

.alert .toast-minimizer:hover {
    color: #0083ba
}

.alert .toast-minimizer:active {
    color: #34394c
}

.alert .icon-close {
    position: absolute;
    right: 10px;
    top: 10px
}

@media only screen and (max-width: 599px) {
    .alert .icon-close {
        line-height: 20px
    }
}

.alert .icon-close::before {
    font-size: 1rem;
    padding: 0
}

@media only screen and (max-width: 599px) {
    .alert .icon-close::before {
        font-size: 20px;
        line-height: 20px
    }
}

.alert .btn.close {
    margin-bottom: 0
}

@media only screen and (min-width: 600px) {
    .alert .btn.close {
        display: none
    }
}

.alert-global {
    border-width: 2px;
    color: #5d6071
}

@media only screen and (max-width: 599px) {
    .alert-global {
        background-color: #fff;
        border-radius: 10px;
        border-style: solid;
        height: 60%;
        margin: 20% 5%;
        padding: 20px;
        position: fixed;
        transition: transform .5s, opacity .5s;
        width: 90%;
        z-index: 300
    }

    .alert-global:nth-child(1) {
        z-index: 310
    }

    .alert-global:nth-child(2) {
        z-index: 309
    }

    .alert-global:nth-child(3) {
        z-index: 308
    }

    .alert-global:nth-child(4) {
        z-index: 307
    }

    .alert-global:nth-child(5) {
        z-index: 306
    }

    .alert-global:nth-child(6) {
        z-index: 305
    }

    .alert-global:nth-child(7) {
        z-index: 304
    }

    .alert-global:nth-child(8) {
        z-index: 303
    }

    .alert-global:nth-child(9) {
        z-index: 302
    }
}

@media only screen and (min-width: 600px) {
    .alert-global {
        border-radius: 0;
        border-style: none none solid;
        flex: 0 0 auto;
        height: auto;
        margin: 0;
        max-height: 5000px;
        padding: 0;
        position: relative;
        transition: max-height .5s, opacity .5s;
        width: 100%
    }
}

.alert-global.closed {
    opacity: 0
}

@media only screen and (max-width: 599px) {
    .alert-global.closed {
        transform: translateY(-100vh)
    }
}

@media only screen and (min-width: 600px) {
    .alert-global.closed {
        border: 0;
        max-height: 0
    }
}

@media only screen and (max-width: 599px) {
    .alert-global-inner {
        max-height: calc(100% - 60px);
        overflow-y: auto
    }
}

@media only screen and (min-width: 600px) {
    .alert-global-inner {
        margin: 40px auto;
        max-width: 1200px;
        padding: 0 20px;
        position: relative
    }
}

@media only screen and (max-width: 599px) {
    .alert-global .icon-close {
        display: none
    }
}

.alert-global .close {
    line-height: 1rem
}

@media only screen and (max-width: 599px) {
    .alert-global .close {
        bottom: 20px;
        line-height: .7rem;
        top: auto
    }
}

@media only screen and (min-width: 600px) {
    .alert-global .close {
        right: 20px;
        top: -20px
    }
}

@media only screen and (max-width: 599px) {
    .alert-global .close::before {
        display: none
    }
}

@media only screen and (min-width: 600px) {
    .alert-global .close::before {
        font-size: 1.25rem
    }
}

.avatar {
    background-color: #0083ba;
    border-radius: .3rem;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    vertical-align: middle;
    width: 1.5rem
}

@media only screen and (max-width: 599px) {
    .avatar {
        font-size: .7rem
    }
}

@media only screen and (min-width: 600px) {
    .avatar {
        height: 1.8rem;
        line-height: 1.8rem;
        width: 1.8rem
    }
}

.badge {
    background-color: #fff;
    border: 2px solid currentColor;
    font-size: 0;
    height: 26px;
    line-height: 22px;
    position: relative;
    width: 26px
}

@media only screen and (max-width: 599px) {
    .badge {
        height: 32px;
        line-height: 29px;
        width: 32px
    }
}

.badge::before {
    font-family: iconfont;
    font-size: .85714rem;
    font-weight: 400
}

@media only screen and (max-width: 599px) {
    .badge::before {
        font-size: .6rem
    }
}

.badge:empty {
    display: inline-block
}

@media only screen and (max-width: 599px) {
    .badge:not(.badge-small) {
        margin-top: 20px
    }

    .badge:not(.badge-small) .badge-text {
        margin-right: 0;
        right: 0;
        top: -18px
    }
}

@media only screen and (min-width: 600px) {
    .badge:not(.badge-small) {
        font-size: .85714rem;
        text-align: left;
        width: auto
    }
}

@media only screen and (min-width: 600px) {
    .badge:not(.badge-small):not(.badge-with-icon)::before {
        display: none
    }
}

.badge[href]:active, .badge[href]:focus, .badge[href]:hover {
    background-color: #fff
}

@media only screen and (max-width: 599px) {
    .badge-text {
        font-size: .7rem;
        line-height: 1;
        margin-right: .5rem;
        position: absolute;
        right: 100%;
        top: 0
    }
}

.badge-default {
    color: #9d9fb4
}

.badge-default::before {
    content: "\e918"
}

.badge-danger {
    color: #ff7373
}

.badge-danger::before {
    content: "\e91b"
}

.badge-info {
    color: #0083ba
}

.badge-info::before {
    content: "\ec87"
}

.badge-success {
    color: #00b649
}

.badge-success::before {
    content: "\e909"
}

.badge-warning {
    color: #ad8e00
}

.badge-warning::before {
    content: "\e91a"
}

a.badge.badge-default:active, a.badge.badge-default:focus, a.badge.badge-default:hover, button.badge.badge-default:active, button.badge.badge-default:focus, button.badge.badge-default:hover {
    color: #5d6071
}

a.badge.badge-danger:active, a.badge.badge-danger:focus, a.badge.badge-danger:hover, button.badge.badge-danger:active, button.badge.badge-danger:focus, button.badge.badge-danger:hover {
    color: #b84444
}

a.badge.badge-info:active, a.badge.badge-info:focus, a.badge.badge-info:hover, button.badge.badge-info:active, button.badge.badge-info:focus, button.badge.badge-info:hover {
    color: #015477
}

a.badge.badge-success:active, a.badge.badge-success:focus, a.badge.badge-success:hover, button.badge.badge-success:active, button.badge.badge-success:focus, button.badge.badge-success:hover {
    color: #009244
}

a.badge.badge-warning:active, a.badge.badge-warning:focus, a.badge.badge-warning:hover, button.badge.badge-warning:active, button.badge.badge-warning:focus, button.badge.badge-warning:hover {
    color: #8a7300
}

@media only screen and (max-width: 599px) {
    .badge-with-icon {
        cursor: default;
        pointer-events: none
    }
}

@media only screen and (min-width: 600px) {
    .badge-with-icon {
        padding-right: 15px;
        position: relative
    }

    .badge-with-icon::after, .badge-with-icon::before {
        background-color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (min-width: 600px) and (min-width: 600px) {
    .badge-with-icon::before {
        content: '';
        height: 18px;
        right: -2px;
        width: 2px
    }
}

.badge-with-icon::after {
    border-radius: 100%;
    content: "\ec7e";
    font-family: iconfont;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    right: -8px
}

@media only screen and (max-width: 599px) {
    .badge-with-icon::after {
        display: none
    }
}

.btn {
    color: #fff;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    height: 2.6rem;
    min-width: 70px;
    padding: 0 20px
}

.btn:hover {
    color: #fff
}

.btn:active, .btn:focus {
    border-color: transparent;
    box-shadow: none;
    color: #fff
}

.btn.disabled, .btn.disabled:hover, .btn:disabled, .btn:disabled:hover {
    border-color: transparent;
    cursor: not-allowed;
    opacity: 1
}

.btn-group-sm > .btn, .btn-logout, .btn-sm, .btn-square {
    border-radius: 6px;
    border-width: 2px;
    height: 2rem;
    min-width: auto;
    padding: 0 12px
}

@media only screen and (max-width: 599px) {
    .btn-group-sm > .btn, .btn-logout, .btn-sm, .btn-square {
        font-size: 18px
    }
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0;
    width: 2.5rem
}

.btn-cancel, .btn-save {
    position: relative
}

.btn-cancel::before, .btn-save::before {
    font-family: iconfont;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.btn-save::before {
    content: "\e909"
}

.btn-cancel::before {
    content: "\e905"
}

@media only screen and (max-width: 599px) {
    .btn-mobile-round {
        border-radius: 50%;
        bottom: 1rem;
        box-shadow: 2px 2px 6px #9d9fb4;
        font-size: 0;
        height: 80px;
        padding: 0;
        position: fixed;
        right: 1rem;
        width: 80px;
        z-index: 1000
    }

    .btn-mobile-round.btn-info.btn-with-plus {
        padding-left: 0;
        position: fixed
    }

    .btn-mobile-round.btn-info.btn-with-plus::before {
        content: ''
    }

    .btn-mobile-round::after {
        content: "\e90a";
        display: inline-block;
        font-family: iconfont;
        font-size: 28px
    }
}

.btn-info {
    background-color: #0083ba;
    color: #fff;
    border-color: #0083ba
}

.btn-info:hover {
    background-color: #0083ba;
    border-color: #015477
}

.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 131, 186, .5)
}

.btn-info.active, .btn-info:active {
    background-color: #015477
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #aae1f8
}

.btn-info.disabled:focus, .btn-info:disabled:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 131, 186, .6)
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus {
    background-color: #015477;
    border-color: #015477
}

.btn-cancel, .btn-light {
    background-color: #fff;
    color: #fff;
    border-color: #9d9fb4;
    color: #5d6071
}

.btn-cancel:hover, .btn-light:hover {
    background-color: #fff;
    border-color: #9d9fb4
}

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

.btn-cancel.active, .btn-cancel:active, .btn-light.active, .btn-light:active {
    background-color: #9d9fb4
}

.btn-cancel.disabled, .btn-cancel:disabled, .btn-light.disabled, .btn-light:disabled {
    background-color: #fff
}

.btn-cancel.disabled:focus, .btn-cancel:disabled:focus, .btn-light.disabled:focus, .btn-light:disabled:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .6)
}

.btn-cancel:not(:disabled):not(.disabled).active:focus, .btn-cancel:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus {
    background-color: #9d9fb4;
    border-color: #9d9fb4
}

.btn-cancel:hover, .btn-light:hover {
    border-color: currentColor;
    color: #5d6071
}

.btn-cancel:focus, .btn-light:focus {
    border-color: #5d6071;
    box-shadow: 0 0 0 .2rem rgba(157, 159, 180, .5);
    color: #5d6071
}

.btn-cancel.active, .btn-cancel:active, .btn-light.active, .btn-light:active {
    background-color: #9d9fb4;
    border-color: #5d6071;
    color: #fff
}

.btn-cancel.disabled, .btn-cancel.disabled:hover, .btn-cancel:disabled, .btn-cancel:disabled:hover, .btn-light.disabled, .btn-light.disabled:hover, .btn-light:disabled, .btn-light:disabled:hover {
    background-color: #fff;
    border-color: currentColor;
    color: #dbdfe2
}

.btn-cancel.disabled:focus, .btn-cancel:disabled:focus, .btn-light.disabled:focus, .btn-light:disabled:focus {
    box-shadow: 0 0 0 .2rem rgba(157, 159, 180, .6)
}

.btn-cancel:not(:disabled):not(.disabled).active, .btn-cancel:not(:disabled):not(.disabled).active:focus, .btn-cancel:not(:disabled):not(.disabled):active, .btn-cancel:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus {
    background-color: #9d9fb4;
    border-color: #5d6071;
    color: #fff
}

.btn-cancel:not(:disabled):not(.disabled).dropdown-toggle.active, .btn-cancel:not(:disabled):not(.disabled).dropdown-toggle.active:focus, .btn-cancel:not(:disabled):not(.disabled).dropdown-toggle:active, .btn-cancel:not(:disabled):not(.disabled).dropdown-toggle:active:focus, .btn-cancel:not(:disabled):not(.disabled).dropdown-toggle[aria-expanded=true], .btn-light:not(:disabled):not(.disabled).dropdown-toggle.active, .btn-light:not(:disabled):not(.disabled).dropdown-toggle.active:focus, .btn-light:not(:disabled):not(.disabled).dropdown-toggle:active, .btn-light:not(:disabled):not(.disabled).dropdown-toggle:active:focus, .btn-light:not(:disabled):not(.disabled).dropdown-toggle[aria-expanded=true] {
    background-color: #fff;
    border-color: #9d9fb4;
    color: #5d6071
}

.btn-save, .btn-success {
    background-color: #00b649;
    color: #fff
}

.btn-save:hover, .btn-success:hover {
    background-color: #00b649;
    border-color: #009244
}

.btn-save:focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 182, 73, .5)
}

.btn-save.active, .btn-save:active, .btn-success.active, .btn-success:active {
    background-color: #009244
}

.btn-save.disabled, .btn-save:disabled, .btn-success.disabled, .btn-success:disabled {
    background-color: #71db9f
}

.btn-save.disabled:focus, .btn-save:disabled:focus, .btn-success.disabled:focus, .btn-success:disabled:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 182, 73, .6)
}

.btn-save:not(:disabled):not(.disabled).active:focus, .btn-save:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
    background-color: #009244;
    border-color: #009244
}

.btn-light-success {
    background-color: #fff;
    color: #fff;
    border-color: #00b649;
    color: #5d6071
}

.btn-light-success:hover {
    background-color: #fff;
    border-color: #9d9fb4
}

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

.btn-light-success.active, .btn-light-success:active {
    background-color: #9d9fb4
}

.btn-light-success.disabled, .btn-light-success:disabled {
    background-color: #fff
}

.btn-light-success.disabled:focus, .btn-light-success:disabled:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .6)
}

.btn-light-success:not(:disabled):not(.disabled).active:focus, .btn-light-success:not(:disabled):not(.disabled):active:focus {
    background-color: #9d9fb4;
    border-color: #9d9fb4
}

.btn-light-success:hover {
    border-color: #009244;
    color: #5d6071
}

.btn-light-success:focus {
    border-color: #00b649;
    box-shadow: 0 0 0 .2rem rgba(0, 182, 73, .5);
    color: #5d6071
}

.btn-light-success:active {
    background-color: #009244;
    border-color: #009244;
    color: #fff
}

.btn-light-success.disabled, .btn-light-success.disabled:hover, .btn-light-success:disabled, .btn-light-success:disabled:hover {
    background-color: #fff;
    border-color: #71db9f;
    color: #dbdfe2
}

.btn-light-success.disabled:focus, .btn-light-success:disabled:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 182, 73, .6)
}

.btn-light-success:not(:disabled):not(.disabled).active, .btn-light-success:not(:disabled):not(.disabled).active:focus, .btn-light-success:not(:disabled):not(.disabled):active, .btn-light-success:not(:disabled):not(.disabled):active:focus {
    background-color: #00b649;
    border-color: #009244
}

.btn-danger, .btn-logout {
    background-color: #ff7373;
    color: #fff
}

.btn-danger:hover, .btn-logout:hover {
    background-color: #ff7373;
    border-color: #b84444
}

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

.btn-danger.active, .btn-danger:active, .btn-logout.active, .btn-logout:active {
    background-color: #b84444
}

.btn-danger.disabled, .btn-danger:disabled, .btn-logout.disabled, .btn-logout:disabled {
    background-color: #ffb9b6
}

.btn-danger.disabled:focus, .btn-danger:disabled:focus, .btn-logout.disabled:focus, .btn-logout:disabled:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 115, 115, .6)
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-logout:not(:disabled):not(.disabled).active:focus, .btn-logout:not(:disabled):not(.disabled):active:focus {
    background-color: #b84444;
    border-color: #b84444
}

.btn-danger.disabled, .btn-logout.disabled {
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-logout:not(:disabled):not(.disabled).active, .btn-logout:not(:disabled):not(.disabled).active:focus, .btn-logout:not(:disabled):not(.disabled):active, .btn-logout:not(:disabled):not(.disabled):active:focus {
    background-color: #b84444;
    border-color: #b84444
}

.btn-dark {
    background-color: #5d6071;
    color: #fff;
    border-color: #5d6071
}

.btn-dark:hover {
    background-color: #5d6071;
    border-color: #34394c
}

.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(93, 96, 113, .5)
}

.btn-dark.active, .btn-dark:active {
    background-color: #34394c
}

.btn-dark.disabled, .btn-dark:disabled {
    background-color: #dbdfe2
}

.btn-dark.disabled:focus, .btn-dark:disabled:focus {
    box-shadow: 0 0 0 .2rem rgba(93, 96, 113, .6)
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus {
    background-color: #34394c;
    border-color: #34394c
}

.btn-with-plus {
    padding-left: 2.5rem;
    position: relative
}

.btn-with-plus::before {
    content: "\e902";
    font-family: iconfont;
    font-size: 1.4rem;
    font-weight: 400;
    left: .5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.btn-with-plus.btn-square::before {
    content: "\e901"
}

.btn-multiple-options {
    padding-left: 2.5rem;
    position: relative
}

.btn-multiple-options::before {
    background-color: #9d9fb4;
    border-radius: 50%;
    color: #fff;
    content: "\e914";
    font-family: iconfont;
    font-size: 13px;
    font-weight: 400;
    height: 21px;
    left: 7px;
    line-height: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px
}

@media only screen and (max-width: 599px) {
    .btn-multiple-options::before {
        font-size: 20px;
        height: 29px;
        left: 10px;
        line-height: 29px;
        width: 29px
    }
}

.btn-multiple-options.disabled::before, .btn-multiple-options:disabled::before {
    background-color: #dbdfe2;
    color: #fff
}

.btn-multiple-options:not(:disabled):not(.disabled).active::before, .btn-multiple-options:not(:disabled):not(.disabled).active:focus::before, .btn-multiple-options:not(:disabled):not(.disabled):active:focus::before {
    background-color: #fff;
    color: #9d9fb4
}

.btn-logout {
    height: 25px;
    padding-bottom: 2px;
    padding-right: 2rem;
    position: relative
}

@media only screen and (max-width: 599px) {
    .btn-logout {
        font-size: 16px;
        height: 30px;
        padding-right: 1.5rem
    }
}

.btn-logout::before {
    content: "\e915";
    font-family: iconfont;
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 599px) {
    .btn-mobile-big {
        font-size: 1.2rem;
        height: 3rem;
        width: 100%
    }

    .btn-mobile-big + .btn {
        margin-top: .5rem
    }

    .btn-mobile-big + .btn:not(.btn-mobile-big) {
        float: left
    }
}

.label-gray {
    background: #5d6071;
    bottom: 2px;
    color: #fff;
    display: inline;
    font-size: 10px;
    font-weight: 400;
    margin-left: .5rem;
    margin-right: .25rem;
    padding: 0 3px;
    position: relative;
    text-decoration: none
}

@media only screen and (max-width: 1199px) {
    .label-gray {
        background: #fff;
        color: #5d6071
    }
}

.label-gray.light {
    background: #fff;
    color: #5d6071
}

.label-gray.dark {
    background: #5d6071;
    color: #fff
}

.dragdrop-placeholder {
    background-color: #fdefb3;
    border: 2px dotted #9d9fb4
}

.dragdrop-container .link-gray.drag {
    cursor: move
}

.dragdrop-lifted {
    opacity: .6
}

.feedback-form {
    background-color: #f2f3f3;
    padding: 0 1rem;
    text-align: left
}

@media only screen and (min-width: 600px) {
    .feedback-form {
        padding: 1rem 0
    }
}

.feedback-form .row, .feedback-form p {
    margin: 0
}

.feedback-form .col-md {
    padding: 1rem 0
}

@media only screen and (min-width: 600px) {
    .feedback-form .col-md {
        padding: 1rem 2rem
    }
}

@media only screen and (max-width: 599px) {
    .feedback-form .col-md:first-of-type {
        border-bottom: 1px dotted #9d9fb4
    }
}

@media only screen and (min-width: 600px) {
    .feedback-form .col-md:first-of-type {
        border-right: 1px dotted #9d9fb4
    }
}

.feedback-form-details {
    display: none
}

.feedback-form-details textarea {
    margin-bottom: 1rem
}

.feedback-form-details .btn {
    float: right
}

.feedback-form-details-toggle {
    display: block;
    text-align: center
}

.feedback-form-response {
    display: none;
    text-align: center
}

.feedback-form .stars {
    margin-bottom: 1rem;
    text-align: center
}

.feedback-form .stars input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.feedback-form .stars label {
    background: url(../images/icon-feedback-star.svg) no-repeat;
    background-size: 100%;
    cursor: pointer;
    font-size: 0;
    height: 32px;
    width: 32px
}

.feedback-form .stars .active + label, .feedback-form .stars input:checked + label {
    background-image: url(../images/icon-feedback-star-active.svg)
}

.feedback-form .stars input:focus + label {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0083ba
}

.switch {
    cursor: default;
    height: 26px;
    margin-bottom: .5rem;
    position: relative;
    text-align: left;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80px
}

@media only screen and (max-width: 599px) {
    .switch {
        height: 32.5px;
        width: 100px
    }
}

.switch input {
    display: none
}

.switch input:checked + .slider {
    background-color: #00b649
}

.switch input:checked + .slider::before {
    transform: translateX(42px)
}

@media only screen and (max-width: 599px) {
    .switch input:checked + .slider::before {
        transform: translateX(50px)
    }
}

.switch input:disabled + .slider {
    background-color: #f2f3f3;
    cursor: auto
}

.switch input:disabled + .slider::before {
    border-color: #dbdfe2;
    box-shadow: none;
    color: #dbdfe2
}

.switch input:disabled:checked + .slider {
    background-color: #71db9f;
    cursor: auto
}

.switch-text {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 42px
}

@media only screen and (max-width: 599px) {
    .switch-text {
        font-size: 16px;
        font-weight: 400;
        width: 50px
    }
}

.switch .slider {
    background-color: #dbdfe2;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    transition: .4s;
    width: 100%
}

.switch .slider:focus {
    outline: 0
}

.switch .slider:focus::before {
    box-shadow: 0 0 0 1px #dbdfe2, 0 0 0 3px #0083ba
}

.switch .slider::before {
    background-color: #fff;
    border: 2px solid #9d9fb4;
    border-radius: 5px;
    content: '|||';
    font-size: 14px;
    height: 29px;
    line-height: 1.3;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    top: -2px;
    transition: box-shadow 0s, transform .4s;
    width: 40px;
    z-index: 1
}

@media only screen and (max-width: 599px) {
    .switch .slider::before {
        font-size: 18px;
        height: 36.25px;
        top: -2px;
        width: 50px
    }
}

.switch.yes-no input:not(:checked) + .slider {
    background-color: #ff7373
}

.switch.yes-no input:disabled + .slider {
    background-color: #ffb9b6;
    cursor: auto
}

.switch.yes-no input:disabled:checked + .slider {
    background-color: #71db9f;
    cursor: auto
}

.switch.yes-no .switch-text:last-child {
    right: 0
}

.switch.alternative-switch {
    height: 26px;
    width: 80px
}

@media only screen and (max-width: 599px) {
    .switch.alternative-switch {
        height: 36px;
        width: 100px
    }
}

.switch.alternative-switch .slider {
    border-radius: 15px;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .3)
}

@media only screen and (max-width: 599px) {
    .switch.alternative-switch .slider {
        border-radius: 18px
    }
}

.switch.alternative-switch .slider::before {
    border-radius: 50%;
    content: '';
    height: 26px;
    top: 0;
    width: 26px
}

@media only screen and (max-width: 599px) {
    .switch.alternative-switch .slider::before {
        height: 36px;
        width: 36px
    }
}

.switch.alternative-switch .switch-text {
    font-size: 14px;
    top: 3px;
    width: 59px
}

@media only screen and (max-width: 599px) {
    .switch.alternative-switch .switch-text {
        font-size: 16px;
        top: 7px;
        width: 72px
    }
}

.switch.alternative-switch input:checked + .slider::before {
    transform: translateX(54px)
}

@media only screen and (max-width: 599px) {
    .switch.alternative-switch input:checked + .slider::before {
        transform: translateX(64px)
    }
}

.switch.alternative-switch input:not(:checked) + .slider + .switch-text {
    opacity: 0
}

.custom-controls-stacked {
    display: flex;
    flex-direction: column
}

.form-control.search-control {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTYgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iaWNvbnMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDkuMDAwMDAwLCAtNzguMDAwMDAwKSIgZmlsbD0iIzVENjA3MSI+DQogICAgICAgICAgICA8cGF0aCBkPSJNNDU0LjcxMjcyNyw4MS41MTA4Njk2IEM0NTQuNDQzNjM2LDgxLjYyOTEzMDQgNDU0LjE4MTgxOCw4MS43Njk1NjUyIDQ1My45NDE4MTgsODEuOTMyMTczOSBDNDUzLjcwMTgxOCw4Mi4xMDIxNzM5IDQ1My40NzYzNjQsODIuMjk0MzQ3OCA0NTMuMjY1NDU1LDgyLjUwMTMwNDMgTDQ1My4yNzI3MjcsODIuNTAxMzA0MyBMNDUzLjI2NTQ1NSw4Mi41MDEzMDQzIEM0NTMuMDU0NTQ1LDgyLjcxNTY1MjIgNDUyLjg2NTQ1NSw4Mi45NDQ3ODI2IDQ1Mi43MDU0NTUsODMuMTk2MDg3IEM0NTIuNTQ1NDU1LDgzLjQ0IDQ1Mi40MDcyNzMsODMuNjk4Njk1NyA0NTIuMjkwOTA5LDgzLjk3OTU2NTIgQzQ1Mi4yMDM2MzYsODQuMTc5MTMwNCA0NTIuMjk4MTgyLDg0LjQwODI2MDkgNDUyLjQ5NDU0NSw4NC40ODk1NjUyIEM0NTIuNjkwOTA5LDg0LjU3ODI2MDkgNDUyLjkxNjM2NCw4NC40ODIxNzM5IDQ1My4wMDM2MzYsODQuMjgyNjA4NyBDNDUzLjA5ODE4Miw4NC4wNTM0NzgzIDQ1My4yMDcyNzMsODMuODM5MTMwNCA0NTMuMzUyNzI3LDgzLjYzMjE3MzkgQzQ1My40OTA5MDksODMuNDI1MjE3NCA0NTMuNjQzNjM2LDgzLjIzMzA0MzUgNDUzLjgxODE4Miw4My4wNjMwNDM1IEM0NTMuOTg1NDU1LDgyLjg4NTY1MjIgNDU0LjE3NDU0NSw4Mi43MjMwNDM1IDQ1NC4zNzgxODIsODIuNTkgQzQ1NC41ODE4MTgsODIuNDQ5NTY1MiA0NTQuNzkyNzI3LDgyLjMzMTMwNDMgNDU1LjAxODE4Miw4Mi4yMzUyMTc0IEM0NTUuMjE0NTQ1LDgyLjE1MzkxMyA0NTUuMzAxODE4LDgxLjkxNzM5MTMgNDU1LjIyMTgxOCw4MS43MTc4MjYxIEM0NTUuMTQxODE4LDgxLjUyNTY1MjIgNDU0LjkwOTA5MSw4MS40Mjk1NjUyIDQ1NC43MTI3MjcsODEuNTEwODY5NiBNNDY0LjY5ODE4Miw5My4xODkxMzA0IEw0NjEuOTA1NDU1LDkwLjM1MDg2OTYgQzQ2Mi4zNTYzNjQsODkuODAzOTEzIDQ2Mi43MjcyNzMsODkuMTgzMDQzNSA0NjIuOTk2MzY0LDg4LjUxNzgyNjEgQzQ2My4zMzgxODIsODcuNjY3ODI2MSA0NjMuNTM0NTQ1LDg2Ljc0MzkxMyA0NjMuNTM0NTQ1LDg1Ljc3NTY1MjIgQzQ2My41MzQ1NDUsODQuODI5NTY1MiA0NjMuMzQ1NDU1LDgzLjkxMzA0MzUgNDYzLjAxMDkwOSw4My4wNzc4MjYxIEw0NjIuOTk2MzY0LDgzLjA0MDg2OTYgQzQ2Mi42NDcyNzMsODIuMTgzNDc4MyA0NjIuMTM4MTgyLDgxLjQwNzM5MTMgNDYxLjQ5ODE4Miw4MC43NDk1NjUyIEw0NjEuNDY5MDkxLDgwLjcyIEM0NjAuODIxODE4LDgwLjA2MjE3MzkgNDYwLjA0MzYzNiw3OS41MyA0NTkuMTg1NDU1LDc5LjE2NzgyNjEgQzQ1OC4zNDkwOTEsNzguODEzMDQzNSA0NTcuNDQsNzguNjIwODY5NiA0NTYuNDg3MjczLDc4LjYyMDg2OTYgQzQ1NC41NDU0NTUsNzguNjIwODY5NiA0NTIuNzg1NDU1LDc5LjQxOTEzMDQgNDUxLjUwNTQ1NSw4MC43MiBDNDUwLjg2NTQ1NSw4MS4zNzA0MzQ4IDQ1MC4zMzQ1NDUsODIuMTYxMzA0MyA0NDkuOTg1NDU1LDgzLjA0MDg2OTYgQzQ0OS42MzYzNjQsODMuODkwODY5NiA0NDkuNDQ3MjczLDg0LjgxNDc4MjYgNDQ5LjQ0NzI3Myw4NS43NzU2NTIyIEM0NDkuNDQ3MjczLDg2LjcyOTEzMDQgNDQ5LjYyOTA5MSw4Ny42NDU2NTIyIDQ0OS45NzA5MDksODguNDgwODY5NiBMNDQ5Ljk4NTQ1NSw4OC41MTc4MjYxIEM0NTAuMzM0NTQ1LDg5LjM5IDQ1MC44NjU0NTUsOTAuMTgwODY5NiA0NTEuNTA1NDU1LDkwLjgzODY5NTcgTDQ1MS41MTI3MjcsOTAuODM4Njk1NyBDNDUyLjE2LDkxLjQ5NjUyMTcgNDUyLjkzODE4Miw5Mi4wMjg2OTU3IDQ1My43OTYzNjQsOTIuMzkwODY5NiBDNDU0LjYzMjcyNyw5Mi43MzgyNjA5IDQ1NS41MzQ1NDUsOTIuOTMwNDM0OCA0NTYuNDg3MjczLDkyLjkzMDQzNDggQzQ1Ny40NCw5Mi45MzA0MzQ4IDQ1OC4zNDkwOTEsOTIuNzM4MjYwOSA0NTkuMTg1NDU1LDkyLjM5MDg2OTYgQzQ1OS44NCw5Mi4xMTczOTEzIDQ2MC40NTA5MDksOTEuNzQwNDM0OCA0NjAuOTg5MDkxLDkxLjI4MjE3MzkgTDQ2My43ODE4MTgsOTQuMTIwNDM0OCBDNDY0LjAzNjM2NCw5NC4zNzE3MzkxIDQ2NC40NDM2MzYsOTQuMzcxNzM5MSA0NjQuNjk4MTgyLDk0LjExMzA0MzUgQzQ2NC45NDU0NTUsOTMuODYxNzM5MSA0NjQuOTQ1NDU1LDkzLjQ0MDQzNDggNDY0LjY5ODE4Miw5My4xODkxMzA0IE00NjAuNTYsODkuOTA3MzkxMyBMNDYwLjU0NTQ1NSw4OS45MjIxNzM5IEM0NjAuMDIxODE4LDkwLjQ1NDM0NzggNDU5LjM4OTA5MSw5MC44ODMwNDM1IDQ1OC42ODM2MzYsOTEuMTc4Njk1NyBDNDU4LjAxNDU0NSw5MS40NjY5NTY1IDQ1Ny4yNjU0NTUsOTEuNjIyMTczOSA0NTYuNDg3MjczLDkxLjYyMjE3MzkgQzQ1NS43MDE4MTgsOTEuNjIyMTczOSA0NTQuOTY3MjczLDkxLjQ2Njk1NjUgNDU0LjI5MDkwOSw5MS4xNzg2OTU3IEM0NTMuNTkyNzI3LDkwLjg4MzA0MzUgNDUyLjk1MjcyNyw5MC40NDY5NTY1IDQ1Mi40MjkwOTEsODkuOTE0NzgyNiBMNDUyLjQyMTgxOCw4OS45MDczOTEzIEw0NTIuNDI5MDkxLDg5LjkwNzM5MTMgQzQ1MS44OTA5MDksODkuMzY3ODI2MSA0NTEuNDYxODE4LDg4LjcyNDc4MjYgNDUxLjE3ODE4Miw4OC4wMTUyMTc0IEw0NTEuMTYzNjM2LDg3Ljk3ODI2MDkgQzQ1MC44ODcyNzMsODcuMzA1NjUyMiA0NTAuNzM0NTQ1LDg2LjU1OTEzMDQgNDUwLjczNDU0NSw4NS43NzU2NTIyIEM0NTAuNzM0NTQ1LDg0Ljk4NDc4MjYgNDUwLjg5NDU0NSw4NC4yMjM0NzgzIDQ1MS4xNzgxODIsODMuNTQzNDc4MyBDNDUxLjQ2MTgxOCw4Mi44MjY1MjE3IDQ1MS44OTA5MDksODIuMTkwODY5NiA0NTIuNDI5MDkxLDgxLjY0MzkxMyBDNDUzLjQ2MTgxOCw4MC41ODY5NTY1IDQ1NC45MDE4MTgsNzkuOTM2NTIxNyA0NTYuNDg3MjczLDc5LjkzNjUyMTcgQzQ1Ny4yNzI3MjcsNzkuOTM2NTIxNyA0NTguMDE0NTQ1LDgwLjA5MTczOTEgNDU4LjY5MDkwOSw4MC4zNzI2MDg3IEw0NTguNjgzNjM2LDgwLjM4IEM0NTkuMzg5MDkxLDgwLjY2ODI2MDkgNDYwLjAyOTA5MSw4MS4xMDQzNDc4IDQ2MC41Niw4MS42NDM5MTMgTDQ2MC41ODE4MTgsODEuNjczNDc4MyBDNDYxLjEwNTQ1NSw4Mi4yMDU2NTIyIDQ2MS41MTI3MjcsODIuODQxMzA0MyA0NjEuODEwOTA5LDgzLjU0MzQ3ODMgTDQ2MS44MjU0NTUsODMuNTczMDQzNSBDNDYyLjA4NzI3Myw4NC4yNTMwNDM1IDQ2Mi4yNCw4NC45OTIxNzM5IDQ2Mi4yNCw4NS43NzU2NTIyIEM0NjIuMjQsODYuNTczOTEzIDQ2Mi4wODcyNzMsODcuMzI3ODI2MSA0NjEuODEwOTA5LDg4LjAxNTIxNzQgQzQ2MS41MTI3MjcsODguNzMyMTczOSA0NjEuMDgzNjM2LDg5LjM3NTIxNzQgNDYwLjU2LDg5LjkwNzM5MTMgTTQ2MC42NjE4MTgsODUuMzgzOTEzIEM0NjAuNDQzNjM2LDg1LjM4MzkxMyA0NjAuMjY5MDkxLDg1LjU2MTMwNDMgNDYwLjI2OTA5MSw4NS43NzU2NTIyIEM0NjAuMjY5MDkxLDg2LjI3ODI2MDkgNDYwLjE4MTgxOCw4Ni43ODA4Njk2IDQ1OS45ODU0NTUsODcuMjUzOTEzIEw0NTkuOTc4MTgyLDg3LjI2ODY5NTcgQzQ1OS43OTYzNjQsODcuNzEyMTczOSA0NTkuNTIsODguMTMzNDc4MyA0NTkuMTYzNjM2LDg4LjQ5NTY1MjIgQzQ1OC44LDg4Ljg2NTIxNzQgNDU4LjM4NTQ1NSw4OS4xNDYwODcgNDU3Ljk0MTgxOCw4OS4zMzA4Njk2IEM0NTcuNDc2MzY0LDg5LjUyMzA0MzUgNDU2Ljk4OTA5MSw4OS42MTkxMzA0IDQ1Ni40ODcyNzMsODkuNjE5MTMwNCBDNDU2LjI3NjM2NCw4OS42MTkxMzA0IDQ1Ni4xMDE4MTgsODkuNzk2NTIxNyA0NTYuMTAxODE4LDkwLjAxODI2MDkgQzQ1Ni4xMDE4MTgsOTAuMjMyNjA4NyA0NTYuMjc2MzY0LDkwLjQxIDQ1Ni40ODcyNzMsOTAuNDEgQzQ1Ny4wODM2MzYsOTAuNDEgNDU3LjY4LDkwLjI5MTczOTEgNDU4LjI0LDkwLjA1NTIxNzQgQzQ1OC43NzgxODIsODkuODI2MDg3IDQ1OS4yNzI3MjcsODkuNDkzNDc4MyA0NTkuNzE2MzY0LDg5LjA1IEM0NjAuMTQ1NDU1LDg4LjYxMzkxMyA0NjAuNDcyNzI3LDg4LjExMTMwNDMgNDYwLjY5MDkwOSw4Ny41NjQzNDc4IEw0NjAuNjk4MTgyLDg3LjU0OTU2NTIgQzQ2MC45MzA5MDksODYuOTg3ODI2MSA0NjEuMDQ3MjczLDg2LjM4MTczOTEgNDYxLjA0NzI3Myw4NS43NzU2NTIyIEM0NjEuMDQ3MjczLDg1LjU2MTMwNDMgNDYwLjg4LDg1LjM4MzkxMyA0NjAuNjYxODE4LDg1LjM4MzkxMyIgaWQ9IkZpbGwtNjQzIj48L3BhdGg+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
    background-position: center right .5625rem;
    background-repeat: no-repeat;
    background-size: 1.125rem 1.125rem;
    padding-right: 2.25rem;
    position: relative
}

.form-control.search-control:focus, .form-control.search-control:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTYgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPCEtLSBHZW5lcmF0b3I6IHNrZXRjaHRvb2wgNDEgKDM1MzI2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4NCiAgICA8dGl0bGU+MTExQTg3RjUtNkRFQy00NkE0LTk0M0MtMDdBMDlBN0I5RUE4PC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iaWNvbnMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDkuMDAwMDAwLCAtMTI3LjAwMDAwMCkiIGZpbGw9IiMwMDgzQkEiPg0KICAgICAgICAgICAgPHBhdGggZD0iTTQ1NC43MTI3MjcsMTMwLjUxMDg3IEM0NTQuNDQzNjM2LDEzMC42MjkxMyA0NTQuMTgxODE4LDEzMC43Njk1NjUgNDUzLjk0MTgxOCwxMzAuOTMyMTc0IEM0NTMuNzAxODE4LDEzMS4xMDIxNzQgNDUzLjQ3NjM2NCwxMzEuMjk0MzQ4IDQ1My4yNjU0NTUsMTMxLjUwMTMwNCBMNDUzLjI3MjcyNywxMzEuNTAxMzA0IEw0NTMuMjY1NDU1LDEzMS41MDEzMDQgQzQ1My4wNTQ1NDUsMTMxLjcxNTY1MiA0NTIuODY1NDU1LDEzMS45NDQ3ODMgNDUyLjcwNTQ1NSwxMzIuMTk2MDg3IEM0NTIuNTQ1NDU1LDEzMi40NCA0NTIuNDA3MjczLDEzMi42OTg2OTYgNDUyLjI5MDkwOSwxMzIuOTc5NTY1IEM0NTIuMjAzNjM2LDEzMy4xNzkxMyA0NTIuMjk4MTgyLDEzMy40MDgyNjEgNDUyLjQ5NDU0NSwxMzMuNDg5NTY1IEM0NTIuNjkwOTA5LDEzMy41NzgyNjEgNDUyLjkxNjM2NCwxMzMuNDgyMTc0IDQ1My4wMDM2MzYsMTMzLjI4MjYwOSBDNDUzLjA5ODE4MiwxMzMuMDUzNDc4IDQ1My4yMDcyNzMsMTMyLjgzOTEzIDQ1My4zNTI3MjcsMTMyLjYzMjE3NCBDNDUzLjQ5MDkwOSwxMzIuNDI1MjE3IDQ1My42NDM2MzYsMTMyLjIzMzA0MyA0NTMuODE4MTgyLDEzMi4wNjMwNDMgQzQ1My45ODU0NTUsMTMxLjg4NTY1MiA0NTQuMTc0NTQ1LDEzMS43MjMwNDMgNDU0LjM3ODE4MiwxMzEuNTkgQzQ1NC41ODE4MTgsMTMxLjQ0OTU2NSA0NTQuNzkyNzI3LDEzMS4zMzEzMDQgNDU1LjAxODE4MiwxMzEuMjM1MjE3IEM0NTUuMjE0NTQ1LDEzMS4xNTM5MTMgNDU1LjMwMTgxOCwxMzAuOTE3MzkxIDQ1NS4yMjE4MTgsMTMwLjcxNzgyNiBDNDU1LjE0MTgxOCwxMzAuNTI1NjUyIDQ1NC45MDkwOTEsMTMwLjQyOTU2NSA0NTQuNzEyNzI3LDEzMC41MTA4NyBNNDY0LjY5ODE4MiwxNDIuMTg5MTMgTDQ2MS45MDU0NTUsMTM5LjM1MDg3IEM0NjIuMzU2MzY0LDEzOC44MDM5MTMgNDYyLjcyNzI3MywxMzguMTgzMDQzIDQ2Mi45OTYzNjQsMTM3LjUxNzgyNiBDNDYzLjMzODE4MiwxMzYuNjY3ODI2IDQ2My41MzQ1NDUsMTM1Ljc0MzkxMyA0NjMuNTM0NTQ1LDEzNC43NzU2NTIgQzQ2My41MzQ1NDUsMTMzLjgyOTU2NSA0NjMuMzQ1NDU1LDEzMi45MTMwNDMgNDYzLjAxMDkwOSwxMzIuMDc3ODI2IEw0NjIuOTk2MzY0LDEzMi4wNDA4NyBDNDYyLjY0NzI3MywxMzEuMTgzNDc4IDQ2Mi4xMzgxODIsMTMwLjQwNzM5MSA0NjEuNDk4MTgyLDEyOS43NDk1NjUgTDQ2MS40NjkwOTEsMTI5LjcyIEM0NjAuODIxODE4LDEyOS4wNjIxNzQgNDYwLjA0MzYzNiwxMjguNTMgNDU5LjE4NTQ1NSwxMjguMTY3ODI2IEM0NTguMzQ5MDkxLDEyNy44MTMwNDMgNDU3LjQ0LDEyNy42MjA4NyA0NTYuNDg3MjczLDEyNy42MjA4NyBDNDU0LjU0NTQ1NSwxMjcuNjIwODcgNDUyLjc4NTQ1NSwxMjguNDE5MTMgNDUxLjUwNTQ1NSwxMjkuNzIgQzQ1MC44NjU0NTUsMTMwLjM3MDQzNSA0NTAuMzM0NTQ1LDEzMS4xNjEzMDQgNDQ5Ljk4NTQ1NSwxMzIuMDQwODcgQzQ0OS42MzYzNjQsMTMyLjg5MDg3IDQ0OS40NDcyNzMsMTMzLjgxNDc4MyA0NDkuNDQ3MjczLDEzNC43NzU2NTIgQzQ0OS40NDcyNzMsMTM1LjcyOTEzIDQ0OS42MjkwOTEsMTM2LjY0NTY1MiA0NDkuOTcwOTA5LDEzNy40ODA4NyBMNDQ5Ljk4NTQ1NSwxMzcuNTE3ODI2IEM0NTAuMzM0NTQ1LDEzOC4zOSA0NTAuODY1NDU1LDEzOS4xODA4NyA0NTEuNTA1NDU1LDEzOS44Mzg2OTYgTDQ1MS41MTI3MjcsMTM5LjgzODY5NiBDNDUyLjE2LDE0MC40OTY1MjIgNDUyLjkzODE4MiwxNDEuMDI4Njk2IDQ1My43OTYzNjQsMTQxLjM5MDg3IEM0NTQuNjMyNzI3LDE0MS43MzgyNjEgNDU1LjUzNDU0NSwxNDEuOTMwNDM1IDQ1Ni40ODcyNzMsMTQxLjkzMDQzNSBDNDU3LjQ0LDE0MS45MzA0MzUgNDU4LjM0OTA5MSwxNDEuNzM4MjYxIDQ1OS4xODU0NTUsMTQxLjM5MDg3IEM0NTkuODQsMTQxLjExNzM5MSA0NjAuNDUwOTA5LDE0MC43NDA0MzUgNDYwLjk4OTA5MSwxNDAuMjgyMTc0IEw0NjMuNzgxODE4LDE0My4xMjA0MzUgQzQ2NC4wMzYzNjQsMTQzLjM3MTczOSA0NjQuNDQzNjM2LDE0My4zNzE3MzkgNDY0LjY5ODE4MiwxNDMuMTEzMDQzIEM0NjQuOTQ1NDU1LDE0Mi44NjE3MzkgNDY0Ljk0NTQ1NSwxNDIuNDQwNDM1IDQ2NC42OTgxODIsMTQyLjE4OTEzIE00NjAuNTYsMTM4LjkwNzM5MSBMNDYwLjU0NTQ1NSwxMzguOTIyMTc0IEM0NjAuMDIxODE4LDEzOS40NTQzNDggNDU5LjM4OTA5MSwxMzkuODgzMDQzIDQ1OC42ODM2MzYsMTQwLjE3ODY5NiBDNDU4LjAxNDU0NSwxNDAuNDY2OTU3IDQ1Ny4yNjU0NTUsMTQwLjYyMjE3NCA0NTYuNDg3MjczLDE0MC42MjIxNzQgQzQ1NS43MDE4MTgsMTQwLjYyMjE3NCA0NTQuOTY3MjczLDE0MC40NjY5NTcgNDU0LjI5MDkwOSwxNDAuMTc4Njk2IEM0NTMuNTkyNzI3LDEzOS44ODMwNDMgNDUyLjk1MjcyNywxMzkuNDQ2OTU3IDQ1Mi40MjkwOTEsMTM4LjkxNDc4MyBMNDUyLjQyMTgxOCwxMzguOTA3MzkxIEw0NTIuNDI5MDkxLDEzOC45MDczOTEgQzQ1MS44OTA5MDksMTM4LjM2NzgyNiA0NTEuNDYxODE4LDEzNy43MjQ3ODMgNDUxLjE3ODE4MiwxMzcuMDE1MjE3IEw0NTEuMTYzNjM2LDEzNi45NzgyNjEgQzQ1MC44ODcyNzMsMTM2LjMwNTY1MiA0NTAuNzM0NTQ1LDEzNS41NTkxMyA0NTAuNzM0NTQ1LDEzNC43NzU2NTIgQzQ1MC43MzQ1NDUsMTMzLjk4NDc4MyA0NTAuODk0NTQ1LDEzMy4yMjM0NzggNDUxLjE3ODE4MiwxMzIuNTQzNDc4IEM0NTEuNDYxODE4LDEzMS44MjY1MjIgNDUxLjg5MDkwOSwxMzEuMTkwODcgNDUyLjQyOTA5MSwxMzAuNjQzOTEzIEM0NTMuNDYxODE4LDEyOS41ODY5NTcgNDU0LjkwMTgxOCwxMjguOTM2NTIyIDQ1Ni40ODcyNzMsMTI4LjkzNjUyMiBDNDU3LjI3MjcyNywxMjguOTM2NTIyIDQ1OC4wMTQ1NDUsMTI5LjA5MTczOSA0NTguNjkwOTA5LDEyOS4zNzI2MDkgTDQ1OC42ODM2MzYsMTI5LjM4IEM0NTkuMzg5MDkxLDEyOS42NjgyNjEgNDYwLjAyOTA5MSwxMzAuMTA0MzQ4IDQ2MC41NiwxMzAuNjQzOTEzIEw0NjAuNTgxODE4LDEzMC42NzM0NzggQzQ2MS4xMDU0NTUsMTMxLjIwNTY1MiA0NjEuNTEyNzI3LDEzMS44NDEzMDQgNDYxLjgxMDkwOSwxMzIuNTQzNDc4IEw0NjEuODI1NDU1LDEzMi41NzMwNDMgQzQ2Mi4wODcyNzMsMTMzLjI1MzA0MyA0NjIuMjQsMTMzLjk5MjE3NCA0NjIuMjQsMTM0Ljc3NTY1MiBDNDYyLjI0LDEzNS41NzM5MTMgNDYyLjA4NzI3MywxMzYuMzI3ODI2IDQ2MS44MTA5MDksMTM3LjAxNTIxNyBDNDYxLjUxMjcyNywxMzcuNzMyMTc0IDQ2MS4wODM2MzYsMTM4LjM3NTIxNyA0NjAuNTYsMTM4LjkwNzM5MSBNNDYwLjY2MTgxOCwxMzQuMzgzOTEzIEM0NjAuNDQzNjM2LDEzNC4zODM5MTMgNDYwLjI2OTA5MSwxMzQuNTYxMzA0IDQ2MC4yNjkwOTEsMTM0Ljc3NTY1MiBDNDYwLjI2OTA5MSwxMzUuMjc4MjYxIDQ2MC4xODE4MTgsMTM1Ljc4MDg3IDQ1OS45ODU0NTUsMTM2LjI1MzkxMyBMNDU5Ljk3ODE4MiwxMzYuMjY4Njk2IEM0NTkuNzk2MzY0LDEzNi43MTIxNzQgNDU5LjUyLDEzNy4xMzM0NzggNDU5LjE2MzYzNiwxMzcuNDk1NjUyIEM0NTguOCwxMzcuODY1MjE3IDQ1OC4zODU0NTUsMTM4LjE0NjA4NyA0NTcuOTQxODE4LDEzOC4zMzA4NyBDNDU3LjQ3NjM2NCwxMzguNTIzMDQzIDQ1Ni45ODkwOTEsMTM4LjYxOTEzIDQ1Ni40ODcyNzMsMTM4LjYxOTEzIEM0NTYuMjc2MzY0LDEzOC42MTkxMyA0NTYuMTAxODE4LDEzOC43OTY1MjIgNDU2LjEwMTgxOCwxMzkuMDE4MjYxIEM0NTYuMTAxODE4LDEzOS4yMzI2MDkgNDU2LjI3NjM2NCwxMzkuNDEgNDU2LjQ4NzI3MywxMzkuNDEgQzQ1Ny4wODM2MzYsMTM5LjQxIDQ1Ny42OCwxMzkuMjkxNzM5IDQ1OC4yNCwxMzkuMDU1MjE3IEM0NTguNzc4MTgyLDEzOC44MjYwODcgNDU5LjI3MjcyNywxMzguNDkzNDc4IDQ1OS43MTYzNjQsMTM4LjA1IEM0NjAuMTQ1NDU1LDEzNy42MTM5MTMgNDYwLjQ3MjcyNywxMzcuMTExMzA0IDQ2MC42OTA5MDksMTM2LjU2NDM0OCBMNDYwLjY5ODE4MiwxMzYuNTQ5NTY1IEM0NjAuOTMwOTA5LDEzNS45ODc4MjYgNDYxLjA0NzI3MywxMzUuMzgxNzM5IDQ2MS4wNDcyNzMsMTM0Ljc3NTY1MiBDNDYxLjA0NzI3MywxMzQuNTYxMzA0IDQ2MC44OCwxMzQuMzgzOTEzIDQ2MC42NjE4MTgsMTM0LjM4MzkxMyIgaWQ9IkZpbGwtNjQzIj48L3BhdGg+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=)
}

.form-control.search-control.has-clear {
    padding-right: 3.8rem
}

.search-control-wrapper {
    position: relative
}

.clear {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    height: 100%;
    margin-top: -4px;
    padding: 0 6px;
    position: absolute;
    right: 1.8rem;
    top: .2rem;
    z-index: 3
}

@media only screen and (min-width: 600px) {
    .clear {
        margin-top: -3px
    }

    .clear::before {
        font-size: 1rem
    }
}

.clear::before {
    color: #5d6071;
    content: "\e91d";
    font-family: iconfont;
    font-size: 1.1rem;
    position: relative
}

.clear:hover::before {
    color: #0083ba
}

.clear:active {
    outline: 0
}

.bootstrap-select .dropdown-toggle {
    background: #fff;
    border: 2px solid #dbdfe2;
    border-radius: 5px;
    color: #34394c;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    height: inherit;
    line-height: 17px;
    margin-bottom: 0;
    padding: .575rem .75rem;
    padding-right: 60px
}

@media only screen and (max-width: 599px) {
    .bootstrap-select .dropdown-toggle {
        line-height: 1.25;
        padding: 7px 5px;
        padding-right: 74px
    }
}

@media only screen and (min-width: 600px) {
    .bootstrap-select .dropdown-toggle {
        font-size: 14px;
        min-height: 32px;
        padding: .375rem .75rem;
        padding-right: 45px
    }

    .bootstrap-select .dropdown-toggle::after {
        font-size: 16px;
        right: 14px
    }
}

.bootstrap-select .dropdown-toggle::after {
    border: 0;
    color: #5d6071;
    content: "\e913";
    font-family: iconfont;
    font-size: 1rem;
    line-height: inherit;
    position: absolute;
    right: 26px
}

.bootstrap-select .dropdown-toggle:hover::after {
    color: #0083ba
}

.bootstrap-select .dropdown-toggle:focus {
    border-color: #9d9fb4;
    box-shadow: none
}

.bootstrap-select .dropdown-toggle[aria-expanded=true] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #9d9fb4
}

.bootstrap-select .dropdown-toggle[aria-expanded=true]::after {
    color: #0083ba
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: relative;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    position: relative;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.bootstrap-select .dropdown-toggle .filter-option.placeholder {
    color: #9d9fb4
}

.bootstrap-select .dropdown-toggle.disabled {
    cursor: default;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.bootstrap-select .dropdown-toggle.disabled:focus {
    border-color: #dbdfe2
}

.bootstrap-select .bs-actionsbox {
    margin-bottom: 5px
}

.bootstrap-select .actions-btn {
    font-size: .9rem
}

.bootstrap-select .text {
    line-height: 2rem;
    vertical-align: middle
}

.bootstrap-select .dropdown-menu {
    border: 2px solid #9d9fb4;
    border-radius: 0;
    margin-top: -1px;
    max-width: 100%
}

.bootstrap-select .dropdown-menu .dropdown-header {
    color: #5d6071;
    padding: 0 .5rem;
    font-size: 12px
}

@media only screen and (max-width: 599px) {
    .bootstrap-select .dropdown-menu .dropdown-header {
        font-size: 18px
    }
}

.bootstrap-select .dropdown-menu .no-results {
    background-color: #f2f3f3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bootstrap-select .dropdown-menu .dropdown-item {
    color: #34394c;
    display: block;
    height: 100%;
    line-height: 1.8;
    padding: 0 .375rem;
    width: 100%
}

@media only screen and (max-width: 599px) {
    .bootstrap-select .dropdown-menu .dropdown-item {
        font-size: 18px
    }
}

.bootstrap-select .dropdown-menu .dropdown-item-inner {
    padding: 0 .375rem
}

.bootstrap-select .dropdown-menu .dropdown-item-inner:focus {
    background-color: #aae1f8;
    border-radius: 3px;
    outline: 0
}

.bootstrap-select .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #0083ba
}

.bootstrap-select .dropdown-menu .dropdown-item.default-option {
    color: #9d9fb4;
    font-style: italic
}

.bootstrap-select .dropdown-menu .dropdown-item.selected a:not(.default-option) {
    color: #0083ba
}

.bootstrap-select .dropdown-menu .dropdown-item.selected a:not(.default-option):focus {
    color: #34394c
}

.bootstrap-select .dropdown-menu .dropdown-item.active {
    background-color: #aae1f8;
    border-radius: 3px
}

.bootstrap-select .dropdown-menu .dropdown-item.hidden {
    display: none
}

.bootstrap-select .dropdown-divider {
    display: none
}

.bootstrap-select.show .dropdown-toggle {
    border-color: #9d9fb4
}

.bootstrap-select.show .dropdown-toggle::after {
    color: #0083ba
}

.bootstrap-select:not(.show-tick):not(.numeric):not(.searchable) .dropdown-toggle::after {
    filter: blur(0);
    height: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform .2s ease-in-out;
    width: auto
}

.bootstrap-select:not(.show-tick):not(.numeric):not(.searchable).show .dropdown-toggle::after {
    transform: translateY(-50%) rotateZ(90deg) rotateX(180deg)
}

.bootstrap-select.show-tick .dropdown-toggle::after {
    content: "\e910";
    font-size: 1rem;
    right: 27px
}

@media only screen and (min-width: 600px) {
    .bootstrap-select.show-tick .dropdown-toggle::after {
        font-size: 14px;
        right: 22px
    }
}

.bootstrap-select.show-tick .dropdown-item-inner {
    padding-left: 30px
}

.bootstrap-select.show-tick a {
    position: relative
}

.bootstrap-select.show-tick a::after, .bootstrap-select.show-tick a::before {
    content: '';
    height: 20px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.bootstrap-select.show-tick a::before {
    border: 2px solid #dbdfe2;
    border-radius: 5px;
    display: inline-block
}

.bootstrap-select.show-tick .selected::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235d6071' 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");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%
}

.bootstrap-select.numeric .dropdown-toggle::after {
    content: "\e900"
}

@media only screen and (min-width: 600px) {
    .bootstrap-select.numeric .dropdown-toggle::after {
        font-size: 12px;
        right: 17px
    }
}

.bootstrap-select.searchable .dropdown-toggle::after {
    content: "\ec6f"
}

@media only screen and (min-width: 600px) {
    .bootstrap-select.searchable .dropdown-toggle::after {
        font-size: 16px;
        right: 21px
    }
}

.bootstrap-select.disabled .dropdown-toggle::after {
    content: ''
}

.bootstrap-select.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: -2px
}

.bootstrap-select.dropup .dropdown-toggle[aria-expanded=true] {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.bootstrap-select.wide-options .dropdown-menu {
    max-width: none
}

select::-ms-expand {
    display: none
}

.form-control.selectpicker {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/icon-dropdown-arrow.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 7px;
    border: 2px solid #dbdfe2;
    color: #34394c;
    font-family: inherit;
    height: 43px;
    min-height: 43px;
    padding: 0 .75rem
}

@media only screen and (max-width: 599px) {
    .form-control.selectpicker {
        padding: 0 5px
    }

    .form-control.selectpicker:not([size]):not([multiple]) {
        height: 43px
    }
}

.form-control.selectpicker[multiple] {
    background-image: url(../images/icon-multiselect.svg);
    background-size: auto 17px
}

.form-control.selectpicker.no-icon {
    background-image: none
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    color: #34394c;
    font-size: 20px;
    line-height: 1.25;
    padding: .375rem .75rem
}

@media only screen and (max-width: 599px) {
    .form-control {
        padding: 7px 5px
    }
}

@media only screen and (min-width: 600px) {
    .form-control {
        font-size: 14px;
        height: 32px;
    }

    textarea#message, textarea#messageContent {
      height: auto;
    }
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f2f3f3;
    border-color: #dbdfe2;
    color: #9d9fb4;
    cursor: default
}

.form-control:disabled:focus, .form-control[readonly]:focus {
    border-color: #dbdfe2
}

.form-control:disabled + .input-group-addon, .form-control[readonly] + .input-group-addon {
    border-color: #dbdfe2;
    color: #9d9fb4;
    cursor: default
}

.form-control::placeholder {
    color: #9d9fb4
}

.has-warning .form-control {
    border-color: #ffcf00
}

.has-danger .form-control {
    border-color: #ff7373
}

.form-control.bootstrap-select {
    background-color: transparent
}

.form-group {
    margin-bottom: 0;
    padding-bottom: 1rem
}

.form-group label:not(.switch):not(.custom-control-label) {
    color: #5d6071;
    font-size: 20px;
    text-align: left
}

@media only screen and (min-width: 600px) {
    .form-group label:not(.switch):not(.custom-control-label) {
        font-size: 1rem
    }
}

@media only screen and (min-width: 600px) {
    .form-group label:not(.switch):not(.custom-control-label):not(.vertical-label) {
        padding-right: 5px;
        text-align: right
    }
}

@media only screen and (min-width: 600px) {
    .form-group label:not(.switch):not(.custom-control-label) ~ div[class*=col-] {
        padding-left: 10px
    }
}

.form-group label:not(.switch):not(.custom-control-label) ~ div[class*=col-][class*=offset-]:not(:first-child) {
    padding-top: 1rem
}

.form-group label {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.form-group label.has-comment {
    padding-top: 0
}

@media only screen and (max-width: 599px) {
    .form-group label.maxlength-label {
        margin-right: 35px
    }
}

.form-group label.vertical-label {
    display: block
}

input.form-control, textarea.form-control {
    border: 2px solid #dbdfe2;
    border-radius: 5px
}

input.form-control:focus, textarea.form-control:focus {
    border-color: #9d9fb4
}

input[type=text] {
    text-overflow: ellipsis;
    white-space: nowrap
}

input[type=number]::-ms-clear, input[type=text]::-ms-clear {
    display: none
}

.textarea-char-counter {
    color: #9d9fb4;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: -1.2rem
}

@media only screen and (max-width: 599px) {
    .textarea-char-counter {
        top: -1.4rem
    }
}

@media only screen and (min-width: 600px) {
    .textarea-char-counter {
        font-size: 12px
    }
}

.textarea-char-counter.text-red {
    color: #ff7373
}

.col-form-label {
    padding-bottom: 5px;
    padding-top: 5px
}

.col-form-legend {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right
}

.number-wrapper {
    position: relative
}

.number-wrapper input[type=number] {
    -moz-appearance: textfield
}

@media only screen and (min-width: 600px) {
    .number-wrapper input[type=number] {
        padding-right: 30px
    }
}

.number-wrapper input[type=number]::-webkit-inner-spin-button, .number-wrapper input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0
}

.number-wrapper .number-nav {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (max-width: 599px) {
    .number-wrapper .number-nav {
        display: none
    }
}

.number-wrapper .btn-number {
    color: #5d6071;
    cursor: pointer;
    margin-right: 2px;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 28px
}

.number-wrapper .btn-number:hover::before {
    color: #0083ba
}

.number-wrapper .btn-number::before {
    content: "\e900";
    font-family: iconfont;
    height: 8px;
    left: 8px;
    line-height: 18px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.number-wrapper .btn-number.number-up {
    height: calc(50% - 2px);
    margin-top: 2px
}

.number-wrapper .btn-number.number-down {
    height: calc(50% - 2px);
    margin-bottom: 2px
}

.number-wrapper .btn-number.number-down::before {
    line-height: 0
}

.range-from::after {
    bottom: 0;
    content: '\2014';
    line-height: 32px;
    position: absolute;
    top: 0
}

@media only screen and (max-width: 599px) {
    .range-from::after {
        line-height: 43px;
        position: relative;
        top: 0
    }
}

@media only screen and (min-width: 600px) {
    .range-from::after {
        right: 0
    }
}

@media only screen and (min-width: 900px) {
    .range-from::after {
        right: 8px
    }
}

@media only screen and (max-width: 599px) {
    .range-from.no-separator {
        margin-bottom: .6rem
    }
}

.range-from.no-separator::after {
    content: ''
}

.form-control-plaintext {
    background-clip: padding-box;
    background-image: none;
    border-width: 2px;
    color: #34394c;
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
    padding: .375rem .75rem;
    text-align: left;
    width: 100%
}

@media only screen and (max-width: 599px) {
    .form-control-plaintext {
        padding: 7px 0
    }
}

@media only screen and (min-width: 600px) {
    .form-control-plaintext {
        font-size: 14px
    }
}

.col-form-label-required::after {
    color: #ff7373;
    content: '*';
    position: absolute;
    top: 3px;
    right: -4px
}

.col-form-label-required.has-comment::after {
    top: -2px
}

@media only screen and (max-width: 599px) {
    .col-form-label-required {
        padding-right: 38px
    }

    .col-form-label-required::after {
        right: 25px
    }
}

.phone-group .area-code {
    padding-right: 5px
}

.phone-group .area-code .bootstrap-select .dropdown-toggle {
    padding-right: 20px
}

.input-group-addon {
    background-color: #dbdfe2;
    border: 2px solid #dbdfe2;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #5d6071;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center
}

.input-group .input-group-addon, .input-group input[type=text] {
    height: 43px
}

@media only screen and (min-width: 600px) {
    .input-group .input-group-addon, .input-group input[type=text] {
        height: 32px
    }
}

.double-inputs {
    display: flex;
    justify-content: space-between
}

.double-inputs .form-control {
    flex: 0 0 49%;
    max-width: 49%
}

.picker .picker-btn {
    padding: 0 .375rem;
    position: absolute;
    right: 22px;
    top: 9px
}

@media only screen and (min-width: 600px) {
    .picker .picker-btn {
        top: 3px
    }
}

@media only screen and (min-width: 900px) {
    .picker .picker-btn {
        right: 40px
    }
}

.picker .picker-btn[aria-expanded=true] {
    color: #0083ba
}

.picker .dropdown-menu {
    border: 2px solid #dbdfe2;
    padding: 12px 10px;
    width: 250px
}

.picker .dropdown-menu table {
    margin: 0;
    width: 100%
}

.picker .dropdown-menu tr {
    border: 0
}

.picker .dropdown-menu th {
    border: 0;
    text-align: center
}

.picker .dropdown-menu td:not(.thin) {
    border: 1px solid #dbdfe2;
    color: #9d9fb4;
    cursor: pointer;
    padding: 3px;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.picker .dropdown-menu td:not(.thin).wknd {
    color: #ff7373
}

.picker .dropdown-menu .not-this-month {
    opacity: .4
}

.picker .dropdown-menu .today::after {
    border-bottom: 7px solid #0083ba;
    border-left: 7px solid transparent;
    bottom: 1px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 1px
}

.picker .dropdown-menu .next, .picker .dropdown-menu .prev {
    cursor: pointer
}

.picker .dropdown-menu .next:hover, .picker .dropdown-menu .prev:hover, .picker .dropdown-menu td:not(.thin):hover {
    background-color: #f2f3f3
}

.picker .time-picker .thin {
    border: 0;
    padding: 3px;
    text-align: center;
    width: 10px
}

.time-table td {
    padding: 0
}

.time-table td input {
    border: 0;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    width: 100%
}

.time-table tfoot th:not(.thin), .time-table thead th:not(.thin) {
    cursor: pointer
}

.time-table tfoot th:not(.thin):hover, .time-table thead th:not(.thin):hover {
    background-color: #f2f3f3
}

.time-table tfoot .icon-arrow-left {
    display: inline-block;
    transform: rotate(-90deg)
}

.time-table thead .icon-arrow-left {
    display: inline-block;
    transform: rotate(90deg)
}

.panel-heading {
    position: relative
}

.time-toggle::before {
    position: relative;
    z-index: 2
}

.time-toggle::after {
    border: 1px solid #dbdfe2;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .2s ease-in-out;
    width: 100%
}

.time-toggle:hover::after {
    background-color: #f2f3f3
}

.progress-simple {
    padding: .5rem 0 0 2.5rem;
    position: relative;
    text-align: left
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.progress-simple::before {
    animation: rotate 2s .1s linear infinite;
    content: "\ec7d";
    font-family: iconfont;
    font-size: 2rem;
    left: 0;
    position: absolute;
    top: 0
}

.custom-control {
    color: #34394c;
    display: block;
    margin-bottom: .75rem;
    text-align: left
}

.custom-control .custom-control-label {
    font-size: 1rem;
    padding-right: 5px;
    text-align: left
}

.custom-control-input:disabled ~ .custom-control-label {
    cursor: default
}

.custom-checkbox {
    padding-left: 2.2rem
}

.custom-checkbox .custom-control-label::before {
    background-color: #fff;
    border: 2px solid #dbdfe2;
    border-radius: 5px;
    height: 1.572rem;
    pointer-events: auto;
    top: 0;
    width: 1.572rem
}

.custom-checkbox .custom-control-input {
    left: 0
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    border-bottom: solid 3px #34394c;
    border-left: solid 3px #34394c;
    height: 8px;
    left: 5px;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px
}

.custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::after {
    border-bottom: solid 3px #9d9fb4;
    border-left: solid 3px #9d9fb4;
    height: 8px;
    left: 5px;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px
}

.custom-checkbox-light .custom-control-input:checked ~ .custom-control-label::after {
    border-bottom: solid 3px #fff;
    border-left: solid 3px #fff;
    height: 8px;
    left: 5px;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px
}

@media only screen and (max-width: 599px) {
    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        border-bottom-width: 4px;
        border-left-width: 4px;
        height: 11px;
        left: 7px;
        top: 7px;
        width: 16px
    }

    .custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::after {
        border-bottom-width: 4px;
        border-left-width: 4px;
        height: 11px;
        left: 7px;
        top: 7px;
        width: 16px
    }

    .custom-checkbox-light .custom-control-input:checked ~ .custom-control-label::after {
        border-bottom-width: 4px;
        border-left-width: 4px;
        height: 11px;
        left: 7px;
        top: 7px;
        width: 16px
    }
}

.custom-radio {
    padding-left: 2.2rem
}

.custom-radio .custom-control-label::before {
    background-color: #fff;
    border: 2px solid #dbdfe2;
    height: 22px;
    pointer-events: auto;
    top: 0;
    width: 22px
}

.custom-radio .custom-control-label::after {
    border-radius: 100%;
    height: 10px;
    left: 6px;
    top: 6px;
    width: 10px
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #000 none
}

.custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::after {
    background: #9d9fb4 none
}

@media only screen and (max-width: 599px) {
    .custom-radio .custom-control-label::before {
        height: 31px;
        width: 31px
    }

    .custom-radio .custom-control-label::after {
        height: 15px;
        left: 8px;
        top: 8px;
        width: 15px
    }
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
    background-size: 80%
}

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

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0083ba
}

.custom-control-input:disabled:not(:checked) ~ .custom-control-label::before {
    background-color: #dbdfe2;
    cursor: pointer
}

.custom-control-label::before:focus {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0083ba;
    outline: 0
}

.form-section {
    margin-bottom: 10px
}

@media only screen and (max-width: 599px) {
    .form-section {
        overflow-x: hidden
    }
}

.section .section-title {
    color: #0083ba
}

.section .section-title .section-collapse::before {
    background-color: #dbdfe2
}

.section .section-title .title-line {
    -ms-grid-row-align: center;
    align-self: center;
    border-top: 2px dotted #0083ba;
    display: inline-block;
    flex: 1 0 auto;
    margin-left: 10px
}

.form-header {
    margin-bottom: 20px
}

.form-footer {
    border-top: 2px solid #9d9fb4;
    padding-top: 20px
}

@media only screen and (min-width: 600px) {
    .form-footer button {
        float: left
    }

    .form-footer button.btn-next-tab, .form-footer button[type=submit] {
        float: right
    }
}

.form-footer::after {
    clear: both;
    content: '';
    display: table
}

.nav-tabs.form-nav .nav-link.complete::after, .nav-tabs.form-nav.form-steps .nav-item.complete .nav-link::after, .nav-tabs.form-nav.form-steps .nav-item.done .nav-link::after {
    color: #00b649;
    content: "\e909";
    font-size: 10px
}

.nav-tabs.form-nav .nav-link.error::after, .nav-tabs.form-nav.form-steps .nav-item.error .nav-link::after {
    color: #ff7373;
    content: "\e91b"
}

.nav-tabs.form-nav .nav-link.warning::after, .nav-tabs.form-nav.form-steps .nav-item.warning .nav-link::after {
    color: #ffcf00;
    content: "\e91a"
}

.nav-tabs.form-nav .nav-link.locked, .nav-tabs.form-nav.form-steps .nav-item.locked .nav-link {
    color: #9d9fb4;
    cursor: not-allowed
}

.nav-tabs.form-nav .nav-link.locked:active, .nav-tabs.form-nav .nav-link.locked:focus, .nav-tabs.form-nav.form-steps .nav-item.locked .nav-link:active, .nav-tabs.form-nav.form-steps .nav-item.locked .nav-link:focus {
    pointer-events: none
}

.nav-tabs.form-nav .nav-link.locked::after, .nav-tabs.form-nav.form-steps .nav-item.locked .nav-link::after {
    color: #9d9fb4;
    content: "\ec7c"
}

.nav-tabs.form-nav {
    background-color: #f2f3f3;
    border-bottom: 0;
    border-radius: 5px;
    padding: 10px 0
}

@media only screen and (max-width: 599px) {
    .nav-tabs.form-nav {
        display: none
    }
}

.nav-tabs.form-nav .nav-item {
    flex: 1;
    justify-content: center
}

@media only screen and (min-width: 900px) {
    .nav-tabs.form-nav .nav-item {
        flex: inherit
    }
}

.nav-tabs.form-nav .nav-item + .nav-item {
    border-left: 2px dotted #9d9fb4
}

.nav-tabs.form-nav .nav-link {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #5d6071;
    margin-right: 3px;
    padding: 5px 35px 5px 15px;
    text-decoration: none
}

.nav-tabs.form-nav .nav-link:active, .nav-tabs.form-nav .nav-link:focus, .nav-tabs.form-nav .nav-link:hover {
    color: #0083ba
}

.nav-tabs.form-nav .nav-link::after, .nav-tabs.form-nav .nav-link::before {
    border-radius: 50%;
    display: inline-block;
    line-height: 21px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.nav-tabs.form-nav .nav-link::after {
    background-color: #fff;
    font-family: iconfont;
    font-size: 12px;
    z-index: 10
}

.nav-tabs.form-nav .nav-link::before {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    height: 20px
}

.nav-tabs.form-nav .nav-link.active {
    color: #0083ba
}

.nav-tabs.form-nav.form-steps {
    overflow: hidden;
    padding: 0
}

@media only screen and (max-width: 599px) {
    .nav-tabs.form-nav.form-steps {
        display: flex
    }
}

.nav-tabs.form-nav.form-steps .nav-item {
    background-color: #f2f3f3;
    margin-bottom: 0;
    padding: 10px 0 10px 25px;
    position: relative
}

@media only screen and (max-width: 599px) {
    .nav-tabs.form-nav.form-steps .nav-item {
        flex-direction: row;
        padding-left: 14px
    }
}

@media only screen and (max-width: 899px) {
    .nav-tabs.form-nav.form-steps .nav-item:last-child {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px
    }

    .nav-tabs.form-nav.form-steps .nav-item:last-child::after {
        border: 0
    }
}

@media only screen and (min-width: 600px) {
    .nav-tabs.form-nav.form-steps .nav-item {
        flex-basis: auto;
        flex-grow: 0;
        width: auto
    }

    .nav-tabs.form-nav.form-steps .nav-item:last-child {
        flex-grow: 1
    }
}

.nav-tabs.form-nav.form-steps .nav-item + .nav-item {
    border-left: 0;
    margin-left: 3px
}

.nav-tabs.form-nav.form-steps .nav-item::after, .nav-tabs.form-nav.form-steps .nav-item::before {
    border-bottom: 23px solid transparent;
    border-left: 25px solid #f2f3f3;
    border-top: 26px solid transparent;
    content: '';
    height: 0;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    z-index: 2
}

@media only screen and (max-width: 599px) {
    .nav-tabs.form-nav.form-steps .nav-item::after, .nav-tabs.form-nav.form-steps .nav-item::before {
        border-width: 23px 17px;
        right: -16px
    }
}

.nav-tabs.form-nav.form-steps .nav-item::before {
    border-left: 25px solid #f2f3f3;
    left: 0;
    right: auto;
    z-index: 0
}

@media only screen and (max-width: 599px) {
    .nav-tabs.form-nav.form-steps .nav-item::before {
        border-left-width: 17px
    }
}

.nav-tabs.form-nav.form-steps .nav-item:first-child {
    border-radius: 5px 0 0 5px;
    padding-left: 0
}

.nav-tabs.form-nav.form-steps .nav-item:first-child::before {
    border: 0
}

.nav-tabs.form-nav.form-steps .nav-item.active, .nav-tabs.form-nav.form-steps .nav-item.complete, .nav-tabs.form-nav.form-steps .nav-item.visited {
    background-color: #0083ba
}

.nav-tabs.form-nav.form-steps .nav-item.active .nav-link, .nav-tabs.form-nav.form-steps .nav-item.complete .nav-link, .nav-tabs.form-nav.form-steps .nav-item.visited .nav-link {
    color: #fff;
    outline-color: #ffcf00
}

.nav-tabs.form-nav.form-steps .nav-item.active .nav-link:focus, .nav-tabs.form-nav.form-steps .nav-item.complete .nav-link:focus, .nav-tabs.form-nav.form-steps .nav-item.visited .nav-link:focus {
    outline-color: #ffcf00
}

.nav-tabs.form-nav.form-steps .nav-item.active::after, .nav-tabs.form-nav.form-steps .nav-item.complete::after, .nav-tabs.form-nav.form-steps .nav-item.visited::after {
    border-left-color: #0083ba
}

.nav-tabs.form-nav.form-steps .nav-item.complete .nav-link {
    text-decoration: underline
}

.nav-tabs.form-nav.form-steps .nav-item.done .nav-link {
    cursor: not-allowed
}

.nav-tabs.form-nav.form-steps .nav-item.done .nav-link:active, .nav-tabs.form-nav.form-steps .nav-item.done .nav-link:focus {
    pointer-events: none
}

.nav-tabs.form-nav.form-steps .nav-item.disabled .nav-link {
    cursor: not-allowed;
    pointer-events: none
}

.nav-tabs.form-nav.form-steps .nav-item.disabled .nav-link:active, .nav-tabs.form-nav.form-steps .nav-item.disabled .nav-link:focus {
    pointer-events: none
}

.nav-tabs.form-nav.form-steps .nav-item:nth-child(1) .nav-link::before {
    content: "1"
}

.nav-tabs.form-nav.form-steps .nav-item:nth-child(2) .nav-link::before {
    content: "2"
}

.nav-tabs.form-nav.form-steps .nav-item:nth-child(3) .nav-link::before {
    content: "3"
}

.nav-tabs.form-nav.form-steps .nav-item:nth-child(4) .nav-link::before {
    content: "4"
}

.nav-tabs.form-nav.form-steps .nav-item:nth-child(5) .nav-link::before {
    content: "5"
}

.nav-tabs.form-nav.form-steps .nav-item:nth-child(6) .nav-link::before {
    content: "6"
}

.nav-tabs.form-nav.form-steps .nav-item:nth-child(7) .nav-link::before {
    content: "7"
}

.nav-tabs.form-nav.form-steps .nav-item:nth-child(8) .nav-link::before {
    content: "8"
}

.nav-tabs.form-nav.form-steps .nav-item:nth-child(9) .nav-link::before {
    content: "9"
}

.nav-tabs.form-nav.form-steps .nav-link {
    font-size: 1rem;
    line-height: initial;
    padding: 5px 5px 5px 35px;
    text-align: left
}

@media only screen and (max-width: 599px) {
    .nav-tabs.form-nav.form-steps .nav-link {
        font-size: 12px;
        padding-left: 25px
    }
}

.nav-tabs.form-nav.form-steps .nav-link::after, .nav-tabs.form-nav.form-steps .nav-link::before {
    left: 10px;
    right: initial
}

@media only screen and (max-width: 599px) {
    .nav-tabs.form-nav.form-steps .nav-link::after, .nav-tabs.form-nav.form-steps .nav-link::before {
        font-size: 8px;
        height: 14px;
        left: 6px;
        line-height: 14px;
        width: 14px
    }
}

.nav-tabs.form-nav.form-steps .nav-link::before {
    color: #5d6071;
    font-size: 12px;
    font-weight: 700;
    height: 20px
}

@media only screen and (max-width: 599px) {
    .nav-tabs.form-nav.form-steps .nav-link::before {
        height: 14px
    }
}

@media only screen and (min-width: 600px) {
    .form-mobile-nav {
        display: none
    }
}

.form-mobile-nav .dropdown-toggle {
    background: #fff;
    border: 2px solid #dbdfe2;
    border-radius: 5px;
    color: #34394c;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    height: inherit;
    line-height: 17px;
    margin-bottom: 0;
    overflow: hidden;
    padding: .575rem .75rem;
    padding-right: 60px;
    text-overflow: ellipsis
}

@media only screen and (max-width: 599px) {
    .form-mobile-nav .dropdown-toggle {
        line-height: 1.25;
        padding: 7px 5px;
        padding-right: 35px;
        text-align: left;
        width: 100%
    }
}

.form-mobile-nav .dropdown-toggle::after {
    border: 0;
    color: #5d6071;
    content: '\e913';
    filter: blur(0);
    font-family: iconfont;
    font-size: 1rem;
    height: auto;
    line-height: inherit;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform .2s ease-in-out;
    width: auto
}

.form-mobile-nav .dropdown-toggle:focus {
    border-color: #9d9fb4;
    box-shadow: none
}

.form-mobile-nav .dropdown-toggle[aria-expanded=true] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #9d9fb4
}

.form-mobile-nav .dropdown-toggle[aria-expanded=true]::after {
    color: #0083ba;
    filter: blur(0);
    height: auto;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotateZ(90deg) rotateX(180deg);
    transition: transform .2s ease-in-out;
    width: auto
}

.form-mobile-nav .dropdown-toggle .filter-option {
    position: relative;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.form-mobile-nav .dropdown-toggle .filter-option.placeholder {
    color: #9d9fb4
}

.form-mobile-nav .dropdown-toggle.disabled {
    cursor: default;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.form-mobile-nav .dropdown-toggle.disabled:focus {
    border-color: #dbdfe2
}

.form-mobile-nav .nav {
    display: block
}

.form-mobile-nav .dropdown-menu {
    border: 2px solid #9d9fb4;
    border-radius: 0;
    margin: -4px 0;
    width: 100%
}

.form-mobile-nav li {
    flex-direction: row;
    justify-content: flex-start;
    line-height: 1.8;
    padding: 0 .375rem;
    text-align: left;
    width: 100%
}

.form-mobile-nav li a {
    color: #34394c;
    display: block;
    height: 100%;
    padding: 0 .375rem
}

@media only screen and (max-width: 599px) {
    .form-mobile-nav li a {
        font-size: 18px;
        width: 100%
    }
}

.form-mobile-nav li a:focus {
    background-color: #aae1f8;
    border-radius: 3px
}

.form-mobile-nav li a.active {
    color: #0083ba
}

.form-mobile-nav li a.active:focus {
    color: #34394c
}

.form-mobile-nav li a::after {
    display: inline-block;
    font-family: iconfont;
    font-size: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 30px
}

.form-mobile-nav li a::before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.form-mobile-nav li a.complete::after {
    color: #00b649;
    content: "\ec63"
}

.form-mobile-nav li a.error::after {
    color: #ff7373;
    content: "\ec85"
}

.form-mobile-nav li a.warning::after {
    color: #ffcf00;
    content: "\ec6a"
}

.form-mobile-nav li a.locked {
    color: #9d9fb4;
    cursor: not-allowed
}

.form-mobile-nav li a.locked:active, .form-mobile-nav li a.locked:focus {
    pointer-events: none
}

.form-mobile-nav li a.locked::after {
    color: #9d9fb4;
    content: "\ec7c"
}

.form-mobile-nav.no-flex-dropdown .nav {
    display: block
}

.form-breadcrumb {
    text-align: right
}

@media only screen and (max-width: 599px) {
    .form-breadcrumb {
        display: none
    }
}

.form-breadcrumb .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    border-top: 2px solid #dbdfe2;
    margin-bottom: 0;
    padding: 5px 15px
}

.form-breadcrumb .breadcrumb-item {
    color: #0083ba;
    display: inline-block;
    float: none;
    padding: 3px 15px
}

.form-breadcrumb .breadcrumb-item + .breadcrumb-item {
    border-left: 2px dotted #dbdfe2
}

.form-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: none
}

.form-breadcrumb .breadcrumb-item.locked a {
    cursor: not-allowed;
    text-decoration: none
}

.form-breadcrumb .breadcrumb-item.locked a:active, .form-breadcrumb .breadcrumb-item.locked a:focus {
    pointer-events: none;
    text-decoration: none
}

.form-breadcrumb .breadcrumb-item a:hover {
    text-decoration: none
}

.form-breadcrumb .breadcrumb-item a.active:focus {
    text-decoration: none
}

.form-breadcrumb .breadcrumb-item a.active {
    color: #0083ba;
    text-decoration: none
}

.dialog {
    position: relative
}

@media only screen and (min-width: 600px) {
    .dialog {
        padding: 0 10px
    }
}

.dialog + .dialog {
    border-top: 2px dotted #dbdfe2;
    margin-top: 20px;
    padding-top: 10px
}

@media only screen and (min-width: 600px) {
    .dialog + .dialog {
        margin-top: 10px
    }
}

.dialog .dialog-answer, .dialog .dialog-label {
    display: block
}

@media only screen and (min-width: 600px) {
    .dialog .dialog-answer, .dialog .dialog-label {
        display: inline-block
    }
}

.dialog .dialog-label {
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: left
}

@media only screen and (min-width: 600px) {
    .dialog .dialog-label {
        display: table;
        margin-bottom: 0;
        min-height: 40px;
        width: calc(100% - 150px)
    }

    .dialog .dialog-label p {
        display: table-cell;
        vertical-align: middle
    }
}

.dialog .dialog-label p {
    margin: 0
}

.dialog .dialog-answer {
    text-align: center
}

@media only screen and (min-width: 600px) {
    .dialog .dialog-answer {
        padding: inherit;
        position: absolute;
        right: 0;
        text-align: right;
        top: 50%;
        transform: translateY(-50%);
        width: 150px
    }
}

.dialog .dialog-answer button {
    height: 40px;
    margin: 0
}

.block-header {
    font-size: 12px;
    padding: 0 .35rem
}

.flex-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%
}

.flex-row .flex-item {
    padding: 0 5px
}

@media only screen and (max-width: 599px) {
    .flex-row .flex-item {
        font-size: 14px
    }
}

.flex-row .flex-item.space-1 {
    flex: 1 1 75px;
    text-align: right
}

.flex-row .flex-item.space-2 {
    flex: 2 1 130px;
    text-align: right
}

.flex-row .flex-item.space-3 {
    flex: 2 1 200px;
    text-align: left
}

.form-block {
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 599px) {
    .form-block {
        margin: 0 -10px
    }
}

.form-block:last-child {
    margin-bottom: 1.5rem
}

.form-block .form-block-header {
    background-color: #f2f3f3;
    border-bottom: 2px solid #9d9fb4;
    box-shadow: 0 3px 5px 0 #9d9fb4;
    display: flex;
    min-height: 60px;
    padding: .75rem .35rem
}

.form-block .form-block-header.open {
    background-color: #dbdfe2
}

.form-block .form-block-header [class^=icon-] {
    display: inline-block
}

.form-block .form-block-body {
    margin: 14px calc(.35rem + 30px) 0
}

.form-block .form-block-body > .form-group h3 {
    color: #0083ba
}

.form-collapse {
    float: left;
    padding-left: 25px;
    position: relative
}

.form-collapse:active h3, .form-collapse:active::before, .form-collapse:focus h3, .form-collapse:focus::before, .form-collapse:hover h3, .form-collapse:hover::before {
    color: #0083ba
}

@media only screen and (max-width: 599px) {
    .form-collapse h3 {
        font-size: 16px
    }
}

.form-collapse h3 {
    margin-bottom: 0
}

.form-collapse::before {
    background-color: #fff;
    border-radius: 3px;
    color: #9d9fb4;
    content: "\ecd6";
    display: inline-block;
    font-family: iconfont;
    font-size: 12px;
    height: 12px;
    left: 5px;
    line-height: 0;
    padding-top: 6px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 12px
}

.form-collapse[aria-expanded=false]::before {
    content: "\ecd5"
}

.form-control-feedback {
    border-radius: 5px;
    box-shadow: 3px 3px 7px #9d9fb4;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    position: relative;
    text-align: left
}

@media only screen and (max-width: 599px) {
    .form-control-feedback {
        float: left;
        font-size: 16px
    }
}

.form-control-feedback::before {
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: '';
    display: block;
    position: absolute;
    top: -20px
}

.has-danger .form-control-feedback {
    background-color: #ffb9b6;
    color: #5d6071
}

.has-danger .form-control-feedback::before {
    border-bottom-color: #ffb9b6
}

.has-warning .form-control-feedback {
    background-color: #fdefb3;
    color: #5d6071
}

.has-warning .form-control-feedback::before {
    border-bottom-color: #fdefb3
}

.form-feedback {
    border: 0;
    border-radius: 5px;
    box-shadow: 3px 3px 7px #9d9fb4;
    margin-bottom: 10px;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width: 599px) {
    .form-feedback {
        font-size: 12px
    }

    .form-feedback [class^=link] {
        font-size: 12px
    }
}

.form-feedback::before {
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute
}

.form-feedback.has-danger {
    background-color: #ffb9b6
}

.form-feedback.has-warning {
    background-color: #fdefb3
}

.form-feedback-inner {
    margin: 0 -10px;
    padding: 10px 15px
}

.form-feedback-inner .feedback-item {
    display: flex;
    flex-wrap: wrap
}

.form-feedback-inner .feedback-item > * {
    margin: 0 10px
}

.form-feedback-inner p {
    flex-grow: 1;
    text-align: left
}

.form-feedback-summary {
    display: block
}

.form-feedback-summary .form-feedback {
    position: relative
}

.form-feedback-summary .form-feedback::before {
    bottom: -20px
}

.form-feedback-summary .form-feedback.has-danger::before {
    border-top-color: #ffb9b6;
    right: 110px
}

@media only screen and (max-width: 599px) {
    .form-feedback-summary .form-feedback.has-danger::before {
        right: 140px
    }
}

.form-feedback-summary .form-feedback.has-warning::before {
    border-top-color: #fdefb3;
    right: 15px
}

@media only screen and (max-width: 599px) {
    .form-feedback-summary .form-feedback.has-warning::before {
        right: 30px
    }
}

.form-feedback-icon {
    display: block;
    position: relative
}

.form-feedback-icon .form-feedback {
    margin-top: 10px
}

.form-feedback-icon .form-feedback::before {
    left: 15px;
    top: -20px
}

.form-feedback-icon .form-feedback.has-danger::before {
    border-bottom-color: #ffb9b6
}

.form-feedback-icon .form-feedback.has-warning::before {
    border-bottom-color: #fdefb3
}

.form-feedback-toggle {
    margin-left: 18px;
    z-index: 0
}

.form-feedback-toggle::before {
    display: inline-block;
    font-family: iconfont;
    margin-right: 5px;
    vertical-align: middle
}

.form-feedback-toggle.danger::before {
    color: #ff7373;
    font-size: 1rem
}

.form-feedback-toggle.warning::before {
    color: #ffcf00;
    font-size: 1rem
}

.form-feedback a, .form-feedback p {
    display: inline-block
}

.form-group.has-tooltip {
    position: relative
}

@media only screen and (max-width: 599px) {
    .form-group.has-tooltip label {
        width: calc(100% - 60px)
    }
}

.form-group.has-tooltip .form-tooltip {
    padding: 0;
    position: absolute;
    right: 25px;
    top: 10px
}

@media only screen and (max-width: 599px) {
    .form-group.has-tooltip .form-tooltip {
        width: auto
    }
}

@media only screen and (min-width: 600px) {
    .form-group.has-tooltip .form-tooltip {
        height: 30px;
        position: relative;
        right: 0;
        text-align: center;
        top: 0
    }

    .form-group.has-tooltip .form-tooltip::before {
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

.tooltip.tooltip-info.tooltip-form .tooltip-arrow {
    right: 5px
}

@media only screen and (min-width: 600px) {
    .tooltip.tooltip-info.tooltip-form .tooltip-arrow {
        right: 12px
    }
}

@media only screen and (min-width: 900px) {
    .tooltip.tooltip-info.tooltip-form .tooltip-arrow {
        right: 16px
    }
}

@media only screen and (min-width: 1200px) {
    .tooltip.tooltip-info.tooltip-form .tooltip-arrow {
        right: 9px
    }
}

.icon-accessibility::before {
    content: "\ec6c"
}

.icon-accounts::before {
    content: "\ec95"
}

.icon-add::before {
    content: "\e90a"
}

.icon-add-company::before {
    content: "\e92b"
}

.icon-add-company-2::before {
    content: "\e92c"
}

.icon-add-round::before {
    content: "\e902"
}

.icon-add-square::before {
    content: "\e901"
}

.icon-arrow-left::before {
    content: "\e903"
}

.icon-arrow-up::before {
    content: "\e926"
}

.icon-arrow-down::before {
    content: "\e927"
}

.icon-arrows::before {
    content: "\e900"
}

.icon-arveldus::before {
    content: "\e90c"
}

.icon-attachment::before {
    content: "\ec8d"
}

.icon-audio::before {
    content: "\ec8c"
}

.icon-auto-data::before {
    content: "\e920"
}

.icon-binoculars::before {
    content: "\ec94"
}

.icon-calendar::before {
    content: "\e911"
}

.icon-cancel::before {
    content: "\e914"
}

.icon-image::before {
    content: "\e91c"
}

.icon-check::before {
    content: "\e909"
}

.icon-checkerrors::before {
    content: "\ec67"
}

.icon-clearing::before {
    content: "\e90c"
}

.icon-clock::before {
    content: "\e912"
}

.icon-close::before {
    content: "\e91d"
}

.icon-color::before {
    content: "\e91e"
}

.icon-copy::before {
    content: "\ec8b"
}

.icon-cross::before {
    content: "\e905"
}

.icon-customs::before {
    content: "\ec93"
}

.icon-delete::before {
    content: "\ec8a"
}

.icon-desktop::before {
    content: "\ec92"
}

.icon-display-as-a-table::before {
    content: "\e92d"
}

.icon-display-as-a-timeline::before {
    content: "\e92e"
}

.icon-doc-search::before {
    content: "\e930"
}

.icon-download::before {
    content: "\ec89"
}

.icon-drag::before {
    content: "\ec88"
}

.icon-drag-file::before {
    content: "\e916"
}

.icon-dropdown-arrow::before {
    content: "\e913"
}

.icon-dropdown-triangle::before {
    content: "\e913"
}

.icon-edit::before {
    content: "\ec87"
}

.icon-error-rnd::before {
    content: "\ec85"
}

.icon-error-sq::before {
    content: "\ec83"
}

.icon-exit::before {
    content: "\e915"
}

.icon-facebook::before {
    content: "\e908"
}

.icon-favourites::before {
    content: "\ec82"
}

.icon-filters::before {
    content: "\ec66"
}

.icon-forum::before {
    content: "\e907"
}

.icon-fullscreen-exit::before {
    content: "\ec5f"
}

.icon-fullscreen-on::before {
    content: "\ec81"
}

.icon-help::before {
    content: "\ec80"
}

.icon-help-center::before {
    content: "\e90b"
}

.icon-i::before {
    content: "\e919"
}

.icon-i-blue-path1::before {
    content: "\ecbc"
}

.icon-i-blue-path2::before {
    content: "\ecbd"
}

.icon-info::before {
    content: "\ec7e"
}

.icon-info-blue::before {
    content: "\eccf"
}

.icon-list-arrow::before {
    content: "\203a"
}

.icon-loading::before {
    content: "\ec7d"
}

.icon-location::before {
    content: "\e92f"
}

.icon-lock::before {
    content: "\ec7c"
}

.icon-mail::before {
    content: "\e922"
}

.icon-mail-in-path1::before {
    content: "\ec76"
}

.icon-mail-in-path2::before {
    content: "\ec77"
}

.icon-mail-in-path3::before {
    content: "\ec78"
}

.icon-mail-out-path1::before {
    content: "\e923"
}

.icon-mail-out-path2::before {
    content: "\ecd3"
}

.icon-mail-out-path3::before {
    content: "\ecd4"
}

.icon-medpack::before {
    content: "\ec7f"
}

.icon-messages::before {
    content: "\ec75"
}

.icon-minus::before {
    content: "\ecd6"
}

.icon-more::before {
    content: "\ec65"
}

.icon-mult-select::before {
    content: "\e910"
}

.icon-nl-small-path1::before {
    content: "\ec64"
}

.icon-nl-small-path2::before {
    content: "\ec99"
}

.icon-nl-small-path3::before {
    content: "\ec9a"
}

.icon-notifications::before {
    content: "\ec74"
}

.icon-ok-rnd::before {
    content: "\ec63"
}

.icon-ok-sq::before {
    content: "\ec62"
}

.icon-open::before {
    content: "\ecb9"
}

.icon-open-new-tab::before {
    content: "\ecb9"
}

.icon-pause::before {
    content: "\e917"
}

.icon-phone::before {
    content: "\e921"
}

.icon-phone-in::before {
    content: "\ec73"
}

.icon-phone-out::before {
    content: "\ec72"
}

.icon-photo::before {
    content: "\ec61"
}

.icon-plus::before {
    content: "\ecd5"
}

.icon-preferences::before {
    content: "\ec60"
}

.icon-print::before {
    content: "\ec71"
}

.icon-ratings::before {
    content: "\eae6"
}

.icon-refresh::before {
    content: "\e92a"
}

.icon-registries::before {
    content: "\e90d"
}

.icon-reporting::before {
    content: "\ec91"
}

.icon-reports::before {
    content: "\ec90"
}

.icon-screenshare::before {
    content: "\ec70"
}

.icon-scroll-slider-path1::before {
    content: "\e90f"
}

.icon-scroll-slider-path2::before {
    content: "\ecd1"
}

.icon-scroll-slider-path3::before {
    content: "\ecd2"
}

.icon-search::before {
    content: "\ec6f"
}

.icon-settings::before {
    content: "\ec8f"
}

.icon-share-data::before {
    content: "\e91f"
}

.icon-statistics::before {
    content: "\e90e"
}

.icon-status-blue-path1::before {
    content: "\ecbf"
}

.icon-status-blue-path2::before {
    content: "\ecc0"
}

.icon-status-disabled::before {
    content: "\e918"
}

.icon-status-error::before {
    content: "\e91b"
}

.icon-status-gray-path1::before {
    content: "\ecc2"
}

.icon-status-gray-path2::before {
    content: "\ecc3"
}

.icon-status-green::before {
    content: "\e904"
}

.icon-status-red-path1::before {
    content: "\ecc5"
}

.icon-status-red-path2::before {
    content: "\ecc6"
}

.icon-status-warn::before {
    content: "\e91a"
}

.icon-status-yellow-path1::before {
    content: "\ecc8"
}

.icon-status-yellow-path2::before {
    content: "\ecc9"
}

.icon-taxes::before {
    content: "\ec8e"
}

.icon-triangle-up-arrow::before {
    content: "\e928"
}

.icon-triangle-down-arrow::before {
    content: "\e929"
}

.icon-twitter::before {
    content: "\e906"
}

.icon-upload::before {
    content: "\ec6e"
}

.icon-video::before {
    content: "\ec6d"
}

.icon-warning-rnd::before {
    content: "\ec6a"
}

.icon-warning-sq::before {
    content: "\ec68"
}

.icon-workspace::before {
    content: "\ec92"
}

.icon-youtube::before {
    content: "\ecbb"
}

i {
    font-family: iconfont;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none
}

i.icon-info:hover {
    color: #0083ba
}

.icon-error-sq::before, .icon-warning-sq::before {
    background-repeat: no-repeat;
    background-size: 1.1rem;
    content: '';
    height: 1.1rem;
    width: 1.1rem
}

.icon-warning-sq::before {
    background-image: url(../images/icon-warning-sq.svg)
}

.icon-error-sq::before {
    background-image: url(../images/icon-error-sq.svg)
}

a.icon-info[data-toggle*=tooltip][class*=icon-] {
    cursor: default;
    line-height: 1
}

a.icon-info[data-toggle*=tooltip][class*=icon-]::before {
    font-size: 1rem;
    padding: 0
}

a {
    cursor: pointer
}

.button-link, .button-link.link-small, .close-help-center a, .form-breadcrumb .breadcrumb-item a, .link-blue, .link-gray, .link-orange, .link-phone, .link-small, .popover .search-result a, .popover.popover-client-select a, .popover.popover-tabletools .popover-content .custom-control .icon-drag {
    font-size: 1rem;
    text-decoration: underline
}

.button-link:hover, .close-help-center a:hover, .form-breadcrumb .breadcrumb-item a:hover, .link-blue:hover, .link-gray:hover, .link-orange:hover, .link-phone:hover, .link-small:hover, .popover .search-result a:hover, .popover.popover-client-select a:hover, .popover.popover-tabletools .popover-content .custom-control .icon-drag:hover {
    text-decoration: none
}

.button-link:focus, .close-help-center a:focus, .form-breadcrumb .breadcrumb-item a:focus, .link-blue:focus, .link-gray:focus, .link-orange:focus, .link-phone:focus, .link-small:focus, .popover .search-result a:focus, .popover.popover-client-select a:focus, .popover.popover-tabletools .popover-content .custom-control .icon-drag:focus {
    text-decoration: underline
}

.button-link[target='_blank']::after, .close-help-center a[target='_blank']::after, .form-breadcrumb .breadcrumb-item a[target='_blank']::after, .link-blue[target='_blank']::after, .link-gray[target='_blank']::after, .link-orange[target='_blank']::after, .link-phone[target='_blank']::after, .link-small[target='_blank']::after, .popover .search-result a[target='_blank']::after, .popover.popover-client-select a[target='_blank']::after, .popover.popover-tabletools .popover-content .custom-control .icon-drag[target='_blank']::after {
    color: #5d6071;
    content: "\ecb9";
    display: inline-block;
    font-family: iconfont;
    font-size: .6rem;
    margin-left: .3rem;
    opacity: .8;
    text-decoration: underline;
    vertical-align: middle
}

.button-link[target='_blank']::after, .close-help-center a[target='_blank']::after, .form-breadcrumb .breadcrumb-item a[target='_blank']::after, .link-blue[target='_blank']::after, .link-gray[target='_blank']::after, .link-orange[target='_blank']::after, .link-phone[target='_blank']::after, .link-small[target='_blank']::after, .popover .search-result a[target='_blank']::after, .popover.popover-client-select a[target='_blank']::after, .popover.popover-tabletools .popover-content .custom-control .icon-drag[target='_blank']::after {
    text-decoration: none
}

.close-help-center a, .form-breadcrumb .breadcrumb-item a, .link-gray, .popover .search-result a, .popover.popover-client-select a, .popover.popover-tabletools .popover-content .custom-control .icon-drag {
    color: #5d6071
}

.close-help-center a:active, .close-help-center a:focus, .close-help-center a:hover, .form-breadcrumb .breadcrumb-item a:active, .form-breadcrumb .breadcrumb-item a:focus, .form-breadcrumb .breadcrumb-item a:hover, .link-gray:active, .link-gray:focus, .link-gray:hover, .popover .search-result a:active, .popover .search-result a:focus, .popover .search-result a:hover, .popover.popover-client-select a:active, .popover.popover-client-select a:focus, .popover.popover-client-select a:hover, .popover.popover-tabletools .popover-content .custom-control .icon-drag:active, .popover.popover-tabletools .popover-content .custom-control .icon-drag:focus, .popover.popover-tabletools .popover-content .custom-control .icon-drag:hover {
    color: #0083ba
}

.link-blue {
    color: #0083ba
}

.link-blue:active, .link-blue:focus, .link-blue:hover {
    color: #015477
}

.link-orange {
    color: #ff8000
}

.link-orange:active, .link-orange:focus, .link-orange:hover {
    color: #a84816
}

.link-small {
    font-size: .86rem
}

.link-communication::before, .link-favourites::before, .link-icon::before, .link-settings::before {
    color: inherit;
    content: '';
    display: inline-block;
    font-family: iconfont;
    font-size: 1.42857rem;
    padding-right: 5px;
    vertical-align: middle
}

@media only screen and (max-width: 599px) {
    .link-communication::before, .link-favourites::before, .link-icon::before, .link-settings::before {
        font-size: 1rem
    }
}

.button-link {
    align-items: normal;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline;
    font: inherit;
    height: auto;
    padding: 0;
    perspective-origin: 0 0;
    text-align: start;
    transform-origin: 0 0;
    width: auto
}

@supports (-moz-appearance:none) {
    .button-link::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .button-link:focus {
        outline-style: dotted;
        outline-width: 1px
    }
}

.button-link.link-small {
    font-size: .86rem
}

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

table .link-gray {
    color: #34394c
}

.link-phone {
    white-space: nowrap
}

@media only screen and (max-width: 599px) {
    .link-phone {
        border-bottom: 1px dashed currentColor
    }
}

.link-phone, .link-phone:active, .link-phone:focus, .link-phone:hover {
    color: inherit;
    text-decoration: none
}

.button-link[class*=icon-], a[class*=icon-] {
    white-space: nowrap
}

.button-link[class*=icon-]::before, a[class*=icon-]::before {
    color: inherit;
    display: inline-block;
    font-family: iconfont;
    font-size: 1.3rem;
    text-decoration: underline;
    vertical-align: middle
}

.button-link[class*=icon-]::before, a[class*=icon-]::before {
    text-decoration: none
}

@media only screen and (max-width: 599px) {
    .button-link[class*=icon-][class*=link-], a[class*=icon-][class*=link-] {
        font-size: 16px
    }

    .button-link[class*=icon-][class*=link-]::before, a[class*=icon-][class*=link-]::before {
        font-size: 20px
    }
}

.button-link[class*=icon-][class*=link-]::before, a[class*=icon-][class*=link-]::before {
    padding-right: 5px
}

.button-link[class*=icon-]:not([class*=link-]), a[class*=icon-]:not([class*=link-]) {
    color: #5d6071
}

.button-link[class*=icon-]:not([class*=link-]):active, .button-link[class*=icon-]:not([class*=link-]):focus, .button-link[class*=icon-]:not([class*=link-]):hover, a[class*=icon-]:not([class*=link-]):active, a[class*=icon-]:not([class*=link-]):focus, a[class*=icon-]:not([class*=link-]):hover {
    color: #0083ba
}

.button-link[class*=icon-].icon-info::before, a[class*=icon-].icon-info::before {
    padding-left: 5px;
    padding-right: 0
}

.link-settings::before {
    content: "\ec8f"
}

.link-communication::before {
    content: "\ec75"
}

.link-favourites::before {
    content: "\ec82"
}

.reverse-decoration {
    text-decoration: none
}

.reverse-decoration:active, .reverse-decoration:focus, .reverse-decoration:hover {
    text-decoration: underline
}

.no-decoration {
    text-decoration: none
}

.no-decoration:active, .no-decoration:focus, .no-decoration:hover {
    text-decoration: none
}

[data-toggle*=popover] :active::after, [data-toggle*=popover] :active::before, [data-toggle*=popover] :focus::after, [data-toggle*=popover] :focus::before, [data-toggle*=popover] :hover::after, [data-toggle*=popover] :hover::before, [data-toggle*=tooltip] :active::after, [data-toggle*=tooltip] :active::before, [data-toggle*=tooltip] :focus::after, [data-toggle*=tooltip] :focus::before, [data-toggle*=tooltip] :hover::after, [data-toggle*=tooltip] :hover::before {
    color: #0083ba
}

[data-toggle*=popover] .active::after, [data-toggle*=popover] .active::before {
    color: #0083ba
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-inline li {
    display: inline-block;
    float: left
}

.list-with-arrows li {
    margin: 0 0 .3rem 1rem;
    position: relative
}

.list-with-arrows li::before {
    color: #0083ba;
    content: "\203a";
    font-size: 1.2rem;
    font-weight: 700;
    left: -1rem;
    line-height: 1;
    position: absolute;
    top: .15rem
}

.list-with-arrows.gray li::before {
    color: #5d6071
}

.list-with-avatars {
    margin-bottom: 20px
}

.list-with-avatars li {
    margin-bottom: 5px
}

.list-with-avatars .avatar {
    margin-right: 5px;
    vertical-align: middle
}

.list-with-avatars-name {
    color: #5d6071;
    display: inline-block;
    line-height: 1.2;
    text-decoration: underline;
    vertical-align: middle;
    width: calc(100% - 1.8rem - 5px)
}

.list-with-avatars-title {
    color: #0083ba
}

.list-with-avatars-title.dark {
    color: #aae1f8
}

.list-with-avatars.dark .list-with-avatars-name {
    color: #fff
}

.logo-creditcard {
    height: 40px
}

.nav-vertical {
    border: 0
}

@media only screen and (max-width: 599px) {
    .nav-vertical {
        display: none
    }
    .icon-phone::before {
      content: "\e921"
    }
}

@media only screen and (min-width: 600px) {
    .nav-vertical {
        display: block
    }
}

@media only screen and (min-width: 600px) {
    .nav-vertical-wrapper {
        display: flex
    }
}

@media only screen and (min-width: 600px) {
    .nav-vertical-wrapper .form-header {
        flex: 0 1 auto;
        margin-bottom: 0
    }
}

.nav-vertical-wrapper .tab-content {
    background-color: #f2f3f3;
    border: 2px solid #dbdfe2;
    border-radius: .25rem;
    flex: 1 1 auto;
    padding: 20px
}

.nav-vertical .nav-item {
    display: block;
    text-align: right;
    white-space: normal;
    width: auto
}

.nav-vertical .nav-link {
    border: 0;
    color: #5d6071;
    padding-right: 2rem
}

.nav-vertical .nav-link:active, .nav-vertical .nav-link:focus, .nav-vertical .nav-link:hover {
    color: #0083ba
}

.nav-vertical .nav-link.active {
    background: 0 0;
    color: #0083ba
}

.nav-vertical .nav-link.active::after, .nav-vertical .nav-link.active::before {
    border-color: transparent;
    border-style: solid;
    content: '';
    position: absolute;
    right: -2px;
    top: 50%
}

.nav-vertical .nav-link.active::before {
    border-right-color: #dbdfe2;
    border-width: 13px;
    margin-top: -13px
}

.nav-vertical .nav-link.active::after {
    border-right-color: #f2f3f3;
    border-width: 10px;
    margin-top: -10px
}

.nav-vertical .nav-divider {
    border-top: 1px dashed #5d6071;
    margin: .5rem 2rem .5rem 0
}

.nav-tabs.nav-arrows {
    border-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-bottom: 0;
    padding-left: 0
}

.nav-tabs.nav-arrows .nav-item {
    flex: 0 0 33%;
    justify-content: flex-end;
    margin: 0;
    white-space: normal;
    width: auto
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp) .nav-tabs.nav-arrows .nav-item {
        flex: 0 0 33%
    }
}

@media only screen and (min-width: 1200px) {
    .nav-tabs.nav-arrows .nav-item {
        flex: 0 0 33%
    }
}

.nav-tabs.nav-arrows .nav-link {
    background-color: transparent;
    border: transparent;
    color: #5d6071;
    padding: .8rem 0;
    text-align: center
}

.nav-tabs.nav-arrows .nav-link.active, .nav-tabs.nav-arrows .nav-link:focus, .nav-tabs.nav-arrows .nav-link:hover {
    color: #0083ba
}

.nav-tabs.nav-arrows .nav-link.active::after {
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 10px;
    bottom: 0;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.nav-tabs.section-tabs {
    border: 0
}

@media only screen and (max-width: 599px) {
    .nav-tabs.section-tabs {
        display: none
    }
}

.nav-tabs.section-tabs .nav-item + .nav-item {
    margin-left: .5rem
}

.nav-tabs.section-tabs .nav-link {
    background-color: transparent;
    border: 0;
    color: #34394c;
    display: inline-block;
    flex: 0 0 auto;
    padding: .7rem 1.5rem;
    position: relative;
    width: auto
}

.nav-tabs.section-tabs .nav-link.active {
    color: #0083ba
}

.nav-tabs.section-tabs .nav-link:not(.active):hover {
    color: #0083ba
}

@media only screen and (max-width: 599px) {
    .nav-tabs-form-header {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media only screen and (min-width: 600px) {
    .nav-tabs-form-header {
        margin: 0
    }
}

.tab-content.tab-sections {
    background-color: #fff;
    border-radius: .3rem;
    border-top-left-radius: 0;
    padding: 20px
}

@media only screen and (max-width: 599px) {
    .tab-content.tab-sections {
        border-radius: 0;
        padding: 20px 10px
    }
}

.tab-content.tab-sections.gray-sections {
    background-color: #f2f3f3
}

.gray-tabs .nav-link.active {
    background-color: #f2f3f3
}

.gray-tabs .nav-link:not(.active):hover {
    background-color: #fff
}

.gray-tabs .nav-link:not(.active):focus {
    background-color: #fff;
    outline: 0
}

.white-tabs .nav-link.active {
    background-color: #fff
}

.white-tabs .nav-link:not(.active):hover {
    background-color: #f2f3f3
}

.white-tabs .nav-link:not(.active):focus {
    background-color: #f2f3f3;
    outline: 0
}

.popover-alert {
    margin-top: 15px;
    padding-left: 25px;
    position: relative;
    color: #ff7373
}

@media only screen and (max-width: 599px) {
    .popover-alert {
        font-size: 1rem;
        padding-left: 32px
    }
}

.popover-alert::before {
    background-repeat: no-repeat;
    background-size: 1.1rem;
    content: '';
    display: inline-block;
    height: 1.1rem;
    left: 0;
    position: absolute;
    top: 4px;
    vertical-align: top;
    width: 1.1rem
}

@media only screen and (max-width: 599px) {
    .popover-alert::before {
        top: 6px
    }
}

.popover-alert + .popover-alert {
    margin-top: 5px
}

.popover-alert-danger::before {
    background-image: url(../images/icon-error-sq.svg)
}

.popover-alert-warning::before {
    background-image: url(../images/icon-warning-sq.svg)
}

#popover-client-select h2, .popover.popover-client-select h2 {
    font-size: 1rem;
    margin-top: 2rem
}

@media only screen and (max-width: 599px) {
    #popover-client-select h2, .popover.popover-client-select h2 {
        font-size: .7rem
    }
}

#popover-client-select h2:first-of-type, .popover.popover-client-select h2:first-of-type {
    margin-top: 0
}

#popover-client-select a, .popover.popover-client-select a {
    display: block;
    margin-bottom: .8rem
}

#popover-client-select .avatar, .popover.popover-client-select .avatar {
    margin-right: .8rem
}

.popover.popover-client-select {
    width: 250px
}

.popover.popover-client-select .popover-scroll-content {
    max-height: 516px
}

.popover.popover-client-select .popover-scroll-content > div {
    position: relative
}

#popover-client-select a {
    color: #dbdfe2;
    text-decoration: underline
}

#popover-client-select a:active, #popover-client-select a:focus, #popover-client-select a:hover {
    color: #f2f3f3
}

#popover-client-select a:hover {
    text-decoration: none
}

#popover-client-select a:focus {
    text-decoration: underline
}

.popover.popover-confirm, .popover.popover-exit, .popover.popover-success {
    background-color: #fff;
    width: 340px
}

@media only screen and (min-width: 600px) {
    .popover.popover-confirm, .popover.popover-exit {
        border: 3px solid #ff7373
    }
}

@media only screen and (min-width: 600px) {
  .popover.popover-success {
    border: 3px solid #00b649;
  }
}

.popover.bottom-left.popover-exit .arrow, .popover.bottom-left.popover-exit .webui-arrow, .popover.bottom-right.popover-exit .arrow, .popover.bottom-right.popover-exit .webui-arrow, .popover.bottom.popover-exit .arrow, .popover.bottom.popover-exit .webui-arrow, .popover.bs-popover-auto.popover-exit[x-placement^=bottom] .arrow, .popover.bs-popover-auto.popover-exit[x-placement^=bottom] .webui-arrow, .popover.bs-popover-bottom.popover-exit .arrow, .popover.bs-popover-bottom.popover-exit .webui-arrow, .popover.popover-confirm.bottom .arrow, .popover.popover-confirm.bottom .webui-arrow, .popover.popover-confirm.bottom-left .arrow, .popover.popover-confirm.bottom-left .webui-arrow, .popover.popover-confirm.bottom-right .arrow, .popover.popover-confirm.bottom-right .webui-arrow, .popover.popover-confirm.bs-popover-auto[x-placement^=bottom] .arrow, .popover.popover-confirm.bs-popover-auto[x-placement^=bottom] .webui-arrow, .popover.popover-confirm.bs-popover-bottom .arrow, .popover.popover-confirm.bs-popover-bottom .webui-arrow {
    border-bottom-color: #ff7373
}

.popover.popover-success.bottom .arrow, .popover.popover-success.bottom .webui-arrow, .popover.popover-success.bottom-left .arrow, .popover.popover-success.bottom-left .webui-arrow, .popover.popover-success.bottom-right .arrow, .popover.popover-success.bottom-right .webui-arrow, .popover.popover-success.bs-popover-auto[x-placement^=bottom] .arrow, .popover.popover-success.bs-popover-auto[x-placement^=bottom] .webui-arrow, .popover.popover-success.bs-popover-bottom .arrow, .popover.popover-success.bs-popover-bottom .webui-arrow {
  border-bottom-color: #00b649
}

.popover.bottom-left.popover-exit .arrow::after, .popover.bottom-left.popover-exit .webui-arrow::after, .popover.bottom-right.popover-exit .arrow::after, .popover.bottom-right.popover-exit .webui-arrow::after, .popover.bottom.popover-exit .arrow::after, .popover.bottom.popover-exit .webui-arrow::after, .popover.bs-popover-auto.popover-exit[x-placement^=bottom] .arrow::after, .popover.bs-popover-auto.popover-exit[x-placement^=bottom] .webui-arrow::after, .popover.bs-popover-bottom.popover-exit .arrow::after, .popover.bs-popover-bottom.popover-exit .webui-arrow::after, .popover.popover-confirm.bottom .arrow::after, .popover.popover-confirm.bottom .webui-arrow::after, .popover.popover-confirm.bottom-left .arrow::after, .popover.popover-confirm.bottom-left .webui-arrow::after, .popover.popover-confirm.bottom-right .arrow::after, .popover.popover-confirm.bottom-right .webui-arrow::after, .popover.popover-confirm.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.popover-confirm.bs-popover-auto[x-placement^=bottom] .webui-arrow::after, .popover.popover-confirm.bs-popover-bottom .arrow::after, .popover.popover-confirm.bs-popover-bottom .webui-arrow::after {
    top: 4px
}

.popover.bottom-left.popover-exit .arrow::after, .popover.bottom-left.popover-exit .webui-arrow::after, .popover.bottom-right.popover-exit .arrow::after, .popover.bottom-right.popover-exit .webui-arrow::after, .popover.bottom.popover-exit .arrow::after, .popover.bottom.popover-exit .webui-arrow::after, .popover.bs-popover-auto.popover-exit[x-placement^=bottom] .arrow::after, .popover.bs-popover-auto.popover-exit[x-placement^=bottom] .webui-arrow::after, .popover.bs-popover-bottom.popover-exit .arrow::after, .popover.bs-popover-bottom.popover-exit .webui-arrow::after, .popover.popover-success.bottom .arrow::after, .popover.popover-success.bottom .webui-arrow::after, .popover.popover-success.bottom-left .arrow::after, .popover.popover-success.bottom-left .webui-arrow::after, .popover.popover-success.bottom-right .arrow::after, .popover.popover-success.bottom-right .webui-arrow::after, .popover.popover-success.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.popover-success.bs-popover-auto[x-placement^=bottom] .webui-arrow::after, .popover.popover-success.bs-popover-bottom .arrow::after, .popover.popover-success.bs-popover-bottom .webui-arrow::after {
  top: 4px
}

.popover.bs-popover-auto.popover-exit[x-placement^=top] .arrow, .popover.bs-popover-auto.popover-exit[x-placement^=top] .webui-arrow, .popover.bs-popover-top.popover-exit .arrow, .popover.bs-popover-top.popover-exit .webui-arrow, .popover.popover-confirm.bs-popover-auto[x-placement^=top] .arrow, .popover.popover-confirm.bs-popover-auto[x-placement^=top] .webui-arrow, .popover.popover-confirm.bs-popover-top .arrow, .popover.popover-confirm.bs-popover-top .webui-arrow, .popover.popover-confirm.top .arrow, .popover.popover-confirm.top .webui-arrow, .popover.popover-confirm.top-left .arrow, .popover.popover-confirm.top-left .webui-arrow, .popover.popover-confirm.top-right .arrow, .popover.popover-confirm.top-right .webui-arrow, .popover.top-left.popover-exit .arrow, .popover.top-left.popover-exit .webui-arrow, .popover.top-right.popover-exit .arrow, .popover.top-right.popover-exit .webui-arrow, .popover.top.popover-exit .arrow, .popover.top.popover-exit .webui-arrow {
    border-top-color: #ff7373
}

.popover.bs-popover-auto.popover-exit[x-placement^=top] .arrow, .popover.bs-popover-auto.popover-exit[x-placement^=top] .webui-arrow, .popover.bs-popover-top.popover-exit .arrow, .popover.bs-popover-top.popover-exit .webui-arrow, .popover.popover-success.bs-popover-auto[x-placement^=top] .arrow, .popover.popover-success.bs-popover-auto[x-placement^=top] .webui-arrow, .popover.popover-success.bs-popover-top .arrow, .popover.popover-success.bs-popover-top .webui-arrow, .popover.popover-success.top .arrow, .popover.popover-success.top .webui-arrow, .popover.popover-success.top-left .arrow, .popover.popover-success.top-left .webui-arrow, .popover.popover-success.top-right .arrow, .popover.popover-success.top-right .webui-arrow, .popover.top-left.popover-exit .arrow, .popover.top-left.popover-exit .webui-arrow, .popover.top-right.popover-exit .arrow, .popover.top-right.popover-exit .webui-arrow, .popover.top.popover-exit .arrow, .popover.top.popover-exit .webui-arrow  {
  border-top-color: #00b649
}

.popover.bs-popover-auto.popover-exit[x-placement^=top] .arrow::after, .popover.bs-popover-auto.popover-exit[x-placement^=top] .webui-arrow::after, .popover.bs-popover-top.popover-exit .arrow::after, .popover.bs-popover-top.popover-exit .webui-arrow::after, .popover.popover-confirm.bs-popover-auto[x-placement^=top] .arrow::after, .popover.popover-confirm.bs-popover-auto[x-placement^=top] .webui-arrow::after, .popover.popover-confirm.bs-popover-top .arrow::after, .popover.popover-confirm.bs-popover-top .webui-arrow::after, .popover.popover-confirm.top .arrow::after, .popover.popover-confirm.top .webui-arrow::after, .popover.popover-confirm.top-left .arrow::after, .popover.popover-confirm.top-left .webui-arrow::after, .popover.popover-confirm.top-right .arrow::after, .popover.popover-confirm.top-right .webui-arrow::after, .popover.top-left.popover-exit .arrow::after, .popover.top-left.popover-exit .webui-arrow::after, .popover.top-right.popover-exit .arrow::after, .popover.top-right.popover-exit .webui-arrow::after, .popover.top.popover-exit .arrow::after, .popover.top.popover-exit .webui-arrow::after {
    bottom: 4px
}

.popover.bs-popover-auto.popover-exit[x-placement^=top] .arrow::after, .popover.bs-popover-auto.popover-exit[x-placement^=top] .webui-arrow::after, .popover.bs-popover-top.popover-exit .arrow::after, .popover.bs-popover-top.popover-exit .webui-arrow::after, .popover.popover-success.bs-popover-auto[x-placement^=top] .arrow::after, .popover.popover-success.bs-popover-auto[x-placement^=top] .webui-arrow::after, .popover.popover-success.bs-popover-top .arrow::after, .popover.popover-success.bs-popover-top .webui-arrow::after, .popover.popover-success.top .arrow::after, .popover.popover-success.top .webui-arrow::after, .popover.popover-success.top-left .arrow::after, .popover.popover-success.top-left .webui-arrow::after, .popover.popover-success.top-right .arrow::after, .popover.popover-success.top-right .webui-arrow::after, .popover.top-left.popover-exit .arrow::after, .popover.top-left.popover-exit .webui-arrow::after, .popover.top-right.popover-exit .arrow::after, .popover.top-right.popover-exit .webui-arrow::after, .popover.top.popover-exit .arrow::after, .popover.top.popover-exit .webui-arrow::after {
  bottom: 4px
}

@media only screen and (max-width: 599px) {
    .popover.popover-details {
        height: 100%;
        margin: 0;
        max-width: 599px;
        padding: 0;
        width: 100%
    }

    .popover.popover-details .webui-arrow {
        display: none
    }

    .popover.popover-details .popover-content {
        padding: 0
    }
}

.popover.popover-details .popover-header {
    background-color: #5d6071;
    border-bottom: 0;
    border-radius: 0;
    height: 60px;
    padding: 0 0 0 60px;
    position: relative
}

@media only screen and (min-width: 600px) {
    .popover.popover-details .popover-header {
        display: none
    }
}

.popover.popover-details .popover-header span {
    background-color: #f2f3f3;
    display: block;
    font-size: 1rem;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    width: 100%
}

.popover.popover-details .popover-header span::before {
    color: #fff;
    content: "\e903";
    font-family: iconfont;
    font-size: 20px;
    left: 25px;
    position: absolute
}

@media only screen and (max-width: 599px) {
    .popover.popover-details .popover-scroll-content {
        padding: 20px 15px
    }
}

@media only screen and (min-width: 600px) {
    .popover.popover-details.popover-ie {
        min-width: 300px
    }
}

.popover.popover-exit::after, .popover.popover-exit::before {
    left: calc(50% + 135px)
}

@media only screen and (max-width: 599px) {
    .popover.popover-favorites .webui-arrow {
        right: 77px
    }
}

@media only screen and (max-width: 599px) {
    .popover.popover-favorites .popover-header a.link-favourites {
        display: none
    }

    .popover.popover-favorites .popover-header a:last-of-type {
        float: right
    }
}

@media only screen and (min-width: 600px) {
    .popover.popover-favorites .popover-header a:last-of-type {
        display: none
    }
}

.popover.popover-favorites .popover-content {
    padding-left: 40px
}

.popover.popover-favorites ul {
    padding: 10px 0
}

.link-favourites {
    position: relative
}

.link-favourites::before {
    left: -30px;
    padding-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.link-favourites.selected::before {
    background-image: url(../images/icon-checked-favourites.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%
}

.file-upload-wrapper input, .popover-file-upload input {
    display: none
}

.file-upload-wrapper label, .popover-file-upload label {
    border: 2px dotted #9d9fb4;
    cursor: pointer;
    font-size: 1rem !important;
    margin: 0;
    padding: 1rem 2.5rem !important;
    text-align: center !important;
    display: block !important
}

@media only screen and (max-width: 599px) {
    .file-upload-wrapper label, .popover-file-upload label {
        font-size: 1rem;
        width: 100%
    }
}

.file-upload-wrapper label::after, .popover-file-upload label::after {
    background-color: #dbdfe2;
    border-radius: 50%;
    content: "\ec8d";
    display: block;
    font-family: iconfont;
    font-size: 1.1rem;
    height: 2rem;
    line-height: 1.8;
    margin: 2rem auto 0;
    width: 2rem
}

.file-upload-wrapper .multiple-files, .popover-file-upload .multiple-files {
    display: block;
    font-size: .85714rem
}

@media only screen and (max-width: 599px) {
    .file-upload-wrapper .multiple-files, .popover-file-upload .multiple-files {
        font-size: .7rem;
        text-align: right
    }
}

.file-upload-wrapper .table td, .popover-file-upload .table td {
    position: relative
}

.file-upload-wrapper .table td .long-file-name, .popover-file-upload .table td .long-file-name {
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: underline;
    cursor: pointer
}

.file-upload-wrapper .table td .file-name-info, .popover-file-upload .table td .file-name-info {
    position: absolute;
    right: 0;
    top: 30%
}

@media only screen and (min-width: 600px) {
    .popover-file-upload {
        max-width: 320px !important;
        width: 100%
    }
}

.file-name-tooltip .tooltip-arrow {
    right: 14px !important
}

@media only screen and (max-width: 599px) {
    .popover.popover-header-user .webui-arrow {
        right: 17px
    }
}

.popover.popover-messages {
    width: 450px
}

@media only screen and (max-width: 599px) {
    .popover.popover-messages .webui-arrow {
        right: 137px
    }
}

.popover.popover-messages .popover-header a {
    float: right;
    margin-left: 10px
}

@media only screen and (max-width: 599px) {
    .popover.popover-messages .popover-header a {
        display: none
    }
}

.message {
    color: #9d9fb4;
    max-height: 100px;
    overflow: hidden;
    padding: 10px 5px
}

@media only screen and (max-width: 599px) {
    .message {
        max-height: initial
    }
}

.message .message-title {
    color: #5d6071;
    font-size: 12px
}

.message .message-date {
    color: #9d9fb4
}

.message .message-body {
    padding-right: 10px
}

@media only screen and (max-width: 599px) {
    .message .message-body {
        font-size: .8rem
    }
}

.message .message-body a {
    font-size: inherit
}

.message:not(:last-child) {
    border-bottom: 1px dotted #9d9fb4
}

.message.new {
    color: #5d6071;
    font-weight: 700
}

.message.new .message-body {
    color: #34394c
}

@media only screen and (max-width: 899px) {
    .mark-all-read-link {
        display: none
    }
}

.popover.popover-printing {
    background-color: #00b649;
    border: 0;
    color: #fff;
    max-width: 100%;
    width: 560px
}

.popover.popover-printing h2 {
    font-size: 1.42857rem;
    line-height: 1.4
}

@media only screen and (max-width: 599px) {
    .popover.popover-printing h2 {
        font-size: 1rem
    }
}

.popover.popover-printing li {
    font-size: .85714rem;
    margin-left: .5rem;
    position: relative
}

@media only screen and (max-width: 599px) {
    .popover.popover-printing li {
        font-size: .6rem
    }
}

.popover.popover-printing li::before {
    content: '-';
    left: -.5rem;
    position: absolute
}

.popover.popover-printing li a {
    font-size: .85714rem
}

@media only screen and (max-width: 599px) {
    .popover.popover-printing li a {
        font-size: .6rem
    }
}

@media only screen and (min-width: 600px) {
    .popover.popover-printing img {
        margin-right: 25px;
        width: 100px
    }
}

.popover.popover-printing .webui-arrow, .popover.popover-printing .webui-arrow::after {
    border-top-color: #00b649
}

.popover.popover-printing .popover-header {
    color: #5d6071
}

.popover.popover-printing .popover-scroll-content {
    padding: 25px
}

.popover.popover-printing .link-orange {
    color: #ffcf00
}

.popover.popover-printing .controls {
    margin-top: 2rem
}

.popover.popover-printing .btn {
    background-color: transparent;
    border-color: currentColor;
    color: #fff;
    float: left
}

.popover.popover-printing .btn:active, .popover.popover-printing .btn:focus, .popover.popover-printing .btn:hover {
    border-color: #dbdfe2
}

.popover.popover-printing .custom-checkbox {
    float: right;
    font-size: .85714rem;
    width: 45%
}

@media only screen and (max-width: 599px) {
    .popover.popover-printing .custom-checkbox {
        font-size: .6rem
    }
}

.popover.popover-printing .custom-checkbox .custom-control-indicator {
    background-color: transparent
}

@media only screen and (min-width: 600px) {
    .popover.popover-search {
        width: 450px
    }

    .popover.popover-search .popover-scroll-content {
        max-height: 489px
    }
}

@media only screen and (min-width: 600px) {
    .popover.popover-search .popover-header {
        display: none
    }
}

.popover.popover-search .popover-header .header-search {
    position: relative
}

.popover.popover-tabletools .popover-content {
    padding-bottom: 15px
}

.popover.popover-tabletools .popover-content .custom-control {
    border-bottom: 1px solid #dbdfe2;
    font-size: 1rem;
    margin-bottom: .5rem;
    margin-right: 0;
    padding-bottom: .5rem;
    text-decoration: underline
}

.popover.popover-tabletools .popover-content .custom-control:last-of-type {
    border-bottom-color: #34394c
}

.popover.popover-tabletools .popover-content .custom-control .icon-drag {
    cursor: pointer;
    float: right;
    line-height: inherit;
    margin-left: 1rem;
    text-decoration: none
}

.popover.popover-tabletools .popover-content .custom-control .icon-drag:active, .popover.popover-tabletools .popover-content .custom-control .icon-drag:focus, .popover.popover-tabletools .popover-content .custom-control .icon-drag:hover {
    text-decoration: none
}

.popover {
    border-radius: 6px;
    box-shadow: 3px 3px 7px #9d9fb4;
    max-width: 450px
}

@media only screen and (max-width: 599px) {
    .popover {
        font-size: 1rem
    }
}

@media (max-width: 899.98px) {
    .popover {
        max-height: initial
    }
}

@media only screen and (min-width: 600px) {
    .popover {
        font-size: 1rem
    }

    .popover .popover-scroll-content {
        max-height: calc(100vh - 200px)
    }
}

.popover-gray {
    background-color: #f2f3f3
}

.popover .popover-title {
    display: none
}

.popover .popover-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px
}

.popover .popover-content p {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400
}

@media only screen and (max-width: 599px) {
    .popover .popover-content p {
        font-size: .7rem
    }
}

.popover .search-result {
    border-bottom: 1px dotted #5d6071;
    padding: 10px 0
}

.popover .search-result:first-child {
    padding-top: 0
}

.popover .search-result:last-child {
    border-bottom: 0
}

@media only screen and (min-width: 600px) {
    .popover .search-result-path {
        font-size: .85714rem
    }
}

.popover .search-result span {
    color: #0083ba
}

.popover .popover-header {
    border-bottom: 1px solid #5d6071;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media only screen and (max-width: 599px) {
    .popover .popover-header {
        overflow: hidden
    }
}

.popover .popover-header.no-border {
    border-bottom: 0;
    padding: 0
}

.popover .title {
    color: #0083ba;
    font-size: 1rem;
    font-weight: 700
}

.popover .popover-scroll-content {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%
}

.popover .popover-footer {
    border-top: 1px solid #5d6071;
    flex-shrink: 0;
    padding-top: 5px
}

@media only screen and (max-width: 599px) {
    .popover .popover-footer {
        margin-bottom: -15px
    }
}

@media only screen and (max-width: 599px) {
    .popover .popover-footer div {
        line-height: 40px
    }
}

.popover .table {
    margin-bottom: 0
}

.popover .table::after {
    display: none
}

.popover ul {
    margin-bottom: 0;
    padding: 0
}

[id$='-popover'] {
    display: none
}

@media (max-width: 599.98px) {
    .popover {
        border-radius: 0
    }

    .popover.popover-favorites, .popover.popover-header-user, .popover.popover-messages, .popover.popover-search {
        height: calc(100% - 60px);
        margin-top: 7px;
        max-width: 599px;
        padding: 20px 0;
        width: 100%
    }

    .popover.popover-header-user::after, .popover.popover-header-user::before {
        left: initial;
        right: 18px
    }

    .popover.popover-header-user ul li {
        border-bottom: 1px solid #f2f3f3
    }

    .popover.popover-header-user ul li a {
        line-height: 50px
    }

    .popover.popover-header-user .btn-danger {
        min-width: 200px
    }

    .popover.popover-favorites .popover-content {
        padding-left: 15px
    }

    .popover.popover-favorites .popover-header h3 {
        color: #0083ba;
        display: inline
    }

    .popover.popover-favorites::after, .popover.popover-favorites::before {
        left: initial;
        right: 78px
    }

    .popover.popover-favorites ul li {
        border-bottom: 1px solid #f2f3f3;
        padding-left: 40px
    }

    .popover.popover-favorites ul li:last-child {
        border-bottom: 0
    }

    .popover.popover-favorites ul li a {
        font-size: .8rem;
        line-height: 50px
    }

    .popover.popover-messages::after, .popover.popover-messages::before {
        left: initial;
        right: 138px
    }

    .popover.popover-search::after, .popover.popover-search::before {
        left: 90px
    }
}

.popover-icon.bottom .webui-arrow, .popover-icon.bottom-left .webui-arrow, .popover-icon.bottom-right .webui-arrow, .popover-icon.top .webui-arrow, .popover-icon.top-left .webui-arrow, .popover-icon.top-right .webui-arrow {
    margin-left: -13.5px
}

.popover-header {
    background-color: transparent;
    padding: 0
}

.popover-header .icon-search::before {
    height: auto;
    line-height: 30px;
    margin-right: .5rem;
    width: auto
}

.tooltip {
    opacity: 1
}

.tooltip-arrow {
    border: 4px solid transparent;
    position: absolute
}

.tooltip[x-placement*=bottom] .tooltip-inner {
    margin-top: 4px
}

.tooltip[x-placement*=bottom] .tooltip-arrow {
    border-bottom-color: #5d6071;
    top: -4px
}

.tooltip[x-placement*=top] .tooltip-inner {
    margin-bottom: 4px
}

.tooltip[x-placement*=top] .tooltip-arrow {
    border-top-color: #5d6071;
    bottom: -4px
}

.tooltip[x-placement*=left] .tooltip-inner {
    margin-right: 4px
}

.tooltip[x-placement*=left] .tooltip-arrow {
    border-left-color: #5d6071;
    right: -4px
}

.tooltip[x-placement*=right] .tooltip-inner {
    margin-left: 4px
}

.tooltip[x-placement*=right] .tooltip-arrow {
    border-right-color: #5d6071;
    left: -4px
}

.tooltip[x-placement=left-start] .tooltip-arrow, .tooltip[x-placement=right-start] .tooltip-arrow {
    top: 25px
}

.tooltip[x-placement=left] .tooltip-arrow, .tooltip[x-placement=right] .tooltip-arrow {
    margin-top: -4px;
    top: 50%
}

.tooltip[x-placement=left-end] .tooltip-arrow, .tooltip[x-placement=right-end] .tooltip-arrow {
    bottom: 25px
}

.tooltip[x-placement=bottom-start] .tooltip-arrow, .tooltip[x-placement=top-start] .tooltip-arrow {
    left: 25px
}

.tooltip[x-placement=bottom] .tooltip-arrow, .tooltip[x-placement=top] .tooltip-arrow {
    left: 50%;
    margin-left: -4px
}

.tooltip[x-placement=bottom-end] .tooltip-arrow, .tooltip[x-placement=top-end] .tooltip-arrow {
    right: 25px
}

.tooltip-info[x-placement=left-start] .tooltip-arrow, .tooltip-info[x-placement=right-start] .tooltip-arrow {
    top: 4px
}

.tooltip-info[x-placement=left-end] .tooltip-arrow, .tooltip-info[x-placement=right-end] .tooltip-arrow {
    bottom: 4px
}

.tooltip-info[x-placement=bottom-start] .tooltip-arrow, .tooltip-info[x-placement=top-start] .tooltip-arrow {
    left: 4px
}

.tooltip-info[x-placement=bottom-end] .tooltip-arrow, .tooltip-info[x-placement=top-end] .tooltip-arrow {
    right: 4px
}

.tooltip-icon .tooltip-arrow::before {
    border: 3px solid transparent;
    content: '';
    position: absolute
}

.tooltip-icon[x-placement*=bottom] .tooltip-arrow {
    border-bottom-color: #dbdfe2
}

.tooltip-icon[x-placement*=bottom] .tooltip-arrow::before {
    border-bottom-color: #f2f3f3;
    left: -3px
}

.tooltip-icon[x-placement*=top] .tooltip-arrow {
    border-top-color: #dbdfe2
}

.tooltip-icon[x-placement*=top] .tooltip-arrow::before {
    border-top-color: #f2f3f3;
    left: -3px;
    top: -5px
}

.tooltip-icon[x-placement*=left] .tooltip-arrow {
    border-left-color: #dbdfe2
}

.tooltip-icon[x-placement*=left] .tooltip-arrow::before {
    border-left-color: #f2f3f3;
    left: -5px;
    top: -3px
}

.tooltip-icon[x-placement*=right] .tooltip-arrow {
    border-right-color: #dbdfe2
}

.tooltip-icon[x-placement*=right] .tooltip-arrow::before {
    border-right-color: #f2f3f3;
    top: -3px
}

.tooltip .tooltip-inner {
    background-color: #5d6071;
    border-radius: 5px;
    font-size: .86rem;
    max-width: 250px;
    padding: 10px;
    text-align: left
}

.tooltip .tooltip-inner p {
    color: #fff;
    font-size: .86rem;
    margin: 0
}

.tooltip .tooltip-inner .tooltip-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700
}

.tooltip .tooltip-inner .close {
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-right: -3px;
    margin-top: -5px
}

.tooltip .tooltip-inner .close::before {
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    content: "\e915";
    font-family: iconfont;
    font-size: .5rem;
    padding: 3px
}

@media only screen and (max-width: 599px) {
    .tooltip .tooltip-inner .close {
        display: none
    }
}

.tooltip.tooltip-danger .tooltip-inner {
    background-color: #ff7373;
    max-width: none;
    width: 100%
}

.tooltip.tooltip-danger .tooltip-inner::before {
    border-bottom-color: #ff7373;
    left: 10%
}

.tooltip.small-tip .tooltip-inner {
    padding: 4px 10px 6px
}

.tooltip.tooltip-error, .tooltip.tooltip-warning {
    left: 270px
}

.tooltip.tooltip-error .tooltip-inner, .tooltip.tooltip-warning .tooltip-inner {
    background-color: #fdefb3;
    box-shadow: 3px 3px 7px #9d9fb4;
    color: #34394c;
    font-size: 1rem;
    margin-top: 5px;
    max-width: 800px;
    padding: 10px;
    position: relative;
    white-space: nowrap
}

.tooltip.tooltip-error .tooltip-inner a, .tooltip.tooltip-warning .tooltip-inner a {
    color: #34394c;
    font-size: 1rem;
    font-weight: 700
}

.tooltip.tooltip-error .tooltip-inner .close, .tooltip.tooltip-warning .tooltip-inner .close {
    display: none
}

.tooltip.tooltip-error .tooltip-inner::before, .tooltip.tooltip-warning .tooltip-inner::before {
    border-bottom-color: #fdefb3;
    border-width: 0 10px 10px;
    left: 17px;
    top: -10px
}

.tooltip.tooltip-error .tooltip-inner {
    background-color: #ffb9b6
}

.tooltip.tooltip-error .tooltip-inner::before {
    border-bottom-color: #ffb9b6
}

.tooltip.tooltip-icon .tooltip-inner {
    background-color: #f2f3f3;
    border: 1px solid #dbdfe2;
    color: #9d9fb4;
    max-width: none;
    padding: 1px 5px
}

.tooltip.tooltip-icon .tooltip-inner .close {
    display: none
}

.tooltip-tether {
    opacity: 1
}

.tooltip-tether .tooltip-arrow {
    border: 4px solid transparent;
    position: absolute
}

.tooltip-tether.tether-element-attached-top.tether-element-attached-center.tether-target-attached-bottom.tether-target-attached-center .tooltip-inner {
    margin-top: 4px
}

.tooltip-tether.tether-element-attached-top.tether-element-attached-center.tether-target-attached-bottom.tether-target-attached-center .tooltip-arrow {
    border-bottom-color: #5d6071;
    margin-right: -4px;
    right: 50%;
    top: -4px
}

.tooltip-tether.tether-element-attached-bottom.tether-element-attached-center.tether-target-attached-top.tether-target-attached-center .tooltip-arrow {
    border-top-color: #5d6071;
    bottom: -8px;
    margin-right: -4px;
    right: 50%
}

.tooltip-tether.tether-element-attached-right.tether-element-attached-middle.tether-target-attached-middle.tether-target-attached-left .tooltip-inner {
    margin-right: 4px
}

.tooltip-tether.tether-element-attached-right.tether-element-attached-middle.tether-target-attached-middle.tether-target-attached-left .tooltip-arrow {
    border-left-color: #5d6071;
    margin-top: -4px;
    right: -4px;
    top: 50%
}

.tooltip-tether.tether-element-attached-left.tether-element-attached-middle.tether-target-attached-middle.tether-target-attached-right .tooltip-inner {
    margin-left: 4px
}

.tooltip-tether.tether-element-attached-left.tether-element-attached-middle.tether-target-attached-middle.tether-target-attached-right .tooltip-arrow {
    border-right-color: #5d6071;
    left: -4px;
    margin-top: -4px;
    top: 50%
}

.tooltip-tether.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-left.tether-target-attached-top .tooltip-inner {
    margin-left: -4px
}

.tooltip-tether.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-left.tether-target-attached-top .tooltip-arrow {
    border-top-color: #5d6071;
    left: 3px
}

.tooltip-tether.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-right.tether-target-attached-top .tooltip-inner {
    margin-right: -4px
}

.tooltip-tether.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-right.tether-target-attached-top .tooltip-arrow {
    border-top-color: #5d6071;
    right: 3px
}

.tooltip-tether.tether-target-attached-left.tether-element-attached-left.tether-element-attached-top.tether-target-attached-bottom .tooltip-inner {
    margin-left: -4px
}

.tooltip-tether.tether-target-attached-left.tether-element-attached-left.tether-element-attached-top.tether-target-attached-bottom .tooltip-arrow {
    border-bottom-color: #5d6071;
    left: 3px;
    top: -8px
}

.tooltip-tether.tether-element-attached-top.tether-target-attached-bottom.tether-element-attached-right.tether-target-attached-right .tooltip-inner {
    margin-right: -4px
}

.tooltip-tether.tether-element-attached-top.tether-target-attached-bottom.tether-element-attached-right.tether-target-attached-right .tooltip-arrow {
    border-bottom-color: #5d6071;
    right: 3px;
    top: -8px
}

.tooltip-tether.tether-element-attached-top.tether-target-attached-top.tether-element-attached-left.tether-target-attached-right .tooltip-inner {
    margin-left: 4px
}

.tooltip-tether.tether-element-attached-top.tether-target-attached-top.tether-element-attached-left.tether-target-attached-right .tooltip-arrow {
    border-bottom-color: transparent;
    border-right-color: #5d6071;
    left: -4px;
    top: 5px
}

.tooltip-tether.tether-target-attached-bottom.tether-target-attached-right.tether-element-attached-bottom.tether-element-attached-left .tooltip-inner {
    margin-left: 4px
}

.tooltip-tether.tether-target-attached-bottom.tether-target-attached-right.tether-element-attached-bottom.tether-element-attached-left .tooltip-arrow {
    border-right-color: #5d6071;
    border-top-color: transparent;
    bottom: 5px;
    left: -4px
}

.tooltip-tether.tether-element-attached-top.tether-target-attached-top.tether-element-attached-right.tether-target-attached-left .tooltip-inner {
    margin-right: 4px
}

.tooltip-tether.tether-element-attached-top.tether-target-attached-top.tether-element-attached-right.tether-target-attached-left .tooltip-arrow {
    border-left-color: #5d6071;
    right: -4px;
    top: 5px
}

.tooltip-tether.tether-element-attached-bottom.tether-target-attached-bottom.tether-element-attached-right.tether-target-attached-left .tooltip-inner {
    margin-right: 4px
}

.tooltip-tether.tether-element-attached-bottom.tether-target-attached-bottom.tether-element-attached-right.tether-target-attached-left .tooltip-arrow {
    border-bottom-color: transparent;
    border-left-color: #5d6071;
    bottom: 5px;
    right: -4px
}

.tooltip-tether .tooltip-inner {
    background-color: #5d6071;
    border-radius: 5px;
    font-size: .86rem;
    max-width: 250px;
    padding: 10px;
    text-align: left
}

.tooltip-tether .tooltip-inner p {
    color: #fff;
    font-size: .86rem;
    margin: 0
}

.tooltip-tether .tooltip-inner .tooltip-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700
}

.tooltip-tether .tooltip-inner .close {
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-right: -3px;
    margin-top: -5px
}

.tooltip-tether .tooltip-inner .close::before {
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    content: "\e915";
    font-family: iconfont;
    font-size: .5rem;
    padding: 3px
}

@media only screen and (max-width: 599px) {
    .tooltip-tether .tooltip-inner .close {
        display: none
    }
}

.tooltip-tether.tooltip-danger .tooltip-inner {
    background-color: #ff7373;
    max-width: none;
    width: 100%
}

.tooltip-tether.tooltip-danger .tooltip-inner::before {
    border-bottom-color: #ff7373;
    left: 10%
}

.tooltip-tether.small-tip .tooltip-inner {
    padding: 4px 10px 6px
}

.tooltip-tether.tooltip-error, .tooltip-tether.tooltip-warning {
    left: 270px
}

.tooltip-tether.tooltip-error .tooltip-inner, .tooltip-tether.tooltip-warning .tooltip-inner {
    background-color: #fdefb3;
    box-shadow: 3px 3px 7px #9d9fb4;
    color: #34394c;
    font-size: 1rem;
    margin-top: 5px;
    max-width: 800px;
    padding: 10px;
    position: relative;
    white-space: nowrap
}

.tooltip-tether.tooltip-error .tooltip-inner a, .tooltip-tether.tooltip-warning .tooltip-inner a {
    color: #34394c;
    font-size: 1rem;
    font-weight: 700
}

.tooltip-tether.tooltip-error .tooltip-inner .close, .tooltip-tether.tooltip-warning .tooltip-inner .close {
    display: none
}

.tooltip-tether.tooltip-error .tooltip-inner::before, .tooltip-tether.tooltip-warning .tooltip-inner::before {
    border-bottom-color: #fdefb3;
    border-width: 0 10px 10px;
    left: 17px;
    top: -10px
}

.tooltip-tether.tooltip-error .tooltip-inner {
    background-color: #ffb9b6
}

.tooltip-tether.tooltip-error .tooltip-inner::before {
    border-bottom-color: #ffb9b6
}

.tooltip-tether.tooltip-icon .tooltip-inner {
    background-color: #f2f3f3;
    border: 1px solid #dbdfe2;
    color: #9d9fb4;
    max-width: none;
    padding: 1px 5px
}

.tooltip-tether.tooltip-icon .tooltip-inner .close {
    display: none
}

.table td, .table th, .table-row > div {
    text-align: left
}

.table thead .table-row > div, .table thead th, .table-head .table-row > div, .table-head th {
    border-bottom: 2px solid #9d9fb4;
    border-top: 0;
    color: #5d6071;
    font-size: 18px;
    font-weight: 400;
    padding: .25rem .75rem;
    white-space: nowrap
}

@media only screen and (min-width: 600px) {
    .table thead .table-row > div, .table thead th, .table-head .table-row > div, .table-head th {
        font-size: 12px
    }
}

.table thead a, .table-head a {
    color: #5d6071
}

.table thead a:active, .table thead a:focus, .table thead a:hover, .table-head a:active, .table-head a:focus, .table-head a:hover {
    color: #0083ba
}

.table tbody .table-row:first-child > div, .table tbody tr:first-child td, .table-body .table-row:first-child > div, .table-body tr:first-child td {
    border-top: 0
}

.table tbody .table-row:last-child > div, .table tbody tr:last-child td, .table-body .table-row:last-child > div, .table-body tr:last-child td {
    border-bottom: 1px solid #9d9fb4
}

.table tbody th, .table-body th {
    border-top: 1px dotted #9d9fb4
}

.table tfoot td {
    font-weight: 700
}

.table tfoot td:first-child {
    color: #9d9fb4
}

.table td, .table-row > div {
    border-top: 1px dotted #9d9fb4;
    color: #34394c;
    font-size: 20px
}

@media only screen and (min-width: 600px) {
    .table td, .table-row > div {
        font-size: 14px
    }
}

.table .edit {
    background-color: rgba(255, 206, 0, .3)
}

.table .tools {
    text-align: right;
    white-space: nowrap;
    width: 1%
}

.table .tools > div {
    display: inline-block
}

.table a[class*=icon-]:not([class*=link-]) {
    display: inline-block
}

.table a[class*=icon-]:not([class*=link-]) + a[class*=icon-]:not([class*=link-]) {
    margin-left: 3px
}

.table-cells .table-row.header-sub-row th:last-child, .table-cells tr.header-sub-row th:last-child {
    border-right: 1px dotted #9d9fb4
}

.table-cells .table-row > div, .table-cells td, .table-cells th {
    border-right: 1px dotted #9d9fb4
}

.table-cells .table-row > div.header-summary-cell, .table-cells td.header-summary-cell, .table-cells th.header-summary-cell {
    border-bottom: 1px dotted #9d9fb4;
    text-align: center
}

.table-cells .table-row > div:last-child, .table-cells td:last-child, .table-cells th:last-child {
    border-right: 0
}

.table-fixed {
    table-layout: fixed
}

.table-tools {
    min-width: 110px
}

@media only screen and (min-width: 600px) {
    .table-tools {
        min-width: 95px
    }
}

.section-tools .no-underline {
    text-decoration: none
}

.table-popover {
    min-width: 250px
}

.table-popover .table td {
    vertical-align: middle
}

.table-selectable .custom-checkbox {
    display: inline-block;
    margin: 0
}

.table-selectable tbody .custom-checkbox {
    padding-left: 1.5rem
}

.table-info-row {
    background-color: #f2f3f3
}

.table.table-editable thead th {
    padding: .25rem 1.5rem
}

.table.table-editable tbody td, .table.table-editable tbody th {
    padding: 1.125rem 1.5rem
}

.table.table-editable tbody td.editable-cell, .table.table-editable tbody th.editable-cell {
    padding: 8.5px
}

.table.table-editable tbody td.tools, .table.table-editable tbody th.tools {
    padding: 8.5px;
    vertical-align: middle
}

.table th a {
    position: relative
}

.table .sorted-ascending a, .table .sorted-ascending .plaintext {
    color: #0083ba
}

@media only screen and (max-width: 599px) {
    .table .sorted-ascending a, .table .sorted-ascending .plaintext {
        color: #5d6071
    }
}

.table .sorted-ascending .sort-ascending {
    border-bottom-color: #0083ba
}

.table .sorted-descending a, .table .sorted-descending .plaintext {
    color: #0083ba
}

@media only screen and (max-width: 599px) {
    .table .sorted-descending a, .table .sorted-descending .plaintext {
        color: #5d6071
    }
}

.table .sorted-descending .sort-descending {
    border-top-color: #0083ba
}

.sort-arrows {
    display: inline-block;
    height: 13px;
    left: 0;
    margin-right: 3px;
    position: relative;
    width: 8px
}

.sort-arrows .sort-ascending, .sort-arrows .sort-descending {
    border: 4px solid transparent;
    display: block;
    height: 0;
    margin-bottom: 1px;
    width: 0
}

.sort-arrows .sort-descending {
    border-top-color: #5d6071
}

.sort-arrows .sort-ascending {
    border-bottom-color: #5d6071
}

.table-responsive {
    border-radius: .25rem;
    display: block;
    overflow-x: auto;
    width: 100%
}

@media only screen and (max-width: 599px) {
    .table-responsive {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px)
    }
}

.table-responsive:not(.table-adaptive):not(.table-adaptive-tablet) {
    background-attachment: scroll, scroll;
    background-color: #fff;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0));
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: 10px 100%, 10px 100%
}

@media only screen and (min-width: 600px) {
    .table-responsive.table-adaptive {
        background-attachment: scroll, scroll;
        background-color: #fff;
        background-image: linear-gradient(to right, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0));
        background-position: left center, right center;
        background-repeat: no-repeat;
        background-size: 10px 100%, 10px 100%
    }
}

@media only screen and (min-width: 900px) {
    .table-responsive.table-adaptive-tablet {
        background-attachment: scroll, scroll;
        background-color: #fff;
        background-image: linear-gradient(to right, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0));
        background-position: left center, right center;
        background-repeat: no-repeat;
        background-size: 10px 100%, 10px 100%
    }
}

.table-responsive .table {
    background-attachment: local, local;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff);
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: 20px 100%, 20px 100%;
    border-collapse: separate;
    border-spacing: 0;
    position: relative
}

.table-responsive .table::after {
    background-attachment: local, local;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff);
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: 20px 100%, 20px 100%;
    content: '';
    height: 1rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 8px
}

.table-responsive::-webkit-scrollbar-thumb {
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    background-color: rgba(0, 120, 170, .7);
    border-radius: 4px
}

.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .3);
    background-color: #f2f3f3;
    border-radius: 4px
}

@media only screen and (max-width: 599px) {
    .table-adaptive .table, .table-adaptive table {
        display: block;
        margin-top: -20px;
        padding: 0 10px
    }

    .table-adaptive .table-head, .table-adaptive thead {
        display: none
    }

    .table-adaptive .table-body, .table-adaptive tbody {
        display: block
    }

    .table-adaptive .table-foot {
        border-top: 2px solid #9d9fb4;
        color: #5d6071
    }

    .table-adaptive .table-row, .table-adaptive tr {
        border-bottom: 1px dotted #9d9fb4;
        display: block;
        padding: 20px 0;
        position: relative
    }

    .table-adaptive .table-row::after, .table-adaptive tr::after {
        content: "\e903";
        font-family: iconfont;
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(180deg)
    }

    .table-adaptive .table-row:last-child, .table-adaptive tr:last-child {
        border-bottom: 0
    }

    .table-adaptive .table-row:last-child td, .table-adaptive .table-row:last-child > div, .table-adaptive tr:last-child td, .table-adaptive tr:last-child > div {
        border-bottom: 0
    }

    .table-adaptive .table-row.danger, .table-adaptive .table-row.info, .table-adaptive .table-row.success, .table-adaptive .table-row.warning, .table-adaptive tr.danger, .table-adaptive tr.info, .table-adaptive tr.success, .table-adaptive tr.warning {
        padding-right: 70px
    }

    .table-adaptive .table-row.collapse.show, .table-adaptive tr.collapse.show {
        display: block
    }

    .table-adaptive .table-row.no-arrow::after, .table-adaptive tr.no-arrow::after {
        display: none
    }

    .table-adaptive .table-row > div, .table-adaptive td {
        border: 0;
        display: block;
        line-height: 1.2;
        padding: 0
    }

    .table-adaptive .table-row > div[data-label]::before, .table-adaptive td[data-label]::before {
        content: attr(data-label) ": "
    }

    .table-adaptive .table-row > div.tools, .table-adaptive td.tools {
        display: none
    }

    .table-adaptive .primary a {
        color: #5d6071;
        display: block;
        overflow: hidden;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .table-adaptive .badge {
        margin-top: 0;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%)
    }

    .table-adaptive .badge-text {
        margin-right: 0;
        right: 0;
        top: -20px
    }

    .table-adaptive.table-collapsable .table-row, .table-adaptive.table-collapsable tr {
        padding-left: 10px;
        padding-right: 80px
    }

    .table-adaptive.table-collapsable .table-row.no-arrow, .table-adaptive.table-collapsable tr.no-arrow {
        padding-right: 10px
    }

    .table-adaptive.table-collapsable .table-row::after, .table-adaptive.table-collapsable tr::after {
        right: 10px
    }

    .table-adaptive.table-collapsable .badge {
        right: 35px
    }
}

@media only screen and (max-width: 899px) {
    .table-adaptive-tablet .table, .table-adaptive-tablet table {
        display: block;
        margin-top: -20px;
        padding: 0 10px
    }

    .table-adaptive-tablet .table-head, .table-adaptive-tablet thead {
        display: none
    }

    .table-adaptive-tablet .table-body, .table-adaptive-tablet tbody {
        display: block
    }

    .table-adaptive-tablet .table-foot {
        border-top: 2px solid #9d9fb4;
        color: #5d6071
    }

    .table-adaptive-tablet .table-row, .table-adaptive-tablet tr {
        border-bottom: 1px dotted #9d9fb4;
        display: block;
        padding: 20px 0;
        position: relative
    }

    .table-adaptive-tablet .table-row::after, .table-adaptive-tablet tr::after {
        content: "\e903";
        font-family: iconfont;
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(180deg)
    }

    .table-adaptive-tablet .table-row:last-child, .table-adaptive-tablet tr:last-child {
        border-bottom: 0
    }

    .table-adaptive-tablet .table-row:last-child td, .table-adaptive-tablet .table-row:last-child > div, .table-adaptive-tablet tr:last-child td, .table-adaptive-tablet tr:last-child > div {
        border-bottom: 0
    }

    .table-adaptive-tablet .table-row.danger, .table-adaptive-tablet .table-row.info, .table-adaptive-tablet .table-row.success, .table-adaptive-tablet .table-row.warning, .table-adaptive-tablet tr.danger, .table-adaptive-tablet tr.info, .table-adaptive-tablet tr.success, .table-adaptive-tablet tr.warning {
        padding-right: 70px
    }

    .table-adaptive-tablet .table-row.collapse.show, .table-adaptive-tablet tr.collapse.show {
        display: block
    }

    .table-adaptive-tablet .table-row.no-arrow::after, .table-adaptive-tablet tr.no-arrow::after {
        display: none
    }

    .table-adaptive-tablet .table-row > div, .table-adaptive-tablet td {
        border: 0;
        display: block;
        line-height: 1.2;
        padding: 0
    }

    .table-adaptive-tablet .table-row > div[data-label]::before, .table-adaptive-tablet td[data-label]::before {
        content: attr(data-label) ": "
    }

    .table-adaptive-tablet .table-row > div.tools, .table-adaptive-tablet td.tools {
        display: none
    }

    .table-adaptive-tablet .primary a {
        color: #5d6071;
        display: block;
        overflow: hidden;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .table-adaptive-tablet .badge {
        margin-top: 0;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%)
    }

    .table-adaptive-tablet .badge-text {
        margin-right: 0;
        right: 0;
        top: -20px
    }

    .table-adaptive-tablet.table-collapsable .table-row, .table-adaptive-tablet.table-collapsable tr {
        padding-left: 10px;
        padding-right: 80px
    }

    .table-adaptive-tablet.table-collapsable .table-row.no-arrow, .table-adaptive-tablet.table-collapsable tr.no-arrow {
        padding-right: 10px
    }

    .table-adaptive-tablet.table-collapsable .table-row::after, .table-adaptive-tablet.table-collapsable tr::after {
        right: 10px
    }

    .table-adaptive-tablet.table-collapsable .badge {
        right: 35px
    }
}

@media only screen and (max-width: 599px) {
    .table-adaptive .secondary, .table-adaptive-tablet .secondary {
        color: #9d9fb4;
        font-size: .7rem
    }
}

.pagination-block {
    font-size: 12px;
    margin-top: 1rem;
    text-align: center
}

@media only screen and (max-width: 599px) {
    .pagination-block {
        font-size: 14px
    }
}

.pagination-block > div {
    display: block;
    vertical-align: middle
}

@media only screen and (min-width: 1200px) {
    .pagination-block > div {
        display: inline-block
    }
}

.pagination-block::after {
    clear: both;
    content: '';
    display: block
}

.page-item {
    display: inline;
    font-size: inherit
}

.pagination-list {
    margin: 10px 0
}

@media only screen and (min-width: 1200px) {
    .pagination-list {
        margin: 0
    }
}

@media only screen and (max-width: 599px) {
    .pagination {
        display: flex;
        justify-content: space-around
    }
}

.page-link {
    border: 2px solid #dbdfe2;
    border-radius: 3px;
    color: #5d6071;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 35px;
    margin: 0 1px;
    min-width: 0;
    padding: 0 7px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle
}

@media only screen and (min-width: 600px) {
    .page-link {
        font-size: 12px;
        line-height: 20px;
        margin: 0 5px;
        padding: 0 5px
    }
}

.page-link.current, .page-link:active, .page-link:hover {
    background-color: #0083ba;
    border-color: #0083ba;
    color: #fff
}

.page-link.disabled {
    border-color: #f2f3f3;
    color: #dbdfe2;
    pointer-events: none
}

.page-link.disabled:active, .page-link.disabled:hover, .page-link.disabled:visited {
    background-color: #fff;
    cursor: default
}

@media only screen and (min-width: 1200px) {
    .pagination-total {
        float: left
    }
}

@media only screen and (min-width: 1200px) {
    .pagination-per-page {
        float: right
    }
}

.pagination-per-page .btn-group.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto
}

.pagination-per-page .btn-group.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle {
    font-size: 12px;
    padding: 5px 15px 5px 5px
}

@media only screen and (max-width: 599px) {
    .pagination-per-page .btn-group.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle {
        font-size: 20px
    }

    .pagination-per-page .btn-group.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle::after {
        font-size: 14px;
        right: 10px
    }
}

.pagination-per-page .btn-group.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu {
    font-size: 12px
}

@media only screen and (max-width: 599px) {
    .pagination-per-page .btn-group.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu {
        font-size: 20px
    }
}

.pagination-per-page .bootstrap-select:not([class*=col-]):not(.input-group-btn) {
    width: 70px
}

.pagination-per-page .bootstrap-select:not([class*=col-]):not(.input-group-btn) .dropdown-toggle {
    padding-right: 25px
}

.pagination-per-page .bootstrap-select:not([class*=col-]):not(.input-group-btn) .dropdown-toggle .filter-option {
    font-size: 12px;
    text-align: center;
    width: 28px
}

@media only screen and (max-width: 599px) {
    .pagination-per-page .bootstrap-select:not([class*=col-]):not(.input-group-btn) .dropdown-toggle .filter-option {
        font-size: 14px;
        line-height: 26px;
        width: 35px
    }
}

@media only screen and (max-width: 1199px) {
    .pagination-per-page .selectpicker.form-control {
        font-size: 14px;
        margin: 0 auto;
        text-align: center;
        width: 75px
    }
}

.mobile-table {
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-align: left
}

@media only screen and (min-width: 600px) {
    .mobile-table {
        display: none
    }
}

.mobile-table li {
    border-bottom: 1px dotted #9d9fb4;
    cursor: pointer;
    margin: 0 1rem;
    padding-bottom: 1rem;
    padding-right: 1.3rem;
    padding-top: 1rem;
    position: relative
}

.mobile-table li:last-child {
    border-bottom: 0
}

.mobile-table li::after {
    content: "\e903";
    font-family: iconfont;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.mobile-table li div {
    line-height: 1.2
}

.mobile-table li div.lower, .mobile-table li div.upper {
    color: #9d9fb4;
    font-size: 14px
}

.mobile-table li div.middle {
    color: #34394c
}

.mobile-table li div.middle, .mobile-table li div.upper {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mobile-table li div.upper div:first-child.upper-right {
    float: right;
    font-weight: 700;
    margin-left: .5rem
}

.mobile-table li div.upper .upper-left {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mobile-table li.danger, .mobile-table li.info, .mobile-table li.success, .mobile-table li.warning {
    padding-right: 60px
}

.mobile-table li.success::before {
    color: #00b649
}

.mobile-table li.success .upper-right {
    color: #00b649
}

.mobile-table li.warning::before {
    color: #ffcf00
}

.mobile-table li.warning .upper-right {
    color: #ffcf00
}

.mobile-table li.danger::before {
    color: #ff7373
}

.mobile-table li.danger .upper-right {
    color: #ff7373
}

.mobile-table li.info::before {
    color: #0083ba
}

.mobile-table li.info .upper-right {
    color: #0083ba
}

.mobile-table .badge {
    margin-top: 0;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%)
}

.section .mobile-table {
    margin: -20px -20px 10px
}

.filter-block form {
    background-color: #f2f3f3;
    border-radius: 5px;
    padding: 20px
}

.filter-collapse[aria-expanded=true] .link-gray.filter {
    color: #0083ba;
    position: relative
}

@media only screen and (min-width: 600px) {
    .filter-collapse[aria-expanded=true] .link-gray.filter::after {
        border: solid transparent;
        border-bottom-color: #f2f3f3;
        border-width: 10px;
        bottom: -8px;
        content: '';
        height: 0;
        left: 50%;
        margin-left: -10px;
        pointer-events: none;
        position: absolute;
        width: 0
    }
}

.section-collapse[aria-expanded=false] ~ .section-tools .filter::after {
    display: none
}

.table-collapsable .table-row > div:first-of-type {
    border: 0;
    padding-left: 0;
    width: .1%
}

.table-collapsable .table-row.total {
    font-weight: 700
}

.table-collapsable .table-row.total > div {
    border-top-style: solid
}

.table-collapsable .collapsable {
    position: relative
}

@media only screen and (max-width: 599px) {
    .table-collapsable.table-adaptive {
        padding-left: 10px
    }
}

@media only screen and (max-width: 899px) {
    .table-collapsable.table-adaptive-tablet {
        padding-left: 10px
    }
}

.table-collapsable:not(.table-adaptive):not(.table-adaptive-tablet) .table-collapse::before {
    background-color: #fff
}

.table-collapsable:not(.table-adaptive):not(.table-adaptive-tablet) .table-row.collapsable > div, .table-collapsable:not(.table-adaptive):not(.table-adaptive-tablet) tr.collapsable td {
    background-color: #dbdfe2
}

.table-collapsable:not(.table-adaptive):not(.table-adaptive-tablet) .table-row.collapse > div, .table-collapsable:not(.table-adaptive):not(.table-adaptive-tablet) tr.collapse td {
    background-color: #f2f3f3
}

.table-collapse::before {
    background-color: #dbdfe2;
    border-radius: 3px;
    color: inherit;
    content: "\ecd5";
    display: inline;
    font-family: iconfont;
    font-size: .85714rem;
    line-height: .85714rem;
    margin-right: 3px;
    text-align: center
}

@media only screen and (max-width: 599px) {
    .table-collapse::before {
        font-size: .6rem;
        line-height: .6rem
    }
}

.table-collapse[aria-expanded=true]::before {
    content: "\ecd6"
}

@media only screen and (max-width: 599px) {
    .table-adaptive .collapsable {
        background-color: #dbdfe2
    }

    .table-adaptive .collapsable .table-collapse {
        left: -20px;
        margin-top: -10px;
        position: absolute;
        top: 50%
    }

    .table-adaptive .collapse, .table-adaptive .collapsing {
        background-color: #f2f3f3
    }
}

@media only screen and (min-width: 600px) {
    .table-adaptive .collapsable td:not(:first-of-type), .table-adaptive .collapsable > div:not(:first-of-type) {
        background-color: rgba(75, 95, 110, .2)
    }

    .table-adaptive .table-row.collapsing > div:not(:first-of-type), .table-adaptive tr.collapsing td:not(:first-of-type) {
        background-color: rgba(190, 195, 195, .2)
    }

    .table-adaptive .table-row.collapse, .table-adaptive tr.collapse {
        display: none
    }

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

    .table-adaptive .table-row.collapse.show > div:not(:first-of-type), .table-adaptive tr.collapse.show > div:not(:first-of-type) {
        background-color: rgba(190, 195, 195, .2)
    }
}

@media only screen and (max-width: 899px) {
    .table-adaptive-tablet .collapsable {
        background-color: #dbdfe2
    }
}

@media only screen and (max-width: 899px) and (max-width: 899px) {
    .table-adaptive-tablet .collapsable .table-collapse {
        left: -20px;
        margin-top: -10px;
        position: absolute;
        top: 50%
    }
}

@media only screen and (max-width: 899px) {
    .table-adaptive-tablet .table-row.collapse, .table-adaptive-tablet tr.collapse {
        background-color: #f2f3f3;
        display: none
    }

    .table-adaptive-tablet .table-row.collapsing, .table-adaptive-tablet tr.collapsing {
        background-color: #f2f3f3
    }
}

@media only screen and (min-width: 900px) {
    .table-adaptive-tablet .collapsable td:not(:first-of-type), .table-adaptive-tablet .collapsable > div:not(:first-of-type) {
        background-color: #dbdfe2
    }

    .table-adaptive-tablet .table-row.collapsing > div:not(:first-of-type), .table-adaptive-tablet tr.collapsing td:not(:first-of-type) {
        background-color: #f2f3f3
    }

    .table-adaptive-tablet .table-row.collapse, .table-adaptive-tablet tr.collapse {
        display: none
    }

    .table-adaptive-tablet .table-row.collapse.show, .table-adaptive-tablet tr.collapse.show {
        display: table-row
    }

    .table-adaptive-tablet .table-row.collapse.show > div:not(:first-of-type), .table-adaptive-tablet tr.collapse.show > div:not(:first-of-type) {
        background-color: #f2f3f3
    }
}

.table {
    display: table
}

.table-head {
    display: table-header-group
}

.table-body {
    display: table-row-group
}

.table-row {
    display: table-row
}

.table-row > div {
    display: table-cell;
    padding: .75rem
}

.table.wrapped-headings .table-head .table-row > div, .table.wrapped-headings thead th {
    white-space: normal;
    vertical-align: bottom;
    padding-left: 1.5rem
}

.table.wrapped-headings .table-head .table-row > div a, .table.wrapped-headings thead th a {
    position: relative
}

.table.wrapped-headings .table-head .table-row > div .sort-arrows, .table.wrapped-headings thead th .sort-arrows {
    position: absolute;
    left: -13px;
    bottom: 0;
    margin-bottom: .2rem
}

@media only screen and (min-width: 600px) {
    .data-processing-select .border-right-dotted {
        border-right: 1px dotted #9d9fb4
    }
}

@media only screen and (max-width: 599px) {
    .data-processing-select .border-right-dotted {
        border-bottom: 1px dotted #9d9fb4
    }
}

.footer-top {
    padding: 0 .8rem;
    width: 100%
}

@media only screen and (min-width: 600px) {
    .footer-top {
        display: table;
        height: 300px;
        padding: 1.2rem 0 1.2rem 60px;
        position: relative
    }
}

@media only screen and (min-width: 600px) {
    .footer-top::before {
        background-color: #dbdfe2;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 60px
    }
}

.footer-top > div {
    padding: 1.2rem .8rem
}

@media only screen and (max-width: 599px) {
    .footer-top > div {
        padding: 1.2rem .5rem
    }
}

@media only screen and (min-width: 600px) {
    .footer-top > div {
        display: table-cell;
        vertical-align: top
    }
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp) .footer-top > div {
        padding: 2.5rem 2rem
    }
}

@media only screen and (min-width: 1200px) {
    .footer-top > div {
        padding: 2.5rem 2rem
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .footer-top > div:last-of-type {
        float: right;
        height: calc(300px - 2 * 1.2rem);
        padding-right: 40px
    }
}

@media only screen and (min-width: 1500px) {
    .footer-top > div:last-of-type {
        float: right;
        height: calc(300px - 2 * 1.2rem);
        padding-right: 40px
    }
}

@media only screen and (max-width: 599px) {
    .footer-top > div + div {
        border-top: 1px dotted #9d9fb4
    }
}

@media only screen and (min-width: 600px) {
    .footer-top > div + div {
        border-left: 1px dashed #9d9fb4
    }
}

.footer-top .footer-logo {
    padding: .8rem .6rem
}

@media only screen and (min-width: 600px) {
    .footer-top .footer-logo {
        text-align: center
    }
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp) .footer-top .footer-logo {
        padding: .2rem 2rem;
        width: 240px
    }
}

@media only screen and (min-width: 1200px) {
    .footer-top .footer-logo {
        padding: .2rem 2rem;
        width: 240px
    }
}

.footer-top .footer-logo img {
    height: 66px
}

@media only screen and (min-width: 600px) {
    .footer-top .footer-logo img {
        height: 80px;
        max-width: 256px
    }
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp) .footer-top .footer-logo img {
        max-width: none
    }
}

@media only screen and (min-width: 1200px) {
    .footer-top .footer-logo img {
        max-width: none
    }
}

.footer-top .footer-quick-links {
    display: none
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .footer-top .footer-quick-links {
        display: table-cell
    }
}

@media only screen and (min-width: 1500px) {
    .footer-top .footer-quick-links {
        display: table-cell
    }
}

.mta-ametnik .footer-top {
    height: auto
}

@media only screen and (min-width: 600px) {
    .mta-ametnik .footer-top {
        padding-left: 0
    }
}

.mta-ametnik .footer-top::before {
    display: none
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .mta-ametnik .footer-top > div:last-of-type {
        float: left;
        height: initial
    }
}

@media only screen and (min-width: 1500px) {
    .mta-ametnik .footer-top > div:last-of-type {
        float: left;
        height: initial
    }
}

.footer-contact {
    display: table;
    margin-bottom: 1.5rem
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp) .footer-contact {
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width: 1200px) {
    .footer-contact {
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width: 600px) {
    .footer-contact:last-of-type {
        margin: 0
    }
}

.footer-contact > div {
    display: table-cell;
    vertical-align: top
}

.footer-contact td, .footer-contact th {
    padding-bottom: .5rem;
    vertical-align: top
}

.footer-contact td:not(:last-of-type), .footer-contact th:not(:last-of-type) {
    padding-right: .5rem
}

@media only screen and (min-width: 600px) {
    .footer-contact th, .footer-contact th a {
        font-size: 16px
    }
}

.footer-contact-icon {
    align-items: center;
    border: 2px solid #dbdfe2;
    border-radius: 50%;
    display: flex;
    font-size: .9rem;
    height: 35px;
    justify-content: center;
    margin: -.1rem .5rem 0 0;
    width: 35px
}

@media only screen and (min-width: 600px) {
    .footer-contact-icon {
        font-size: 1.8rem;
        height: 45px;
        margin: -.75rem 1.5rem 0 0;
        width: 45px
    }
}

.footer-business-hours {
    font-size: .85714rem
}

@media only screen and (max-width: 599px) {
    .footer-business-hours {
        font-size: .6rem
    }
}

@media only screen and (min-width: 600px) {
    .footer-business-hours p, .footer-business-hours tr {
        display: inline-block
    }
}

.footer-business-hours p, .footer-business-hours td:not(:last-of-type) {
    padding-bottom: 0
}

@media only screen and (min-width: 600px) {
    .footer-business-hours p, .footer-business-hours td:not(:last-of-type) {
        padding-right: .3rem
    }
}

@media only screen and (max-width: 599px) {
    .footer-business-hours-divider {
        display: none
    }
}

.footer-fixed {
    background: #fff;
    bottom: 0;
    left: 60px;
    padding: .2rem 2rem;
    position: fixed;
    text-align: center;
    width: 240px;
    z-index: 204
}

@media only screen and (max-width: 599px) {
    .footer-fixed {
        left: 0;
        width: 100%
    }
}

.footer-fixed .logo-flags img {
    height: 80px
}

.footer-social {
    background-color: #dbdfe2
}

@media only screen and (max-width: 599px) {
    .footer-social {
        display: table;
        table-layout: fixed;
        width: 100%
    }
}

@media only screen and (min-width: 600px) {
    .footer-social {
        position: absolute;
        top: 0;
        width: 60px
    }
}

.footer-social a {
    align-items: center;
    color: #5d6071;
    display: flex;
    font-size: 1.1rem;
    height: 100%;
    justify-content: center
}

.footer-social a:active, .footer-social a:focus, .footer-social a:hover {
    color: #0083ba
}

@media only screen and (min-width: 600px) {
    .footer-social a {
        font-size: 1.5rem
    }
}

.footer-social li {
    height: 60px
}

@media only screen and (max-width: 599px) {
    .footer-social li {
        display: table-cell
    }
}

@media only screen and (max-width: 599px) {
    .footer-social li + li {
        border-left: 1px dotted #9d9fb4
    }
}

@media only screen and (min-width: 600px) {
    .footer-social li + li {
        border-top: 1px dashed #fff
    }

    .footer-social li + li:last-of-type {
        border-bottom: 1px dashed #fff;
        height: 61px
    }
}

@media only screen and (min-width: 600px) {
    .footer-social-placeholder {
        display: none
    }
}

.footer-social #scroll-to-top {
    color: #9d9fb4;
    transform: rotate(90deg)
}

@media only screen and (min-width: 600px) {
    .footer-social #scroll-to-top {
        font-size: 1.3rem
    }
}

.footer-social #scroll-to-top:hover {
    color: #5d6071
}

footer {
    background-color: #fff;
    border-top: 2px solid #9d9fb4;
    margin-right: 0;
    position: relative;
    transition: margin-right .3s
}

@media only screen and (min-width: 600px) {
    footer {
        border-width: 3px
    }
}

@media only screen and (min-width: 600px) {
    footer #open-chat, footer h2 {
        font-size: 16px
    }
}

footer p {
    margin: 0
}

.global-menu {
    background-color: #34394c;
    bottom: 0;
    left: calc(60px - 100%);
    overflow: auto;
    position: fixed;
    top: 0;
    transition: none;
    width: calc(100% - 60px);
    z-index: 203
}

@media only screen and (min-width: 1200px) {
    .global-menu {
        position: absolute
    }
}

@media only screen and (min-width: 600px) {
    .global-menu {
        left: -300px;
        transition: left .5s;
        width: 300px
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .global-menu {
        left: 0;
        overflow: visible;
        top: 60px;
        width: 60px
    }
}

@media only screen and (min-width: 1500px) {
    .global-menu {
        left: 0;
        overflow: visible;
        top: 60px;
        width: 60px
    }
}

.global-menu.open {
    left: 0
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .global-menu.open {
        width: 300px
    }
}

@media only screen and (min-width: 1500px) {
    .global-menu.open {
        width: 300px
    }
}

.global-menu.open > li:not(.global-menu-languages) .button-link, .global-menu.open > li:not(.global-menu-languages) a {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.global-menu .button-link, .global-menu a {
    color: #9d9fb4;
    display: block;
    height: 100%;
    position: relative
}

.global-menu .button-link::before, .global-menu a::before {
    display: inline-block;
    font-family: iconfont;
    font-size: 1.42857rem;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 60px
}

@media only screen and (max-width: 599px) {
    .global-menu .button-link::before, .global-menu a::before {
        font-size: 1rem
    }
}

.global-menu li:not(.global-menu-client-select) {
    font-size: 16px
}

.global-menu li:not(.global-menu-client-select) .button-link:focus, .global-menu li:not(.global-menu-client-select) .button-link:hover, .global-menu li:not(.global-menu-client-select) a:focus, .global-menu li:not(.global-menu-client-select) a:hover {
    color: #fff;
    outline: 0
}

@media only screen and (min-width: 1200px) {
    .global-menu:not(.open) .button-link span, .global-menu:not(.open) a span {
        font-size: .6rem;
        left: 0;
        padding: 0 3.5px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 40px;
        width: 100%
    }
}

.global-menu:not(.open) .global-menu-registries span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.global-menu li {
    border-bottom: 1px solid #5d6071;
    height: 60px
}

.global-menu li.active {
    background-color: #5d6071
}

.global-menu li.active .button-link, .global-menu li.active a {
    color: #fff
}

.global-menu .parent-item .mobile-sidebar {
    background-color: #5d6071;
    border-bottom: 1px solid #9d9fb4;
    border-top: 2px solid #9d9fb4;
    position: relative
}

.global-menu .parent-item .mobile-sidebar li {
    height: auto;
    min-height: initial
}

.global-menu .parent-item .mobile-sidebar a, .global-menu .parent-item .mobile-sidebar li {
    background-color: transparent
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp) .global-menu-languages {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    .global-menu-languages {
        display: none
    }
}

.global-menu-languages .button-link, .global-menu-languages a {
    color: #dbdfe2;
    display: inline-block;
    font-size: 1rem;
    line-height: 60px;
    margin-left: 1rem;
    text-decoration: underline
}

@media only screen and (max-width: 599px) {
    .global-menu-languages .button-link, .global-menu-languages a {
        font-size: .7rem
    }
}

@media only screen and (min-width: 600px) {
    .global-menu-languages .button-link, .global-menu-languages a {
        margin-left: 1.5rem
    }
}

.global-menu-languages .button-link:hover, .global-menu-languages a:hover {
    color: #f2f3f3;
    text-decoration: none
}

.global-menu-languages .button-link:active, .global-menu-languages .button-link:focus, .global-menu-languages a:active, .global-menu-languages a:focus {
    color: #f2f3f3;
    text-decoration: underline
}

.global-menu-client-select + #popover-client-select {
    border-bottom: 1px solid #9d9fb4;
    height: inherit;
    max-height: 0;
    overflow: hidden;
    padding: 0 17.5px;
    transition: max-height .5s, padding .5s
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .global-menu-client-select + #popover-client-select {
        display: none
    }
}

@media only screen and (min-width: 1500px) {
    .global-menu-client-select + #popover-client-select {
        display: none
    }
}

.global-menu-client-select + #popover-client-select h2 {
    font-size: .85714rem
}

@media only screen and (max-width: 599px) {
    .global-menu-client-select + #popover-client-select h2 {
        font-size: .6rem
    }
}

.global-menu-client-select + #popover-client-select div {
    position: relative
}

.global-menu-client-select + #popover-client-select .button-link, .global-menu-client-select + #popover-client-select a {
    font-size: 1rem;
    margin-bottom: .8rem
}

@media only screen and (max-width: 599px) {
    .global-menu-client-select + #popover-client-select .button-link, .global-menu-client-select + #popover-client-select a {
        font-size: .7rem
    }
}

.global-menu-client-select + #popover-client-select li {
    border: 0;
    height: inherit
}

.global-menu-client-select + #popover-client-select .avatar {
    font-size: .85714rem;
    height: 25px;
    line-height: 25px;
    margin-right: 8px;
    width: 25px
}

@media only screen and (max-width: 599px) {
    .global-menu-client-select + #popover-client-select .avatar {
        font-size: .6rem
    }
}

.global-menu-client-select.open + #popover-client-select {
    max-height: none;
    padding-bottom: 2rem;
    padding-top: 2rem
}

.global-menu-menu {
    background-color: #34394c;
    min-height: 100%
}

.global-menu-workspace::before {
    content: "\ec92"
}

.global-menu-taxes::before {
    content: "\ec8e"
}

.global-menu-ratings::before {
    content: "\eae6"
}

.global-menu-customs::before {
    content: "\ec93"
}

.global-menu-reporting::before {
    content: "\ec91"
}

.global-menu-registries::before {
    content: "\e90d"
}

.global-menu-statistics::before {
    content: "\e90e"
}

.global-menu-clearing::before {
    content: "\e90c"
}

.global-menu-communication::before {
    content: "\ec75"
}

.global-menu-help::before {
    content: "\e90b"
}

.global-menu-settings::before {
    content: "\ec8f"
}

.representative-layout .global-menu {
    background-color: #015477;
    border-right: 1px solid #34394c
}

.representative-layout .global-menu .button-link, .representative-layout .global-menu a {
    color: #fff
}

.representative-layout .global-menu .active .button-link, .representative-layout .global-menu .active a {
    background-color: #0083ba
}

.representative-layout .global-menu .global-menu-client-select > .button-link, .representative-layout .global-menu .global-menu-client-select > a {
    flex: 1 0 100%
}

.representative-layout .global-menu li:not(.global-menu-client-select) {
    font-size: 16px;
    height: 60px
}

.representative-layout .global-menu li:not(.global-menu-client-select) .button-link:focus, .representative-layout .global-menu li:not(.global-menu-client-select) a:focus {
    background-color: #0083ba;
    outline: auto
}

.representative-layout .global-menu > li:not(.global-menu-client-select):not(#popover-client-select):not(.global-menu-languages) {
    align-items: center
}

.representative-layout .global-menu .back-global-menu {
    display: flex
}

.representative-layout .global-menu .back-global-menu::before {
    content: '\e98a';
    display: inline-block;
    font-family: iconfont-extras;
    font-size: 20px;
    line-height: 59px;
    text-align: center;
    vertical-align: middle;
    width: 60px
}

.representative-layout .global-menu .back-global-menu span {
    -ms-grid-row-align: center;
    align-self: center
}

.representative-layout .global-menu .open-menu {
    display: none
}

.representative-layout .global-menu .closed-menu {
    display: flex
}

.representative-layout .global-menu.open .open-menu {
    display: flex
}

.representative-layout .global-menu.open .closed-menu {
    display: none
}

.representative-layout .global-menu .global-menu-registries span, .representative-layout .global-menu:not(.open) .back-global-menu span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.representative-layout .global-menu .parent-item .mobile-sidebar {
    background-color: #5d6071;
    border-bottom: 1px solid #9d9fb4;
    border-top: 2px solid #9d9fb4;
    position: relative
}

.representative-layout .global-menu .parent-item .mobile-sidebar li {
    height: auto;
    min-height: initial
}

.representative-layout .global-menu .parent-item .mobile-sidebar .button-link, .representative-layout .global-menu .parent-item .mobile-sidebar a, .representative-layout .global-menu .parent-item .mobile-sidebar li {
    background-color: transparent
}

.representative-layout .global-menu .parent-item .mobile-sidebar a:focus {
    background-color: transparent
}

.representative-layout #popover-client-select {
    background-color: #fff;
    height: auto;
    min-height: 0;
    padding: 0 17.5px
}

.representative-layout #popover-client-select .button-link, .representative-layout #popover-client-select a {
    color: #34394c
}

.representative-layout #popover-client-select li {
    min-height: initial
}

.representative-layout #popover-client-select .active, .representative-layout #popover-client-select .active .button-link, .representative-layout #popover-client-select .active a {
    background-color: transparent
}

.mobile-collapse-menu-item span {
    -ms-grid-row-align: center;
    align-self: center
}

@media only screen and (max-width: 1499px) {
    .representative-layout .sub-block {
        background-color: #5d6071
    }

    .mobile-collapse-menu-item::after {
        -ms-grid-row-align: center;
        align-self: center;
        content: '\e903';
        font-family: iconfont;
        order: -1;
        padding-left: 25px;
        transition: margin-left, opacity .2s ease-in-out
    }

    .mobile-collapse-menu-item[aria-expanded=false]::after {
        margin-left: -36px;
        opacity: 0
    }

    .mobile-collapse-menu-item[aria-expanded=true]::after {
        margin-left: 0;
        opacity: 1
    }
}

.global-menu.mta-ametnik {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .global-menu.mta-ametnik {
        left: -300px;
        padding-top: 60px;
        top: 0;
        transition: left .5s;
        width: 300px
    }

    body:not(.help-center-open):not(.temp) .global-menu.mta-ametnik.open {
        left: 0
    }
}

@media only screen and (min-width: 1500px) {
    .global-menu.mta-ametnik {
        left: -300px;
        padding-top: 60px;
        top: 0;
        transition: left .5s;
        width: 300px
    }

    .global-menu.mta-ametnik.open {
        left: 0
    }
}

.global-menu.mta-ametnik li {
    background-color: #34394c
}

.global-menu.mta-ametnik li.active {
    background-color: #5d6071
}

.global-menu.mta-ametnik a {
    padding-left: 20px
}

.global-menu.mta-ametnik a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width: 1200px) {
    .global-menu.mta-ametnik.open {
        left: 0
    }
}

.global-menu.mta-ametnik:not(.open) a span {
    font-size: inherit;
    left: initial;
    position: absolute;
    text-align: left;
    text-transform: initial
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .global-menu.mta-ametnik:not(.open) .global-menu-client-select {
        left: 300px
    }
}

@media only screen and (min-width: 1500px) {
    .global-menu.mta-ametnik:not(.open) .global-menu-client-select {
        left: 300px
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .global-menu.mta-ametnik .global-menu-client-select {
        background-color: transparent;
        left: 0;
        top: 0;
        transition: left .5s;
        width: 300px
    }
}

@media only screen and (min-width: 1500px) {
    .global-menu.mta-ametnik .global-menu-client-select {
        background-color: transparent;
        left: 0;
        top: 0;
        transition: left .5s;
        width: 300px
    }
}

.global-menu.mta-ametnik .global-menu-client-select .toggle-link {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    float: left;
    height: 60px;
    pointer-events: all;
    width: 60px
}

.global-menu.mta-ametnik .global-menu-client-select .select-link {
    display: inline-block;
    float: left;
    width: 240px
}

.global-menu.mta-ametnik .global-menu-menu {
    overflow-x: hidden;
    overflow-y: auto
}

.representative-dashboard .global-menu:not(.open) a span {
    font-size: inherit;
    left: initial;
    text-align: left;
    text-transform: initial;
    top: 50%;
    transform: translateY(-50%)
}

.global-menu .global-menu-client-select {
    border-bottom-color: #9d9fb4;
    cursor: pointer
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .global-menu .global-menu-client-select {
        border: 0;
        font-size: .85714rem;
        left: 60px;
        pointer-events: none;
        position: absolute;
        top: -60px;
        width: 240px
    }
}

@media only screen and (min-width: 1500px) {
    .global-menu .global-menu-client-select {
        border: 0;
        font-size: .85714rem;
        left: 60px;
        pointer-events: none;
        position: absolute;
        top: -60px;
        width: 240px
    }
}

.global-menu .global-menu-client-select:focus, .global-menu .global-menu-client-select:hover {
    outline: 0
}

.global-menu .global-menu-client-select:focus .button-link, .global-menu .global-menu-client-select:focus a, .global-menu .global-menu-client-select:hover .button-link, .global-menu .global-menu-client-select:hover a {
    color: #fff
}

.global-menu .global-menu-client-select .button-link, .global-menu .global-menu-client-select a {
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 60px;
    padding-right: 1rem;
    pointer-events: none;
    width: 100%
}

@media only screen and (max-width: 599px) {
    .global-menu .global-menu-client-select .button-link, .global-menu .global-menu-client-select a {
        font-size: .7rem
    }
}

@media only screen and (min-width: 1200px) {
    .global-menu .global-menu-client-select .button-link, body:not(.help-center-open):not(.temp) .global-menu .global-menu-client-select a {
        font-size: .85714rem;
        padding-left: 1rem;
        pointer-events: all
    }
}

@media only screen and (min-width: 1500px) {
    .global-menu .global-menu-client-select .button-link, .global-menu .global-menu-client-select a {
        font-size: .85714rem;
        padding-left: 1rem;
        pointer-events: all
    }
}

.global-menu .global-menu-client-select .button-link::after, .global-menu .global-menu-client-select a::after {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #9d9fb4;
    border-top: 6px solid transparent;
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform .5s;
    width: 0
}

@media only screen and (min-width: 1200px) {
    .global-menu .global-menu-client-select .button-link::after, body:not(.help-center-open):not(.temp) .global-menu .global-menu-client-select a::after {
        border-bottom: 7px solid transparent;
        border-right: 5px solid #5d6071;
        border-top: 7px solid transparent
    }
}

@media only screen and (min-width: 1500px) {
    .global-menu .global-menu-client-select .button-link::after, .global-menu .global-menu-client-select a::after {
        border-bottom: 7px solid transparent;
        border-right: 5px solid #5d6071;
        border-top: 7px solid transparent
    }
}

@media only screen and (min-width: 1200px) {
    .global-menu .global-menu-client-select .button-link, .global-menu .global-menu-client-select .button-link::after, .global-menu .global-menu-client-select a::after, body:not(.help-center-open):not(.temp) .global-menu .global-menu-client-select a {
        color: #5d6071
    }
}

@media only screen and (min-width: 1500px) {
    .global-menu .global-menu-client-select .button-link, .global-menu .global-menu-client-select .button-link::after, .global-menu .global-menu-client-select a, .global-menu .global-menu-client-select a::after {
        color: #5d6071
    }
}

.global-menu .global-menu-client-select .button-link:hover::after, .global-menu .global-menu-client-select a:hover::after {
    border-right-color: #0083ba
}

@media only screen and (min-width: 1200px) {
    .global-menu .global-menu-client-select .button-link:hover::after, body:not(.help-center-open):not(.temp) .global-menu .global-menu-client-select a:hover::after {
        border-right-color: #0083ba
    }
}

@media only screen and (min-width: 1500px) {
    .global-menu .global-menu-client-select .button-link:hover::after, .global-menu .global-menu-client-select a:hover::after {
        border-right-color: #0083ba
    }
}

.global-menu .global-menu-client-select .active::after, .global-menu .global-menu-client-select.open > .button-link::after, .global-menu .global-menu-client-select.open > a::after {
    transform: translateY(-50%) rotateZ(90deg) rotateX(180deg)
}

.global-menu .global-menu-client-select .client-display {
    align-items: center;
    line-height: normal;
    margin-left: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    padding-right: 42px;
    word-wrap: break-word
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .global-menu .global-menu-client-select .client-display {
        margin-left: 0
    }
}

@media only screen and (min-width: 1500px) {
    .global-menu .global-menu-client-select .client-display {
        margin-left: 0
    }
}

.global-menu .global-menu-client-select .client-display .label-gray {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: 0
}

.global-menu .global-menu-client-select .client-display .label-gray-lg-light {
    background: #fff;
    color: #5d6071
}

@media only screen and (min-width: 900px) {
    .container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (min-width: 900px) {
    .row {
        margin-left: -40px;
        margin-right: -40px
    }
}

@media only screen and (min-width: 900px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-2, .col-20, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-2, .col-lg-20, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-2, .col-md-20, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-2, .col-sm-20, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-2, .col-xl-20, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-13, .col-xxl-14, .col-xxl-15, .col-xxl-16, .col-xxl-17, .col-xxl-18, .col-xxl-19, .col-xxl-2, .col-xxl-20, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
        padding-left: 40px;
        padding-right: 40px
    }
}

.help-center {
    background-color: #fff;
    border-left: 3px solid #0083ba;
    height: 100%;
    position: fixed;
    right: -300px;
    top: 0;
    transition: right .3s;
    width: 300px;
    z-index: 9
}

.help-center-content-wrap {
    background-color: #f2f3f3
}

.help-center-content-wrap-hidden {
  visibility: hidden;
}

.help-center .tab-content {
    background: #fff;
    height: auto;
    width: 100%
}

.help-center .tab-content .tab-pane {
    padding: 30px
}

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

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

.close-help-center {
    padding: 10px;
    padding-bottom: 0;
    text-align: right
}

.close-help-center a {
    text-decoration: none
}

.close-help-center a:focus {
    text-decoration: none
}

.close-help-center a::before {
    content: "\e915";
    cursor: pointer;
    font-family: iconfont;
    font-size: 20px;
    text-align: right
}

.help-center-heading {
    padding: 0 30px
}

.help-center-heading h3 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300
}

.help-center-heading h3 .icon-help-center {
    margin-right: 10px
}

.help-center-open .help-center {
    overflow-x: hidden;
    overflow-y: auto;
    right: 0
}

.help-center-open .page-wrapper, .help-center-open footer {
    margin-right: 300px
}

@media only screen and (min-width: 1200px) {
    .help-center-open .workarea {
        max-width: none
    }
}

@media only screen and (min-width: 1500px) {
    .help-center-open .workarea {
        max-width: calc(100% - 300px)
    }
}

.logo-section {
    bottom: 0;
    left: 0;
    padding: .8rem 0;
    position: relative;
    z-index: 1
}

.logo-section-flags {
    text-align: center
}

@media only screen and (min-width: 600px) {
    .logo-section-flags {
        width: 300px
    }
}

.logo-section-flags img {
    width: 80px
}

@media only screen and (min-width: 600px) {
    .logo-section-flags img {
        width: 120px
    }
}

.logo-section-text {
    font-size: .7rem;
    padding-right: .8rem
}

@media only screen and (min-width: 600px) {
    .logo-section-text {
        font-size: .85714rem;
        padding: 0 2rem
    }
}

.nav-search::before {
    content: "\ec6f";
    font-family: iconfont;
    font-size: 20px;
    vertical-align: middle
}

@media only screen and (max-width: 599px) {
    .nav-search::before {
        font-size: 1.4rem
    }
}

.nav-accessibility::before {
    content: "\ec6c";
    font-family: iconfont;
    font-size: 20px;
    vertical-align: middle
}

@media only screen and (max-width: 599px) {
    .nav-accessibility::before {
        font-size: 1.4rem
    }
}

.nav-messages::before {
    content: "\ec75";
    font-family: iconfont;
    font-size: 20px;
    vertical-align: middle
}

@media only screen and (max-width: 599px) {
    .nav-messages::before {
        font-size: 1.4rem
    }
}

.nav-notifications::before {
    content: "\ec74";
    font-family: iconfont;
    font-size: 20px;
    vertical-align: middle
}

@media only screen and (max-width: 599px) {
    .nav-notifications::before {
        font-size: 1.4rem
    }
}

.nav-favourites::before {
    content: "\ec82";
    font-family: iconfont;
    font-size: 20px;
    vertical-align: middle
}

@media only screen and (max-width: 599px) {
    .nav-favourites::before {
        font-size: 1.4rem
    }
}

.nav-help-center::before {
    content: "\e90b";
    font-family: iconfont;
    font-size: 20px;
    vertical-align: middle
}

@media only screen and (max-width: 599px) {
    .nav-help-center::before {
        font-size: 1.4rem
    }
}

.nav-item {
    display: flex;
    flex: 0 0 60px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    width: 60px
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp) .nav-item {
        flex: 0 0 auto;
        width: auto
    }
}

@media only screen and (min-width: 1200px) {
    .nav-item {
        flex: 0 0 auto;
        width: auto
    }
}

.nav-item .nav-link {
    position: relative
}

.nav-item .nav-link:active .unread, .nav-item .nav-link:focus .unread, .nav-item .nav-link:hover .unread {
    background-color: #b84444
}

.nav-item .nav-link.active::before {
    color: #0083ba
}

.nav-item .nav-link:hover::before {
    color: #0083ba
}

.nav-item .nav-link .unread {
    background-color: #ff7373;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    height: 15px;
    left: calc(50% - 2px);
    line-height: 15px;
    min-width: 15px;
    padding: 0 4px;
    position: absolute;
    top: 0
}

@media only screen and (max-width: 599px) {
    .nav-item .nav-link .unread {
        left: 50%;
        top: 5px
    }
}

@media only screen and (max-width: 1199px) {
    body.help-center-open:not(.temp) .nav-item-desktop-only {
        display: none
    }
}

@media only screen and (max-width: 899px) {
    .nav-item-desktop-only {
        display: none
    }
}

@media only screen and (min-width: 900px) {
    .nav-item-shrink-desktop {
        flex: 1 0 auto;
        min-width: 0
    }
}

.nav-favourites.selected::before {
    background-image: url(../images/icon-checked-favourites.svg);
    background-size: 100%
}

.navbar-right .nav-item {
    border-left: 1px dotted #9d9fb4
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp) .navbar-right .nav-item {
        border: 0
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-right .nav-item {
        border: 0
    }
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp) .nav-separator::before {
        border-image: url(../images/border-dotted.png) 33.33333% round;
        border-style: solid;
        border-width: 0 0 0 3px;
        content: '';
        display: block;
        height: 3rem
    }
}

@media only screen and (min-width: 1200px) {
    .nav-separator::before {
        border-image: url(../images/border-dotted.png) 33.33333% round;
        border-style: solid;
        border-width: 0 0 0 3px;
        content: '';
        display: block;
        height: 3rem
    }
}

.navbar-light .navbar-nav .nav-language:active, .navbar-light .navbar-nav .nav-language:focus, .navbar-light .navbar-nav .nav-language:hover {
    color: #0083ba;
    text-decoration: underline
}

.navitem-wrapped-overflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px
}

@media only screen and (min-width: 900px) {
    .navitem-wrapped-overflow {
        display: inline-block
    }
}

.navitem-span-wrap {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 900px) {
    .navitem-span-wrap {
        width: 60px
    }
}

@media only screen and (min-width: 1200px) {
    .navitem-span-wrap {
        width: auto
    }
}

.navitem-wrapped-width-fixed {
    flex: unset
}

.nav-logout {
    flex: 0 0 auto;
    padding: 0 20px;
    width: auto
}

@media only screen and (max-width: 599px) {
    .nav-logout {
        display: none
    }
}

@media only screen and (min-width: 900px) {
    .nav-logout {
        padding-right: 40px
    }
}

.nav-search {
    cursor: pointer;
    text-align: left
}

@media only screen and (max-width: 599px) {
    .nav-search {
        font-size: 0
    }
}

@media only screen and (min-width: 600px) {
    .nav-search::before {
        margin-right: 15px;
        position: absolute;
        transition: margin-left .3s;
        z-index: 1
    }

    .nav-search.active::before {
        margin-left: 7px;
        pointer-events: none
    }
}

.nav-search:not(.active):hover {
    color: #0083ba
}

.nav-search::before {
    font-size: 1.1rem
}

.nav-search-anchor {
    height: 25px;
    position: absolute;
    width: 25px
}

@media only screen and (max-width: 599px) {
    .nav-search-desktop {
        display: none
    }
}

@media only screen and (min-width: 600px) {
    .nav-search-mobile {
        display: none
    }
}

.nav-search div {
    display: inline;
    position: relative
}

.nav-search div .clear {
    height: 1.4rem;
    line-height: 20px;
    margin: 0;
    right: 0;
    top: 0
}

.nav-search .navbar-search {
    border-width: 0;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 1;
    max-width: 300px;
    opacity: 0;
    padding: 0;
    transition: width .3s, opacity .3s, padding-left .3s;
    vertical-align: middle;
    width: 0
}

@media only screen and (max-width: 599px) {
    .nav-search .navbar-search {
        display: none
    }
}

.nav-search .navbar-search.open {
    border-width: 2px;
    opacity: 1;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: .75rem;
    padding-top: 0;
    width: calc(100% - 20px)
}

.nav-search .navbar-search.has-clear {
    padding-right: 25px
}

.navbar-nav .nav-item .nav-search {
    margin: 0 20px;
    padding: 0
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .navbar-nav .nav-item .nav-search {
        margin-left: 40px
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-nav .nav-item .nav-search {
        margin-left: 40px
    }
}

.search-placeholder {
    margin-left: 25px;
    opacity: 1;
    transition: width .2s, opacity .2s;
    vertical-align: middle;
    width: initial
}

@media only screen and (max-width: 599px) {
    .search-placeholder {
        display: none
    }
}

.search-placeholder.hidden {
    opacity: 0;
    width: 0
}

.nav-user {
    padding-bottom: 8px;
    padding-right: 0;
    padding-top: 8px
}

.nav-user-name {
    color: #5d6071;
    line-height: 1;
    margin-left: .3rem;
    max-width: calc(100% - 32px);
    padding-right: .5rem;
    text-align: left;
    vertical-align: middle
}

@media only screen and (min-width: 900px) {
    .nav-user-name {
        display: inline-block
    }
}

.nav-user-name span {
    display: block
}

.navbar-toggler {
    background-color: #5d6071;
    border-width: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    transition: none;
    width: 60px;
    z-index: 203
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .navbar-toggler {
        border-width: 0 0 1px;
        position: static
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-toggler {
        border-width: 0 0 1px;
        position: static
    }
}

@media only screen and (min-width: 600px) {
    .navbar-toggler {
        transition: left .5s
    }
}

.navbar-toggler.menu-open {
    left: calc(100% - 60px)
}

@media only screen and (min-width: 600px) {
    .navbar-toggler.menu-open {
        left: 300px
    }
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp) .navbar-toggler.menu-open {
        left: 300px
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-toggler.menu-open {
        left: 300px
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .navbar-toggler.menu-open {
        left: 300px
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-toggler.menu-open {
        left: 300px
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-toggler.menu-open {
        left: 0;
        transition: none
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .navbar-toggler.disabled {
        pointer-events: none
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-toggler.disabled {
        pointer-events: none
    }
}

.navbar-toggler span {
    background-color: #fff;
    border-radius: 20%;
    display: block;
    height: 3px;
    margin: 6px 0;
    transition: margin .25s, opacity .25s, transform .5s;
    width: 100%
}

.navbar-toggler.menu-open {
    height: 60px;
    position: fixed;
    top: 0;
    width: 60px
}

@media only screen and (min-width: 1200px) {
    .navbar-toggler.menu-open {
        position: absolute
    }
}

.navbar-toggler.menu-open span {
    margin: 5px 0
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .navbar-toggler.menu-open span {
        margin: 6px 0
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-toggler.menu-open span {
        margin: 6px 0
    }
}

.navbar-toggler.menu-open span:first-of-type {
    transform: rotate(135deg)
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .navbar-toggler.menu-open span:first-of-type {
        transform: none
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-toggler.menu-open span:first-of-type {
        transform: none
    }
}

.navbar-toggler.menu-open span:nth-of-type(2) {
    opacity: 0
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .navbar-toggler.menu-open span:nth-of-type(2) {
        opacity: 1
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-toggler.menu-open span:nth-of-type(2) {
        opacity: 1
    }
}

.navbar-toggler.menu-open span:last-of-type {
    transform: rotate(-135deg)
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .navbar-toggler.menu-open span:last-of-type {
        transform: none
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-toggler.menu-open span:last-of-type {
        transform: none
    }
}

.navbar-expand .navbar-toggler {
    display: inline-block
}

.navbar {
    background-color: #f2f3f3;
    font-size: .85714rem;
    min-height: 60px;
    z-index: 203
}

@media only screen and (max-width: 599px) {
    .navbar {
        font-size: .6rem
    }
}

.navbar-header {
    height: 60px
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .navbar-header {
        background-color: #fff;
        min-width: 300px;
        width: 300px
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-header {
        background-color: #fff;
        min-width: 300px;
        width: 300px
    }
}

.navbar-nav {
    height: 60px
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .navbar-nav {
        align-items: center;
        padding: 1rem 0
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-nav {
        align-items: center;
        padding: 1rem 0
    }
}

.navbar-nav:first-of-type {
    flex: 0 1 auto;
    margin-left: 60px;
    width: 36%
}

@media only screen and (min-width: 600px) {
    .navbar-nav:first-of-type .nav-item {
        flex: 1 1 auto
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .navbar-nav:first-of-type {
        flex: 0 10 auto;
        margin-left: 0
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-nav:first-of-type {
        flex: 0 10 auto;
        margin-left: 0
    }
}

.navbar-right {
    margin-left: auto
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .navbar-right {
        flex: 0 1 auto;
        justify-content: flex-end;
        min-width: 0
    }
}

@media only screen and (min-width: 1500px) {
    .navbar-right {
        flex: 0 1 auto;
        justify-content: flex-end;
        min-width: 0
    }
}

.navbar-nav.navbar-unauthorized {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.navbar-nav.navbar-unauthorized .nav-item {
    border: 0;
    flex: 0 1 auto;
    width: auto
}

.navbar-nav.navbar-data-processing-select {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    width: 100%
}

@media only screen and (min-width: 600px) {
    .navbar-nav.navbar-data-processing-select {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 599px) {
    .navbar-nav.navbar-data-processing-select {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-nav.navbar-data-processing-select .nav-item {
    border: 0;
    flex: 0 0 auto
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .d-xl-hc-none {
        display: none !important
    }

    body:not(.help-center-open):not(.temp) .d-xl-hc-flex {
        display: flex !important
    }
}

@media only screen and (min-width: 1500px) {
    .d-xl-hc-none {
        display: none !important
    }

    .d-xl-hc-flex {
        display: flex !important
    }
}

.page-header {
    background-color: #fff;
    display: table;
    height: 60px;
    position: relative;
    width: 100%;
    z-index: 202
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .page-header {
        height: 60px;
        pointer-events: none
    }
    body:not(.help-center-open):not(.temp) .page-header.selectable {
      pointer-events: all;
      cursor: auto
    }
}

@media only screen and (min-width: 1500px) {
    .page-header {
        height: 60px;
        pointer-events: none
    }
  .page-header.selectable {
      pointer-events: all;
      cursor: auto
    }
}

.page-header > div:not(.page-header-icon) {
    display: table-cell;
    vertical-align: middle
}

.page-header h1 {
    margin: 0
}

.page-header-icon {
    display: none
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .page-header-icon {
        display: table-cell;
        padding-left: 60px;
        vertical-align: middle
    }
}

@media only screen and (min-width: 1500px) {
    .page-header-icon {
        display: table-cell;
        padding-left: 60px;
        vertical-align: middle
    }
}

.page-header-icon {
    background-color: #9d9fb4;
    color: #fff;
    font-size: 1.42857rem;
    text-align: center;
    width: 60px
}

@media only screen and (max-width: 599px) {
    .page-header-icon {
        font-size: 1rem
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .page-header-icon {
        font-size: 2rem;
        max-width: 300px;
        transition: width .3s, max-width .3s;
        width: 300px
    }
}

@media only screen and (min-width: 1500px) {
    .page-header-icon {
        font-size: 2rem;
        max-width: 300px;
        transition: width .3s, max-width .3s;
        width: 300px
    }
}

.page-header-icon i {
    vertical-align: middle
}

.page-header-title {
    padding: 20px
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .page-header-title {
        padding: 20px
    }
}

@media only screen and (min-width: 1500px) {
    .page-header-title {
        padding: 20px
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .page-header.representative-header {
        pointer-events: all
    }
}

@media only screen and (min-width: 1500px) {
    .page-header.representative-header {
        pointer-events: all
    }
}

.page-header.representative-header::after {
    content: initial
}

.page-header.representative-header .page-header-icon {
    background-color: #0083ba
}

.page-header.representative-header .page-header-title {
    border-top: 3px solid #0083ba;
    display: block;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .page-header.representative-header .page-header-title {
        min-height: 60px;
        padding: 20px
    }
}

@media only screen and (min-width: 1500px) {
    .page-header.representative-header .page-header-title {
        min-height: 60px;
        padding: 20px
    }
}

.page-header.representative-header .page-header-title h1 {
    font-size: 24px
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .page-header.representative-header .page-header-title h1 {
        display: inline-block;
        font-size: 30px;
        vertical-align: top
    }
}

@media only screen and (min-width: 1500px) {
    .page-header.representative-header .page-header-title h1 {
        display: inline-block;
        font-size: 30px;
        vertical-align: top
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .page-header.representative-header .page-header-title .id-container {
        display: inline-block;
        vertical-align: top
    }
}

@media only screen and (min-width: 1500px) {
    .page-header.representative-header .page-header-title .id-container {
        display: inline-block;
        vertical-align: top
    }
}

.page-header.representative-header .code-group {
    font-size: 1rem;
    margin-right: 10px
}

@media only screen and (max-width: 599px) {
    .page-header.representative-header .code-group {
        font-size: .7rem
    }
}

@media only screen and (min-width: 600px) {
    .page-header.representative-header .code-group {
        display: inline-block
    }
}

.page-header.representative-header .code-group .id-label {
    color: #9d9fb4
}

@media only screen and (max-width: 599px) {
    .workarea section > .section {
        margin: 0 -20px
    }
}

.section {
    background-color: #fff;
    border-radius: .3rem;
    padding: 20px
}

@media only screen and (max-width: 599px) {
    .section {
        border-radius: 0;
        padding: 20px 10px
    }
}

.section-content-placeholder {
    margin: 10rem 0;
    text-align: center
}

.section .section {
    background-color: #f2f3f3
}

section + section {
    margin-top: 20px
}

.section-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    text-align: left;
    width: 100%
}

.section-title h3 {
    color: inherit;
    display: inline;
    margin-bottom: 0
}

.section-title .section-collapse {
    flex: 0 1 auto;
    text-decoration: none
}

.section-title .section-collapse::before {
    background-color: #fff;
    border-radius: 3px;
    color: inherit;
    content: "\ecd5";
    display: inline;
    font-family: iconfont;
    font-size: .85714rem;
    line-height: .85714rem;
    margin-right: 3px;
    text-align: center
}

@media only screen and (max-width: 599px) {
    .section-title .section-collapse::before {
        font-size: .9rem;
        line-height: .9rem
    }
}

.section-title .section-collapse[aria-expanded=true]::before {
    content: "\ecd6"
}

.section-tools {
    display: inline-block;
    flex: 0 0 auto;
    position: relative
}

.section-tools a {
    display: inline-block;
    font-family: iconfont;
    font-size: 1.1rem;
    margin-right: 5px;
    text-align: center
}

.section-tools a.link-gray {
    text-decoration: none
}

@media only screen and (min-width: 600px) {
    .section-tools .filter[aria-expanded=true]::after {
        border: solid transparent;
        border-bottom-color: #f2f3f3;
        border-width: 10px;
        bottom: -15px;
        content: '';
        height: 0;
        left: .5rem;
        margin-left: -10px;
        pointer-events: none;
        position: absolute;
        width: 0
    }
}

.section-tools .filter::before {
    content: "\ec66"
}

@media only screen and (max-width: 599px) {
    .section-tools .preferences {
        display: none
    }
}

.section-tools .preferences::before {
    content: "\ec60"
}

@media only screen and (max-width: 599px) {
    .section-tools .drag {
        display: none
    }
}

.section-tools .drag::before {
    content: "\ec88"
}

.sidebar {
    background-color: #f2f3f3;
    left: 60px;
    line-height: 2;
    overflow: hidden;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    transition: .3s;
    z-index: 201
}

@media only screen and (min-width: 600px) {
    .sidebar {
        left: initial;
        min-width: 240px;
        width: 240px
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .sidebar {
        display: block;
        float: left;
        height: 100%;
        left: 60px;
        margin-left: 60px;
        min-height: 600px;
        padding: 2.5rem 1.3rem 3rem 2rem;
        position: static
    }

    body:not(.help-center-open):not(.temp) .sidebar::after {
        background-color: #f2f3f3;
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        transition: width .3s;
        width: 300px;
        z-index: -1
    }
}

@media only screen and (min-width: 1500px) {
    .sidebar {
        display: block;
        float: left;
        height: 100%;
        left: 60px;
        margin-left: 60px;
        min-height: 600px;
        padding: 2.5rem 1.3rem 3rem 2rem;
        position: static
    }

    .sidebar::after {
        background-color: #f2f3f3;
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        transition: width .3s;
        width: 300px;
        z-index: -1
    }
}

.sidebar-section {
    background-color: #f2f3f3;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 1000
}

.sidebar-section .icon-drag {
    color: #9d9fb4;
    cursor: pointer;
    display: none;
    font-size: .8rem;
    position: absolute;
    right: 0;
    top: 4px
}

@media only screen and (min-width: 1200px) {
    .sidebar-section .icon-drag {
        display: inline-block
    }
}

.sidebar-section .icon-drag:hover {
    color: #0083ba
}

.sidebar-section ul a {
    color: #5d6071;
    display: block;
    line-height: 1.2
}

.sidebar-section ul a:active, .sidebar-section ul a:focus, .sidebar-section ul a:hover {
    color: #0083ba
}

.sidebar-section ul ul {
    padding: .25rem 0 .5rem
}

.sidebar-section li {
    padding: 8px 0
}

.sidebar-section li.active a {
    color: #0083ba
}

.sidebar-section li ul li {
    border-left: 2px solid #9d9fb4;
    padding-left: 1.5rem;
    position: relative
}

.sidebar-section li ul li::before {
    border-bottom: 2px solid #9d9fb4;
    content: '';
    height: 1rem;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1rem
}

.sidebar-section li ul li:last-of-type {
    border-color: transparent
}

.sidebar-section li ul li:last-of-type::before {
    border-left: 2px solid #9d9fb4
}

.sidebar-menu-link {
    color: #5d6071;
    display: block;
    line-height: 1.6
}

.sidebar-menu-link:active, .sidebar-menu-link:focus, .sidebar-menu-link:hover {
    color: #0083ba
}

.active .sidebar-menu-link {
    color: #0083ba
}

.sidebar-section-toggle {
    color: #9d9fb4;
    display: block;
    font-size: .85714rem;
    line-height: 1.4;
    pointer-events: none;
    position: relative;
    text-transform: uppercase
}

@media only screen and (max-width: 599px) {
    .sidebar-section-toggle {
        font-size: .6rem
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .sidebar-section-toggle {
        pointer-events: initial
    }
}

@media only screen and (min-width: 1500px) {
    .sidebar-section-toggle {
        pointer-events: initial
    }
}

.sidebar-section-toggle:active, .sidebar-section-toggle:focus, .sidebar-section-toggle:hover {
    color: #0083ba
}

.sidebar-section-toggle::before {
    content: "\e913";
    display: none;
    font-family: iconfont;
    font-size: .7rem;
    left: -1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: transform .2s
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .sidebar-section-toggle::before {
        display: inline-block
    }
}

@media only screen and (min-width: 1500px) {
    .sidebar-section-toggle::before {
        display: inline-block
    }
}

.sidebar-section-toggle[aria-expanded=true]::before {
    transform: translateY(-50%) rotate(270deg)
}

.sidebar-subsection-toggle {
    cursor: pointer;
    pointer-events: initial;
    position: relative
}

.sidebar-subsection-toggle::after {
    content: "\e913";
    display: inline-block;
    font-family: iconfont;
    font-size: .7rem;
    margin-left: 1rem;
    position: relative;
    transform: rotate(0);
    transition: transform .2s
}

.sidebar-subsection-toggle[aria-expanded=true]::after {
    transform: rotate(-90deg)
}

.sidebar.mta-ametnik {
    height: auto;
    margin: 0;
    min-width: 300px;
    padding-left: 4rem;
    width: 300px
}

.sidebar.valine-ametnik {
    margin: 0;
    min-height: 480px;
    min-width: 300px;
    padding-left: 4rem;
    width: 300px
}

.sidebar-header {
    margin-right: 15px;
    word-break: break-word;
    overflow: hidden
}

.sidebar-lifted {
    opacity: .9
}

.wide-button-wrapper {
    left: -300px;
    transition: left .5s;
    display: block
}

@media only screen and (max-width: 1199px) {
    .wide-button-wrapper {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    .help-center-open .wide-button-inner {
        margin-left: -75px
    }

    .workarea-wide {
        max-width: calc(100% - 60px);
        margin-right: 0
    }

    .help-center-open .workarea-wide {
        max-width: calc(100% - 60px)
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) .wide-button-wrapper {
        position: relative;
        left: 0
    }

    body:not(.help-center-open):not(.temp) .wide-button-inner {
        position: absolute;
        right: -113px;
        top: -65px;
        z-index: 202
    }

    body:not(.help-center-open):not(.temp) .wide-button {
        text-decoration: none !important;
        min-width: auto;
        border-radius: 50%;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        padding: 9px 12px 9px 9px;
        height: auto;
        color: #000;
        font-size: 1.4rem;
        transition: transform .3s ease-in-out
    }

    body:not(.help-center-open):not(.temp) .wide-button span {
        display: block;
        width: 25px
    }

    body:not(.help-center-open):not(.temp) .sidebar-wide::after {
        background-color: transparent !important
    }

    body:not(.help-center-open):not(.temp) .sidebar-wide.wide-open {
        margin-left: -240px !important
    }

    body:not(.help-center-open):not(.temp) .wide-button.wide-open span {
        transform: scaleX(-1)
    }
}

@media only screen and (min-width: 1500px) {
    .wide-button-wrapper {
        position: relative;
        left: 0
    }

    .wide-button-inner {
        position: absolute;
        right: -113px;
        top: -65px;
        z-index: 202
    }

    .wide-button {
        text-decoration: none !important;
        min-width: auto;
        border-radius: 50%;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        padding: 9px 12px 9px 9px;
        height: auto;
        color: #000;
        font-size: 1.4rem;
        transition: transform .3s ease-in-out
    }

    .wide-button span {
        display: block;
        width: 25px
    }

    .sidebar-wide::after {
        background-color: transparent !important
    }

    .sidebar-wide.wide-open {
        margin-left: -240px !important
    }

    .wide-button.wide-open span {
        transform: scaleX(-1)
    }
}

.content-wrapper {
    display: flex
}

.workarea {
    padding-bottom: 40px;
    padding-top: 40px
}

#global-menu .parent-item .sub-block {
    background-color: #f2f3f3;
    font-size: 16px;
    padding: 18px
}

#global-menu .parent-item .sub-block .sub-step {
    margin-left: 1.5rem
}

#global-menu .parent-item .sub-block .sidebar-section-toggle {
    margin-bottom: 10px
}

#global-menu .parent-item .sub-block > ul {
    margin-bottom: 1rem
}

#global-menu .parent-item .sub-block ul li {
    border-bottom: 0;
    padding-bottom: 10px
}

#global-menu .parent-item .sub-block ul a {
    color: #5d6071
}

#global-menu .parent-item .sub-block ul a:active, #global-menu .parent-item .sub-block ul a:focus, #global-menu .parent-item .sub-block ul a:hover {
    color: #0083ba
}

#global-menu .parent-item .sub-block ul ul {
    padding: .25rem 0 .5rem
}

#global-menu .parent-item .sub-block li ul li {
    border-left: 2px solid #9d9fb4;
    padding-left: 1.5rem;
    position: relative
}

#global-menu .parent-item .sub-block li ul li::before {
    border-bottom: 2px solid #9d9fb4;
    content: '';
    height: .7rem;
    left: -2px;
    position: absolute;
    width: 1rem
}

#global-menu .parent-item .sub-block li ul li:last-of-type {
    border-color: transparent
}

#global-menu .parent-item .sub-block li ul li:last-of-type::before {
    border-left: 2px solid #9d9fb4
}

#global-menu .parent-item ul ul li:first-child {
    padding-top: 10px
}

#desktop-menu-3 {
    display: none;
    float: left;
    height: 40px;
    line-height: 30px;
    padding: 0 40px;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) #desktop-menu-3 {
        display: block
    }
}

@media only screen and (min-width: 1500px) {
    #desktop-menu-3 {
        display: block
    }
}

#desktop-menu-3 li {
    color: #5d6071;
    position: relative
}

#desktop-menu-3 li a {
    color: inherit
}

#desktop-menu-3 li a:active, #desktop-menu-3 li a:focus, #desktop-menu-3 li a:hover {
    color: #0083ba
}

#desktop-menu-3 li.active {
    color: #0083ba
}

#desktop-menu-3 li.active::after {
    border: solid transparent;
    border-bottom-color: #dbdfe2;
    border-width: 10px;
    bottom: 0;
    content: ' ';
    height: 0;
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0
}

#desktop-menu-3 .navbar-left {
    display: flex;
    float: left;
    height: 100%;
    justify-content: space-between;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) #desktop-menu-3 .navbar-left {
        max-width: 700px;
        width: 70%
    }
}

@media only screen and (min-width: 1500px) {
    #desktop-menu-3 .navbar-left {
        max-width: 700px;
        width: 70%
    }
}

#desktop-menu-3 .navbar-right {
    display: none;
    float: right;
    height: 100%;
    text-align: right
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp) #desktop-menu-3 .navbar-right {
        display: inline-block
    }
}

@media only screen and (min-width: 1500px) {
    #desktop-menu-3 .navbar-right {
        display: inline-block
    }
}

#desktop-menu-3 .navbar-right li:not(:last-of-type) {
    margin-right: 10px
}

.temp .content {
    background-color: #fff;
    border-radius: 5px;
    min-height: 250px
}

.temp .content-wrapper {
    flex: 1 0 auto;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    width: 100%
}

@media only screen and (max-width: 599px) {
    .temp .content-wrapper {
        overflow: hidden
    }
}

@media only screen and (max-width: 599px) {
    .temp .content-wrapper .workarea {
        overflow: visible
    }
}

.temp .logo-section {
    background-color: #fff
}

.temp .logo-section-container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1200px
}

@media only screen and (min-width: 600px) {
    .temp .logo-section-container {
        padding: 0 20px
    }
}

.temp .logo-section-flags {
    flex: 0 1 auto;
    padding-left: 0;
    width: auto
}

.temp .logo-section-flags img {
    max-width: 160px;
    vertical-align: middle;
    width: 100%
}

.temp .logo-section-text {
    flex: 1 1 auto;
    font-size: .85714rem;
    padding: 0 0 0 20px
}

@media only screen and (max-width: 599px) {
    .temp .logo-section-text {
        font-size: .7rem
    }
}

.temp .logo-section-text p {
    margin: 0
}

.temp .wrapper {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    position: relative;
    min-height: 100vh
}

@media only screen and (min-width: 600px) {
    .temp .footer-contact {
        border-left: 0;
        float: right
    }
}

@media only screen and (min-width: 900px) {
    .temp .footer-contact {
        padding-top: 10px
    }
}

.temp .footer-top {
    max-width: 1200px
}

@media only screen and (min-width: 600px) {
    .temp .footer-top {
        height: auto;
        margin: 0 auto;
        min-height: auto;
        padding: 20px;
        width: 100%
    }
}

@media only screen and (min-width: 600px) {
    .temp .footer-top::before {
        display: none
    }
}

.temp .footer-top > div:last-of-type {
    height: auto
}

@media only screen and (max-width: 599px) {
    .temp .footer-top > div:last-of-type {
        width: 100%
    }
}

.temp .footer-top .footer-logo {
    position: relative;
    text-align: left
}

@media only screen and (max-width: 599px) {
    .temp .footer-top .footer-logo img {
        height: 106px
    }
}

.temp .desktop-nav {
    align-items: stretch;
    align-self: baseline;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 20px;
    position: relative;
    width: 100%
}

@media only screen and (max-width: 899px) {
    .temp .desktop-nav {
        display: none
    }
}

.temp .desktop-nav::after {
    border-bottom: 2px solid #fff;
    bottom: 0;
    content: '';
    left: 20px;
    position: absolute;
    right: 20px
}

.temp .desktop-nav .nav-item {
    flex: 1 1 auto;
    padding: 10px;
    text-align: left;
    white-space: normal;
    width: auto
}

.temp .desktop-nav .nav-item:first-of-type {
    padding-left: 0
}

.temp .desktop-nav .nav-item:last-of-type {
    padding-right: 0
}

.temp .desktop-nav .nav-item.with-title {
    justify-content: flex-start
}

.temp .desktop-nav .nav-item-title {
    color: #9d9fb4;
    font-size: .85714rem;
    margin-bottom: 0
}

@media only screen and (max-width: 599px) {
    .temp .desktop-nav .nav-item-title {
        font-size: .6rem
    }
}

.temp .desktop-nav .nav-item:not(:last-of-type) {
    border-right: 1px dotted #5d6071
}

.temp .desktop-nav .nav-link {
    padding: 0
}

.temp .desktop-nav .dropdown.user-dropdown .dropdown-toggle::after {
    border: 0;
    content: "\e913";
    font-family: iconfont;
    font-size: .7rem;
    height: auto;
    position: absolute;
    right: 0;
    text-decoration: underline;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform .2s;
    width: auto
}

.temp .desktop-nav .dropdown.user-dropdown .dropdown-toggle::after {
    text-decoration: none
}

.temp .desktop-nav .dropdown.user-dropdown.show .dropdown-toggle::after {
    transform: translateY(-50%) rotateZ(90deg) rotateX(180deg)
}

.temp .desktop-nav .dropdown.user-dropdown .dropdown-toggle:focus {
    outline: auto
}

.temp .desktop-nav .dropdown.user-dropdown .dropdown-menu {
    border-radius: 5px;
    box-shadow: 3px 3px 7px #5d6071;
    min-width: 220px;
    padding: 0
}

.temp .desktop-nav .nav-language {
    text-align: right
}

.temp .desktop-nav .nav-language .nav-link {
    white-space: nowrap
}

.temp .desktop-nav .nav-logout .btn-logout {
    align-self: flex-end;
    text-decoration: none;
    white-space: nowrap
}

.temp .mobile-nav {
    background-color: #5d6071;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    height: 100%;
    left: 0;
    max-width: calc(100% - 60px);
    position: absolute;
    top: 0;
    transition: left .5s;
    width: 260px;
    z-index: 204
}

@media only screen and (max-width: 599px) {
    .temp .mobile-nav {
        font-size: .7rem
    }
}

@media only screen and (min-width: 900px) {
    .temp .mobile-nav {
        display: none
    }
}

.temp .mobile-nav.closed {
    left: -260px
}

.temp .mobile-nav .navbar-toggler {
    height: 60px;
    left: auto;
    position: absolute;
    right: -61px
}

.temp .mobile-nav .nav-item {
    border-bottom: 1px solid #fff;
    justify-content: center;
    min-height: 60px;
    text-align: left;
    white-space: normal;
    width: auto
}

.temp .mobile-nav .nav-item span {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle
}

.temp .mobile-nav .nav-link {
    color: #fff;
    height: 100%;
    line-height: 1.4;
    padding: 10px 20px
}

.temp .mobile-nav .nav-link:hover {
    color: #fff
}

.temp .mobile-nav .nav-link-collapse::after {
    content: "\e913";
    font-family: iconfont;
    font-size: .7rem;
    line-height: 1rem;
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
    transition: transform .2s
}

@media only screen and (min-width: 600px) {
    .temp .mobile-nav .nav-link-collapse::after {
        font-size: 1rem;
        line-height: 1.6rem
    }
}

.temp .mobile-nav .nav-link-collapse.collapsed::after {
    transform: rotate(0)
}

.temp .mobile-nav .nav-language {
    align-items: center;
    display: flex;
    flex-direction: row
}

.temp .mobile-nav .nav-language .nav-link {
    flex: 1 1 auto
}

@media only screen and (min-width: 900px) {
    .temp .nav-representative {
        background-color: #fff;
        border-radius: 5px;
        color: #5d6071;
        padding: 5px
    }

    .temp .nav-representative li {
        border-radius: 5px
    }

    .temp .nav-representative li + li {
        margin-top: 5px
    }
}

.temp .nav-representative.collapse {
    display: none
}

.temp .nav-representative.collapse.show, .temp .nav-representative.collapsing {
    display: block;
    min-height: auto
}

.temp .nav-representative-container {
    padding: 20px
}

.temp .nav-representative-id {
    color: #9d9fb4;
    display: block;
    font-size: .85714rem
}

@media only screen and (max-width: 599px) {
    .temp .nav-representative-id {
        font-size: .6rem
    }
}

.temp .nav-representative-link {
    color: inherit;
    display: block;
    height: 100%;
    padding: 10px;
    width: 100%
}

.temp .nav-representative-link:active, .temp .nav-representative-link:focus, .temp .nav-representative-link:hover {
    background-color: #f2f3f3
}

.temp .nav-representative .active .nav-representative-link {
    background-color: #aae1f8
}

@media only screen and (min-width: 600px) {
    .temp .nav-user {
        pointer-events: none
    }
}

.temp .nav-user-name {
    display: inline-block
}

@media only screen and (max-width: 599px) {
    .temp .nav-user-name {
        display: none
    }
}

.temp .nav-user-last-name {
    color: #9d9fb4
}

.temp .navbar {
    font-size: 1rem
}

@media only screen and (max-width: 599px) {
    .temp .navbar {
        font-size: .7rem
    }
}

@media only screen and (min-width: 900px) {
    .temp .navbar {
        background-color: transparent;
        flex-shrink: 0
    }
}

.temp .navbar-right {
    align-self: flex-end;
    flex-direction: row
}

@media only screen and (min-width: 900px) {
    .temp .navbar-right {
        display: none
    }
}

.temp .navbar-right .nav-item {
    border: 0;
    flex: 1 0 auto;
    height: 100%;
    width: auto
}

@media only screen and (max-width: 599px) {
    .temp .navbar-right .nav-link {
        padding-left: 14px;
        padding-right: 14px
    }
}

.representative-dashboard .page-header::after {
    display: none
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp).representative-dashboard .page-header-icon {
        background-color: #0083ba;
        padding: 0
    }
}

@media only screen and (min-width: 1200px) {
    .representative-dashboard .page-header-icon {
        background-color: #0083ba;
        padding: 0
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.help-center-open):not(.temp).representative-dashboard .sidebar {
        margin: 0;
        min-width: 300px;
        padding-left: 4rem;
        width: 300px
    }
}

@media only screen and (min-width: 1500px) {
    .representative-dashboard .sidebar {
        margin: 0;
        min-width: 300px;
        padding-left: 4rem;
        width: 300px
    }
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp).representative-dashboard .global-menu {
        left: -300px;
        transition: left .5s;
        width: 300px
    }
}

@media only screen and (min-width: 1200px) {
    .representative-dashboard .global-menu {
        left: -300px;
        transition: left .5s;
        width: 300px
    }
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp).representative-dashboard .global-menu.open {
        left: 0
    }
}

@media only screen and (min-width: 1200px) {
    .representative-dashboard .global-menu.open {
        left: 0
    }
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp).representative-dashboard .global-menu.open .global-menu-client-select {
        left: 60px
    }
}

@media only screen and (min-width: 1200px) {
    .representative-dashboard .global-menu.open .global-menu-client-select {
        left: 60px
    }
}

@media only screen and (min-width: 900px) {
    body:not(.help-center-open):not(.temp).representative-dashboard .global-menu-client-select {
        left: 360px;
        transition: left .5s
    }
}

@media only screen and (min-width: 1200px) {
    .representative-dashboard .global-menu-client-select {
        left: 360px;
        transition: left .5s
    }
}
