.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 15px;
}

.switch input#checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: -1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input#checkbox:checked+.slider {
    background-color: #2196F3;
}

input#checkbox:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input#checkbox:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
    border: 1px solid #7ac4ff;
}

.services-import__list-service:has(input.input_checkbox[type=checkbox]:checked) {
    background: #e9fff8;
}

.services-import__list-service:has(input.input_checkbox[type=checkbox]:disabled) {
    opacity: 0.4;
}

.services-import__list[hide=true] .services-import__list-service:has(input[type=checkbox]:disabled) {
    display: none;
}

.provider-input__sync {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 2px;
    border-left: 1px solid #bebebe;
}

.form-group__switch form-group__switch-small {
    margin-top: 12px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        background: rgba(0, 0, 0, 0) !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(/react_apps/admin/static/media/glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot);
    src: url(/react_apps/admin/static/media/glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot) format("embedded-opentype"), url(/react_apps/admin/static/media/glyphicons-halflings-regular.448c34a56d699c29117adc64c43affeb.woff2) format("woff2"), url(/react_apps/admin/static/media/glyphicons-halflings-regular.fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(/react_apps/admin/static/media/glyphicons-halflings-regular.e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(/react_apps/admin/static/media/glyphicons-halflings-regular.89889688147bd7575d6327160d64e760.svg) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(103, 107, 118, .5)
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid rgba(103, 107, 118, .5)
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid rgba(103, 107, 118, .5)
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid rgba(103, 107, 118, .5);
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: rgba(0, 0, 0, 0)
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption,
th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out, -moz-box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: rgba(103, 107, 118, .5)
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }
    .input-group-sm>.input-group-btn>input.btn[type=date],
    .input-group-sm>.input-group-btn>input.btn[type=datetime-local],
    .input-group-sm>.input-group-btn>input.btn[type=month],
    .input-group-sm>.input-group-btn>input.btn[type=time],
    .input-group-sm>input.form-control[type=date],
    .input-group-sm>input.form-control[type=datetime-local],
    .input-group-sm>input.form-control[type=month],
    .input-group-sm>input.form-control[type=time],
    .input-group-sm>input.input-group-addon[type=date],
    .input-group-sm>input.input-group-addon[type=datetime-local],
    .input-group-sm>input.input-group-addon[type=month],
    .input-group-sm>input.input-group-addon[type=time],
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    .input-group-lg>.input-group-btn>input.btn[type=date],
    .input-group-lg>.input-group-btn>input.btn[type=datetime-local],
    .input-group-lg>.input-group-btn>input.btn[type=month],
    .input-group-lg>.input-group-btn>input.btn[type=time],
    .input-group-lg>input.form-control[type=date],
    .input-group-lg>input.form-control[type=datetime-local],
    .input-group-lg>input.form-control[type=month],
    .input-group-lg>input.form-control[type=time],
    .input-group-lg>input.input-group-addon[type=date],
    .input-group-lg>input.input-group-addon[type=datetime-local],
    .input-group-lg>input.input-group-addon[type=month],
    .input-group-lg>input.input-group-addon[type=time],
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: rgba(0, 0, 0, 0)
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0)
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px
}

.btn-group-sm>.btn,
.btn-group-xs>.btn,
.btn-sm,
.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    -moz-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0)
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    line-height: 1.42857
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li,
.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(103, 107, 118, .5)
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgba(103, 107, 118, .5);
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: rgba(103, 107, 118, .5) rgba(103, 107, 118, .5) #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd rgba(0, 0, 0, 0);
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0)
}

.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -moz-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    -moz-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    margin: 8px -15px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: rgba(0, 0, 0, 0)
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: rgba(0, 0, 0, 0)
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0)
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: rgba(0, 0, 0, 0)
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/Â ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: rgba(103, 107, 118, .5);
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:after,
.pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: rgba(103, 107, 118, .5)
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: rgba(103, 107, 118, .5)
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: rgba(79, 82, 91, .5)
}

.container-fluid .jumbotron,
.container .jumbotron {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container-fluid .jumbotron,
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    -moz-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0))
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0))
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0))
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0))
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: rgba(103, 107, 118, .5);
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    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;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 600px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: left .6s ease-in-out;
    -o-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -moz-transition: transform .6s ease-in-out, -moz-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0001));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001), rgba(0, 0, 0, .5));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: rgba(0, 0, 0, 0);
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

:root {
    --animate-duration: 0.5s;
    --animate-delay: 0.5s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: .5s;
    -webkit-animation-duration: var(--animate-duration);
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -moz-animation-duration: var(--animate-duration);
    -o-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

#root,
.container-fluid,
body,
html {}

.container-loader {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.container-loader,
.loader-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal
}

.loader-container {
    position: relative;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

body {
    padding-top: 60px;
    line-height: 1.42857143
}

.wrapper {
    position: relative;
    padding-bottom: 30px;
    height: 100%;
    overflow: auto
}

.wrapper-alerts {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 1029
}

.page {
    position: relative;
    height: 100%
}

.text-nowrap {
    white-space: nowrap !important
}

.position-relative {
    position: relative
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[hidden] {
    visibility: hidden
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

a[role=menuitem] {
    outline: none !important
}

.p-0 {
    padding: 0 !important
}

.p-l {
    padding-left: 15px !important
}

.p-b {
    padding-bottom: 15px !important
}

.m-b {
    margin-bottom: 15px !important
}

.m-l {
    margin-left: 15px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.m-t-0 {
    margin-top: 0 !important
}

.p-t-0 {
    padding-top: 0 !important
}

.mr-4 {
    margin-right: 4px !important
}

.mr-8 {
    margin-right: 8px !important
}

.mr-12 {
    margin-right: 12px !important
}

.ml-8 {
    margin-left: 8px !important
}

.ml-4 {
    margin-left: 4px !important
}

.mt-10 {
    margin-top: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.d-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.align-items-center {
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none
}

.text-decoration-none {
    text-decoration: none !important
}

.grey {
    color: #c1c1c1
}

.nowrap {
    white-space: nowrap;
    display: block
}

.border-none-top {
    border-top-color: rgba(0, 0, 0, 0) !important
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.td-caret {
    padding-right: 15px !important;
    width: 24px
}

.caret-filter {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px
}

.badge.badge-error {
    background-color: #e65555 !important;
    color: #fff !important
}

.badge.badge-green {
    background-color: #56b18c !important;
    color: #fff !important
}

.badge.badge-purple {
    background-color: #7c91cf !important;
    color: #fff !important
}

.badge-header {
    background-color: #f0ad4e;
    color: #fff !important
}

.dropdown-toggle:focus {
    outline: 0
}

.custom-button {
    width: 125px;
    text-align: left
}

nav a,
nav a:focus,
nav a:hover,
nav a:visited {
    text-decoration: none;
    color: #777
}

nav a:focus {
    outline: none
}

.nav a:visited {
    color: inherit
}

.nav-tabs {
    border-bottom: 0
}

.nav-tabs .btn-link {
    margin-right: 6px;
    outline: none
}

.nav-tabs .btn-link:active:focus,
.nav-tabs .btn-link:focus {
    outline: none;
    text-decoration: none
}

@media (max-width:767px) {
    .nav-tabs__unread {
        float: left !important
    }
}

@media (max-width:767px) {
    .nav-tabs__unread .btn-link {
        padding: 7px 0 !important;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .nav-tabs>li {
        width: 100%;
        margin-bottom: 3px
    }
}

.nav-tabs li:first-child button {
    line-height: 1.42857143
}
 
.nav-tabs__search .form-inline .form-group {
    margin-bottom: 0
}

@media (max-width:767px) {
    .nav-tabs__search {
        width: 100%
    }
}

.nav-tabs__calendar li a {
    min-height: auto;
    height: auto
}

.nav-tabs__calendar .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.responsive-table {
    display: block;
    width: 100%;
    overflow-x: auto
}

.table {
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 0
}

.table thead tr th {
    border-bottom: 1px solid #ddd;
    white-space: nowrap
}

.table thead tr th.check-all {
    padding: 6px
}

.table thead tr th a {
    color: #333
}

.table thead tr th a:focus,
.table thead tr th a:hover {
    text-decoration: none
}

.table.table-grey>thead>tr>th {
    vertical-align: middle;
    height: 44px;
    background-color: #f8f8f8;
    border-bottom: 2px solid #ddd
}

.table.table-grey>tbody>tr>td {
    padding: 5px 8px
}

.table>tbody>tr>td {
    line-height: 1.42857143
}

.table.table__orders.table-grey .refill-link td,
.table.table__refill.table-grey .refill-link td {
    border-top: none
}

.table.table__orders.table-grey tr.active+tr,
.table.table__refill.table-grey tr.active+tr {
    background: #f5f5f5
}

.table tr th .request__button+.dropdown-menu {
    z-index: 1001;
    left: auto;
    max-height: 410px;
    overflow-y: auto
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    outline: 0
}

.btn-link:hover {
    text-decoration: none
}

.btn-link .loaders__button-spinner {
    vertical-align: text-bottom;
    margin-right: 0
}

.btn-disabled {
    pointer-events: none;
    opacity: .2
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 7px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: -1px
}

.btn-group-xs>.btn {
    padding: 1px 7px
}

@media (min-width:768px) {
    .modal-services .modal-dialog {
        width: auto;
        margin: 10px;
        left: -2px
    }
}

@media (min-width:992px) {
    .modal-services .modal-dialog {
        width: 80%;
        margin: 30px auto;
        left: -8px
    }
}

.modal-loader {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: hsla(0, 0%, 100%, .8) url(data:image/gif;base64,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) 50% 50% no-repeat
}

.modal-loader-with-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-loader-with-text:after {
    content: attr(data-text);
    position: absolute;
    margin-top: 100px;
    font-weight: 500
}

.modal-loader-small {
    background: hsla(0, 0%, 100%, .8) url(data:image/gif;base64,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) 50% 50% no-repeat
}

.modal-loader-small,
.small-loader {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.small-loader {
    background: hsla(0, 0%, 100%, .8) url(data:image/gif;base64,R0lGODlhEgASALMMAB8fH0BAQN7e3oCAgMDAwF9fX5+fn15eXp6enqSkpL+/v39/f////wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAMACwAAAAAEgASAAAERpDJSautANyd855BwHTaF4ZjaZ6fhbbTcbSCEMvzVdcSnls7W++nE1IWC4tCcUEiKculxZlEIBhR5rRqvUpb3StsYh2bGREAIfkECQoADAAsAAAAABIAEgAABEWQyUmrrSHcnfOeRcF0GgBcYTiW5lml4tS6b0yZ1jB8ub7zE98PKNERLQaDRSC4JJMUJhP5ZBAIDGmTar1ipzwv9tglEyMAIfkECQoADAAsAAAAABIAEgAABEeQyUmrraXcnfOew8B0WhBcYTiW5lml4tS6b0yZlmF8DABMOt3G55MEdxfiz4gcLikEAq8SjU4nValAcLVut1fJlxtmgMvTCAAh+QQJCgAMACwAAAAAEgASAAAESJDJSautY9yd855JwnRaUVxhOJbmWaXi1LpvTJkWQXxMEEw63cbnkwR3F+LPiBwuKQKBBQC4RKMUKtVylU60Va43G+aZz2heBAAh+QQJCgAMACwAAAAAEgASAAAER5DJSautxtyd854EwXTaMFxhOJbmWaXi1LpvTJmWIHxMUUw63cbnkwR3F+LPiBwueZJAAEqRSqEAAMM6/WSz2673S52Ay9QIACH5BAkKAAwALAAAAAASABIAAARGkMlJq62E3J3znoLAdJphXGE4luZZpeLUum9Mmd83DHm1773JjxeUACsAgKVQuCSTFCbT8lQGAgxpk2q9Yqc5L7bIuJKDEQAh+QQJCgAMACwAAAAAEgASAAAERZDJSautQtyd87adRhDf5I1jSaGkOqUVAJSGMcnyVtcSPl87W++nE1ICActgcEEiKculxZksFBhR5rRqvUpL3atLYh2PIwAh+QQFCgAMACwAAAAAEgASAAAER5DJSau9OOsJgBXC1XUUCFqjN5khqpYtFQQaQUzzjNm2lNMX3s0H3A0phYLFYLgkkxQm0/JUDgYMaZNqvWKnGi92M7mSz4wIADs=) 50% 50% no-repeat
}

.table-loader {
    min-height: 100%
}

.table-loader tbody {
    position: relative
}

.table-loader tbody:after {
    content: "";
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: hsla(0, 0%, 100%, .6) url(data:image/gif;base64,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) 50% 200px no-repeat
}

.table-loader tbody:before {
    content: attr(data-loader-text);
    font-weight: 500;
    position: absolute;
    top: 270px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1001
}

.modal-backdrop {
    z-index: 1049
}

.modal-dialog {
    left: -8px
}

@media (max-width:767px) {
    .modal-dialog {
        left: -2px
    }
}

.empty__li,
.loader__li {
    min-height: 22px;
    height: 22px
}

.empty__li {
    font-weight: 400;
    padding: 3px 20px
}

.collapse-link {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    font-weight: 400;
    color: #337ab7;
    border-bottom: 1px dashed #337ab7;
    cursor: pointer
}

.alert-fixed,
.alert-single {
    margin-bottom: 0
}

.alert-fixed {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    z-index: 1029
}

.alert-fixed.alert-info {
    background-color: rgba(217, 237, 247, .8);
    -webkit-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    -moz-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out
}

.alert-fixed.alert-info:active,
.alert-fixed.alert-info:focus,
.alert-fixed.alert-info:focus:active,
.alert-fixed.alert-info:hover {
    background-color: rgba(217, 237, 247, .9)
}

.alert-fixed__button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.alert-fixed__button:active,
.alert-fixed__button:focus,
.alert-fixed__button:focus:active,
.alert-fixed__button:hover {
    outline: none;
    text-decoration: none;
    background-color: rgba(217, 237, 247, .9)
}

.alert-fixed__button span {
    font: icon;
    font-weight: 700;
    margin-right: 6px
}

.alert-warning {
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
    padding: 15px
}

.notifications-component {
    top: 0
}

.form-group__rtl .control-label {
    width: 100%;
    text-align: right
}

.form-group__rtl .control-label .badge {
    vertical-align: bottom
}

.form-group__rtl input,
.form-group__rtl textarea {
    direction: rtl
}

.cursor-help {
    cursor: help
}

.dropdown__indicator-loader {
    margin-right: 6px;
    margin-top: 3px
}

.search-input-left__label {
    display: block;
    margin: 0
}

.search-input-left__label:before {
    position: absolute;
    left: 8px;
    top: 7px;
    color: #999;
    z-index: 3;
    content: "\F002";
    display: inline-block;
    font-weight: 900;
    font-size: inherit;
    font-family: "Font Awesome\ 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.search-input-left__label+.form-control {
    padding-left: 25px
}

.rnc__base {
    top: 0;
    bottom: 0
}

.dark-mode {
    background: #1b1c20;
    color: #dfe0e1
}

.dark-mode .grey {
    color: #464951
}

.dark-mode .collapse-link {
    color: #1e73d0;
    border-bottom: 1px dashed #1e73d0
}

.dark-mode .collapse-link:hover {
    color: #1284ff;
    border-bottom: 1px dashed #1284ff
}

.dark-mode .table-loader {
    background: rgba(34, 35, 39, .8) url(/react_apps/admin/static/media/ajax-loader-dark-mode.4dfa39f501c5cf772adebe9c68c4ed2f.gif) 50% 50% no-repeat
}

.dark-mode .dropdown-menu::-webkit-scrollbar-track,
.dark-mode .dropdown-menu__inner::-webkit-scrollbar-track,
.dark-mode select::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #222327;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.dark-mode .dropdown-menu::-webkit-scrollbar,
.dark-mode .dropdown-menu__inner::-webkit-scrollbar,
.dark-mode select::-webkit-scrollbar {
    width: 8px;
    background-color: #222327
}

.dark-mode .dropdown-menu::-webkit-scrollbar-thumb,
.dark-mode .dropdown-menu__inner::-webkit-scrollbar-thumb,
.dark-mode select::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #3f4149
}

.dark-mode .col,
.dark-mode .list-group-item,
.dark-mode .panel,
.dark-mode .row,
.dark-mode .table,
.dark-mode form {
    background-color: #1b1c20;
    color: #dfe0e1;
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode a {
    color: #1e73d0
}

.dark-mode .table th {
    border: 1px solid #3f4149;
    border-right: none;
    border-left: none
}

.dark-mode .table.table-grey .service__id {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(103, 107, 118, .5);
    background-color: #141418
}

.dark-mode .table.table-grey>thead>tr>th {
    background-color: #222327;
    border-bottom: 1px solid #3f4149
}

.dark-mode .table>tbody>tr>td,
.dark-mode .table>tbody>tr>th,
.dark-mode .table>tfoot>tr>td,
.dark-mode .table>tfoot>tr>th,
.dark-mode .table>thead>tr>td,
.dark-mode .table>thead>tr>th {
    border-top: 1px solid #3f4149
}

.dark-mode .table>tbody>tr.active>td,
.dark-mode .table>tbody>tr.active>th,
.dark-mode .table>tbody>tr>td.active,
.dark-mode .table>tbody>tr>th.active,
.dark-mode .table>tfoot>tr.active>td,
.dark-mode .table>tfoot>tr.active>th,
.dark-mode .table>tfoot>tr>td.active,
.dark-mode .table>tfoot>tr>th.active,
.dark-mode .table>thead>tr.active>td,
.dark-mode .table>thead>tr.active>th,
.dark-mode .table>thead>tr>td.active,
.dark-mode .table>thead>tr>th.active {
    background-color: #27282d
}

.dark-mode .table__orders.table tr.active+tr,
.dark-mode .table__refill.table tr.active+tr {
    background: #27282d
}

.dark-mode .modal-footer .btn-default+.btn-default {
    background-color: #141418 !important
}

.dark-mode .btn-danger {
    color: #fff;
    background-color: #ff5e5e;
    border-color: #ff5e5e
}

.dark-mode .modal-dialog:not(.btn-default) {
    color: #dfe0e1
}

.dark-mode .modal-dialog:not(.btn-default) .modal-content {
    background-color: #1b1c20;
    color: #dfe0e1
}

.dark-mode .modal-dialog:not(.btn-default) .modal-content .close {
    color: #dfe0e1
}

.dark-mode .modal-dialog:not(.btn-default) .btn-danger:hover {
    background-color: #ff5151 !important;
    border-color: #ff5151 !important
}

.dark-mode .btn {
    outline: 0
}

.dark-mode .open>.btn-default.dropdown-toggle {
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .btn-default.active.focus,
.dark-mode .btn-default.active:focus,
.dark-mode .btn-default.active:hover,
.dark-mode .btn-default:active.focus,
.dark-mode .btn-default:active:focus,
.dark-mode .btn-default:active:hover,
.dark-mode .open>.dropdown-toggle.btn-default.focus,
.dark-mode .open>.dropdown-toggle.btn-default:focus,
.dark-mode .open>.dropdown-toggle.btn-default:hover {
    color: #dfe0e1;
    background-color: #222327;
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .btn-primary {
    -webkit-box-shadow: 0 2px 4px 0 #1b1c20;
    -moz-box-shadow: 0 2px 4px 0 #1b1c20;
    box-shadow: 0 2px 4px 0 #1b1c20;
    background-color: #1e73d0 !important;
    border-color: #182232;
    color: #fff
}

.dark-mode .btn-primary:hover {
    background-color: #1284ff !important;
    border-color: #182232;
    color: #fff
}

.dark-mode .btn-default {
    -webkit-box-shadow: 0 2px 4px 0 #1b1c20;
    -moz-box-shadow: 0 2px 4px 0 #1b1c20;
    box-shadow: 0 2px 4px 0 #1b1c20;
    border: 1px solid rgba(103, 107, 118, .5);
    background-color: #141418;
    color: #dfe0e1
}

.dark-mode .btn-default:focus,
.dark-mode .btn-default:hover {
    color: #dfe0e1;
    background-color: #222327;
    border-color: #2e3036
}

.dark-mode .btn-link {
    color: #1e73d0 !important
}

.dark-mode .btn-link:hover {
    text-decoration: underline
}

.dark-mode .btn-danger:hover {
    background-color: #1284ff
}

.dark-mode .caret {
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0)
}

.dark-mode .select__wrapper:before {
    border-top-color: #dfe0e1
}

.dark-mode .badge {
    background-color: #40434b;
    color: #dfe0e1 !important
}

.dark-mode .badge.badge-green,
.dark-mode .badge.badge-purple {
    color: #fff !important
}

.dark-mode .form-control::-webkit-input-placeholder {
    color: #7b808e
}

.dark-mode .form-control:-moz-placeholder,
.dark-mode .form-control::-moz-placeholder {
    color: #7b808e
}

.dark-mode .form-control:-ms-input-placeholder {
    color: #7b808e
}

.dark-mode .form-control::-ms-input-placeholder {
    color: #7b808e
}

.dark-mode .form-control::placeholder {
    color: #7b808e
}

.dark-mode .form-control[disabled],
.dark-mode .form-control[readonly],
.dark-mode fieldset[disabled] .form-control {
    background-color: #1b1c20 !important;
    color: #464951
}

.dark-mode .custom__search-button,
.dark-mode .form-control {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(103, 107, 118, .5);
    background-color: #2e3036 !important;
    outline: 0;
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.dark-mode .custom__search-button,
.dark-mode .custom__search-button:hover {
    color: rgba(103, 107, 118, .5)
}

.dark-mode .dropdown-menu {
    color: #dfe0e1;
    background-color: #222327;
    border-color: rgba(103, 107, 118, .5);
    -webkit-box-shadow: 0 6px 12px #1b1c20;
    -moz-box-shadow: 0 6px 12px #1b1c20;
    box-shadow: 0 6px 12px #1b1c20
}

.dark-mode .dropdown-menu li a {
    color: #dfe0e1
}

.dark-mode input[type=checkbox] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(103, 107, 118, .5);
    background-color: #2e3036;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.dark-mode input[type=checkbox]:checked:after {
    content: "\f00c";
    display: inline-block;
    font-weight: 900;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    left: 1px;
    font-size: 10px;
    position: absolute
}

.dark-mode input[type=checkbox]:disabled {
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.dark-mode .navbar-default {
    border-color: #27282d;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    background-color: #141418
}

.dark-mode .navbar-default .navbar-nav>li>a:focus,
.dark-mode .navbar-default .navbar-nav>li>a:hover {
    color: #a7b0c7;
    background-color: rgba(0, 0, 0, 0)
}

.dark-mode .input-group-addon {
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .modal {
    background: rgba(0, 0, 0, .5)
}

.dark-mode .modal-loader {
    background: #1b1c20 url(/react_apps/admin/static/media/ajax-loader-dark-mode.4dfa39f501c5cf772adebe9c68c4ed2f.gif) 50% 50% no-repeat
}

.dark-mode .modal-loader-small {
    background: rgba(34, 35, 39, .8) url(data:image/gif;base64,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) 50% 50% no-repeat
}

.dark-mode .modal-header {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px
}

.dark-mode .modal-footer {
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
}

.dark-mode .modal-body {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.dark-mode .small-loader {
    background: rgba(34, 35, 39, .8) url(data:image/gif;base64,R0lGODlhEgASALMMAB8fH0BAQN7e3oCAgMDAwF9fX5+fn15eXp6enqSkpL+/v39/f////wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAMACwAAAAAEgASAAAERpDJSautANyd855BwHTaF4ZjaZ6fhbbTcbSCEMvzVdcSnls7W++nE1IWC4tCcUEiKculxZlEIBhR5rRqvUpb3StsYh2bGREAIfkECQoADAAsAAAAABIAEgAABEWQyUmrrSHcnfOeRcF0GgBcYTiW5lml4tS6b0yZ1jB8ub7zE98PKNERLQaDRSC4JJMUJhP5ZBAIDGmTar1ipzwv9tglEyMAIfkECQoADAAsAAAAABIAEgAABEeQyUmrraXcnfOew8B0WhBcYTiW5lml4tS6b0yZlmF8DABMOt3G55MEdxfiz4gcLikEAq8SjU4nValAcLVut1fJlxtmgMvTCAAh+QQJCgAMACwAAAAAEgASAAAESJDJSautY9yd855JwnRaUVxhOJbmWaXi1LpvTJkWQXxMEEw63cbnkwR3F+LPiBwuKQKBBQC4RKMUKtVylU60Va43G+aZz2heBAAh+QQJCgAMACwAAAAAEgASAAAER5DJSautxtyd854EwXTaMFxhOJbmWaXi1LpvTJmWIHxMUUw63cbnkwR3F+LPiBwueZJAAEqRSqEAAMM6/WSz2673S52Ay9QIACH5BAkKAAwALAAAAAASABIAAARGkMlJq62E3J3znoLAdJphXGE4luZZpeLUum9Mmd83DHm1773JjxeUACsAgKVQuCSTFCbT8lQGAgxpk2q9Yqc5L7bIuJKDEQAh+QQJCgAMACwAAAAAEgASAAAERZDJSautQtyd87adRhDf5I1jSaGkOqUVAJSGMcnyVtcSPl87W++nE1ICActgcEEiKculxZksFBhR5rRqvUpL3atLYh2PIwAh+QQFCgAMACwAAAAAEgASAAAER5DJSau9OOsJgBXC1XUUCFqjN5khqpYtFQQaQUzzjNm2lNMX3s0H3A0phYLFYLgkkxQm0/JUDgYMaZNqvWKnGi92M7mSz4wIADs=) 50% 50% no-repeat
}

.dark-mode .table__orders.table.table-grey tr.active+tr {
    background: #27282d !important
}

.dark-mode .dropdown__indicator-loader {
    color: #fff
}

.dark-mode .dropdown-menu>.active>a,
.dark-mode .dropdown-menu>.active>a:focus,
.dark-mode .dropdown-menu>.active>a:hover {
    background-color: #2e3036
}

.dark-mode .alert-fixed__button {
    background-color: rgba(45, 48, 53, .8)
}

.dark-mode .alert-fixed__button:active,
.dark-mode .alert-fixed__button:focus,
.dark-mode .alert-fixed__button:focus:active,
.dark-mode .alert-fixed__button:hover {
    outline: none;
    text-decoration: none;
    background-color: rgba(45, 48, 53, .9);
    color: #1284ff !important
}

html.dark-mode ::-webkit-scrollbar-track {
    background: #2e3036
}

html.dark-mode ::-webkit-scrollbar-thumb {
    background: #888
}

html.dark-mode svg {
    background: unset !important
}

#popover-trigger-parsing {
    background: none;
    padding: 0;
    color: #fff;
    font-size: 12px
}

#popover-trigger-parsing .popover-content {
    max-width: 200px;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 8px
}

#popover-trigger-parsing .popover-content p {
    margin: 0
}

#popover-trigger-parsing.bottom>.arrow {
    top: -10px;
    margin-left: -4px
}

#popover-trigger-parsing.bottom>.arrow:after {
    border-width: 5px;
    margin-left: -5px;
    top: -5px;
    border-bottom-color: #000
}

#popover-trigger-parsing.bottom {
    margin-top: 8px
}

#popover-trigger-parsing>.arrow {
    border-width: 5px
}

.navbar {
    height: 56px;
    margin-bottom: 0
}

.navbar-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important
}

.navbar-header:after,
.navbar-header:before {
    display: none
}

.navbar-header .navbar-toggler {
    margin: 0;
    border: none;
    background: none;
    width: 24px;
    height: 24px;
    padding: 2px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.navbar-header .navbar-toggler:focus {
    background: none
}

.navbar-header .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 80%;
    background: #777;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
    left: 2px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.navbar-header .navbar-toggler span:first-child {
    top: 4px
}

.navbar-header .navbar-toggler span:nth-child(2),
.navbar-header .navbar-toggler span:nth-child(3) {
    top: 10px
}

.navbar-header .navbar-toggler span:nth-child(4) {
    top: 16px
}

.navbar-header .navbar-toggler.open span:first-child {
    top: 6px;
    width: 0;
    left: 50%
}

.navbar-header .navbar-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar-header .navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar-header .navbar-toggler.open span:nth-child(4) {
    top: 6px;
    width: 0;
    left: 50%
}

.navbar-right {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0
}

.navbar-right .nav__link-icon {
    padding: 12px !important;
    color: #777 !important
}

.navbar-right .nav__link-icon:focus,
.navbar-right .nav__link-icon:hover {
    color: #333 !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.navbar .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
    
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.navbar-collapse {
    margin-right: auto !important
}

.navbar .nav__item-active .nav__link {
    background-color: #e7e7e7 !important;
    color: #555 !important
}

.navbar .nav__item-more .dropdown-toggle {
    min-height: 56px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar .nav__item-more .dropdown-menu .nav__link {
    padding: 3px 16px;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: auto
}

.navbar .nav__item-account {
    min-height: 56px
}

.navbar .nav__item-account,
.navbar .nav__item-account .dropdown-toggle {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar .nav__item-account .dropdown-toggle {
    padding: 4px 0 4px 12px;
    color: #777;
    height: 100%
}

.navbar .nav__item-account .dropdown-toggle:focus,
.navbar .nav__item-account .dropdown-toggle:hover,
.navbar .nav__item-account.open .dropdown-toggle,
.navbar .nav__item-account.open .dropdown-toggle:focus,
.navbar .nav__item-account.open .dropdown-toggle:hover {
    background-color: inherit;
    color: #333
}

.navbar .nav__item-account .dropdown-menu {
    padding: 8px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: -10px;
    min-width: 186px
}

.navbar .nav__item-account .dropdown-menu .divider {
    margin: 12px 16px
}

.navbar .nav__item-account .dropdown-menu .nav__link {
    padding: 4px 16px;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: auto
}

.navbar .nav__item-account .dropdown-menu .checkbox__switch {
    margin-left: auto
}

.navbar .nav__item-account .dropdown-menu .nav-icon {
    color: #777;
    margin-right: 8px
}

.navbar .nav__item .nav-icon {
    font-size: 16px
}

.navbar .nav__link {
    padding: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 56px
}

.navbar .nav__link .badge {
    margin-left: 4px
}

.navbar .nav__link .badge-header {
    background-color: #f0ad4e;
    color: #fff !important
}

.navbar .nav__link-mode {
    cursor: default
}

.navbar .nav__link-drop a:visited {
    color: #333 !important;
    text-decoration: none
}

.navbar .nav__link-active {
    background-color: #e7e7e7
}

.navbar .nav__link-active a {
    color: #555 !important
}

.navbar .nav__link-active:hover {
    color: #777
}

.navbar .nav__link-active a:hover {
    color: #555 !important;
    background-color: #e6e6e6 !important
}

.navbar .nav__link-active * {
    color: #555
}

.navbar .nav__link-credits {
    padding: 12px
}

.navbar .nav__link-credits .badge {
    margin-left: 0;
    color: #555;
    background-color: #e7e7e7
}

.navbar .nav__link-notification.unreaded {
    position: relative
}

.navbar .nav__link-notification.unreaded .unreaded-badge {
    opacity: 0;
    position: absolute;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f8f8f8;
    width: 14px;
    height: 14px;
    top: 16px;
    left: 16px
}

.navbar .nav__link-notification.unreaded .unreaded-badge,
.navbar .nav__link-notification.unreaded .unreaded-badge-content {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.navbar .nav__link-notification.unreaded .unreaded-badge-content {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #337ab7
}

.navbar .nav__link-notification.unreaded .unreaded-badge.showed {
    opacity: 1
}

@media (max-width:767px) {
    .navbar .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
        display: block
    }
    .navbar-header {
        width: 100%
    }
    .navbar-collapse {
        width: 100vw;
        height: 100vh;
        max-height: 100vh !important;
        background-color: #fff
    }
    .navbar-collapse .navbar-nav {
        margin: 12px 0
    }
    .navbar-collapse .navbar-nav .nav__item-active .nav__link {
        background-color: #f8f8f8 !important
    }
    .navbar-collapse .navbar-nav .nav__link {
        min-height: auto;
        padding: 8px 12px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:768px) {
    .navbar-toggler {
        display: none
    }
}

.navbar-popover {
    background-color: #fff;
    width: 330px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.navbar-popover__toggle {
    font-size: 16px;
    color: #777 !important
}

.navbar-popover__toggle:focus,
.navbar-popover__toggle:hover {
    color: #333 !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.navbar-popover__toggle.disabled {
    color: #e7e7e7 !important
}

.navbar-popover__toggle.opened {
    color: #333 !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.navbar-popover__header {
    padding: 12px 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5
}

.navbar-popover__header .title {
    font-weight: 700
}

.navbar-popover__header .title .badge {
    background-color: #aaa !important;
    margin-left: 8px;
    margin-top: -2px
}

.navbar-popover__header .close {
    margin-top: -3px
}

.navbar-popover__body {
    position: relative
}

.navbar-popover__body-empty {
    padding: 12px;
    margin-top: 13%;
    height: 271px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.navbar-popover__body-empty .icon {
    font-size: 24px;
    color: #adadad;
    margin-bottom: 12px
}

.navbar-popover__body-empty .desc {
    font-size: 12px;
    color: #777;
    margin-top: 8px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.navbar-popover__body-loader:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .8) url("data:image/gif;base64,R0lGODlhEgASALMMAB8fH0BAQN7e3oCAgMDAwF9fX5+fn15eXp6enqSkpL+/v39/f////wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAMACwAAAAAEgASAAAERpDJSautANyd855BwHTaF4ZjaZ6fhbbTcbSCEMvzVdcSnls7W++nE1IWC4tCcUEiKculxZlEIBhR5rRqvUpb3StsYh2bGREAIfkECQoADAAsAAAAABIAEgAABEWQyUmrrSHcnfOeRcF0GgBcYTiW5lml4tS6b0yZ1jB8ub7zE98PKNERLQaDRSC4JJMUJhP5ZBAIDGmTar1ipzwv9tglEyMAIfkECQoADAAsAAAAABIAEgAABEeQyUmrraXcnfOew8B0WhBcYTiW5lml4tS6b0yZlmF8DABMOt3G55MEdxfiz4gcLikEAq8SjU4nValAcLVut1fJlxtmgMvTCAAh+QQJCgAMACwAAAAAEgASAAAESJDJSautY9yd855JwnRaUVxhOJbmWaXi1LpvTJkWQXxMEEw63cbnkwR3F+LPiBwuKQKBBQC4RKMUKtVylU60Va43G+aZz2heBAAh+QQJCgAMACwAAAAAEgASAAAER5DJSautxtyd854EwXTaMFxhOJbmWaXi1LpvTJmWIHxMUUw63cbnkwR3F+LPiBwueZJAAEqRSqEAAMM6/WSz2673S52Ay9QIACH5BAkKAAwALAAAAAASABIAAARGkMlJq62E3J3znoLAdJphXGE4luZZpeLUum9Mmd83DHm1773JjxeUACsAgKVQuCSTFCbT8lQGAgxpk2q9Yqc5L7bIuJKDEQAh+QQJCgAMACwAAAAAEgASAAAERZDJSautQtyd87adRhDf5I1jSaGkOqUVAJSGMcnyVtcSPl87W++nE1ICActgcEEiKculxZksFBhR5rRqvUpL3atLYh2PIwAh+QQFCgAMACwAAAAAEgASAAAER5DJSau9OOsJgBXC1XUUCFqjN5khqpYtFQQaQUzzjNm2lNMX3s0H3A0phYLFYLgkkxQm0/JUDgYMaZNqvWKnGi92M7mSz4wIADs=") 50% 50% no-repeat
}

.navbar-popover__body .body-list {
    overflow-y: auto;
    max-height: 400px;
    list-style: none;
    padding: 0;
    margin: 0
}

.navbar-popover__body .body-list__item {
    position: relative;
    cursor: pointer;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
    color: #777;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.navbar-popover__body .body-list__item-loader {
    height: 90px;
    background: hsla(0, 0%, 100%, .8) url("data:image/gif;base64,R0lGODlhEgASALMMAB8fH0BAQN7e3oCAgMDAwF9fX5+fn15eXp6enqSkpL+/v39/f////wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAMACwAAAAAEgASAAAERpDJSautANyd855BwHTaF4ZjaZ6fhbbTcbSCEMvzVdcSnls7W++nE1IWC4tCcUEiKculxZlEIBhR5rRqvUpb3StsYh2bGREAIfkECQoADAAsAAAAABIAEgAABEWQyUmrrSHcnfOeRcF0GgBcYTiW5lml4tS6b0yZ1jB8ub7zE98PKNERLQaDRSC4JJMUJhP5ZBAIDGmTar1ipzwv9tglEyMAIfkECQoADAAsAAAAABIAEgAABEeQyUmrraXcnfOew8B0WhBcYTiW5lml4tS6b0yZlmF8DABMOt3G55MEdxfiz4gcLikEAq8SjU4nValAcLVut1fJlxtmgMvTCAAh+QQJCgAMACwAAAAAEgASAAAESJDJSautY9yd855JwnRaUVxhOJbmWaXi1LpvTJkWQXxMEEw63cbnkwR3F+LPiBwuKQKBBQC4RKMUKtVylU60Va43G+aZz2heBAAh+QQJCgAMACwAAAAAEgASAAAER5DJSautxtyd854EwXTaMFxhOJbmWaXi1LpvTJmWIHxMUUw63cbnkwR3F+LPiBwueZJAAEqRSqEAAMM6/WSz2673S52Ay9QIACH5BAkKAAwALAAAAAASABIAAARGkMlJq62E3J3znoLAdJphXGE4luZZpeLUum9Mmd83DHm1773JjxeUACsAgKVQuCSTFCbT8lQGAgxpk2q9Yqc5L7bIuJKDEQAh+QQJCgAMACwAAAAAEgASAAAERZDJSautQtyd87adRhDf5I1jSaGkOqUVAJSGMcnyVtcSPl87W++nE1ICActgcEEiKculxZksFBhR5rRqvUpL3atLYh2PIwAh+QQFCgAMACwAAAAAEgASAAAER5DJSau9OOsJgBXC1XUUCFqjN5khqpYtFQQaQUzzjNm2lNMX3s0H3A0phYLFYLgkkxQm0/JUDgYMaZNqvWKnGi92M7mSz4wIADs=") 50% 50% no-repeat
}

.navbar-popover__body .body-list__item:last-child {
    border-bottom: none
}

.navbar-popover__body .body-list__item .title {
    margin-bottom: 4px
}

.navbar-popover__body .body-list__item .date {
    font-size: 12px;
    margin-top: 8px
}

.navbar-popover__body .body-list__item .btn {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 12px;
    right: 16px;
    padding: 1px 6px;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.navbar-popover__body .body-list__item.unread {
    background-color: #f8f8f8
}

.navbar-popover__body .body-list__item.unread .title {
    color: #333;
    font-weight: 600
}

.navbar-popover__body .body-list__item.unread .content {
    color: #3d3d3d
}

.navbar-popover__body .body-list__item:hover .btn {
    opacity: 1;
    visibility: visible
}

.navbar-popover__body-guides {
    padding: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative
}

.navbar-popover__body-loader {
    position: fixed;
    background: hsla(0, 0%, 100%, .8) url(data:image/gif;base64,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) 50% 50% no-repeat
}

.navbar-popover__body-loader,
.navbar-popover__body-loader--static {
    z-index: 1000;
    top: 45px;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.navbar-popover__body-loader--static {
    position: relative;
    height: 150px;
    background: url(data:image/gif;base64,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) 50% 50% no-repeat
}

.navbar-popover__footer {
    padding: 12px 16px;
    border-top: 1px solid #e5e5e5
}

.navbar-popover__footer .btn-link {
    padding: 0
}

.navbar-popover__footer .btn-link.disabled {
    color: #ccc !important
}

.navbar-popover__guides {
    position: fixed;
    top: 68px;
    right: 16px;
    z-index: 1049
}

.navbar-popover__guides .handle {
    cursor: move
}

.navbar-popover__guides .guides__breadcrumbs {
    list-style: none;
    margin: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #fff
}

.navbar-popover__guides .guides__breadcrumbs-item {
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
    white-space: nowrap
}

.navbar-popover__guides .guides__breadcrumbs-item+.guides__breadcrumbs-item:before {
    content: "/";
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    color: #ddd
}

.navbar-popover__guides .guides__breadcrumbs-item:last-child {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal
}

.navbar-popover__guides .guides__breadcrumbs-item.active .guides__breadcrumbs-link {
    color: #777;
    cursor: default
}

.navbar-popover__guides .guides__breadcrumbs-link:focus,
.navbar-popover__guides .guides__breadcrumbs-link:hover {
    text-decoration: none
}

.navbar-popover__guides .guides__breadcrumbs-link .home-icon {
    font-size: 14px
}

.navbar-popover__guides .guides__search {
    position: fixed;
    left: 0;
    right: 0;
    top: 45px;
    padding: 16px;
    background: #fff
}

.navbar-popover__guides .guides__search.shadow {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2)
}

.navbar-popover__guides .guides__search-inline {
    position: relative
}

.navbar-popover__guides .guides__search-icon {
    display: block;
    margin-bottom: 0;
    font-size: 16px
}

.navbar-popover__guides .guides__search-icon:before {
    position: absolute;
    left: 13px;
    top: 9px;
    color: #999;
    z-index: 3;
    content: "\F002";
    display: inline-block;
    font-weight: 900;
    font-size: inherit;
    font-family: "Font Awesome\ 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.navbar-popover__guides .guides__search .form-control {
    height: 40px;
    padding-left: 40px
}

.navbar-popover__guides .guides__search-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.navbar-popover__guides .guides__search-item--empty {
    margin-top: 86px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar-popover__guides .guides__search-item--empty .empty-icon {
    font-size: 26px;
    color: #adadad;
    margin-bottom: 12px
}

.navbar-popover__guides .guides__search-item--empty .text-helper {
    font-size: 12px;
    color: #777;
    margin-top: 4px
}

.navbar-popover__guides .guides__search-link {
    padding: 8px 12px;
    color: #333;
    display: block
}

.navbar-popover__guides .guides__search-link:hover {
    background-color: #f7f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.navbar-popover__guides .guides__search-link:focus,
.navbar-popover__guides .guides__search-link:hover {
    text-decoration: none
}

.navbar-popover__guides .guides__search-link .content,
.navbar-popover__guides .guides__search-link .title {
    line-height: 1.714;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal
}

.navbar-popover__guides .guides__search-link .content mark,
.navbar-popover__guides .guides__search-link .title mark {
    padding: 0;
    color: #327ab7;
    background: none;
    font-weight: 700
}

.navbar-popover__guides .guides__search-link .title {
    font-weight: 700
}

.navbar-popover__guides .guides__search-link .content {
    margin-top: 4px
}

.navbar-popover__guides .guides__links {
    list-style: none;
    padding: 0;
    margin: 0
}

.navbar-popover__guides .guides__links-item .link {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    line-height: 1.714;
    padding: 8px 12px;
    width: 100%
}

.navbar-popover__guides .guides__links-item .link-names {
    font-weight: 500
}

.navbar-popover__guides .guides__links-item .link:hover {
    text-decoration: none;
    background-color: #f7f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.navbar-popover__guides .guides__links-item .link:focus {
    text-decoration: none;
    outline: none
}

.navbar-popover__guides .guides__links-item .link .name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.navbar-popover__guides .guides__links-item .link .names-icon {
    margin-left: auto;
    font-size: 10px;
    color: #ccc
}

.navbar-popover__guides .guides__links-item .link .categories-icon {
    margin-right: 14px;
    font-size: 16px;
    color: #333
}

.navbar-popover__guides .guides__links-item .section-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding: 8px 12px;
    color: #333
}

.navbar-popover__guides .guides__list-header {
    padding: 12px 12px 0;
    margin-bottom: 16px
}

.navbar-popover__guides .guides__list-header .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.778;
    margin-bottom: 4px
}

.navbar-popover__guides .guides__list-content {
    padding: 12px;
    margin-bottom: 32px
}

.navbar-popover__guides .guides__article-header {
    padding: 12px 12px 0;
    margin-bottom: 4px
}

.navbar-popover__guides .guides__article-header .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.778
}

.navbar-popover__guides .guides__article-content {
    padding: 0 12px 12px;
    margin-bottom: 16px;
    line-height: 1.714
}

.navbar-popover__guides .guides__article-content p {
    margin: 0 0 16px
}

.navbar-popover__guides .guides__article-content p+ul {
    margin-top: -16px
}

.navbar-popover__guides .guides__article-content ul {
    margin-bottom: 16px;
    padding-left: 28px
}

.navbar-popover__guides .guides__article-content h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 8px
}

.navbar-popover__guides .guides__article-content blockquote {
    font-size: 14px;
    color: #333;
    line-height: 1.714;
    background-color: rgba(50, 122, 183, .05);
    padding: 8px 16px;
    margin: 0 0 16px;
    border-left: 2px solid #327ab7
}

.navbar-popover__guides .guides__article-content img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: auto;
    width: 100%;
    border: 0;
    margin-bottom: 16px
}

.navbar-popover__guides .guides__article-related {
    margin-bottom: 12px
}

.navbar-popover__guides .guides__article-related--label {
    font-size: 12px;
    line-height: 2;
    color: #777;
    font-weight: 500;
    margin-bottom: 8px;
    padding: 0 12px
}

@media screen and (max-width:370px) {
    .navbar-popover {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        height: -webkit-calc(100vh - 56px);
        height: -moz-calc(100vh - 56px);
        height: calc(100vh - 56px)
    }
    .navbar-popover__header.handle {
        cursor: default
    }
    .navbar-popover__body .body-list {
        max-height: 100%
    }
    .navbar-popover__guides {
        top: 56px;
        right: 0
    }
}

.dark-mode .navbar {
    background-color: #141418;
    border-bottom-color: #2e3036
}

.dark-mode .navbar-header .navbar-toggler span {
    background: #878ea0
}

.dark-mode .navbar-collapse {
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.dark-mode .navbar .nav__item-active .nav__link {
    color: #dfe0e1 !important;
    background-color: rgba(40, 42, 47, .5) !important
}

.dark-mode .navbar .nav__item-more .dropdown-toggle {
    color: #878ea0 !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .navbar .nav__item-more .dropdown-toggle:hover {
    color: #a7b0c7 !important
}

.dark-mode .navbar .nav__item-more .dropdown-menu .nav__item-active .nav__link {
    background-color: #2e3036 !important
}

.dark-mode .navbar .nav__item-more .dropdown-menu .nav__link {
    color: #dfe0e1 !important
}

.dark-mode .navbar .nav__item-more .dropdown-menu .nav__link:hover {
    background-color: #2e3036
}

.dark-mode .navbar .nav__item-account .nav__link {
    color: #dfe0e1 !important
}

.dark-mode .navbar .nav__item-account .dropdown-toggle:hover .nav-icon,
.dark-mode .navbar .nav__item-account.open .dropdown-toggle .nav-icon {
    color: #a7b0c7 !important
}

.dark-mode .navbar .nav__item-account .nav__item-active .nav__link,
.dark-mode .navbar .nav__item-account .nav__link:hover {
    background-color: #2e3036 !important
}

.dark-mode .navbar .nav__item-account .nav__link-mode,
.dark-mode .navbar .nav__item-account .nav__link-mode:hover {
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .navbar .nav__link {
    color: #878ea0
}

.dark-mode .navbar .nav__link .badge-header {
    background-color: #40434b;
    color: #dfe0e1 !important
}

.dark-mode .navbar .nav__link:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #a7b0c7
}

.dark-mode .navbar .nav__link-credits .badge {
    background-color: #40434b;
    color: #dfe0e1 !important
}

.dark-mode .navbar .nav__link-notification {
    color: #878ea0 !important
}

.dark-mode .navbar .nav__link-notification.opened,
.dark-mode .navbar .nav__link-notification:hover {
    color: #a7b0c7 !important
}

.dark-mode .navbar .nav__link-notification.disabled {
    color: #333 !important
}

.dark-mode .navbar .nav__link-notification.unreaded .unreaded-badge {
    background-color: #141418
}

.dark-mode .navbar .nav__link-notification.unreaded .unreaded-badge-content {
    background-color: #1e72cf
}

.dark-mode .navbar .nav-icon {
    color: #878ea0 !important
}

@media (max-width:767px) {
    .dark-mode .navbar-collapse {
        background-color: #141418
    }
}

.dark-mode .navbar-popover {
    background-color: #141418;
    -webkit-box-shadow: 0 6px 12px #1b1c20;
    -moz-box-shadow: 0 6px 12px #1b1c20;
    box-shadow: 0 6px 12px #1b1c20
}

.dark-mode .navbar-popover,
.dark-mode .navbar-popover__header {
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .navbar-popover__header .title .badge {
    background-color: #41434b !important
}

.dark-mode .navbar-popover__header .close {
    color: #dfe0e1 !important
}

.dark-mode .navbar-popover__body .body-list__item {
    border-color: rgba(103, 107, 118, .5);
    color: #464951
}

.dark-mode .navbar-popover__body .body-list__item.unread {
    background-color: #1f2024
}

.dark-mode .navbar-popover__body .body-list__item.unread .content,
.dark-mode .navbar-popover__body .body-list__item.unread .title {
    color: #dfe0e1
}

.dark-mode .navbar-popover__body-loader,
.dark-mode .navbar-popover__body .body-list__item-loader {
    background: rgba(34, 35, 39, .8) url(data:image/gif;base64,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) 50% 50% no-repeat
}

.dark-mode .navbar-popover__guides .guides__links-item .link,
.dark-mode .navbar-popover__guides .guides__links-item .link .categories-icon,
.dark-mode .navbar-popover__guides .guides__links-item .section-title {
    color: #dfe0e1
}

.dark-mode .navbar-popover__guides .guides__links-item .link:hover {
    background-color: #2e3036
}

.dark-mode .navbar-popover__guides .guides__search {
    background-color: #141418
}

.dark-mode .navbar-popover__guides .guides__search.shadow {
    -webkit-box-shadow: 0 1px 2px 0 #1b1c20;
    -moz-box-shadow: 0 1px 2px 0 #1b1c20;
    box-shadow: 0 1px 2px 0 #1b1c20
}

.dark-mode .navbar-popover__guides .guides__search-link {
    color: #dfe0e1
}

.dark-mode .navbar-popover__guides .guides__search-link:hover {
    background-color: #2e3036
}

.dark-mode .navbar-popover__guides .guides__breadcrumbs {
    background-color: #141418;
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .navbar-popover__guides .guides__breadcrumbs-item.active .guides__breadcrumbs-link {
    color: #878ea0
}

.dark-mode .navbar-popover__guides .guides__articles-content blockquote {
    color: #fff;
    background-color: rgba(50, 122, 183, .5);
    border-left: 2px solid #1e73d0
}

.dark-mode .navbar-popover__guides .guides__articles-related--label {
    color: #878ea0
}

.dark-mode .navbar-popover__footer {
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .navbar-popover__footer .btn-link.disabled {
    color: #464951 !important
}

.checkbox__switch {
    position: relative;
    display: block;
    height: 20px
}

.checkbox__switch-label {
    vertical-align: top;
    margin-bottom: 0;
    margin-left: 10px
}

.checkbox__switch-form {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
    margin-bottom: 0
}

.checkbox__switch-form input {
    display: none
}

.checkbox__switch .slider-form {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2)
}

.checkbox__switch .slider-form,
.checkbox__switch .slider-form:before {
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.checkbox__switch .slider-form:before {
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 2px;
    background-color: #fff
}

.checkbox__switch input:checked+.slider-form {
    background-color: #3479b7
}

.checkbox__switch input:focus+.slider-form {
    -webkit-box-shadow: 0 0 1px #3479b7;
    -moz-box-shadow: 0 0 1px #3479b7;
    box-shadow: 0 0 1px #3479b7
}

.checkbox__switch input:checked+.slider-form:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px)
}

.checkbox__switch .slider-form.round {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px
}

.checkbox__switch .slider-form.round:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.checkbox__switch-small {
    height: 16px;
    width: 28px
}

.checkbox__switch-small .checkbox__switch-form {
    width: 28px;
    height: 14px
}

.checkbox__switch-small .slider-form:before {
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 2px
}

.checkbox__switch-small input:checked+.slider-form:before {
    -ms-transform: translateX(14px);
    -webkit-transform: translateX(14px);
    -moz-transform: translateX(14px);
    -o-transform: translateX(14px);
    transform: translateX(14px)
}

.rnc__notification-container--bottom-center,
.rnc__notification-container--bottom-full,
.rnc__notification-container--bottom-left,
.rnc__notification-container--bottom-right,
.rnc__notification-container--center,
.rnc__notification-container--top-center,
.rnc__notification-container--top-full,
.rnc__notification-container--top-left,
.rnc__notification-container--top-right {
    min-width: 325px;
    pointer-events: all;
    position: absolute
}

.rnc__notification-container--bottom-center,
.rnc__notification-container--center,
.rnc__notification-container--top-center {
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -webkit-calc(50% - 175px);
    left: -moz-calc(50% - 175px);
    left: calc(50% - 175px);
    max-width: 350px
}

.rnc__notification-container--center {
    height: 100%;
    pointer-events: none;
    top: 20px
}

.rnc__notification-container--bottom-full,
.rnc__notification-container--top-full {
    min-width: 100%;
    width: 100%
}

.rnc__notification-container--bottom-full {
    bottom: 0
}

.rnc__util--flex-center {
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 325px;
    pointer-events: all
}

.rnc__notification-container--top-center {
    top: 20px
}

.rnc__notification-container--bottom-center {
    bottom: 20px
}

.rnc__notification-container--top-left {
    left: 20px;
    top: 20px
}

.rnc__notification-container--top-right {
    right: 20px;
    top: 20px
}

.rnc__notification-container--bottom-left {
    bottom: 20px;
    left: 20px
}

.rnc__notification-container--bottom-right {
    bottom: 20px;
    right: 20px
}

.rnc__notification-container--mobile-bottom,
.rnc__notification-container--mobile-top {
    pointer-events: all;
    position: absolute
}

.rnc__notification-container--mobile-top {
    left: 20px;
    right: 20px;
    top: 20px
}

.rnc__notification-container--mobile-bottom {
    bottom: 20px;
    left: 20px;
    margin-bottom: -15px;
    right: 20px
}

.rnc__notification-item--default {
    background-color: #007bff;
    border-left: 8px solid #0562c7
}

.rnc__notification-item--default .rnc__notification-timer {
    background-color: #007bff
}

.rnc__notification-item--default .rnc__notification-timer-filler {
    background-color: #fff
}

.rnc__notification-item--default .rnc__notification-close-mark {
    background-color: #007bff
}

.rnc__notification-item--success {
    background-color: #28a745;
    border-left: 8px solid #1f8838
}

.rnc__notification-item--success .rnc__notification-timer {
    background-color: #28a745
}

.rnc__notification-item--success .rnc__notification-timer-filler {
    background-color: #fff
}

.rnc__notification-item--success .rnc__notification-close-mark {
    background-color: #28a745
}

.rnc__notification-item--danger {
    background-color: #dc3545;
    border-left: 8px solid #bd1120
}

.rnc__notification-item--danger .rnc__notification-timer {
    background-color: #dc3545
}

.rnc__notification-item--danger .rnc__notification-timer-filler {
    background-color: #fff
}

.rnc__notification-item--danger .rnc__notification-close-mark {
    background-color: #dc3545
}

.rnc__notification-item--info {
    background-color: #17a2b8;
    border-left: 8px solid #138b9e
}

.rnc__notification-item--info .rnc__notification-timer {
    background-color: #17a2b8
}

.rnc__notification-item--info .rnc__notification-timer-filler {
    background-color: #fff
}

.rnc__notification-item--info .rnc__notification-close-mark {
    background-color: #17a2b8
}

.rnc__notification-item--warning {
    background-color: #eab000;
    border-left: 8px solid #ce9c09
}

.rnc__notification-item--warning .rnc__notification-timer {
    background-color: #eab000
}

.rnc__notification-item--warning .rnc__notification-timer-filler {
    background-color: #fff
}

.rnc__notification-item--warning .rnc__notification-close-mark {
    background-color: #eab000
}

.rnc__notification-item--awesome {
    background-color: #685dc3;
    border-left: 8px solid #4c3fb1
}

.rnc__notification-item--awesome .rnc__notification-timer {
    background-color: #685dc3
}

.rnc__notification-item--awesome .rnc__notification-timer-filler {
    background-color: #fff
}

.rnc__notification-item--awesome .rnc__notification-close-mark {
    background-color: #685dc3
}

@-webkit-keyframes timer {
    0% {
        width: 100%
    }
    to {
        width: 0
    }
}

@-moz-keyframes timer {
    0% {
        width: 100%
    }
    to {
        width: 0
    }
}

@-o-keyframes timer {
    0% {
        width: 100%
    }
    to {
        width: 0
    }
}

@keyframes timer {
    0% {
        width: 100%
    }
    to {
        width: 0
    }
}

.rnc__base {
    height: 100%;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 9000
}

.rnc__notification-item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, .2);
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    position: relative
}

.rnc__notification-container--bottom-full .rnc__notification-item,
.rnc__notification-container--top-full .rnc__notification-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0
}

.rnc__notification-timer {
    margin-top: 10px;
    width: 100%
}

.rnc__notification-timer,
.rnc__notification-timer-filler {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 3px
}

.rnc__notification-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px
}

.rnc__notification-message {
    word-wrap: break-word;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
    margin-top: 0;
    max-width: -webkit-calc(100% - 15px);
    max-width: -moz-calc(100% - 15px);
    max-width: calc(100% - 15px)
}

.rnc__notification-content {
    display: inline-block;
    padding: 8px 15px;
    width: 100%
}

.rnc__notification-close-mark {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 18px
}

.rnc__notification-close-mark:after {
    color: #fff;
    content: "\D7";
    font-size: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rnc__notification-container--mobile-bottom .notification,
.rnc__notification-container--mobile-bottom .rnc__notification-item,
.rnc__notification-container--mobile-top .notification,
.rnc__notification-container--mobile-top .rnc__notification-item {
    max-width: 100%;
    width: 100%
}

.rnc__notification-container--bottom-right .notification,
.rnc__notification-container--top-right .notification {
    margin-left: auto
}

.rnc__notification-container--bottom-left .notification,
.rnc__notification-container--top-left .notification {
    margin-right: auto
}

.rnc__notification-container--mobile-bottom .notification,
.rnc__notification-container--mobile-top .notification {
    margin-left: auto;
    margin-right: auto
}

.error-boundary {
    height: 100vh;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.error-boundary .error-boundary__text {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.error-boundary .error-boundary__button {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    width: 120px;
    height: 40px;
    border: 1px solid #00f0ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #00f0ff
}

.error-boundary .error-boundary__button:hover {
    background-color: rgba(0, 255, 243, .2196078431372549)
}

.alert__custom {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert__custom .close {
    top: -4px;
    right: 0;
    color: #000
}

.dark-mode .alert-danger,
.dark-mode .alert__custom,
.dark-mode .alert__custom * {
    background-color: #ff5e5e !important;
    border-color: #ff5e5e !important;
    color: #fff
}

.dark-mode .alert__custom.alert-success {
    color: #9cd25a !important;
    border-color: rgba(0, 0, 0, 0) !important;
    background-color: rgba(121, 161, 73, .8) !important
}

.dark-mode .alert__custom.alert-success span {
    color: #9cd25a !important;
    border-color: rgba(121, 161, 73, .8) !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .alert__custom.alert-success .close {
    opacity: .8;
    line-height: 16px
}

.dark-mode .alert__custom.alert-success .close,
.dark-mode .alert__custom.alert-success .close span {
    border-color: rgba(121, 161, 73, .8) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #fff !important
}

.dark-mode .alert__custom.alert-success .close:hover {
    opacity: 1
}

.tickets__head {
    height: 37px
}

@media (max-width:767px) {
    .tickets__head {
        height: 37px
    }
}

.tickets__head th:nth-of-type(2) {
    width: 5%
}

.tickets__head th:nth-of-type(3) {
    width: 15%
}

.tickets__head th:nth-of-type(4) {
    width: 50%
}

.tickets__head th:nth-of-type(5),
.tickets__head th:nth-of-type(6),
.tickets__head th:nth-of-type(7) {
    width: 10%
}

.tickets__unread {
    font-weight: 700
}

.tickets__status {
    padding: 0 !important;
    vertical-align: middle !important
}

.tickets__status .custom__filter-dropdown--button {
    padding: 3px 12px;
    line-height: 1.42857143
}

.tickets__subject {
    min-width: 200px;
    word-break: break-all;
    white-space: normal !important
}

.tickets__subject a:hover {
    text-decoration: none
}

.tickets__edit-btn {
    margin-left: 8px;
    padding: 1px 7px
}

.tickets-assignee {
    padding-left: 5px !important
}

.tickets-assignee .dropdown-menu {
    max-height: 320px;
    overflow-y: auto
}

.details__buttons>* {
    height: 100% !important;
    padding: 55 !important
}

.status-icon {
    margin-left: 3px
}

.dark-mode .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #2e3036
}

.dark-mode .dropdown-submenu__title:after {
    border-left-color: #777
}

.dark-mode .dropdown-submenu #dropdown-submenu-btn {
    color: #dfe0e1;
    background-color: rgba(0, 0, 0, 0)
}

.dark-mode .dropdown-submenu #dropdown-submenu-btn:hover {
    color: #fff;
    background-color: #2e3036
}

.custom__modal-footer * {
    float: left;
    line-height: 1.42857143
}

.modal-footer .btn+.btn {
    margin-left: 8px;
    margin-bottom: 0
}

.modal-delete-btn {
    position: relative
}

.modal-delete-btn:hover {
    text-decoration: underline
}

@media (min-width:900px) {
    .modal-md .modal-dialog {
        width: 450px
    }
}

.dark-mode .modal-footer,
.dark-mode .modal-header {
    border-color: #3f4149
}

.dark-mode .modal-dialog .modal-delete-btn {
    color: #1e73d0 !important
}

.dark-mode .modal-header {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px
}

.dark-mode .modal-footer {
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px
}

.dark-mode .modal-footer .btn.btn-primary span {
    background-color: #1e73d0 !important
}

.dark-mode .modal-footer .btn.btn-primary:hover span {
    background-color: #1284ff !important
}

.dark-mode .modal-body {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important
}

.loaders__button-spinner {
    display: inline;
    height: 18px;
    width: 18px;
    -webkit-animation: spinnerRotate 1s linear infinite;
    -moz-animation: spinnerRotate 1s infinite linear;
    -o-animation: spinnerRotate 1s infinite linear;
    animation: spinnerRotate 1s linear infinite;
    margin-right: 2px;
    background-color: rgba(0, 0, 0, 0) !important
}

@-webkit-keyframes spinnerRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-keyframes spinnerRotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-o-keyframes spinnerRotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinnerRotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.custom-popover {
    position: absolute;
    top: -60px;
    left: -35px;
    z-index: 1060;
    max-width: 276px;
    width: 159px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.custom-popover .popover__content {
    padding: 9px 14px
}

.custom-popover>.arrow,
.custom-popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.custom-popover>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .2);
    bottom: -22px;
    border-width: 11px
}

.custom-popover>.arrow:after {
    content: " ";
    bottom: -9px;
    margin-left: -10px;
    border-top-color: #fff;
    border-width: 10px;
    content: ""
}

#popover-positioned.popover.top>.arrow:after {
    border-top-color: #fff
}

.dark-mode .custom-popover,
.dark-mode .custom-popover .popover-content {
    background-color: #1b1c20
}

.dark-mode .custom-popover .arrow {
    background-color: rgba(0, 0, 0, 0) !important;
    border-top-color: #1b1c20
}

.dark-mode .custom-popover .arrow:after {
    border-bottom-color: #1b1c20;
    border-top-color: #1b1c20
}

.pagination {
    margin: 15px 0
}

@media (max-width:767px) {
    .pagination {
        margin-bottom: 0
    }
}

.pagination-counters {
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    white-space: nowrap
}

@media (max-width:767px) {
    .pagination-counters {
        padding-top: 15px;
        text-align: left !important
    }
}

.pagination-counters .btn-toolbar {
    display: inline-block;
    vertical-align: middle
}

.pagination-counters .btn-toolbar .dropdown-menu {
    min-width: 80px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #333;
    cursor: pointer;
    background-color: #e6e6e6;
    border-color: #ddd
}

.pagination>li>a,
.pagination>li>span {
    color: #777
}

@media (max-width:767px) {
    .pagination>li>a,
    .pagination>li>span {
        padding: 4px 9px
    }
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #333;
    background-color: #eee
}

.dark-mode .pagination>.active>a,
.dark-mode .pagination>.active>a:focus,
.dark-mode .pagination>.active>a:hover,
.dark-mode .pagination>.active>span,
.dark-mode .pagination>.active>span:focus,
.dark-mode .pagination>.active>span:hover {
    background-color: rgba(64, 67, 75, .5);
    border-color: #3f4149;
    color: #dfe0e1
}

.dark-mode .pagination>li>a,
.dark-mode .pagination>li>span {
    color: rgba(103, 107, 118, .5)
}

.dark-mode .pagination>li>a:focus,
.dark-mode .pagination>li>a:hover,
.dark-mode .pagination>li>span.disabled,
.dark-mode .pagination>li>span:focus,
.dark-mode .pagination>li>span:hover {
    color: #2e3036
}

.dark-mode .pagination>li>a:disabled,
.dark-mode .pagination>li>a:focus,
.dark-mode .pagination>li>a:hover,
.dark-mode .pagination>li>span.disabled,
.dark-mode .pagination>li>span:focus,
.dark-mode .pagination>li>span:hover {
    background-color: rgba(64, 67, 75, .5);
    border-color: #3f4149;
    color: #dfe0e1
}

.dark-mode .pagination>li.disabled>span,
.dark-mode .pagination li a {
    color: #878ea0;
    background-color: #1b1c20;
    border: 1px solid #3f4149
}

.custom__filter-dropdown--button {
    font-weight: 700
}

.font__weight-med {
    font-weight: 400
}

.open>.dropdown-toggle.btn-default {
    color: inherit;
    background: none
}

.open>.dropdown-toggle.btn-default .caret {
    opacity: 1 !important
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active a {
    background-color: #e6e6e6;
    color: #333
}

.dropdown-menu>li>a {
    line-height: 1.42857143
}

.dropdown-right .dropdown-menu {
    right: 0;
    left: auto
}

.dropdown-header {
    font-weight: 400
}

.dropdown-submenu .btn-toolbar,
.dropdown-submenu .dropdown.btn-group {
    margin-left: 0;
    width: 100%
}

.dropdown-submenu #dropdown-submenu-btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    display: inline-block;
    min-height: 26px;
    line-height: 1.42857143;
    padding: 3px 20px;
    outline: none;
    border: none;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset
}

.dropdown-submenu #dropdown-submenu-btn .caret {
    position: absolute;
    right: 5px;
    top: 9px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: .3;
    width: 10px;
    height: 10px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px
}

.dropdown-submenu #dropdown-submenu-btn:active,
.dropdown-submenu #dropdown-submenu-btn:focus {
    background: none
}

.dropdown-submenu #dropdown-submenu-btn:hover {
    color: #262626;
    background-color: #f5f5f5;
    border: none
}

.dropdown-submenu #dropdown-submenu-btn:hover .caret {
    opacity: 1
}

.dropdown-submenu-right .dropdown-menu {
    left: 100%;
    top: -8px;
    right: auto;
    min-width: 116px
}

.dropdown-submenu-left .dropdown-menu {
    left: auto;
    right: 100%;
    top: -8px;
    min-width: 116px
}

.dropdown-submenu-left #dropdown-submenu-btn .caret {
    left: 4px;
    top: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.request__button+.dropdown-menu {
    left: auto;
    max-height: 410px;
    overflow-y: auto
}

.request__button+.dropdown-menu .item-id {
    border: 1px solid #ddd;
    background: 0 0;
    min-width: 30px;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: 1px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    margin-right: 4px
}

.request__button+.dropdown-menu .not-active-service a,
.request__button+.dropdown-menu .not-active-service span {
    color: #c1c1c1
}

.request__button+.dropdown-menu .custom__active-dropdown--item.not-active-service .item-id {
    border: 1px solid #969696
}

.request__button-service+.dropdown-menu {
    left: auto;
    max-height: 410px;
    overflow-y: auto
}

.request__button-service+.dropdown-menu>li>a {
    min-width: 410px;
    white-space: normal !important
}

.calendar-wrap .dropdown-menu {
    display: none
}

@media (max-width:479px) {
    .calendar-wrap .dropdown .dropdown-toggle .caret {
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        top: 11px !important
    }
}

.calendar-wrap .daterangepicker {
    top: 0 !important;
    left: auto !important;
    right: 100% !important;
    margin-top: 0 !important;
    width: 488px;
    margin-right: 5px
}

@media (max-width:479px) {
    .calendar-wrap .daterangepicker {
        top: 100% !important;
        left: auto !important;
        right: 0 !important;
        margin-top: 5px !important;
        margin-right: 0
    }
}

@media (max-width:991px) {
    .calendar-wrap .daterangepicker {
        width: auto
    }
}

@media (max-width:479px) {
    .calendar-wrap .daterangepicker.show-calendar .ranges {
        margin-top: 0
    }
}

.calendar-wrap .daterangepicker:before {
    display: none
}

.calendar-wrap .daterangepicker:after {
    border: none !important;
    right: -10px;
    left: auto !important;
    width: 10px;
    height: 100%;
    top: 0
}

@media (max-width:479px) {
    .calendar-wrap .daterangepicker:after {
        right: 0;
        left: 0 !important;
        width: 100%;
        height: 10px;
        top: -10px
    }
}

.calendar-wrap .daterangepicker .drp-calendar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media (max-width:991px) {
    .calendar-wrap .daterangepicker .drp-buttons {
        text-align: center
    }
}

@media (max-width:991px) {
    .calendar-wrap .daterangepicker .drp-buttons .btn {
        display: inline-block
    }
}

@media (max-width:991px) {
    .calendar-wrap .daterangepicker .drp-buttons .cancelBtn {
        margin: 0
    }
}

@media (max-width:991px) {
    .calendar-wrap .daterangepicker .drp-selected {
        display: block;
        padding: 0 0 6px;
        margin-bottom: 0 !important
    }
}

.calendar-wrap .daterangepicker .btn {
    float: none
}

@media (max-width:767px) {
    .filters-wrapper .nav-tabs__calendar {
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .filters-wrapper .nav-tabs__calendar .btn-toolbar {
        margin-right: 0 !important
    }
}

.filters-wrapper .nav-tabs__calendar .dropdown {
    z-index: 1001
}

@media (max-width:767px) {
    .filters-wrapper .nav-tabs__unread {
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .filters-wrapper .nav-tabs__unread .btn.btn-link {
        margin: 0
    }
}

.dark-mode .custom__active-dropdown--item a {
    background-color: #2e3036 !important;
    color: #dfe0e1 !important
}

.dark-mode .font__weight-med {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 1
}

.dark-mode #exportStatusesDropdown+ul li,
.dark-mode #exportStatusesDropdown+ul li a:active,
.dark-mode #exportStatusesDropdown+ul li a:focus {
    background-color: #222327
}

.dark-mode .assign__filter+ul .custom__active-dropdown--item a {
    background-color: #222327 !important
}

.dark-mode .assign__filter+ul li.active a {
    background-color: #2e3036 !important
}

.dark-mode .request__button+.dropdown-menu .item-id,
.dark-mode .request__button+.dropdown-menu>li a .item-id,
.dark-mode .request__button+.dropdown-menu>li a:hover .item-id {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(103, 107, 118, .5);
    background-color: #141418
}

.dark-mode .request__button+.dropdown-menu>li.active a .item-id,
.dark-mode .request__button+.dropdown-menu>li.active a:hover .item-id {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid #969696;
    background-color: #141418
}

.dark-mode .request__button+.dropdown-menu .not-active-service a,
.dark-mode .request__button+.dropdown-menu .not-active-service span {
    color: #464951 !important
}

.dark-mode .request__button+.dropdown-menu .custom__active-dropdown--item.not-active-service .item-id {
    border: 1px solid #969696
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em
}

.daterangepicker:after,
.daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ""
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #ccc
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #fff;
    border-left: 6px solid rgba(0, 0, 0, 0)
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    top: auto;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
    top: auto;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-buttons,
.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
    padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px
}

.daterangepicker .calendar-table .next span {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0);
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: rgba(0, 0, 0, 0);
    color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: rgba(0, 0, 0, 0);
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.daterangepicker td.start-date {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: rgba(0, 0, 0, 0);
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0;
    line-height: 30px;
    position: relative
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer
}

.daterangepicker .ranges li:hover {
    background-color: #eee
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff
}

@media (min-width:564px) {
    .daterangepicker {
        width: auto
    }
    .daterangepicker .ranges ul {
        width: 140px
    }
    .daterangepicker.single .ranges ul {
        width: 100%
    }
    .daterangepicker.single .drp-calendar.left {
        clear: none
    }
    .daterangepicker.single .drp-calendar,
    .daterangepicker.single .ranges {
        float: left
    }
    .daterangepicker {
        direction: ltr;
        text-align: left
    }
    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0
    }
    .daterangepicker .drp-calendar.right {
        margin-left: 0
    }
    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px
    }
    .daterangepicker .drp-calendar,
    .daterangepicker .ranges {
        float: left
    }
}

@media (min-width:730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left
    }
    .daterangepicker.rtl .ranges {
        float: right
    }
    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 6px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='caret-down' class='svg-inline--fa fa-caret-down fa-w-10' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -moz-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out, -moz-box-shadow .15s ease-in-out
}

.daterangepicker select.monthselect::-ms-expand,
.daterangepicker select.yearselect::-ms-expand {
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}

.daterangepicker select.monthselect:focus,
.daterangepicker select.yearselect:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(102, 175, 233, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(102, 175, 233, .6)
}

.daterangepicker .drp-selected {
    font-weight: 700
}

.daterangepicker .drp-selected .separator {
    font-weight: 400
}

.dark-mode .daterangepicker {
    background-color: #222327;
    border: 1px solid rgba(103, 107, 118, .5) !important
}

.dark-mode .daterangepicker:after {
    border-bottom: 6px solid #222327
}

.dark-mode .daterangepicker:before {
    border-bottom: 7px solid rgba(103, 107, 118, .5)
}

.dark-mode .daterangepicker .drp-calendar {
    background-color: #222327
}

.dark-mode .daterangepicker .drp-calendar .calendar-table {
    background-color: #222327;
    border: 1px solid #222327 !important
}

.dark-mode .daterangepicker .drp-calendar .calendar-table .prev.available:hover {
    background-color: #2d2d30 !important
}

.dark-mode .daterangepicker .drp-calendar .calendar-table .prev.available span {
    border: solid #fff;
    border-width: 0 2px 2px 0
}

.dark-mode .daterangepicker .drp-calendar .calendar-table .next.available:hover {
    background-color: #2d2d30 !important
}

.dark-mode .daterangepicker .drp-calendar .calendar-table .next.available span {
    border: solid #fff;
    border-width: 0 2px 2px 0
}

.dark-mode .daterangepicker .drp-buttons {
    border-top: 1px solid rgba(103, 107, 118, .5) !important
}

.dark-mode .daterangepicker td.available:hover {
    background-color: #2d2d30 !important
}

.dark-mode .daterangepicker td.active,
.dark-mode .daterangepicker td.active:hover {
    background-color: #357ebd !important
}

.dark-mode .daterangepicker td.in-range {
    background-color: #aee6ff
}

.dark-mode .daterangepicker td.in-range:hover {
    background-color: #70d3ff !important;
    color: #fff
}

.dark-mode .daterangepicker td.end-date,
.dark-mode .daterangepicker td.end-date:hover {
    background-color: #357ebd !important
}

.dark-mode .daterangepicker td.off,
.dark-mode .daterangepicker td.off:hover {
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .daterangepicker select.monthselect,
.dark-mode .daterangepicker select.yearselect {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(103, 107, 118, .5);
    background-color: #2e3036 !important;
    outline: 0;
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='caret-down' class='svg-inline--fa fa-caret-down fa-w-10' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E")
}

.input__check {
    margin-left: 4px !important
}

.table__mass-act {
    position: absolute;
    opacity: 0;
    left: 1px;
    right: 0;
    top: 1px;
    z-index: -1;
    background: #fff;
    height: 35px;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.mass-act__list {
    padding: 0;
    list-style: none;
    float: left;
    margin: 5px 0 0;
    position: relative;
    left: 28px;
    height: 24px;
    border: 1px solid #ddd;
    border-left: none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.mass-act__list .open>.dropdown-toggle.btn-default {
    border-left: 1px solid #ddd
}

.mass-act__list>li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

.mass-act__list>li+li {
    margin-left: 15px
}

.mass-act__list>li:first-child {
    padding-left: 10px
}

.mass-act__list .btn-default {
    border: none;
    border-left: 1px solid #ddd;
    height: 22px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-top: 0
}

.mass-act__list:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.table.table-grey .table__mass-act {
    background-color: #f8f8f8;
    height: 40px
}

.table.table-grey .check-all.check-all__show .check-all__box {
    background-color: #fff
}

.table.table-grey .check-all.check-all__show .mass-act__list {
    background-color: #fff;
    margin-top: 9px
}

.check-all__box {
    padding: 5px;
    border: 1px solid #ddd;
    line-height: 0;
    z-index: 2;
    position: relative;
    top: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 24px;
    height: 24px
}

.check-all .btn-xs {
    font-size: 14px
}

.check-all__show .table__mass-act {
    z-index: 1;
    opacity: 1
}

.check-all__show .check-all__box {
    border-right-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.check-all__show .check-all__box input[type=checkbox] {
    width: 13px;
    height: 13px
}

.check-all input[type=checkbox] {
    margin-top: 0
}

@-moz-document url-prefix() {
    .check-all__box {
        top: -1px
    }
    .table.table-grey .check-all.check-all__show .mass-act__list {
        margin-top: 9px
    }
}

.dark-mode .table__mass-act {
    background-color: #27282d
}

.dark-mode .check-all__box,
.dark-mode .mass-act__list {
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .mass-act__list .btn-default {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.dark-mode .mass-act__list .btn-default,
.dark-mode .mass-act__list .open>.dropdown-toggle.btn-default {
    border-left: 1px solid rgba(103, 107, 118, .5)
}

.dark-mode .table-grey .table__mass-act {
    background-color: #27282d;
    height: 43px
}

.dark-mode .table-grey .check-all.check-all__show .mass-act__list {
    background-color: #27282d;
    margin-top: 9px
}

.dark-mode .table-grey .check-all.check-all__show .mass-act__list .btn-default {
    border: none;
    border-left: 1px solid #40434b
}

.dark-mode .table-grey .check-all.check-all__show .check-all__box,
.dark-mode .users__mass-act {
    background-color: #27282d
}

.dropdown-select {
    position: relative
}

.dropdown-select__sort {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.dropdown-select__sort-control {
    width: 100%
}

.dropdown-select__sort-icon {
    width: 35px;
    -webkit-flex-basis: 35px;
    -ms-flex-preferred-size: 35px;
    flex-basis: 35px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 7px
}

.dropdown-select__sort-icon span {
    cursor: pointer
}

.dropdown-select__sort-icon-disable {
    opacity: .4
}

.modal__confirm .modal-content {
    margin-top: 135px
}

@media (max-width:991px) {
    .modal__confirm .modal-content {
        margin-top: 45px
    }
}

.modal__confirm-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.modal__confirm-description {
    line-height: 1.714;
    margin-bottom: 16px;
    font-size: 14px;
    position: relative
}

.modal__confirm-actions {
    text-align: center
}

.modal__confirm-actions button {
    margin: 0 4px
}

.search-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    min-width: 100px;
    cursor: pointer;
    border-left: none
}

.search-select:focus {
    border-left: 1px solid #66afe9
}

@media (max-width:767px) {
    .search-select {
        min-width: 105px
    }
}

.custom__search .form-group {
    margin-bottom: 0
}

.custom__search-button {
    min-height: 34px
}

.custom__search-button:focus {
    outline: none
}

@media (max-width:767px) {
    .custom__search .input-group {
        padding-right: 38px
    }
}

.select__wrapper {
    position: relative
}

.select__wrapper:before {
    content: "\f0d7";
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    font-size: 12px;
    right: 9px;
    top: -5px;
    z-index: 1000;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width:767px) {
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        height: auto;
        min-height: 34px
    }
}

@media (min-width:768px) {
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
        height: auto;
        min-height: 34px
    }
}

.dark-mode .custom__search-button {
    color: #7b808e !important
}

.dark-mode .custom__search-button:hover {
    background-color: #222327 !important;
    border-color: rgba(103, 107, 118, .5) !important
}

.dark-mode .search-select {
    border-left: none !important
}

body:not(.dark-mode) .details__header {
    background-color: #f9f9f9 !important
}

.list-group-item {
    padding: 15px
}

.list-group-fix {
    margin-bottom: -5px
}

.ticket-message__footer .btn-group>.btn {
    padding: 1px 7px
}

.lock {
    max-width: 100%
}

.edit-message-form textarea {
    resize: vertical
}

.details a {
    outline: none !important;
    text-decoration: none
}

.details__form {
    margin-bottom: -8px !important;
    margin-top: 0
}

.details__form textarea {
    resize: vertical !important;
    margin-top: 0;
    min-height: 114px
}

.details__col {
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 950px;
    margin-top: 6px
}

@media (max-width:767px) {
    .details__col {
        max-width: 750px
    }
}

.details__col .panel {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0
}

.details__col button {
    padding: 8px 12px
}

.details__col button:focus {
    outline: none !important;
    text-decoration: none
}

.details__locked {
    vertical-align: middle
}

.details__button {
    margin-top: 8px;
    margin-right: 4px
}

.details__button .dropdown,
.details__button .dropdown button {
    width: 26px
}

.details__button .dropdown button .caret {
    position: relative;
    right: 4px
}

.details__button-right {
    margin-right: 0
}

.details__button-right+ul {
    min-width: 135px !important
}

.details__button-right i {
    margin-right: 6px
}

.details__header {
    position: relative;
    padding: 15px 85px 15px 15px
}

.details__header-title {
    font-size: 20px;
    font-weight: 500
}

.details__header-id {
    display: inline;
    vertical-align: middle;
    font-size: 16px;
    color: #a5a5a5;
    font-weight: 500;
    top: 17px;
    position: absolute;
    white-space: nowrap;
    right: 15px
}

.details__info-glyph {
    vertical-align: -2px;
    margin-left: 3px
}

.details__buttons {
    white-space: nowrap
}

.details__buttons ul {
    left: -100px
}

.details__right-btn--col {
    height: 0 !important;
    margin: 0 !important
}

.details__dropdown-right {
    margin-top: -45px;
    float: right
}

.details__back-button {
    margin-bottom: 10px;
    margin-left: 2px
}

.details__back-button span {
    font: icon;
    position: absolute;
    left: 15px;
    font-weight: 700
}

.details__username {
    display: inline-block;
    font-weight: 500;
    border-bottom: 1px solid #000;
    margin-bottom: 12px;
    color: #333
}

.details__username:hover {
    text-decoration: none;
    color: #333;
    opacity: .9
}

.details__links-nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

@media (max-width:991px) {
    .details__links-nav {
        margin-bottom: 12px
    }
}

.details__links-nav a {
    display: inline-block;
    color: #337ab7;
    padding: 4px 0
}

.details__links-nav a:hover {
    background-color: none;
    color: #23527c
}

.details__links-nav a:first-child {
    padding-top: 0
}

@media screen and (max-width:340px) {
    .details__locked {
        font-size: 11px
    }
}

@media screen and (max-width:420px) {
    .details__dropdown-right {
        float: left !important;
        margin-top: 0
    }
    .details__right-btn--col {
        height: auto !important
    }
}

.dark-mode .self:before {
    border-top-color: #1e73d0
}

.dark-mode .not-self:before {
    border-top-color: #3f434b
}

.dark-mode .ticket-message__body-message--blue {
    background: #3f434b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.dark-mode .ticket-message__body-message--blue * {
    background: #3f434b
}

.dark-mode .ticket-message__body-message--green {
    background: #1e73d0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.dark-mode .ticket-message__body-message--green * {
    background: #1e73d0
}

.dark-mode .ticket-message__body-message--text a {
    color: #fff;
    border-bottom: 1px dashed #fff
}

.dark-mode .ticket-message__body-message--text a:focus,
.dark-mode .ticket-message__body-message--text a:hover {
    text-decoration: none;
    opacity: .8
}

.dark-mode .ticket-message__footer-status,
.dark-mode .ticket-message__head-date {
    color: #878ea0
}

.dark-mode .ticket-message__footer .btn-link:hover {
    text-decoration: none !important;
    color: #1284ff
}

.dark-mode .panel-heading {
    border-color: #3f4149;
    background: #27282d
}

.dark-mode .panel-heading .details__header-title {
    color: #dfe0e1
}

.dark-mode .panel-heading .details__header-id {
    color: #878ea0
}

.dark-mode .tickets__subject a:hover {
    text-decoration: none !important;
    color: #1284ff
}

.dark-mode #dropdown-submenu-btn {
    border: none
}

.dark-mode .details__back-button:hover {
    text-decoration: none !important
}

.dark-mode .details__username {
    color: #dfe0e1;
    border-bottom: 1px solid #dfe0e1
}

.dark-mode .details__username:hover {
    color: #dfe0e1;
    opacity: .9
}

.dark-mode .details__links-nav a {
    color: #1e73d0
}

.self:before {
    content: " ";
    position: absolute;
    border: 12px solid rgba(0, 0, 0, 0);
    border-top: 14px solid #dff0d8;
    right: 18px
}

@media (max-width:767px) {
    .self:before {
        right: 4px
    }
}

.not-self:before {
    content: " ";
    position: absolute;
    left: 18px;
    border: 12px solid rgba(0, 0, 0, 0);
    border-top: 14px solid #d9edf7
}

@media (max-width:767px) {
    .not-self:before {
        left: 4px
    }
}

.my {
    margin-left: 40px
}

.not-my {
    margin-right: 40px
}

.ticket-message {
    padding: 0 30px;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .ticket-message {
        padding: 0 15px
    }
}

.ticket-message__head {
    padding: 5px 7px
}

.ticket-message__head p {
    margin: 3px 0 0;
    float: right
}

.ticket-message__head strong {
    margin-left: 1px
}

.ticket-message__head-date {
    text-align: right;
    color: #a7a7a7;
    font-size: 12px;
    position: relative;
    bottom: 20px
}

.ticket-message__body-message {
    border: none;
    -moz-box-shadow: 0 1px 1px 0 #bdbdbd;
    box-shadow: 0 1px 1px 0 #bdbdbd;
    -webkit-box-shadow: 0 1px 1px 0 #bdbdbd;
    padding: 10px;
    margin-bottom: 0
}

.ticket-message__body-message--blue {
    background-color: #d9edf7;
    border: none
}

.ticket-message__body-message--green {
    background-color: #dff0d8;
    border: none
}

.ticket-message__body-message--text {
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-wrap
}

.ticket-message__footer {
    margin-top: 5px
}

.ticket-message__footer-status {
    float: right;
    font-size: 12px;
    color: #949494;
    margin: 0 7px 0 0
}

.ticket-message__footer-dot {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 36px;
    top: 9px;
    z-index: 10
}

.ticket-message__footer-link--edit {
    margin-left: -1px
}

@media (max-width:767px) {
    .details__button-right {
        margin-left: -12px
    }
}

#popover-trigger-hover-focus-custom {
    background: none;
    padding: 0;
    color: #fff;
    font-size: 12px
}

#popover-trigger-hover-focus-custom .popover-content {
    max-width: 200px;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 8px
}

#popover-trigger-hover-focus-custom .popover-content p {
    margin: 0
}

#popover-trigger-hover-focus-custom.tw-320,
#popover-trigger-hover-focus-custom.tw-320 .popover-content {
    max-width: 320px
}

#popover-trigger-hover-focus-custom.ttl .popover-content {
    text-align: left
}

#popover-trigger-hover-focus-custom.bottom>.arrow {
    top: -10px;
    margin-left: -4px
}

#popover-trigger-hover-focus-custom.bottom>.arrow:after {
    border-width: 5px;
    margin-left: -5px;
    top: -5px;
    border-bottom-color: #000
}

#popover-trigger-hover-focus-custom.bottom {
    margin-top: 8px
}

#popover-trigger-hover-focus-custom>.arrow {
    border-width: 5px
}

.tooltip__wide {
    max-width: 280px
}

.tooltip__wide .popover-content {
    word-wrap: break-word !important;
    white-space: normal !important;
    max-width: 280px !important
}

.tooltip__top.popover.top>.arrow {
    margin-left: -4px;
    bottom: -10px
}

.tooltip__top.popover.top>.arrow:after {
    border-width: 5px;
    margin-left: -5px;
    top: -6px;
    border-top-color: #000
}

.tooltip__left.popover.left>.arrow {
    border-left-color: #000;
    border-width: 5px;
    right: -10px;
    margin-top: -5px
}

.tooltip__left.popover.left>.arrow:after {
    border-left-color: #000;
    border-width: 5px;
    right: -4px;
    bottom: -5px
}

.app-popover.bottom {
    z-index: 1070;
    padding: 5px 0;
    margin-top: -3px;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
    position: absolute;
    top: 30px;
    right: -14px;
    background: unset !important
}

.app-popover.bottom .app-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom-color: #000 !important;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top: 0 solid rgba(0, 0, 0, 0);
    margin-left: -5px;
    left: 50%;
    top: 0;
    background: unset !important
}

.app-popover.bottom .app-tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.app-popover.top {
    z-index: 1070;
    padding: 5px 0;
    margin-top: -3px;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
    position: absolute;
    top: -31px;
    left: -18px;
    background: unset !important
}

.app-popover.top .app-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-top-color: #000 !important;
    border: solid rgba(0, 0, 0, 0);
    border-width: 5px 5px 0;
    margin-left: -5px;
    left: 50%;
    bottom: 0;
    background: unset !important
}

.app-popover.top .app-tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.app-popover.left {
    z-index: 1070;
    padding: 5px 0;
    margin-top: -3px;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
    position: absolute;
    top: 1px;
    left: -60px;
    background: unset !important
}

.app-popover.left .app-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-top-color: #000 !important;
    border: solid rgba(0, 0, 0, 0);
    border-width: 5px 5px 0;
    margin-left: -5px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -7px;
    bottom: 13px;
    background: unset !important
}

.app-popover.left .app-tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.popover-enter {
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.popover-enter-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, -webkit-transform .15s;
    -o-transition: opacity .15s, -o-transform .15s;
    -moz-transition: opacity .15s, transform .15s, -moz-transform .15s;
    transition: opacity .15s, transform .15s;
    transition: opacity .15s, transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s
}

.popover-exit {
    opacity: 1
}

.popover-exit-active {
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, -webkit-transform .15s;
    -o-transition: opacity .15s, -o-transform .15s;
    -moz-transition: opacity .15s, transform .15s, -moz-transform .15s;
    transition: opacity .15s, transform .15s;
    transition: opacity .15s, transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s
}

.replies-dropdown {
    width: 300px
}

.replies-dropdown .search-item {
    padding: 3px 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.replies-dropdown .search-item .link-replies {
    padding: 0;
    display: inline;
    margin-left: 12px
}

.replies-dropdown .search-item .link-replies:focus,
.replies-dropdown .search-item .link-replies:hover {
    background: none
}

.replies-dropdown-list {
    max-height: 340px;
    overflow-y: auto;
    display: block;
    list-style: none;
    padding: 0;
    margin: 4px 0 0
}

.replies-dropdown-list>li>a {
    white-space: pre-wrap;
    word-break: break-word;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    text-decoration: none;
    color: #333
}

.replies-dropdown-list>li>a:hover {
    color: #262626;
    background-color: #f5f5f5
}

.replies-dropdown-list .empty a {
    cursor: default
}

.dark-mode .replies-dropdown-list>li>a {
    color: #dfe0e1
}

.dark-mode .replies-dropdown-list>li>a:hover {
    color: #fff;
    background-color: #2e3036
}

.replies-list {
    margin-bottom: 15px !important;
    min-width: 580px;
    border-bottom: none
}

.replies-list__loader {
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .6);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.replies-list__handle {
    width: 30px;
    max-width: 30px
}

.replies-list__title {
    width: 300px;
    max-width: 300px;
    word-break: break-word
}

.replies-list__body {
    width: 400px;
    max-width: 400px;
    word-break: break-word
}

.replies-list__body span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.replies-list__delete {
    width: 60px;
    max-width: 60px
}

.replies-list .edit-action {
    padding: 1px 7px
}

.replies-list__row {
    display: table-row
}

.replies-list__cell {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.42857143;
    padding: 8px
}

.replies-container {
    background-color: #f8f8f8
}

.replies-head {
    border: none
}

.replies-head__handle {
    width: 30px;
    max-width: 30px
}

.replies-head__title {
    width: 300px;
    max-width: 300px
}

.replies-head__body {
    width: 400px;
    max-width: 400px
}

.replies-head__delete {
    width: 60px;
    max-width: 60px
}

.replies-body {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 0
}

.replies-body.on-drag {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: none
}

.dark-mode .replies-list__loader {
    background-color: rgba(27, 28, 32, .6)
}

.dark-mode .replies-body {
    border-bottom: 1px solid #3f4149;
    background: #1b1c20
}

.dark-mode .replies-body.on-drag {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border: none
}

.dark-mode .replies-container {
    background: #2e3036
}

@-moz-document url-prefix() {
    .users__head .check-all__box {
        top: -4px !important
    }
}

.users__head {
    height: 40px
}

.users__head .check-all__box {
    padding: 5px;
    border: 1px solid #ddd;
    line-height: 0;
    z-index: 2;
    position: relative;
    top: -3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 24px;
    height: 24px
}

.users__head .check-all.check-all__show .check-all__box {
    border-right-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.users__head .check-all .table__mass-act {
    height: 38px;
    top: 0
}

.users__head .check-all .table__mass-act .mass-act__list {
    margin: 6px 0 0
}

.users__head .check-all .btn {
    line-height: 1.42857143
}

.users__head .check-all .btn-xs {
    font-size: 14px
}

.users__head .check-all input[type=checkbox] {
    margin-top: 0
}

.users__fields-link {
    color: #333;
    margin-left: 6px
}

.users__fields-link:first-child {
    margin-left: 0
}

.users__fields-link--disabled {
    pointer-events: none;
    opacity: .3
}

.users__fields-link:active,
.users__fields-link:focus,
.users__fields-link:hover {
    color: #333
}

.users-table__rates-btn {
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.users-table__rates-btn:focus,
.users-table__rates-btn:hover {
    background-color: #fff;
    border-color: rgba(0, 0, 0, .2)
}

.users-table__rates-btn:focus {
    outline: none
}

.users-table__btn-suspended {
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.users__unread {
    font-weight: 700
}

.users__status {
    padding: 0 !important;
    vertical-align: middle !important
}

.users__status .custom__filter-dropdown--button {
    padding: 3px 12px;
    line-height: 1.42857143
}

.users__edit-btn {
    margin-left: 8px;
    padding: 1px 7px
}

.dark-mode .td-caret .dropdown-right .dropdown .font__weight-med {
    line-height: 1.5
}

.dark-mode .table thead tr th a {
    color: #dfe0e1
}

.dark-mode .users__head .check-all .check-all__box {
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .users__fields-link,
.dark-mode .users__fields-link:active,
.dark-mode .users__fields-link:focus,
.dark-mode .users__fields-link:hover {
    color: #dfe0e1
}

.input__generate-group .input-group-addon {
    cursor: pointer;
    background: #fff
}

.input__generate-group .input-group-addon:active {
    background-color: #d3d3d3
}

.input__generate-group .input-group-addon:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.input__generate-input {
    -webkit-border-top-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    border-top-left-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-bottom-left-radius: 4px !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    border-top-right-radius: 0 !important
}

.input__generate-input svg {
    width: 145px !important
}

.disabled__button {
    cursor: not-allowed !important
}

.disabled__button:active,
.disabled__button:hover {
    background-color: #eee !important
}

.dark-mode .input__generate-group .input-group-addon {
    background-color: #141418
}

.dark-mode .input__generate-group .input-group-addon:hover {
    background-color: #222327
}

.dark-mode .input__generate-group .input-group-addon .glyphicon {
    color: #fff
}

.copy-rates__from-users .control-label,
.copy-rates__to-user .control-label {
    display: block
}

.copy-rates__from-users .dropdown,
.copy-rates__from-users .dropdown-menu,
.copy-rates__from-users .dropdown-toggle {
    min-width: 100%
}

.not-selected .dropdown-toggle,
.not-selected .dropdown:before {
    color: #999
}

.copy-rates__to-user select {
    height: 180px
}

.copy-rates__from-users {
    position: relative
}

.copy-rates__from-users .dropdown-menu__filters-for-custom .dropdown-menu__inner {
    max-height: 260px
}

.copy-rates__from-users .dropdown:before {
    content: " ";
    position: absolute;
    z-index: 1000;
    border-top: 4px dashed;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    top: 15px;
    right: 12px;
    cursor: pointer
}

.copy-rates__from-users .divider,
.copy-rates__from-users .dropdown-header,
.copy-rates__from-users .select-id {
    display: none !important
}

.mass-copy-rates__arrow {
    position: absolute;
    z-index: 100;
    top: 36px;
    right: -8px
}

@media screen and (max-width:991px) {
    .mass-copy-rates__arrow {
        display: none
    }
    .copy-rates__to-user label {
        margin-top: 16px
    }
}

.dark-mode .not-selected.copy-rates__from-input,
.dark-mode .not-selected button span {
    color: #999 !important
}

.dark-mode .copy-rates__from-users .dropdown-header-select a:hover,
.dark-mode .copy-rates__from-users .dropdown-menu__inner>li>a:hover,
.dark-mode .copy-rates__from-users .menu-item a:hover,
.dark-mode .copy-rates__from-users .menu-item a:hover span {
    background-color: #2e3036 !important;
    color: #fff
}

.dark-mode .copy-rates__from-users .copy-rates__to-input {
    background-color: #1b1c20 !important;
    color: #464951 !important
}

.dark-mode .copy-rates__from-users .open>.dropdown-toggle.btn-default.custom-button {
    background-color: #222327 !important;
    color: #fff;
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .copy-rates__from-users .dropdown-menu,
.dark-mode .copy-rates__from-users .dropdown-menu__input,
.dark-mode .copy-rates__from-users .menu-item a,
.dark-mode .copy-rates__from-users .menu-item a span {
    background-color: #222327 !important
}

.dark-mode .copy-rates__from-users .dropdown-header-select a {
    background-color: #2e3036 !important
}

.dark-mode .copy-rates__from-users .dropdown-header-select.not-empty a {
    color: #cecece !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .copy-rates__from-users .dropdown-menu>.dropdown-menu__inner>li>a.active,
.dark-mode .copy-rates__from-users .dropdown-menu>.dropdown-menu__inner>li>a.active span {
    background-color: #2e3036 !important;
    color: #cecece
}

.dark-mode .copy-rates__from-users .filter-options {
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .copy-rates__to-user select {
    background-color: #1b1c20 !important
}

.add-rates__select-btn .dropdown-menu__filters {
    min-width: 342px
}

.add-rates__select-btn .dropdown-menu__filters-for-custom {
    min-width: 650px;
    min-height: 30px;
    overflow: hidden
}

.add-rates__select-btn .dropdown-menu__filters-for-custom .dropdown-menu__inner {
    min-height: 30px;
    overflow-y: auto
}

.add-rates__select-btn .dropdown-menu__filters-for-custom .dropdown-menu__inner>.menu-item>a {
    white-space: normal;
    padding: 3px 55px 3px 20px
}

.dropdown-menu__filters {
    min-width: 342px
}

.dropdown-menu__filters-for-custom {
    min-width: 650px;
    max-height: 785px;
    overflow: hidden;
    min-height: 30px
}

.dropdown-menu__filters-for-custom .dropdown-menu__inner {
    max-height: 731px;
    overflow-y: auto;
    min-height: 30px
}

.dropdown-menu__filters-for-custom .dropdown-menu__inner>.menu-item>a {
    padding: 3px 20px
}

.dropdown-menu__input {
    padding: 4px 8px;
    margin-bottom: 0
}

.dropdown-menu__inner {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 279px;
    overflow-y: auto
}

.dropdown-menu__inner .menu-item {
    position: relative
}

.dropdown-menu__inner .menu-item.disabled a {
    cursor: not-allowed;
    color: #c1c1c1
}

.dropdown-menu__inner .menu-item.disabled a:hover {
    color: #c1c1c1;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu__inner .menu-item.disabled a.active {
    cursor: not-allowed
}

.dropdown-menu__inner .menu-item.disabled a.active,
.dropdown-menu__inner .menu-item.disabled a.active:hover {
    color: #c1c1c1;
    background-color: rgba(0, 0, 0, 0) !important
}

.dropdown-menu__inner .menu-item.disabled a.active .select-id {
    border: 1px solid #ddd
}

.dropdown-menu__inner .selected .glyphicon.glyphicon-ok {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-top: 4px
}

.dropdown-menu__inner .select-id {
    border: 1px solid #ddd;
    background: 0 0;
    min-width: 30px;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: 1px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    margin-right: 4px
}

.dropdown-menu__inner .select-price {
    position: absolute;
    right: 15px;
    top: 3px
}

.dropdown-menu__btn-group {
    width: 100%;
    padding: 0 8px 4px
}

.dropdown-menu__btn-group .btn {
    width: 50%
}

.dropdown-menu>.dropdown-menu__inner>li>a {
    display: block;
    padding: 3px 20px 3px 2.25em;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>.dropdown-menu__inner>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.dropdown-menu__inner>li>a.active,
.dropdown-menu>.dropdown-menu__inner>li>a.active:focus,
.dropdown-menu>.dropdown-menu__inner>li>a.active:hover {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: #e6e6e6 !important
}

.dropdown-menu>.dropdown-menu__inner>li>a.active .select-id {
    border: 1px solid #969696
}

.dropdown-menu>.dropdown-menu__inner>li>a.active:focus,
.dropdown-menu>.dropdown-menu__inner>li>a.active:hover {
    color: #333;
    background-color: #f5f5f5
}

.dropdown-menu>.dropdown-menu__inner>li>a:focus {
    text-decoration: none
}

.copy-rates__from-col .dropdown-menu.dropdown-menu__filters.dropdown-menu__filters-for-custom,
.copy-rates__from-users .dropdown-menu.dropdown-menu__filters.dropdown-menu__filters-for-custom {
    max-height: 341px !important
}

.copy-rates__from-col .dropdown-menu.dropdown-menu__filters.dropdown-menu__filters-for-custom .dropdown-menu__inner,
.copy-rates__from-users .dropdown-menu.dropdown-menu__filters.dropdown-menu__filters-for-custom .dropdown-menu__inner {
    max-height: 260px !important
}

.dark-mode .dropdown-menu__inner .menu-item.disabled a {
    color: #464951
}

.dark-mode .dropdown-menu__inner .menu-item.disabled a:hover {
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .dropdown-menu__inner .menu-item.disabled a:hover span,
.dark-mode .dropdown-menu__inner .menu-item.disabled a span {
    color: #464951 !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .dropdown-menu__inner .menu-item.disabled a.active {
    cursor: not-allowed;
    color: #464951;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .dropdown-menu__inner .menu-item.disabled a.active:hover {
    color: #464951;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .dropdown-menu__inner .menu-item.disabled a.active:hover span {
    color: #464951 !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .dropdown-menu__inner .menu-item.disabled a.active .select-id {
    border: 1px solid #ddd
}

.dark-mode .dropdown-menu__inner li a {
    color: #dfe0e1
}

.dark-mode .add-rates__form .dropdown-menu>.dropdown-menu__inner>li.disabled>a.active {
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .add-rates__form .dropdown-menu>.dropdown-menu__inner>li.disabled>a.active span {
    color: #464951 !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .add-rates__form .dropdown-menu>.dropdown-menu__inner>li.disabled>a.active .select-id {
    border: 1px solid rgba(103, 107, 118, .5)
}

.copy-rates__form .copy-rates__from-input {
    display: block
}

.copy-rates__form .copy-rates__from-input button {
    width: 100%
}

.copy-rates__form .copy-rates__from-input:before {
    content: " ";
    position: absolute;
    z-index: 1000;
    border-top: 4px dashed;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    top: 15px;
    right: 12px
}

.copy-rates__form .dropdown-menu__filters-for-custom {
    max-width: 100%;
    min-width: 100%;
    -webkit-transform: translateY(33px);
    -moz-transform: translateY(33px);
    -ms-transform: translateY(33px);
    -o-transform: translateY(33px);
    transform: translateY(33px)
}

.copy-rates__form .copy-rates__to-input {
    color: #555
}

.copy-rates__form .divider,
.copy-rates__form .dropdown-header,
.copy-rates__form .menu-item a span:first-child {
    display: none
}

.copy-rates__form .not-selected.copy-rates__from-input,
.copy-rates__form .not-selected button {
    color: #999 !important
}

.copy-rates__form .dropdown-menu__filters-for-custom .dropdown-menu__inner {
    max-height: 260px
}

.copy-rates__form .copy-rates__from-input.open>button {
    border-color: #adadad !important;
    background-color: #e6e6e6 !important
}

.copy-rates__arrow {
    position: absolute;
    bottom: 8px;
    right: -7px;
    z-index: 100
}

.copy-rates__from-col {
    position: relative
}

@media screen and (max-width:991px) {
    .copy-rates__arrow {
        display: none
    }
    .copy-rates__from-col {
        margin-bottom: 16px
    }
    .copy-rates__to-input {
        margin-bottom: -15px
    }
}

.dark-mode .copy-rates__form .dropdown-header-select a:hover,
.dark-mode .copy-rates__form .dropdown-menu__inner>li>a:hover,
.dark-mode .copy-rates__form .menu-item a:hover,
.dark-mode .copy-rates__form .menu-item a:hover span {
    background-color: #2e3036 !important;
    color: #fff
}

.dark-mode .copy-rates__form .copy-rates__to-input {
    background-color: #1b1c20 !important;
    color: #464951 !important
}

.dark-mode .copy-rates__form .open>.dropdown-toggle.btn-default.custom-button {
    background-color: #222327 !important;
    color: #fff
}

.dark-mode .copy-rates__form .dropdown-menu,
.dark-mode .copy-rates__form .dropdown-menu__input,
.dark-mode .copy-rates__form .menu-item a,
.dark-mode .copy-rates__form .menu-item a span {
    background-color: #222327 !important
}

.dark-mode .copy-rates__form .dropdown-header-select a {
    background-color: #2e3036 !important
}

.dark-mode .copy-rates__form .dropdown-header-select.not-empty a {
    color: #cecece !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .copy-rates__form .dropdown-menu>.dropdown-menu__inner>li>a.active,
.dark-mode .copy-rates__form .dropdown-menu>.dropdown-menu__inner>li>a.active span {
    background-color: #2e3036 !important;
    color: #cecece
}

.dark-mode .copy-rates__form .filter-options {
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .copy-rates__form .copy-rates__from-input.open>button {
    border-color: rgba(103, 107, 118, .5) !important
}

.user__form-payments {
    margin-top: 2px;
    margin-bottom: 11px
}

.user__form-payments>label {
    height: 10px !important
}

.user__form-payments>label>.checkbox {
    margin: -2px -2px 0 0 !important
}

.user__form-payments * {
    display: inline-block;
    font-weight: 400
}

.user__form-payments label {
    display: inline;
    cursor: pointer
}

.user__form-payments label * {
    cursor: pointer
}

.user__form-payments .checkbox {
    margin: 0 0 3px !important
}

.user__form-payments .checkbox+label {
    margin-right: 14px;
    margin-left: -2px
}

.checkbox__invisible {
    color: #c1c1c1 !important
}

.userForm .input__generate-input {
    cursor: text
}

.userFormTooltip {
    max-width: 70px
}

.checkbox__invisible input {
    background-color: #2e3036 !important
}

.paymentLabel {
    margin-bottom: 10px
}

.dark-mode .checkbox__invisible {
    color: #464951 !important
}

.dark-mode .input__generate-input[disabled] {
    background-color: #1b1c20 !important;
    color: #464951 !important
}

.dark-mode .input__generate-input+span:hover {
    border-color: rgba(103, 107, 118, .5) !important
}

.dark-mode .user__form-payments .checkbox+label {
    margin-left: 4px
}

.dark-mode .user__form-payments .checkbox.checkbox__invisible input {
    background-color: #2e3036 !important
}

.dark-mode .user__form-payments .checkbox.checkbox__invisible input:after {
    color: rgba(103, 107, 118, .5)
}

.table__activity>tbody>tr>td,
.table__activity>thead>tr>th {
    line-height: 1.42857143;
    vertical-align: middle
}

.table__signin>tbody>tr>td,
.table__signin>thead>tr>th {
    line-height: 1.42857143
}

.history__pagination {
    margin-bottom: 0
}

.dark-mode .user-rates__card,
.dark-mode .user-rates__card .card__header {
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .user-rates__card .card__body .rates-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #222327;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.dark-mode .user-rates__card .card__body .rates-container::-webkit-scrollbar {
    width: 8px;
    background-color: #222327
}

.dark-mode .user-rates__card .card__body .rates-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #3f4149
}

.dark-mode .user-rates__card .card__body .rates-container .table-category:first-child .table-rate__item {
    border-top: none
}

.dark-mode .user-rates__card .card__body .rates-container .table-rate:last-child td {
    border-bottom: 1px solid #3f4149
}

.dark-mode .user-rates__card .card__body .rates-container .table-rate__item {
    border-top: 1px solid #3f4149
}

.dark-mode .user-rates__card .card__body .rates-container .table-rate__item tbody tr td .item__selected-info .item__id {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(103, 107, 118, .5);
    background-color: #141418
}

.dark-mode .user-rates__card .card__footer {
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .user-rates__table,
.dark-mode .user-rates__table thead tr th {
    border-bottom: 1px solid rgba(103, 107, 118, .5) !important
}

.dark-mode .user-rates .item__selected-info .item__id {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(103, 107, 118, .5);
    background-color: #141418
}

.dark-mode .user-rates__title {
    color: #dfe0e1
}

.user-rates__alert .alert {
    margin-top: 10px;
    margin-bottom: 0
}

.user-rates__title {
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.user-rates__card {
    margin-top: 16px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.user-rates__card .card__header {
    padding: 16px;
    border-bottom: 1px solid #e5e5e5
}

@media (max-width:767px) {
    .user-rates__card .card__header .dropdown-multi {
        margin-bottom: 12px
    }
}

.user-rates__card .card__header .nav {
    padding-bottom: 0 !important
}

.user-rates__card .card__body {
    min-height: 674px;
    max-height: 674px;
    position: relative;
    overflow-y: hidden
}

.user-rates__card .card__body .modal-loader-small {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.user-rates__card .card__body .body__empty {
    color: #999;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.user-rates__card .card__body .table-responsive {
    margin-bottom: 0
}

@media (max-width:767px) {
    .user-rates__card .card__body .table-responsive {
        border: none !important
    }
}

.user-rates__card .card__body .body__head,
.user-rates__card .card__body .rates-container {
    min-width: 1138px
}

.user-rates__card .card__body .rates-container .table-category:first-child .table-rate__item {
    border-top: none
}

.user-rates__card .card__body .rates-container .table-rate:last-child td {
    border-bottom: 1px solid #ddd
}

.user-rates__card .card__body .rates-container .table-rate__item {
    border: none;
    border-top: 1px solid #ddd
}

.user-rates__card .card__body .rates-container .table-rate__item tbody tr td {
    vertical-align: middle;
    border-top: none
}

.user-rates__card .card__body .rates-container .table-rate__item tbody tr td .rate-danger {
    color: #d43f3a
}

.user-rates__card .card__body .rates-container .table-rate__item tbody tr td .rates-provider-value {
    color: #999;
    font-size: 12px
}

.user-rates__card .card__body .rates-container .table-rate__item tbody tr td:first-child {
    padding-left: 14px;
    width: 4%
}

.user-rates__card .card__body .rates-container .table-rate__item tbody tr td:last-child {
    padding-right: 12px
}

.user-rates__card .card__body .rates-container .table-rate__item tbody tr td .item__selected-info {
    position: relative;
    padding-right: 50px;
    padding-left: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.user-rates__card .card__body .rates-container .table-rate__item tbody tr td .item__selected-info .item__id {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #ddd;
    background: 0 0;
    min-width: 30px;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: 1px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em
}

.user-rates__card .card__body .rates-container .table-rate__item tbody tr td .item__selected-info .item__old-rate {
    position: absolute;
    right: 0
}

.user-rates__card .card__body .rates-container .table-rate__item tbody tr td.table-services {
    min-width: 300px;
    word-break: break-all;
    white-space: normal
}

.user-rates__card .card__body .rates-container .table-rate__item tbody tr td.service-rate,
.user-rates__card .card__body .rates-container .table-rate__item tbody tr td.table-rate {
    width: 20%
}

.user-rates__card .card__footer {
    padding: 16px;
    border-top: 1px solid #e5e5e5
}

.user-rates__card .card__footer-primary {
    margin-right: 10px
}

.user-rates__list {
    width: 1138px
}

.user-rates__search__icon {
    display: block;
    margin-bottom: 0
}

.user-rates__search__icon:before {
    position: absolute;
    left: 8px;
    top: 7px;
    color: #999;
    z-index: 3;
    content: "\F002";
    display: inline-block;
    font-weight: 900;
    font-size: inherit;
    font-family: "Font Awesome\ 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.user-rates__table {
    border: none
}

.user-rates__table thead tr th:first-child {
    width: 4%
}

.user-rates__table thead tr th.service {
    min-width: 300px
}

.user-rates__table thead tr th.rate,
.user-rates__table thead tr th:last-child {
    width: 20%
}

.user-rates__table .table__mass-act {
    top: 0;
    left: 0;
    height: 45px !important
}

.user-rates__table .table__mass-act .mass-act__list {
    margin-left: 7px;
    margin-top: 10px !important
}

.user-rates__table thead tr th {
    border-bottom: 1px solid #ddd !important
}

.user-rates__table thead tr th:first-child {
    padding-left: 12px
}

.user-rates__table-category {
    font-size: 14px;
    font-weight: 700;
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.user-rates__custom-prices {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-rates__custom-prices .rate-unconfirmed {
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #f0ad4e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.user-rates__custom-prices .form-group {
    margin-bottom: 0;
    margin-left: 23px;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.user-rates__custom-prices .form-group .form-control {
    min-width: 65px;
    padding-left: 8px;
    padding-right: 4px
}

.user-rates__custom-prices .form-group .dropdown .dropdown-toggle,
.user-rates__custom-prices .form-group .dropup .dropdown-toggle {
    min-height: 34px;
    min-width: 50px;
    padding: 4px 8px
}

.user-rates__custom-prices .form-group .dropdown .dropdown-toggle .caret,
.user-rates__custom-prices .form-group .dropup .dropdown-toggle .caret {
    margin-left: 4px
}

.user-rates__custom-prices .form-group .dropdown .dropdown-menu,
.user-rates__custom-prices .form-group .dropup .dropdown-menu {
    min-width: auto
}

.edit-rate .dropdown .dropdown-toggle {
    min-height: 34px
}

.edit-rate .dropdown .dropdown-menu {
    min-width: auto
}

#user-rates__search-input {
    padding-left: 25px
}

.modal-leave .modal-content {
    margin-top: 135px
}

@media (max-width:991px) {
    .modal-leave .modal-content {
        margin-top: 45px
    }
}

.modal-leave-title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.modal-leave-description {
    text-align: center;
    line-height: 1.714;
    margin-bottom: 16px;
    font-size: 14px;
    position: relative
}

.modal-leave-actions {
    text-align: center
}

.modal-leave-actions button {
    margin: 0 4px
}

.dark-mode .dropdown-multi .dropdown-menu__filters .menu-item,
.dark-mode .dropdown-multi .dropdown-menu__filters .menu-item .item-link {
    color: #dfe0e1
}

.dark-mode .dropdown-multi .dropdown-menu__filters .menu-item .item-link:hover {
    background-color: #2e3036 !important;
    color: #dfe0e1 !important
}

.dark-mode .dropdown-multi .dropdown-menu__filters .menu-item.selected .item-link {
    background-color: #2e3036 !important
}

.dark-mode .dropdown-multi .dropdown-menu__filters .dropdown-title:not(.disabled) {
    color: #dfe0e1
}

.dark-mode .dropdown-multi .dropdown-menu__filters .dropdown-title.disabled {
    color: #464951
}

.dark-mode .dropdown-multi .dropdown-menu__filters .dropdown-title.selected {
    background-color: #2e3036 !important
}

.dark-mode .dropdown-multi .dropdown-menu__filters .dropdown-title:hover:not(.disabled) {
    background-color: #2e3036 !important;
    color: #dfe0e1 !important
}

.dark-mode .dropdown-multi .dropdown-menu__filters .dropdown-footer {
    border-top-color: #3f4149
}

.dark-mode .dropdown-multi.open .dropdown-toggle,
.dark-mode .dropdown-multi.open .dropdown-toggle span {
    background-color: #222327 !important;
    color: #fff
}

.dark-mode .dropdown-multi.open .select-id {
    color: #dfe0e1;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(103, 107, 118, .5);
    background-color: #141418 !important
}

.menu-item-no_result a {
    padding: 8px 20px 3px 8px !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    min-height: 34px
}

.menu-item-no_result a:hover {
    text-decoration: none
}

.dropdown-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 12px;
    font-weight: 700;
    line-height: 1.42857143;
    color: #333;
    cursor: pointer
}

.dropdown-title .title-check {
    margin-right: 8px;
    margin-top: 2px;
    cursor: pointer
}

.dropdown-title:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-title-select a {
    background-color: #e6e6e6;
    padding: 3px 20px !important;
    cursor: not-allowed;
    color: #333
}

.dropdown-title-select a:hover {
    background-color: #e6e6e6 !important
}

.dropdown-title-select.not-empty a {
    color: #777 !important;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-title-select.not-empty a:hover {
    background-color: rgba(0, 0, 0, 0) !important
}

.dropdown-title.disabled {
    color: #c1c1c1;
    cursor: not-allowed
}

.dropdown-title.disabled:hover {
    color: #c1c1c1;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-multi .custom-button {
    width: auto;
    text-align: left
}

.dropdown-multi .dropdown-menu__filters {
    max-width: 500px;
    min-width: 280px;
    margin-top: 8px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important
}

.dropdown-multi .dropdown-menu__filters .modal-loader-small {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.dropdown-multi .dropdown-menu__filters .dropdown-footer {
    padding: 16px 16px 11px;
    border-top: 1px solid #e5e5e5
}

.dropdown-multi .dropdown-menu__filters .dropdown-footer .btn-primary {
    margin-right: 10px
}

.dropdown-multi .dropdown-menu__input {
    padding: 4px 8px;
    margin-bottom: 0
}

.dropdown-multi .dropdown-menu__inner {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.dropdown-multi .dropdown-menu__inner .menu-item {
    position: relative
}

.dropdown-multi .dropdown-menu__inner .menu-item.disabled .item-check {
    cursor: not-allowed
}

.dropdown-multi .dropdown-menu__inner .menu-item.disabled .item-link {
    cursor: not-allowed;
    color: #c1c1c1
}

.dropdown-multi .dropdown-menu__inner .menu-item.disabled .item-link:hover {
    text-decoration: none;
    color: #c1c1c1;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-multi .dropdown-menu__inner .menu-item.disabled .item-link.active {
    cursor: not-allowed;
    color: #c1c1c1;
    background-color: rgba(0, 0, 0, 0) !important
}

.dropdown-multi .dropdown-menu__inner .menu-item.disabled .item-link.active:hover {
    color: #c1c1c1;
    background-color: rgba(0, 0, 0, 0) !important
}

.dropdown-multi .dropdown-menu__inner .menu-item.disabled .item-link.active .select-id {
    border: 1px solid #ddd
}

.dropdown-multi .dropdown-menu__inner .menu-item .item-link {
    padding: 4px 12px;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    width: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-all;
    white-space: normal;
    height: auto;
    cursor: pointer
}

.dropdown-multi .dropdown-menu__inner .menu-item .item-link:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-multi .dropdown-menu__inner .menu-item .item-link .item-check {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 9px;
    margin-top: 2px;
    cursor: pointer
}

.dropdown-multi .dropdown-menu__inner .selected {
    background-color: #f5f5f5
}

.dropdown-multi .dropdown-menu__inner .select-id {
    border: 1px solid #ddd;
    background: 0 0;
    min-width: 30px;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: 1px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    margin-right: 4px
}

.dropdown-multi .dropdown-menu__inner .item-data {
    margin-right: 8px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.dropdown-multi .dropdown-menu__inner .selected-price {
    white-space: nowrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: auto
}

.dropdown-multi .dropdown-menu__btn-group {
    width: 100%;
    padding: 0 8px 4px
}

.dropdown-multi .dropdown-menu__btn-group .btn {
    width: 50%
}

.open>.dropdown-toggle.btn-default.custom-button {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.dropdown-menu__filters.dropdown-menu>.dropdown-menu__inner>li>.item-link {
    height: auto;
    min-height: 100%
}

.dropdown-menu>.dropdown-menu__inner>li>.item-link:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.dropdown-menu__inner>li>.item-link.active,
.dropdown-menu>.dropdown-menu__inner>li>.item-link.active:focus,
.dropdown-menu>.dropdown-menu__inner>li>.item-link.active:hover {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: #e6e6e6 !important
}

.dropdown-menu>.dropdown-menu__inner>li>.item-link.active .select-id {
    border: 1px solid #969696
}

.dropdown-menu>.dropdown-menu__inner>li>.item-link.active:focus,
.dropdown-menu>.dropdown-menu__inner>li>.item-link.active:hover {
    color: #333;
    background-color: #f5f5f5
}

.dropdown-menu>.dropdown-menu__inner>li>.item-link:focus {
    text-decoration: none
}

.export-wrapper {
    padding: 15px 10px 45px;
    background: #f8f8f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    position: relative
}

@media (max-width:991px) {
    .export-wrapper {
        padding: 15px 10px 50px
    }
}

.export-wrapper * {
    line-height: 1.42857143 !important
}

.export-wrapper .btn-toolbar,
.export-wrapper .btn-toolbar .dropdown {
    margin-left: 0
}

.export-wrapper .dropdown,
.export-wrapper .dropdown-toggle {
    width: 100%;
    text-align: start;
    font-weight: 400
}

.export-wrapper .dropdown-toggle .caret,
.export-wrapper .dropdown .caret {
    position: absolute;
    right: 12px;
    top: 14px
}

.export-wrapper .dropdown ul {
    width: 100%
}

.export-wrapper .dropdown-menu li a {
    padding-left: 10px
}

.export__form {
    margin: 0
}

.export__form-col {
    padding: 0 5px;
    position: static
}

@media (max-width:991px) {
    .export__form-col {
        width: 100%;
        margin-bottom: 10px
    }
}

.export__form-calendars--col {
    padding: 0
}

.export__form-calendars--col:first-child {
    padding-right: 10px
}

@media (max-width:991px) {
    .export__form-calendars--col:first-child {
        padding-right: 0;
        margin-bottom: 10px
    }
}

.export__form-submit .export__form-submit {
    width: 100%
}

.export__form-submit .export__form-modal {
    position: absolute;
    bottom: 8px;
    left: 2px
}

.export__form-submit .export__form-modal:active,
.export__form-submit .export__form-modal:focus,
.export__form-submit .export__form-modal:visited {
    text-decoration: none;
    outline: none !important
}

@media (max-width:991px) {
    .export__form-submit .export__form-modal {
        position: static;
        margin-left: -12px;
        margin-top: -8px;
        margin-bottom: 5px
    }
}

.dark-mode .export-wrapper {
    background-color: #222327;
    border: 1px solid #3f4149
}

.dark-mode .export__form {
    background-color: #222327
}

.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid rgba(0, 0, 0, .2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 7px solid rgba(0, 0, 0, .2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td {
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 54px;
    line-height: 54px !important;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px !important;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: "";
    display: inline-block;
    border-color: rgba(0, 0, 0, .2) rgba(0, 0, 0, 0) #337ab7;
    border-style: solid;
    border-width: 0 0 7px 7px;
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px !important;
    margin: 2px 1.5px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th {
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

input.date-picker {
    margin-top: -5px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.dark-mode .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-bottom-color: rgba(103, 107, 118, .5)
}

.dark-mode .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-bottom-color: #222327
}

.dark-mode .bootstrap-datetimepicker-widget table td.day:not(.active):not(.disabled):hover,
.dark-mode .bootstrap-datetimepicker-widget table td span:hover:not(.active):not(.disabled),
.dark-mode .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background-color: #2d2d30
}

.select__selected-glyph {
    position: absolute;
    right: 15px;
    top: 5px
}

.select__menu-item {
    position: relative
}

.select__empty:hover,
.select__empty:hover a,
ul>.select__empty {
    background-color: #fff !important;
    cursor: default
}

.select__wide-button {
    text-align: left
}

.select__wide-button+ul {
    width: 100% !important
}

.select__wide-button .caret {
    position: absolute;
    right: 10px;
    top: 15px
}

.dropdown>.select__wide-button,
.select__wrapper,
.select__wrapper .dropdown {
    width: 100% !important
}

.select__empty {
    color: #999;
    border-color: rgba(0, 0, 0, .2)
}

.select__empty:hover {
    color: #999
}

.select__button {
    cursor: pointer !important
}

.select__button:hover,
.select__opened,
.select__opened:hover {
    background-color: #e6e6e6 !important;
    border-color: #adadad !important
}

.select__opened,
.select__opened:hover {
    color: #333;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.dark-mode .dropdown .select__button:hover {
    background-color: #222327 !important;
    border-color: rgba(103, 107, 118, .5) !important
}

.dark-mode .dropdown .dropdown-menu .divider {
    background-color: #3f4149
}

.dark-mode .dropdown.open .select__button {
    color: #dfe0e1;
    background-color: #222327 !important;
    border-color: rgba(103, 107, 118, .5) !important
}

.export-table {
    margin-top: 15px
}

.export-table th {
    padding: 8px
}

.export-table .export-download-button {
    text-align: end;
    padding-right: 15px
}

.export-table .export-download-button a {
    line-height: 1.5 !important
}

.export-table .export-download-button a:active,
.export-table .export-download-button a:focus {
    outline: none !important
}

.export-table * {
    line-height: 1.42857143 !important
}

.customize__modal .modal-header {
    border-bottom: none
}

.customize__modal-footer {
    border-top: none;
    text-align: left;
    line-height: 1.42857143
}

.customize__modal h2:first-child {
    margin-top: 0
}

.customize__modal .btn-group-vertical {
    width: 100%
}

.customize__modal .customize__li {
    padding: 10px 15px;
    text-align: left;
    cursor: default;
    min-width: 100% !important;
    border-color: #ddd;
    background-color: #fff
}

@media only screen and (max-width:991px) {
    .customize__modal .customize__li input {
        margin-top: 4px
    }
}

@media only screen and (max-width:991px) {
    .customize__modal .customize__li label {
        margin-top: 0
    }
}

.customize__modal .customize__list {
    margin-bottom: -10px !important
}

.customize__modal .customize__checkbox {
    display: inline
}

.customize__modal .customize__checkbox input {
    cursor: pointer
}

.customize__modal .customize__title {
    margin-top: 0
}

.customize__modal .customize__close {
    float: right
}

@-moz-document url-prefix() {
    .customize__checkbox input {
        top: -2px
    }
}

.dark-mode .customize__li {
    background-color: #1b1c20 !important;
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .customize__li:hover {
    border: 1px solid #3f4149 !important
}

.dark-mode .customize__li input {
    background-color: #2b2d33 !important;
    margin-right: 4px !important
}

.dark-mode .export__wrapper.export__wrapper-orders .export__col .dropdown.open .dropdown-toggle {
    color: #dfe0e1;
    background-color: #222327;
    border-color: rgba(103, 107, 118, .5)
}

.dark-mode .export__wrapper.export__wrapper-orders .export__col .dropdown.open .dropdown-menu .select__menu-item a:not(:hover):focus,
.dark-mode .export__wrapper.export__wrapper-orders .export__col .dropdown.open .dropdown-toggle span {
    background-color: rgba(0, 0, 0, 0)
}

.dark-mode .export__wrapper.export__wrapper-orders .export__col .export__col-modal:hover {
    color: #1284ff;
    text-decoration: none
}

@-moz-document url-prefix() {
    .dark-mode .customize__checkbox input {
        top: 1px
    }
}

.table__orders .refill-link {
    white-space: normal !important;
    word-break: break-all;
    min-width: 300px
}

.table__orders .refill-link span {
    margin-right: 6px
}

.table__orders .refill-link .link-to-refill {
    opacity: 0;
    font-size: 12px
}

.table__orders .refill-link .refill-button {
    margin-right: 6px
}

.table__orders .order__link:hover {
    text-decoration: none
}

.table__orders .service__row {
    white-space: normal !important;
    word-break: break-all;
    min-width: 200px
}

.table__orders .service__id {
    border: 1px solid #ddd;
    background: none;
    min-width: 30px;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: 1px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    margin-right: 5px
}

.table__orders tbody tr td:nth-last-child(3) {
    white-space: normal
}

.table__orders tbody tr td .orders-pay-hash {
    word-break: break-word
}

.table__orders tbody tr td .label-api {
    background-color: #aaa;
    font-size: 9px
}

.table__orders tbody tr:hover .link-to-refill {
    opacity: 1
}

.table__orders tbody .order-row-secondary td {
    white-space: normal
}

.table__orders-checker {
    width: 37px;
    min-width: 37px
}

.table__orders-id {
    width: 85px;
    min-width: 65px
}

.table__orders-user {
    width: 100px;
    min-width: 100px
}

.table__orders-charge {
    width: 75px;
    min-width: 75px
}

.table__orders-charge--danger {
    color: #da3737 !important
}

.table__orders-start_count {
    width: 90px;
    min-width: 90px
}

.table__orders-quantity {
    width: 80px;
    min-width: 80px
}

.table__orders-status {
    width: 90px;
    min-width: 80px
}

.table__orders-mode,
.table__orders-remains {
    width: 80px;
    min-width: 70px
}

.table__orders-actions,
.table__orders-date {
    width: 95px;
    min-width: 80px
}

.table__orders-link {
    min-width: 300px;
    width: 600px
}

.table__orders-service {
    min-width: 200px;
    max-width: 300px
}

.dark-mode .table__orders tbody tr td .label-api {
    background-color: #40434b
}

.nav.tabs.nav-pills {
    float: left
}

@media (max-width:767px) {
    .nav.tabs.nav-pills {
        width: 100%
    }
}

.nav.tabs li+li {
    margin: 0
}

@media (max-width:767px) {
    .nav.tabs li {
        width: 100%;
        margin-bottom: 3px !important
    }
}

.nav.tabs li a {
    padding: 7px 15px;
    margin-right: 5px
}

.nav.tabs li a:visited {
    color: #337ab7
}

.nav.tabs li a:focus,
.nav.tabs li a:hover {
    background-color: #eee;
    outline: none
}

.nav.tabs li.active a {
    border-bottom: 1px solid #e7e7e7;
    background: #e7e7e7;
    color: #555
}

.nav.tabs li.active .badge {
    color: #fff !important;
    background-color: #777 !important
}

.nav.tabs li.active .badge.badge-error {
    background-color: #e65555 !important;
    color: #fff !important
}

.dark-mode .nav>li.active>a,
.dark-mode .nav>li>a:hover {
    text-decoration: none;
    background-color: #27282d
}

.dark-mode .nav>li.active>a {
    color: #dfe0e1;
    border-bottom: 1px solid #27282d
}

@media (min-width:720px) {
    .orders-error {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
}

.export__wrapper {
    padding: 15px 15px 45px;
    background: #f8f8f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    position: relative;
    line-height: 1.42857143
}

.export__wrapper .export__row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991px) {
    .export__wrapper .export__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.export__wrapper .export__row .export__col {
    display: table-cell;
    width: 100%;
    padding: 0 5px;
    vertical-align: middle
}

.export__wrapper .export__row .export__col .btn-toolbar,
.export__wrapper .export__row .export__col .btn-toolbar .dropdown {
    margin-left: 0
}

@media (max-width:991px) {
    .export__wrapper .export__row .export__col {
        display: block;
        width: 100%;
        padding: 5px 15px
    }
}

@media (max-width:991px) {
    .export__wrapper .export__row .export__col:first-child {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.export__wrapper .export__row .export__col .form-group,
.export__wrapper .export__row .export__col .form-group .control-label {
    margin-bottom: 0
}

.export__wrapper .export__row .export__col .form-group .dropdown-menu a {
    padding-left: 10px
}

.export__wrapper .export__row .export__col.format .dropdown-menu,
.export__wrapper .export__row .export__col.modes .dropdown-menu {
    width: 100% !important
}

.export__wrapper .export__row .export__col .export__col-submit {
    margin-top: 20px;
    width: 100%;
    line-height: 1.42857143
}

@media (max-width:991px) {
    .export__wrapper .export__row .export__col .export__col-submit {
        margin-top: 0
    }
}

.export__wrapper .export__row .export__col .export__col-modal {
    display: inline-block;
    line-height: 1.42857143;
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 0;
    border: none
}

@media (max-width:991px) {
    .export__wrapper .export__row .export__col .export__col-modal {
        position: relative;
        left: 0;
        bottom: 0;
        margin-bottom: 10px
    }
}

.export__wrapper .export__row .export__col .export__col-modal:active,
.export__wrapper .export__row .export__col .export__col-modal:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.export__wrapper .export__row .export__col:first-child {
    -webkit-flex-basis: 210px;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px
}

.export__wrapper .export__row .export__col:last-child {
    padding-right: 15px
}

.export__wrapper.export__wrapper-orders .dropdown.btn-group,
.export__wrapper.export__wrapper-orders .dropdown.btn-group .dropdown-toggle.custom-button.btn.btn-default {
    width: 100%
}

@media (max-width:991px) {
    .export__wrapper.export__wrapper-orders .dropdown .dropdown-menu {
        width: 100% !important
    }
}

.export__wrapper.export__wrapper-orders .custom__filter-dropdown--button {
    width: 100%;
    text-align: left;
    font-weight: 400
}

.export__wrapper.export__wrapper-orders .custom__filter-dropdown--button .caret {
    position: absolute;
    right: 12px;
    top: 14px
}

.export__wrapper.export__wrapper-orders .dropdown-toggle {
    line-height: 1.42857143
}

.export__wrapper.export__wrapper-orders .export__col .dropdown .dropdown-toggle {
    padding-right: 25px
}

.export__wrapper.export__wrapper-orders .export__col .dropdown .dropdown-toggle .filter-options {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    float: left !important
}

.dark-mode .export__wrapper {
    background-color: #222327;
    border: 1px solid #3f4149;
    padding-bottom: 44px
}

.dark-mode .export__wrapper>div {
    background-color: #222327
}

.dark-mode .export__wrapper-orders .dropdown .custom__filter-dropdown--button+.dropdown-menu li.active a,
.dark-mode .export__wrapper-orders .dropdown .custom__filter-dropdown--button+.dropdown-menu li.active a:hover {
    background-color: #2e3036
}

@media (max-width:991px) {
    .dark-mode .export__wrapper {
        padding-bottom: 50px
    }
}

.dark-mode .export__form-calendars,
.dark-mode .export__form-selects,
.dark-mode .export__form-submit--col {
    background-color: #222327
}

.dark-mode .export__form-calendars {
    z-index: 20
}

.dark-mode .export__form-selects {
    background-color: #222327
}

@media (max-width:991px) {
    .dark-mode .export__form-selects:nth-child(2) {
        z-index: 15
    }
}

@media (max-width:991px) {
    .dark-mode .export__form-selects:nth-child(3) {
        margin-top: -2px !important
    }
}

.dark-mode .export__form-selects .dropdown {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.dark-mode .export__form-selects #exportStatusesDropdown:hover {
    color: #dfe0e1 !important;
    background-color: #222327 !important;
    border-color: rgba(103, 107, 118, .5) !important
}

.dark-mode .export__form-selects .open button {
    background-color: #222327 !important;
    border: 1px solid #3f4149 !important
}

.dark-mode .export__form-selects .dropdown-menu li.active a {
    background-color: #2e3036;
    color: #dfe0e1
}

.dark-mode .export__modal-button {
    text-decoration: none !important;
    bottom: 8px
}

.dark-mode .export__modal-button:active,
.dark-mode .export__modal-button:hover {
    text-decoration: none !important;
    color: #1284ff
}

@media (max-width:991px) {
    .dark-mode .export__modal-button {
        margin-top: -12px
    }
}

.dark-mode .export__empty-dropdown {
    color: #999 !important
}

.select__wrapper-request .dropdown-menu {
    min-width: 542px;
    max-height: 786px;
    overflow: hidden
}

@media (max-width:767px) {
    .select__wrapper-request .dropdown-menu {
        min-width: 100%
    }
}

.select__wrapper-request .dropdown-menu .select__header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.select__wrapper-request .dropdown-menu .select__menu-item {
    position: relative
}

.select__wrapper-request .dropdown-menu .select__menu-item a {
    padding-left: 2.25em !important
}

.select__wrapper-request .request__status {
    padding: 0 10px
}

.select__wrapper-request .request__menuItem a {
    padding: 3px 10px
}

.dark-mode .menu-item-no_result a {
    color: #cecece !important;
    background-color: #2e3036 !important
}

.dark-mode .dropdown-virtual .dropdown-menu__filters .menu-item,
.dark-mode .dropdown-virtual .dropdown-menu__filters .menu-item .item-link {
    color: #dfe0e1
}

.dark-mode .dropdown-virtual .dropdown-menu__filters .menu-item .item-link:hover {
    background-color: #2e3036 !important;
    color: #dfe0e1 !important
}

.dark-mode .dropdown-virtual .dropdown-menu__filters .dropdown-title:not(.disabled) {
    color: #dfe0e1
}

.dark-mode .dropdown-virtual .dropdown-menu__filters .dropdown-title.disabled {
    color: #464951
}

.dark-mode .dropdown-virtual .dropdown-menu__filters .dropdown-title.selected {
    background-color: #2e3036 !important
}

.dark-mode .dropdown-virtual .dropdown-menu__filters .dropdown-title:hover:not(.disabled) {
    background-color: #2e3036 !important;
    color: #dfe0e1 !important
}

.dark-mode .dropdown-virtual .dropdown-menu__filters .dropdown-footer {
    border-top-color: #3f4149
}

.dark-mode .dropdown-virtual.open .dropdown-toggle,
.dark-mode .dropdown-virtual.open .dropdown-toggle span {
    background-color: #222327 !important;
    color: #fff
}

.dark-mode .dropdown-virtual.open .select-id {
    color: #dfe0e1;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(103, 107, 118, .5);
    background-color: #141418 !important
}

.dark-mode .dropdown-virtual .list-notify {
    background-color: #222327;
    border-color: rgba(103, 107, 118, .5);
    -webkit-box-shadow: 0 6px 12px #1b1c20;
    -moz-box-shadow: 0 6px 12px #1b1c20;
    box-shadow: 0 6px 12px #1b1c20
}

.dark-mode .dropdown-menu__inner .menu-item.disabled .item-link {
    color: #464951
}

.dark-mode .dropdown-menu__inner .menu-item.disabled .item-link:hover {
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .dropdown-menu__inner .menu-item.disabled .item-link:hover span,
.dark-mode .dropdown-menu__inner .menu-item.disabled .item-link span {
    color: #464951 !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .dropdown-menu__inner .menu-item.disabled .item-link.active {
    cursor: not-allowed;
    color: #464951;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .dropdown-menu__inner .menu-item.disabled .item-link.active:hover {
    color: #464951;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .dropdown-menu__inner .menu-item.disabled .item-link.active:hover span {
    color: #464951 !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.dark-mode .dropdown-menu__inner .menu-item.disabled .item-link.active .select-id {
    border: 1px solid #ddd
}

.menu-item-no_result a {
    background: #f5f5f5
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-header-select a {
    background-color: #e6e6e6;
    padding: 3px 20px !important;
    cursor: not-allowed;
    color: #333
}

.dropdown-header-select a:hover {
    background-color: #e6e6e6 !important
}

.dropdown-header-select.not-empty a {
    color: #777 !important;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-header-select.not-empty a:hover {
    background-color: rgba(0, 0, 0, 0) !important
}

.dropdown-virtual .dropdown-menu__filters {
    min-width: 292px
}

.dropdown-virtual .dropdown-menu__filters-for-custom {
    min-width: 650px;
    max-height: 785px;
    overflow: hidden;
    min-height: 30px
}

.dropdown-virtual .dropdown-menu__filters-for-custom .dropdown-menu__inner {
    max-height: 731px;
    overflow-y: auto;
    min-height: 30px
}

.dropdown-virtual .dropdown-menu__filters-for-custom .dropdown-menu__inner>.menu-item>a {
    padding: 3px 20px
}

.dropdown-virtual .dropdown-menu__input {
    padding: 4px 8px;
    margin-bottom: 0
}

.dropdown-virtual .dropdown-menu__inner {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 279px;
    overflow-y: auto
}

.dropdown-virtual .dropdown-menu__inner .menu-item {
    position: relative
}

.dropdown-virtual .dropdown-menu__inner .menu-item.disabled a {
    cursor: not-allowed;
    color: #c1c1c1
}

.dropdown-virtual .dropdown-menu__inner .menu-item.disabled a:hover {
    color: #c1c1c1;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-virtual .dropdown-menu__inner .menu-item.disabled a.active {
    cursor: not-allowed;
    color: #c1c1c1;
    background-color: rgba(0, 0, 0, 0) !important
}

.dropdown-virtual .dropdown-menu__inner .menu-item.disabled a.active:hover {
    color: #c1c1c1;
    background-color: rgba(0, 0, 0, 0) !important
}

.dropdown-virtual .dropdown-menu__inner .menu-item.disabled a.active .select-id {
    border: 1px solid #ddd
}

.dropdown-virtual .dropdown-menu__inner .selected .glyphicon.glyphicon-ok {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-top: 4px
}

.dropdown-virtual .dropdown-menu__inner .select-id {
    border: 1px solid #ddd;
    background: 0 0;
    min-width: 30px;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: 1px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    margin-right: 4px
}

.dropdown-virtual .dropdown-menu__inner .select-price {
    position: absolute;
    right: 15px;
    top: 3px
}

.dropdown-virtual .dropdown-menu__inner li a {
    display: block;
    padding: 3px 30px 3px 2.25em;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333
}

.dropdown-virtual .dropdown-menu__btn-group {
    width: 100%;
    padding: 0 8px 4px
}

.dropdown-virtual .dropdown-menu__btn-group .btn {
    width: 50%
}

.dropdown-virtual .list-notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.open .dropdown-toggle.btn-default.custom-button {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.dropdown-virtual .dropdown-menu .dropdown-menu__inner li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-virtual .dropdown-menu .dropdown-menu__inner li a.active,
.dropdown-virtual .dropdown-menu .dropdown-menu__inner li a.active:focus,
.dropdown-virtual .dropdown-menu .dropdown-menu__inner li a.active:hover {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: #e6e6e6 !important
}

.dropdown-virtual .dropdown-menu>.dropdown-menu__inner>li>a.active .select-id {
    border: 1px solid #969696
}

.dropdown-virtual .dropdown-menu .dropdown-menu__inner li a.active:focus,
.dropdown-virtual .dropdown-menu .dropdown-menu__inner li a.active:hover {
    color: #333;
    background-color: #f5f5f5
}

.dropdown-virtual .dropdown-menu .dropdown-menu__inner li a:focus {
    text-decoration: none
}

.notify-enter {
    opacity: 0
}

.notify-enter-active {
    opacity: .9;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.notify-exit {
    opacity: .9
}

.notify-exit-active {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.table__refill .refill-link td {
    white-space: normal !important;
    border-top: none;
    word-break: break-all;
    max-width: 430px
}

.table__refill .refill-link td span {
    margin-right: 6px
}

.table__refill .refill-link td .link-to-refill {
    opacity: 0
}

.table__refill .refill-link td:hover .link-to-refill {
    opacity: 1
}

.table__refill .order__link:hover {
    text-decoration: none
}

.table__refill .service__row {
    white-space: normal !important;
    word-break: break-all;
    min-width: 200px
}

.table__refill .service__id {
    border: 1px solid #ddd;
    background: none;
    min-width: 30px;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: 1px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    margin-right: 5px
}

.table__refill .refill-count .refill-count__tooltip {
    font-size: 14px;
    vertical-align: middle
}

.table__refill tbody tr td:nth-last-child(3) {
    white-space: normal
}

.service-table__relative {
    position: relative
}

.service-table__container {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    min-width: 1280px
}

.service-table__drag-helper {
    border: 1px solid #ddd
}

.service-table__header {
    width: 100%;
    position: relative
}

.service-table__header-wrapper {
    border: 1px solid #ddd;
    background: #f8f8f8;
    width: 100%;
    padding-right: 10px;
    min-width: 1280px
}

.service-table__header th {
    height: 45px;
    padding: 0 3px
}

.service-table__header-hide-all {
    -webkit-transform: rotate(134deg);
    -moz-transform: rotate(134deg);
    -ms-transform: rotate(134deg);
    -o-transform: rotate(134deg);
    transform: rotate(134deg);
    cursor: pointer
}

.service-table__header-hide-all:hover {
    color: #337ab7
}

.service-table ::-webkit-scrollbar {
    width: 6px
}

.service-table ::-webkit-scrollbar-track {
    background: #f8f8f8
}

.service-table ::-webkit-scrollbar-thumb {
    background: #888
}

.service-table ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.service-table__controls {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-table__controls-checkbox {
    margin: 0 0 0 5px !important
}

.service-table__body {
    display: table;
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff
}

.service-table__row {
    display: table-row
}

.service-table__row:hover .service-table__td {
    background-color: hsla(0, 0%, 86.7%, .2)
}

.service-table__row-disabled {
    color: rgba(0, 0, 0, .2)
}

.service-table__row-checked {
    background-color: #f7f7f7
}

.service-table__row-highlight {
    -webkit-animation: highlightBackground 1s 1;
    -moz-animation: highlightBackground 1s 1;
    -o-animation: highlightBackground 1s 1;
    animation: highlightBackground 1s 1
}

.service-table__td {
    display: table-cell;
    vertical-align: middle
}

.service-table__td-sync-wrapper {
    position: relative
}

.service-table__td-sync-icon {
    width: 6px;
    height: 6px;
    background: #337ab7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -10px;
    cursor: help
}

.service-table__category {
    padding: 12px 175px 12px 5px;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #f8f8f8;
    vertical-align: middle
}

.service-table__category-icon {
    width: 22px
}

.service-table__category-icon,
.service-table__category-image {
    margin-right: 6px;
    display: inline-block;
    margin-left: 0;
    font-size: 16px
}

.service-table__category-image {
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50%;
    vertical-align: top
}

.service-table__category-name {
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 4px;
    max-height: 38px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-table__category-handle {
    display: inline-block;
    vertical-align: middle;
    height: 16px
}

.service-table__category-actions {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle
}

.service-table__category-disabled {
    color: rgba(0, 0, 0, .2)
}

.service-table__category-collapse {
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 3;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer
}

.service-table__category-collapse-name {
    color: #337ab7;
    border-bottom: 1px dashed #337ab7;
    font-size: 12px;
    margin-right: 5px;
    display: inline-block
}

.service-table__category .show-category:after {
    content: "\f0d8"
}

.service-table__category .hide-category:after,
.service-table__category .show-category:after {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -2px
}

.service-table__category .hide-category:after {
    content: "\f0d7"
}

.service-table__handle {
    width: 14px;
    height: 17px;
    display: inline-block
}

.service-table__handle svg {
    width: 14px;
    height: 14px;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.service-table__handle-disabled {
    opacity: .3
}

.service-table__handle-disabled svg {
    cursor: help !important
}

.service-table__checker {
    white-space: nowrap;
    position: relative;
    padding-left: 5px
}

.service-table__checker,
.service-table__id {
    width: 50px;
    min-width: 50px
}

.service-table__service {
    min-width: 325px;
    line-height: 1.3;
    padding-right: 4px;
    word-break: break-all
}

.service-table__type {
    width: 190px;
    min-width: 190px;
    white-space: nowrap
}

.service-table__type-long {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-table__type-long .service-table__type-options {
    line-height: 14px;
    margin-left: 4px
}

.service-table__type-options {
    font-size: 12px
}

.service-table__type-options-icon {
    cursor: help;
    margin-right: 4px
}

.service-table__provider {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    word-wrap: break-word;
    position: relative;
    padding-right: 15px
}

.service-table__provider-service-id {
    font-size: 12px;
    color: #ddd
}

.service-table__provider-name,
.service-table__provider-service-id {
    max-width: 155px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap
}

.service-table__provider-name {
    height: 20px
}

.service-table__provider-dropdown {
    position: relative;
    font-weight: 400;
    display: inline-block
}

.service-table__provider-dropdown-menu {
    padding-top: 4px;
    position: absolute;
    z-index: 100
}

.service-table__provider-dropdown-clear {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.service-table__rate {
    width: 95px;
    min-width: 85px;
    padding-right: 15px
}

.service-table__rate-danger {
    color: #da3737
}

.service-table__rate-rounding {
    cursor: help
}

.service-table__rate-provider {
    font-size: 12px;
    color: #ddd;
    max-width: 155px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap
}

.service-table__rate-provider-currency {
    margin-left: 4px
}

.service-table__min {
    width: 100px;
    min-width: 95px;
    white-space: nowrap;
    position: relative;
    padding-right: 15px
}

.service-table__min-provider {
    font-size: 12px;
    color: #ddd;
    max-width: 155px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap
}

.service-table__max {
    width: 100px;
    min-width: 95px;
    white-space: nowrap;
    position: relative;
    padding-right: 15px
}

.service-table__max-provider {
    font-size: 12px;
    color: #ddd;
    max-width: 155px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap
}

.service-table__visibility {
    width: 80px;
    min-width: 80px
}

.service-table__visibility-error-icon {
    color: #a94442;
    margin-left: 3px;
    cursor: help
}

.service-table__action {
    width: 90px;
    min-width: 90px;
    padding: 7px 10px !important
}

.service-table mark {
    background: #ff0;
    padding: 0
}

.service-table #dropdown-type {
    max-width: 150px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.service-table .btn:active,
.service-table .btn:focus {
    outline: none
}

.service-table__filter-btn {
    padding: 3px 12px;
    line-height: 1.42857143;
    font-weight: 700;
    outline: none
}

.dark-mode .service-table__drag-helper {
    border: 1px solid #3f4149 !important
}

.dark-mode .service-table__handle svg {
    fill: #dfe0e1
}

.dark-mode .service-table__visibility-error-icon {
    color: #ff5e5e
}

.dark-mode .service-table__td-sync-icon {
    background: #1e73d0
}

.dark-mode .service-table__checker {
    color: #fff
}

.dark-mode .service-table .mass-actions {
    border: 1px solid #3f4149
}

.dark-mode .service-table .mass-actions__active {
    background: #141418
}

.dark-mode .service-table .mass-actions__selected {
    background: #141418;
    border-top: 1px solid #3f4149;
    border-bottom: 1px solid #3f4149
}

.dark-mode .service-table__type-options-icon {
    color: #dfe0e1
}

.dark-mode .service-table__rate-provider {
    color: #464951
}

.dark-mode .service-table__row-checked {
    background-color: #27282d
}

.dark-mode .service-table__row-disabled {
    color: #464951
}

.dark-mode .service-table__row-disabled .service-table__type-options-icon {
    color: #9fa5b7
}

.dark-mode .service-table__row:hover .service-table__td {
    background-color: hsla(0, 0%, 86.7%, .1)
}

.dark-mode .service-table__row-highlight {
    -webkit-animation: highlightBackgroundDark 1s 1;
    -moz-animation: highlightBackgroundDark 1s 1;
    -o-animation: highlightBackgroundDark 1s 1;
    animation: highlightBackgroundDark 1s 1
}

.dark-mode .service-table__max-provider,
.dark-mode .service-table__min-provider,
.dark-mode .service-table__provider-service-id {
    color: #464951
}

.dark-mode .service-table__provider-dropdown-clear:hover {
    color: #fff
}

.dark-mode .service-table__container {
    border-left: 1px solid #3f4149;
    border-right: 1px solid #3f4149;
    border-bottom: 1px solid #3f4149
}

.dark-mode .service-table__body {
    border-bottom: 1px solid #3f4149;
    border-right: 1px solid #3f4149;
    background: #1b1c20
}

.dark-mode .service-table__category {
    border-bottom: 1px solid #3f4149;
    border-right: 1px solid #3f4149;
    background: #222327
}

.dark-mode .service-table__category-collapse-name {
    color: #1e73d0;
    border-bottom: 1px dashed #1e73d0
}

.dark-mode .service-table__category-collapse-name:hover {
    color: #1284ff;
    border-bottom: 1px dashed #1284ff
}

.dark-mode .service-table__category-disabled {
    color: #464951
}

.dark-mode .service-table__header-wrapper {
    background: #222327;
    border: 1px solid #3f4149
}

.dark-mode .service-table .dropdown-menu>.active>a {
    background: #2e3036 !important
}

.dark-mode .font__weight-med {
    line-height: 1.5
}

.dark-mode mark {
    background: gold
}

.services-header {
    position: relative;
    margin-bottom: 15px
}

.services-header__item {
    margin-right: 15px
}

@media (max-width:991px) {
    .services-header__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px !important
    }
}

@media (max-width:767px) {
    .services-header__item {
        width: 100%
    }
}

@media (max-width:991px) {
    .services-header__item button {
        width: 80%;
        margin: 0 auto;
        display: block
    }
}

@media (max-width:767px) {
    .services-header__item button {
        width: 100%
    }
}

.services-header__item-import {
    position: relative;
    margin-left: 18px
}

@media (max-width:991px) {
    .services-header__item-import {
        margin-left: 0
    }
}

.services-header__item-import:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 7px;
    width: 1px;
    height: 65%;
    background-color: #ccc;
    opacity: .5
}

@media (max-width:991px) {
    .services-header__item-import:before {
        display: none
    }
}

@media (max-width:991px) {
    .services-header .pull-right {
        width: 100%
    }
}

@media (max-width:991px) {
    .services-header .pull-right .search-input {
        width: 80%;
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .services-header .pull-right .search-input {
        width: 100%
    }
}

.dark-mode .services-header__item-import:before {
    background-color: rgba(103, 107, 118, .5)
}

.search-input {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.search-input__icon {
    position: absolute;
    top: 7px;
    left: 10px;
    margin-bottom: 0;
    color: rgba(103, 107, 118, .5)
}

.search-input__input {
    padding-left: 32px
}

.search-input__select {
    position: relative
}

.search-input__select:before {
    content: "\f0d7";
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    font-size: 12px;
    right: 8px;
    top: 12px;
    z-index: 1000;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.search-input__with-select .search-input__input {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    min-width: 160px
}

.search-input__with-select .search-input__select select {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1
}

.dropdown-submenu__title {
    position: relative
}

.dropdown-submenu__title:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    position: absolute;
    top: 4px;
    height: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, .2);
    border-style: solid;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
    right: 20px;
    left: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.dropdown-submenu .submenu-drop {
    margin: 0;
    max-height: 220px;
    overflow-y: auto
}

.dropdown-submenu .submenu-drop__right {
    left: 100%;
    top: -4px;
    bottom: auto
}

.dropdown-submenu:hover .submenu-drop {
    display: block
}

.mass-actions {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .2);
    display: inline-block;
    padding: 3px 7px;
    height: 28px;
    position: relative
}

.mass-actions__selected {
    position: absolute;
    font-weight: 400;
    top: -1px;
    height: 28px;
    left: 100%;
    padding: 2px 12px 2px 5px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.mass-actions__selected-actions {
    position: absolute;
    top: 0;
    left: 100%;
    height: 28px
}

.mass-actions__selected-actions .btn {
    top: -1px;
    height: 28px;
    font-size: 14px;
    padding: 1px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.mass-actions__selected-actions .btn:focus {
    outline: none
}

.mass-actions__selected-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.mass-actions input {
    vertical-align: baseline
}

.mass-actions__active {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.service-table__loader {
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .6);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dark-mode .service-table__loader {
    background-color: rgba(27, 28, 32, .6)
}

.service-table__empty-search {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.service-table__empty-search-icon {
    text-align: center;
    margin-bottom: 6px
}

.service-table__empty-search-description {
    color: rgba(103, 107, 118, .5);
    text-align: center;
    max-width: 320px;
    word-break: break-word;
    color: rgba(0, 0, 0, .2)
}

.service-table__empty-services {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.service-table__empty-services-icon {
    text-align: center;
    margin-bottom: 6px
}

.service-table__empty-services-description {
    color: rgba(103, 107, 118, .5);
    text-align: center;
    max-width: 360px;
    word-break: break-word;
    margin-bottom: 12px
}

.service-table__empty-services-actions {
    text-align: center
}

.service-table__empty-services-actions button {
    margin: 0 4px
}

.loaders-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .6);
    z-index: 10;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.loaders-loader__icon {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    font-size: 28px
}

.loaders-loader__icon-loading {
    -webkit-animation: spinnerRotate 1s linear infinite;
    -moz-animation: spinnerRotate 1s infinite linear;
    -o-animation: spinnerRotate 1s infinite linear;
    animation: spinnerRotate 1s linear infinite
}

.loaders-loader__icon-success {
    -webkit-animation-name: opacityPulse;
    -moz-animation-name: opacityPulse;
    -o-animation-name: opacityPulse;
    animation-name: opacityPulse;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.dark-mode .loaders-loader {
    background-color: rgba(27, 28, 32, .6);
    color: #fff
}

.select-virtualized__group {
    padding-bottom: 0 !important;
    padding-top: 5px !important
}

.select-virtualized__group .select-virtualized__option {
    padding-left: 24px !important
}

.select-virtualized__group-heading {
    font-size: 14px !important;
    text-transform: inherit !important;
    color: #333 !important;
    margin-bottom: 0 !important;
    font-weight: 700
}

.dark-mode .select-virtualized__group-heading {
    color: #fff !important
}

.collapse-container {
    position: relative
}

.collapse-container__button {
    position: absolute;
    top: -24px;
    right: 0
}

.form-group__rtl .collapse-container__button {
    right: auto !important;
    left: 0
}

.provider-input {
    position: relative
}

.provider-input__value {
    font-size: 11px;
    color: #b3b3b3;
    position: absolute;
    z-index: 10;
    bottom: 3px;
    left: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.provider-input__sync {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    text-align: center;
    background: #f9f9f9;
    color: #2e3036;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.provider-input__with-sync .form-control {
    height: 43px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.provider-input__sync-rate {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.provider-input__sync-rate,
.provider-input__sync-rate-input {
    position: relative;
    width: 100%
}

.provider-input__sync-rate-input input {
    padding-bottom: 0;
    padding-top: 9px;
    height: 43px
}

.provider-input__sync-rate-input-fixed input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0
}

.provider-input__sync-rate-input-percent input {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.provider-input__sync-rate-values {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    padding-top: 4px;
    position: relative;
    padding-left: 10px;
    background: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    overflow: hidden
}

.provider-input__sync-rate-custom {
    height: 20px
}

.provider-input__sync-rate-provider {
    font-size: 11px;
    color: #b3b3b3;
    margin-top: -2px
}

.provider-input__sync-rate-label {
    font-size: 10px;
    position: absolute;
    left: 12px;
    top: 2px;
    color: #989898
}

.dark-mode .provider-input__value {
    color: #9fa5b7
}

.dark-mode .provider-input__sync {
    color: #9fa5b7
}

.dark-mode .provider-input__sync,
.dark-mode .provider-input__sync-rate-values {
    background: #161719;
    border-top: 1px solid #3f4149;
    border-right: 1px solid #3f4149;
    border-bottom: 1px solid #3f4149
}

.dark-mode .provider-input__sync-rate-label,
.dark-mode .provider-input__sync-rate-provider {
    color: #9fa5b7
}

.form-group__switch {
    position: relative;
    display: block;
    height: 20px
}

.form-group__switch-label {
    vertical-align: top;
    margin-bottom: 0;
    margin-left: 10px
}

.form-group__switch-form {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
    margin-bottom: 0
}

.form-group__switch-form input {
    display: none
}

.form-group__switch .slider-form {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2)
}

.form-group__switch .slider-form,
.form-group__switch .slider-form:before {
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.form-group__switch .slider-form:before {
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 2px;
    background-color: #fff
}

.form-group__switch input:checked+.slider-form {
    background-color: #3479b7
}

.form-group__switch input:focus+.slider-form {
    -webkit-box-shadow: 0 0 1px #3479b7;
    -moz-box-shadow: 0 0 1px #3479b7;
    box-shadow: 0 0 1px #3479b7
}

.form-group__switch input:checked+.slider-form:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px)
}

.form-group__switch .slider-form.round {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px
}

.form-group__switch .slider-form.round:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.form-group__switch-small {
    height: 16px;
    width: 28px
}

.form-group__switch-small .form-group__switch-form {
    width: 28px;
    height: 14px
}

.form-group__switch-small .slider-form:before {
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 2px
}

.form-group__switch-small input:checked+.slider-form:before {
    -ms-transform: translateX(14px);
    -webkit-transform: translateX(14px);
    -moz-transform: translateX(14px);
    -o-transform: translateX(14px);
    transform: translateX(14px)
}

.dark-mode .form-group__switch .slider-form {
    background-color: #2e3036
}

.dark-mode .form-group__switch .slider-form:before {
    background-color: #fff
}

.dark-mode .form-group__switch input:checked+.slider-form {
    background-color: #1e73d0
}

.dark-mode .form-group__switch input:focus+.slider-form {
    -webkit-box-shadow: 0 0 1px #1e73d0;
    -moz-box-shadow: 0 0 1px #1e73d0;
    box-shadow: 0 0 1px #1e73d0
}

.fields-wrapper {
    background: #efefef;
    margin-top: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px
}

.dark-mode .fields-wrapper {
    background: #161719;
    border: 1px solid #3f4149
}

.service-label__type-text {
    font-family: Courier New, Times New Roman, serif;
    font-weight: 400
}

.refill-fields {
    margin-top: 10px
}

.group-walls {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.group-walls__item {
    min-height: 35px;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    position: relative
}

.group-walls__item:first-child {
    -webkit-border-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.group-walls__item:last-child {
    border-bottom: none !important;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.group-walls__item-active {
    background: #efefef
}

.group-walls__icon {
    position: absolute;
    top: 10px;
    right: 12px
}

.dark-mode .group-walls {
    border: 1px solid #3f4149
}

.dark-mode .group-walls__item {
    border-bottom: 1px solid #3f4149
}

.dark-mode .group-walls__item-active {
    background: #161719
}

.modal-confirm {
    position: relative;
    text-align: center
}

.modal-confirm__wrapper .modal-content {
    margin-top: 135px
}

@media (max-width:991px) {
    .modal-confirm__wrapper .modal-content {
        margin-top: 45px
    }
}

.modal-confirm__icon {
    position: relative;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    overflow: hidden
}

.modal-confirm__icon svg {
    width: 100%;
    height: auto
}

.modal-confirm__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.modal-confirm__title-description-wrapper {
    position: relative
}

.modal-confirm__description {
    line-height: 1.714;
    margin-bottom: 16px;
    font-size: 14px;
    position: relative
}

.modal-confirm__actions button {
    margin: 0 4px
}

.services-description__default-translation {
    position: relative
}

.services-description__collapse {
    position: absolute;
    top: 0;
    right: 0
}

.services-description .control-label {
    vertical-align: top;
    width: 100%
}

.services-description__rtl .services-description__collapse {
    right: auto !important;
    left: 0
}

.services-description__rtl .control-label {
    text-align: right
}

.services-description__rtl .badge {
    vertical-align: bottom
}

.services-description__rtl textarea {
    direction: rtl;
    resize: vertical
}

.services-description__ltl {
    direction: ltr
}

.services-description__textarea {
    resize: vertical
}

.services-description__spinner {
    margin-right: 6px
}

.services-categories__row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.services-categories__row-icon {
    -webkit-flex-basis: 58px;
    -ms-flex-preferred-size: 58px;
    flex-basis: 58px;
    width: 58px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    max-height: 59.8px
}

.services-categories__row-form {
    width: 100%
}

.services-categories__default-translation {
    position: relative
}

.services-categories__collapse {
    position: absolute;
    top: 0;
    right: 0
}

.services-categories .control-label {
    vertical-align: top;
    width: 100%
}

.services-categories__rtl .services-categories__collapse {
    right: auto !important;
    left: 0
}

.services-categories__rtl .control-label {
    text-align: right
}

.services-categories__rtl .badge {
    vertical-align: bottom
}

.services-categories__rtl input {
    direction: rtl
}

.services-categories__ltl {
    direction: ltr
}

.services-categories__textarea {
    resize: none
}

.services-categories__spinner {
    margin-right: 6px
}

.select-icon {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 58px;
    min-height: 58px
}

.select-icon__preview {
    height: 100%;
    background: #f8f8f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08)
}

.select-icon__preview,
.select-icon__preview-image {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.select-icon__preview-image {
    padding: 6px
}

.select-icon__preview-image img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 48px
}

.select-icon__preview-emoji {
    font-size: 32px
}

.select-icon__preview-emoji,
.select-icon__preview-icons {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.select-icon__preview-icons {
    font-size: 28px;
    color: #333
}

.select-icon__preview:hover {
    background: #fff
}

.select-icon__preview-empty {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.select-icon__preview-icon {
    width: 100%;
    text-align: center;
    color: #969696;
    font-size: 24px
}

.select-icon__preview-description {
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #969696;
    line-height: 1.6
}

.select-icon__popup {
    position: absolute;
    top: -webkit-calc(100% + 8px);
    top: -moz-calc(100% + 8px);
    top: calc(100% + 8px);
    width: 440px;
    padding-bottom: 25px
}

.select-icon__popup-header {
    position: relative;
    border: 1px solid #ddd;
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #fff
}

.select-icon__popup-header-remove {
    position: absolute;
    right: 16px;
    top: 16px
}

.select-icon__popup-header-remove a {
    text-decoration: none
}

.select-icon__popup-body {
    min-height: 334px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .08)
}

.select-icon__popup-body ::-webkit-scrollbar {
    width: 6px
}

.select-icon__popup-body ::-webkit-scrollbar-track {
    background: #fff
}

.select-icon__popup-body ::-webkit-scrollbar-thumb,
.select-icon__popup-body ::-webkit-scrollbar-thumb:window-inactive {
    background: #ddd
}

.select-icon__popup-search {
    margin-bottom: 16px
}

.select-icon__tabs {
    height: 100%
}

.select-icon__tabs,
.select-icon__tabs-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-icon__tabs-item {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 16px;
    cursor: pointer;
    color: #777
}

.select-icon__tabs-item-description {
    width: 34px
}

.select-icon__tabs-item.active {
    color: #333;
    font-weight: 700
}

.select-icon__tabs-item-icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-icon__tabs-item-icons {
    font-size: 16px;
    margin-right: 6px
}

.select-icon__tabs-item-emoji {
    font-size: 18px;
    margin-right: 4px
}

.select-icon__tabs-item-upload {
    font-size: 15px;
    margin-right: 6px
}

@media (max-width:768px) {
    .select-icon__tabs-item {
        width: 30px;
        margin-right: 0
    }
    .select-icon__tabs-item-description {
        display: none
    }
}

.dark-mode .select-icon__preview {
    border: 1px solid rgba(103, 107, 118, .5);
    background: #2e3036
}

.dark-mode .select-icon__preview-description,
.dark-mode .select-icon__preview-icon,
.dark-mode .select-icon__preview-icons {
    color: #dfe0e1
}

.dark-mode .select-icon__preview:hover {
    background: #27282d
}

.dark-mode .select-icon__tabs-item {
    color: #878ea0
}

.dark-mode .select-icon__tabs-item.active {
    color: #dfe0e1
}

.dark-mode .select-icon__popup-header {
    background: #1b1c20;
    border: 1px solid #3f4149
}

.dark-mode .select-icon__popup-body {
    border-left: 1px solid #3f4149;
    border-right: 1px solid #3f4149;
    border-bottom: 1px solid #3f4149;
    background: #1b1c20
}

.dark-mode .select-icon__popup-body ::-webkit-scrollbar-track {
    background: #1b1c20
}

.dark-mode .select-icon__popup-body ::-webkit-scrollbar-thumb,
.dark-mode .select-icon__popup-body ::-webkit-scrollbar-thumb:window-inactive {
    background: #878ea0
}

.select-icon__upload {
    height: 334px;
    padding: 8px
}

.select-icon__upload,
.select-icon__upload label {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.select-icon__upload label {
    font-weight: 400;
    width: 100%;
    height: 100%
}

.select-icon__upload-icon {
    font-size: 24px;
    margin-bottom: 12px;
    color: #969696
}

.select-icon__upload-title {
    margin-bottom: 6px
}

.select-icon__upload-description {
    color: #969696;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.select-icon__upload-description,
.select-icon__upload-error {
    font-size: 12px;
    margin-bottom: 16px;
    max-width: 350px
}

.dark-mode .select-icon__upload-description,
.dark-mode .select-icon__upload-icon {
    color: #464951
}

.select-icon__icons {
    position: relative
}

.select-icon__icons-search {
    padding: 16px
}

.select-icon__icons-content {
    height: 268px
}

.select-icon__icons-list {
    padding-left: 16px;
    padding-right: 8px
}

.component__icon-list-container {
    height: inherit
}

.component__icon-list-container .component__icon-list-wrapper {
    position: relative;
    min-height: 250px;
    height: inherit
}

.component__icon-list-container .component__icon-list-wrapper .component__icon-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.component__icon-list-container .component__icon-list-wrapper .component__icon-list-wrapper {
    padding-left: 1px;
    padding-right: 1px
}

.component__icon-list-container .component__icon-list-wrapper .component__icon-list .component__icon-list-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    cursor: pointer;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.component__icon-list-container .component__icon-list-wrapper .component__icon-list .component__icon-list-item:hover {
    background: #f5f5f5
}

.component__icon-list-container .component__icon-list-wrapper .component__icon-list .component__icon-list-item span {
    font-size: 22px
}

.component__icon-list-container .component__icon-list-wrapper .component__icon-list .component__icon-list-item-active {
    background: #e7e7e7;
    cursor: default
}

.component__icon-list-container .component__icon-list-wrapper .component__icon-list .component__icon-list-item-active:hover {
    background: #e7e7e7
}

.component__icon-list-empty {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%
}

.component__icon-list-empty-icon {
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: -12px;
    color: #969696
}

.component__icon-list-empty-title {
    margin-bottom: 6px;
    line-height: 1.7
}

.component__icon-list-empty-description {
    font-size: 12px;
    color: #969696;
    margin-bottom: 16px;
    max-width: 350px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3
}

.component__icon-list-preloader {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dark-mode .component__icon-list-container .component__icon-list-wrapper .component__icon-list-item {
    color: #dfe0e1
}

.dark-mode .component__icon-list-container .component__icon-list-wrapper .component__icon-list-item:hover {
    background: #2e3036
}

.dark-mode .component__icon-list-container .component__icon-list-wrapper .component__icon-list .component__icon-list-item-active,
.dark-mode .component__icon-list-container .component__icon-list-wrapper .component__icon-list .component__icon-list-item-active:hover {
    background: #27282d
}

.select-icon__emoji {
    position: relative
}

.select-icon__emoji-search {
    padding: 16px
}

.select-icon__emoji-content {
    height: 268px
}

.select-icon__emoji-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 16px;
    padding-right: 10px
}

.select-icon__emoji-list-wrapper {
    padding-left: 1px;
    padding-right: 1px
}

.select-icon__emoji-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.select-icon__emoji-item.active {
    color: #fff;
    background: #e7e7e7
}

.select-icon__emoji-item.active:hover {
    cursor: default;
    color: #fff;
    background: #e7e7e7
}

.select-icon__emoji-item:hover {
    background: #f5f5f5
}

.select-icon__emoji-smile {
    font-size: 24px
}

@media (max-width:768px) {
    .select-icon__emoji-smile {
        font-size: 34px
    }
}

.dark-mode .select-icon__emoji-item.active,
.dark-mode .select-icon__emoji-item.active:hover {
    color: #dfe0e1;
    background: #27282d
}

.dark-mode .select-icon__emoji-item:hover {
    background: #2e3036
}

.services-import__step {
    position: relative
}

.services-import__step .modal-body {
    background: #fff
}

.services-import__step-empty {
    min-height: 754px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.services-import__step-empty .title {
    margin-bottom: 12px;
    margin-top: 24px;
    font-weight: 500
}

.services-import__footer {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:479px) {
    .services-import__footer {
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.services-import__footer-next {
    margin-left: auto !important;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:479px) {
    .services-import__footer-next {
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-left: 0 !important;
        margin-bottom: 12px !important
    }
}

@media (max-width:479px) {
    .services-import__footer-next .btn {
        width: 100%
    }
}

.services-import__footer-next .counter {
    margin-right: 24px
}

@media (max-width:479px) {
    .services-import__footer-next .counter {
        margin-right: 0;
        margin-top: 12px
    }
}

.services-import__footer-next .counter-numb {
    font-weight: 500
}

.services-import__footer-next .counter-text {
    margin-left: 4px;
    color: #777
}

.dark-mode .services-import__step .modal-body {
    background: #1b1c20
}

.services-import__header {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.services-import__header-left {
    width: 100%
}

.services-import__header-right {
    margin-left: auto
}

@media (max-width:575px) {
    .services-import__header-right {
        margin-left: 0;
        margin-top: 8px
    }
}

.services-import__header-search {
    width: 200px
}

@media (max-width:575px) {
    .services-import__header-search {
        width: 100%
    }
}

.services-import__header-toggler {
    padding-left: 0;
    padding-right: 0
}

.services-import__header-toggler .fas {
    margin-right: 8px
}

@media (max-width:575px) {
    .services-import__header {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.services-import {
    position: relative
}

.services-import ::-webkit-scrollbar {
    width: 8px
}

.services-import ::-webkit-scrollbar-track {
    background: #f8f8f8
}

.services-import ::-webkit-scrollbar-thumb {
    background: #888
}

.services-import ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.services-import__list {
    min-height: 550px;
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.services-import__list-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f5f5f5;
    height: 32px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.333;
    color: #777;
    padding: 0 16px
}

.services-import__list-header .rate-sort-btn {
    background: none;
    border: none;
    outline: none;
    margin-right: 8px
}

.services-import__list-header .rate-sort-btn.active {
    color: #337ab7
}

.services-import__list-checkbox {
    margin-right: 8px
}

.services-import__list-category {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 16px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd
}

@media (max-width:575px) {
    .services-import__list-category {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.services-import__list-category-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-right: 12px
}

@media (max-width:575px) {
    .services-import__list-category-header {
        width: 100%
    }
}

.services-import__list-category-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 12px
}

.services-import__list-category-info-title label {
    cursor: pointer;
    color: #777
}

.services-import__list-category-info .services-import__list-assign {
    margin-top: 10px
}

.services-import__list-category-collapse {
    cursor: pointer;
    white-space: nowrap
}

@media (max-width:575px) {
    .services-import__list-category-collapse {
        margin-top: 12px
    }
}

.services-import__list-category-collapse-name {
    white-space: nowrap;
    color: #337ab7;
    border-bottom: 1px dashed #337ab7;
    font-size: 12px;
    margin-right: 5px;
    display: inline-block
}

.services-import__list-category-collapse:after {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -2px
}

.services-import__list-category-collapse.show-category:after {
    content: "\f0d8"
}

.services-import__list-category-collapse.hide-category:after {
    content: "\f0d7"
}

.services-import__list-rate-sync {
    width: 6px;
    height: 6px;
    background: #337ab7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -14px;
    cursor: help
}

.services-import__list-custom-rate {
    position: relative;
    border: 1px solid #ddd;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media (max-width:479px) {
    .services-import__list-custom-rate {
        margin-left: 12px;
        margin-right: 6px
    }
}

.services-import__list-custom-rate input {
    width: 85px;
    border: none;
    outline: none;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 4px
}

.services-import__list-custom-rate-loading {
    position: absolute;
    top: 2px;
    left: 4px
}

.services-import__list-custom-rate-lock {
    width: 22px;
    font-size: 12px;
    border-left: 1px solid #ddd;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.services-import__list-custom-rate-lock:hover {
    background: #ddd
}

.services-import__list-custom-rate-disabled input {
    background-color: #eee
}

.services-import__list-custom-rate-disabled .services-import__list-custom-rate-lock {
    background: #ddd
}

.services-import__list-service {
    padding: 12px 16px;
    min-height: 77px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    background: #fff
}

.services-import__list-service-checked {
    background-color: #f5f5f5
}

.services-import__list-service-checked .services-import__list-service-description {
    background-color: #fff
}

.services-import__list-service mark {
    padding-left: 0;
    padding-right: 0
}

.services-import__list-service-col {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.services-import__list-service-right {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.services-import__list-service-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.services-import__list-service-data {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:479px) {
    .services-import__list-service-data {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.services-import__list-service-footer {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px
}

.services-import__list-service-footer-icons,
.services-import__list-service-footer-icons .icon {
    margin-left: 8px
}

.services-import__list-service-footer-icons .icon:first-child {
    margin-left: 0
}

.services-import__list-service-description {
    color: #333;
    background-color: #f5f5f5;
    padding: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 12px
}

.services-import__list-service-description textarea {
    resize: none
}

.services-import__list-service-edit {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px
}

.services-import__list-service-edit-icons,
.services-import__list-service-edit-icons .icon {
    margin-left: 8px
}

.services-import__list-service-edit-icons .icon:first-child {
    margin-left: 0
}

.services-import__list-service-edit-extremum {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px
}

.services-import__list-service-edit-extremum .extremum-item .text-grey {
    color: #999
}

.services-import__list-service-edit-extremum .extremum-item:first-child {
    margin-right: 8px
}

.services-import__list-service-price {
    width: 95px;
    padding-left: 6px;
    text-align: right;
    white-space: nowrap
}

@media (max-width:479px) {
    .services-import__list-service-price {
        padding-left: 0;
        text-align: left
    }
}

.services-import__list-service-rate {
    display: inline-block;
    max-width: 97px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle
}

.services-import__list-service-title {
    position: relative;
    line-height: 16px;
    padding-right: 18px
}

@media (max-width:479px) {
    .services-import__list-service-title {
        margin-bottom: 8px
    }
}

.services-import__list-service-title label {
    cursor: pointer;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400
}

.services-import__list-service-disabled {
    color: #c1c1c1
}

.services-import__list-assign {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

@media (max-width:991px) {
    .services-import__list-assign {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.services-import__list-assign-selected {
    height: 24px;
    min-height: 24px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media (max-width:991px) {
    .services-import__list-assign-selected,
    .services-import__list-assign-selected-select,
    .services-import__list-assign-selected-select .select-virtualized__control {
        width: 100%
    }
}

.services-import__list-assign-from {
    font-weight: 400;
    position: relative;
    padding-right: 35px;
    color: #777
}

@media (max-width:991px) {
    .services-import__list-assign-from {
        margin-bottom: 16px
    }
}

.services-import__list-assign-from:after {
    content: "\2192";
    position: absolute;
    right: 12px;
    top: 1px;
    color: #333;
    font-family: "Font Awesome 5 Pro"
}

@media (max-width:991px) {
    .services-import__list-assign-from:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        right: auto;
        left: 0;
        top: 90%
    }
}

.services-import__list-assign-to {
    position: relative;
    font-weight: 700
}

.services-import__list-assign .btn {
    margin-left: 12px
}

.dark-mode .services-import ::-webkit-scrollbar {
    width: 6px
}

.dark-mode .services-import ::-webkit-scrollbar-track {
    background: #f8f8f8
}

.dark-mode .services-import ::-webkit-scrollbar-thumb {
    background: #888
}

.dark-mode .services-import ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.dark-mode .services-import__list {
    border: 1px solid #3f4149
}

.dark-mode .services-import__list-header {
    color: #a1a1a1;
    background: #161719;
    border-bottom-color: #3f4149
}

.dark-mode .services-import__list-category {
    background-color: rgba(63, 65, 73, .2);
    border-bottom: 1px solid #3f4149
}

.dark-mode .services-import__list-category-subheader {
    background: #2e3036;
    padding: 0 12px;
    font-size: 12px;
    color: #a1a1a1;
    border-bottom: 1px solid #3f4149
}

.dark-mode .services-import__list-category-subheader input[type=checkbox]:disabled {
    border: 1px solid #3f4149
}

.dark-mode .services-import__list-category-info-title label {
    color: #a1a1a1
}

.dark-mode .services-import__list-rate-sync {
    background: #337ab7
}

.dark-mode .services-import__list-custom-rate {
    border: 1px solid #3f4149
}

.dark-mode .services-import__list-custom-rate input {
    background: #2e3036
}

.dark-mode .services-import__list-custom-rate-lock {
    border-left: 1px solid #3f4149
}

.dark-mode .services-import__list-custom-rate-lock:hover {
    background: #2e3036
}

.dark-mode .services-import__list-custom-rate-disabled input {
    background-color: #1b1c20
}

.dark-mode .services-import__list-custom-rate-disabled .services-import__list-custom-rate-lock {
    background: #161719
}

.dark-mode .services-import__list-custom-rate-disabled .services-import__list-custom-rate-lock:hover {
    background: #2e3036
}

.dark-mode .services-import__list-service {
    border-bottom: 1px solid #3f4149;
    background: #161719
}

.dark-mode .services-import__list-service-checked {
    background-color: rgba(63, 65, 73, .2)
}

.dark-mode .services-import__list-service-description {
    color: #dfe0e1;
    background-color: rgba(63, 65, 73, .3)
}

.dark-mode .services-import__list-service-description input[type=checkbox] {
    margin-right: 8px
}

.dark-mode .services-import__list-service:hover {
    background-color: rgba(63, 65, 73, .2)
}

.dark-mode .services-import__list-service-disabled {
    color: #464951
}

.dark-mode .services-import__list-assign-from {
    color: #a1a1a1
}

.dark-mode .services-import__list-assign-from:after {
    color: #dfe0e1
}

.services-import__loader {
    position: absolute;
    font-size: 24px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: hsla(0, 0%, 100%, .8);
    z-index: 1
}

.dark-mode .services-import__loader {
    background: rgba(22, 23, 25, .8)
}

.services-import__empty-search {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.services-import__empty-search-icon {
    text-align: center;
    margin-bottom: 6px
}

.services-import__empty-search-description {
    color: rgba(0, 0, 0, .2);
    text-align: center;
    max-width: 320px;
    word-break: break-word
}

.dark-mode .services-import__empty-search-description {
    color: #464951
}

.services-import__empty-services {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.services-import__empty-services,
.services-import__options {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-import__options {
    min-height: 45px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    padding: 0 15px
}

.services-import__options-item {
    margin-right: 15px
}

.dark-mode .services-import__options {
    border-top: 1px solid #3f4149;
    background-color: #1b1c20
}

.services-import__step2-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px
}

@media (max-width:479px) {
    .services-import__step2-header {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.services-import__step2-header-left {
    width: 100%
}

.services-import__step2-header-right {
    margin-left: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:479px) {
    .services-import__step2-header-right {
        margin: 12px 0 0
    }
}

.services-import__raise {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.services-import__raise-field {
    position: relative;
    width: 120px
}

.services-import__raise-field .form-control {
    height: 40px;
    padding: 12px 8px 2px
}

.services-import__raise-plus {
    margin: 0 6px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-import__raise-label {
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    font-weight: 400;
    left: 8px;
    top: 3px;
    color: #989898
}

.dark-mode .services-import__step2-header {
    background: #161719;
    border-bottom: 1px solid #3f4149
}

.dark-mode .services-import__raise-label {
    color: #989898
}

.services-rates {
    position: relative;
    height: 100%;
    border: 1px solid #ddd
}

.services-rates,
.services-rates__header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.services-rates__header {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd
}

.services-rates__header-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-rates__header .title {
    font-size: 16px;
    font-weight: 700
}

.services-rates__header .alert__custom {
    margin-bottom: 0;
    margin-top: 12px
}

.services-rates__header .services-rates__raise {
    position: relative;
    width: 120px;
    margin-left: 24px
}

.services-rates__header .services-rates__raise .form-control {
    height: 40px;
    padding: 12px 8px 2px
}

.services-rates__header .services-rates__raise-label {
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    font-weight: 400;
    left: 8px;
    top: 3px;
    color: #989898
}

.services-rates__body {
    height: 100%
}

.services-rates__body .services-rates__table {
    overflow: auto;
    pointer-events: auto;
    position: relative;
    width: 100%;
    height: 100%
}

.services-rates__body .services-rates__table-header {
    min-width: 1209px
}

.services-rates__body .services-rates__table-header .table {
    height: 45px;
    border: none;
    border-bottom: 1px solid #ddd
}

.services-rates__body .services-rates__table-header .table tr th {
    white-space: normal;
    border: none;
    padding: 12px 6px
}

.services-rates__body .services-rates__table-header .table tr th:first-child {
    padding-left: 16px
}

.services-rates__body .services-rates__table-header .table tr th.service-name {
    min-width: 500px;
    width: 500px
}

.services-rates__body .services-rates__table-header .table tr th.service-provider {
    min-width: 275px;
    width: 275px;
    word-wrap: break-word
}

.services-rates__body .services-rates__table-header .table tr th.service-fixed {
    min-width: 95px;
    width: 95px;
    max-width: 95px;
    white-space: nowrap
}

.services-rates__body .services-rates__table-header .table tr th.service-percent {
    min-width: 90px;
    width: 100px;
    white-space: nowrap
}

.services-rates__body .services-rates__table-header .table tr th.service-rate {
    min-width: 120px;
    width: 130px
}

.services-rates__body .services-rates__table-header .table tr th.service-rate-new {
    min-width: 110px;
    width: 130px
}

.services-rates__body .services-rates__table-header .table tr th.service-rate-new.window {
    width: 145px;
    min-width: 130px
}

.services-rates__body .services-rates__table-list {
    min-width: 1209px;
    overflow-y: auto !important;
    overflow-x: hidden !important
}

.services-rates__body .services-rates__table-list .list-item {
    overflow: hidden
}

.services-rates__body .services-rates__table-list .list-item:first-child .table tr td {
    border-top: none
}

.services-rates__body .services-rates__table-list .list-item:last-child .table {
    border-bottom-width: 3px
}

.services-rates__body .services-rates__table-list .list-item.table-category tr td {
    background-color: #f8f8f8;
    font-weight: 700;
    white-space: normal
}

.services-rates__body .services-rates__table-list .table {
    border-top: none;
    border-left: none;
    border-right: none
}

.services-rates__body .services-rates__table-list .table tr td {
    vertical-align: middle;
    max-height: 48px;
    padding: 2px 6px;
    white-space: normal
}

.services-rates__body .services-rates__table-list .table tr td:first-child {
    padding-left: 16px
}

.services-rates__body .services-rates__table-list .table tr td.service-name {
    min-width: 500px;
    width: 500px;
    word-break: break-all;
    white-space: normal;
    padding-top: 0;
    padding-bottom: 0
}

.services-rates__body .services-rates__table-list .table tr td.service-name .sid {
    border: 1px solid #ddd;
    background: 0 0;
    min-width: 30px;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: 1px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    margin-right: 12px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.services-rates__body .services-rates__table-list .table tr td.service-provider {
    min-width: 275px;
    width: 275px;
    word-wrap: break-word
}

.services-rates__body .services-rates__table-list .table tr td.service-provider .service-provider__name {
    max-width: 175px;
    height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap
}

.services-rates__body .services-rates__table-list .table tr td.service-provider .service-provider__id {
    font-size: 12px;
    color: #ddd;
    max-width: 175px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap
}

.services-rates__body .services-rates__table-list .table tr td.service-fixed {
    min-width: 95px;
    width: 95px;
    max-width: 95px;
    white-space: nowrap
}

.services-rates__body .services-rates__table-list .table tr td.service-percent {
    min-width: 90px;
    width: 100px;
    white-space: nowrap
}

.services-rates__body .services-rates__table-list .table tr td.service-percent .percent-input {
    max-width: 70px
}

.services-rates__body .services-rates__table-list .table tr td.service-percent .percent-input__label {
    position: relative;
    color: #777;
    font-weight: 400;
    margin-bottom: 0
}

.services-rates__body .services-rates__table-list .table tr td.service-percent .percent-input__label:after {
    content: "%";
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.services-rates__body .services-rates__table-list .table tr td.service-percent .percent-input__label .form-control {
    padding-right: 22px
}

.services-rates__body .services-rates__table-list .table tr td.service-rate {
    min-width: 120px;
    width: 130px
}

.services-rates__body .services-rates__table-list .table tr td.service-rate .service-rate__rate {
    width: 95px;
    min-width: 85px;
    padding-right: 15px
}

.services-rates__body .services-rates__table-list .table tr td.service-rate .service-rate__rate-danger {
    color: #da3737
}

.services-rates__body .services-rates__table-list .table tr td.service-rate .service-rate__rate-rounding {
    cursor: help
}

.services-rates__body .services-rates__table-list .table tr td.service-rate .service-rate__rate-provider {
    font-size: 12px;
    color: #ddd;
    max-width: 155px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap
}

.services-rates__body .services-rates__table-list .table tr td.service-rate .service-rate__rate-provider-currency {
    margin-left: 4px
}

.services-rates__body .services-rates__table-list .table tr td.service-rate .service-rate__sync-wrapper {
    position: relative
}

.services-rates__body .services-rates__table-list .table tr td.service-rate .service-rate__sync-icon {
    width: 6px;
    height: 6px;
    background: #337ab7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -10px;
    cursor: help
}

.services-rates__body .services-rates__table-list .table tr td.service-rate-new {
    min-width: 110px;
    width: 130px
}

.services-rates__body .services-rates__table-list .table tr td.service-rate-new .form-control {
    max-width: 80px
}

.services-rates__body .services-rates__table-list .table tr td.service-rate-new .service-rate__sync {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-rates__body .services-rates__table-list .table tr td.service-rate-new .service-rate__sync .cursor-help {
    display: block;
    margin-left: auto;
    margin-right: 4px;
    color: #333
}

.services-rates__body .services-rates__table-list .table tr td.service-rate-new .service-rate__sync-icon {
    width: 6px;
    height: 6px;
    background: #337ab7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -10px;
    cursor: help
}

.services-rates__body .services-rates__table-list .table-service__disabled {
    color: rgba(0, 0, 0, .2)
}

.services-rates__footer {
    padding: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ddd;
    margin-top: auto
}

.dark-mode .services-rates {
    background: #222327;
    border: 1px solid #3f4149
}

.dark-mode .services-rates * {
    border-color: #3f4149 !important
}

.dark-mode .services-rates .list-item.table-category {
    background: #222327;
    background-color: #222327
}

.dark-mode .services-rates .list-item.table-category td,
.dark-mode .services-rates .list-item.table-category tr {
    background: #222327 !important
}

.dark-mode .services-rates .list-item .service-rate__sync .cursor-help {
    color: #dfe0e1 !important
}

.dark-mode .services-rates .list-item .service-provider__id,
.dark-mode .services-rates .list-item .service-rate__rate-provider {
    color: #464951 !important
}

.updates-table .custom__filter-dropdown--button {
    padding: 3px 12px
}

.updates-table .updates-filter {
    padding: 0;
    vertical-align: middle !important
}

.updates-table .service__id {
    border: 1px solid #ddd;
    background: none;
    min-width: 30px;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: 1px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    margin-right: 5px
}

.updates-table .delete-action {
    padding: 1px 12px
}

.updates-table .service {
    min-width: 325px;
    white-space: normal !important;
    word-break: break-all
}

.updates-table .action {
    width: 3%
}

.updates-table .check {
    width: 1%
}

.new-year {
    position: relative;
    margin-bottom: 16px;
    margin-top: 16px
}

.new-year__preview-empty {
    background: #f8f8f8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10
}

.new-year__preview-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%
}

.new-year__fake-navbar {
    position: relative
}

.new-year__container {
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.new-year__body {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 22px
}

.new-year__body-settings {
    width: 300px;
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 24px
}

.new-year__body-preview {
    min-height: 647px;
    background: #34363a;
    position: relative;
    width: 100%;
    overflow: hidden
}

.new-year__settings-form {
    padding-top: 16px
}

.new-year__settings-group {
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #e6e6e6
}

.new-year__settings-group:first-child {
    padding-top: 0
}

.new-year__settings-group:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.new-year__settings-row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.new-year__settings-row-label {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    color: #777;
    font-size: 12px
}

.new-year__settings-row-options {
    width: 100%
}

.new-year__settings-row-options .btn-group .btn {
    border-right-width: 0
}

.new-year__settings-row-options .btn-group .btn:last-child {
    border-right-width: 1px
}

.new-year__settings-row:last-child {
    margin-bottom: 0
}

.new-year__header {
    position: relative;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
    height: 55px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.new-year__header-description {
    font-weight: 700;
    padding-left: 110px
}

.new-year__header-snowman {
    position: absolute;
    left: 19px;
    bottom: 0
}

.new-year__header-snowman img {
    display: block;
    max-width: 67px
}

.new-year__footer {
    border-top: 1px solid #ddd;
    padding: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.new-year__footer .btn-primary {
    margin-right: 8px
}

.new-year__footer-deactivate {
    margin-left: auto
}

.dark-mode .new-year__preview-empty {
    background: #000
}

.dark-mode .new-year__container {
    border: 1px solid #3f4149
}

.dark-mode .new-year__body-preview {
    background: #141418
}

.dark-mode .new-year__settings-form {
    padding-top: 16px
}

.dark-mode .new-year__settings-group {
    border-bottom: 1px solid #3f4149
}

.dark-mode .new-year__settings-group:first-child {
    padding-top: 0
}

.dark-mode .new-year__settings-group:last-child {
    border-bottom: none
}

.dark-mode .new-year__settings-row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.dark-mode .new-year__settings-row-label {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    color: #878ea0;
    font-size: 12px
}

.dark-mode .new-year__settings-row-options {
    width: 100%
}

.dark-mode .new-year__settings-row-options .btn-group .btn {
    border-right-width: 0
}

.dark-mode .new-year__settings-row-options .btn-group .btn:last-child {
    border-right-width: 1px
}

.dark-mode .new-year__settings-row-options .active {
    background: #000
}

.dark-mode .new-year__settings-row:last-child {
    margin-bottom: 0
}

.dark-mode .new-year__header {
    border-bottom: 1px solid #3f4149;
    background: none
}

.dark-mode .new-year__footer {
    border-top: 1px solid #3f4149
}

@media (max-width:768px) {
    .new-year__body-settings {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 0
    }
    .new-year__body-preview {
        display: none
    }
}

.toys-select {
    width: 100%
}

.toys-select__label {
    color: #888;
    font-size: 12px;
    margin-bottom: 8px
}

.toys-select__options {
    margin-bottom: 2px
}

.toys-select__options-row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.toys-select__options-row:last-child {
    margin-bottom: 0
}

.toys-select__options-item {
    position: relative;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 41px;
    height: 41px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px;
    cursor: pointer;
    margin-bottom: 8px
}

.toys-select__options-item img {
    display: block;
    max-width: 28px
}

.toys-select__options-item-active {
    border: 1px solid #337ab7;
    -webkit-box-shadow: 0 0 0 1px #337ab7;
    -moz-box-shadow: 0 0 0 1px #337ab7;
    box-shadow: 0 0 0 1px #337ab7
}

.toys-select__options-item-disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grey;
    filter: gray;
    opacity: .8
}

.toys-select__options-item:last-child,
.toys-select__options-item:nth-child(6n) {
    margin-right: 0
}

.dark-mode .toys-select__label {
    color: #878ea0
}

.dark-mode .toys-select__options-item {
    border: 1px solid #3f4149
}

.dark-mode .toys-select__options-item-active {
    border: 1px solid #1e73d0;
    -webkit-box-shadow: 0 0 0 1px #1e73d0;
    -moz-box-shadow: 0 0 0 1px #1e73d0;
    box-shadow: 0 0 0 1px #1e73d0
}

.particle-snow,
.particle-snow canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.christmas-garland {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    padding: 0;
    pointer-events: none;
    width: 100%;
    height: 85px
}

.christmas-garland .christmas-garland__item {
    position: relative;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-left: 20px
}

.christmas-garland .christmas-garland__item .shape {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: flash-1;
    -moz-animation-name: flash-1;
    -o-animation-name: flash-1;
    animation-name: flash-1;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.christmas-garland .christmas-garland__item .apple {
    width: 22px;
    height: 22px;
    margin-top: 8px
}

.christmas-garland .christmas-garland__item .apple,
.christmas-garland .christmas-garland__item .pear {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto
}

.christmas-garland .christmas-garland__item .pear {
    width: 12px;
    height: 28px;
    margin-top: 6px
}

.christmas-garland .christmas-garland__item:nth-child(odd) .shape {
    -webkit-animation-name: flash-2;
    -moz-animation-name: flash-2;
    -o-animation-name: flash-2;
    animation-name: flash-2;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s
}

.christmas-garland .christmas-garland__item:nth-child(4n+2) .shape {
    -webkit-animation-name: flash-3;
    -moz-animation-name: flash-3;
    -o-animation-name: flash-3;
    animation-name: flash-3;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    animation-duration: 1.1s
}

.christmas-garland .christmas-garland__item:nth-child(odd) .shape {
    -webkit-animation-duration: 1.8s;
    -moz-animation-duration: 1.8s;
    -o-animation-duration: 1.8s;
    animation-duration: 1.8s
}

.christmas-garland .christmas-garland__item:nth-child(3n+1) .shape {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s
}

.christmas-garland .christmas-garland__item:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -1px;
    left: 9px
}

.christmas-garland .christmas-garland__item:after {
    content: "";
    top: -9px;
    left: 14px;
    position: absolute;
    width: 52px;
    height: 18px;
    border-bottom: 2px solid #222;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.christmas-garland .christmas-garland__item:last-child:after {
    content: none
}

.christmas-garland .christmas-garland__item:first-child {
    margin-left: -40px
}